.NotificationItem{cursor:pointer;margin-bottom:20px;transition:all .5s;overflow:hidden}.NotificationItem:hover{filter:brightness(1.1);transform:scale(1.01)}.NotificationItem .content{background:var(--app-surface-1);align-items:center;gap:20px;padding:20px;display:flex;overflow:hidden}.NotificationItem .content .icon{background:var(--app-surface-2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;display:flex;overflow:hidden}.NotificationItem .content .icon img{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:80%;height:80%}.NotificationItem .content .details{flex:1}.NotificationItem .content .details .subject,.NotificationItem .content .details .message{color:var(--app-text-primary);margin-bottom:10px}.NotificationItem .content .details .header{justify-content:space-between;align-items:center;display:flex}.NotificationItem .content .details .header .subject{align-items:center;gap:10px;font-size:16px;display:flex}.NotificationItem .content .details .header .subject .indicator{background:var(--app-primary);border-radius:50%;width:8px;height:8px}.NotificationItem .content .details .message{font-size:13px}.NotificationItem .content .date-time{color:var(--app-text-primary);align-self:flex-start;margin-left:auto}.NotificationItem .notification-reward-summary{flex-wrap:wrap;gap:16px;margin-top:12px;display:flex}.NotificationItem .notification-reward-summary .reward-item{text-align:center;flex-direction:column;align-items:center;display:flex}.NotificationItem .notification-reward-summary .reward-item img{cursor:pointer;width:25px;height:25px}
.NotificationListPopup{color:var(--app-white);flex-direction:column;gap:20px;width:50vw;height:calc(80vh - 10px);padding:30px;display:flex;top:50vh;left:50vw;transform:translate(-50%,-50%);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border:none!important}.NotificationListPopup>.popup-header{justify-content:space-between;padding-bottom:20px;display:flex;position:relative}.NotificationListPopup>.popup-header>img{width:50%}.NotificationListPopup>.popup-header>h1{color:var(--app-white);text-shadow:0 0 0 var(--app-primary),0 0 10px var(--app-primary),0 0 30px var(--app-primary);letter-spacing:3px;font-family:Cyber-Brush-Regular}.NotificationListPopup>.popup-header>.popup-close-btn{position:absolute;top:10px;right:20px}.NotificationListPopup>.nav__menu{gap:6px;list-style:none;display:flex}.NotificationListPopup>.nav__menu>li{background-color:var(--app-surface-2);color:var(--app-neutral-245);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;padding:8px 14px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.NotificationListPopup>.nav__menu>li.active{background-color:var(--app-primary-50);font-weight:600}.NotificationListPopup>.nav__menu>li:active{transform:scale(.96)}.NotificationListPopup>.notifications-list{height:100%;padding-right:10px;overflow-y:auto}.NotificationListPopup>.notifications-list>.empty-message{justify-content:center;align-items:center;width:100%;min-height:500px;font-size:20px;display:flex}.NotificationListPopup>.notifications-list::-webkit-scrollbar{width:5px}.NotificationListPopup>.notifications-list::-webkit-scrollbar-track{background:0 0}.NotificationListPopup>.notifications-list::-webkit-scrollbar-thumb{background:var(--app-primary-50)}.NotificationListPopup>.notifications-list>.NotificationItem,.NotificationListPopup>.notifications-list>.NotificationItem>.content{border-radius:unset!important}
.PopupItem.EmilVerifyPopup{width:750px;max-width:75vw;max-height:80vh;color:var(--popup-text);background:var(--popup-surface);font-family:var(--popup-font-family);flex-direction:column;display:flex;position:relative;top:50vh;left:50vw;transform:translate(-50%,-50%)}.PopupItem.EmilVerifyPopup *,.PopupItem.EmilVerifyPopup :before,.PopupItem.EmilVerifyPopup :after{font-family:var(--popup-font-family)!important}.PopupItem.EmilVerifyPopup:before{content:"";pointer-events:none;z-index:0;position:absolute;inset:0}@keyframes cryptoBackgroundFlow{0%,to{opacity:.5;transform:scale(1)rotate(0)}33%{opacity:.8;transform:scale(1.03)rotate(1deg)}66%{opacity:.6;transform:scale(.97)rotate(-1deg)}}.PopupItem.EmilVerifyPopup .header-title-group{border-bottom:1px solid color-mix(in srgb, var(--app-white) 5.88%, transparent);justify-content:space-between;align-items:center;padding:20px;display:flex;position:relative}.PopupItem.EmilVerifyPopup .header-title-group .PopupCloseButton{inset:unset!important}.PopupItem.EmilVerifyPopup .header-title-group>.title-group{justify-content:space-between;align-items:center;gap:10px;display:flex}.PopupItem.EmilVerifyPopup .header-title-group>.title-group>.email-verification-title{color:var(--app-white);font-size:18px;font-weight:500}.PopupItem.EmilVerifyPopup .header-title-group>.title-group>svg{color:var(--app-primary-60);transform:scale(1.22)}.PopupItem.EmilVerifyPopup .form-body{z-index:1;background:var(--app-neutral-200);flex-direction:column;flex:1;justify-content:space-between;gap:20px;width:100%;padding:20px;display:flex;overflow:hidden}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group{border:none;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group:focus-within{transform:translateY(-2px)}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group .pin-input{opacity:0;color:#0000;caret-color:#0000;text-align:center;letter-spacing:12px;z-index:2;background:0 0;border:none;outline:none;width:100%;height:70px;font-size:28px;position:absolute;top:0;left:0}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group .pin-input::placeholder{color:#0000}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group .pin-dots{justify-content:center;align-items:center;gap:12px;height:70px;display:flex}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group .pin-dots .pin-dot{background:var(--app-neutral-230);border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:600;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);display:flex}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group .pin-dots .pin-dot .pin-dot-inner{background:var(--app-neutral-230);opacity:0;border-radius:50%;width:14px;height:14px;transition:opacity .15s ease-out,transform .15s ease-out;transform:scale(.6)}.PopupItem.EmilVerifyPopup .form-body>.pin-input-group .pin-dots .pin-dot.filled{animation:.6s cubic-bezier(.68,-.55,.265,1.55) pinFill}@keyframes pinFill{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.PopupItem.EmilVerifyPopup .form-body>.input-group{flex-direction:column;justify-content:center;gap:5px;display:flex}.PopupItem.EmilVerifyPopup .form-body>.input-group>input{background-color:color-mix(in srgb, var(--app-white) 4%, transparent);border:1px solid color-mix(in srgb, var(--app-white) 8%, transparent);width:100%;height:50px;color:var(--app-white);text-align:start;outline:none;padding-left:20px;padding-right:20px;font-size:14px;font-weight:400}.PopupItem.EmilVerifyPopup .form-body>.input-group>input::placeholder{color:color-mix(in srgb, var(--app-white) 35%, transparent);font-weight:400}.PopupItem.EmilVerifyPopup .form-body>.input-group>input:focus{background-color:color-mix(in srgb, var(--app-white) 6%, transparent);border-color:var(--app-primary-60);box-shadow:0 0 0 3px color-mix(in srgb, var(--app-primary) 10%, transparent)}.PopupItem.EmilVerifyPopup .form-body>.input-group>.email-error-msg{opacity:1;color:var(--app-danger);background:color-mix(in srgb, var(--app-danger) 10.2%, transparent);border:1px solid color-mix(in srgb, var(--app-danger) 20%, transparent);border-radius:6px;max-height:40px;margin-top:2px;padding:6px 10px;font-size:12px}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons{gap:12px;width:100%;display:flex}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .cancel-btn,.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn{cursor:pointer;letter-spacing:.3px;border:none;flex:1;justify-content:center;align-items:center;gap:10px;height:50px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .cancel-btn:disabled,.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none!important}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .cancel-btn:disabled:before,.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn:disabled:before{display:none}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .cancel-btn:before,.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn:before{content:"";background:linear-gradient(45deg, transparent 30%, color-mix(in srgb, var(--app-white) 10%, transparent) 50%, transparent 70%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .cancel-btn{background:var(--app-neutral-20);color:var(--app-white)}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .cancel-btn:hover:not(:disabled){background:color-mix(in srgb, var(--app-white) 5%, transparent);color:var(--popup-text)}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn{background:var(--app-primary-60);color:var(--app-neutral-235)}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn:hover:not(:disabled){transform:translateY(-2px)}.PopupItem.EmilVerifyPopup .form-body>.footer-buttons .email-confirm-btn .spinner.small{width:18px;height:18px;animation:1.2s linear infinite cryptoSpin}.PopupItem.EmilVerifyPopup .form-body .spinner{background:conic-gradient(var(--app-transparent) 10%, var(--app-surface-1));width:50px;height:50px;-webkit-mask:radial-gradient(farthest-side, var(--app-transparent) calc(100% - 8px), var(--app-black) 0);-webkit-mask:radial-gradient(farthest-side, var(--app-transparent) calc(100% - 8px), var(--app-black) 0);mask:radial-gradient(farthest-side, var(--app-transparent) calc(100% - 8px), var(--app-black) 0);border-radius:50%;margin:auto;animation:1s linear infinite s3}.PopupItem.EmilVerifyPopup .form-body::-webkit-scrollbar{width:6px}.PopupItem.EmilVerifyPopup .form-body::-webkit-scrollbar-track{background:color-mix(in srgb, var(--app-surface-1) 30%, transparent);border-radius:3px}@media screen and (max-width:768px){.PopupItem.EmilVerifyPopup{width:95vw;max-height:95vh}.PopupItem.EmilVerifyPopup .form-header{padding:24px 20px 20px}.PopupItem.EmilVerifyPopup .form-header .otp-popup-title{font-size:20px}.PopupItem.EmilVerifyPopup .form-body{padding:20px}.PopupItem.EmilVerifyPopup .form-body .register-section .section-header{flex-direction:column;align-items:stretch;gap:16px}.PopupItem.EmilVerifyPopup .form-footer{padding:20px 20px 24px}.PopupItem.EmilVerifyPopup .form-footer .footer-buttons{gap:10px}.PopupItem.EmilVerifyPopup .form-footer .footer-buttons .cancel-btn,.PopupItem.EmilVerifyPopup .form-footer .footer-buttons .email-confirm-btn,.PopupItem.EmilVerifyPopup .form-footer .footer-buttons .submit-btn{height:48px;font-size:15px}}@media screen and (max-width:480px){.PopupItem.EmilVerifyPopup .form-body{padding:16px}.PopupItem.EmilVerifyPopup .form-body .wallet-list-section .wallet-list .wallet-item{flex-direction:column;align-items:flex-start;gap:12px;padding:14px}.PopupItem.EmilVerifyPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions{align-self:flex-end}.PopupItem.EmilVerifyPopup .form-footer .footer-buttons .cancel-btn,.PopupItem.EmilVerifyPopup .form-footer .footer-buttons .email-confirm-btn,.PopupItem.EmilVerifyPopup .form-footer .footer-buttons .submit-btn{height:44px;font-size:14px}}@media screen and (max-height:700px){.PopupItem.EmilVerifyPopup .form-body{max-height:380px}}
.PopupItem.OTPPopup{width:880px;max-width:95vw;max-height:92vh;color:var(--app-text-primary);background:var(--app-surface-0);font-family:var(--popup-font-family);border:1px solid var(--app-border-secondary);box-shadow:0 24px 70px color-mix(in srgb, var(--app-black) 52%, transparent);flex-direction:column;display:flex;position:relative;top:50vh;left:50vw;transform:translate(-50%,-50%)}.PopupItem.OTPPopup *,.PopupItem.OTPPopup :before,.PopupItem.OTPPopup :after{font-family:var(--popup-font-family)!important}.PopupItem.OTPPopup:before{content:"";pointer-events:none;z-index:0;position:absolute;inset:0}@keyframes cryptoBackgroundFlow{0%,to{opacity:.5;transform:scale(1)rotate(0)}33%{opacity:.8;transform:scale(1.03)rotate(1deg)}66%{opacity:.6;transform:scale(.97)rotate(-1deg)}}.PopupItem.OTPPopup>.close-button{background:var(--app-surface-2);cursor:pointer;z-index:2;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,background .2s;display:flex;position:absolute;top:-20px;right:-20px}.PopupItem.OTPPopup>.close-button img{width:16px;height:16px;filter:var(--app-filter-photo)}.PopupItem.OTPPopup .form-body{z-index:1;background:var(--app-surface-0);flex:1;justify-content:center;align-items:stretch;width:100%;min-height:400px;display:flex;overflow:hidden}.PopupItem.OTPPopup .form-body .spinner{background:conic-gradient(var(--app-transparent) 10%, var(--app-primary));width:50px;height:50px;-webkit-mask:radial-gradient(farthest-side, var(--app-transparent) calc(100% - 8px), var(--app-black) 0);-webkit-mask:radial-gradient(farthest-side, var(--app-transparent) calc(100% - 8px), var(--app-black) 0);mask:radial-gradient(farthest-side, var(--app-transparent) calc(100% - 8px), var(--app-black) 0);border-radius:50%;margin:auto;animation:1s linear infinite s3}.PopupItem.OTPPopup .form-body::-webkit-scrollbar{width:6px}.PopupItem.OTPPopup .form-body::-webkit-scrollbar-track{background:color-mix(in srgb, var(--app-surface-1) 30%, transparent);border-radius:3px}.PopupItem.OTPPopup .form-body .register-instruction{color:var(--app-text-secondary);font-size:16px}.PopupItem.OTPPopup .form-body .left{background:var(--app-surface-1);flex-direction:column;flex:1;gap:24px;padding:28px;display:flex}.PopupItem.OTPPopup .form-body .left .popup-header-title{align-items:center;gap:10px;display:flex}.PopupItem.OTPPopup .form-body .left .popup-header-title .header-icon{width:30px;height:30px;filter:var(--app-filter-photo)}.PopupItem.OTPPopup .form-body .left .popup-header-title>h4{color:var(--app-text-primary);margin:0;font-size:18px;font-weight:600}.PopupItem.OTPPopup .form-body .left>.register-form{flex-direction:column;align-items:center;gap:20px;display:flex}.PopupItem.OTPPopup .form-body .left>.register-form>.section-header{color:var(--app-text-primary);flex-direction:column;align-items:center;gap:8px;font-size:18px;font-weight:500;display:flex}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code{background:0 0;justify-content:center;align-items:center;width:150px;height:150px;margin:20px 0;padding:8px;display:flex;position:relative}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code:before,.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code:after{content:"";border:4px solid var(--app-primary);width:25px;height:25px;position:absolute}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code:before{border-bottom:none;border-right:none;border-top-left-radius:16px;top:-3px;left:-3px}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code:after{border-top:none;border-left:none;border-bottom-right-radius:16px;bottom:-3px;right:-3px}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code .corner-top-right{border:4px solid var(--app-primary);border-bottom:none;border-left:none;border-top-right-radius:16px;width:25px;height:25px;position:absolute;top:-3px;right:-3px}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code .corner-bottom-left{border:4px solid var(--app-primary-60);border-top:none;border-right:none;border-bottom-left-radius:16px;width:25px;height:25px;position:absolute;bottom:-3px;left:-3px}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code .qr-image-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.PopupItem.OTPPopup .form-body .left>.register-form>.qr-code .qr-image-container canvas{max-width:100%;max-height:100%}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container{background-color:var(--app-surface-0);border:1px solid var(--app-border-secondary);align-items:stretch;width:100%;max-width:280px;margin-bottom:16px;display:flex}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .secretkey-input{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:42px;color:var(--app-text-primary);background:0 0;outline:none;flex:1;padding:0 20px;font-family:JetBrains Mono,Consolas,monospace;font-size:13px;font-weight:500}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn{cursor:pointer;background:0 0/200% 200%;border:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative;overflow:hidden}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn img{width:22px;height:22px;filter:var(--app-filter-photo)}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn:active{transform:translateY(0)}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn.copied{background:0 0;animation:.6s cubic-bezier(.68,-.55,.265,1.55) cryptoCopySuccess}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn.copied:before,.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn.copied:after{display:none}.PopupItem.OTPPopup .form-body .left>.register-form>.secretkey-container .copy-btn.copied .check-icon{color:var(--app-primary);justify-content:center;align-items:center;font-size:24px;font-weight:700;animation:.6s cubic-bezier(.68,-.55,.265,1.55) checkBounce;display:flex;position:absolute;inset:0}@keyframes cryptoCopySuccess{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes checkBounce{0%{transform:scale(0)rotate(-45deg)}60%{transform:scale(1.2)rotate(0)}to{transform:scale(1)rotate(0)}}.PopupItem.OTPPopup .form-body .left>.register-form .download-links{flex-direction:column;align-items:center;display:flex}.PopupItem.OTPPopup .form-body .left>.register-form .download-links>.download-link{color:var(--app-primary);font-size:14px}.PopupItem.OTPPopup .form-body .left>.register-form .download-links>.download-link:hover{text-decoration:underline}.PopupItem.OTPPopup .form-body .right{background:var(--app-neutral-10);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;padding:32px;display:flex}.PopupItem.OTPPopup .form-body .right>.close-wrapper{height:fit-content;position:absolute;top:20px;right:20px}.PopupItem.OTPPopup .form-body .right>.close-wrapper .close-img{z-index:1;cursor:pointer;width:28px;height:28px;filter:var(--app-filter-photo)}.PopupItem.OTPPopup .form-body .right>.pin-input-group{border:none;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.PopupItem.OTPPopup .form-body .right>.pin-input-group:focus-within{transform:translateY(-2px)}.PopupItem.OTPPopup .form-body .right>.pin-input-group .pin-input{opacity:0;color:#0000;caret-color:#0000;text-align:center;letter-spacing:12px;z-index:2;border:none;outline:none;width:100%;height:70px;font-size:28px;position:absolute;top:0;left:0}.PopupItem.OTPPopup .form-body .right>.pin-input-group .pin-input::placeholder{color:#0000}.PopupItem.OTPPopup .form-body .right>.pin-input-group .pin-dots{justify-content:center;align-items:center;gap:12px;height:70px;display:flex}.PopupItem.OTPPopup .form-body .right>.pin-input-group .pin-dots .pin-dot{background:var(--app-surface-2);border:1px solid var(--app-border-secondary);color:var(--app-text-primary);justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;font-weight:600;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);display:flex}.PopupItem.OTPPopup .form-body .right>.pin-input-group .pin-dots .pin-dot .pin-dot-inner{background:var(--app-primary);opacity:0;border-radius:50%;width:14px;height:14px;transition:opacity .15s ease-out,transform .15s ease-out;transform:scale(.6)}.PopupItem.OTPPopup .form-body .right>.pin-input-group .pin-dots .pin-dot.filled{border-color:var(--app-primary);box-shadow:0 0 0 1px color-mix(in srgb, var(--app-primary) 35%, transparent);animation:.6s cubic-bezier(.68,-.55,.265,1.55) pinFill}@keyframes pinFill{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.PopupItem.OTPPopup .form-body .right>.input-group>input{background-color:var(--app-surface-0);border:1px solid var(--app-border-secondary);width:100%;height:50px;color:var(--app-text-primary);text-align:start;outline:none;padding-left:20px;padding-right:20px;font-size:14px;font-weight:400}.PopupItem.OTPPopup .form-body .right>.input-group>input::placeholder{color:var(--app-text-secondary);font-weight:400}.PopupItem.OTPPopup .form-body .right>.input-group>input:focus{background-color:var(--app-surface-2);border-color:var(--app-primary)}.PopupItem.OTPPopup .form-body .right>.footer-buttons{gap:12px;width:100%;display:flex}.PopupItem.OTPPopup .form-body .right>.footer-buttons .cancel-btn,.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn{cursor:pointer;letter-spacing:.3px;border:none;flex:1;justify-content:center;align-items:center;gap:10px;height:50px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PopupItem.OTPPopup .form-body .right>.footer-buttons .cancel-btn:disabled,.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none!important}.PopupItem.OTPPopup .form-body .right>.footer-buttons .cancel-btn:disabled:before,.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn:disabled:before{display:none}.PopupItem.OTPPopup .form-body .right>.footer-buttons .cancel-btn:before,.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn:before{content:"";background:linear-gradient(45deg, transparent 30%, color-mix(in srgb, var(--app-white) 10%, transparent) 50%, transparent 70%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.PopupItem.OTPPopup .form-body .right>.footer-buttons .cancel-btn{background:var(--app-primary-light);color:var(--app-text-primary)}.PopupItem.OTPPopup .form-body .right>.footer-buttons .cancel-btn:hover:not(:disabled){background:var(--app-primary-20);color:var(--app-text-primary)}.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn{background:var(--app-primary);color:var(--app-text-button)}.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn:hover:not(:disabled){transform:translateY(-2px)}.PopupItem.OTPPopup .form-body .right>.footer-buttons .confirm-btn .spinner.small{width:18px;height:18px;animation:1.2s linear infinite cryptoSpin}@media screen and (max-width:768px){.PopupItem.OTPPopup{width:95vw;max-height:95vh}.PopupItem.OTPPopup .form-header{padding:24px 20px 20px}.PopupItem.OTPPopup .form-header .otp-popup-title{font-size:20px}.PopupItem.OTPPopup .form-body{padding:20px}.PopupItem.OTPPopup .form-body .register-section .section-header{flex-direction:column;align-items:stretch;gap:16px}.PopupItem.OTPPopup .form-footer{padding:20px 20px 24px}.PopupItem.OTPPopup .form-footer .footer-buttons{gap:10px}.PopupItem.OTPPopup .form-footer .footer-buttons .cancel-btn,.PopupItem.OTPPopup .form-footer .footer-buttons .confirm-btn,.PopupItem.OTPPopup .form-footer .footer-buttons .submit-btn{height:48px;font-size:15px}}@media screen and (max-width:480px){.PopupItem.OTPPopup .form-body{padding:16px}.PopupItem.OTPPopup .form-body .wallet-list-section .wallet-list .wallet-item{flex-direction:column;align-items:flex-start;gap:12px;padding:14px}.PopupItem.OTPPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions{align-self:flex-end}.PopupItem.OTPPopup .form-footer .footer-buttons .cancel-btn,.PopupItem.OTPPopup .form-footer .footer-buttons .confirm-btn,.PopupItem.OTPPopup .form-footer .footer-buttons .submit-btn{height:44px;font-size:14px}}@media screen and (max-height:700px){.PopupItem.OTPPopup .form-body{max-height:380px}}
.Popup.PopupScreen .PopupItem.brand-game-betting-history-container,.PopupItem.brand-game-betting-history-container{--brand-history-accent:var(--popup-crypto-primary,var(--app-primary));--brand-history-cyan:var(--app-secondary);--brand-history-surface:var(--popup-surface,var(--app-surface-0));--brand-history-surface-raised:var(--app-surface-1);--brand-history-surface-soft:var(--app-surface-2);--brand-history-surface-strong:var(--app-surface-3);--brand-history-border:var(--app-white-alpha-12);--brand-history-border-soft:var(--app-white-alpha-08);--brand-history-text:var(--popup-text,var(--app-text-primary));--brand-history-muted:var(--app-text-muted);--brand-history-success:var(--app-success);--brand-history-error:var(--app-danger);--brand-history-warning:var(--app-warning);--brand-history-neutral:var(--app-neutral-70);width:min(820px,100vw - 32px);max-height:min(760px,90vh);box-shadow:0 28px 80px var(--app-black-alpha-60),0 0 0 1px color-mix(in srgb, var(--app-primary) 16%, transparent),0 0 34px color-mix(in srgb, var(--app-secondary) 10%, transparent);color:var(--brand-history-text);font-family:var(--popup-font-family,inherit);flex-direction:column;display:flex;position:relative;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%);border:1px solid var(--brand-history-border)!important;background:linear-gradient(180deg, color-mix(in srgb, var(--app-surface-2) 98%, transparent) 0%, color-mix(in srgb, var(--app-surface-0) 98%, transparent) 44%, color-mix(in srgb, var(--app-black) 72%, var(--app-surface-0)) 100%),var(--brand-history-surface)!important;border-radius:0!important}.Popup.PopupScreen .PopupItem.brand-game-betting-history-container *,.Popup.PopupScreen .PopupItem.brand-game-betting-history-container :before,.Popup.PopupScreen .PopupItem.brand-game-betting-history-container :after,.PopupItem.brand-game-betting-history-container *,.PopupItem.brand-game-betting-history-container :before,.PopupItem.brand-game-betting-history-container :after{box-sizing:border-box;font-family:inherit}.Popup.PopupScreen .PopupItem.brand-game-betting-history-container .close-wrapper,.PopupItem.brand-game-betting-history-container .close-wrapper{position:absolute;top:18px;right:18px}.brand-game-betting-history-header{background:var(--app-white-alpha-04);border-bottom:1px solid var(--brand-history-border-soft);justify-content:space-between;align-items:center;gap:10px;min-height:58px;padding:10px 56px 10px 16px;display:flex;position:relative}.brand-game-betting-history-title{align-items:center;gap:10px;min-width:0;display:flex}.brand-game-betting-history-title>span{border:1px solid var(--app-white-alpha-16);background:var(--app-white-alpha-08);border-radius:0;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.brand-game-betting-history-title img{width:18px;height:18px;filter:var(--app-filter-white)}.brand-game-betting-history-title-copy{gap:3px;min-width:0;display:grid}.brand-game-betting-history-title-copy>p,.brand-game-betting-history-title-copy>small{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.brand-game-betting-history-title-copy>p{color:var(--app-white);letter-spacing:0;text-shadow:0 0 18px color-mix(in srgb, var(--app-primary) 42%, transparent);font-size:17px;font-weight:850;line-height:1.12}.brand-game-betting-history-title-copy>small{color:var(--brand-history-muted);letter-spacing:0;font-size:11px;font-weight:700;line-height:1.2}.brand-game-betting-history-content{background:linear-gradient(180deg, var(--app-white-alpha-04), transparent 28%),var(--brand-history-surface);flex:auto;grid-template-columns:1fr;gap:14px;min-height:0;padding:14px;display:grid;overflow-y:auto}.brand-game-betting-history-content::-webkit-scrollbar{width:8px}.brand-game-betting-history-content::-webkit-scrollbar-track{background:var(--app-white-alpha-04)}.brand-game-betting-history-content::-webkit-scrollbar-thumb{border:2px solid var(--brand-history-surface);background:linear-gradient(180deg, var(--brand-history-accent), var(--brand-history-cyan));border-radius:0}.brand-game-betting-history-data-list{grid-template-columns:1fr;gap:10px;display:grid}.brand-game-betting-history-item{--history-state:var(--brand-history-success);--history-state-bg:color-mix(in srgb, var(--brand-history-success) 13%, transparent);--history-state-border:color-mix(in srgb, var(--brand-history-success) 32%, transparent);border:1px solid var(--brand-history-border-soft);border-left:3px solid var(--history-state);background:linear-gradient(180deg, var(--app-white-alpha-06), var(--app-white-alpha-04)),var(--brand-history-surface-raised);box-shadow:0 14px 28px var(--app-black-alpha-25),inset 0 1px 0 var(--app-white-alpha-06);border-radius:0;grid-template-columns:1fr;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;position:relative;overflow:hidden}.brand-game-betting-history-item.status-lose{--history-state:var(--brand-history-error);--history-state-bg:color-mix(in srgb, var(--brand-history-error) 13%, transparent);--history-state-border:color-mix(in srgb, var(--brand-history-error) 32%, transparent)}.brand-game-betting-history-item.status-draw{--history-state:var(--brand-history-warning);--history-state-bg:color-mix(in srgb, var(--brand-history-warning) 13%, transparent);--history-state-border:color-mix(in srgb, var(--brand-history-warning) 32%, transparent)}.brand-game-betting-history-item.status-void,.brand-game-betting-history-item.status-unknown{--history-state:var(--brand-history-neutral);--history-state-bg:color-mix(in srgb, var(--brand-history-neutral) 13%, transparent);--history-state-border:color-mix(in srgb, var(--brand-history-neutral) 28%, transparent)}.brand-game-betting-history-item:hover:not(.skeleton){border-color:var(--app-white-alpha-20);box-shadow:0 16px 32px var(--app-black-alpha-30),0 0 22px color-mix(in srgb, var(--app-primary) 8%, transparent),inset 0 1px 0 var(--app-white-alpha-06);transform:translateY(-1px)}.brand-game-betting-history-item-header{border-bottom:1px solid var(--brand-history-border-soft);background:linear-gradient(90deg, var(--app-white-alpha-06), var(--app-white-alpha-04)),var(--app-white-alpha-04);justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:9px 14px;display:flex}.brand-game-betting-history-round{gap:3px;min-width:0;display:inline-grid}.brand-game-betting-history-round>span{color:var(--brand-history-muted);letter-spacing:0;text-transform:uppercase;font-size:10px;font-weight:800;line-height:1}.brand-game-betting-history-round>strong{min-width:0;color:var(--app-white);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:900;line-height:1.2;overflow:hidden}.brand-game-betting-history-header-meta{flex:none;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:inline-flex}.brand-game-betting-history-header-meta>div,.brand-game-betting-history-header-meta>span{border:1px solid var(--brand-history-border-soft);background:var(--app-white-alpha-04);min-width:0;min-height:24px;color:var(--app-neutral-80);align-items:center;gap:6px;padding:0 8px;display:inline-flex}.brand-game-betting-history-header-meta img{opacity:.86;width:13px;height:13px;filter:var(--app-filter-white);flex:none}.brand-game-betting-history-header-meta p{min-width:0;color:inherit;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11px;font-weight:750;line-height:1.2;overflow:hidden}.brand-game-betting-history-item-body{grid-template-columns:minmax(94px,.52fr) repeat(2,minmax(0,1fr));align-items:stretch;gap:8px;padding:8px 10px;display:grid}.brand-game-betting-history-amount-grid{min-width:0;display:contents}.brand-game-betting-history-item-body>.status{border:1px solid var(--history-state-border);background:var(--history-state-bg);min-width:0;min-height:40px;color:var(--history-state);letter-spacing:0;text-align:center;white-space:nowrap;justify-content:center;align-items:center;margin:0;padding:0 10px;font-size:11px;font-weight:900;line-height:1;display:inline-flex}.brand-game-betting-history-amount-card{border:1px solid var(--brand-history-border-soft);background:linear-gradient(180deg, var(--app-white-alpha-06), var(--app-white-alpha-04)),var(--brand-history-surface-soft);border-radius:0;justify-content:space-between;align-items:center;gap:10px;min-width:0;min-height:40px;padding:0 10px;display:flex}.brand-game-betting-history-amount-card>p,.brand-game-betting-history-amount-card>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.brand-game-betting-history-amount-card>p{color:var(--brand-history-muted);letter-spacing:0;flex:0 auto;font-size:12px;font-weight:800;line-height:1.2}.brand-game-betting-history-amount-card>span{color:var(--app-white);letter-spacing:0;flex:none;font-size:14px;font-weight:900;line-height:1.12}.brand-game-betting-history-amount-card.result{border-color:var(--history-state-border);background:linear-gradient(180deg, var(--app-white-alpha-06), var(--app-white-alpha-04)),var(--history-state-bg)}.brand-game-betting-history-amount-card.result>span{color:var(--history-state)}.brand-game-betting-history-item.skeleton{pointer-events:none;border-left-color:var(--app-white-alpha-12)}.brand-game-betting-history-item.skeleton .brand-game-betting-history-item-body{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-game-betting-history-item.skeleton .brand-game-betting-history-header-meta{align-content:start}.skeleton-line,.skeleton-chip,.skeleton-panel{background:linear-gradient(90deg, var(--app-white-alpha-08), var(--app-white-alpha-20), var(--app-white-alpha-08));border-radius:0;animation:1s ease-in-out infinite alternate brand-game-history-skeleton;display:block;overflow:hidden}.skeleton-line{width:104px;height:13px}.skeleton-line.skeleton-round{width:150px}.skeleton-chip,.skeleton-panel{min-height:40px}.empty-games-message{border:1px solid var(--brand-history-border-soft);background:linear-gradient(180deg, var(--app-white-alpha-06), var(--app-white-alpha-04)),var(--brand-history-surface-raised);min-height:260px;color:var(--brand-history-muted);letter-spacing:0;text-align:center;border-radius:0;place-items:center;padding:28px;font-size:14px;font-weight:750;line-height:1.35;display:grid}@keyframes brand-game-history-skeleton{0%{opacity:.42}to{opacity:1}}@media (max-width:720px){.Popup.PopupScreen .PopupItem.brand-game-betting-history-container,.PopupItem.brand-game-betting-history-container{width:calc(100vw - 20px);max-height:90vh}.Popup.PopupScreen .PopupItem.brand-game-betting-history-container .close-wrapper,.PopupItem.brand-game-betting-history-container .close-wrapper{top:18px;right:18px}.brand-game-betting-history-header{min-height:56px;padding:10px 52px 10px 14px}.brand-game-betting-history-title{gap:10px}.brand-game-betting-history-title>span{width:36px;height:36px}.brand-game-betting-history-title-copy>p{font-size:16px}.brand-game-betting-history-title-copy>small{font-size:11px}.brand-game-betting-history-item-body,.brand-game-betting-history-item.skeleton .brand-game-betting-history-item-body{grid-template-columns:1fr;padding:10px}.brand-game-betting-history-header-meta,.brand-game-betting-history-amount-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}}@media (max-width:480px){.brand-game-betting-history-content{padding:10px}.brand-game-betting-history-item-header{flex-direction:column;align-items:flex-start}.brand-game-betting-history-header-meta,.brand-game-betting-history-amount-grid{grid-template-columns:1fr;width:100%;display:grid}.brand-game-betting-history-amount-card,.skeleton-chip,.skeleton-panel{min-height:40px}}
.PopupItem.AttachBetHistoryPopup{background:var(--app-neutral-30);border-radius:12px;flex-direction:column;width:841px;max-width:90vw;max-height:90vh;display:flex;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%)}.PopupItem.AttachBetHistoryPopup .popup-header{border-bottom:1px solid color-mix(in srgb, var(--app-white) 6%, transparent);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.PopupItem.AttachBetHistoryPopup .popup-header .popup-header-title{align-items:center;gap:10px;display:flex}.PopupItem.AttachBetHistoryPopup .popup-header .popup-header-title .header-icon{width:22px;height:22px}.PopupItem.AttachBetHistoryPopup .popup-header .popup-header-title>h4{color:var(--app-white);margin:0;font-size:18px;font-weight:600}.PopupItem.AttachBetHistoryPopup .popup-header>.close-wrapper .close-img{z-index:1;cursor:pointer;width:28px;height:28px}.PopupItem.AttachBetHistoryPopup .popup-content{color:var(--app-white);flex-direction:column;flex:1;display:flex;overflow-y:auto}.PopupItem.AttachBetHistoryPopup .popup-content::-webkit-scrollbar{width:5px}.PopupItem.AttachBetHistoryPopup .popup-content::-webkit-scrollbar-track{background:var(--app-neutral-30);border-radius:3px}.PopupItem.AttachBetHistoryPopup .popup-content::-webkit-scrollbar-thumb{background:var(--app-primary-60);border-radius:3px}.PopupItem.AttachBetHistoryPopup .seperator-attachement{border-bottom:1px solid color-mix(in srgb, var(--app-white) 6%, transparent);margin:20px 0}.PopupItem.AttachBetHistoryPopup .SportBettingHistory{max-height:25vh;color:var(--app-white);padding:8px;font-size:12px;overflow-y:scroll}@media screen and (min-width:1500px){.PopupItem.AttachBetHistoryPopup .SportBettingHistory{max-height:30vh}}@media screen and (min-width:1900px){.PopupItem.AttachBetHistoryPopup .SportBettingHistory{max-height:40vh}}@media screen and (min-width:2500px){.PopupItem.AttachBetHistoryPopup .SportBettingHistory{max-height:50vh}}.PopupItem.AttachBetHistoryPopup .SportBettingHistory::-webkit-scrollbar{border-radius:3px!important;width:5px!important}.PopupItem.AttachBetHistoryPopup .SportBettingHistory::-webkit-scrollbar-track{border-radius:3px!important}.PopupItem.AttachBetHistoryPopup .SportBettingHistory::-webkit-scrollbar-thumb{background:var(--app-primary-60);border-radius:3px}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper{flex-direction:column;gap:10px;padding:6px;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group{background:var(--app-neutral-230);box-shadow:0 2px 8px color-mix(in srgb, var(--app-black) 15%, transparent);border-radius:0;gap:12px}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-header{color:var(--app-white);background:var(--app-surface-1);border-radius:0;justify-content:space-between;align-items:center;padding:15px;display:none}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-header.active{display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-header .league-detail{justify-content:flex-start;align-items:center;gap:3px;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-header .league-detail .country{border-radius:5px;width:30px;height:20px;margin-right:10px}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-header .league-detail .sport{width:20px;height:20px;margin-right:6px}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-header .league-detail .league{text-transform:uppercase;color:color-mix(in srgb, var(--app-white) 70%, transparent);font-size:12px}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-header .header-sub-details{align-items:center;gap:12px;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-header .header-sub-details .date{color:color-mix(in srgb, var(--app-white) 50%, transparent);font-size:10px;font-weight:400}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail{color:var(--app-neutral-90);background:var(--app-surface-1);flex-direction:row;height:100%;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data{text-align:center;align-items:center;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data>div{width:65px;font-size:13px;font-weight:600}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.won{background-color:var(--app-primary-50)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.won>.status{color:var(--app-neutral-100)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.void{background:color-mix(in srgb, var(--app-white) 8%, transparent)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.lose{background:var(--app-surface-1)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .bet-status-data.lose>.status{color:var(--app-neutral-100)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .market-label{display:none}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper{justify-content:center;align-items:center;width:85%;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-score-separator{justify-content:center;gap:6px;padding:0 15px;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .score-separator{color:var(--app-primary);justify-content:center;align-items:center;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box{gap:10px;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box.home{background:linear-gradient(90deg, var(--app-neutral-30) 0%, var(--app-neutral-20) 80%),linear-gradient(90deg, color-mix(in srgb, var(--app-secondary) 5%, transparent) 0%, color-mix(in srgb, var(--app-surface-1) 5%, transparent) 80%);gap:10px;height:100%}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box.home.active{background:linear-gradient(90deg, var(--app-transparent) 0%, var(--app-neutral-20) 80%),linear-gradient(90deg, var(--app-primary-50) 0%, color-mix(in srgb, var(--app-surface-1) 50%, transparent) 80%)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box.home.active .team-name{color:var(--app-white);text-shadow:0 0 3px color-mix(in srgb, var(--app-white) 33.33%, transparent),0 0 10px var(--app-primary)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box.away{background:linear-gradient(-90deg, var(--app-neutral-30) 0%, var(--app-neutral-20) 80%),linear-gradient(-90deg, color-mix(in srgb, var(--app-secondary) 5%, transparent) 0%, color-mix(in srgb, var(--app-surface-1) 5%, transparent) 80%);height:100%}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box.away.active{background:linear-gradient(-90deg, var(--app-transparent) 0%, var(--app-neutral-20) 80%),linear-gradient(-90deg, var(--app-primary-50) 0%, var(--app-neutral-20) 80%)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box.away.active .team-name{color:var(--app-white);text-shadow:0 0 3px color-mix(in srgb, var(--app-white) 33.33%, transparent),0 0 10px var(--app-primary-50)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box.team-box.home,.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box.team-box.away{justify-content:center;align-items:center;width:100%;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box .team-name{white-space:nowrap;width:100%;color:var(--app-text-primary);justify-content:flex-start;align-items:center;font-size:11px}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box .team-name.team-name.home{text-align:end}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box .team-name.team-name.away{text-align:start}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-detail .team-box-wrapper .team-box .team-logo-box img{-o-object-fit:scale-down;object-fit:scale-down;-o-object-position:center;object-position:center;background-color:var(--app-surface-1);border-radius:40px;width:40px;height:40px;padding:5px}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .buttons-market-item-wrapper{justify-content:center;gap:1px;width:100%;display:flex;overflow-x:auto}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .buttons-market-item-wrapper::-webkit-scrollbar{display:none}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .buttons-market-item-wrapper .reference-point{min-width:0;color:color-mix(in srgb, var(--app-white) 60%, transparent);background:var(--app-surface-1);flex:1 1 0;justify-content:center;align-items:center;height:100%;padding:0 10px;font-size:12px;font-weight:600;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .buttons-market-item-wrapper .market-item{background:var(--app-surface-1);cursor:pointer;min-width:0;height:49px;color:var(--app-neutral-100);flex-direction:row;flex:1 1 0;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;transition:all .15s;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .buttons-market-item-wrapper .market-item .label{color:var(--app-neutral-100);text-align:center;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;transition:all .15s;overflow:hidden}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .buttons-market-item-wrapper .market-item .value{color:color-mix(in srgb, var(--app-white) 80%, transparent);white-space:nowrap;font-size:12px;font-weight:600;transition:all .15s}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .buttons-market-item-wrapper .market-item.active{background:var(--app-primary);transition:all .15s}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .buttons-market-item-wrapper .market-item.active>.label{color:var(--app-neutral-100);font-weight:600}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .buttons-market-item-wrapper .market-item.active>.value{color:var(--app-neutral-100);font-weight:700}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bonus-item-box{background:var(--app-surface-1);color:color-mix(in srgb, var(--app-white) 70%, transparent);justify-content:center;align-items:center;gap:10px;padding:10px 14px;font-size:12px;font-weight:600;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bonus-item-box .name{color:var(--app-primary-50);font-size:12px;font-weight:600}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bonus-item-box .odds{color:var(--app-neutral-100);align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bonus-item-box .odds .icon{width:14px;height:14px}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bonus-item-box.deactivated{background:var(--app-neutral-225)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bonus-item-box.deactivated .name,.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bonus-item-box.deactivated .odds,.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bonus-item-box.deactivated .odds .value{color:color-mix(in srgb, var(--app-white) 30%, transparent)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer{background:var(--app-neutral-225)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer.won .bet-summary .status .value,.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer.active .bet-summary .status .value{color:var(--app-primary-60)!important}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer.canceled .bet-summary,.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer.void .bet-summary{border-top:2px solid var(--app-neutral-70)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer.canceled .bet-summary .status .value,.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer.void .bet-summary .status .value{color:var(--app-neutral-70)!important}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer.canceled .bet-summary .won-amount .value,.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer.canceled .bet-summary .bet-amount .value,.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer.void .bet-summary .won-amount .value,.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer.void .bet-summary .bet-amount .value{color:color-mix(in srgb, var(--app-white) 40%, transparent)!important}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content{border-radius:0}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary{background:var(--app-surface-1);border-radius:0;align-items:center;height:65px;padding:0 15px;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .summary-wrapper{justify-content:start;align-items:center;gap:28px;width:100%;height:100%;display:flex;overflow-x:auto}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .summary-wrapper::-webkit-scrollbar{display:none}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .summary-wrapper .value{color:var(--app-white);margin-left:8px;font-size:12px;font-weight:600}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .summary-wrapper .bet-at .value{color:var(--app-primary);font-size:12px;font-weight:500}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .summary-wrapper .won-amount{color:#fff;white-space:nowrap;font-size:11px;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .summary-wrapper .won-amount .value{color:var(--app-primary)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .summary-wrapper .finalOdds{color:#fff;white-space:nowrap;font-size:11px;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .summary-wrapper .finalOdds .value{color:var(--app-primary)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .summary-wrapper .status{color:#fff;white-space:nowrap;font-size:11px;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .summary-wrapper .status .value{color:var(--app-primary)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .summary-wrapper .bet-amount{color:#fff;white-space:nowrap;font-size:11px;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .summary-wrapper .bet-amount .value{color:var(--app-primary)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .button-grp{border-radius:0;flex-shrink:0;justify-content:center;align-items:center;gap:6px;width:40%;height:65%;margin-right:10px;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .button-grp>div img{opacity:.7;width:16px;height:16px}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .button-grp>div:active{background:var(--app-neutral-240);transform:scale(.97)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .button-grp .cancel-bet{background:var(--app-surface-1);justify-content:center;align-items:center;height:100%;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .button-grp .cancel-bet img{filter:var(--app-filter-primary-hover);opacity:1}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .button-grp .cancel-bet:active{background:color-mix(in srgb, var(--app-danger) 20%, transparent)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .button-grp .btn-attach{background:var(--app-surface-1);justify-content:center;align-items:center;height:100%;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .button-grp .btn-attach img{filter:var(--app-filter-white)}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .button-grp .delete-icon{background:var(--app-surface-1);border-radius:0;justify-content:center;align-items:center;width:100px;height:100%;display:flex}.PopupItem.AttachBetHistoryPopup .SportBettingHistory .betting-group-wrapper .bet-group .bet-footer .footer-content .bet-summary .button-grp .delete-icon img{filter:var(--app-filter-white)}.PopupItem.AttachBetHistoryPopup .MinigameBettingHistory{max-height:25vh;padding:10px;font-size:12px;overflow-y:scroll}@media screen and (min-width:1500px){.PopupItem.AttachBetHistoryPopup .MinigameBettingHistory{max-height:30vh}}@media screen and (min-width:1900px){.PopupItem.AttachBetHistoryPopup .MinigameBettingHistory{max-height:40vh}}@media screen and (min-width:2500px){.PopupItem.AttachBetHistoryPopup .MinigameBettingHistory{max-height:50vh}}.PopupItem.AttachBetHistoryPopup .MinigameBettingHistory::-webkit-scrollbar{border-radius:3px!important;width:5px!important}.PopupItem.AttachBetHistoryPopup .MinigameBettingHistory::-webkit-scrollbar-track{border-radius:3px!important}.PopupItem.AttachBetHistoryPopup .MinigameBettingHistory::-webkit-scrollbar-thumb{background:var(--app-primary-60);border-radius:3px}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory{min-height:0;max-height:25vh;color:var(--app-white);flex:none;padding:0 8px;font-size:12px;overflow:hidden auto}@media screen and (min-width:1500px){.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory{max-height:30vh}}@media screen and (min-width:1900px){.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory{max-height:40vh}}@media screen and (min-width:2500px){.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory{max-height:50vh}}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory::-webkit-scrollbar{width:4px;height:4px}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory::-webkit-scrollbar-track{background:0 0}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--app-white) 16%, transparent);border-radius:4px}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .betting-group-wrapper{flex-direction:column;gap:12px;padding:0 0 10px;display:flex}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-group{background:var(--app-neutral-225);width:100%;box-shadow:none;border-radius:0;overflow:hidden}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-box{border-top:1px solid color-mix(in srgb, var(--app-white) 6%, transparent)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-box:first-child{border-top:0}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header{background:var(--app-surface-1);height:32px;min-height:32px;color:var(--app-neutral-100);grid-template-columns:64px 34px minmax(72px,.75fr) minmax(112px,1fr) minmax(76px,.75fr) minmax(180px,1.7fr);gap:1px;margin:0;padding:0;display:none}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header.active{display:grid}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .sport,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .game-icon-img,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .game-name,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .header-sub-details,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .market-label,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .buttons-market-item-wrapper,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .buttons-market-item-wrapper .market-item{height:32px;min-height:32px}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data{background:var(--app-surface-1);justify-content:center;align-items:center;width:auto;padding:0 8px;font-size:12px;font-weight:700;display:flex}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data.lose{background:var(--app-surface-1)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data.lose>.status{color:var(--app-text-primary)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data.pending,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data.checking{background:var(--app-neutral-70)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data.pending>.status,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data.checking>.status{color:var(--app-neutral-90)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data.won,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data.win{background:var(--app-primary-60)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data.won>.status,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data.win>.status{color:var(--app-neutral-100)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .bet-status-data.void{background:color-mix(in srgb, var(--app-white) 8%, transparent)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .sport,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .game-icon-img{-o-object-fit:scale-down;object-fit:scale-down;background:var(--app-surface-1);width:34px;padding:4px}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .game-name,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .header-sub-details,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .market-label{text-overflow:ellipsis;white-space:nowrap;background:var(--app-surface-1);width:auto;min-width:0;color:var(--app-neutral-100);align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:flex;overflow:hidden}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .game-name,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .market-label{justify-content:center}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .game-name,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .header-sub-details{background:var(--app-neutral-30)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .header-sub-details{color:color-mix(in srgb, var(--app-white) 72%, transparent);justify-content:space-between;gap:8px}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .header-sub-details .date,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .header-sub-details .round{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .market-label{background:var(--app-surface-1)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .buttons-market-item-wrapper{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:1px;width:100%;display:grid;overflow:hidden}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .buttons-market-item-wrapper::-webkit-scrollbar{display:none}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .buttons-market-item-wrapper .market-item{background:var(--app-surface-1);min-width:0;color:var(--app-neutral-100);cursor:pointer;justify-content:space-between;align-items:center;gap:10px;padding:0 12px;transition:all .15s;display:flex}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .buttons-market-item-wrapper .market-item .label{min-width:0;color:var(--app-neutral-100);text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .buttons-market-item-wrapper .market-item .value{color:color-mix(in srgb, var(--app-white) 80%, transparent);white-space:nowrap;font-size:14px;font-weight:800}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .buttons-market-item-wrapper .market-item.active{background:var(--app-primary)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .buttons-market-item-wrapper .market-item.active>.label,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-header .buttons-market-item-wrapper .market-item.active>.value{color:var(--app-neutral-100)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-detail{height:0;min-height:0;margin:0;padding:0;overflow:hidden}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer{background:var(--app-neutral-225);border-radius:0;overflow:hidden}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer.canceled .bet-summary,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer.void .bet-summary{border-top:2px solid var(--app-neutral-70)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer.canceled .bet-summary .status .value,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer.void .bet-summary .status .value{color:var(--app-neutral-70)!important}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer.canceled .bet-summary .won-amount .value,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer.canceled .bet-summary .bet-amount .value,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer.void .bet-summary .won-amount .value,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer.void .bet-summary .bet-amount .value{color:color-mix(in srgb, var(--app-white) 40%, transparent)!important}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer.pending .bet-summary,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer.checking .bet-summary{border-top:2px solid var(--app-primary)}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer.pending .bet-summary .status .value,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer.checking .bet-summary .status .value{color:var(--app-primary)!important}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content{padding:0}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .bet-summary{background:var(--app-surface-1);border-radius:0;grid-template-columns:minmax(0,1fr) auto;height:auto;min-height:74px;display:grid}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .summary-wrapper{grid-template-columns:repeat(7,minmax(0,1fr));align-items:center;gap:10px;height:74px;padding:12px 14px;display:grid}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .summary-wrapper>div{min-width:0;color:color-mix(in srgb, var(--app-white) 68%, transparent);white-space:nowrap;flex-direction:column;gap:3px;font-size:12px;line-height:1.2;display:flex}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .summary-wrapper .value{color:var(--app-primary-60);text-overflow:ellipsis;white-space:nowrap;margin-left:0;font-size:14px;font-weight:800;overflow:hidden}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .button-grp{justify-content:flex-end;align-items:center;gap:6px;width:180px;height:auto;margin:0;padding:10px;display:flex}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .button-grp:empty{display:none}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .button-grp .btn-attach:not(.delete-icon){flex:0 0 127px;width:127px;min-width:127px;max-width:127px}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .button-grp .btn,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .button-grp .btn-attach,.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .button-grp .delete-icon{background:var(--app-surface-1);justify-content:center;align-items:center;height:28px;min-height:28px;display:flex}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .button-grp .btn-attach{color:var(--app-text-button);gap:8px}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .button-grp .attach-icon{flex:none;width:8px;height:13px}.PopupItem.AttachBetHistoryPopup .NewMinigameBettingHistory .bet-footer .footer-content .button-grp .delete-icon{flex:0 0 42px;width:42px}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2{color:var(--app-white);border-radius:12px;flex-direction:column;gap:15px;padding:20px 30px 30px;display:flex;position:relative}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .draft-loading-overlay{background:color-mix(in srgb, var(--app-black) 70%, transparent);z-index:100;border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .draft-loading-overlay span{color:var(--app-white);font-size:16px;font-weight:600}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-drafts-section{justify-content:flex-end;display:flex}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-drafts-section .cscenter-save-draft-counts{width:156px;height:44px;color:var(--app-neutral-60);background:var(--app-neutral-20);cursor:pointer;border:none;justify-content:center;align-items:center;gap:7px;font-size:16px;font-weight:700;transition:all .3s;display:flex}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-drafts-section .cscenter-save-draft-counts span{color:var(--app-primary-60);margin-left:10px;font-weight:300}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-drafts-section .cscenter-save-draft-counts:hover{background:var(--app-neutral-30)}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-category{flex-direction:column;gap:10px;display:flex}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-category .cscenter-popup-category-text{letter-spacing:-2.5%;color:var(--app-neutral-60,var(--app-neutral-70));font-size:14px;font-weight:700}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-category .cscenter-popup-choices-container{flex-wrap:wrap;gap:4px;display:flex}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-category .cscenter-popup-choices-container .cscenter-popup-choices-item{color:var(--app-neutral-60,var(--app-neutral-80));letter-spacing:-2.5%;background:var(--app-neutral-20);cursor:pointer;text-transform:capitalize;border:none;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600;transition-duration:.3s}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-category .cscenter-popup-choices-container .cscenter-popup-choices-item:hover{background:var(--app-primary-60);color:#fff}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-category .cscenter-popup-choices-container .cscenter-popup-choices-item.active{border:1px solid var(--app-primary-60);color:var(--app-neutral-60,var(--app-neutral-80))}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-title{background:var(--app-neutral-20);align-items:center;gap:10px;display:flex}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-title .center-popup-title-label{letter-spacing:-2.5%;color:#fff;background:var(--app-neutral-30);min-width:60px;padding:16px;font-size:12px;font-weight:700}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-title .cscenter-popup-title-input{background:var(--app-neutral-20);letter-spacing:-2.5%;color:var(--app-white);border:none;outline:none;flex:1;padding:16px;font-size:12px;font-weight:600}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-title .cscenter-popup-title-input::placeholder{color:var(--app-neutral-240,var(--app-neutral-70))}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-textarea{background:var(--app-neutral-20);flex-direction:column;padding:0 4px 4px;display:flex}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-textarea .center-popup-textarea-label{text-align:center;letter-spacing:-2.5%;color:var(--app-neutral-60,var(--app-neutral-80));padding:12px 0;font-size:14px;font-weight:700}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-textarea .center-popup-textarea-input{background:var(--app-neutral-10);resize:none;height:150px;color:var(--app-white);border:none;outline:none;padding:16px;font-size:12px;font-weight:600}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-textarea .center-popup-textarea-input::placeholder{color:var(--app-neutral-240,var(--app-neutral-70))}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-textarea .center-popup-textarea-input::-webkit-scrollbar{border-radius:3px!important;width:5px!important}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-textarea .center-popup-textarea-input::-webkit-scrollbar-track{border-radius:3px!important}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-popup-textarea .center-popup-textarea-input::-webkit-scrollbar-thumb{background:var(--app-primary-60);border-radius:3px}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-buttons-wrapper{flex-direction:row-reverse;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-buttons-wrapper .cscenter-popup-submit-btn{background:var(--app-primary-60);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;width:50%;height:50px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-buttons-wrapper .cscenter-popup-submit-btn>img{filter:var(--app-filter-white)}.PopupItem.AttachBetHistoryPopup .cscenter-form.cscenter-form-v2 .cscenter-buttons-wrapper .cscenter-save-drafts{background:var(--app-neutral-20);height:50px;color:var(--app-neutral-60);cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;width:50%;font-size:16px;font-weight:600;transition:all .3s;display:flex}
.SportBettingHistoryAttachment{color:var(--app-white);font-size:12px;overflow:hidden auto}.SportBettingHistoryAttachment::-webkit-scrollbar{width:4px;height:4px}.SportBettingHistoryAttachment::-webkit-scrollbar-track{background:0 0}.SportBettingHistoryAttachment::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--app-white) 16%, transparent);border-radius:4px}.SportBettingHistoryAttachment .bet-container{margin:10px 0}.SportBettingHistoryAttachment .bet-detail-box{margin:10px 20px;overflow:hidden}.SportBettingHistoryAttachment .bet-group{box-shadow:none;overflow:hidden}.SportBettingHistoryAttachment .bet-box:first-child{border-top:0}.SportBettingHistoryAttachment .bet-header{color:var(--app-white);background:var(--app-surface-1);justify-content:space-between;align-items:center;padding:15px;display:none}.SportBettingHistoryAttachment .bet-header.active{display:flex}.SportBettingHistoryAttachment .bet-header .league-detail{justify-content:flex-start;align-items:center;gap:8px;min-width:0;display:flex}.SportBettingHistoryAttachment .bet-header .league-detail .sport{flex-shrink:0;width:18px;height:18px;margin-right:0}.SportBettingHistoryAttachment .bet-header .league-detail .country{border-radius:2px;flex-shrink:0;width:26px;height:18px;margin-right:4px}.SportBettingHistoryAttachment .bet-header .league-detail .league{text-overflow:ellipsis;white-space:nowrap;text-transform:none;min-width:0;color:color-mix(in srgb, var(--app-white) 70%, transparent);font-size:13px;overflow:hidden}.SportBettingHistoryAttachment .bet-header .header-sub-details{align-items:center;gap:12px;display:flex}.SportBettingHistoryAttachment .bet-header .date{color:color-mix(in srgb, var(--app-white) 50%, transparent);white-space:nowrap;font-size:12px;font-weight:400}.SportBettingHistoryAttachment .bet-detail{background:var(--app-neutral-10);height:32px;min-height:32px;color:var(--app-neutral-100);grid-template-columns:65px minmax(300px,1.3fr) minmax(120px,.55fr) minmax(320px,1.45fr);display:grid}.SportBettingHistoryAttachment .bet-detail .bet-status-data{text-align:center;background:var(--app-surface-1);align-items:stretch;min-width:65px;min-height:32px;display:flex}.SportBettingHistoryAttachment .bet-detail .bet-status-data>div{justify-content:center;align-items:center;width:100%;min-width:0;height:32px;padding:0 8px;font-size:12px;font-weight:600;line-height:1.15;display:flex}.SportBettingHistoryAttachment .bet-detail .bet-status-data.won{background-color:var(--app-primary-50)}.SportBettingHistoryAttachment .bet-detail .bet-status-data.won>.status{color:var(--app-neutral-100)}.SportBettingHistoryAttachment .bet-detail .bet-status-data.void{background:color-mix(in srgb, var(--app-white) 8%, transparent)}.SportBettingHistoryAttachment .bet-detail .bet-status-data.lose{background:var(--app-surface-1)}.SportBettingHistoryAttachment .bet-detail .bet-status-data.lose>.status{color:var(--app-neutral-100)}.SportBettingHistoryAttachment .bet-detail .team-box-wrapper{background:var(--app-surface-1);grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);align-items:center;width:100%;min-width:0;height:32px;min-height:32px;display:grid}.SportBettingHistoryAttachment .bet-detail .team-score-separator{height:32px;min-height:32px;color:var(--app-neutral-100);justify-content:center;align-items:center;gap:5px;padding:0;font-size:13px;font-weight:700;display:flex}.SportBettingHistoryAttachment .bet-detail .team-score-separator .score-separator{color:color-mix(in srgb, var(--app-white) 45%, transparent);font-size:11px}.SportBettingHistoryAttachment .bet-detail .team-box{background:var(--app-surface-1);align-items:center;gap:6px;width:100%;min-width:0;height:32px;min-height:32px;padding:0 10px;display:flex}.SportBettingHistoryAttachment .bet-detail .team-box.home{justify-content:flex-end}.SportBettingHistoryAttachment .bet-detail .team-box.home.active .team-name{color:var(--app-white);text-shadow:0 0 3px color-mix(in srgb, var(--app-white) 33.33%, transparent),0 0 10px var(--app-primary)}.SportBettingHistoryAttachment .bet-detail .team-box.away,.SportBettingHistoryAttachment .bet-detail .team-box.team-box.away{justify-content:flex-start}.SportBettingHistoryAttachment .bet-detail .team-box.away.active .team-name,.SportBettingHistoryAttachment .bet-detail .team-box.team-box.away.active .team-name{color:var(--app-white);text-shadow:0 0 3px color-mix(in srgb, var(--app-white) 33.33%, transparent),0 0 10px var(--app-primary-50)}.SportBettingHistoryAttachment .bet-detail .team-box .team-name{text-overflow:ellipsis;white-space:nowrap;width:100%;min-width:0;color:var(--app-neutral-100);font-size:12px;font-weight:700;overflow:hidden}.SportBettingHistoryAttachment .bet-detail .team-box .team-name.home{text-align:end}.SportBettingHistoryAttachment .bet-detail .team-box .team-name.away{text-align:start}.SportBettingHistoryAttachment .bet-detail .team-box .team-logo-box{flex:0 0 32px;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;display:flex}.SportBettingHistoryAttachment .bet-detail .team-box .team-logo-box img{-o-object-fit:scale-down;object-fit:scale-down;-o-object-position:center;object-position:center;background-color:var(--app-surface-1);border-radius:50px;width:32px;height:32px;padding:4px}.SportBettingHistoryAttachment .bet-detail .market-label{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:auto;min-width:0;max-width:100%;height:32px;min-height:32px;color:var(--app-neutral-100);background:var(--app-surface-1);justify-content:center;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:flex;position:relative;overflow:hidden}.SportBettingHistoryAttachment .bet-detail .buttons-market-item-wrapper{min-width:0;height:32px;min-height:32px}.SportBettingHistoryAttachment .buttons-market-item-wrapper{grid-auto-columns:minmax(96px,1fr);grid-auto-flow:column;gap:1px;width:100%;display:grid;overflow:hidden}.SportBettingHistoryAttachment .buttons-market-item-wrapper::-webkit-scrollbar{display:none}.SportBettingHistoryAttachment .buttons-market-item-wrapper .market-item,.SportBettingHistoryAttachment .buttons-market-item-wrapper .reference-point{background:var(--app-surface-1);height:32px;min-height:32px;padding:0 12px}.SportBettingHistoryAttachment .buttons-market-item-wrapper .reference-point{min-width:0;color:color-mix(in srgb, var(--app-white) 60%, transparent);justify-content:center;align-items:center;font-size:12px;font-weight:600;display:flex}.SportBettingHistoryAttachment .buttons-market-item-wrapper .market-item{cursor:pointer;min-width:0;color:var(--app-neutral-100);flex-direction:row;justify-content:space-between;align-items:center;gap:8px;transition:all .15s;display:flex}.SportBettingHistoryAttachment .buttons-market-item-wrapper .market-item .label{text-align:left;text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--app-neutral-100);font-size:12px;font-weight:700;transition:all .15s;overflow:hidden}.SportBettingHistoryAttachment .buttons-market-item-wrapper .market-item .value{color:color-mix(in srgb, var(--app-white) 80%, transparent);white-space:nowrap;font-size:14px;font-weight:800;transition:all .15s}.SportBettingHistoryAttachment .buttons-market-item-wrapper .market-item.active{background:var(--app-primary)}.SportBettingHistoryAttachment .buttons-market-item-wrapper .market-item.active>.label{color:var(--app-neutral-100);font-weight:600}.SportBettingHistoryAttachment .buttons-market-item-wrapper .market-item.active>.value{color:var(--app-neutral-100);font-weight:700}.SportBettingHistoryAttachment .bonus-item-box{background:var(--app-surface-1);color:color-mix(in srgb, var(--app-white) 70%, transparent);justify-content:center;align-items:center;gap:10px;padding:10px 14px;font-size:12px;font-weight:600;display:flex}.SportBettingHistoryAttachment .bonus-item-box .name{color:var(--app-primary-50);font-size:12px;font-weight:600}.SportBettingHistoryAttachment .bonus-item-box .odds{color:var(--app-neutral-100);align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.SportBettingHistoryAttachment .bonus-item-box .odds .icon{width:14px;height:14px}.SportBettingHistoryAttachment .bonus-item-box.deactivated{background:var(--app-neutral-10,var(--app-surface-1));border-top-color:color-mix(in srgb, var(--app-white) 4%, transparent)}.SportBettingHistoryAttachment .bonus-item-box.deactivated .name,.SportBettingHistoryAttachment .bonus-item-box.deactivated .odds,.SportBettingHistoryAttachment .bonus-item-box.deactivated .odds .value{color:color-mix(in srgb, var(--app-white) 30%, transparent)}.SportBettingHistoryAttachment .bet-footer{background:var(--app-neutral-10,var(--app-surface-1))}.SportBettingHistoryAttachment .bet-footer.won .bet-summary .status .value,.SportBettingHistoryAttachment .bet-footer.active .bet-summary .status .value{color:var(--app-primary-60)!important}.SportBettingHistoryAttachment .bet-footer.canceled .bet-summary .status .value,.SportBettingHistoryAttachment .bet-footer.void .bet-summary .status .value{color:var(--app-neutral-70)!important}.SportBettingHistoryAttachment .bet-footer.canceled .bet-summary .won-amount .value,.SportBettingHistoryAttachment .bet-footer.canceled .bet-summary .bet-amount .value,.SportBettingHistoryAttachment .bet-footer.void .bet-summary .won-amount .value,.SportBettingHistoryAttachment .bet-footer.void .bet-summary .bet-amount .value{color:color-mix(in srgb, var(--app-white) 40%, transparent)!important}.SportBettingHistoryAttachment .bet-footer .footer-content{border-radius:0}.SportBettingHistoryAttachment .bet-footer .footer-content .bet-summary{background:var(--app-surface-1);border-radius:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;height:auto;min-height:74px;display:grid}.SportBettingHistoryAttachment .bet-footer .footer-content .bet-summary .summary-wrapper{justify-content:start;align-items:center;gap:28px;width:100%;height:100%;padding-left:20px;display:flex}.SportBettingHistoryAttachment .bet-footer .footer-content .bet-summary .summary-wrapper>div{min-width:0;color:color-mix(in srgb, var(--app-white) 68%, transparent);flex-direction:column;gap:3px;font-size:12px;line-height:1.2;display:flex}.SportBettingHistoryAttachment .bet-footer .footer-content .bet-summary .summary-wrapper .value{color:var(--app-primary);font-size:12px;font-weight:500}.SportBettingHistoryAttachment .deleted-bet-notice{border:1px solid var(--app-neutral-30);min-height:45px;color:var(--app-primary-60);border-radius:4px;justify-content:center;align-items:center;margin-top:10px;display:flex}.SportBettingHistoryAttachment .empty-history-notice{color:var(--app-neutral-70);justify-content:center;align-items:center;padding:20px;display:flex}@media (max-width:1180px){.SportBettingHistoryAttachment{overflow:auto}.SportBettingHistoryAttachment .bet-group{min-width:1040px}.SportBettingHistoryAttachment .bet-footer .footer-content .bet-summary .summary-wrapper{grid-template-columns:repeat(7,minmax(86px,1fr))}}@media (max-width:760px){.SportBettingHistoryAttachment .bet-group{min-width:960px}.SportBettingHistoryAttachment .bet-detail{grid-template-columns:76px minmax(260px,1.2fr) 112px minmax(290px,1.35fr)}.SportBettingHistoryAttachment .bet-status-data>div,.SportBettingHistoryAttachment .market-label,.SportBettingHistoryAttachment .buttons-market-item-wrapper .market-item .label{font-size:12px}.SportBettingHistoryAttachment .buttons-market-item-wrapper .market-item .value{font-size:14px}}
.PopupItem.CSCenterSaveDraftsPopup{background-color:var(--app-neutral-30);width:841px;max-width:90vw;max-height:90vh;box-shadow:0 0 30px color-mix(in srgb, var(--app-black) 33.33%, transparent),0 0 30px var(--app-black),0 0 60px color-mix(in srgb, var(--app-black) 50%, transparent);border:none;border-radius:12px;flex-direction:column;animation:.25s animate_fade_in_popup_item;display:flex;position:absolute;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%)}.PopupItem.CSCenterSaveDraftsPopup .popup-header{border-bottom:1px solid color-mix(in srgb, var(--app-white) 6%, transparent);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.PopupItem.CSCenterSaveDraftsPopup .popup-header .popup-header-title{align-items:center;gap:10px;display:flex}.PopupItem.CSCenterSaveDraftsPopup .popup-header .popup-header-title .header-icon{width:22px;height:22px}.PopupItem.CSCenterSaveDraftsPopup .popup-header .popup-header-title>h4{color:var(--app-white);margin:0;font-size:18px;font-weight:600}.PopupItem.CSCenterSaveDraftsPopup .popup-header .popup-header-title>h4 .drafts-count{color:var(--app-primary-60);font-weight:400}.PopupItem.CSCenterSaveDraftsPopup .popup-header>.close-wrapper .close-img{z-index:1;cursor:pointer;width:28px;height:28px}.PopupItem.CSCenterSaveDraftsPopup .popup-content{flex-direction:column;flex:1;max-height:400px;padding:20px 24px;display:flex;overflow-y:auto}.PopupItem.CSCenterSaveDraftsPopup .popup-content::-webkit-scrollbar{width:6px}.PopupItem.CSCenterSaveDraftsPopup .popup-content::-webkit-scrollbar-track{background:var(--app-neutral-30);border-radius:3px}.PopupItem.CSCenterSaveDraftsPopup .popup-content::-webkit-scrollbar-thumb{background:var(--app-neutral-40);border-radius:3px}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-drafts-list{flex-direction:column;gap:0;display:flex}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-drafts-list .no-drafts{color:var(--app-neutral-60);text-align:center;padding:40px 0;font-size:14px}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-draft-item{background:var(--app-neutral-20);border-bottom:1px solid var(--app-neutral-30);cursor:pointer;align-items:center;padding:16px 20px;transition:background .2s;display:flex}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-draft-item:last-child{border-bottom:1px solid var(--app-neutral-30);border-bottom:none}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-draft-item:hover{background:var(--app-neutral-30)}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-draft-item .draft-icon{border-radius:10px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;margin-right:16px;display:flex;overflow:hidden}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-draft-item .draft-icon img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-draft-item .draft-content{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-draft-item .draft-content .draft-title{color:var(--app-white);white-space:nowrap;text-overflow:ellipsis;font-family:Pretendard,sans-serif;font-size:15px;font-weight:600;line-height:1.3;overflow:hidden}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-draft-item .draft-content .draft-description{color:var(--app-neutral-70);white-space:nowrap;text-overflow:ellipsis;font-family:Pretendard,sans-serif;font-size:13px;font-weight:400;line-height:1.3;overflow:hidden}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-draft-item .draft-timestamp{color:var(--app-neutral-70);white-space:nowrap;margin-left:16px;font-family:Pretendard,sans-serif;font-size:13px;font-weight:400}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-draft-item .draft-delete{background:var(--app-neutral-10);width:28px;min-width:28px;height:28px;color:var(--app-neutral-60);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;margin-left:12px;font-size:14px;transition:all .2s;display:flex}.PopupItem.CSCenterSaveDraftsPopup .popup-content .save-draft-item .draft-delete:hover{background:var(--app-neutral-10);color:var(--app-danger)}
.PopupItem.voucher-popup-container{width:480px;max-width:90vw;max-height:90vh;color:var(--app-white);border-radius:16px;flex-direction:column;display:flex;position:relative;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%);box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:none!important}.PopupItem.voucher-popup-container .popup-header{border-bottom:1px solid color-mix(in srgb, var(--app-white) 6%, transparent);background:var(--app-neutral-20);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.PopupItem.voucher-popup-container .popup-header .popup-header-title{align-items:center;gap:12px;display:flex}.PopupItem.voucher-popup-container .popup-header .popup-header-title>img{width:28px;height:28px;filter:var(--app-filter-photo)}.PopupItem.voucher-popup-container .popup-header .popup-header-title>h4{color:var(--app-white);margin:0;font-size:18px;font-weight:600}.PopupItem.voucher-popup-container .popup-header .popup-close-btn{cursor:pointer;background:color-mix(in srgb, var(--app-white) 6%, transparent);border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.PopupItem.voucher-popup-container .popup-header .popup-close-btn>img{opacity:.6;width:12px;height:12px}.PopupItem.voucher-popup-container .popup-header .popup-close-btn:hover{background:color-mix(in srgb, var(--app-white) 10%, transparent)}.PopupItem.voucher-popup-container .popup-header .popup-close-btn:hover>img{opacity:1}.PopupItem.voucher-popup-container .popup-content{flex-direction:column;flex:1;gap:16px;padding:20px 24px;display:flex;overflow-y:auto}.PopupItem.voucher-popup-container .popup-content::-webkit-scrollbar{width:4px}.PopupItem.voucher-popup-container .popup-content::-webkit-scrollbar-track{background:0 0}.PopupItem.voucher-popup-container .popup-content::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--app-white) 10%, transparent);border-radius:2px}.PopupItem.voucher-popup-container .voucher-popup-form{flex-direction:column;gap:16px;display:flex}.PopupItem.voucher-popup-container .voucher-input-container{flex-direction:column;gap:6px;width:100%;display:flex}.PopupItem.voucher-popup-container .voucher-input-container>label{color:color-mix(in srgb, var(--app-white) 50%, transparent);font-size:13px;font-weight:500}.PopupItem.voucher-popup-container .voucher-input-container>input{background:var(--app-neutral-20);border:1px solid color-mix(in srgb, var(--app-white) 8%, transparent);width:100%;height:44px;color:var(--app-white);outline:none;padding:0 12px;font-size:14px;font-weight:400;transition:border-color .2s,background .2s}.PopupItem.voucher-popup-container .voucher-input-container>input::placeholder{color:color-mix(in srgb, var(--app-white) 25%, transparent)}.PopupItem.voucher-popup-container .voucher-input-container>input:focus{border-color:color-mix(in srgb, var(--app-primary) 40%, transparent);background:color-mix(in srgb, var(--app-primary) 4%, transparent);color:var(--app-white)}.PopupItem.voucher-popup-container .voucher-input-container>select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='color-mix(in srgb, var(--app-white) 40%, transparent)' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:32px}.PopupItem.voucher-popup-container .voucher-input-container>select option{background-color:var(--app-neutral-30);color:var(--app-white)}.PopupItem.voucher-popup-container .voucher-input-container>select option:disabled{color:color-mix(in srgb, var(--app-white) 30%, transparent)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown{width:100%;position:relative}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-trigger{cursor:pointer;background:var(--app-neutral-20);border:1px solid color-mix(in srgb, var(--app-white) 8%, transparent);justify-content:space-between;align-items:center;height:44px;padding:16px 20px;transition:all .2s;display:flex;overflow:hidden}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-trigger .dropdown-selected{color:var(--app-white);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:15px;font-weight:400;overflow:hidden}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-trigger .dropdown-selected.placeholder{color:color-mix(in srgb, var(--app-white) 35%, transparent)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-trigger .dropdown-arrow{color:var(--app-white);align-items:center;transition:transform .2s;display:flex}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown.open{color:var(--app-white)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown.open .dropdown-trigger{border-color:color-mix(in srgb, var(--app-primary) 40%, transparent);background:color-mix(in srgb, var(--app-primary) 4%, transparent)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown.open .dropdown-trigger .dropdown-arrow{transform:rotate(180deg)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu{background:var(--app-neutral-20);z-index:10;max-height:240px;position:absolute;top:45px;left:0;right:0;overflow-y:auto}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu::-webkit-scrollbar{width:6px}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu::-webkit-scrollbar-track{background:var(--app-primary)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu::-webkit-scrollbar-thumb{background:var(--app-neutral-50)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu .dropdown-item{cursor:pointer;min-height:52px;color:var(--app-white);text-overflow:ellipsis;white-space:nowrap;align-items:center;padding:16px 20px;font-size:15px;font-weight:400;transition:background .15s;display:block;overflow:hidden}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu .dropdown-item:hover{background:var(--app-neutral-30)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu .dropdown-item.selected{background:var(--app-neutral-30);color:var(--app-primary)}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu .dropdown-item.disabled{color:color-mix(in srgb, var(--app-white) 30%, transparent);cursor:default;pointer-events:none}.PopupItem.voucher-popup-container .voucher-input-container .voucher-custom-dropdown .dropdown-menu .dropdown-item:last-child{border-bottom-right-radius:15px;border-bottom-left-radius:15px}.PopupItem.voucher-popup-container .voucher-submit-btn{background:var(--app-primary-60);width:100%;height:48px;color:var(--app-white);cursor:pointer;border:none;margin-top:4px;font-size:15px;font-weight:700;transition:all .2s}
.dashboard-rolling-wrapper{flex-direction:column;gap:12px;height:100%;display:flex;background:0 0!important}.dashboard-rolling-wrapper>.rolling-quest-popup-btn{color:var(--app-text-primary);background-color:var(--app-neutral-130);cursor:pointer;border:none;justify-content:center;align-self:flex-end;align-items:center;gap:8px;padding:10px 30px;display:flex}.dashboard-rolling-wrapper>.rolling-quest-popup-btn:hover{cursor:pointer;background:var(--app-surface-1);transition:all .2s}.dashboard-rolling-wrapper>.rolling-v2-btn{background:linear-gradient(135deg, var(--popup-crypto-primary) 0%, var(--popup-crypto-secondary) 100%);color:#fff;cursor:pointer;letter-spacing:.3px;border:none;justify-content:center;align-items:center;gap:4px;padding:8px 20px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;right:0}.dashboard-rolling-wrapper>.rolling-v2-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none!important}.dashboard-rolling-wrapper>.rolling-v2-btn:hover:not(:disabled){transform:translateY(-2px)}.dashboard-rolling-wrapper .PopupCloseButton{height:0;top:0;left:0;right:0}.dashboard-rolling-wrapper .Close-Btn-Icon{filter:brightness(3)grayscale();position:absolute;top:-40px;right:0}.dashboard-rolling-wrapper .toggle-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;align-self:center;align-items:center;height:25px;display:flex;position:absolute;bottom:3px}.dashboard-rolling-wrapper .toggle-checkbox input{display:none}.dashboard-rolling-wrapper .toggle-checkbox-slider{cursor:pointer;background-color:var(--app-neutral-80);border-radius:34px;width:52px;transition:all .4s;position:absolute;inset:0}.dashboard-rolling-wrapper .toggle-checkbox-slider:before{content:"";background-color:#fff;border-radius:50%;width:17px;height:17px;transition:all .4s;position:absolute;bottom:4px;left:4px}.dashboard-rolling-wrapper .toggle-checkbox input:checked+.toggle-checkbox-slider{background-color:var(--app-primary-light)}.dashboard-rolling-wrapper .toggle-checkbox input:checked+.toggle-checkbox-slider:before{transform:translate(26px)}.dashboard-rolling-wrapper .toggle-checkbox-label{margin-left:60px;font-size:13px}.dashboard-rolling-wrapper .form-header{text-transform:uppercase;font-size:20px;font-weight:600}.dashboard-rolling-wrapper .form{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.dashboard-rolling-wrapper .form .form-body{align-items:stretch;gap:0;height:100%;display:flex}.dashboard-rolling-wrapper .form .form-body .user-info{background:var(--app-surface-1);flex-direction:column;justify-content:center;align-items:center;gap:30px;width:350px;padding:30px 50px;display:flex}.dashboard-rolling-wrapper .form .form-body .user-info .profile-voucher-btn{background-color:var(--app-primary);color:var(--app-text-primary);text-align:center;cursor:pointer;width:100%;padding:10px;font-size:14px}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section{flex-direction:column;gap:10px;display:flex}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .icon-container{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .icon-container .user-icon{-o-object-fit:contain;object-fit:contain;background:var(--app-neutral-30);border-radius:50%;width:160px;height:160px;padding:10px}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .icon-container>button{background-color:var(--app-primary-30);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;bottom:3px;right:30px}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .icon-container>button input[type=file]{display:none}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .icon-container>button>img{-o-object-fit:scale-down;object-fit:scale-down;filter:brightness(100);width:12px;height:12px}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .nickname-container{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;display:flex}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .nickname-container .nickname-input-container{justify-content:center;align-items:center;gap:15px;width:fit-content;display:flex}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .nickname-container .nickname-input-container svg{transform:scale(1.5)}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .nickname-container .nickname-input-container .nickname-text{width:100%;color:var(--app-text-primary);font-size:16px;font-weight:500}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .nickname-container .vip-badge-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .nickname-container .vip-badge-container .user-level-icon{width:40px;height:40px}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .nickname-container .vip-badge-container .user-level-text{font-size:14px;font-weight:500}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .funds-container{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .funds-container .fund-item{width:100%;color:var(--app-text-primary);white-space:nowrap;justify-content:space-between;align-items:center;display:flex}.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .funds-container .fund-item .value,.dashboard-rolling-wrapper .form .form-body .user-info .profile-section .funds-container .fund-item .label{font-size:14px}.dashboard-rolling-wrapper .form .form-body .user-info .form-menu{flex-direction:column;gap:4px;width:100%;display:flex}.dashboard-rolling-wrapper .form .form-body .user-info .form-menu .form-menu-item{white-space:nowrap;width:100%;color:var(--app-text-primary);background-color:var(--app-neutral-130);justify-content:center;align-items:center;gap:14px;padding:10px 20px;transition:all .2s;display:flex}.dashboard-rolling-wrapper .form .form-body .user-info .form-menu .form-menu-item .form-menu-icon{filter:brightness(9999);width:24px;height:24px}.dashboard-rolling-wrapper .form .form-body .user-info .form-menu .form-menu-item:hover{cursor:pointer;background:var(--app-surface-1);transition:all .2s}.dashboard-rolling-wrapper .form .form-body .user-info button{background:var(--app-primary);color:var(--app-text-primary);cursor:pointer;appearance:none;border:none;width:90%;height:40px;position:absolute;bottom:20px}.dashboard-rolling-wrapper .form .form-body hr{display:none}.dashboard-rolling-wrapper .form .form-body .rolling-info{flex-grow:1;padding:40px;position:relative}.dashboard-rolling-wrapper .form .form-body .rolling-info:before{content:"";background:var(--app-surface-1);z-index:-1;opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.dashboard-rolling-wrapper .form .form-body .rolling-info .user-rolling{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .user-rolling .user-rolling-header{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .user-rolling .user-rolling-header .title-header{color:var(--app-text-primary);justify-content:center;align-items:center;gap:15px;font-size:22px;font-weight:700;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .user-rolling .user-rolling-header .title-header>.bonus-wrapper{justify-content:center;align-items:center;gap:10px;font-size:18px;font-weight:400;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .user-rolling .user-rolling-header .title-header>.bonus-wrapper .text-guide{white-space:normal;word-break:break-word;width:300px;max-width:300px}.dashboard-rolling-wrapper .form .form-body .rolling-info .user-rolling .user-rolling-header .title-header>.bonus-wrapper .tooltip-label{flex-direction:row;justify-content:center;align-items:center;gap:5px;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .user-rolling .user-rolling-header .rolling-target-amount{text-align:right;color:var(--app-text-primary);font-size:14px;font-weight:400}.dashboard-rolling-wrapper .form .form-body .rolling-info .progress-wrapper{width:100%}.dashboard-rolling-wrapper .form .form-body .rolling-info .progress-wrapper .progress-container{background-color:var(--app-primary-40);width:100%;height:20px;margin-bottom:10px;overflow:hidden}.dashboard-rolling-wrapper .form .form-body .rolling-info .progress-wrapper .progress-container .progress-bar{filter:brightness(1.5);opacity:.8;background-image:url(https://file.xandroid.uk//img/frontend/dashboard/svg/progress-img.svg);background-position:50%;background-size:auto 100%;min-width:0;height:100%;transition:all 1.5s;position:relative}.dashboard-rolling-wrapper .form .form-body .rolling-info .progress-wrapper .progress-container .progress-bar:before{content:"";background:var(--app-secondary);background:linear-gradient(90deg, var(--app-transparent) 0%, color-mix(in srgb, var(--app-white) 75%, transparent) 100%, color-mix(in srgb, var(--app-white) 75%, transparent) 100%);width:50px;height:100%;position:absolute;top:0;right:0}.dashboard-rolling-wrapper .form .form-body .rolling-info .progress-wrapper .percentage-indicators{color:var(--app-text-secondary);justify-content:space-between;margin-bottom:7px;font-size:12px;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .progress-wrapper .percentage-indicators>.reach-progress{color:var(--app-primary-60)}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper .info-grid{background:var(--app-surface-2);color:var(--app-text-primary);grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:10px;width:100%;padding:16px;font-size:14px;display:grid}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper .info-grid>.info-item{justify-content:space-between;align-items:center;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper .info-grid>.info-item>.info-label{background:var(--app-neutral-110);border-radius:10px;justify-content:center;align-items:center;gap:10px;width:80px;height:27px;padding:5px 10px;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper>.rolling-status-wrapper{flex-direction:column;justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper>.rolling-status-wrapper>.rolling-header-title{width:fit-content;color:var(--app-text-primary);background:linear-gradient(90deg, var(--app-neutral-50) 0%, var(--app-transparent) 100%);align-self:flex-start;font-size:18px}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper>.rolling-status-wrapper>.rolling-items-wrapper{flex-direction:column;justify-content:center;gap:5px;width:100%;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper>.rolling-status-wrapper>.rolling-items-wrapper .rolling-item-wrapper{border-left:5px solid var(--app-primary-70);flex-direction:column;gap:5px;padding:10px 20px;display:flex;position:relative}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper>.rolling-status-wrapper>.rolling-items-wrapper .rolling-item-wrapper:before{content:"";z-index:-1;opacity:.6;background:var(--app-surface-0);width:100%;height:100%;position:absolute;top:0;left:0}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper>.rolling-status-wrapper>.rolling-items-wrapper .rolling-item-wrapper .rolling-item-title-wrapper{color:var(--app-text-primary);justify-content:flex-start;align-items:center;gap:10px;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper>.rolling-status-wrapper>.rolling-items-wrapper .rolling-item-wrapper .rolling-item-title-wrapper .folded{background:var(--app-neutral-110);border-radius:5px;padding:5px}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper>.rolling-status-wrapper>.rolling-items-wrapper .rolling-item-wrapper .rolling-betting-wrapper{justify-content:flex-start;align-items:center;gap:10px;font-size:12px;font-weight:400;display:flex}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper>.rolling-status-wrapper>.rolling-items-wrapper .rolling-item-wrapper .rolling-betting-wrapper>.betting-amount{color:var(--app-primary-60)}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper>.rolling-status-wrapper>.rolling-items-wrapper .rolling-item-wrapper .rolling-betting-wrapper>.expected-amount{color:var(--app-success);opacity:.9}.dashboard-rolling-wrapper .form .form-body .rolling-info .rolling-information-wrapper>.rolling-status-wrapper>.rolling-items-wrapper .rolling-item-wrapper .rolling-betting-wrapper>.rate{color:var(--app-secondary)}.dashboard-rolling-wrapper .form .show-rolling-history{background-color:var(--app-primary);color:var(--app-text-primary);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;width:auto;padding:10px;font-size:12px;font-weight:400;transition:all .2s;display:flex;position:absolute;bottom:0;right:0}.dashboard-rolling-wrapper .form .show-rolling-history:hover{background:var(--app-primary);transition:all .2s}
