@charset "UTF-8";.header{background-color:#002d5b;display:flex;justify-content:space-between;align-items:center;padding:0 10px;width:100%;box-shadow:0 2px 8px #00000080;min-height:52px;position:fixed;top:0;left:0;z-index:100;box-sizing:border-box}.header-left{display:flex;align-items:center;gap:8px;flex-shrink:0}.hamburger-btn{display:flex;flex-direction:column;justify-content:center;gap:5px;background:#003d7a;border:none;cursor:pointer;padding:9px 10px;border-radius:6px;width:40px;height:40px}.hamburger-line{display:block;width:20px;height:2.5px;background-color:#fff;border-radius:2px}.header-logo{display:flex;align-items:center;cursor:pointer}.header-logo-img{height:38px;width:auto;object-fit:contain}.header-logo-text{color:#bdff32;font-size:22px;font-weight:800;letter-spacing:1px}.header-center{flex:1;display:flex;justify-content:center;align-items:center;min-width:0}.header-username{color:#bdff32;font-size:14px;font-weight:700;letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.header-right{display:flex;align-items:center;flex-shrink:0}.header-balance-block{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.header-chips-row{display:flex;align-items:center;gap:4px}.header-chip-icon{color:#bdff32;font-size:15px}.header-chips-label{color:#bdff32;font-size:13px;font-weight:600}.header-chips-value{color:#bdff32;font-size:13px;font-weight:700}.header-exp-row{display:flex;justify-content:flex-end}.header-exp-value{color:#bdff32;font-size:12px;font-weight:600;text-decoration:underline;cursor:pointer;letter-spacing:.3px}.bet-placed-header-indicator{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;padding:5px 12px;background-color:#198754;border-radius:4px;box-shadow:0 2px 4px #0000004d;z-index:10}.bet-placed-header-text{font-size:13px;font-weight:600;color:#fff;white-space:nowrap}.header-notification{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;padding:5px 10px;border-radius:4px;font-size:12px;font-weight:600;white-space:nowrap;z-index:10;max-width:150px;overflow:hidden;text-overflow:ellipsis}.header-notification.error{background-color:#dc3545;color:#fff}.header-notification.success{background-color:#198754;color:#fff}.header-notification .notification-text{font-size:12px;font-weight:600}@media (max-width: 480px){.header{padding:0 8px;min-height:50px}.header-username{font-size:12px;max-width:120px}.header-chips-label,.header-chips-value{font-size:12px}.header-exp-value{font-size:11px}}@media (max-width: 360px){.header-username{font-size:11px;max-width:100px}}.main-content{padding:0;margin-top:52px;background-color:#fff;min-height:100vh;box-sizing:border-box}.index-sub-header{background-color:#002d5b;color:#fff;padding:10px 16px;font-size:16px;font-weight:500;overflow:hidden;display:flex;margin-top:0}.index-sub-header-scroll{display:flex;width:max-content;animation:index-sub-header-scroll 18s linear infinite}.index-sub-header-text{white-space:nowrap;font-weight:700;text-transform:uppercase}@keyframes index-sub-header-scroll{0%{transform:translate(100vw)}to{transform:translate(-100%)}}.icons-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;padding:0}.icon-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;padding:20px 12px;border:1px solid #e8e8e8;transition:background-color .2s ease;background-color:#fff}.icon-item:hover{background-color:#f5f5f5}.icon-item:active{background-color:#eee}.icon-img-wrapper{width:130px;height:130px;border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#f0f4f8}.icon-image{width:100%;height:100%;object-fit:cover}.icon-label{color:#111;font-size:13px;font-weight:700;text-align:center;letter-spacing:.8px;text-transform:uppercase}.icon-label--gold{color:#f5c518}.footer-section{display:flex;align-items:center;justify-content:center;padding:18px 16px;background-color:transparent;border-top:none;margin-top:4px}.footer-text{color:#888;font-size:12px;text-align:center}@media (max-width: 480px){.main-content{padding-top:0;margin-top:52px}.index-sub-header{margin-top:-3px}.icon-img-wrapper{width:110px;height:110px}.icon-label{font-size:12px}.icon-item{padding:16px 8px;gap:8px}}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.sidebar-overlay.sidebar-overlay-visible{opacity:1;visibility:visible}.sidebar{position:fixed;top:0;right:0;width:60vw;max-width:260px;height:100%;background-color:#002d5b;z-index:1000;transform:translate(100%);transition:transform .3s ease;overflow-y:auto;display:flex;flex-direction:column}.sidebar.sidebar-open{transform:translate(0)}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px}.sidebar-logo{height:36px;width:auto;object-fit:contain}.sidebar-close{background:none;border:none;cursor:pointer;color:#fff;font-size:22px;font-weight:400;line-height:1;padding:4px 8px;display:flex;align-items:center;justify-content:center;opacity:.85;transition:opacity .2s}.sidebar-close:hover{opacity:1}.sidebar-content{flex:1;display:flex;flex-direction:column;padding-top:8px}.sidebar-item{color:#fff;font-size:15px;font-weight:500;letter-spacing:.4px;padding:16px 22px;cursor:pointer;border-bottom:1px solid rgba(255,255,255,.08);transition:background-color .2s ease;text-transform:uppercase}.sidebar-item:hover{background-color:#ffffff12}.sidebar-item--highlight{color:#f5a623;animation:blink-aviator 2s ease-in-out infinite}@keyframes blink-aviator{0%,to{opacity:1}50%{opacity:.1}}.sidebar-item--logout{color:#fff;margin-top:0;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-item--logout:hover{background-color:#ffffff12}@media (max-width: 480px){.sidebar{width:65vw}.sidebar-item{font-size:14px;padding:15px 18px}}.inplay-page{width:100%;min-height:100vh;background-color:#f5f5f5;margin-top:52px}.inplay-header-wrap{position:fixed;top:50px;left:0;width:100%;z-index:99}.inplay-sub-header{background-color:#002d5b;color:#fff;padding:8px 16px;font-size:14px;font-weight:400;overflow:hidden;display:flex}.inplay-sub-header-scroll{display:flex;width:max-content;animation:inplay-scroll 18s linear infinite}.inplay-sub-header-text{white-space:nowrap;color:#fff;font-weight:700;text-transform:uppercase}@keyframes inplay-scroll{0%{transform:translate(100vw)}to{transform:translate(-100%)}}.inplay-back-bar{background-color:#ff911f;display:flex;justify-content:center;align-items:center;padding:10px 0}.inplay-back-btn{background:none;border:none;color:#fff;font-weight:700;font-size:14px;text-transform:uppercase;cursor:pointer;padding:0;text-decoration:none;transition:opacity .2s}.inplay-back-btn:hover{opacity:.8}.sport-tabs{display:flex;background-color:#fff;border-bottom:1px solid #e0e0e0;padding:8px 10px;gap:8px}.sport-tab{flex:1;height:60px;border:2px solid #e0e0e0;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;transition:border-color .2s;overflow:hidden}.sport-tab--active{border-color:#002d5b}.sport-tab-img{width:44px;height:44px;object-fit:contain}.sport-tab-emoji{font-size:30px;line-height:1}.inplay-content{padding-top:170px}.match-list{max-width:100%;margin:-5% 0 0}.league-group{margin-bottom:0}.league-header{background-color:#002d5b;color:#fff;padding:12px 14px;font-size:14px;font-weight:700;letter-spacing:.5px;text-align:center;text-transform:uppercase}.match-card{cursor:pointer;border-bottom:1px solid #e8e8e8}.match-name-row{background-color:#002d5b;color:#fff;padding:14px;font-size:18px;font-weight:700;letter-spacing:.3px;text-align:center;text-transform:uppercase;transition:opacity .2s;display:flex;justify-content:center;align-items:center;gap:8px}.live-dot{width:10px;height:10px;min-width:10px;background-color:#bdff37;border-radius:50%;animation:pulse-dot 1.2s ease-in-out infinite}@keyframes pulse-dot{0%,to{transform:rotateY(0)}50%{opacity:.4;transform:scale(.75)}}.match-card:hover .match-name-row{opacity:.9}.match-details{background-color:#fff;padding:10px 14px;text-align:center}.match-date{color:#111;font-size:16px;font-weight:700;margin-bottom:5px}.match-series{color:#333;font-size:15px;font-weight:600;text-transform:uppercase}.spinner-loader{width:44px;height:44px;border:4px solid #e0e0e0;border-top:4px solid #002d5b;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.no-matches{text-align:center;padding:40px 20px;color:#888;font-size:15px}@media (max-width: 480px){.inplay-content{padding-top:168px}.sport-tab{width:54px;height:54px}.sport-tab-img{width:38px;height:38px}.sport-tab-emoji{font-size:26px}.league-header{font-size:16px;padding:12px}.match-name-row{font-size:13px;padding:13px 12px}.match-details{padding:10px 12px}.match-date{font-size:16px}.match-series{font-size:15px}}.bet-slip-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10040;background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.bet-slip-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:92%;max-width:400px;z-index:10041;border-radius:10px;overflow:hidden;box-shadow:0 10px 36px #00000038}.bet-slip-modal--back{background:linear-gradient(115deg,#5fa8ee,#90c3f4 52.26%,#baddff 101.35%)}.bet-slip-modal--lay{background:linear-gradient(245deg,#f092ad -.45%,#fcaac1 48.62%,#ffd0de 99.78%)}.bet-slip-inner{padding:14px 14px 12px}.bet-slip-meta-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.bet-slip-team-block{flex:1;min-width:0;font-size:13px;font-weight:800;color:#0a1628;line-height:1.35;text-transform:uppercase;word-break:break-word}.bet-slip-rate-mode{display:flex;gap:18px;flex-shrink:0}.bet-slip-stat-col{display:flex;flex-direction:column;align-items:center;text-align:center}.bet-slip-stat-label{font-size:11px;font-weight:700;color:#0a1628;letter-spacing:.06em;margin-bottom:4px}.bet-slip-stat-value{font-size:16px;font-weight:800;color:#0a1628}.bet-slip-error{padding:8px 10px;margin-bottom:10px;background-color:#ffebee;color:#b71c1c;border-radius:6px;font-size:13px}.bet-slip-preset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px 10px;margin-bottom:12px}.bet-slip-preset-btn{min-height:36px;padding:6px 8px;border:none;border-radius:999px;background-color:#002d5b;color:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:opacity .15s ease}.bet-slip-preset-btn:hover{opacity:.92}.bet-slip-preset-btn:active{opacity:.85}.bet-slip-amount-row{display:flex;align-items:stretch;margin-bottom:12px;border-radius:8px 0 0 8px;overflow:hidden}.bet-slip-amount-input{flex:1;min-width:0;height:44px;border:none;border-radius:8px 0 0 8px;padding:0 14px;font-size:18px;font-weight:600;color:#000;background:#fff}.bet-slip-amount-input:focus{outline:none;box-shadow:inset 0 0 0 2px #002d5b40}.bet-slip-timer-box{width:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#000;font-size:20px;font-weight:800;color:#bdff32}.bet-slip-footer-actions{display:flex;gap:0;margin:0 -14px -12px}.bet-slip-cancel-btn,.bet-slip-place-btn{flex:1;min-height:48px;border:none;font-size:14px;font-weight:800;letter-spacing:.04em;cursor:pointer;text-transform:uppercase;color:#fff}.bet-slip-cancel-btn{background-color:#c62828;border-radius:0 0 0 10px}.bet-slip-cancel-btn:hover:not(:disabled){background-color:#b71c1c}.bet-slip-place-btn{background-color:#ff911f;border-radius:0 0 10px}.bet-slip-place-btn:hover:not(:disabled){opacity:.95}.bet-slip-cancel-btn:disabled,.bet-slip-place-btn:disabled{opacity:.65;cursor:not-allowed}.bet-slip-place-loading{display:inline-flex;align-items:center;justify-content:center;gap:8px}.submit-loader{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:bet-slip-spin .75s linear infinite}@keyframes bet-slip-spin{to{transform:rotate(360deg)}}@media (max-width: 380px){.bet-slip-preset-btn{font-size:11px;min-height:34px}.bet-slip-team-block{font-size:12px}}.match-detail-page{width:100%;max-width:100vw;min-height:100vh;background-color:#fff;padding-top:50px;overflow-x:hidden;margin-top:1%;box-sizing:border-box}.match-detail-top-bar-wrap{position:fixed;top:52px;left:0;width:100%;z-index:99}.match-detail-sub-header-bar{background-color:#002d5b;color:#fff;padding:9px 16px;font-size:15px;font-weight:700;width:100%;display:flex;align-items:center;margin:0;overflow:hidden}.match-detail-sub-header-scroll{display:flex;width:max-content;animation:match-detail-sub-header-scroll 18s linear infinite}.match-detail-sub-header-text{color:#fff;font-size:15px;font-weight:700;white-space:nowrap;text-transform:uppercase}@keyframes match-detail-sub-header-scroll{0%{transform:translate(100vw)}to{transform:translate(-100%)}}.match-detail-show-tv-btn{width:100%;background-color:#002d5b;border:none;padding:4px 20px;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:opacity .2s ease}.match-detail-show-tv-btn:hover{opacity:.9}.match-detail-action-btn{flex:1;background-color:#002d5b;border:1px solid #bbbbbbc2;box-shadow:inset 0 0 5px 1px #bbbbbbc2;padding:12px 10px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:opacity .2s ease;color:#fff}.match-detail-action-btn:hover{opacity:.85}.match-detail-action-btn--active{background-color:#004080;box-shadow:inset 0 0 6px 1px #bdff3259}.bm-header-row{display:flex;align-items:center;justify-content:center;gap:6px}.bm-header-team-text{display:inline-block}.bm-header-info-btn{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;background:transparent;cursor:pointer;line-height:1;color:inherit}.bm-header-info-btn:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.bm-header-info-icon{font-size:15px;color:#fff;line-height:1;opacity:.95}.bookmaker-rules-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:16px;background-color:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.bookmaker-rules-modal{width:100%;max-width:420px;max-height:min(85vh,640px);display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 12px 40px #0003;overflow:hidden}.bookmaker-rules-modal-header{position:relative;flex-shrink:0;text-align:center;padding:18px 44px 14px 16px;border-bottom:1px solid #e5e5e5}.bookmaker-rules-modal-title{margin:0;font-size:16px;font-weight:700;letter-spacing:.02em;line-height:1.3}.bookmaker-rules-title-black{color:#000}.bookmaker-rules-title-red{color:#dc3545}.bookmaker-rules-modal-close{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;background:transparent;color:#002d5b;font-size:18px;cursor:pointer;border-radius:6px}.bookmaker-rules-modal-close:hover{opacity:.75}.bookmaker-rules-modal-close:focus-visible{outline:2px solid #002d5b;outline-offset:2px}.bookmaker-rules-modal-body{flex:1;overflow-y:auto;padding:16px 18px 20px;-webkit-overflow-scrolling:touch}.bookmaker-rules-section{margin-bottom:22px}.bookmaker-rules-section:last-child{margin-bottom:0}.bookmaker-rules-section-title{margin:0 0 12px;text-align:center;font-size:14px;font-weight:700;color:#1a4a7a;letter-spacing:.04em}.bookmaker-rules-list{margin:0;padding-left:1.25rem;color:#000;font-size:13px;line-height:1.55}.bookmaker-rules-list li{margin-bottom:10px}.bookmaker-rules-list li:last-child{margin-bottom:0}.cashout-btn{background-color:#6c757d;color:#fff;border:none;border-radius:3px;padding:2px 8px;font-size:11px;font-weight:600;cursor:pointer}.match-detail-show-tv-icon{display:flex;align-items:center;justify-content:center}.match-detail-show-tv-icon img,.match-detail-show-tv-icon svg{width:22px;height:22px;object-fit:contain}.match-detail-show-tv-text{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.match-detail-sub-header{background-color:#373737;padding:12px 20px;width:100%;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center;position:fixed;top:52px;left:0;z-index:99;margin:0;gap:15px}.back-btn{background:none;border:none;color:#fff;font-size:16px;font-weight:700;cursor:pointer;padding:5px 10px;transition:opacity .2s ease;display:flex;align-items:center;gap:5px}.back-btn:hover{opacity:.8}.match-name-header{color:#fff;font-size:16px;font-weight:700;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0;flex:1;max-width:calc(100% - 50px)}.tv-icon-container{display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease}.tv-icon-container:hover{opacity:.7}.score-card-icon-container{display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease;padding:4px}.score-card-icon-container:hover{opacity:.7}.tv-icon-header{width:24px;height:24px;object-fit:contain}.tv-embed-container{width:100%;margin-top:109px;margin-bottom:0;padding:0;background-color:#000;position:relative}.tv-embed-iframe{width:100%;height:400px;border:none;display:block;vertical-align:top}.scorecard-iframe-container{width:109%;margin-left:-4%;background-color:#fff;border-bottom:2px solid #e0e0e0;margin-top:16px}.scorecard-iframe-container.with-tv{margin-top:-8px;padding-top:0;border-top:none}.match-detail-tv-actions{display:flex;width:100%;gap:0}.match-detail-tv-actions .match-detail-action-btn{flex:1}.scorecard-iframe{margin-left:3%;width:93%;border:none;display:block;transition:height .25s ease}.scorecard-iframe--compact{height:126px}.scorecard-iframe--expanded{height:min(70vh,580px)}.scorecard-iframe-container--expanded{min-height:min(70vh,580px)}.scorecard-error-message{padding:20px;text-align:center;color:#ff6b6b;background-color:#fff5f5;border-radius:8px;margin:20px}.scorecard-error-message p{margin:0;font-size:14px}.betting-table-container{width:100%;max-width:800px;margin:0 auto;padding:0;border:2px solid #002d5b;border-top:none}.market-section-header{background-color:#002d5b;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;padding:10px 14px;text-align:center;border-bottom:2px solid #ff911f;margin-top:8px}.betting-table-container+.betting-table-container{margin-top:0}.betting-table-container.fall-of-wicket-market,.betting-table-container.other-market{margin-top:0}.betting-table-container.session-market .betting-table thead th.khai-header,.betting-table-container.session-market .betting-table tbody td.khai-cell,.betting-table-container.fall-of-wicket-market .betting-table thead th.khai-header,.betting-table-container.fall-of-wicket-market .betting-table tbody td.khai-cell,.betting-table-container.other-market .betting-table thead th.khai-header,.betting-table-container.other-market .betting-table tbody td.khai-cell{border-left:1px solid #e0e0e0}.amount-bar-wrapper{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;background-color:#002d5b}.amount-bar{display:flex;align-items:center;background-color:#002d5b;border-radius:4px;overflow:hidden;min-height:48px}.amount-bar-label{padding:12px 16px;font-size:14px;font-weight:700;color:#000;text-transform:uppercase;white-space:nowrap;flex-shrink:0}.amount-bar-input{flex:1;min-width:0;height:36px;margin:0 10px;padding:0 12px;border:1px solid rgba(79,178,227,.9);border-radius:2px;background-color:#fff;font-size:16px;color:#000;transition:height .2s ease,box-shadow .2s ease,border-color .2s ease}.amount-bar-input.amount-bar-input-selected{height:42px;box-shadow:0 0 0 2px #4fb2e399;border-color:#2a8fbb}.amount-bar-input::placeholder{color:#999}.amount-bar-block{width:44px;height:36px;margin:0 10px;background-color:#347e94;border-radius:2px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;color:#fff}.amount-bar-done{margin:6px 10px 6px 0;padding:8px 20px;background-color:#198754;color:#fff;font-size:14px;font-weight:600;border:none;border-radius:0;cursor:pointer;flex-shrink:0}.amount-bar-done:hover{background-color:#157347}.amount-bar-done:disabled{cursor:not-allowed;opacity:.9}.amount-bar-done-loader{display:inline-block;width:18px;height:18px;border:2px solid rgba(0,0,0,.15);border-top-color:#000;border-radius:50%;animation:amount-bar-spin .7s linear infinite}@keyframes amount-bar-spin{to{transform:rotate(360deg)}}.bookmaker-bets-container{width:100%;max-width:1200px;margin:0 auto;padding:20px;background-color:#f5f5f5}.bookmaker-bets-table{width:100%;border-collapse:collapse;background-color:#fff}.bookmaker-bets-table thead{background-color:#ff911f}.bookmaker-bets-table th{padding:12px 15px;text-align:center;font-size:14px;font-weight:700;color:#fff;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.bookmaker-bets-table th:last-child{border-right:none}.bookmaker-bets-table tbody tr{border-bottom:1px solid #e0e0e0}.bookmaker-bets-table tbody td{padding:12px 15px;text-align:center;font-size:14px;color:#000;border-right:1px solid #e0e0e0}.bookmaker-bets-table tbody td:last-child{border-right:none}.bookmaker-bets-table .no-bets-message{text-align:center;color:#666;font-style:italic;padding:20px}.session-bets-container{width:100%;max-width:100%;margin:0 auto;padding:20px;background-color:#f5f5f5;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.session-bets-container::-webkit-scrollbar{display:none}.session-bets-table{width:100%;min-width:800px;border-collapse:collapse;background-color:#fff;table-layout:fixed}.session-bets-table th:first-child,.session-bets-table td:first-child{width:60px;min-width:60px}.session-bets-table th:nth-child(2),.session-bets-table td:nth-child(2){min-width:200px}.session-bets-table th:nth-child(3),.session-bets-table th:nth-child(4),.session-bets-table th:nth-child(5),.session-bets-table th:nth-child(6),.session-bets-table td:nth-child(3),.session-bets-table td:nth-child(4),.session-bets-table td:nth-child(5),.session-bets-table td:nth-child(6){width:100px;min-width:80px}.session-bets-table th:last-child,.session-bets-table td:last-child{width:100px;min-width:100px}.session-bets-table thead{background-color:#ff911f}.session-bets-table th{padding:12px 15px;text-align:center;font-size:14px;font-weight:700;color:#fff;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.session-bets-table th:last-child{border-right:none}.session-bets-table tbody tr{border-bottom:1px solid #e0e0e0}.session-bets-table tbody td{padding:12px 15px;text-align:center;font-size:14px;color:#000;border-right:1px solid #e0e0e0}.session-bets-table tbody td:last-child{border-right:none}.session-bets-table .no-bets-message{text-align:center;color:#666;font-style:italic;padding:20px}.match-detail-inplay-sidebar{width:100%;max-width:100%;margin:0 auto;padding:0 0 20px;background-color:#f5f5f5}.match-detail-inplay-sidebar-loading{display:flex;align-items:center;justify-content:center;min-height:100px;background-color:#002a54;padding:20px}.match-detail-inplay-loader{width:48px;height:48px}.match-detail-inplay-sidebar-empty{text-align:center;font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#fff;background-color:#002a54;padding:18px 14px;border-bottom:1px solid #ffffff}.match-detail-inplay-row{display:block;width:100%;margin:0;padding:14px 16px;border:none;border-bottom:1px solid #ffffff;background-color:#002a54;color:#fff;text-align:center;cursor:pointer;font-family:inherit}.match-detail-inplay-row:last-child{border-bottom:none}.match-detail-inplay-row:hover{filter:brightness(1.08)}.match-detail-inplay-row-line1{font-weight:800;font-size:13px;line-height:1.35;text-transform:uppercase;margin-bottom:6px}.match-detail-inplay-row-line2{font-weight:700;font-size:12px;line-height:1.3;text-transform:uppercase;opacity:.98}.session-bets-table .bet-won-row{background-color:#e8f5e9}.session-bets-table .bet-won-row:hover{background-color:#c8e6c9}.session-bets-table .bet-lost-row{background-color:#ffebee}.session-bets-table .bet-lost-row:hover{background-color:#ffcdd2}.session-bets-table .bet-settled-row{background-color:#f5f5f5}.session-bets-table .bet-settled-row:hover{background-color:#eee}.bet-status{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.status-pending{background-color:#fff3cd;color:#856404;border:1px solid #ffc107}.status-won{background-color:#d4edda;color:#155724;border:1px solid #28a745}.status-lost{background-color:#f8d7da;color:#721c24;border:1px solid #dc3545}.status-other{background-color:#e2e3e5;color:#383d41;border:1px solid #6c757d}.pl-positive{color:#28a745;font-weight:700}.pl-negative{color:#dc3545;font-weight:700}.pl-zero{color:#6c757d}.betting-table{width:100%;border-collapse:collapse;background-color:#fff;margin:0}.betting-table thead{background-color:#002d5b}.betting-table thead th{padding:8px 10px;text-align:left;font-size:12px;font-weight:700;color:#fff}.betting-table thead th.max-limit{text-align:center}.max-limit{color:#fff;font-weight:700;text-align:center}.betting-table thead th.max-limit .limit-sublabel{display:block;font-size:10px;font-weight:600;margin-top:2px;opacity:.95}@keyframes colorChange{0%{color:#63ba2e}11.11%{color:#c2e884}22.22%{color:#ff7f00}33.33%{color:#ec9f28}44.44%{color:#60bb2f}55.55%{color:#c2e884}66.66%{color:#36cb3b}77.77%{color:#ff7f00}88.88%{color:#36cb3b}to{color:#63ba2e}}.betting-table thead th.lagai-header,.betting-table thead th.khai-header{text-align:center;color:#fff}.betting-table tbody tr{border-bottom:1px solid #e0e0e0}.betting-table tbody tr:last-child{border-bottom:none}.team-name-cell{padding:8px 10px;background-color:#fff;text-align:center}.team-name{color:#333;font-size:12px;font-weight:600;margin-bottom:2px}.team-name-cell .limit-sublabel{display:block;font-size:10px;font-weight:600;color:#333;margin-top:2px;opacity:.9}.team-score{color:#009;font-size:10px}.lagai-cell{padding:8px 12px;text-align:center;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;width:22%;background:linear-gradient(115deg,#5fa8eee6,#90c3f4e6 52.26%,#baddffe6 101.35%)}.lagai-value{color:#000;font-size:22px;font-weight:700;display:block;margin-bottom:2px}.khai-cell{padding:8px 12px;text-align:center;width:22%;background:linear-gradient(245deg,#f092ade6 -.45%,#fcaac1e6 48.62%,#ffd0dee6 99.78%)}.khai-value{color:#000;font-size:22px;font-weight:700;display:block;margin-bottom:2px}.odds-price{color:#666;font-size:10px;font-weight:500;display:block}.lagai-cell .odds-price,.khai-cell .odds-price{color:#000}.suspended-row{position:relative}.suspended-cell{position:relative;background:linear-gradient(to right,#8b4a4a,#8b4a4a 50%,#2c4a5a 50%,#2c4a5a)}.suspended-number{color:#000;font-size:16px;font-weight:700;text-align:center;z-index:1;position:relative}.suspended-overlay-wrapper{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:10;padding:0;width:100%}.betting-table tbody tr.suspended-row{position:relative}.betting-table tbody tr.suspended-row .suspended-overlay-wrapper{position:absolute;left:56%;width:44%;top:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:10;padding:0}.suspended-text{color:#dc3545;font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;font-family:sans-serif}.suspended-lock-icon{width:24px;height:24px;object-fit:contain;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.8))}.suspended-overlay{align-items:center;background:linear-gradient(to right,#a8d5ff,#a8d5ff 50%,#faa9ba 50%,#faa9ba);bottom:0;display:flex;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1;width:100%}.ball-running-row{position:relative}.betting-table tbody tr.ball-running-row .suspended-overlay-wrapper{position:absolute;left:56%;width:44%;top:0;bottom:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:10;padding:0}.ball-running-overlay{align-items:center;background:linear-gradient(to right,#a8d5ff,#a8d5ff 50%,#faa9ba 50%,#faa9ba);bottom:0;display:flex;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1;width:100%}.ball-running-text{color:#dc3545;font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:1px;white-space:nowrap;font-family:sans-serif}.loading-text,.error-text{text-align:center;padding:120px 20px 40px;color:#666;font-size:16px}.error-text{color:#d32f2f}.match-detail-header{max-width:800px;margin:120px auto 0;background-color:#a8d5ff;color:#000;padding:15px 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;border-bottom:1px solid #e0e0e0}.match-detail-league{font-size:16px;font-weight:600;color:#000}.inplay-badge-large{background-color:#4caf50;color:#fff;padding:6px 16px;border-radius:16px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.match-detail-body{max-width:800px;margin:0 auto;background-color:#f8f8f8;padding:25px 20px}.match-detail-title{color:#333;font-size:20px;font-weight:700;margin-bottom:25px;line-height:1.4}.match-detail-info{display:flex;flex-direction:column;gap:20px}.match-info-item{display:flex;flex-direction:column;gap:8px;padding-bottom:15px;border-bottom:1px solid #e0e0e0}.match-info-item:last-child{border-bottom:none;padding-bottom:0}.info-label{color:#666;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.info-value{color:#333;font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px}.tv-icon-large{width:20px;height:20px;color:#4caf50}.status-inplay{color:#4caf50;font-weight:700}.status-upcoming{color:#ff9800;font-weight:700}@media (max-width: 768px){.match-detail-sub-header{padding:10px 15px;top:60px}.match-name-header{font-size:14px;padding:0 5px;max-width:calc(100% - 40px)}.tv-icon-header{width:20px;height:20px}.betting-table-container{max-width:100%}.betting-table thead th{padding:10px 12px;font-size:13px}.team-name-cell,.lagai-cell,.khai-cell{padding:10px 12px}.team-name{font-size:13px}.lagai-value,.khai-value{font-size:14px}.loading-text,.error-text{padding-top:110px}.page-loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:9999;background-color:#ffffffd9}.tv-embed-container{margin-top:98px}.tv-embed-iframe{height:300px}.scorecard-iframe-container{margin-top:12px}.scorecard-iframe{margin-left:3%;width:93%}.scorecard-iframe--compact{height:126px}.scorecard-iframe--expanded{height:min(65vh,520px)}.scorecard-iframe-container--expanded{min-height:min(65vh,520px)}.match-detail-header{max-width:100%;margin-top:110px;padding:12px 15px}.match-detail-league{font-size:14px}.inplay-badge-large{font-size:12px;padding:5px 12px}.match-detail-body{max-width:100%;padding:20px 15px}.match-detail-title{font-size:18px;margin-bottom:20px}.match-detail-info{gap:15px}.match-info-item{padding-bottom:12px}.info-label{font-size:12px}.info-value{font-size:15px}}@media (max-width: 480px){.match-detail-sub-header{padding:0;top:55px}.match-name-header{font-size:12px;padding:0 5px;max-width:calc(100% - 35px)}.tv-icon-header{width:18px;height:18px}.betting-table-container{max-width:100%}.betting-table thead th{padding:8px 10px;font-size:12px}.max-limit{font-size:11px}.betting-table thead th.max-limit .limit-sublabel{font-size:9px}.team-name-cell,.lagai-cell,.khai-cell{padding:8px 10px}.team-name{font-size:14px}.team-score{font-size:11px}.lagai-value,.khai-value{font-size:15px;padding:3px 6px}.loading-text,.error-text{padding-top:105px}.page-loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:9999;background-color:#ffffffd9}.spinner-loader{width:40px;height:40px;border-width:3px}.tv-embed-container{margin-top:86px}.tv-embed-iframe{height:250px}.scorecard-iframe-container{margin-top:76px}.scorecard-iframe{margin-left:3%;width:93%}.scorecard-iframe--compact{height:126px}.scorecard-iframe--expanded{height:min(60vh,480px)}.scorecard-iframe-container--expanded{min-height:min(60vh,480px)}.match-detail-header{max-width:100%;margin-top:105px;padding:10px 12px;flex-direction:column;align-items:flex-start}.match-detail-league{font-size:13px}.inplay-badge-large{font-size:11px;padding:4px 10px}.match-detail-body{max-width:100%;padding:15px 12px}.match-detail-title{font-size:16px;margin-bottom:18px}.match-detail-info{gap:12px}.match-info-item{padding-bottom:10px}.info-label{font-size:11px}.info-value{font-size:14px}.tv-icon-large{width:18px;height:18px}.bookmaker-bets-container{width:100%;max-width:100%;padding:10px}.amount-bar-wrapper{padding:0 10px}.amount-bar{min-height:44px}.amount-bar-label{padding:10px 12px;font-size:12px}.amount-bar-input{height:32px;margin:0 6px;font-size:16px}.amount-bar-input.amount-bar-input-selected{height:38px}.amount-bar-block{width:36px;height:32px;margin:0 6px}.amount-bar-done{margin:6px 8px 6px 0;padding:6px 14px;font-size:13px}.bookmaker-bets-table{width:100%}.bookmaker-bets-table th{padding:8px 6px;font-size:10px;font-weight:700}.bookmaker-bets-table td{padding:8px 6px;font-size:10px}.bookmaker-bets-table tbody td{padding:8px 6px;font-size:11px}.session-bets-container{width:100%;max-width:100%;padding:10px 5px;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;margin:0;-ms-overflow-style:none;scrollbar-width:none}.session-bets-container::-webkit-scrollbar{display:none}.session-bets-table{width:100%;min-width:600px;table-layout:auto}.session-bets-table th{padding:8px 4px;font-size:9px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-bets-table td{padding:8px 4px;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-bets-table tbody td{padding:8px 4px;font-size:10px;overflow:hidden;text-overflow:ellipsis}.session-bets-table tbody td:nth-child(2){white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.session-bets-table th:first-child,.session-bets-table td:first-child{width:50px;min-width:50px}.session-bets-table th:nth-child(2),.session-bets-table td:nth-child(2){width:auto;min-width:100px;max-width:200px}.session-bets-table tbody td:nth-child(2){width:auto;min-width:100px;max-width:200px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.session-bets-table th:nth-child(3),.session-bets-table th:nth-child(4),.session-bets-table th:nth-child(5),.session-bets-table th:nth-child(6),.session-bets-table td:nth-child(3),.session-bets-table td:nth-child(4),.session-bets-table td:nth-child(5),.session-bets-table td:nth-child(6){width:80px;min-width:70px}.session-bets-table th:last-child,.session-bets-table td:last-child{width:90px;min-width:90px}.session-bets-table .bet-status{padding:3px 6px;font-size:8px}.session-bets-table .pl-positive,.session-bets-table .pl-negative,.session-bets-table .pl-zero{font-size:9px}}@media (max-width: 480px){.bookmaker-bets-container{padding:1px}.amount-bar-wrapper{padding:0 1px}.bookmaker-bets-table th{padding:6px 3px;font-size:9px;font-weight:700}.bookmaker-bets-table td{padding:6px 3px;font-size:9px}.bookmaker-bets-table tbody td{padding:6px 3px;font-size:10px}.session-bets-container{padding:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.session-bets-container::-webkit-scrollbar{display:none}.session-bets-table{min-width:550px;table-layout:auto}.session-bets-table th{padding:6px 2px;font-size:8px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-bets-table td{padding:6px 2px;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-bets-table tbody td{padding:6px 2px;font-size:9px;overflow:hidden;text-overflow:ellipsis}.session-bets-table th:first-child,.session-bets-table td:first-child{width:35px;min-width:35px}.session-bets-table th:nth-child(2),.session-bets-table td:nth-child(2){width:auto;min-width:80px;max-width:150px}.session-bets-table tbody td:nth-child(2){width:auto;min-width:80px;max-width:150px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.session-bets-table th:nth-child(3),.session-bets-table th:nth-child(4),.session-bets-table th:nth-child(5),.session-bets-table th:nth-child(6),.session-bets-table td:nth-child(3),.session-bets-table td:nth-child(4),.session-bets-table td:nth-child(5),.session-bets-table td:nth-child(6){width:60px;min-width:50px}.session-bets-table th:last-child,.session-bets-table td:last-child{width:70px;min-width:70px}.session-bets-table .bet-status{padding:2px 5px;font-size:7px}}.login-container{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;background-color:#fff;padding:clamp(48px,12vh,96px) 24px 32px;overflow-x:hidden;width:100%;box-sizing:border-box}.login-content{width:100%;max-width:340px;display:flex;flex-direction:column;align-items:stretch;margin:0 auto}.login-logo-block{position:relative;width:168px;height:168px;margin:0 auto 40px;flex-shrink:0}.login-logo-circle{width:168px;height:168px;border-radius:50%;overflow:hidden;background:#0c2340;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px #0c234026}.login-logo-1x{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.login-logo-badge{position:absolute;left:50%;bottom:2px;transform:translate(-50%);min-width:52px;padding:5px 14px 6px;border-radius:8px;background:linear-gradient(180deg,#e8c547,#c9a227 45%,#a88416);color:#fff;font-size:11px;font-weight:700;letter-spacing:.12em;text-align:center;text-transform:uppercase;font-family:system-ui,-apple-system,sans-serif;box-shadow:0 2px 8px #0003;border:1px solid rgba(255,255,255,.35)}.login-form{width:100%;display:flex;flex-direction:column;gap:18px}.login-error{color:#b71c1c;font-size:13px;padding:10px 12px;background-color:#ffebee;border:1px solid #ffcdd2;border-radius:6px;text-align:center;line-height:1.35}.login-field{position:relative;border:1px solid #c4c4c4;border-radius:6px;background:#fff;padding:16px 14px 12px;box-sizing:border-box}.login-field:focus-within{border-color:#5b7fd1}.login-field-label{position:absolute;left:11px;top:0;transform:translateY(-50%);padding:0 5px;background:#fff;font-size:13px;font-weight:400;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;pointer-events:none;line-height:1}.login-field-label--dark{color:#000}.login-field-label--blue{color:#4a7bc8}.login-field-input{display:block;width:100%;border:none;outline:none;background:transparent;font-size:16px;color:#000;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;padding:0;margin:0;box-sizing:border-box}.login-field-input:disabled{opacity:.65}.login-field-input:-webkit-autofill,.login-field-input:-webkit-autofill:hover,.login-field-input:-webkit-autofill:focus{-webkit-text-fill-color:#000000;box-shadow:0 0 0 1000px #fff inset;transition:background-color 99999s ease-out}.login-submit{width:100%;margin-top:8px;padding:15px 20px;background-color:#3d5a96;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.login-submit:hover:not(:disabled){background-color:#344e82}.login-submit:active:not(:disabled){opacity:.95}.login-submit:disabled{opacity:.75;cursor:not-allowed}.login-submit-loading{display:inline-flex;align-items:center;justify-content:center;gap:10px}.login-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:login-spin .75s linear infinite}@keyframes login-spin{to{transform:rotate(360deg)}}.login-guest-link{margin-top:4px;padding:10px;background:none;border:none;color:#757575;font-size:13px;text-decoration:underline;text-underline-offset:3px;cursor:pointer;font-family:inherit}.login-guest-link:hover:not(:disabled){color:#424242}.login-guest-link:disabled{opacity:.5;cursor:not-allowed}.login-footer{margin-top:32px;text-align:center}.login-footer p{color:#757575;font-size:12px;margin:0;font-family:system-ui,-apple-system,sans-serif}@media (max-width: 380px){.login-logo-block{width:152px;height:152px;margin-bottom:32px}.login-logo-circle{width:152px;height:152px}}.profile-container{min-height:100vh;background-color:#f5f5f5;margin-top:13%}.profile-nav-bar{background-color:#ff911f;padding:10px 0;text-align:center;display:flex;justify-content:center;align-items:center}.profile-nav-bar .back-to-menu-btn{background:none;border:none;color:#fff;font-weight:700;font-size:14px;text-transform:uppercase;cursor:pointer;padding:0;text-decoration:none;transition:opacity .2s;margin:0 auto}.profile-nav-bar .back-to-menu-btn:hover{opacity:.8}.profile-header{background-color:#002d5b;padding:12px 20px;border-bottom:none}.profile-title{margin:0;font-size:16px;font-weight:700;text-transform:uppercase;color:#fff;text-align:center}.profile-content{background-color:#fff;padding:30px 20px;max-width:800px;margin:0 auto}.profile-field{padding:20px 0;border-bottom:1px solid #e0e0e0}.profile-field:last-child{border-bottom:none}.profile-label{font-weight:700;font-size:14px;text-transform:uppercase;color:#333;margin-bottom:8px}.profile-value{font-size:16px;color:#000;font-weight:400}.profile-error{text-align:center;padding:40px 20px;font-size:16px;color:#d32f2f}.ledger-container{min-height:100vh;background-color:#f5f5f5;margin-top:14%}.ledger-nav-bar{background-color:#ff911f;padding:10px 0;text-align:center;display:flex;justify-content:center;align-items:center}.ledger-header{background-color:#002d5b;padding:12px 20px;border-bottom:none}.ledger-title{margin:0;font-size:16px;font-weight:700;text-transform:uppercase;color:#fff;text-align:center}.ledger-summary{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:20px;padding:20px;background-color:#fff;flex-wrap:nowrap}.summary-box{background-color:#2c3e50;padding:15px 25px;border-radius:4px;min-width:150px;text-align:center}.summary-label{font-size:12px;font-weight:700;text-transform:uppercase;color:#fff;margin-bottom:8px}.summary-value{font-size:16px;font-weight:700;color:#fff}.credit-value{color:#4caf50}.debit-value{color:#f44336}.ledger-content{background-color:#fff;padding:0;max-width:100%;margin:0 auto;overflow-x:auto;width:100%}.ledger-table-wrapper{min-width:100%;overflow-x:auto;display:block}.ledger-table{width:100%;border-collapse:collapse;background-color:#fff;font-size:14px;table-layout:fixed;border:1px solid #d0d0d0}.ledger-table thead{background-color:#002d5b}.ledger-table th{padding:15px 12px;text-align:center;font-weight:700;text-transform:uppercase;color:#fff;border-bottom:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.15);white-space:nowrap}.ledger-table th:last-child{border-right:none}.ledger-table th:nth-child(1){width:14%}.ledger-table th:nth-child(2){width:32%}.ledger-table th:nth-child(3){width:14%}.ledger-table th:nth-child(4){width:14%}.ledger-table th:nth-child(5){width:26%}.ledger-table td{padding:15px 12px;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;border-top:1px solid #d0d0d0;border-left:1px solid #d0d0d0;color:#000;line-height:1.5;text-align:center}.ledger-table td:first-child{text-align:center}.ledger-table td:nth-child(2),.ledger-table td:nth-child(5){word-wrap:break-word;word-break:break-word;white-space:normal;overflow-wrap:break-word;text-align:center}.ledger-table .date-time-cell{display:flex;flex-direction:column;align-items:center;gap:2px;white-space:nowrap}.ledger-table .date-time-cell .date-part{font-weight:500}.ledger-table .date-time-cell .time-part{font-size:12px;color:#555}.ledger-table tbody tr td{border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;border-top:1px solid #d0d0d0;border-left:1px solid #d0d0d0}.ledger-table tbody tr td:first-child{border-left:1px solid #d0d0d0}.ledger-table tbody tr td:last-child{border-right:1px solid #d0d0d0}.ledger-table tbody tr:first-child td{border-top:1px solid #d0d0d0}.ledger-table tbody tr:last-child td{border-bottom:1px solid #d0d0d0}.match-link{color:#1976d2;text-decoration:none;cursor:pointer}.match-link:hover{text-decoration:underline}.ledger-table .status-badge.status-won,.status-won{background:none!important;background-color:transparent!important;border:none!important;color:#2e7d32!important}.ledger-table .status-badge.status-lost,.status-lost{background:none!important;background-color:transparent!important;border:none!important;color:#b71c1c!important}.ledger-table .won-amount{color:#2e7d32;font-weight:600}.ledger-table .lost-amount{color:#b71c1c;font-weight:600}.ledger-table .amount-credit{color:#2e7d32;font-weight:600}.ledger-table .amount-debit{color:#b71c1c;font-weight:600}.ledger-table .balance-cr{color:#2e7d32;font-weight:700}.ledger-table .balance-dr{color:#b71c1c;font-weight:700}.no-data{text-align:center;padding:40px 20px;color:#666;font-size:14px}@media (max-width: 768px){.ledger-container{margin-top:20%}.ledger-summary{padding:15px;gap:15px;flex-direction:row;flex-wrap:nowrap}.summary-box{min-width:120px;padding:12px 20px}.summary-label{font-size:11px}.summary-value{font-size:14px}.ledger-content{padding:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.ledger-table-wrapper{min-width:100%;overflow-x:auto;display:block}.ledger-table{font-size:12px;min-width:700px;display:table}.ledger-table th,.ledger-table td{padding:10px 8px;white-space:nowrap}.ledger-table th:nth-child(1){width:12%}.ledger-table th:nth-child(2){width:24%}.ledger-table th:nth-child(3){width:14%}.ledger-table th:nth-child(4){width:14%}.ledger-table th:nth-child(5){width:14%}.ledger-table th:nth-child(6){width:22%}}@media (max-width: 480px){.ledger-container{margin-top:13%}.ledger-summary{padding:10px;gap:10px;flex-direction:row;align-items:center;flex-wrap:nowrap}.summary-box{width:100%;max-width:200px;padding:10px 15px}.ledger-table{font-size:11px;min-width:600px}.ledger-table th,.ledger-table td{padding:8px 6px;font-size:11px}.status-badge{padding:0;font-size:11px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}.statement-container{min-height:100vh;background-color:#f5f5f5;margin-top:14%}.statement-nav-bar{background-color:#ff911f;padding:10px 0;text-align:center;display:flex;justify-content:center;align-items:center}.statement-nav-bar .back-to-menu-btn{background:none;border:none;color:#fff;font-weight:700;font-size:14px;text-transform:uppercase;cursor:pointer;padding:0;text-decoration:none;transition:opacity .2s;margin:0 auto}.statement-nav-bar .back-to-menu-btn:hover{opacity:.8}.statement-header{background-color:#002d5b;padding:12px 20px;border-bottom:none}.statement-title{margin:0;font-size:18px;font-weight:700;text-transform:uppercase;color:#fff;text-align:center}.statement-content{background-color:#fff;padding:0;max-width:100%;margin:0 auto;overflow-x:auto;width:100%}.statement-table-wrapper{width:100%;overflow-x:auto}.statement-table{width:100%;border-collapse:collapse;background-color:#fff;font-size:14px;table-layout:fixed;border:1px solid #d0d0d0}.statement-table thead{background-color:#e0e0e0}.statement-table th{padding:15px 12px;text-align:left;font-weight:700;text-transform:uppercase;color:#000;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;white-space:nowrap}.statement-table th:last-child{border-right:none}.statement-table th:nth-child(1){width:8%}.statement-table th:nth-child(2){width:10%}.statement-table th:nth-child(3){width:15%}.statement-table th:nth-child(4){width:15%}.statement-table th:nth-child(5){width:15%}.statement-table th:nth-child(6){width:12%}.statement-table td{padding:15px 12px;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;color:#000;line-height:1.5}.statement-table tbody tr td{border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0}.statement-table tbody tr td:first-child{border-left:1px solid #d0d0d0}.statement-table tbody tr td:last-child{border-right:1px solid #d0d0d0}.statement-table tbody tr:first-child td{border-top:1px solid #d0d0d0}.statement-table tbody tr:last-child td{border-bottom:1px solid #d0d0d0}.statement-table tbody tr:hover{background-color:#f9f9f9}.statement-page .ledger-table th:nth-child(1){width:22%}.statement-page .ledger-table th:nth-child(2){width:12%}.statement-page .ledger-table th:nth-child(3){width:10%}.statement-page .ledger-table th:nth-child(4){width:12%}.statement-page .ledger-table th:nth-child(5){width:12%}.statement-page .ledger-table th:nth-child(6){width:12%}.statement-page .ledger-table th:nth-child(7){width:12%}.statement-page .ledger-table thead{background-color:#002d5b}.statement-page .ledger-table th{color:#fff;border-bottom-color:#fff3;border-right-color:#ffffff26}.statement-page .ledger-table th:last-child{background-color:#002d5b}.statement-page .ledger-table td:nth-child(1){word-wrap:break-word;word-break:break-word;white-space:normal;overflow-wrap:break-word}.cd-badge{padding:4px 8px;border-radius:4px;font-weight:600;font-size:12px;text-transform:uppercase}.cd-deposit{color:#4caf50;background-color:transparent}.cd-withdraw{color:#f44336;background-color:transparent}.status-badge{padding:0!important;border:none!important;border-radius:0!important;outline:none!important;background:none!important;background-color:transparent!important;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.02em;display:inline!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.status-won{background:none!important;background-color:transparent!important;border:none!important;color:#2e7d32!important}.status-lost{background:none!important;background-color:transparent!important;border:none!important;color:#b71c1c!important}.status-credit{background:none!important;background-color:transparent!important;border:none!important;color:#2e7d32}.status-debit{background:none!important;background-color:transparent!important;border:none!important;color:#b71c1c}.no-data{text-align:center;padding:40px 20px;color:#666;font-style:italic}@media (max-width: 768px){.statement-container{margin-top:20%}.statement-content{padding:0;overflow-x:auto;-webkit-overflow-scrolling:touch}.statement-table-wrapper{min-width:100%;overflow-x:auto;display:block}.statement-table{font-size:11px;min-width:800px;display:table}.statement-table th,.statement-table td{padding:10px 8px;white-space:nowrap}.statement-page .ledger-table td:nth-child(1){white-space:normal;word-wrap:break-word;word-break:break-word}.statement-table th:nth-child(1){width:6%}.statement-table th:nth-child(2){width:8%}.statement-table th:nth-child(3){width:12%}.statement-table th:nth-child(4){width:12%}.statement-table th:nth-child(5){width:15%}.statement-table th:nth-child(6){width:12%}}@media (max-width: 480px){.statement-container{margin-top:14%}.statement-table{font-size:10px;min-width:700px}.statement-table th,.statement-table td{padding:8px 6px;font-size:10px}.statement-page .ledger-table td:nth-child(1){white-space:normal;word-wrap:break-word;word-break:break-word}.statement-nav-bar{padding:12px 15px}.back-to-menu-btn{font-size:12px}.statement-header{padding:10px 15px}.statement-title{font-size:16px}}.password-container{min-height:100vh;background-color:#f5f5f5;margin-top:13%}.password-nav-bar{background-color:#ff911f;padding:10px 0;text-align:center;display:flex;justify-content:center;align-items:center}.password-nav-bar .back-to-menu-btn{background:none;border:none;color:#fff;font-weight:700;font-size:14px;text-transform:uppercase;cursor:pointer;padding:0;text-decoration:none;transition:opacity .2s;margin:0 auto}.password-nav-bar .back-to-menu-btn:hover{opacity:.8}.password-header{background-color:#002d5b;padding:12px 20px;border-bottom:none}.password-title{margin:0;font-size:16px;font-weight:700;text-transform:uppercase;color:#fff;text-align:center}.password-content{background-color:#fff;padding:30px 20px;max-width:500px;margin:0 auto}.password-form{display:flex;flex-direction:column;gap:20px}.password-field{display:flex;flex-direction:column;gap:8px}.password-label{font-weight:700;font-size:14px;text-transform:uppercase;color:#000}.password-input{width:100%;padding:10px 12px;border:1px solid #d0d0d0;border-radius:4px;font-size:14px;color:#000;background-color:#fff;box-sizing:border-box;transition:border-color .2s}.password-input:focus{outline:none;border-color:#6a326a}.password-input::placeholder{color:#999}.password-message{padding:12px;border-radius:4px;font-size:14px;text-align:center}.password-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.password-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.password-update-btn{background-color:#6a326a;color:#fff;border:none;padding:12px 24px;font-size:14px;font-weight:700;text-transform:uppercase;border-radius:0;cursor:pointer;transition:opacity .2s,background-color .2s;margin-top:10px;width:120px;align-self:flex-start}.password-update-btn:hover:not(:disabled){opacity:.9;background-color:#5a2a5a}.password-update-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.password-container{margin-top:14%}.password-content{padding:20px 15px;max-width:100%}.password-input{font-size:16px}}@media (max-width: 480px){.password-container{margin-top:13%}.password-content{padding:20px 15px}.password-title{font-size:14px}.password-label{font-size:12px}.password-input{padding:8px 10px;font-size:14px}.password-update-btn{width:100%;padding:10px;font-size:13px}}.ledger-detail-container{min-height:100vh;background-color:#f5f5f5;margin-top:14%;padding-bottom:20px}.ledger-detail-nav-bar{background-color:#4a4a4a;padding:15px 20px;text-align:center;display:flex;justify-content:center;align-items:center}.back-to-menu-btn{background:none;border:none;color:#fff;font-weight:700;font-size:14px;text-transform:uppercase;cursor:pointer;padding:0;text-decoration:none;transition:opacity .2s;margin:0 auto}.back-to-menu-btn:hover{opacity:.8}.match-won-header{background-color:#e0e0e0;padding:12px 20px;border-bottom:1px solid #d0d0d0}.match-won-text{margin:0;font-size:16px;font-weight:700;text-transform:uppercase;color:#000;text-align:center}.bets-section{background-color:#fff;margin:20px auto;max-width:1200px;padding:0}.section-header{background-color:#4a4a4a;color:#fff;padding:12px 20px;font-weight:700;font-size:14px;text-transform:uppercase;text-align:center}.ledger-detail-table{width:100%;border-collapse:collapse;background-color:#fff;font-size:14px;table-layout:fixed;border:1px solid #d0d0d0}.ledger-detail-table thead{background-color:#e0e0e0}.ledger-detail-table th{padding:12px 10px;text-align:left;font-weight:700;text-transform:uppercase;color:#000;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;white-space:nowrap;font-size:12px}.ledger-detail-table th:last-child{border-right:none}.ledger-detail-table td{padding:12px 10px;border-bottom:1px solid #d0d0d0;border-right:1px solid #d0d0d0;border-top:1px solid #d0d0d0;border-left:1px solid #d0d0d0;color:#000;line-height:1.5;font-size:13px}.ledger-detail-table tbody tr td:first-child{border-left:1px solid #d0d0d0}.ledger-detail-table tbody tr td:last-child{border-right:1px solid #d0d0d0}.ledger-detail-table tbody tr:first-child td{border-top:1px solid #d0d0d0}.ledger-detail-table tbody tr:last-child td{border-bottom:1px solid #d0d0d0}.no-data{text-align:center;padding:20px;color:#666;font-size:14px}.pl-summary{padding:15px 20px;font-weight:700;font-size:14px;text-align:center;color:#f44336}.pl-positive{color:#4caf50}.pl-negative{color:#f44336}.ledger-detail-error{text-align:center;padding:40px 20px;font-size:16px;color:#d32f2f}@media (max-width: 768px){.ledger-detail-container{margin-top:20%}.ledger-detail-table{font-size:11px}.ledger-detail-table th,.ledger-detail-table td{padding:8px 6px;font-size:11px}.match-won-text{font-size:14px}.section-header{font-size:12px;padding:10px 15px}.pl-summary{font-size:12px;padding:12px 15px}}@media (max-width: 480px){.ledger-detail-container{margin-top:14%}.ledger-detail-table{font-size:10px}.ledger-detail-table th,.ledger-detail-table td{padding:6px 4px;font-size:10px}.match-won-text{font-size:12px}.section-header{font-size:11px;padding:8px 12px}.pl-summary{font-size:11px;padding:10px 12px}}.casino-page{width:100%;min-height:100vh;background-color:#fff;padding-top:52px;box-sizing:border-box}.casino-back-bar{background-color:#ff911f;display:flex;justify-content:center;align-items:center;padding:10px 0}.casino-back-btn{background:none;border:none;color:#fff;font-weight:700;font-size:14px;text-transform:uppercase;cursor:pointer;padding:0;transition:opacity .2s}.casino-back-btn:hover{opacity:.85}.casino-content{padding:0;max-width:1200px;margin:0 auto}.casino-games-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:30px 20px;max-width:900px;margin:0 auto;justify-items:center}.casino-game-item{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:opacity .2s ease}.casino-game-item:hover{opacity:.9}.casino-game-image{width:100%;max-width:280px;height:auto;display:block;border-radius:8px;object-fit:cover}.casino-game-image[src*="teen patti 20 20.png"]{max-height:180px;object-fit:contain}.casino-game-name{color:#333;font-size:14px;font-weight:600;text-align:center;line-height:1.2}.casino-game-play-text{color:#666;font-size:12px}.casino-footer{display:flex;flex-direction:column;align-items:center;margin-top:24px;padding:20px}.casino-footer-line{width:100%;max-width:600px;height:1px;background-color:#ccc;margin-bottom:12px}.casino-footer-text{color:#888;font-size:12px;text-align:center;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.casino-games-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:24px 16px}.casino-game-image{max-width:100%}.casino-game-name{font-size:13px}}@media (max-width: 480px){.casino-games-grid{gap:12px;padding:20px 12px;margin-top:-3%}.casino-game-name{font-size:12px}}.turbo-game-player{position:fixed;top:0;left:0;right:0;bottom:0;background:#0d0d0d;display:flex;flex-direction:column;z-index:9999}.turbo-game-iframe{flex:1;width:100%;min-height:0;border:none;background:#000}.support-strip{background:#000;color:#fff;padding:.4rem .75rem;font-size:.75rem}.support-strip__content{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.support-strip__text{opacity:.85}.support-strip__separator{opacity:.4}.app-footer{padding:.75rem .5rem 1rem;text-align:center;font-size:.75rem;color:#999}.app-footer__line{height:1px;background:#ffffff14;margin-bottom:.4rem}.app-footer__text{text-transform:lowercase;letter-spacing:.04em}.casino-rules-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000}.casino-rules-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.casino-rules-modal__dialog{position:relative;max-width:420px;margin:5rem auto;background:#111827;color:#f9fafb;border-radius:.5rem;box-shadow:0 10px 40px #00000080;overflow:hidden}.casino-rules-modal__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}.casino-rules-modal__title{font-size:.95rem;margin:0}.casino-rules-modal__close{background:none;border:none;color:inherit;font-size:1.3rem;cursor:pointer}.casino-rules-modal__body{padding:.9rem 1rem 1rem;font-size:.8rem;line-height:1.4}.casino-rules-modal__text+.casino-rules-modal__text{margin-top:.35rem}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.page-loader__spinner{width:40px;height:40px;border-radius:50%;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;animation:page-loader-spin .8s linear infinite}@keyframes page-loader-spin{to{transform:rotate(360deg)}}.casino-game-back-bar{margin-top:52px;background-color:#ff911f;display:flex;justify-content:center;align-items:center;padding:10px 16px}.casino-game-back-menu-btn{background:none;border:none;color:#fff;font-weight:700;font-size:14px;text-transform:uppercase;cursor:pointer;padding:0;transition:opacity .2s}.casino-game-back-menu-btn:hover{opacity:.85}.casino-game-page{min-height:100vh;background:#fff;color:#000;padding-bottom:2rem;width:100%;overflow-x:hidden}.casino-game-header{background:#000;padding:.35rem .75rem;display:flex;align-items:center;flex-wrap:wrap;gap:.4rem .75rem}.casino-game-title{font-size:.9rem;font-weight:700;margin:0;font-family:Roboto Condensed,sans-serif;color:#fff}.casino-game-rules{background:none;border:none;padding:0;color:#c41e3a;text-decoration:underline;font-size:.8rem;cursor:pointer;font-family:inherit}.casino-game-sub-header{background:#000;padding:.3rem .75rem;display:flex;align-items:center;border-top:1px solid rgba(0,0,0,.3);border-bottom:1px solid #fff}.casino-game-tabs{display:flex;align-items:stretch}.casino-game-tab{padding:.25rem .65rem;background:transparent;border:none;color:#fff;cursor:pointer;font-size:.8rem;font-family:inherit;text-shadow:0 1px 1px rgba(0,0,0,.3);outline:none}.casino-game-tab:hover,.casino-game-tab:focus,.casino-game-tab:focus-visible{outline:none;box-shadow:none}.casino-game-tab:first-child{border-right:1px solid rgba(255,255,255,.4)}.casino-game-tab.active{font-weight:600}.casino-game-tabs .casino-game-tab:last-of-type{border-right:1px solid rgba(255,255,255,.4)}.casino-game-round{margin-left:auto;font-size:.8rem;color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.3);padding-left:.75rem;border-left:1px solid rgba(255,255,255,.4)}.casino-game-loading,.casino-game-error{padding:2rem;text-align:center}.casino-game-error{color:#ff6b6b}.casino-game-content{padding:0 1rem 1rem;max-width:900px;margin:0 auto}.casino-game-cards-section{position:relative;background:#000;padding:0;min-height:250px;border-radius:0;margin-bottom:1rem;overflow:hidden}.flip-clock-wrapper{position:absolute;bottom:.5rem;right:.5rem;z-index:2;display:flex;gap:3px;background:#000;padding:.4rem .6rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.6rem;font-weight:700;color:#fff;letter-spacing:.05em;line-height:1;-webkit-font-smoothing:antialiased}.flip-clock-digit{display:inline-block;min-width:1ch;text-align:center;font-weight:700!important;transform-origin:top center;animation:flip-digit .85s cubic-bezier(.25,.46,.45,.94);backface-visibility:hidden}@keyframes flip-digit{0%{transform:perspective(240px) rotateX(-90deg);opacity:.8}to{transform:perspective(240px) rotateX(0);opacity:1}}.casino-game-video{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:0}.casino-game-cards-overlay{position:relative;z-index:1;padding:1.5rem 1rem}@media (max-width: 768px){.casino-game-cards-section{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}.casino-game-cards-overlay{padding:.5rem .75rem}.casino-game-player-block{margin-bottom:.35rem}.casino-game-player-label{font-size:.7rem;margin-bottom:.25rem}.casino-game-cards-row{gap:.25rem}.casino-game-card{width:16px;height:22px;font-size:.55rem}.casino-game-betting{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}.casino-game-content--dt20 .dt20-main-wrap{width:100%}.casino-game-content--dt20 .dt20-cards-row--bottom{padding-left:0}.casino-game-content--luck5{padding-left:0;padding-right:0;max-width:100%}.casino-game-content--luck5 .luck5-betting{width:100%;margin-top:-4%;box-sizing:border-box}.casino-game-content--luck7{padding-left:0;padding-right:0;max-width:100%}.casino-game-content--luck7 .luck7-betting{width:100%;margin-top:-4%;box-sizing:border-box}}.casino-game-player-block{margin-bottom:.5rem}.casino-game-player-block:last-child{margin-bottom:0}.casino-game-player-label{font-size:.8rem;margin-bottom:.35rem;color:#fffc}.casino-game-cards-row{display:flex;gap:.4rem}.casino-game-card{width:22px;height:32px;background:#1e3a5f;border-radius:0;display:flex;align-items:center;justify-content:center;font-size:.65rem}.casino-game-card-face{width:100%;height:100%;object-fit:contain;display:block}.casino-game-card-back{width:100%;height:100%;object-fit:cover;display:block}.casino-game-betting{background:#fff;border:1px solid #ddd;border-radius:0;overflow:hidden;margin-bottom:1rem}.casino-game-betting .casino-game-bet-table{margin-bottom:0}.casino-game-betting .casino-game-bet-table:not(:last-of-type){border-bottom:1px solid #ddd}.casino-game-bet-table{width:100%;border-collapse:collapse;font-size:.9rem;table-layout:fixed}.casino-game-bet-table th,.casino-game-bet-table td{padding:.5rem .75rem;border:1px solid #ddd;text-align:center}.casino-game-bet-table .th-label,.casino-game-bet-table .td-label{width:40%}.casino-game-bet-table .th-back,.casino-game-bet-table .th-lay,.casino-game-bet-table .bet-back,.casino-game-bet-table .bet-lay,.casino-game-bet-table .bet-locked{width:30%;min-width:60px}.casino-game-bet-table .th-label{background:#e9ecef;color:#000;font-weight:700;text-align:left}.casino-game-bet-table .th-back{background:#74c0fc;color:#000;font-weight:600}.casino-game-bet-table .th-lay{background:#f783ac;color:#000;font-weight:600}.casino-game-bet-table .td-label{background:#fff;color:#000;text-align:left}.casino-game-bet-table .bet-back{background:#74c0fc;color:#000;cursor:pointer}.casino-game-bet-table .bet-lay{background:#f783ac;color:#000;cursor:pointer}.casino-game-bet-table .bet-locked{background:#495057;color:#fff}.casino-game-bet-table .bet-locked .bi-lock-fill{margin-right:.25rem;font-size:.8rem}.casino-game-bet-table--cards th,.casino-game-bet-table--cards td{text-align:center}.casino-game-bet-table--cards thead th{padding:.3rem .4rem;font-size:.8rem}.casino-game-cards-bet{margin-top:0}.casino-game-dolidana .casino-game-cards-section--dolidana{min-height:200px;margin-bottom:0}.dolidana-dice-result{position:absolute;top:.5rem;left:.5rem;z-index:2;display:flex;gap:.25rem;align-items:center}.dolidana-dice-result .dolidana-dice-img{width:32px;height:32px;object-fit:contain}.casino-game-dolidana-betting{background:#f8f8f8;padding:0 1rem 1rem;margin-top:0;margin-bottom:1rem}.dolidana-player-row{display:flex;flex-direction:column;background:#fff;border:1px solid #e0e0e0;border-radius:0;overflow:hidden;margin-bottom:1rem}.dolidana-player-cell{display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;border-bottom:1px solid #e0e0e0}.dolidana-player-cell:last-of-type{border-bottom:none}.dolidana-player-cell .dolidana-player-label{font-weight:600;font-size:.9rem;color:#1a1a1a}.dolidana-player-cell .dolidana-odds-box{background:#2a2a2a;color:#fff;padding:.5rem 1rem;min-width:70px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;font-size:.9rem}.dolidana-player-cell .dolidana-odds-box .bi-lock-fill{font-size:1rem}.dolidana-player-cell .dolidana-odds-box .dolidana-odds-zero{font-size:.75rem;color:#ffffffb3}.dolidana-player-cell .dolidana-odds-box[role=button]{cursor:pointer;background:#72bbef;color:#000}.dolidana-anypair{margin-bottom:1rem}.dolidana-anypair .dolidana-anypair-title{margin:0 0 .1rem;font-size:.7rem;font-weight:700;text-align:center}.dolidana-anypair .dolidana-btn--large{width:100%;padding:.8rem 1rem;font-size:1rem;border-radius:0}.dolidana-btn{background:#2a2a2a;color:#fff;border:none;padding:.5rem .75rem;font-size:.85rem;border-radius:0;display:flex;align-items:center;justify-content:center;gap:.35rem;cursor:default}.dolidana-btn:not(:disabled),.dolidana-btn--open{cursor:pointer;background:#72bbef;color:#000}.dolidana-btn .bi-lock-fill{font-size:.9rem}.dolidana-odds-btn-wrap{display:flex;flex-direction:column;align-items:center;gap:.2rem;flex-shrink:0}.dolidana-odds-btn-wrap .dolidana-odds-btn-label{font-size:.75rem;font-weight:600}.dolidana-oddeven-lucky{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.9rem;margin-bottom:1rem;overflow-x:auto}.dolidana-oddeven-lucky .dolidana-btn{padding:.55rem .85rem;font-size:.9rem;min-width:60px}.dolidana-oddeven-lucky .dolidana-odds-btn-label{font-size:.78rem}.dolidana-lucky7-center{padding:0 .5rem}.dolidana-lucky7-center .dolidana-lucky7-circle{display:block;width:54px;height:54px;object-fit:contain}.dolidana-section{margin-bottom:1rem}.casino-game-mogambo .casino-game-cards-section{min-height:200px;margin-bottom:0;position:relative}.mogambo-video-result{position:absolute;top:.35rem;left:.35rem;z-index:2;background:#000000d9;padding:.3rem .45rem;border-radius:3px}.mogambo-result-total{background:#9b7718;color:#fff;font-weight:700;font-size:.62rem;padding:.2rem .4rem;border-radius:2px;margin-bottom:.35rem;text-transform:uppercase}.mogambo-result-row{display:flex;flex-direction:column;gap:.15rem;margin-bottom:.25rem}.mogambo-result-row:last-child{margin-bottom:0}.mogambo-result-label{color:#fff;font-size:.55rem;font-weight:700;text-transform:uppercase}.mogambo-result-cards{display:flex;align-items:center;gap:.5rem}.mogambo-result-cards--single{justify-content:flex-start}.mogambo-result-card{width:20px;height:26px;border-radius:2px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:transparent;border:none!important;outline:none}.mogambo-result-card img,.mogambo-result-card .casino-game-card-face,.mogambo-result-card .casino-game-card-back{width:100%;height:100%;object-fit:contain;border:none!important;outline:none;box-shadow:none}.mogambo-result-card-sep{width:1px;height:26px;background:#fff;flex-shrink:0}.casino-game-mogambo-betting{background:#f8f8f8;padding:1rem;margin-bottom:1rem;width:100%;box-sizing:border-box}.casino-game-cards-section--ab4{min-height:180px;position:relative;margin-top:-19%}.ab4-video-result{position:absolute;top:.35rem;left:.35rem;z-index:2;padding:.3rem .4rem}.ab4-next-count{font-size:.55rem;color:#fff;margin-bottom:.25rem}.ab4-next-count .ab4-next-count-val{color:#f5d000}.ab4-video-row{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;margin-bottom:.3rem}.ab4-video-row:last-child{margin-bottom:0}.ab4-video-label{color:#fff;font-size:.55rem;font-weight:700;text-transform:uppercase}.ab4-video-cards-wrap{display:flex;align-items:center;gap:.15rem}.ab4-video-arrow{width:16px;height:16px;border-radius:50%;background:#fff;color:#000;border:none;font-size:.65rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.ab4-video-arrow i{color:#000!important}.ab4-video-arrow:hover{background:#e0e0e0}.ab4-video-cards{display:flex;gap:.15rem}.ab4-video-card{width:20px;height:28px;border:1px solid #f5d000;border-radius:2px;overflow:hidden;background:#fff}.ab4-video-card img{width:100%;height:100%;object-fit:contain}.ab4-andar-bahar{background:#fff;border:1px solid #ddd;margin-bottom:0;overflow:hidden}.ab4-section{display:flex;flex-direction:row;align-items:stretch;min-height:100px}.ab4-section--andar{background:#ffa07a}.ab4-section--bahar{background:#fdcf1380}.ab4-section-label{writing-mode:vertical-rl;transform:rotate(180deg);font-weight:700;font-size:1rem;color:#1a1a1a;padding:.75rem .5rem;min-width:2.5rem;display:flex;align-items:center;justify-content:center}.ab4-cards-block{flex:1;min-width:0;padding:.5rem .75rem;overflow:visible}.ab4-cards-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem;justify-content:flex-start}.ab4-cards-row:last-child{margin-bottom:0;justify-content:center}.ab4-card-slot{display:flex;flex-direction:column;align-items:center;gap:.2rem;flex:0 1 auto}.ab4-card-slot--clickable{cursor:pointer}.ab4-card-num{font-size:.9rem;font-weight:700;color:#1a1a1a;text-align:center;min-width:1.2em;display:inline-flex;align-items:center;justify-content:center}.ab4-card-num .ab4-card-lock{color:#000;font-size:.85rem}.ab4-card-wrap{width:28px;height:38px;border:2px solid #f5d000;border-radius:2px;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000001a}.ab4-card-wrap img{width:100%;height:100%;object-fit:contain}.ab4-divider{height:2px;background:#000}.casino-game-cards-section--abj{min-height:180px;position:relative}.abj-video-result{position:absolute;top:.35rem;left:.35rem;z-index:2;display:flex;flex-direction:row;align-items:center;gap:.25rem}.abj-result-left-col{display:flex;align-items:center;justify-content:center;flex-shrink:0}.abj-result-rows{display:flex;flex-direction:column;gap:.25rem}.abj-result-row{display:flex;align-items:center;gap:.25rem}.abj-result-label{color:#fff;font-size:.75rem;font-weight:700;min-width:1rem}.abj-result-cards{display:flex;gap:.2rem;flex-wrap:nowrap}.abj-result-card{width:24px;height:34px;flex-shrink:0;border:1px solid #f5d000;border-radius:2px;overflow:hidden;background:#fff}.abj-result-card img{width:100%;height:100%;object-fit:contain}.casino-game-content--abj .abj-betting{background:#f5f5f5;padding:1rem;margin-bottom:1rem;border:1px solid #ddd}.abj-rows{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.abj-row{display:flex;align-items:center;gap:.5rem}.abj-row-label{font-weight:700;font-size:1rem;min-width:1.5rem}.abj-cell{flex:1;min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.4rem;background:#fff;border:2px solid #ddd;cursor:default}.abj-cell--open{border-color:#f5d000;cursor:pointer}.abj-cell--sa,.abj-cell--sb{flex:0 0 80px;background:#fff}.abj-cell--bet,.abj-cell--bet.abj-cell--open{background:#333;color:#fff}.abj-cell--bet.abj-cell--blue.abj-cell--open{background:#72bbef;color:#000}.abj-cell-top{font-size:.7rem;font-weight:600;text-transform:uppercase}.abj-cell-val{font-size:1rem;font-weight:700}.abj-oddeven{display:flex;gap:.5rem;margin-bottom:1rem}.abj-oe-btn{flex:1;min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;background:#b3d9f2;border:2px solid #ddd;cursor:default}.abj-oe-btn--open{border-color:#f5d000;cursor:pointer}.abj-oe-label{font-size:.8rem;font-weight:700}.abj-oe-val{font-size:1rem;font-weight:700}.abj-suits{display:flex;gap:.5rem;margin-bottom:1rem}.abj-suit-btn{flex:1;min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;background:#b3d9f2;border:2px solid #ddd;cursor:default}.abj-suit-btn--open{border-color:#f5d000;cursor:pointer}.abj-suit-icon{font-size:1.2rem}.abj-suit--red .abj-suit-icon{color:#c41e3a}.abj-suit-val{font-size:.9rem;font-weight:700}.casino-game-cards-section--dt20{min-height:220px;position:relative}.dt20-video-result{position:absolute;top:.35rem;left:.35rem;z-index:2}.dt20-result-cards{display:flex;gap:.25rem}.dt20-result-card{width:41px;height:51px;border-radius:2px;overflow:hidden}.dt20-result-card img{width:100%;height:100%;object-fit:contain}.casino-game-content--dt20 .dt20-betting{background:#f5f5f5;padding:1rem;margin-bottom:1rem;border:1px solid #ddd}.dt20-top-row{display:flex;gap:.5rem;margin-bottom:1rem}.dt20-main-wrap{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem}.dt20-main-val{font-size:1rem;font-weight:700;color:#333}.dt20-main-btn{flex:1;min-width:58px;min-height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;background:linear-gradient(180deg,#333,#0a0a0a);color:#fff;border:2px solid #ddd;cursor:default}.dt20-main-btn--open{border-color:#f5d000;cursor:pointer}.dt20-main-label{font-size:.75rem;font-weight:600}.dt20-section{margin-bottom:1rem}.dt20-section-label{text-align:center;font-size:.85rem;font-weight:700;margin-bottom:.5rem;color:#333}.dt20-oe-rb{display:flex;gap:.5rem}.dt20-oe-wrap{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem}.dt20-oe-val{font-size:.9rem;font-weight:700;color:#333}.dt20-oe-btn{flex:1;min-width:54px;min-height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.4rem;background:linear-gradient(180deg,#333,#0a0a0a);color:#fff;border:2px solid #ddd;cursor:default}.dt20-oe-btn--open{border-color:#f5d000;cursor:pointer}.dt20-oe-icon{font-size:.85rem}.dt20-suit-red .dt20-oe-icon{color:#c41e3a}.dt20-cards-section .dt20-section-label{margin-bottom:.35rem}.dt20-cards-row{display:flex;justify-content:center;flex-wrap:wrap;gap:.35rem}.dt20-cards-row--bottom{margin-top:.25rem;padding-left:1.5rem}.dt20-card-slot{width:44px;height:58px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #ddd;cursor:default;overflow:hidden;border-radius:4px}.dt20-card-slot--open{border-color:#f5d000;cursor:pointer}.dt20-card-lock{color:#333;font-size:1.2rem}.dt20-card-img{width:100%;height:100%}.dt20-card-img img{width:100%;height:100%;object-fit:contain}.casino-game-cards-section--dt6{min-height:220px;position:relative}.dt6-video-result{position:absolute;top:.35rem;left:.35rem;z-index:2}.dt6-result-cards{display:flex;gap:.25rem}.dt6-result-card{width:28px;height:38px;border:1px solid #f5d000;border-radius:2px;overflow:hidden;background:#fff}.dt6-result-card img{width:100%;height:100%;object-fit:contain}.casino-game-content--dt6{max-width:100%;padding-left:0;padding-right:0}.casino-game-content--dt6 .casino-game-cards-section--dt6,.casino-game-content--dt6 .casino-game-betting.dt6-betting{margin-left:0;margin-right:0}.dt6-pair-section{display:flex;flex-direction:column;align-items:center;gap:.4rem;margin-bottom:1rem}.dt6-pair-odds{font-size:1.15rem;font-weight:700;color:#333}.dt6-pair-btn{width:100%;max-width:100%;padding:.5rem 1rem;background:#74c0fc;color:#000;border:1px solid #ddd;font-weight:700;font-size:.9rem;cursor:default;border-radius:0}.dt6-pair-btn--open{cursor:pointer;background:#74c0fc}.dt6-pair-btn--open:hover{background:#5eb3fa}.casino-game-content--card32{max-width:100%}.casino-game-cards-section--card32{min-height:220px;position:relative}.card32-video-result{position:absolute;top:.15rem;left:.5rem;z-index:2;padding:.15rem;display:flex;flex-direction:column;gap:.1rem}.card32-video-result .card32-result-row{display:flex;flex-direction:column;gap:.02rem}.card32-video-result .card32-result-label{color:#2d7a3e;font-size:.45rem;font-weight:600}.card32-video-result .card32-result-score{color:gold;font-size:.45rem;font-weight:700}.card32-video-result .card32-result-card{width:14px;height:19px;border:1px solid #f5d000;border-radius:2px;overflow:hidden;background:#fff}.card32-video-result .card32-result-card img{width:100%;height:100%;object-fit:contain}.casino-game-content--card32 .card32-betting .th-back{background:#74c0fc;color:#000}.casino-game-content--card32 .card32-betting .th-lay{background:#f783ac;color:#000}.casino-game-content--card32 .card32-betting .bet-back{background:#74c0fc;color:#000}.casino-game-content--card32 .card32-betting .bet-lay{background:#f783ac;color:#000}.casino-game-content--card32 .card32-betting .bet-locked{background:#444;color:#fff}.card32eu-extra-betting{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.2)}.card32eu-section .casino-game-bet-table{width:100%;font-size:inherit}.card32eu-section .th-label{width:40%}.card32eu-section .th-back,.card32eu-section .th-lay,.card32eu-section .bet-back,.card32eu-section .bet-lay,.card32eu-section .bet-locked{width:30%;min-width:60px;padding:.5rem .75rem}.card32eu-section .th-back{background:#74c0fc;color:#000}.card32eu-section .th-lay{background:#f783ac;color:#000}.card32eu-section .td-label{background:#fff;color:#1a1a1a;font-weight:400;width:40%;text-align:left}.card32eu-section .bet-back{background:#74c0fc;color:#000}.card32eu-section .bet-lay{background:#f783ac;color:#000}.card32eu-section .bet-locked{background:#444;color:#fff}.card32eu-singles .card32eu-singles-value{font-size:.9rem;color:#000;margin-bottom:.25rem;text-align:center}.card32eu-singles .card32eu-singles-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.2rem;margin-left:.5rem}.card32eu-singles .card32eu-single-btn{min-height:2rem;font-size:.8rem;font-weight:600;border:1px solid rgba(255,255,255,.3);border-radius:4px;cursor:pointer}.card32eu-singles .card32eu-single-btn.bet-back{background:#74c0fc;color:#000}.card32eu-singles .card32eu-single-btn.bet-locked{background:#444;color:#888;cursor:not-allowed}.card32eu-singles .card32eu-single-btn:disabled{cursor:not-allowed}.casino-game-content--joker20{max-width:100%;padding-left:0;padding-right:0}.casino-game-content--joker20 .joker20-betting{padding-left:0;padding-right:0;width:100%}.casino-game-cards-section--joker20{min-height:220px;position:relative}.joker20-video-result{position:absolute;top:.25rem;left:.25rem;z-index:2;display:flex;flex-direction:column;gap:.25rem;pointer-events:none}.joker20-result-block{display:flex;flex-direction:column;gap:.08rem}.joker20-result-label{font-weight:700;font-size:.4rem;text-transform:uppercase;text-shadow:0 0 1px #000,0 1px 1px #000}.joker20-result-label--joker{color:#ff8c00}.joker20-result-label--player{color:#4169e1}.joker20-result-card{width:20px;height:27px;border:1px solid #f5d000;border-radius:2px;overflow:hidden;background:#fff}.joker20-result-card img{width:100%;height:100%;object-fit:contain}.joker20-result-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.06rem;width:fit-content}.joker20-result-cards-grid--3{grid-template-columns:repeat(3,1fr)}.joker20-select-joker{background:#1a1a1a;padding:.5rem .75rem;margin-bottom:.5rem}.joker20-select-joker-title{background:linear-gradient(180deg,#333,#0a0a0a);color:#fff;font-weight:700;font-size:.9rem;text-align:center;padding:.35rem .5rem;margin-bottom:.5rem;width:fit-content;margin-left:auto;margin-right:auto}.joker20-select-joker-cards{display:flex;flex-direction:column;gap:.25rem;align-items:center}.joker20-select-joker-row{display:flex;flex-wrap:wrap;gap:.2rem;justify-content:center}.joker20-select-joker-row--indent{margin-left:0}.joker20-select-joker-card{width:28px;height:38px;border:1px solid #f5d000;border-radius:2px;overflow:hidden;background:#fff;cursor:pointer}.joker20-select-joker-card img{width:100%;height:100%;object-fit:contain}.joker20-betting .casino-game-bet-table{margin-bottom:.5rem}.joker20-betting .th-back{background:#74c0fc;color:#000}.joker20-betting .th-lay{background:#f783ac;color:#000}.joker20-betting .bet-back{background:#74c0fc;color:#000}.joker20-betting .bet-lay{background:#f783ac;color:#000}.joker20-betting .bet-locked{background:#444;color:#fff}.joker20-betting .td-label{background:#f0f0f0;color:#1a1a1a}.joker20-joker-section{margin-top:.5rem;border-top:1px solid rgba(0,0,0,.1);padding-top:.5rem}.joker-suit{font-size:.75em;display:block}.joker-suit--red{color:#c41e3a}.badge-joker20{background:#2d7a3e;color:#fff}.casino-game-content--teenmuf{max-width:100%}.casino-game-cards-section--teenmuf{min-height:220px;position:relative}.teenmuf-video-result{position:absolute;top:.25rem;left:.25rem;z-index:2;display:flex;flex-direction:column;gap:.3rem;pointer-events:none}.teenmuf-result-block{display:flex;flex-direction:column;gap:.15rem}.teenmuf-result-label{font-weight:700;font-size:.45rem;text-transform:uppercase;color:#2d7a3e}.teenmuf-result-cards{display:flex;gap:.1rem}.teenmuf-result-card{width:20px;height:27px;border:1px solid #f5d000;border-radius:2px;overflow:hidden;background:#fff}.teenmuf-result-card img{width:100%;height:100%;object-fit:contain}.teenmuf-betting{padding:.5rem;background:#f5f5f5;width:100%;box-sizing:border-box}.teenmuf-player-section{margin-bottom:.75rem;padding:.5rem 0;border:1px solid #ddd;border-radius:4px;width:100%;box-sizing:border-box}.teenmuf-player-section:last-child{margin-bottom:0}.teenmuf-section-title{font-size:.9rem;font-weight:700;margin:0 0 .35rem .5rem;color:#1a1a1a}.teenmuf-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.85rem}.teenmuf-table thead tr{background:#fff}.teenmuf-table thead tr th{padding:.35rem .5rem;text-align:center;font-weight:600;color:#1a1a1a;border:1px solid #ddd}.teenmuf-table tbody td{padding:.35rem .5rem;border:1px solid #ddd;min-width:3rem;text-align:center}.teenmuf-bet-cell{text-align:center;background:#444;color:#fff}.teenmuf-bet-cell--clickable{background:#74c0fc;color:#000;cursor:pointer}.teenmuf-bet-cell--clickable:hover{background:#5eb3fa!important}.teenmuf-bet-cell .bi-lock-fill{color:#ccc;font-size:.9rem}.casino-game-content--teen20c{max-width:100%;padding-top:0}.casino-game-cards-section--teen20c{min-height:220px;position:relative;margin-top:-4px}.casino-game-page:has(.casino-game-content--teen20c) .casino-game-header{background:#000;padding:.35rem .75rem;display:flex;align-items:center;flex-wrap:wrap;margin-top:18%;gap:.4rem .75rem}@media (max-width: 768px){.casino-game-page:has(.casino-game-content--teen20c),.casino-game-page:has(.casino-game-content--teen20c) .casino-game-content{padding-bottom:.25rem;margin-top:1%}}.teen20c-video-result{position:absolute;top:.25rem;left:.25rem;z-index:2;display:flex;flex-direction:column;gap:.3rem;pointer-events:none}.teen20c-result-block{display:flex;flex-direction:column;gap:.15rem}.teen20c-result-label{font-weight:700;font-size:.55rem;text-transform:uppercase;color:#2d7a3e}.teen20c-result-cards{display:flex;gap:.2rem}.teen20c-result-card{width:41px;height:51px;border-radius:2px;overflow:hidden}.teen20c-result-card img{width:100%;height:100%;object-fit:contain}@media (max-width: 480px){.teen20c-result-card{width:41px;height:51px}}.teen20c-betting{padding:0;background:#e8e8e8}.teen20c-table{display:flex;flex-direction:column;border:1px solid #ddd}.teen20c-table-header,.teen20c-table-row{display:flex;border-bottom:1px solid #ddd}.teen20c-table-header:last-child,.teen20c-table-row:last-child{border-bottom:none}.teen20c-table-cell{padding:.5rem .75rem;display:flex;flex-direction:column;justify-content:center;min-height:44px;box-sizing:border-box}.teen20c-table-cell--label{flex:1;color:#444;font-size:.75rem;font-weight:600}.teen20c-table-cell--back{width:90px;background:#72bbef;color:#000;font-size:.85rem;font-weight:700;text-align:center;align-items:center}.teen20c-table-cell--val{width:90px;background:#72bbef;color:#000;text-align:center;align-items:center;cursor:pointer}.teen20c-table-cell--val.teen20c-table-cell--open:hover{background:#5aa8e0}.teen20c-table-cell--val:has(.bi-lock-fill){background:#555;cursor:not-allowed}.teen20c-label-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.teen20c-pl{font-size:.75rem;font-weight:800;letter-spacing:.2px}.teen20c-pl--pos{color:#0b6b2c}.teen20c-pl--neg{color:#b42318}.teen20c-odds{font-size:1.1rem;font-weight:700;line-height:1.2}.teen20c-stake{font-size:.8rem;font-weight:400;opacity:.95}.teen20c-rules{margin-top:1rem}.teen20c-rules--below-result{margin-top:.75rem}.teen20c-rules{background:#fff;border:1px solid #ddd;border-radius:4px;overflow:hidden}.teen20c-rules-title{background:linear-gradient(180deg,#333,#0a0a0a);color:#fff;font-size:.9rem;padding:.35rem .5rem;margin:0}.teen20c-rules-sub{background:#f0f0f0;padding:.25rem .5rem;font-size:.8rem}.teen20c-rules-table{width:100%;border-collapse:collapse;font-size:.85rem}.teen20c-rules-table td{padding:.3rem .5rem;border-bottom:1px solid #eee}.teen20c-rules-table td:first-child{font-weight:600}.teen20c-rules-table td:last-child{text-align:right}.badge-teen20c{background:#2d7a3e;color:#fff}.casino-game-content--teen41{max-width:100%;width:100%;padding-left:0;padding-right:0}.casino-game-teen41{width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);box-sizing:border-box}.casino-game-cards-section--teen41{min-height:220px;position:relative;width:100%}.teen41-betting{padding:.5rem 0;background:#fff;width:100%;box-sizing:border-box;border:1px solid #ddd}.teen41-betting .teen41-bet-table{margin-bottom:0;border-collapse:collapse}.teen41-betting .teen41-bet-table th,.teen41-betting .teen41-bet-table td{border:1px solid #ddd}.teen41-betting .teen41-bet-table .th-back{background:#74c0fc;color:#000;font-weight:600;border-radius:0}.teen41-betting .teen41-bet-table .th-lay{background:#f783ac;color:#000;font-weight:600;border-radius:0}.teen41-betting .teen41-bet-table .bet-back{background:#74c0fc;color:#000;border-radius:0}.teen41-betting .teen41-bet-table .bet-lay{background:#f783ac;color:#000;border-radius:0}.teen41-betting .teen41-bet-table .bet-locked{background:#444;color:#fff;border-radius:0}.teen41-betting .teen41-bet-table .td-label{background:#f0f0f0;color:#1a1a1a}.teen41-betting table+table{border-top:1px solid #ddd}.teen41-underover-container{margin-top:.75rem;padding:.75rem;background:#f5f5f5;border:1px solid #ddd}.teen41-underover{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.teen41-underover-row{display:flex;align-items:center;gap:.5rem;flex:1;min-width:150px;padding:.35rem;border:1px solid #ddd}.teen41-underover-label{font-size:.85rem;color:#1a1a1a}.teen41-cell{min-width:60px;padding:.4rem .6rem;text-align:center;font-weight:600;border-radius:0;cursor:default;border:1px solid #ddd}.teen41-cell--open{background:#74c0fc;color:#000;cursor:pointer}.teen41-cell--locked{background:#444;color:#fff}.casino-game-content--teen6{max-width:100%;width:100%;padding-left:0;padding-right:0}.casino-game-teen6{width:100%;max-width:100%;box-sizing:border-box;background:#e8e8e8}.casino-game-cards-section--teen6{min-height:210px;position:relative;width:100%}.teen6-betting{padding:0;background:#e8e8e8;display:flex;flex-direction:column;gap:0}.teen6-player-block{background:#fff;border-bottom:2px solid #ccc}.teen6-bet-table{width:100%;border-collapse:collapse;margin-bottom:0}.teen6-bet-table th,.teen6-bet-table td{border:1px solid #ddd;padding:.45rem .6rem;font-size:.9rem}.teen6-bet-table .th-label{background:#f0f0f0;color:#1a1a1a;text-align:left}.teen6-bet-table .th-back{background:#72bbef;color:#000;font-weight:700;text-align:center}.teen6-bet-table .th-lay{background:#faa9ba;color:#000;font-weight:700;text-align:center}.teen6-bet-table .td-label{background:#f0f0f0;color:#1a1a1a}.teen6-bet-table .bet-back{background:#72bbef;color:#000;text-align:center;cursor:pointer}.teen6-bet-table .bet-lay{background:#faa9ba;color:#000;text-align:center;cursor:pointer}.teen6-bet-table .bet-locked{background:#495057;color:#fff;text-align:center}.teen6-uo-row{display:flex;border-top:1px solid #ddd}.teen6-uo-cell{flex:1;display:flex;align-items:center;justify-content:space-between;padding:0;background:#fff;cursor:default}.teen6-uo-cell:first-child{border-right:1px solid #ddd}.teen6-uo-label{font-size:.85rem;color:#333;padding:.5rem .6rem;flex:1}.teen6-uo-val{min-width:52px;padding:.5rem .6rem;text-align:center;font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center;align-self:stretch}.teen6-uo-val--open{background:#72bbef;color:#333;cursor:pointer}.teen6-uo-val--locked{background:#495057;color:#fff;cursor:default}.teen6-suits-section{width:100%;background:#e8e8e8}.teen6-suits-grid{display:flex;flex-direction:column;gap:0}.teen6-suits-row{display:flex;border-bottom:1px solid #b0d8f0}.teen6-suits-row:last-child{border-bottom:none}.teen6-suit-box{flex:1;display:flex;align-items:center;justify-content:space-between;padding:.6rem 1rem;font-weight:600;font-size:1rem}.teen6-suit-box:first-child{border-right:1px solid #b0d8f0}.teen6-suit-box--open{background:#72bbef;color:#333;cursor:pointer}.teen6-suit-box--locked{background:#72bbef;color:#333;cursor:default}.teen6-suit-icon{font-size:1.4rem;line-height:1}.teen6-suit-icon--text{font-size:.95rem}.teen6-suit-val{font-size:1rem;font-weight:700;color:#1a1a1a}.teen6-card-table{background:#e8e8e8;padding:.5rem .4rem;overflow-x:auto;width:100%}.teen6-card-row{display:flex;flex-wrap:nowrap;gap:.3rem;justify-content:center;margin-bottom:.4rem}.teen6-card-row--indent{padding-left:0}.teen6-card-item{display:flex;flex-direction:column;align-items:center;gap:.15rem;cursor:default}.teen6-card-item--open{cursor:pointer}.teen6-card-odds{font-size:.62rem;font-weight:600;color:#1a1a1a;min-height:1em;line-height:1}.teen6-card-img-wrap{position:relative;width:26px;height:36px;border:1px solid #ccc;border-radius:3px;overflow:hidden}.teen6-card-img{width:100%;height:100%;object-fit:cover;display:block}.teen6-card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#3c3c3ca6;display:flex;align-items:center;justify-content:center}.teen6-card-img-overlay .bi-lock-fill{color:#fff;font-size:1rem}.casino-game-content--baccarat{max-width:100%;width:100%}.casino-game-cards-section--baccarat{min-height:220px;position:relative}.casino-game-content--roulette{max-width:100%;padding:0}.casino-game-cards-section--roulette{min-height:180px;position:relative}.roulette-layout{display:grid;grid-template-columns:50px 26px 1fr 62px;grid-template-rows:auto 1fr;background:#1a1a1a;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box;min-height:520px;position:relative}.roulette-suspended-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b8;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;pointer-events:all}.roulette-suspended-lock{font-size:2.4rem;color:#fff;opacity:.85;filter:drop-shadow(0 2px 8px rgba(0,0,0,.7))}.roulette-result-popup{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;font-size:2rem;font-weight:900;color:#fff;letter-spacing:1px;box-shadow:0 4px 16px #0009}.roulette-result-popup--red{background:#c82020}.roulette-result-popup--black{background:#222;border:3px solid #666}.roulette-result-popup--green{background:#1a8a1a}.roulette-num--winner{background:#d4b840!important;color:#111!important;font-size:.9rem!important;box-shadow:0 0 8px #d4b840cc;z-index:2;position:relative}.roulette-zero--winner{background:#d4b840!important;color:#111!important;box-shadow:0 0 8px #d4b840cc}.rl-bet-chip{position:absolute;top:2px;right:2px;background:#e8c030;color:#111;font-size:.42rem;font-weight:900;border-radius:50%;width:14px;height:14px;display:flex;align-items:center;justify-content:center;line-height:1;box-shadow:0 1px 3px #00000080;pointer-events:none;z-index:3}.roulette-action--submit i{color:#40cc40!important;font-size:1.4rem}.roulette-action--submit span{color:#40cc40;font-size:.46rem;font-weight:800}.roulette-action--submit{animation:pulse-submit 1s ease-in-out infinite}@keyframes pulse-submit{0%,to{opacity:1}50%{opacity:.6}}.rl-stats-hdr{grid-column:1;grid-row:1;display:flex;flex-direction:column;align-items:center;background:#111;border-right:1px solid #333;border-bottom:1px solid #333}.roulette-flip-timer{position:static!important;display:flex!important;gap:3px;padding:6px 4px;justify-content:center;background:transparent;font-size:1.5rem!important;width:100%;box-sizing:border-box}.roulette-flip-timer .flip-clock-digit{font-size:1.5rem;font-weight:700;color:#fff;min-width:1ch;text-align:center;background:transparent}.roulette-stats-label{font-size:.46rem;font-weight:800;color:#fff;text-align:center;padding:4px 2px 3px;letter-spacing:.3px;border-bottom:1px solid #333}.roulette-last-num{display:flex;gap:3px;padding:5px 4px;justify-content:center}.roulette-lnv{width:19px;height:19px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.58rem;font-weight:800;color:#fff}.roulette-lnv--green{background:#1a8a1a}.roulette-lnv--red{background:#c82020}.roulette-lnv--black{background:#333;border:1px solid #555}.rl-center-hdr{grid-column:3;grid-row:1;display:flex;flex-direction:column;gap:3px;padding:4px;background:#1a1a1a;border-bottom:1px solid #333}.roulette-mode-bar{display:flex;gap:5px}.roulette-mode-btn{flex:1;padding:5px 0;border:none;border-radius:20px;font-size:.78rem;font-weight:700;cursor:pointer}.roulette-mode-btn--back{background:#72bbef;color:#111}.roulette-mode-btn--back.active{background:#3fa0e0}.roulette-mode-btn--lay{background:#faa9ba;color:#111}.roulette-mode-btn--lay.active{background:#e07090}.roulette-zero{background:#1e7a1e;color:#fff;text-align:center;padding:6px 0;font-size:.9rem;font-weight:800;border-radius:3px;cursor:default;position:relative}.roulette-zero--open{cursor:pointer}.roulette-zero--open:hover{filter:brightness(1.15)}.rl-outside-col{grid-column:1;grid-row:2;display:flex;flex-direction:column;background:#111;border-right:1px solid #333}.roulette-outside{flex:1;display:flex;align-items:center;justify-content:center;cursor:default;border-bottom:1px solid #2a2a2a;background:#2c2c2c;position:relative}.roulette-outside:last-child{border-bottom:none}.roulette-outside--open{cursor:pointer}.roulette-outside--open:hover{filter:brightness(1.2)}.roulette-outside--red{background:#6a0000}.roulette-outside--black{background:#111}.roulette-outside-label{font-size:.56rem;font-weight:800;color:#f0d060;writing-mode:vertical-lr;transform:rotate(180deg);letter-spacing:.8px}.rl-dozens-col{grid-column:2;grid-row:2;display:flex;flex-direction:column}.roulette-dozen-cell{flex:1;display:flex;align-items:center;justify-content:center;background:#cdb040;border-bottom:2px solid #1a1a1a;cursor:default;position:relative}.roulette-dozen-cell:last-child{border-bottom:none}.roulette-dozen-cell--open{cursor:pointer}.roulette-dozen-cell--open:hover{filter:brightness(1.1)}.roulette-dozen-label{font-size:.5rem;font-weight:800;color:#111;writing-mode:vertical-lr;transform:rotate(180deg);letter-spacing:.5px}.rl-grid-col{grid-column:3;grid-row:2;display:flex;flex-direction:column;gap:2px;padding:3px;background:#1a1a1a}.roulette-grid-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;flex:1}.roulette-num{min-height:30px;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:800;color:#fff;border-radius:3px;cursor:default;position:relative}.roulette-num--red{background:#8a1414}.roulette-num--black{background:#1e1e1e;border:1px solid #3a3a3a}.roulette-num--open{cursor:pointer}.roulette-num--open.roulette-num--red{background:#c82020}.roulette-num--open.roulette-num--black{background:#2e2e2e;border-color:#555}.roulette-num--open:hover{filter:brightness(1.25)}.roulette-grid-row--2to1{flex:0 0 auto;margin-top:2px}.roulette-col2to1{padding:7px 2px;text-align:center;font-size:.68rem;font-weight:800;color:#111;background:#cdb040;border-radius:3px;cursor:default;position:relative}.roulette-col2to1--open{cursor:pointer}.roulette-col2to1--open:hover{filter:brightness(1.1)}.rl-right-col{grid-column:4;grid-row:1/span 2;display:flex;flex-direction:column;align-items:center;gap:5px;padding:8px 5px;background:#111;border-left:1px solid #333;overflow:hidden}.roulette-chip{width:46px;height:46px;border-radius:50%;border:3px dashed rgba(255,255,255,.5);font-size:.68rem;font-weight:900;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #00000080;transition:transform .12s;flex-shrink:0;outline:none}.roulette-chip--blue{background:radial-gradient(circle at 38% 35%,#6ab0f5,#1848b8)}.roulette-chip--ltblue{background:radial-gradient(circle at 38% 35%,#68d4f8,#1070b8)}.roulette-chip--gray{background:radial-gradient(circle at 38% 35%,#e0e0e0,#909090);color:#111}.roulette-chip--green{background:radial-gradient(circle at 38% 35%,#50d050,#186818)}.roulette-chip--purple{background:radial-gradient(circle at 38% 35%,#c060e8,#5808a0)}.roulette-chip--gold{background:radial-gradient(circle at 38% 35%,#e8c838,#906018)}.roulette-chip--active{transform:scale(1.1);border-color:#fff;box-shadow:0 0 10px #fff9}.roulette-action{display:flex;flex-direction:column;align-items:center;gap:1px;background:none;border:none;outline:none;cursor:pointer;color:#aaa;flex-shrink:0}.roulette-action i{font-size:1.3rem}.roulette-action span{font-size:.44rem;font-weight:600;text-align:center;line-height:1.2}.roulette-action--undo i,.roulette-action--repeat i{color:#72bbef}.roulette-action--clear i{color:#e8c030}.roulette-action:hover{color:#fff}.roulette-results{display:flex;flex-wrap:wrap;gap:4px;padding:6px 8px;background:#111;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}.roulette-result-badge{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;color:#fff}.roulette-result-badge--red{background:#c82020}.roulette-result-badge--black{background:#333;border:1px solid #666}.roulette-result-badge--green{background:#1a8a1a}.casino-game-content--teensin{max-width:100%;padding-left:0;padding-right:0}.casino-game-cards-section--teensin{min-height:215px;position:relative}.teensin-video-cards{position:absolute;top:6px;left:6px;z-index:2;display:flex;flex-direction:column;gap:4px;pointer-events:none}.teensin-video-player{display:flex;flex-direction:column;gap:2px}.teensin-video-player-label{font-size:.48rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.3px;text-shadow:0 1px 2px rgba(0,0,0,.8);line-height:1}.teensin-video-player-cards{display:flex;gap:2px}.teensin-video-player-cards .casino-game-card-face,.teensin-video-player-cards .casino-game-card-back{width:18px!important;height:26px!important;object-fit:cover;border-radius:2px;display:block;box-shadow:0 1px 3px #00000080}.teensin-betting{background:#fff;padding:.5rem 0;width:100vw;margin-top:-6%;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}.teensin-player-block{border-radius:0;border-left:none;border-right:none}.teensin-player-block{margin-bottom:.5rem;border:1px solid #c8d8e8;border-radius:4px;overflow:hidden}.teensin-player-label{font-size:.82rem;font-weight:700;color:#222;padding:.28rem .5rem;background:#fff;border-bottom:1px solid #c8d8e8}.teensin-table{width:100%;background:#fff}.teensin-table-head{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-bottom:1px solid #c8d8e8}.teensin-table-head span{text-align:center;font-size:.72rem;font-weight:700;color:#1a1a1a;background:#fff;padding:.3rem .1rem;border-right:1px solid #c8d8e8}.teensin-table-head span:last-child{border-right:none}.teensin-table-row{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:4px;background:#f0f4f8}.teensin-cell{text-align:center;font-size:.88rem;font-weight:700;padding:.55rem .2rem;border-radius:4px;cursor:default;min-height:38px;display:flex;align-items:center;justify-content:center}.teensin-cell--open{background:#72bbef;color:#1a1a1a;cursor:pointer}.teensin-cell--open:hover{background:#5aacdf}.teensin-cell--locked{background:#72bbef;color:#555;cursor:not-allowed}.teensin-cell--locked i{font-size:.85rem;opacity:.7}.teensin-lucky9-row{display:flex;align-items:center;gap:8px;margin-top:.5rem;padding:.5rem 8px .3rem;border-top:1px solid #eee;overflow:visible}.teensin-lucky9-logo{display:flex;align-items:center;flex-shrink:0}.teensin-lucky9-img{height:48px;width:auto;display:block;object-fit:contain}.teensin-lucky9-cell{flex:1;text-align:center;font-size:.88rem;font-weight:700;padding:.55rem .3rem;border-radius:4px;cursor:default;min-height:38px;display:flex;align-items:center;justify-content:center}.teensin-lucky9-cell--open{cursor:pointer}.teensin-lucky9-cell--back{background:#72bbef;color:#1a1a1a}.teensin-lucky9-cell--back:hover{background:#5aacdf}.teensin-lucky9-cell--lay{background:#faa9ba;color:#1a1a1a}.teensin-lucky9-cell--lay:hover{background:#f090a8}.teensin-lucky9-cell i{font-size:.85rem;opacity:.7}.baccarat-betting{background:#e0e0e0;padding:0}.baccarat-stats{background:#f7f7f7;padding:.6rem .75rem .75rem;margin-bottom:0}.baccarat-stats-title{text-align:center;font-size:1rem;font-weight:700;color:#3a6ea8;margin:0 0 .5rem;letter-spacing:.5px}.baccarat-stats-body{display:flex;align-items:center;justify-content:flex-start;gap:.8rem}.baccarat-pie-container{width:220px;flex-shrink:0}.baccarat-pie-svg{width:100%;height:auto;display:block}.baccarat-pie-legend{display:flex;flex-direction:column;gap:.3rem;align-self:flex-start;margin-top:2px;margin-left:.4rem}.baccarat-legend-item{display:flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:600;color:#333}.baccarat-legend-dot{display:inline-block;width:12px;height:12px;border-radius:50%;flex-shrink:0}.baccarat-legend-dot--player{background:#4a90d9}.baccarat-legend-dot--banker{background:#c84a4a}.baccarat-legend-dot--tie{background:#4a9e4a}.baccarat-side-bets{display:flex;gap:4px;margin-bottom:0;padding:.6rem .75rem;background:#f7f7f7}.baccarat-side-box{flex:1;background:#1a1a1a;color:#fff;padding:.45rem .3rem;text-align:center;cursor:default;border-radius:3px}.baccarat-side-box--open{cursor:pointer}.baccarat-side-box--open:hover{background:#2a2a2a}.baccarat-side-label{display:block;font-size:.72rem;font-weight:700;line-height:1.2;margin-bottom:2px}.baccarat-side-odds{display:block;font-size:.78rem;font-weight:500;color:#ccc}.baccarat-main-bar{display:flex;margin:0;padding:.6rem .75rem;background:#f7f7f7;border-radius:0;overflow:visible}.baccarat-main-bar>*{position:relative}.baccarat-main-bar{border-top:none}.baccarat-main-bar-inner{display:flex;width:100%;border-radius:50px;overflow:hidden;box-shadow:0 6px 14px #00000073,inset 0 1px #ffffff2e,inset 0 -3px 6px #0000004d;min-height:82px;border:1px solid rgba(0,0,0,.25)}.baccarat-seg{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem .4rem;color:#fff;font-weight:700;cursor:default;min-width:0;text-align:center;position:relative}.baccarat-seg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#ffffff2e,#ffffff0a 40%,#00000014,#00000038);pointer-events:none}.baccarat-seg--open{cursor:pointer}.baccarat-seg--locked{opacity:.82;cursor:not-allowed}.baccarat-seg+.baccarat-seg{border-left:1px solid rgba(255,255,255,.15)}.baccarat-side-odds--lock{opacity:.75;font-size:.72rem}.baccarat-seg-label{font-size:.76rem;line-height:1.25;margin-bottom:2px;position:relative;z-index:1;text-shadow:0 1px 2px rgba(0,0,0,.4)}.baccarat-seg-odds{font-size:.88rem;font-weight:800;position:relative;z-index:1;text-shadow:0 1px 3px rgba(0,0,0,.45)}.baccarat-seg-cards{display:flex;gap:3px;margin-top:5px;justify-content:center;position:relative;z-index:1}.baccarat-seg-cards .casino-game-card-face,.baccarat-seg-cards .casino-game-card-back{width:22px!important;height:30px!important;object-fit:cover;border-radius:3px;border:2px solid rgba(255,255,255,.5);display:block;box-shadow:0 2px 4px #0006}.baccarat-seg--player-pair{flex:0 0 62px;background:linear-gradient(135deg,#3a7fc8,#1e4f8a)}.baccarat-seg--player{flex:0 0 76px;background:linear-gradient(135deg,#5aa0e8,#2e70b8)}.baccarat-seg--tie{flex:1;background:linear-gradient(135deg,#4daa4d,#246624)}.baccarat-seg--banker{flex:0 0 76px;background:linear-gradient(135deg,#d85a5a,#a02828)}.baccarat-seg--banker-pair{flex:0 0 62px;background:linear-gradient(135deg,#a03030,#621414)}.badge-baccarat{min-width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.badge-baccarat--p{background:#4a90d9;color:#fff}.badge-baccarat--b{background:#c84a4a;color:#fff}.badge-baccarat--t{background:#3a8e3a;color:#fff}.casino-game-content--patti2{max-width:100%}.casino-game-cards-section--patti2{min-height:200px;position:relative}.patti2-video-result{position:absolute;top:.25rem;left:.25rem;z-index:2;display:flex;flex-direction:column;gap:.3rem;pointer-events:none}.patti2-result-block{display:flex;flex-direction:column;gap:.15rem}.patti2-result-label{font-weight:700;font-size:.45rem;text-transform:uppercase;color:#2d7a3e}.patti2-result-cards{display:flex;gap:.15rem}.patti2-result-card{width:24px;height:32px;border:1px solid #f5d000;border-radius:2px;overflow:hidden;background:#fff}.patti2-result-card img{width:100%;height:100%;object-fit:contain}.patti2-betting{background:#f5f5f5;padding:.75rem 1rem;display:flex;flex-direction:column;gap:0;border:1px solid #ddd}.patti2-betting .patti2-row{border-bottom:1px solid #ddd}.patti2-betting .patti2-row:last-child{border-bottom:none}.patti2-betting .patti2-cell{border-right:1px solid #ddd}.patti2-betting .patti2-cell:last-child{border-right:none}.patti2-betting .patti2-cell--label{border-right:1px solid #ddd}.patti2-row{display:flex;align-items:stretch;flex-wrap:nowrap}.patti2-row .patti2-cell--label{flex:0 0 auto;width:fit-content;max-width:35%}.patti2-row .patti2-cell--val{flex:0 0 auto;margin-left:auto;min-width:60px}.patti2-row .patti2-cell--val.patti2-cell--span2{flex:0 0 auto;width:146px}.patti2-row .patti2-cell--val+.patti2-cell--val{margin-left:0}.patti2-cell{padding:.5rem .75rem;font-size:.9rem;font-weight:700;min-width:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #ddd}.patti2-cell--label{background:transparent;border:none;color:#333;text-align:left;align-items:flex-start;justify-content:center}.patti2-cell--val{background:#495057;color:#fff;cursor:default;text-align:center}.patti2-cell--val .bi-lock-fill{color:#ccc}.patti2-cell--val--duo .patti2-cell-top{font-size:.7rem;line-height:1.1}.patti2-cell--val--duo .patti2-cell-bottom{font-size:1rem;font-weight:700;line-height:1.2}.patti2-cell--val--open{cursor:pointer}.patti2-cell--val--open:hover{opacity:.9}.patti2-cell--val--blue.patti2-cell--open{background:#72bbef!important;color:#333}.patti2-cell--val--blue:not(.patti2-cell--open){background:#495057;color:#fff}.patti2-cell--val--pink.patti2-cell--open{background:#faa9ba!important;color:#333}.patti2-cell--val--pink:not(.patti2-cell--open){background:#495057;color:#fff}.patti2-cell--val:not(.patti2-cell--blue):not(.patti2-cell--pink).patti2-cell--open{background:#74c0fc;color:#333}.patti2-color-plus{background:#fff;border:1px solid #ddd;padding:.5rem .75rem;margin-top:0}.patti2-color-plus-bar{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#495057;color:#fff;padding:.4rem .75rem;font-weight:600;font-size:.9rem;margin-bottom:.5rem}.patti2-color-plus-bar .bi-lock-fill{color:#ccc}.patti2-color-plus-bar.patti2-color-plus-bar--open{background:#72bbef;color:#333}.patti2-color-plus-bar.patti2-color-plus-bar--open .bi-lock-fill{color:#333}.patti2-premium-wrap{overflow:hidden;white-space:nowrap;padding:.35rem 0}.patti2-premium-link{display:inline-block;color:#1e3a5f;font-weight:600;font-size:.95rem;text-decoration:underline;padding:0 .5rem;animation:patti2-premium-marquee 8s linear infinite,patti2-premium-flash 1.5s ease-in-out infinite}.patti2-premium-link:hover{color:#0a1628}@keyframes patti2-premium-marquee{0%{transform:translate(100%)}to{transform:translate(-100%)}}@keyframes patti2-premium-flash{0%,to{opacity:1}50%{opacity:.7}}.casino-game-content--teen8{max-width:100%}.casino-game-cards-section--teen8{min-height:180px;position:relative}.teen8-video-result{position:absolute;top:.25rem;left:.25rem;z-index:2;display:flex;flex-direction:column;gap:.25rem;pointer-events:none}.teen8-result-label{font-weight:700;font-size:.5rem;text-transform:uppercase;color:#fff}.teen8-result-cards{display:flex;gap:.12rem}.teen8-result-card{width:22px;height:28px;border:1px solid #f5d000;border-radius:2px;overflow:hidden;background:#add8e6}.teen8-result-card img{width:100%;height:100%;object-fit:contain}.teen8-betting{background:#f5f5f5;padding:.75rem 1rem;border:1px solid #ddd;overflow-x:auto}.teen8-table{width:100%;border-collapse:collapse;font-size:.8rem}.teen8-table .teen8-th{padding:.4rem .6rem;text-align:center;font-weight:700;border:1px solid #ccc}.teen8-table .teen8-th--label{background:#e9ecef;color:#333}.teen8-table .teen8-th--data{background:#72bbef;color:#000}.teen8-table .teen8-td{padding:.4rem .6rem;border:1px solid #ccc}.teen8-table .teen8-td--label{background:#e9ecef;color:#333;vertical-align:top}.teen8-table .teen8-td--label .teen8-player-label{font-weight:700;display:block}.teen8-table .teen8-td--label .teen8-player-cards{display:flex;gap:.1rem;margin-top:.2rem}.teen8-table .teen8-td--label .teen8-player-card{width:20px;height:26px;border:1px solid #ccc;border-radius:2px;overflow:hidden;background:#e9ecef}.teen8-table .teen8-td--label .teen8-player-card img{width:100%;height:100%;object-fit:contain}.teen8-table .teen8-td--data{background:#495057;color:#fff;text-align:center}.teen8-table .teen8-td--data .bi-lock-fill{color:#fff}.teen8-table .teen8-td--data.teen8-td--open{background:#72bbef;color:#000}.teen8-table .teen8-td--data.teen8-td--open .bi-lock-fill{color:#000}.teen8-table .teen8-td--data.teen8-td--open{cursor:pointer}.teen8-table .teen8-td--data.teen8-td--open:hover{opacity:.9}.badge-poker6{background:#2d7a3e;color:#fff;width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem}.badge-teen8{background:#2d7a3e;color:#fff;width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;border:1px solid #fff}.casino-game-content--teen9{max-width:100%}.casino-game-cards-section--teen9{min-height:180px;position:relative}.teen9-video-result{position:absolute;top:.25rem;left:.25rem;z-index:2;display:flex;flex-direction:column;gap:.35rem;pointer-events:none}.teen9-result-block{display:flex;flex-direction:column;gap:.15rem}.teen9-result-label{font-weight:700;font-size:.5rem;text-transform:uppercase;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.teen9-result-cards{display:flex;gap:.12rem}.teen9-result-card{width:22px;height:28px;border:1px solid #f5d000;border-radius:2px;overflow:hidden;background:#add8e6}.teen9-result-card img{width:100%;height:100%;object-fit:contain}.teen9-betting{background:#f5f5f5;padding:.75rem 1rem;border:1px solid #ddd;overflow-x:auto}.teen9-table{width:104%;margin-left:-2%;margin-top:-4%;border-collapse:collapse;font-size:.75rem}.teen9-table .teen9-th{padding:.35rem .5rem;text-align:center;font-weight:700;border:1px solid #ccc}.teen9-table .teen9-th--label{background:#e9ecef;color:#333;min-width:75px;text-align:left}.teen9-table .teen9-th--data{background:#72bbef;color:#333}.teen9-table .teen9-td{padding:.35rem .5rem;text-align:center;border:1px solid #ccc}.teen9-table .teen9-td--label{background:#e9ecef;color:#333;font-weight:600}.teen9-table .teen9-td--data{background:#72bbef;color:#333;min-width:50px;cursor:default}.teen9-table .teen9-td--data .bi-lock-fill{color:#000}.teen9-table .teen9-td--data.teen9-td--open{cursor:pointer}.teen9-table .teen9-td--data.teen9-td--open:hover{opacity:.9}.badge-teen9{background:#2d7a3e;color:#fff;width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;border:1px solid #fff}.patti2-rules{background:#fff;border:1px solid #ddd;margin-top:.75rem;overflow:hidden}.patti2-rules-header{display:flex;justify-content:space-between;align-items:center;background:#1e3a5f;color:#fff;font-size:.9rem;padding:.4rem .75rem;font-weight:600}.badge-patti2{background:#2d7a3e;color:#c41e3a;width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;border:1px solid #fff}.badge-patti2.badge-patti2--a{color:#ff4500}.badge-patti2.badge-patti2--b{color:#ff3}.patti2-rules-table{width:100%;border-collapse:collapse;font-size:.85rem}.patti2-rules-table td{padding:.35rem .75rem;border-bottom:1px solid #eee}.patti2-rules-table td:first-child{font-weight:600}.patti2-rules-table td:last-child{text-align:right}.casino-game-content--teenunique{max-width:100%}.casino-game-cards-section--teenunique{min-height:200px}.teenunique-below-video{background:#f5f5f5;padding:.5rem}@media (max-width: 768px){.teenunique-below-video{width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);box-sizing:border-box}}.teenunique-instruction{background:#333;color:#fff;text-align:center;padding:.5rem .75rem;font-size:.85rem;margin-bottom:.5rem}.teenunique-cards-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:.5rem}.teenunique-card-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.teenunique-card-num{width:1.5rem;height:1.5rem;border-radius:50%;background:#ddd;color:#333;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.teenunique-card-face{width:50px;height:70px;border:2px solid #f5d000;border-radius:4px;overflow:hidden;background:#fff}.teenunique-card-face img{width:100%;height:100%;object-fit:contain}.teenunique-result-header{background:#333;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:.4rem .75rem;margin-bottom:.5rem}.teenunique-result-title{font-size:.9rem}.teenunique-view-all{font-size:.85rem;cursor:pointer}.teenunique-result-badges{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:center}.teenunique-badge{width:2rem;height:2rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;background:#e0e0e0;color:#666}.teenunique-badge--filled{background:#2d7a3e;color:#fff}.casino-game-content--dtl20{max-width:100%;padding-left:0;padding-right:0}.casino-game-cards-section--dtl20{min-height:220px;position:relative}.dtl20-video-result{position:absolute;top:.35rem;left:.35rem;z-index:2;color:#fff;padding:.5rem}.dtl20-result-cards{display:flex;align-items:center;gap:.4rem}.dtl20-result-cards .dtl20-card-sep{color:#fff;opacity:.8;font-size:.5rem}.dtl20-result-card{width:28px;height:38px;border:1px solid #f5d000;border-radius:2px;overflow:hidden;background:#fff}.dtl20-result-card img{width:100%;height:100%;object-fit:contain}.dtl20-result-labels{display:flex;align-items:center;gap:.4rem;font-size:.65rem;color:#fff;margin-top:.35rem;padding-left:2px}.dtl20-result-labels span:not(.dtl20-label-sep){width:28px;text-align:center}.dtl20-result-labels .dtl20-label-sep{opacity:.8;font-size:.5rem}.dtl20-betting{padding:.6rem .75rem}.dtl20-tabs{display:flex;gap:.5rem;margin-bottom:.75rem}.dtl20-tab{padding:.4rem 1rem;background:#ddd;color:#333;border:none;border-radius:0;font-size:.85rem;font-weight:600;cursor:pointer}.dtl20-tab--active{background:#444;color:#fff}.dtl20-grid{display:flex;gap:1rem;flex-wrap:wrap}.dtl20-grid-left,.dtl20-grid-right{display:flex;flex-direction:column;gap:.35rem;padding:.75rem;background:#f5f5f5;border:1px solid #ddd;border-radius:4px}.dtl20-grid-left{min-width:140px;border-right:2px solid #ddd}.dtl20-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.35rem 0;border-bottom:1px solid #ddd}.dtl20-row:last-child{border-bottom:none}.dtl20-row.dtl20-row--winner .dtl20-label{font-weight:600}.dtl20-row .dtl20-label,.dtl20-row .dtl20-card-label{border-right:1px solid #ddd;padding-right:.5rem}.dtl20-label{font-size:.85rem}.dtl20-cell{min-width:80px;min-height:52px;display:flex;align-items:center;justify-content:center;background:#444;color:#000;border-radius:0;font-size:1rem}.dtl20-cell--open{background:#72bbef;cursor:pointer}.dtl20-cell--open:hover{opacity:.9}.dtl20-cell--locked{color:#ccc;cursor:default}.dtl20-card-label{display:flex;flex-direction:column;align-items:flex-start;font-size:.8rem}.dtl20-card-label .dtl20-card-rank{font-weight:600}.dtl20-card-label .dtl20-card-suits{font-size:.65rem;color:#666}.dtl20-card-img{width:36px;height:48px;display:flex;align-items:center;justify-content:center;border:2px solid #f5d000;border-radius:2px;overflow:hidden;background:#fff}.dtl20-card-img img{width:100%;height:100%;object-fit:contain}.abj-joker-cards{display:flex;flex-direction:column;gap:.5rem}.abj-joker-row{display:flex;justify-content:center;flex-wrap:wrap;gap:.4rem}.abj-joker-row--top,.abj-joker-row--bottom{justify-content:center}.abj-joker-slot{width:48px;height:64px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #ddd;cursor:default;overflow:hidden;border-radius:4px}.abj-joker-slot--open{border-color:#f5d000;cursor:pointer}.abj-joker-card-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.abj-joker-card-img img{width:100%;height:100%;object-fit:contain;display:block}@media (max-width: 576px){.casino-game-content--abj{padding-left:.5rem;padding-right:.5rem;max-width:100%}.casino-game-content--abj .abj-betting{padding:.6rem;margin-left:-.5rem;margin-right:-.5rem;width:calc(100% + 1rem);box-sizing:border-box}.abj-rows{gap:.35rem;margin-bottom:.7rem}.abj-row{gap:.35rem}.abj-row-label{font-size:.85rem;min-width:1.25rem}.abj-cell{min-height:40px;padding:.3rem}.abj-cell--sa,.abj-cell--sb{flex:0 0 58px}.abj-cell-top{font-size:.6rem}.abj-cell-val{font-size:.85rem}.abj-oddeven{gap:.35rem;margin-bottom:.7rem}.abj-oe-btn{min-height:40px;padding:.35rem}.abj-oe-label{font-size:.7rem}.abj-oe-val{font-size:.85rem}.abj-suits{gap:.35rem;margin-bottom:.7rem}.abj-suit-btn{min-height:40px;padding:.35rem}.abj-suit-icon{font-size:1rem}.abj-suit-val{font-size:.8rem}.abj-joker-cards{gap:.35rem}.abj-joker-row{gap:.3rem}.abj-joker-slot{width:40px;height:54px;border-width:1.5px}.casino-game-content--dt20{padding-left:0;padding-right:0;max-width:100%}.casino-game-content--dt20 .casino-game-cards-section--dt20{border-radius:0;margin-left:0;margin-right:0}.casino-game-content--dt20 .dt20-betting{padding:.6rem .75rem}.casino-game-content--dt6{padding-left:0;padding-right:0;max-width:100%}.casino-game-content--dt6 .casino-game-cards-section--dt6{border-radius:0;margin-left:0;margin-right:0}.casino-game-content--dt6 .casino-game-betting.dt6-betting{padding:.5rem .25rem;margin-left:0;margin-right:0;width:100%;box-sizing:border-box}.casino-game-content--dt6 .dt6-pair-btn{padding:.55rem 1rem;font-size:.95rem}}.mogambo-table{display:flex;flex-direction:column;gap:0;border:1px solid #555;overflow:hidden}.mogambo-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch}.mogambo-row.mogambo-row--players .mogambo-cell--label{flex:1;min-width:0}.mogambo-row.mogambo-row--players .mogambo-cell--value{flex:0 0 60px;min-width:50px}.mogambo-row.mogambo-row--3card{border-top:1px solid #555}.mogambo-row.mogambo-row--3card .mogambo-cell--3card-label{flex:1;min-width:90px}.mogambo-row.mogambo-row--3card .mogambo-cell--pink,.mogambo-row.mogambo-row--3card .mogambo-cell--blue{flex:0 0 70px;min-width:55px}.mogambo-cell{padding:.5rem .75rem;font-weight:700;font-size:.9rem;color:#1a1a1a;border-right:1px solid #555;display:flex;align-items:center;justify-content:flex-start}.mogambo-cell:last-child{border-right:none}.mogambo-cell--label{background:#e9ecef;text-align:left}.mogambo-cell--value{background:#72bbef;justify-content:center;text-align:center}.mogambo-cell--value[role=button]{cursor:pointer}.mogambo-cell--value .mogambo-odds-zero{font-size:.7rem;color:#0009}.mogambo-cell--value .bi-lock-fill{font-size:.9rem}.mogambo-cell--pink{background:#f8b4c4;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.1rem}.mogambo-cell--pink .mogambo-3card-top{font-size:1rem;line-height:1.2;font-weight:700}.mogambo-cell--pink .mogambo-3card-bottom{font-size:.8rem;color:#555;font-weight:600}.mogambo-cell--clickable{cursor:pointer}.mogambo-cell--blue{background:#72bbef;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.1rem}.mogambo-cell--blue .mogambo-3card-top{font-size:1rem;line-height:1.2;font-weight:700}.mogambo-cell--blue .mogambo-3card-bottom{font-size:.8rem;color:#333;font-weight:600}.badge-mogambo{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem}.badge-mogambo--l{background:#355e3b;color:#ff4500}.badge-mogambo--w{background:#355e3b;color:#ff3}.dolidana-section-title{margin:0 0 .5rem;font-size:.9rem;font-weight:700}.dolidana-grid{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.35rem;overflow-x:auto}.dolidana-grid .dolidana-btn{min-width:58px;padding:.4rem .5rem;font-size:.8rem;flex-shrink:0}.dolidana-grid .dolidana-odds-btn-label{font-size:.7rem}.dolidana-grid--sum{flex-wrap:wrap;justify-content:flex-start;gap:.5rem}.dolidana-grid--sum .dolidana-odds-btn-wrap{flex-shrink:0}.dolidana-grid--sum .dolidana-btn{min-width:70px;padding:.4rem .5rem;background:#72bbef;color:#000;border-radius:4px;font-size:.95rem;font-weight:600}.dolidana-grid--sum .dolidana-btn:disabled{background:#2a2a2a;color:#fff}.dolidana-grid--sum .dolidana-odds-btn-label{font-size:.72rem;font-weight:600;color:#333}.casino-game-last-result-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background:#000;color:#fff;font-size:.9rem;width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}.casino-game-last-result-header a{color:#c41e3a;text-decoration:underline}.casino-game-last-result{background:transparent;border-radius:0;padding:.75rem 1.5rem .75rem 1rem;overflow-x:auto;overflow-y:hidden;display:flex;justify-content:flex-end;margin-right:-4%}.casino-game-last-result-badges{display:flex;flex-direction:row;gap:.4rem;flex-wrap:nowrap}.casino-game-last-result-badges .badge{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem}.casino-game-last-result-badges .badge.badge-a{background:#355e3b;color:#ff4500}.casino-game-last-result-badges .badge.badge-b{background:#355e3b;color:#ff3}.casino-game-last-result-badges .badge.badge-d{background:#1e3a5f;color:#fff}.casino-game-last-result-badges .badge.badge-t{background:#c41e3a;color:#fff}.casino-game-last-result-badges .badge.badge-dt6--d{background:#2d7a3e;color:#fff}.casino-game-last-result-badges .badge.badge-dt6--t{background:#e67e22;color:#fff}.casino-game-last-result-badges .badge.badge-dtl20--d{background:#ff4500;color:#fff}.casino-game-last-result-badges .badge.badge-dtl20--t{background:#2d7a3e;color:#fff}.casino-game-last-result-badges .badge.badge-dtl20--l{background:#33c6ff;color:#000}.casino-game-last-result-badges .badge.badge-card32{background:#2d7a3e;color:#fff}.casino-game-last-result-badges .badge.badge-dolidana{background:#355e3b;color:#fff}.casino-game-last-result-dice{width:26px;height:26px;object-fit:contain}.casino-game-last-result-empty{font-size:.85rem;color:#00000080}.casino-game-placed{padding:.6rem 1rem;background:#fff}.casino-game-placed-header{display:grid;grid-template-columns:2fr 1.2fr .8fr .8fr 1fr;align-items:center;gap:.5rem 1rem;padding-bottom:.4rem;border-bottom:1px solid rgba(0,0,0,.08)}.casino-game-placed-col{font-weight:700;font-size:.8rem;color:#1a1a1a}.casino-game-placed-body{padding-top:.6rem;font-size:.85rem;color:#00000080}.casino-game-placed-loading,.casino-game-placed-empty{text-align:center}.casino-game-placed-row{display:grid;grid-template-columns:2fr 1.2fr .8fr .8fr 1fr;align-items:center;gap:.5rem 1rem;padding:.35rem 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:.8rem}.casino-game-placed-row:last-child{border-bottom:none}.casino-game-placed-row .casino-game-placed-col{font-weight:400}.casino-game-placed-status{text-transform:capitalize}.casino-game-placed-status--pending{color:#666}.casino-game-placed-status--won{color:#0a7}.casino-game-placed-status--lost{color:#c41e3a}.casino-game-placed-status--cancelled{color:#999}@media (max-width: 768px){.casino-game-page,.casino-game-content{padding-bottom:.25rem}.casino-game-content--dolidana,.casino-game-content--mogambo,.casino-game-content--ab4,.casino-game-content--dt6,.casino-game-content--dtl20,.casino-game-content--card32,.casino-game-content--joker20,.casino-game-content--teenmuf,.casino-game-content--teen20c,.casino-game-content--teen41,.casino-game-content--teen6,.casino-game-content--baccarat,.casino-game-content--patti2,.casino-game-content--poker,.casino-game-content--poker20,.casino-game-content--poker6,.casino-game-content--teen8,.casino-game-content--teen9{padding-left:0;padding-right:0;max-width:100%}.casino-game-content--patti2 .casino-game-cards-section--patti2,.casino-game-content--patti2 .patti2-betting,.casino-game-content--patti2 .patti2-color-plus,.casino-game-content--patti2 .patti2-rules,.casino-game-content--poker20 .casino-game-cards-section--poker20,.casino-game-content--poker20 .poker20-betting,.casino-game-content--poker20 .casino-game-poker20{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}.casino-game-content--poker20 .casino-game-poker20{padding-left:0;padding-right:0}.casino-game-content--poker20 .poker20-betting{padding-left:0;padding-right:0;margin-top:-7%}.casino-game-content--poker20 .poker20-player-title,.casino-game-content--poker20 .poker20-grid{padding-left:.35rem;padding-right:.35rem}.casino-game-content--poker6 .casino-game-cards-section--poker6,.casino-game-content--poker6 .poker6-betting,.casino-game-content--poker6 .casino-game-poker6{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}.casino-game-content--poker6 .casino-game-poker6,.casino-game-content--poker6 .poker6-betting{padding-left:0;padding-right:0}.casino-game-content--poker .casino-game-cards-section--poker,.casino-game-content--poker .casino-game-betting.poker-betting,.casino-game-content--poker .poker-bonus-section,.casino-game-content--poker .patti2-color-plus,.casino-game-content--teen8 .casino-game-cards-section--teen8,.casino-game-content--teen8 .teen8-betting{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}.casino-game-content--teen8 .teen8-betting{padding-left:0;padding-right:0}.casino-game-content--teen6 .casino-game-cards-section--teen6,.casino-game-content--teen6 .teen6-betting{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}.casino-game-content--teen6 .teen6-betting{padding-left:0;padding-right:0}.casino-game-content--teen8 .teen8-table{width:100%;min-width:100%;table-layout:fixed}.casino-game-content--teen9 .casino-game-cards-section--teen9,.casino-game-content--teen9 .teen9-betting{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}.casino-game-content--teen9 .teen9-betting,.casino-game-content--patti2 .patti2-betting{padding-left:.75rem;padding-right:.75rem}.casino-game-content--dt6 .casino-game-betting.dt6-betting{padding:.6rem .25rem;margin-left:0;margin-right:0;width:100%;box-sizing:border-box}.casino-game-content--dt6 .dt6-pair-btn{padding:.6rem 1.25rem}.casino-game-content--dtl20 .dtl20-betting{padding:.6rem .5rem;margin-left:0;margin-right:0;width:100%;box-sizing:border-box}.casino-game-content--dtl20 .dtl20-grid{width:100%;box-sizing:border-box;gap:.5rem}.casino-game-content--dtl20 .dtl20-grid-left,.casino-game-content--dtl20 .dtl20-grid-right{flex:1 1 0;min-width:0;box-sizing:border-box;padding:.5rem}.casino-game-mogambo-betting{padding-left:0;padding-right:0;padding-top:.5rem;padding-bottom:.5rem}.mogambo-table{width:100%;max-width:100%}.mogambo-row--3card .mogambo-cell--pink,.mogambo-row--3card .mogambo-cell--blue{flex:0 0 55px;min-width:45px}.mogambo-cell{padding:.4rem .5rem;font-size:.82rem}.ab4-andar-bahar{background:#fff;border:1px solid #ddd;margin-bottom:0;margin-top:-4%;overflow:hidden}.casino-game-dolidana-betting{width:100%;max-width:100%;box-sizing:border-box;padding-left:.25rem;padding-right:.25rem}.dolidana-player-row{width:100%;max-width:100%}.casino-game-placed{width:100%;max-width:100%;box-sizing:border-box;padding-left:.75rem;padding-right:.75rem}.casino-game-last-result{padding-bottom:0;margin-bottom:0}}.place-bet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;z-index:9999;padding:0;padding-top:4.5rem}@media (max-width: 768px){.place-bet-overlay{padding-top:0}}.place-bet-modal{width:100%;max-width:none;max-height:42vh;background:#b8d4e3;overflow:auto;box-shadow:0 8px 32px #0000004d}@media (max-width: 768px){.place-bet-modal{max-height:70vh}}.place-bet-modal--back,.place-bet-modal--back .place-bet-body{background:#72bbef}.place-bet-modal--back .place-bet-inputs{background:#72bbefd9;border:1px solid rgba(255,255,255,.3)}.place-bet-modal--back .place-bet-amount-input{background:#fffffff2;border:1px solid rgba(114,187,239,.8)}.place-bet-modal--back .place-bet-odds-control{background:#ffffffe6;border-color:#72bbefe6}.place-bet-modal--back .place-bet-odds-input{background:#fffffff2}.place-bet-modal--back .place-bet-quick-btn{background:#000}.place-bet-modal--back .place-bet-footer{background:#72bbefe6}.place-bet-modal--lay,.place-bet-modal--lay .place-bet-body{background:#faa9ba}.place-bet-modal--lay .place-bet-inputs{background:#faa9bad9;border:1px solid rgba(255,255,255,.3)}.place-bet-modal--lay .place-bet-amount-input{background:#fffffff2;border:1px solid rgba(250,169,186,.8)}.place-bet-modal--lay .place-bet-odds-control{background:#ffffffe6;border-color:#faa9bae6}.place-bet-modal--lay .place-bet-odds-input{background:#fffffff2}.place-bet-modal--lay .place-bet-quick-btn{background:#000}.place-bet-modal--lay .place-bet-footer{background:#faa9bae6}.place-bet-header{display:flex;align-items:center;justify-content:space-between;background:#000;padding:.35rem .75rem}.place-bet-title{color:#fff;font-weight:700;font-size:.9rem;font-family:Roboto Condensed,sans-serif}.place-bet-close{background:none;border:none;color:#fff;font-size:1.35rem;line-height:1;cursor:pointer;padding:0 .2rem;opacity:.9}.place-bet-close:hover{opacity:1}.place-bet-body{padding:.5rem .75rem;color:#111}.place-bet-selection-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem;color:#fff;font-weight:600;font-size:.85rem}.place-bet-selection-name{color:#111;font-weight:700}.place-bet-profit{color:#111;font-weight:600}.place-bet-inputs{display:flex;flex-direction:row;align-items:flex-end;gap:.75rem;background:#9fc5d4;padding:.45rem .6rem;border-radius:4px;margin-bottom:.45rem}.place-bet-field{flex:1;min-width:0;margin-bottom:0}.place-bet-field label{display:block;font-size:.72rem;font-weight:600;color:#111;margin-bottom:.15rem}.place-bet-amount-input{width:100%;padding:.3rem .5rem;font-size:.9rem;border:none;border-radius:4px;background:#fff;box-sizing:border-box}.place-bet-odds-control{display:flex;flex-direction:row;align-items:stretch;gap:0;background:#e0e0e0;border:1px solid #ccc;border-radius:4px;overflow:hidden}.place-bet-odds-btn{width:30px;height:30px;background:#000;color:#fff;border:none;border-radius:0;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.place-bet-odds-btn:hover{background:#222}.place-bet-odds-input{flex:1;min-width:0;padding:.3rem .4rem;font-size:.9rem;text-align:center;background:#e0e0e0;border:none;border-left:1px solid #ccc;border-right:1px solid #ccc;border-radius:0}.place-bet-quick-amounts{display:grid;grid-template-columns:repeat(5,1fr);gap:.25rem;margin-bottom:.45rem}@media (max-width: 768px){.place-bet-quick-amounts{grid-template-columns:repeat(4,1fr);gap:.2rem;margin-bottom:.4rem}}.place-bet-quick-btn{background:#000;color:#fff;border:none;padding:.3rem .2rem;font-size:.68rem;font-weight:600;cursor:pointer;border-radius:4px}.place-bet-quick-btn:hover{background:#222}.place-bet-actions{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;flex-wrap:wrap}.place-bet-link{background:none;border:none;color:#1976d2;font-size:.8rem;cursor:pointer;padding:.2rem}.place-bet-link:hover{text-decoration:underline}.place-bet-btn{padding:.3rem .6rem;font-size:.78rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;color:#fff}.place-bet-btn--edit{background:#00897b}.place-bet-btn--edit:hover{background:#00695c}.place-bet-btn--reset{background:#c62828}.place-bet-btn--reset:hover{background:#b71c1c}.place-bet-btn--place{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-width:100px;background:#2e7d32}.place-bet-btn--place:hover:not(:disabled){background:#1b5e20}.place-bet-btn--place:disabled{opacity:.85;cursor:wait}.place-bet-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:place-bet-spin .6s linear infinite}@keyframes place-bet-spin{to{transform:rotate(360deg)}}.casino-bet-success-banner{position:fixed;top:0;left:0;right:0;z-index:9999;background:#2e7d32;color:#fff;text-align:center;padding:.5rem 1rem;font-size:.9rem;font-weight:600;box-shadow:0 2px 8px #0003;animation:casino-success-fade 2s ease-out forwards}@keyframes casino-success-fade{0%{opacity:0;transform:translateY(-100%)}15%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.place-bet-footer{background:#9ab8c4;padding:.35rem .75rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.place-bet-footer-team{font-size:.78rem;font-weight:600;color:#111}.casino-game-cards-section--poker{min-height:220px;position:relative}.poker-video-result{position:absolute;top:.35rem;left:.35rem;z-index:2;display:flex;flex-direction:column;gap:.25rem;pointer-events:none}.poker-result-players-row{display:flex;gap:.5rem;align-items:flex-start}.poker-result-player{display:flex;flex-direction:column;gap:.1rem}.poker-result-label{font-size:.42rem;font-weight:800;color:#fff;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.9);letter-spacing:.3px;line-height:1;display:block}.poker-result-board{display:flex;flex-direction:column;gap:.1rem}.poker-result-board-label{font-size:.42rem;font-weight:800;color:#fff;text-transform:uppercase;text-shadow:0 1px 2px rgba(0,0,0,.9);letter-spacing:.3px;line-height:1;display:block}.poker-result-cards{display:flex;gap:.12rem}.poker-result-card{width:20px;height:28px;border:1px solid #f5d000;border-radius:2px;overflow:hidden;background:#fff;flex-shrink:0}.poker-result-card img{width:100%;height:100%;object-fit:contain}.poker-betting .th-back{background:#72bbef;color:#000}.poker-betting .th-lay{background:#faa9ba;color:#000}.poker-betting .bet-back{background:#72bbef;color:#000;cursor:pointer}.poker-betting .bet-lay{background:#faa9ba;color:#000;cursor:pointer}.poker-betting .bet-locked{background:#495057;color:#fff}.poker-betting .td-label{background:#f0f0f0;color:#1a1a1a;text-align:left;font-weight:600}.poker-bonus-section{background:#f5f5f5;padding:.5rem .75rem;display:flex;flex-direction:column;gap:0;border:1px solid #ddd;border-top:none}.poker-player-bonus-block{margin-bottom:.35rem}.poker-player-bonus-block:last-child{margin-bottom:0}.poker-bonus-title{font-size:.9rem;font-weight:700;color:#1a1a1a;margin-bottom:.3rem;padding-left:.1rem}.poker-bonus-row{display:grid;grid-template-columns:1fr 1fr;gap:.35rem}.casino-game-cards-section--poker20{min-height:220px;position:relative}.casino-game-content--poker20{max-width:100%;padding-left:0;padding-right:0}.poker20-betting{background:#f5f5f5;padding:.75rem .75rem .5rem;display:flex;flex-direction:column;gap:1rem}.poker20-player-block{background:transparent;border:1px solid #ddd;border-radius:0;overflow:hidden}.poker20-player-title{font-size:1rem;font-weight:700;color:#1a1a1a;padding:.45rem .6rem;border-bottom:1px solid #ddd;background:transparent}.poker20-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.5rem .6rem .6rem;background:#f5f5f5}.poker20-cell-wrap{display:flex;flex-direction:column;align-items:center;gap:.2rem}.poker20-cell-label{font-size:.72rem;font-weight:600;color:#333;text-align:center}.poker20-cell{width:100%;min-height:2.4rem;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;border-radius:0;cursor:default}.poker20-cell--open{background:#72bbef;color:#000;cursor:pointer}.poker20-cell--open:hover{opacity:.88}.poker20-cell--locked{background:#495057;color:#fff}.poker20-cell--locked .bi-lock-fill{font-size:.9rem}.casino-game-cards-section--poker6{min-height:220px;position:relative}.casino-game-content--poker6{max-width:100%;padding-left:0;padding-right:0}.poker6-betting{background:#f5f5f5;padding:0;border-top:1px solid #ddd}.poker6-tabs{display:flex;border-bottom:1px solid #ddd}.poker6-tab{flex:1;padding:.5rem .75rem;font-size:.95rem;font-weight:600;border:none;border-radius:0;background:#e9ecef;color:#495057;cursor:pointer}.poker6-tab--active{background:#000;color:#fff}.poker6-player-list{display:flex;flex-direction:column}.poker6-pattern-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem .75rem;padding:.5rem}.poker6-pattern-col{display:flex;flex-direction:column;gap:.5rem}.poker6-pattern-item{display:flex;align-items:center;justify-content:space-between;padding:.55rem .75rem;border-radius:6px;font-size:.9rem;cursor:default;min-height:44px}.poker6-pattern-item--locked{background:#495057;color:#fff}.poker6-pattern-item--open{background:#72bbef;color:#000;cursor:pointer}.poker6-pattern-item--open:hover{opacity:.88}.poker6-pattern-label{font-weight:600;flex-shrink:0}.poker6-pattern-center{flex:1;display:flex;align-items:center;justify-content:center}.poker6-pattern-center .bi-lock-fill{font-size:.9rem}.poker6-pattern-val{font-weight:700;flex-shrink:0;min-width:1.5em;text-align:right}.poker6-player-row{display:flex;align-items:center;justify-content:flex-start;gap:0;padding:.55rem .75rem;border-bottom:1px solid #fff;font-size:.95rem;cursor:default;border-radius:0}.poker6-player-row--open{background:#72bbef;color:#000;cursor:pointer}.poker6-player-row--open:hover{opacity:.88}.poker6-player-row--locked{background:#495057;color:#fff}.poker6-player-row--locked .bi-lock-fill{font-size:.9rem}.poker6-player-label{font-size:.82rem;font-weight:600;color:inherit;flex-shrink:0;min-width:60px}.poker6-player-cards{display:flex;gap:.2rem;background:transparent;padding:0;margin-left:.5rem;flex-shrink:0}.poker6-player-card{width:28px;height:38px;border-radius:2px;overflow:hidden;flex-shrink:0;background:#fff}.poker6-player-card img{width:100%;height:100%;object-fit:contain;display:block}.poker6-player-val{font-weight:700;flex-shrink:0;margin-left:auto;padding-left:.75rem}.poker-bonus-cell{display:flex;align-items:center;justify-content:center;padding:.55rem .5rem;font-size:.85rem;font-weight:600;border-radius:0;cursor:default;text-align:center}.poker-bonus-cell--open{background:#72bbef;color:#000;cursor:pointer}.poker-bonus-cell--open:hover{opacity:.9}.poker-bonus-cell--locked{background:#495057;color:#fff}.casino-game-content--luck5{max-width:100%}.casino-game-cards-section--luck5{min-height:215px;position:relative}.luck5-result-card{position:absolute;top:.5rem;left:.5rem;z-index:2;padding:.2rem;background:transparent;border-radius:4px;box-shadow:0 1px 4px #0003}.luck5-result-card img{display:block;width:28px;height:38px;object-fit:contain}.luck5-betting{background:#e9ecef;padding:1rem}.luck5-card-border{border:2px solid #ddd;border-radius:4px}.luck5-top-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.luck5-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:58px;min-height:44px;padding:.5rem;background:linear-gradient(180deg,#333,#0a0a0a);color:#fff;border:2px solid #ddd;cursor:default}.luck5-btn--open{border-color:#f5d000;cursor:pointer}.luck5-btn-odds{font-size:.9rem;font-weight:700;margin-bottom:.2rem}.luck5-btn-label{font-size:.75rem;font-weight:600}.luck5-btn-lock{color:#fff;font-size:1.1rem}.luck5-center-card{padding:.4rem;background:#fff;border:2px solid #ddd;border-radius:4px}.luck5-center-card img{display:block;width:48px;height:67px;object-fit:contain}.luck5-middle-row{display:flex;align-items:center;justify-content:center;gap:2rem;margin-bottom:1rem}.luck5-oe-group,.luck5-suit-group{display:flex;gap:.5rem}.luck5-oe-group .luck5-btn{min-width:54px;min-height:40px;padding:.4rem}.luck5-oe-group .luck5-btn-odds{font-size:.9rem}.luck5-btn--oe,.luck5-btn--suit{min-width:54px;min-height:40px;padding:.4rem}.luck5-suit-icon{font-size:.85rem}.luck5-btn--red .luck5-suit-icon{color:#c41e3a}.luck5-btn--black .luck5-suit-icon{color:#2d3748}.luck5-cards-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem;margin-bottom:.75rem}.luck5-j-row{display:flex;justify-content:center}.luck5-card-slot{width:44px;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.35rem;background:#fff;border:2px solid #ddd;border-radius:4px;cursor:default;overflow:hidden}.luck5-card-slot--open{border-color:#f5d000;cursor:pointer}.luck5-card-odds{font-size:.75rem;font-weight:700;color:#333;margin-bottom:.15rem;min-height:1em}.luck5-card-img{width:36px;height:50px}.luck5-card-img img{width:100%;height:100%;object-fit:contain}.luck5-card-lock{color:#333;font-size:1.2rem}.casino-game-cards-section--luck7{min-height:215px;position:relative;margin-top:-19%}.luck7-result-card{position:absolute;top:.5rem;left:.5rem;z-index:2;padding:.2rem;background:transparent;border-radius:4px;box-shadow:0 1px 4px #0003}.luck7-result-card img{display:block;width:41px;height:51px;object-fit:contain}.luck7-betting{background:#e9ecef;padding:1rem}.luck7-card-border{border:2px solid #ddd;border-radius:4px}.luck7-top-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.75rem}.luck7-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:54px;min-height:40px;padding:.4rem;background:linear-gradient(180deg,#333,#0a0a0a);color:#fff;border:2px solid #ddd;cursor:default}.luck7-btn--open{border-color:#f5d000;cursor:pointer}.luck7-btn-odds{font-size:.9rem;font-weight:700;margin-bottom:.2rem}.luck7-btn-label{font-size:.75rem;font-weight:600}.luck7-btn-lock{color:#fff;font-size:1rem}.luck7-suit-icon{font-size:.85rem}.luck7-btn--red .luck7-suit-icon{color:#c41e3a}.luck7-btn--black .luck7-suit-icon{color:#2d3748}.luck7-center-card{padding:.4rem;background:#fff;border:2px solid #ddd;border-radius:4px}.luck7-center-card img{display:block;width:44px;height:61px;object-fit:contain}.luck7-middle-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.luck7-lines-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem;margin-bottom:1rem}.luck7-line-group{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.35rem;border-radius:4px;border:2px solid transparent;cursor:default}.luck7-line-group--open{border-color:#f5d000;cursor:pointer}.luck7-line-odds{font-size:1rem;font-weight:700;color:#333;min-height:1.2em}.luck7-line-cards{display:flex;gap:.25rem}.luck7-line-card{padding:.25rem;background:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;min-height:44px}.luck7-line-card img{display:block;width:32px;height:44px;object-fit:contain}.luck7-line-lock{color:#666;font-size:1.1rem}.luck7-cards-section{margin-top:.5rem}.luck7-cards-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem}.luck7-cards-row--numbers{margin-bottom:.5rem}.luck7-cards-row--faces{justify-content:center;gap:.75rem}.luck7-card-slot{width:44px;min-height:56px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.35rem;background:#fff;border:2px solid #ddd;border-radius:4px;cursor:default;overflow:hidden}.luck7-card-slot--open{border-color:#f5d000;cursor:pointer}.luck7-card-odds{font-size:.75rem;font-weight:700;color:#333;margin-bottom:.15rem;min-height:1em}.luck7-card-img{width:36px;height:50px}.luck7-card-img img{width:100%;height:100%;object-fit:contain}.luck7-card-lock{color:#333;font-size:1.2rem}.casino-game-content--3cardj{max-width:100%;padding-left:0;padding-right:0}.casino-game-cards-section--3cardj{min-height:180px;position:relative}.threecardj-result-cards{position:absolute;top:.5rem;left:.5rem;z-index:2;display:flex;gap:4px}.threecardj-result-card{width:36px;height:50px;border:2px solid #f5d000;border-radius:4px;overflow:hidden;background:#b3d9f2;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000004d}.threecardj-result-card img{width:100%;height:100%;object-fit:contain;display:block}.threecardj-result-card-placeholder{width:100%;height:100%;background:#b3d9f2;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.06) 2px,rgba(0,0,0,.06) 4px)}.threecardj-betting{display:flex;flex-direction:column}.threecardj-divider{height:2px;background:#000;flex-shrink:0}.threecardj-section{padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:default}.threecardj-section--yes{background:#74c0fc}.threecardj-section--no{background:#f783ac}.threecardj-section--open{cursor:pointer}.threecardj-section-label{font-size:1.1rem;font-weight:700;color:#333;padding-bottom:.35rem;border-bottom:1px solid rgba(0,0,0,.2);width:100%;text-align:center}.threecardj-section-odds{font-size:1.25rem;font-weight:700;color:#333;min-height:1.5em;padding-bottom:.35rem;border-bottom:1px solid rgba(0,0,0,.2);width:100%;text-align:center}.threecardj-section-odds .bi-lock-fill{color:#666;font-size:1.2rem}.threecardj-cards{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%}.threecardj-cards-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0}.threecardj-cards-row--numbers{margin-bottom:0;flex-wrap:nowrap;justify-content:center;border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:4px}.threecardj-cards-row--faces{gap:0;padding-top:4px}.threecardj-card{width:26px;min-width:26px;min-height:32px;padding:3px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;border-radius:0;font-size:.6rem;font-weight:600;color:#333;flex-shrink:0;overflow:hidden;border-right:1px solid rgba(0,0,0,.2)}.threecardj-card:last-child{border-right:none}.threecardj-card-img{width:100%;height:100%;min-height:28px;display:flex;align-items:center;justify-content:center}.threecardj-card-img img{width:100%;height:auto;max-height:34px;object-fit:contain;display:block}.threecardj-card-border{border:1px solid rgba(0,0,0,.15)}.threecardj-card-border:last-child{border-right:none}.threecardj-section--open .threecardj-card-border{border-color:#f5d000}.threecardj-card-lock{color:#666;font-size:.6rem}@media (max-width: 768px){.casino-game-content--3cardj .threecardj-betting{width:100%;margin-top:-7%;box-sizing:border-box}}.badge-3cardj{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .5rem;border-radius:4px;font-size:.85rem;font-weight:600}.badge-3cardj--yes{background:#74c0fc;color:#000}.badge-3cardj--no{background:#f783ac;color:#000}.badge-luck5{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#1a472a;font-size:.95rem;font-weight:700}.badge-luck5--low{color:#e85d04}.badge-luck5--high{color:#9acd32}.badge-luck7{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#1a472a;font-size:.95rem;font-weight:700}.badge-luck7--low{color:#e85d04}.badge-luck7--high{color:#9acd32}.casino-game-content--lucky15{max-width:100%;padding-left:0;padding-right:0}.casino-game-cards-section--lucky15{min-height:220px;position:relative}@media (max-width: 768px){.casino-game-content--lucky15 .casino-game-cards-section--lucky15,.casino-game-content--lucky15 .lucky15-betting{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);box-sizing:border-box}}.lucky15-betting{background:#fff;padding:0;width:100%;margin-top:-4%;box-sizing:border-box}.lucky15-section-title{background:#000;color:#fff;font-size:.85rem;font-weight:700;padding:.4rem .75rem}.lucky15-table{width:100%;border-collapse:collapse;table-layout:fixed}.lucky15-table thead tr{background:#fff;border-bottom:1px solid #e0e0e0}.lucky15-th-label{width:40%;padding:.4rem .75rem;text-align:left;font-size:.8rem}.lucky15-th-back{width:30%;padding:.4rem .5rem;text-align:center;background:#72bbef;color:#000;font-size:.85rem;font-weight:700}.lucky15-th-minmax{width:30%}.lucky15-row{border-bottom:1px solid #e8e8e8;background:#f9f9f9}.lucky15-row:nth-child(2n){background:#fff}.lucky15-td-label{padding:.55rem .75rem;font-size:.85rem;color:#333;font-weight:500}.lucky15-td-back{text-align:center;padding:.5rem;background:#555;color:#fff;cursor:default}.lucky15-td-back .bi-lock-fill{font-size:1rem}.lucky15-td-back--open{background:#72bbef;color:#000;font-weight:700;cursor:pointer}.lucky15-td-back--open:hover{opacity:.88}.lucky15-td-minmax{padding:.3rem .5rem;font-size:.72rem;color:#00a;line-height:1.4;vertical-align:middle}.lucky15-min,.lucky15-max{display:block}.badge-lucky15{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#2d6a4f;color:#fff;font-size:.85rem;font-weight:700}.badge-lucky15--wicket{background:#1b4332}.worli-game{background:#fff;font-family:inherit}.worli-chip-bar{display:flex;align-items:center;flex-wrap:wrap;gap:.35rem .6rem;background:#f5f5f5;border-bottom:1px solid #ccc;padding:.45rem .6rem}.worli-chip-reset{background:#d32f2f;color:#fff;border:none;border-radius:4px;padding:.25rem .6rem;font-size:.78rem;font-weight:700;cursor:pointer;text-transform:uppercase;letter-spacing:.04em}.worli-chip-bar-label{flex:1;font-size:.72rem;font-weight:700;color:#111;text-align:center;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.worli-chip-selector{display:flex;align-items:center;gap:.25rem}.worli-chip-current{width:34px;height:34px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#7c4dff,#4a148c);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;border:2px solid #fff;box-shadow:0 1px 4px #00000059}.worli-chip-eq{font-size:.9rem;font-weight:700;color:#333}.worli-chip-btn{min-width:34px;height:34px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#29b6f6,#0277bd);color:#fff;border:2px solid #fff;box-shadow:0 1px 4px #0000004d;font-size:.72rem;font-weight:700;cursor:pointer;padding:0;transition:transform .1s}.worli-chip-btn:active{transform:scale(.92)}.worli-chip-btn--active{background:radial-gradient(circle at 35% 35%,#ffd740,#ff8f00);border-color:#ffc107}.worli-body{display:flex;align-items:stretch;min-height:240px}.worli-sidebar{display:flex;flex-direction:column;min-width:88px;border-right:1px solid #ccc;background:#fafafa}.worli-sidebar-tab{background:none;border:none;border-bottom:1px solid #e0e0e0;padding:.38rem .5rem;font-size:.75rem;font-weight:600;color:#222;cursor:pointer;text-align:left;white-space:nowrap;transition:background .15s}.worli-sidebar-tab:hover{background:#e8e8e8}.worli-sidebar-tab--active{background:#111;color:#fff}.worli-grid{flex:1;padding:.4rem .5rem;background:#fff}.worli-single{display:flex;flex-direction:column;gap:.3rem}.worli-single-header{display:flex;align-items:center;gap:.3rem;padding:0 .1rem .2rem}.worli-single-header .worli-single-header-nums{flex:1}.worli-single-odds{min-width:48px;text-align:center;font-size:.9rem;font-weight:700;color:#111}.worli-single-row{display:flex;align-items:stretch;gap:.25rem}.worli-num-btn{flex:1;min-width:38px;min-height:44px;background:#64b5f6;border:1px solid #1565c0;border-radius:3px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:background .12s}.worli-num-btn:hover:not(:disabled){background:#1e88e5}.worli-num-btn:disabled,.worli-num-btn--suspended{background:#9e9e9e;border-color:#757575;cursor:not-allowed}.worli-line-btn{min-width:88px;min-height:44px;background:#64b5f6;border:1px solid #1565c0;border-radius:3px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;cursor:pointer;padding:.15rem .3rem;transition:background .12s}.worli-line-btn:hover:not(:disabled){background:#1e88e5}.worli-line-btn:disabled,.worli-line-btn--suspended{background:#9e9e9e;border-color:#757575;cursor:not-allowed}.worli-line-name{font-size:.58rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em;line-height:1}.worli-line-type{font-size:.85rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.08em;line-height:1;text-shadow:0 1px 3px rgba(0,0,0,.5)}.worli-line-nums{font-size:.58rem;color:#ffffffe6;line-height:1}.worli-jodi{display:flex;flex-direction:column;gap:.35rem}.worli-jodi-odds-row{padding:.2rem 0;font-size:.85rem;font-weight:700;color:#111}.worli-jodi-grid{display:flex;flex-wrap:wrap;gap:.2rem}.worli-jodi-btn{width:36px;height:36px;background:#64b5f6;border:1px solid #1565c0;border-radius:3px;color:#fff;font-size:.72rem;font-weight:700;cursor:pointer;transition:background .12s}.worli-jodi-btn:hover:not(:disabled){background:#1e88e5}.worli-jodi-btn:disabled,.worli-jodi-btn--suspended{background:#9e9e9e;border-color:#757575;cursor:not-allowed}.worli-coming-soon{display:flex;align-items:center;justify-content:center;min-height:100px;color:#888;font-size:.85rem;font-style:italic}.worli-bottom{border-top:1px solid #ccc;background:#fafafa}.worli-result-bar{display:flex;align-items:center;justify-content:space-between;padding:.3rem .7rem;background:#111;color:#fff;font-size:.78rem;font-weight:600}.worli-result-bar-link{color:#ffd740;text-decoration:none;font-size:.75rem;font-weight:600}.worli-result-bar-link:hover{text-decoration:underline}.worli-game-tabs{display:flex;flex-wrap:wrap;gap:.3rem;padding:.4rem .5rem;background:#222}.worli-game-tab{background:#333;border:1px solid #555;border-radius:3px;color:#ccc;font-size:.72rem;font-weight:600;padding:.25rem .55rem;cursor:pointer;transition:background .12s,color .12s}.worli-game-tab:hover{background:#444;color:#fff}.worli-game-tab--active{background:#fff;color:#111;border-color:#fff}@media (max-width: 768px){.casino-game-page,.casino-game-content{padding-bottom:.25rem;margin-top:19%}}@media (max-width: 576px){.casino-game-content--dt20 .casino-game-cards-section--dt20{border-radius:0;margin-left:0;margin-right:0;margin-top:-19%}}.page-loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:9999;background-color:#ffffffd9}.spinner-loader{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #373737;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo-loader{display:block;margin:0 auto;width:80px;height:80px;object-fit:contain;animation:logo-flip 1.2s ease-in-out infinite}@keyframes logo-flip{0%,to{transform:rotateY(0)}50%{transform:rotateY(180deg)}}.App{width:100%;min-height:100vh}/*!
 * Bootstrap Icons v1.13.1 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(/assets/bootstrap-icons-mSm7cUeB.woff2?e34853135f9e39acf64315236852cd5a) format("woff2"),url(/assets/bootstrap-icons-BeopsB42.woff?e34853135f9e39acf64315236852cd5a) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}.bi-bluesky:before{content:""}.bi-tux:before{content:"滑"}.bi-beaker-fill:before{content:"串"}.bi-beaker:before{content:"句"}.bi-flask-fill:before{content:"龜"}.bi-flask-florence-fill:before{content:"龜"}.bi-flask-florence:before{content:"契"}.bi-flask:before{content:"金"}.bi-leaf-fill:before{content:"喇"}.bi-leaf:before{content:"奈"}.bi-measuring-cup-fill:before{content:"懶"}.bi-measuring-cup:before{content:"癩"}.bi-unlock2-fill:before{content:"羅"}.bi-unlock2:before{content:"蘿"}.bi-battery-low:before{content:"螺"}.bi-anthropic:before{content:"裸"}.bi-apple-music:before{content:"邏"}.bi-claude:before{content:"樂"}.bi-openai:before{content:"洛"}.bi-perplexity:before{content:"烙"}.bi-css:before{content:"珞"}.bi-javascript:before{content:"落"}.bi-typescript:before{content:"酪"}.bi-fork-knife:before{content:"駱"}.bi-globe-americas-fill:before{content:"亂"}.bi-globe-asia-australia-fill:before{content:"卵"}.bi-globe-central-south-asia-fill:before{content:"欄"}.bi-globe-europe-africa-fill:before{content:"爛"}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;overflow-x:hidden;width:100%}#root{width:100%;min-height:100vh}
