.PopupItem.MyWalletPopup{color:#fff;background:#262628;border-radius:12px;flex-direction:column;width:700px;max-width:95vw;max-height:85vh;display:flex;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%)}.PopupItem.MyWalletPopup .popup-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 16px 14px;display:flex}.PopupItem.MyWalletPopup .popup-header .popup-header-title{align-items:center;gap:10px;display:flex}.PopupItem.MyWalletPopup .popup-header .popup-header-title .header-icon{width:24px;height:24px}.PopupItem.MyWalletPopup .popup-header .popup-header-title>h4{color:#fff;letter-spacing:-.3px;margin:0;font-size:18px;font-weight:700}.PopupItem.MyWalletPopup .popup-content{flex-direction:column;flex:1;gap:24px;padding:20px;display:flex;overflow-y:auto}.PopupItem.MyWalletPopup .popup-content::-webkit-scrollbar{width:6px}.PopupItem.MyWalletPopup .popup-content::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.PopupItem.MyWalletPopup .popup-content::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.PopupItem.MyWalletPopup .popup-content::-webkit-scrollbar-thumb:hover{background:#ffffff40}.PopupItem.MyWalletPopup .section-title{color:#dde0e6;margin-bottom:10px;font-size:15px;font-weight:700}.PopupItem.MyWalletPopup .mywallet-section{flex-direction:column;display:flex}.PopupItem.MyWalletPopup .balance-list{flex-direction:column;gap:10px;display:flex}.PopupItem.MyWalletPopup .balance-list .balance-row{background:#1f1f21;border-radius:12px;align-items:center;gap:14px;padding:16px;transition:all .2s;display:flex}.PopupItem.MyWalletPopup .balance-list .balance-row:hover{background:#252527}.PopupItem.MyWalletPopup .balance-list .balance-row.highlight{background:linear-gradient(135deg,#03f68214 0%,#03f68208 100%);border:1px solid #03f68233}.PopupItem.MyWalletPopup .balance-list .balance-row .balance-icon-wrapper{background:var(--ThingBet--greyscale--215);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.PopupItem.MyWalletPopup .balance-list .balance-row .balance-icon{width:20px;height:20px}.PopupItem.MyWalletPopup .balance-list .balance-row .balance-info{flex-direction:column;flex:1;gap:4px;display:flex}.PopupItem.MyWalletPopup .balance-list .balance-row .balance-label{color:#868d9b;font-size:13px}.PopupItem.MyWalletPopup .balance-list .balance-row .balance-value{color:#fff;font-size:17px;font-weight:700}.PopupItem.MyWalletPopup .balance-list .balance-row .balance-value.highlight{color:#03f682}.PopupItem.MyWalletPopup .rolling-card{background:#1f1f21;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.PopupItem.MyWalletPopup .rolling-card .rolling-info-row{justify-content:space-between;align-items:center;display:flex}.PopupItem.MyWalletPopup .rolling-card .rolling-info-row .rolling-label{color:#868d9b;font-size:13px}.PopupItem.MyWalletPopup .rolling-card .rolling-info-row .rolling-bonus{color:#03f682;background:#03f6821a;border-radius:6px;padding:5px 10px;font-size:12px;font-weight:600}.PopupItem.MyWalletPopup .rolling-card .rolling-progress-row .rolling-progress-bar{background:#03f68226;border-radius:4px;height:8px;overflow:hidden}.PopupItem.MyWalletPopup .rolling-card .rolling-progress-row .rolling-progress-bar .rolling-progress-fill{background:linear-gradient(90deg,#03f682 0%,#00d470 100%);border-radius:4px;height:100%;transition:width .3s}.PopupItem.MyWalletPopup .rolling-card .rolling-stats-row{justify-content:flex-end;align-items:center;gap:4px;font-size:12px;display:flex}.PopupItem.MyWalletPopup .rolling-card .rolling-stats-row .rolling-current{color:#03f682;font-weight:700}.PopupItem.MyWalletPopup .rolling-card .rolling-stats-row .rolling-divider{color:#868d9b}.PopupItem.MyWalletPopup .rolling-card .rolling-stats-row .rolling-target{color:#c2c2c4}.PopupItem.MyWalletPopup .rolling-card .rolling-stats-row .rolling-percent{color:#868d9b;margin-left:4px}.PopupItem.MyWalletPopup .menu-cards{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.PopupItem.MyWalletPopup .menu-cards .menu-card{cursor:pointer;background:#1f1f21;border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px 16px;transition:all .2s;display:flex}.PopupItem.MyWalletPopup .menu-cards .menu-card:hover{background:#252527;transform:translateY(-2px)}.PopupItem.MyWalletPopup .menu-cards .menu-card:hover .menu-card-icon-wrapper{background:#03f68226}.PopupItem.MyWalletPopup .menu-cards .menu-card:active{transform:translateY(0)}.PopupItem.MyWalletPopup .menu-cards .menu-card .menu-card-icon-wrapper{background:var(--ThingBet--greyscale--215);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.PopupItem.MyWalletPopup .menu-cards .menu-card .menu-card-icon{width:22px;height:22px;transition:all .2s}.PopupItem.MyWalletPopup .menu-cards .menu-card .menu-card-label{color:#dde0e6;font-size:13px;font-weight:600}.PopupItem.MyWalletPopup>.mywallet-section>.conversion-page-container{width:100%}.PopupItem.MyWalletPopup>.mywallet-section>.conversion-page-container>.conversion-container-wrapper{padding:unset;gap:10px}.withdraw-change-card{background:#1a1a1c;border:1px solid #ffffff0a;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:16px;display:flex}.withdraw-change-card .withdraw-change-info{align-items:center;gap:14px;display:flex}.withdraw-change-card .withdraw-change-info .withdraw-change-icon-wrapper{background:#2a2a2c;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.withdraw-change-card .withdraw-change-info .withdraw-change-icon-wrapper>img{filter:brightness(0)saturate()invert(59%)sepia(8%)saturate(509%)hue-rotate(182deg)brightness(93%)contrast(91%)}.withdraw-change-card .withdraw-change-info .withdraw-change-text{flex-direction:column;gap:4px;display:flex}.withdraw-change-card .withdraw-change-info .withdraw-change-text .withdraw-change-title{color:#fff;font-size:14px;font-weight:600}.withdraw-change-card .withdraw-change-info .withdraw-change-text .withdraw-change-sub{color:#ff6b6b;background:#ff4d4d1a;border:1px solid #ff4d4d33;border-radius:4px;width:fit-content;padding:5px 8px;font-size:12px}.withdraw-change-card .withdraw-change-btn{cursor:pointer;color:#000;background:#03f682;border:none;border-radius:8px;padding:10px 18px;font-size:13px;font-weight:600;transition:all .2s}.withdraw-change-card .withdraw-change-btn:hover:not(:disabled){background:#02d873;transform:translateY(-1px)}.withdraw-change-card .withdraw-change-btn:active:not(:disabled){transform:translateY(0)}.withdraw-change-card .withdraw-change-btn:disabled{color:#5a5a5c;cursor:not-allowed;background:#2a2a2c}@media (max-width:600px){.mywallet-content{gap:20px;padding:16px}.mywallet-content .menu-cards{grid-template-columns:1fr}.mywallet-content .balance-row .balance-value{font-size:15px}}
.conversion-page-container{width:100%}.conversion-page-container>.conversion-header{background-color:var(--ThingBet--greyscale--230);gap:16px;height:50px;padding:15px;display:flex;position:sticky;top:0}.conversion-page-container>.conversion-header>.conversion-return-btn{background:0 0;border:none;align-items:center;gap:12px;display:flex}.conversion-page-container>.conversion-header>.conversion-return-btn>.conversion-return-icon{height:20px}.conversion-page-container>.conversion-header>.conversion-return-btn>p{letter-spacing:-2.5%;color:var(--ThingBet--greyscale--240);font-size:12px;font-weight:600}.conversion-page-container>.conversion-header>.conversion-header-divider{content:"";background:var(--ThingBet--greyscale--250);width:1px;height:auto}.conversion-page-container>.conversion-header>.conversion-header-title{letter-spacing:-2.5%;color:var(--ThingBet--greyscale--240);text-align:center;flex:1;font-size:16px;font-weight:700}.conversion-page-container>.conversion-container-wrapper{flex-direction:row;gap:12px;width:100%;display:flex}.conversion-page-container>.conversion-container-wrapper>.conversion-row{background:linear-gradient(145deg,#1f1f21 0%,#1a1a1c 100%);border:1px solid #ffffff0a;border-radius:14px;flex-direction:column;flex:1;justify-content:space-between;align-items:center;gap:16px;min-width:0;padding:20px 16px;transition:all .2s;display:flex}.conversion-page-container>.conversion-container-wrapper>.conversion-row:hover{background:linear-gradient(145deg,#222224 0%,#1c1c1e 100%);border-color:#03f68226}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-info{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-info>.conversion-icon{opacity:.85;width:32px;height:32px}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-info>.conversion-label{color:#9a9a9c;text-align:center;white-space:nowrap;font-size:13px;font-weight:600}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-info>.conversion-amount{color:#03f682;text-align:center;letter-spacing:-.5px;font-size:20px;font-weight:700}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-actions{background:#ffffff08;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-actions>button{cursor:pointer;color:#868d9b;background:0 0;border:none;flex:1;padding:10px 12px;font-size:12px;font-weight:600;transition:all .2s}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-actions>button:hover{color:#fff;background:#ffffff0d}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-actions>button:active{opacity:.8}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-actions>button.convert-btn{color:#03f682}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-actions>button.convert-btn:hover{background:#03f68214}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-actions>button.history-btn{color:#868d9b}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-actions>button.history-btn:hover{color:#c2c2c4}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-actions>.action-divider{background:#ffffff14;flex-shrink:0;width:1px;height:16px}@media (max-width:768px){.conversion-page-container>.conversion-container-wrapper{flex-direction:column;gap:8px}.conversion-page-container>.conversion-container-wrapper>.conversion-row{flex-direction:row;gap:12px;padding:14px 16px}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-info{flex-direction:row;flex:1;gap:12px}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-info>.conversion-icon{width:28px;height:28px}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-info>.conversion-label{text-align:left;flex:1}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-info>.conversion-amount{font-size:16px}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-actions{flex-shrink:0;width:auto}.conversion-page-container>.conversion-container-wrapper>.conversion-row>.conversion-actions>button{padding:8px 14px}}
.PopupItem.RollingQuestPopup{color:#fff;background:#262628;border-radius:12px;flex-direction:column;width:700px;max-width:95vw;max-height:85vh;display:flex;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%)}.PopupItem.RollingQuestPopup .popup-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 16px 14px;display:flex}.PopupItem.RollingQuestPopup .popup-header .popup-header-title{align-items:center;gap:10px;display:flex}.PopupItem.RollingQuestPopup .popup-header .popup-header-title .header-icon{width:24px;height:24px}.PopupItem.RollingQuestPopup .popup-header .popup-header-title>h4{color:#fff;letter-spacing:-.3px;margin:0;font-size:18px;font-weight:700}.PopupItem.RollingQuestPopup .popup-content{flex-direction:column;flex:1;gap:24px;padding:20px;display:flex;overflow:hidden auto}.PopupItem.RollingQuestPopup .popup-content::-webkit-scrollbar{width:6px}.PopupItem.RollingQuestPopup .popup-content::-webkit-scrollbar-track{background:#ffffff05;border-radius:3px}.PopupItem.RollingQuestPopup .popup-content::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.PopupItem.RollingQuestPopup .popup-content::-webkit-scrollbar-thumb:hover{background:#ffffff40}.PopupItem.RollingQuestPopup .section-title{color:#fff;letter-spacing:-.2px;margin-bottom:22px;padding-left:14px;font-size:19px;font-weight:700;position:relative}.PopupItem.RollingQuestPopup .section-title:before{content:"";background:#03f682;border-radius:2px;width:4px;height:22px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.PopupItem.RollingQuestPopup .section{flex-direction:column;display:flex}.PopupItem.RollingQuestPopup .section .quest-history-empty{color:#868d9b;background:#1f1f21;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:200px;display:flex}.PopupItem.RollingQuestPopup .section .quest-history-empty img{opacity:.5;width:60px;height:60px;margin-bottom:12px}.PopupItem.RollingQuestPopup .section .quest-history-empty p{font-size:14px}.PopupItem.RollingQuestPopup .loading-container{background:#1f1f21;border-radius:14px;justify-content:center;align-items:center;min-height:200px;display:flex}.PopupItem.RollingQuestPopup .loading-spinner{border:3px solid #03f68226;border-top-color:#03f682;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.current-quest-summary{background:#1f1f21;border:1px solid #ffffff0a;border-radius:14px;transition:box-shadow .3s;box-shadow:0 2px 8px #00000026}.current-quest-summary:hover{box-shadow:0 4px 16px #0003}.current-quest-summary .empty-quest{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;padding:70px 24px;display:flex}.current-quest-summary .empty-quest img{opacity:.4;width:80px;height:80px;margin-bottom:18px}.current-quest-summary .empty-quest p{letter-spacing:.2px;font-size:14px}.current-quest-summary .quest-hero{background:linear-gradient(135deg,#282a2d 0%,#1c1d1f 100%);border-bottom:1px solid #ffffff0f;padding:30px}.current-quest-summary .quest-hero .hero-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.current-quest-summary .quest-hero .hero-header .bonus-badge{align-items:center;gap:10px;display:flex;position:relative}.current-quest-summary .quest-hero .hero-header .bonus-badge .text-guide{z-index:10;color:#000;background-color:var(--ThingBet--neon-green--10);border-radius:12px;min-width:280px;padding:10px;font-size:12px;font-weight:700;line-height:1.5;position:absolute;left:calc(100% + 10px);box-shadow:0 4px 12px #00000026}.current-quest-summary .quest-hero .hero-header .bonus-badge .text-guide p{margin:0}.current-quest-summary .quest-hero .hero-header .bonus-badge .bonus-name{color:#03f682;letter-spacing:-.2px;background:#03f6821f;border:1px solid #03f68233;border-radius:8px;padding:8px 16px;font-size:15px;font-weight:600}.current-quest-summary .quest-hero .hero-header .bonus-badge .info-icon{cursor:pointer;opacity:.5;filter:brightness(0)saturate()invert(76%)sepia(52%)saturate(405%)hue-rotate(93deg)brightness(92%)contrast(87%);width:18px;height:18px;transition:all .2s}.current-quest-summary .quest-hero .hero-header .bonus-badge .info-icon:hover{opacity:1;transform:scale(1.1)}.current-quest-summary .quest-hero .hero-header .status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:8px;padding:7px 16px;font-size:12px;font-weight:600}.current-quest-summary .quest-hero .hero-header .status-badge.status-active{color:#03f682;background:#03f68226;border:1px solid #03f68240}.current-quest-summary .quest-hero .hero-header .status-badge.status-completed{color:#3b82f6;background:#3b82f626;border:1px solid #3b82f640}.current-quest-summary .quest-hero .hero-header .status-badge.status-cancelled,.current-quest-summary .quest-hero .hero-header .status-badge.status-failed{color:#ef4444;background:#ef444426;border:1px solid #ef444440}.current-quest-summary .quest-hero .hero-header .status-badge.status-expired{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b40}.current-quest-summary .quest-hero .hero-progress{align-items:center;gap:28px;display:flex}.current-quest-summary .quest-hero .hero-progress .progress-circle{flex-shrink:0;width:130px;height:130px;position:relative}.current-quest-summary .quest-hero .hero-progress .progress-circle svg{filter:drop-shadow(0 0 6px #03f68233);width:100%;height:100%;transform:rotate(-90deg)}.current-quest-summary .quest-hero .hero-progress .progress-circle svg circle{fill:none;stroke-width:10px;stroke-linecap:round}.current-quest-summary .quest-hero .hero-progress .progress-circle svg circle.progress-bg{stroke:#ffffff0f}.current-quest-summary .quest-hero .hero-progress .progress-circle svg circle.progress-fill{stroke:#03f682;transition:stroke-dasharray .8s}.current-quest-summary .quest-hero .hero-progress .progress-circle .progress-center{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.current-quest-summary .quest-hero .hero-progress .progress-circle .progress-center .percent-value{color:#fff;font-size:32px;font-weight:700;line-height:1}.current-quest-summary .quest-hero .hero-progress .progress-circle .progress-center .percent-sign{color:#6b7280;margin-left:1px;font-size:14px}.current-quest-summary .quest-hero .hero-progress .progress-info{flex:1}.current-quest-summary .quest-hero .hero-progress .progress-info .progress-label{color:#6b7280;text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px;font-size:12px;font-weight:500}.current-quest-summary .quest-hero .hero-progress .progress-info .progress-amounts{margin-bottom:10px;font-size:20px}.current-quest-summary .quest-hero .hero-progress .progress-info .progress-amounts .current{color:#03f682;font-weight:700}.current-quest-summary .quest-hero .hero-progress .progress-info .progress-amounts .separator{color:#6b7280;margin:0 8px}.current-quest-summary .quest-hero .hero-progress .progress-info .progress-amounts .target{color:#dde0e6;font-weight:500}.current-quest-summary .quest-hero .hero-progress .progress-info .remaining{color:#a0a4ad;background:#ffffff0a;border-radius:6px;padding:8px 14px;font-size:13px;display:inline-block}.current-quest-summary .quest-hero .hero-progress .progress-info .remaining strong{color:#dde0e6;font-weight:600}.current-quest-summary .summary-cards{background:#232426;border-bottom:1px solid #ffffff0f;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;padding:26px;display:grid}.current-quest-summary .summary-cards .summary-card{text-align:center;background:#1a1b1d;border:1px solid #0000;border-radius:12px;padding:20px;transition:all .2s}.current-quest-summary .summary-cards .summary-card:hover{background:#1f2022;transform:translateY(-1px)}.current-quest-summary .summary-cards .summary-card .card-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;font-size:13px;font-weight:500;display:block}.current-quest-summary .summary-cards .summary-card .card-label .bonus-percent{color:#03f682;margin-left:4px;font-weight:600}.current-quest-summary .summary-cards .summary-card .card-value{color:#dde0e6;font-family:SF Mono,Monaco,monospace;font-size:19px;font-weight:600;display:block}.current-quest-summary .summary-cards .summary-card .card-value.positive{color:#03f682}.current-quest-summary .summary-cards .summary-card .card-value.warning{color:#f59e0b}.current-quest-summary .summary-cards .summary-card .card-value.highlight{color:#03f682;font-size:21px;font-weight:700}.current-quest-summary .summary-cards .summary-card.target{background:#03f6820f;border:1px solid #03f6822e}.current-quest-summary .summary-cards .summary-card.target:hover{background:#03f6821a}.current-quest-summary .summary-cards .summary-card.carryover{background:#f59e0b0f;border:1px solid #f59e0b2e}.current-quest-summary .summary-cards .summary-card.carryover:hover{background:#f59e0b1a}.current-quest-summary .calculation-formula{background:#18191b;border-bottom:1px solid #ffffff0f;padding:20px 26px}.current-quest-summary .calculation-formula .formula-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:10px;display:flex}.current-quest-summary .calculation-formula .formula-content .formula-item{border-radius:8px;padding:8px 14px;font-family:SF Mono,Monaco,monospace;font-size:15px;font-weight:600;transition:transform .2s}.current-quest-summary .calculation-formula .formula-content .formula-item:hover{transform:scale(1.02)}.current-quest-summary .calculation-formula .formula-content .formula-item.deposit{color:#dde0e6;background:#ffffff0f;border:1px solid #ffffff1a}.current-quest-summary .calculation-formula .formula-content .formula-item.bonus{color:#03f682;background:#03f6821f;border:1px solid #03f68238}.current-quest-summary .calculation-formula .formula-content .formula-item.carryover{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b38}.current-quest-summary .calculation-formula .formula-content .formula-item.result{color:#03f682;background:#03f6822e;border:1px solid #03f6824d;font-size:17px;font-weight:700}.current-quest-summary .calculation-formula .formula-content .formula-operator{color:#6b7280;font-size:18px;font-weight:700}.current-quest-summary .calculation-formula .formula-labels{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.current-quest-summary .calculation-formula .formula-labels span{color:#6b7280;text-align:center;text-transform:uppercase;letter-spacing:.3px;min-width:50px;font-size:9px;font-weight:500}.current-quest-summary .calculation-formula .formula-labels span:empty{min-width:24px}.current-quest-summary .playable-games-section{background:#1c1d1f;border-bottom:1px solid #ffffff0f;padding:18px 26px}.current-quest-summary .playable-games-section .section-label{color:#6b7280;text-transform:uppercase;letter-spacing:.6px;margin-bottom:12px;font-size:11px;font-weight:500;display:block}.current-quest-summary .playable-games-section .games-tags{flex-wrap:wrap;gap:10px;display:flex}.current-quest-summary .playable-games-section .games-tags .game-tag{color:#03f682;background:#03f68214;border:1px solid #03f68238;border-radius:20px;align-items:center;padding:8px 16px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.current-quest-summary .playable-games-section .games-tags .game-tag:hover{background:#03f68226;transform:translateY(-1px)}.current-quest-summary .game-stats-section{padding:26px}.current-quest-summary .game-stats-section .section-title{color:#a0a4ad;text-transform:uppercase;letter-spacing:.6px;margin-bottom:18px;font-size:15px;font-weight:600}.current-quest-summary .game-stats-section .game-stats-table{background:#232426;border:1px solid #ffffff0a;border-radius:12px;overflow:hidden}.current-quest-summary .game-stats-section .game-stats-table .table-header{color:#6b7280;text-transform:uppercase;letter-spacing:.8px;background:#1a1b1d;border-bottom:1px solid #ffffff0a;grid-template-columns:2fr 1fr 1.5fr 1.5fr;padding:16px 22px;font-size:12px;font-weight:600;display:grid}.current-quest-summary .game-stats-section .game-stats-table .table-row{border-bottom:1px solid #ffffff08;grid-template-columns:2fr 1fr 1.5fr 1.5fr;padding:18px 22px;transition:all .2s;display:grid}.current-quest-summary .game-stats-section .game-stats-table .table-row:last-child{border-bottom:none}.current-quest-summary .game-stats-section .game-stats-table .table-row:hover{background:#03f68208}.current-quest-summary .game-stats-section .game-stats-table .table-row .game-name{color:#dde0e6;font-size:15px;font-weight:600}.current-quest-summary .game-stats-section .game-stats-table .table-row .bet-count{color:#a0a4ad;font-size:15px;font-weight:500}.current-quest-summary .game-stats-section .game-stats-table .table-row .bet-amount{color:#a0a4ad;font-family:SF Mono,Monaco,monospace;font-size:15px}.current-quest-summary .game-stats-section .game-stats-table .table-row .rolling-amount{color:#03f682;font-family:SF Mono,Monaco,monospace;font-size:15px;font-weight:700}.quest-history .quest-history-loading,.quest-history .quest-history-empty{color:#6b7280;background:#1f1f21;border:1px solid #ffffff0a;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:200px;display:flex}.quest-history .quest-history-loading img,.quest-history .quest-history-empty img{opacity:.4;width:60px;height:60px;margin-bottom:14px}.quest-history .quest-history-loading p,.quest-history .quest-history-empty p{letter-spacing:.2px;font-size:14px}.quest-history .history-list{flex-direction:column;gap:16px;display:flex}.quest-history .history-list .history-item{background:#1f1f21;border:1px solid #ffffff0a;border-radius:14px;padding:26px;transition:all .25s;box-shadow:0 2px 8px #00000026}.quest-history .history-list .history-item:hover{background:#242527;border-color:#ffffff14;box-shadow:0 4px 16px #0003}.quest-history .history-list .history-item .history-header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.quest-history .history-list .history-item .history-header .bonus-name{color:#dde0e6;letter-spacing:-.2px;font-size:15px;font-weight:600}.quest-history .history-list .history-item .history-header .status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:6px 12px;font-size:10px;font-weight:600}.quest-history .history-list .history-item .history-header .status-badge.status-active,.quest-history .history-list .history-item .history-header .status-badge.status-completed{color:#03f682;background:#03f6821f;border:1px solid #03f68233}.quest-history .history-list .history-item .history-header .status-badge.status-cancelled,.quest-history .history-list .history-item .history-header .status-badge.status-failed{color:#e74c3c;background:#e74c3c1f;border:1px solid #e74c3c33}.quest-history .history-list .history-item .history-header .status-badge.status-expired{color:#f39c12;background:#f39c121f;border:1px solid #f39c1233}.quest-history .history-list .history-item .history-body{grid-template-columns:repeat(2,1fr);gap:16px 24px;display:grid}@media (min-width:768px){.quest-history .history-list .history-item .history-body{grid-template-columns:repeat(3,1fr)}}.quest-history .history-list .history-item .history-body .info-row .label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:12px;font-weight:500}.quest-history .history-list .history-item .history-body .info-row .value{color:#a0a4ad;font-size:16px;font-weight:500}.quest-history .history-list .history-item .history-progress{border-top:1px solid #ffffff0d;margin-top:16px;padding-top:12px}.quest-history .history-list .history-item .history-progress .mini-progress-bar{background:#03f6821f;border-radius:3px;height:6px;overflow:hidden}.quest-history .history-list .history-item .history-progress .mini-progress-bar .mini-progress-fill{background:linear-gradient(90deg,#03f682 0%,#00d470 100%);border-radius:3px;height:100%;transition:width .5s}.quest-history .pagination{justify-content:center;gap:8px;margin-top:20px;display:flex}.quest-history .pagination .page-btn{color:#868d9b;cursor:pointer;background:#1f1f21;border:none;border-radius:6px;width:32px;height:32px;font-size:13px;transition:all .2s}.quest-history .pagination .page-btn:hover{color:#dde0e6;background:#252527}.quest-history .pagination .page-btn.active{color:#000;background:#03f682;font-weight:600}@media (max-width:600px){.rolling-quest-page{gap:22px;padding:18px}.rolling-quest-page .section-title{padding-left:10px;font-size:15px}.rolling-quest-page .section-title:before{width:3px;height:16px}.current-quest-summary .quest-hero{padding:18px}.current-quest-summary .quest-hero .hero-header{flex-wrap:wrap;gap:10px;margin-bottom:20px}.current-quest-summary .quest-hero .hero-header .bonus-badge .bonus-name{padding:6px 12px;font-size:13px}.current-quest-summary .quest-hero .hero-header .status-badge{padding:5px 12px;font-size:11px}.current-quest-summary .quest-hero .hero-progress{text-align:center;flex-direction:column;gap:20px}.current-quest-summary .quest-hero .hero-progress .progress-circle{width:110px;height:110px}.current-quest-summary .quest-hero .hero-progress .progress-circle .progress-center .percent-value{font-size:26px}.current-quest-summary .quest-hero .hero-progress .progress-info .progress-amounts{font-size:17px}.current-quest-summary .quest-hero .hero-progress .progress-info .remaining{text-align:center;display:block}.current-quest-summary .summary-cards{grid-template-columns:repeat(2,1fr);gap:10px;padding:16px}.current-quest-summary .summary-cards .summary-card{padding:14px 10px}.current-quest-summary .summary-cards .summary-card .card-label{font-size:10px}.current-quest-summary .summary-cards .summary-card .card-value{font-size:15px}.current-quest-summary .calculation-formula{padding:14px 16px}.current-quest-summary .calculation-formula .formula-content{gap:6px}.current-quest-summary .calculation-formula .formula-content .formula-item{padding:6px 10px;font-size:13px}.current-quest-summary .calculation-formula .formula-content .formula-operator{font-size:14px}.current-quest-summary .playable-games-section{padding:14px 16px}.current-quest-summary .playable-games-section .games-tags .game-tag{padding:6px 12px;font-size:11px}.current-quest-summary .game-stats-section{padding:16px}.current-quest-summary .game-stats-section .game-stats-table .table-header,.current-quest-summary .game-stats-section .game-stats-table .table-row{grid-template-columns:1.5fr .7fr 1fr 1fr;padding:12px 14px;font-size:11px}.current-quest-summary .game-stats-section .game-stats-table .table-header .game-name,.current-quest-summary .game-stats-section .game-stats-table .table-header .rolling-amount,.current-quest-summary .game-stats-section .game-stats-table .table-row .game-name,.current-quest-summary .game-stats-section .game-stats-table .table-row .rolling-amount{font-size:12px}.quest-history .history-list .history-item{padding:18px}.quest-history .history-list .history-item .history-header{margin-bottom:14px;padding-bottom:10px}.quest-history .history-list .history-item .history-header .bonus-name{font-size:14px}.quest-history .history-list .history-item .history-body{gap:10px;grid-template-columns:1fr!important}.quest-history .history-list .history-item .history-body .info-row .value{font-size:13px}}
.LegacyBettingHistoryPopup{background:var(--ThingBet--greyscale--230);color:#fff;z-index:1;border-radius:12px;flex-direction:column;width:700px;max-width:95vw;max-height:85vh;display:flex;position:relative;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%)}.LegacyBettingHistoryPopup .popup-header{background:var(--ThingBet--greyscale--225);border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 16px 14px;display:flex}.LegacyBettingHistoryPopup .popup-header .popup-header-title{align-items:center;gap:10px;display:flex}.LegacyBettingHistoryPopup .popup-header .popup-header-title .header-icon{filter:brightness(0)saturate()invert(77%)sepia(9%)saturate(6550%)hue-rotate(93deg)brightness()contrast(98%);width:24px;height:24px}.LegacyBettingHistoryPopup .popup-header .popup-header-title>h4{color:#fff;letter-spacing:-.3px;margin:0;font-size:18px;font-weight:700}.LegacyBettingHistoryPopup .popup-header .close-btn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:24px;line-height:1;transition:all .15s}.LegacyBettingHistoryPopup .popup-header .close-btn:hover{color:#fff;background:#ffffff14}.LegacyBettingHistoryPopup .popup-header .close-btn:active{transform:scale(.95)}.LegacyBettingHistoryPopup .history-wrapper{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.LegacyBettingHistoryPopup .history-wrapper::-webkit-scrollbar{display:none}.LegacyBettingHistoryPopup .history-wrapper .loading{color:#ffffff80;justify-content:center;align-items:center;height:200px;font-size:14px;display:flex}.LegacyBettingHistoryPopup .pagination-wrapper{background:var(--ThingBet--greyscale--220);flex-shrink:0;padding:12px 16px 16px;position:relative}.LegacyBettingHistoryPopup .LegacyBettingHistory{background:var(--ThingBet--greyscale--230);color:#fff;flex-direction:column;gap:20px;height:100%;padding:8px;font-size:12px;display:flex;overflow:auto}.LegacyBettingHistoryPopup .LegacyBettingHistory::-webkit-scrollbar{display:none}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper{flex-direction:column;gap:10px;padding:6px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group{border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000026}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .no-legacy-header{background:var(--ThingBet--greyscale--235);border-bottom:1px solid #ffffff0a;grid-column:span 2;justify-content:center;width:100%;height:40px;padding:8px 14px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .no-legacy-data{color:#fff6;background:var(--ThingBet--greyscale--220);border-bottom:1px solid #ffffff0a;justify-content:center;align-items:center;padding:40px 20px;font-size:13px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header{background:var(--ThingBet--greyscale--235);color:var(--ThingBet--text-neutral-primary);border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:10px;height:40px;padding:0 12px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header.active{display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .league-detail{justify-content:flex-start;align-items:center;gap:8px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .league-detail .sport{-o-object-fit:contain;object-fit:contain;width:18px;height:18px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .league-detail .country{-o-object-fit:cover;object-fit:cover;border-radius:2px;width:20px;height:14px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .league-detail .league{text-transform:uppercase;color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;max-width:300px;font-size:12px;overflow:hidden}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .game-info{align-items:center;gap:10px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .game-info .game-icon-img{-o-object-fit:contain;object-fit:contain;border-radius:4px;width:24px;height:24px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header>.bet-left-header .game-info .game-name{text-transform:uppercase;color:#ffffffe6;font-size:12px;font-weight:500}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header .header-sub-details{align-items:center;gap:8px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-header .header-sub-details .date{color:#ffffff80;font-size:10px;font-weight:400}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail{background:var(--ThingBet--greyscale--220);flex-direction:column;gap:8px;width:100%;min-height:110px;margin-bottom:0;padding:14px 12px 10px;display:flex;position:relative;overflow:hidden}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data{background:var(--ThingBet--greyscale--235);border-radius:8px;justify-content:center;align-items:center;padding:10px 14px;font-size:12px;font-weight:700;display:flex;position:absolute;top:14px;left:12px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.won,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.win{background:#03f6821f}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.won .status,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.win .status{color:var(--ThingBet--neon-green--10)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.void,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.canceled{background:#ffffff14}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.void .status,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.canceled .status{color:#9ca3af}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.lose,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.lost{background:#fd5a511f}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.lose .status,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.lost .status{color:#fd5a51}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.pending,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.checking{background:#ffc1071f}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.pending .status,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.checking .status{color:var(--ThingBet--text-brand-yellow-primary)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box{background:0 0;width:100%;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.home .team-home-content,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.away .team-home-content{flex-direction:row;align-items:center;gap:8px;width:100%;padding-left:90px;display:flex;position:relative}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.home .team-home-content .team-logo-box,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.away .team-home-content .team-logo-box{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.home .team-home-content .team-logo-box img,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.away .team-home-content .team-logo-box img{-o-object-fit:contain;object-fit:contain;border-radius:4px;width:24px;height:24px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.home .team-home-content .team-name,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.away .team-home-content .team-name{word-spacing:-1px;white-space:nowrap;color:#fff;flex:1;width:auto;font-size:12px;font-weight:500;overflow-x:auto}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.home .team-home-content .team-name::-webkit-scrollbar{display:none}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.away .team-home-content .team-name::-webkit-scrollbar{display:none}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.home .team-home-content .team-score,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.away .team-home-content .team-score{color:#fffc;flex-shrink:0;margin-left:auto;padding-right:4px;font-size:14px;font-weight:700}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.active .team-score,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box.active .team-name{color:var(--ThingBet--neon-green--10)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .market-info{flex-direction:column;gap:4px;margin-bottom:8px;padding-left:90px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .market-info .round{color:#9ca3af;font-size:10px;font-weight:400}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .market-info .market-label{color:#fffc;font-size:12px;font-weight:500}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper{justify-content:center;gap:6px;padding-top:8px;display:flex;overflow-x:auto}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper::-webkit-scrollbar{display:none}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item{background:var(--ThingBet--greyscale--235);cursor:pointer;border-radius:8px;flex-direction:row;flex:1 1 0;justify-content:center;align-items:center;gap:10px;min-width:80px;height:32px;padding:0 14px;transition:all .15s;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item .label{color:#fff6;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:120px;font-size:12px;font-weight:500;transition:all .15s;overflow:hidden}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item .value{color:#fffc;white-space:nowrap;font-size:12px;font-weight:600;transition:all .15s}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.active{background:var(--ThingBet--neon-green--10);transition:all .15s}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.active .label{color:#1a1a1a;font-weight:600}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.active .value{color:#1a1a1a;font-weight:700}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.order-1,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.dragon,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.odd,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.scissors,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.player,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.win,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.large,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.left,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.over,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.red{order:1}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.order-2,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.rock,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.tie,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.draw,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.medium,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.right{order:2}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.order-3,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.tiger,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.paper,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.even,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.banker,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.lose,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.small,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.under,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-detail .buttons-market-item-wrapper .market-item.black{order:3}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer{background:var(--ThingBet--greyscale--230);border-radius:0;overflow:hidden}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.won .bet-summary,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.active .bet-summary{border-top:2px solid var(--ThingBet--neon-green--10)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.won .bet-summary .status .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.active .bet-summary .status .value{color:var(--ThingBet--neon-green--10)!important}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lose .bet-summary,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lost .bet-summary{border-top:2px solid #fd5a51}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lose .bet-summary .status .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lost .bet-summary .status .value{color:#fd5a51!important}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lose .bet-summary .won-amount .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lose .bet-summary .bet-amount .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lost .bet-summary .won-amount .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.lost .bet-summary .bet-amount .value{color:#fff6!important}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.canceled .bet-summary,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.void .bet-summary{border-top:2px solid #9ca3af}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.canceled .bet-summary .status .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.void .bet-summary .status .value{color:#9ca3af!important}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.canceled .bet-summary .won-amount .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.canceled .bet-summary .bet-amount .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.void .bet-summary .won-amount .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.void .bet-summary .bet-amount .value{color:#fff6!important}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.pending .bet-summary,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.checking .bet-summary{border-top:2px solid var(--ThingBet--text-brand-yellow-primary)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.pending .bet-summary .status .value,.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer.checking .bet-summary .status .value{color:var(--ThingBet--text-brand-yellow-primary)!important}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary{background:var(--ThingBet--greyscale--230);color:#ffffff8c;border-top:2px solid #0000;grid-template-columns:repeat(2,1fr);gap:0;font-size:12px;font-weight:500;display:grid}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary>div{border-bottom:1px solid #ffffff0a;border-right:1px solid #ffffff0a;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary>div:nth-child(2n){border-right:none}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary>div:nth-last-child(-n+2){border-bottom:none}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .value{color:#fff;margin-left:8px;font-size:12px;font-weight:600}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .bet-at{background:var(--ThingBet--greyscale--235);border-bottom:1px solid #ffffff0a;grid-column:span 2;justify-content:center;width:100%;padding:8px 14px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .bet-at .value{color:#ffffffb3;font-size:12px;font-weight:500}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .won-amount .value{color:var(--ThingBet--text-brand-yellow-primary)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .status .value{font-weight:700}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .dt{align-items:center;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp{background:var(--ThingBet--greyscale--225);border-radius:0 0 12px 12px;gap:6px;padding:10px 12px 12px;display:flex;overflow:hidden}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp>div{color:#fffc;background:var(--ThingBet--greyscale--235);cursor:pointer;-webkit-tap-highlight-color:#0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-size:12px;font-weight:600;transition:all .15s;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp>div img{opacity:.7;width:16px;height:16px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp>div:hover{z-index:10;background-color:#4e4e55;transition:all .2s}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp>div:active{background:var(--ThingBet--greyscale--240);transform:scale(.97)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .cancel-bet{color:#fd5a51;background:#fd5a511f}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .cancel-bet img{filter:brightness(0)saturate()invert(48%)sepia(76%)saturate(1654%)hue-rotate(331deg)brightness(101%)contrast(98%);opacity:1}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .cancel-bet:hover{background:#fd5a5133}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .cancel-bet:active{background:#fd5a5140}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .btn-attach{background:var(--ThingBet--greyscale--235)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .btn-attach img{filter:brightness(0)saturate()invert()sepia(0%)saturate(0%)hue-rotate()brightness()contrast()}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .delete-icon{background:var(--ThingBet--greyscale--235)}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .button-grp .delete-icon img{filter:brightness(0)saturate()invert()sepia(0%)saturate(0%)hue-rotate()brightness()contrast()}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box{background:var(--ThingBet--greyscale--220);border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box.activated{background:#8a2be21a;border-left:3px solid #8a2be2}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box.deactivated{opacity:.5}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box .name{color:#ffffffb3;font-size:12px;font-weight:500}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box .odds{align-items:center;gap:6px;display:flex}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box .odds .icon{width:14px;height:14px}.LegacyBettingHistoryPopup .LegacyBettingHistory .betting-group-wrapper .bet-group .bonus-item-box .odds .value{color:#8a2be2;font-size:12px;font-weight:700}.LegacyBettingHistoryPopup .LegacyBettingHistory .empty-history-notice{color:#fff6;justify-content:center;align-items:center;min-height:200px;font-size:14px;display:flex}
.PopupItem.V3CouponRedeemPopup{flex-direction:column;width:440px;display:flex;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%)}.PopupItem.V3CouponRedeemPopup .header_section{flex-direction:column;justify-content:center;align-items:center;gap:14px;width:100%;padding:36px 36px 24px;display:flex;position:relative}.PopupItem.V3CouponRedeemPopup .header_section .close-btn{cursor:pointer;opacity:.5;width:20px;height:20px;transition:opacity .2s;position:absolute;top:16px;right:16px}.PopupItem.V3CouponRedeemPopup .header_section .close-btn:hover{opacity:1}.PopupItem.V3CouponRedeemPopup .header_section .icon-wrapper{background:linear-gradient(135deg,#03f68233 0%,#00cc6a1a 100%);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.PopupItem.V3CouponRedeemPopup .header_section .icon-wrapper .coupon-icon{width:26px;height:26px}.PopupItem.V3CouponRedeemPopup .header_section .greeting{all:unset;text-align:center;flex-direction:column;gap:6px;display:flex}.PopupItem.V3CouponRedeemPopup .header_section .greeting h2{color:#fff;letter-spacing:-.5px;margin:0;font-size:20px;font-weight:700}.PopupItem.V3CouponRedeemPopup .header_section .greeting p{color:#ffffff80;margin:0;font-size:13px;font-weight:500}.PopupItem.V3CouponRedeemPopup .form{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:0 36px 36px;display:flex}.PopupItem.V3CouponRedeemPopup .form .form_group{flex-direction:column;gap:16px;width:100%;display:flex}.PopupItem.V3CouponRedeemPopup .form .form_group .input_field{flex-direction:column;gap:8px;width:100%;display:flex}.PopupItem.V3CouponRedeemPopup .form .form_group .input_field .validation_field{flex-direction:column;gap:6px;display:flex}.PopupItem.V3CouponRedeemPopup .form .form_group .input_field .validation_field>input{text-align:center;color:#fff;letter-spacing:1.5px;background-color:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;outline:none;height:50px;padding:0 16px;font-size:15px;font-weight:600;transition:all .2s}.PopupItem.V3CouponRedeemPopup .form .form_group .input_field .validation_field>input::placeholder{color:#ffffff4d;letter-spacing:0;font-size:13px;font-weight:400}.PopupItem.V3CouponRedeemPopup .form .form_group .input_field .validation_field>input:focus{border-color:var(--ThingBet--neon-green--10);background-color:#ffffff0f;box-shadow:0 0 0 3px #03f6821a}.PopupItem.V3CouponRedeemPopup .form .form_group .input_field .validation_field>input:disabled{opacity:.5;cursor:not-allowed}.PopupItem.V3CouponRedeemPopup .form .form_group .input_field .validation_field>span.error-message{color:#ff6b6b;text-align:center;background:#ff4d4d1a;border:1px solid #ff4d4d33;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:500}.PopupItem.V3CouponRedeemPopup .form .form_group .btn-group{gap:10px;width:100%;display:flex}.PopupItem.V3CouponRedeemPopup .form .form_group .btn-group .cancel-btn{all:unset;color:#ffffffb3;text-align:center;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex:1;justify-content:center;align-items:center;height:48px;font-size:14px;font-weight:600;transition:all .2s;display:flex}.PopupItem.V3CouponRedeemPopup .form .form_group .btn-group .cancel-btn:hover{color:#fff;background-color:#ffffff14;border-color:#ffffff1f}.PopupItem.V3CouponRedeemPopup .form .form_group .btn-group .cancel-btn:disabled{opacity:.5;cursor:not-allowed}.PopupItem.V3CouponRedeemPopup .form .form_group .btn-group .submit-btn{all:unset;color:#000;text-align:center;cursor:pointer;background:linear-gradient(135deg,var(--ThingBet--neon-green--10)0%,#00cc6a 100%);border-radius:12px;flex:2;justify-content:center;align-items:center;height:48px;font-size:15px;font-weight:700;transition:all .2s;display:flex}.PopupItem.V3CouponRedeemPopup .form .form_group .btn-group .submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #03f6824d}.PopupItem.V3CouponRedeemPopup .form .form_group .btn-group .submit-btn:active{transform:translateY(0)}.PopupItem.V3CouponRedeemPopup .form .form_group .btn-group .submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:540px){.PopupItem.V3CouponRedeemPopup{width:calc(100vw - 32px);max-width:400px}.PopupItem.V3CouponRedeemPopup .header_section{padding:28px 24px 20px}.PopupItem.V3CouponRedeemPopup .header_section .icon-wrapper{width:48px;height:48px}.PopupItem.V3CouponRedeemPopup .header_section .icon-wrapper .coupon-icon{width:22px;height:22px}.PopupItem.V3CouponRedeemPopup .header_section .greeting h2{font-size:18px}.PopupItem.V3CouponRedeemPopup .form{padding:0 24px 28px}.PopupItem.V3CouponRedeemPopup .form .form_group .input_field .validation_field>input,.PopupItem.V3CouponRedeemPopup .form .form_group .btn-group .submit-btn{height:46px;font-size:14px}.PopupItem.V3CouponRedeemPopup .form .form_group .btn-group .cancel-btn{height:46px}}
.PopupItem.ChangeWithdrawPopup{color:#fff;background-color:#1e1e20;border:none;border-radius:16px;flex-direction:column;width:480px;max-width:90vw;max-height:90vh;display:flex;position:relative;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%)}.change-withdraw-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.change-withdraw-header .change-withdraw-header-title{align-items:center;gap:12px;display:flex}.change-withdraw-header .change-withdraw-header-title>img{width:28px;height:28px}.change-withdraw-header .change-withdraw-header-title>p{color:#fff;margin:0;font-size:18px;font-weight:600}.change-withdraw-header .change-withdraw-close-btn{cursor:pointer;background:#ffffff0f;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.change-withdraw-header .change-withdraw-close-btn>img{opacity:.6;width:12px;height:12px}.change-withdraw-header .change-withdraw-close-btn:hover{background:#ffffff1a}.change-withdraw-header .change-withdraw-close-btn:hover>img{opacity:1}.change-withdraw-form{flex-direction:column;gap:20px;width:100%;padding:20px 24px;display:flex}.change-withdraw-form .change-withdraw-input-group{flex-direction:column;gap:12px;display:flex}.change-withdraw-form .change-withdraw-input-group>div{flex-direction:column;gap:6px;width:100%;display:flex}.change-withdraw-form .change-withdraw-input-group>div>label{color:#fffc;font-size:12px;font-weight:600}.change-withdraw-form .change-withdraw-input-group>div>input,.change-withdraw-form .change-withdraw-input-group>div select{color:#fff;text-align:left;background-color:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;outline:none;width:100%;padding:12px;font-size:14px;font-weight:500;transition:all .2s}.change-withdraw-form .change-withdraw-input-group>div>input::-moz-placeholder{color:#ffffff4d;font-weight:400}.change-withdraw-form .change-withdraw-input-group>div select::-moz-placeholder{color:#ffffff4d;font-weight:400}.change-withdraw-form .change-withdraw-input-group>div>input::placeholder,.change-withdraw-form .change-withdraw-input-group>div select::placeholder{color:#ffffff4d;font-weight:400}.change-withdraw-form .change-withdraw-input-group>div>input:focus,.change-withdraw-form .change-withdraw-input-group>div select:focus{border-color:var(--ThingBet--neon-green--10);background-color:#ffffff0f;box-shadow:0 0 0 2px #03f6821a}.change-withdraw-form .change-withdraw-input-group>div .change-withdraw-input-group-dropdown{flex-direction:column;width:100%;display:flex;position:relative}.change-withdraw-form .change-withdraw-input-group>div .change-withdraw-input-group-dropdown .select-input{color:#fff;text-align:left;background-color:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;outline:none;width:100%;padding:12px;font-size:14px;font-weight:500;transition:all .2s}.change-withdraw-form .change-withdraw-input-group>div .change-withdraw-input-group-dropdown .select-input:focus{border-color:var(--ThingBet--neon-green--10);background-color:#ffffff0f;box-shadow:0 0 0 2px #03f6821a}.change-withdraw-form .change-withdraw-input-group>div .change-withdraw-input-group-dropdown .change-withdraw-option-container{scrollbar-width:thin;z-index:2;background-color:#ffffff0a;border-radius:10px;flex-direction:column;width:100%;height:200px;padding:10px;display:flex;position:absolute;top:45px;overflow-y:auto}.change-withdraw-form .change-withdraw-input-group>div .change-withdraw-input-group-dropdown .change-withdraw-option-container::-webkit-scrollbar{width:6px}.change-withdraw-form .change-withdraw-input-group>div .change-withdraw-input-group-dropdown .change-withdraw-option-container::-webkit-scrollbar-track{background:var(--ThingBet--greyscale--215);border-radius:10px}.change-withdraw-form .change-withdraw-input-group>div .change-withdraw-input-group-dropdown .change-withdraw-option-container::-webkit-scrollbar-thumb{background-color:var(--ThingBet--neon-green--10);border-radius:10px}.change-withdraw-form .change-withdraw-input-group>div .change-withdraw-input-group-dropdown .change-withdraw-option-container::-webkit-scrollbar-thumb:hover{background-color:#0c0}.change-withdraw-form .change-withdraw-input-group>div .change-withdraw-input-group-dropdown .change-withdraw-option-container button{background-color:#ffffff0a;border:none;padding:5px}.change-withdraw-form .otp-verify-btn{color:#ff6b6b;cursor:pointer;background:#ff4d4d1a;border:1px solid #ff4d4d33;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:12px 24px;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.change-withdraw-form .otp-verify-btn.verified{color:#4caf50;cursor:default;background:#4caf501a;border:1px solid #4caf5033}.change-withdraw-form .otp-verify-btn:disabled{opacity:1}.change-withdraw-form .icon-wrapper{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.change-withdraw-form .check-icon{color:#10b981;stroke-dasharray:30;stroke-dashoffset:30px;width:18px;height:18px;animation:.6s cubic-bezier(.4,0,.2,1) forwards checkmark}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes checkmark{0%{stroke-dashoffset:30px;opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{stroke-dashoffset:0;opacity:1;transform:scale(1)}}.change-withdraw-form .button-text{transition:all .3s}.change-withdraw-form .otp-verify-btn.verified .button-text{animation:.4s textSlide}@keyframes textSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.change-withdraw-form .otp-verify-btn:before{content:"";background:#ffffff80;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.change-withdraw-form .otp-verify-btn:active:not(:disabled):before{width:300px;height:300px}.change-withdraw-form>.change-withdraw-submit-button{background:linear-gradient(135deg,var(--ThingBet--neon-green--10)0%,#00cc6a 100%);color:var(--ThingBet--greyscale--215);cursor:pointer;border:none;border-radius:10px;padding:12px;font-size:15px;font-weight:700;transition:all .2s}
