@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Protest+Riot&display=swap";@import"https://rsms.me/inter/inter.css";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.select-opponent-dialog-wrapper{width:100%}.select-opponent-dialog-wrapper .search-back-button.MuiAvatar-root{width:9px;height:16px;margin:10px auto;cursor:pointer}.select-opponent-dialog-wrapper .MuiCircularProgress-root.mini-circular-loader{position:absolute;top:50%;left:50%;color:var(--dark-purple-900);z-index:99}.select-opponent-dialog-wrapper .mini-loader-container{position:absolute;left:0;right:0;top:0;bottom:0;background-color:#ffffff80}.select-opponent-dialog-wrapper .MuiDialog-paper{background-color:var(--purple-100);max-height:none;overflow:auto;overflow-y:auto;scrollbar-color:var(--black-200) var(--white-100);scrollbar-width:thin}.select-opponent-dialog-wrapper .MuiDialog-paper::-webkit-scrollbar{width:5px}.select-opponent-dialog-wrapper .MuiDialog-paper::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0px rgba(0,0,0,0)}.select-opponent-dialog-wrapper .MuiDialog-paper::-webkit-scrollbar-thumb{width:5px;background-color:var(--black-200);border-radius:40px}.select-opponent-dialog-wrapper .MuiPaper-root{text-align:center;margin:auto;width:405px;height:492px;box-shadow:0 0 18px #26435526;border-radius:5px}@media (max-width: 867px){.select-opponent-dialog-wrapper .MuiPaper-root{width:320px}}.select-opponent-wrapper-content.MuiDialogContent-root{overflow-y:visible}@media (max-width: 867px){.select-opponent-wrapper-content.MuiDialogContent-root{padding:20px 0}}.select-opponent-stack-wrapper{margin-top:10px;cursor:pointer}.select-opponent-stack-wrapper>.MuiAvatar-root{background-color:var(--primary)}.select-opponent-title.MuiTypography-root{font-weight:400;font-size:20px;line-height:24px;color:var(--black-300);text-align:left;margin:20px}.opponent-user-title.MuiTypography-root{font-weight:400;font-size:15px;line-height:24px;color:var(--black-300);text-align:left}.opponent-user-id.MuiTypography-root{font-weight:400;font-size:15px;line-height:24px;color:#56565699;text-align:left}.opponent-search-filter .MuiOutlinedInput-root{background:var(--white-300);border-radius:8px;height:30px}@media (max-width: 867px){.opponent-search-filter .MuiOutlinedInput-root{width:210px}}.create-bet-dialog-wrapper{width:100%}.create-bet-dialog-wrapper .MuiDialog-paper{background-color:var(--white-100);max-height:none;overflow:auto;overflow-y:auto}.create-bet-dialog-wrapper .MuiPaper-root{text-align:center;margin:auto;width:600px;height:616px;box-shadow:0 0 18px #26435526;border-radius:16px}@media (max-width: 867px){.create-bet-dialog-wrapper .MuiPaper-root{width:365px;height:516px}}.create-bet-dialog-wrapper .primary-btn{text-transform:capitalize;--bgColor: $green-100;--color: $black-100;background-color:--bgColor;border:1px solid --color;color:--color;font-weight:500;font-size:25px;line-height:91px;box-shadow:0 1px 2px #1018280d;border-radius:10px;margin:20px 0;height:50px}.create-bet-dialog-wrapper .primary-btn:hover{background-color:--bgColor;color:--color;box-shadow:none}.create-bet-dialog-wrapper .secondary-btn{text-transform:capitalize;background-color:#d3d3d3;border:1px solid --color;color:--color;font-weight:500;font-size:25px;line-height:91px;box-shadow:0 1px 2px #1018280d;border-radius:10px;margin:20px 0;height:50px}.create-bet-dialog-wrapper .secondary-btn:hover{background-color:--bgColor;color:--color;box-shadow:none}.create-bet-dialog-wrapper .bet-input-field .MuiOutlinedInput-root{width:170px;height:46px}.create-bet-dialog-wrapper .bet-input-field .MuiOutlinedInput-notchedOutline{border:2px solid var(--gray-600);border-radius:4px}.create-bet-dialog-wrapper .bet-select-field.MuiInputBase-root{width:170px;height:46px}@media (max-width: 867px){.create-bet-dialog-wrapper .bet-select-field.MuiInputBase-root{width:125px;height:38px}}.create-bet-dialog-wrapper .bet-select-field .MuiOutlinedInput-notchedOutline{border:2px solid var(--gray-600);border-radius:4px}.create-bet-dialog-wrapper .bet-select-field .MuiSelect-select{text-align:left}@media (max-width: 867px){.bet-filter-wrapper.MuiStack-root{padding:0}}.create-bet-titles.MuiDialogTitle-root{font-weight:700;font-size:26px;line-height:32px;color:var(--primary-black)}@media (max-width: 867px){.create-bet-titles.MuiDialogTitle-root{font-size:13px;line-height:16px}}.create-bet-stepper.MuiDialogContent-root{max-width:58px;width:100px;height:inherit;margin-top:50px}.create-bet-right-side-wrapper.MuiDialogContent-root{overflow:auto;overflow-y:auto}.create-bet-box-wrapper{padding:20px}@media (max-width: 867px){.create-bet-box-wrapper{padding:0 0 0 10px}}.create-bet-box-wrapper .MuiDialogContent-root{padding:0}.select-opponent-odd-container{border:1px solid var(--white-300);border-radius:5px;background:var(--white-100);padding:0 0 12px}.initial-create-bet-dialog-wrapper .MuiDialog-paper{max-width:900px}.selected-teams-wrapper{box-shadow:none;border-radius:0;border-bottom:2px solid rgba(0,0,0,.12);padding:12px}.selected-teams-wrapper.MuiPaper-root{border-radius:0}.selected-teams-wrapper .MuiGrid-root{margin-top:0;padding-top:0}.selected-teams-wrapper .MuiGrid-root .MuiGrid-item{padding-top:0}.create-bet-header{background-color:var(--white-100)}.create-bet-content{display:flex}.create-bet-content .MuiPaper-root{height:auto}.create-bet-content.MuiDialogContent-root{width:calc(100% - 100px);background-color:var(--white-100);margin:40px 20px 0;padding:0;box-shadow:0 0 18px #26435526;border-radius:5px;overflow-y:visible}.selected-bet-content{display:flex}.selected-bet-content .MuiPaper-root{height:150px}.selected-bet-content.MuiDialogContent-root{width:calc(100% - 100px);background-color:var(--white-100);margin:auto 30px;padding:0;box-shadow:0 0 18px #26435526;border-radius:5px;overflow-y:visible;height:150px}.MuiCircularProgress-root.create-bet-circular-loader{position:absolute;top:50%;left:50%;color:var(--dark-purple-900);z-index:99}.create-bet-loader-container{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999}.create-bet-summary-content.MuiDialogContent-root{padding:0;margin:20px;box-shadow:0 0 18px #26435526;border-radius:5px;overflow-y:visible}.create-bet-summary-content .MuiPaper-root{padding:20px;height:auto}.create-bet-summary-content .btn-primary,.create-bet-summary-content .btn-secondary{border:1px solid var(--purple-400);border-radius:5px;width:80px;height:35px;color:var(--purple-400);font-weight:400;font-size:13px}.initial-create-bet-summary-content.MuiDialogContent-root{width:calc(100% - 400px)}.bet-amount-input-wrapper .MuiOutlinedInput-root{background:var(--white-100);border-radius:4px;height:46px;width:171px;border:2px solid var(--white-300)}.bet-amount-input-wrapper .MuiOutlinedInput-notchedOutline{border:none}.live-odd-selected.MuiChip-root{background:var(--purple-400)!important;color:#fff!important;height:26px;border:1px solid var(--purple-400);border-radius:4px;width:56px}.live-odd-selected .MuiChip-label{padding:0}.step-next-button-wrapper.MuiButtonBase-root{background:var(--purple-400);border:1px solid var(--purple-400);border-radius:5px;color:var(--white-100);margin-top:20px}.bet-menu-wrapper>.MuiTypography-root{font-weight:600;font-size:18px;line-height:20px}@media (max-width: 867px){.bet-menu-wrapper{width:213px;height:93px}}.bet-menu-wrapper .MuiTypography-root{align-self:center}.selected-user-menu-wrapper{width:103px;height:41px;margin:auto}.selected-user-menu-wrapper .MuiTypography-root{align-self:center}.selected-match-menu-wrapper{width:173.9px;height:65px;margin:auto}.selected-match-menu-wrapper .MuiTypography-root{align-self:center}.bet-user-wrapper.MuiStack-root,.bet-opp-user-wrapper.MuiStack-root{align-items:center}.filter-league-wrapper{padding:0 20px}@media (max-width: 867px){.filter-league-wrapper{padding:0 10px}}.create-bet-filter-label.MuiTypography-root{font-weight:400;font-size:14px;line-height:17px;color:var(--black-300);align-self:center}@media (max-width: 867px){.create-bet-filter-label.MuiTypography-root{font-weight:400;font-size:12px;line-height:15px}}.create-bet-dialog-actions{margin:10px 20px 0}.opp-title.MuiTypography-root{color:var(--purple-400);font-weight:700;font-size:15px}.vs-text{flex-grow:1;text-align:center}.default-title.MuiTypography-root{color:var(--black-300);font-weight:700;font-size:15px}.opp-team-name{flex-grow:1;text-align:right}.opp-team-name.MuiTypography-root{margin-right:8px}.MuiGrid-root.selected-team-card-row{margin-top:10px}.MuiGrid-root.selected-team-card-row .MuiGrid-item{align-items:center;padding-top:0}.mine-img-wrapper.MuiAvatar-root{background:var(--primary);border-radius:25px;font-weight:700;font-size:26px;line-height:30px}@media (max-width: 867px){.mine-img-wrapper.MuiAvatar-root{width:55px;height:55px;border-radius:15px}}.vs-title-logo .MuiAvatar-img{width:auto;height:auto}@media (max-width: 867px){.vs-title-logo.MuiAvatar-root{height:57px}}.vs-title-text.MuiTypography-root{font-weight:400;font-size:16px;line-height:19px;color:var(--black-300);padding-top:25px;align-self:normal}@media (max-width: 867px){.vs-title-text.MuiTypography-root{font-size:13px;line-height:16px}}.vs-icon-avatar.MuiAvatar-root{width:34.1px;height:24.859px;border-radius:unset;margin-top:25px;flex-shrink:0}.opp-img-wrapper{cursor:pointer;border:2px solid var(--white-300)}.opp-img-wrapper.MuiAvatar-root{background:var(--primary)}@media (max-width: 867px){.opp-img-wrapper.MuiAvatar-root{width:55px;height:55px;border-radius:15px}}.opp-img-wrapper .MuiAvatar-img{width:50%;height:50%}.selected-img-wrapper{cursor:pointer}@media (max-width: 500px){.create-bet-profile-wrapper{padding:0}.bet-user-wrapper.MuiStack-root{flex-direction:row-reverse}.bet-user-wrapper .MuiAvatar-root{margin-left:10px;width:35px;height:35px}.bet-opp-user-wrapper.MuiStack-root{flex-direction:row}.bet-opp-user-wrapper .MuiAvatar-root{width:35px;height:35px}.bet-opp-user-wrapper .MuiTypography-root{margin-left:10px}}@media (max-width: 600px){.create-bet-content.MuiDialogContent-root{width:auto}}@media (max-width: 900px){.selected-bet-content{display:none}}.create-bet-stepper-label .MuiStepLabel-alternativeLabel{font-weight:400;font-size:8px;line-height:10px;color:#56565699}.bet-back-button.MuiAvatar-root{width:9px;height:16px;margin:20px auto;cursor:pointer}.create-bet-stepper-step.MuiStep-root{width:58px}.create-bet-stepper-step .MuiStepConnector-root{position:initial;margin-left:30px}.create-bet-stepper-step .MuiStepConnector-root .MuiStepConnector-line{height:41px;opacity:.05;border-left:1px solid var(--black-100)}.create-bet-stepper-step .MuiStepIcon-root{color:var(--white-500)}.create-bet-stepper-step .MuiStepIcon-root.Mui-completed{color:var(--green-500)}.create-bet-stepper-step .MuiStepIcon-root.Mui-active{color:var(--white-100);border:3px solid var(--green-500);border-radius:50%}.create-bet-stepper-step .MuiStepIcon-root .MuiStepIcon-text{display:none}.error-found{background-color:red;height:100vh;display:flex;align-items:center;justify-content:center}.add-opponent-wrapper{padding:20px;background:var(--white-bg);border-radius:8px;margin-bottom:20px}.add-opponent-wrapper.MuiStack-root{flex-direction:row;justify-content:space-between;align-items:center}.add-opponent-wrapper.MuiStack-root .MuiStack-root{align-items:center;gap:10px}.add-opponent-wrapper.MuiStack-root .MuiStack-root .MuiAvatar-root{width:50px;height:50px;border-radius:50%;cursor:pointer}.add-opponent-wrapper.MuiStack-root .MuiStack-root .MuiTypography-root:first-of-type{color:var(--black)}.add-opponent-wrapper.MuiStack-root .MuiTypography-root:first-of-type{color:var(--scrore-highlight);font-size:18px}.add-opponent-container{color:#fff}.add-opponent-search-label{margin-bottom:.5rem!important;color:var(--primary-dark-gray)}.add-opponent-search-input{margin-bottom:.5rem}.add-opponent-search-input input{color:var(--black);height:40px}.add-opponent-search-input fieldset{border-radius:10px;border-color:var(--profile-input-border);color:var(--black);background:var(--profile-input-bg);z-index:-1}.add-opponent-search-input .MuiOutlinedInput-root:hover fieldset{border-color:#555}.opponent-list-item{cursor:pointer}.opponent-list-item.MuiListItem-root{border-bottom:1px solid var(--primary-border);padding:5px 0;display:flex;justify-content:space-between;align-items:center}.opponent-list-item.MuiListItem-root:hover{background:var(--white-bg);border-radius:12px}.opponent-list-user{display:flex;align-items:center;color:var(--black)}.opponent-list-username{color:var(--primary-dark-gray)}.user-name{font-weight:500}.select-game-container.MuiBox-root{padding:10px 20px;background:var(--white-bg);border-radius:8px}.select-game-container .select-game-wrapper .MuiFormControl-root{min-width:150px}.select-game-container .select-game-wrapper .MuiInputBase-root{background:var(--white-bg);color:var(--primary-black);border-radius:8px;font-size:12px!important}.select-game-container .select-game-wrapper .MuiInputBase-root .MuiSelect-select{padding:8px 12px;display:flex;align-items:center}.select-game-container .select-game-wrapper .MuiInputBase-root svg{color:var(--primary-black)}.select-game-container .select-game-wrapper.MuiBox-root{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--primary-border);padding:10px;border-radius:8px;margin-bottom:10px}.select-game-container .select-game-wrapper.MuiBox-root>.MuiTypography-root{color:var(--primary-black)}.select-game-container .match-card{border:1px solid var(--primary-border);padding:10px 20px;border-radius:8px;margin-bottom:10px;color:#fff;max-width:500px}.select-game-container .match-card .match-card-block{display:flex;align-items:center;justify-content:space-between}.select-game-container .match-card .match-time{font-size:14px;color:#aaa;margin-bottom:16px}.select-game-container .match-card .teams-section{display:flex;flex-direction:column;align-items:flex-start!important;min-width:200px}@media (max-width: 599px){.select-game-container .match-card .teams-section{min-width:100px}}.select-game-container .match-card .teams-section .team{display:flex;align-items:center;gap:10px}.select-game-container .match-card .teams-section .team .team-name{font-weight:400;font-size:14px}.select-game-container .match-card .teams-section .team .record{font-size:10px;color:#888}.select-game-container .match-card .bet-grid{flex:1;display:grid;grid-template-columns:repeat(3,2fr);row-gap:10px;column-gap:10px}.select-game-container .match-card .bet-grid .bet-box{height:32px;border:1px solid var(--black);padding:2px 0;border-radius:8px;text-align:center;cursor:pointer;transition:.3s;align-items:center;display:flex;justify-content:center;flex-direction:column}.select-game-container .match-card .bet-grid .bet-box p{margin:0;font-size:10px;color:var(--black)}.select-game-container .match-card .bet-grid .bet-box.selected{background-color:#ffc107;color:#000}.select-game-container .match-card .bet-grid .bet-box.selected p{color:#000}.decide-wager-container{background:var(--white-bg);border-radius:16px;padding:10px 20px}.decide-wager-container .wager-text-control .MuiBox-root .MuiInputBase-input{height:34px;padding:6px 12px}.decide-wager-container .wager-text-control .MuiBox-root .MuiFormLabel-root{color:var(--primary-black);font-size:14px;font-weight:500;margin-bottom:5px}.decide-wager-container .wager-text-control .MuiBox-root .MuiInputBase-input{height:40px;color:var(--black);position:relative;z-index:1}.decide-wager-container .wager-text-control .MuiBox-root .MuiInputBase-root{background:var(--white-bg);border-radius:12px}.decide-wager-container .wager-text-control .MuiBox-root .MuiFormHelperText-root{color:var(--primary-black);font-weight:500;margin-left:0}.decide-wager-container .wager-text-control .MuiBox-root .Mui-error{color:var(--error)}.decide-wager-container .wager-text-control .MuiBox-root fieldset{border-radius:10px;z-index:-1}.decide-wager-container .allow-odds-change .MuiFormControlLabel-root{margin-top:20px}.decide-wager-container .allow-odds-change .custom-checkbox{color:var(--primary-black);height:20px;border-radius:.6px}.decide-wager-container .allow-odds-change .me-label{font-weight:400;font-size:16px;color:var(--primary-black)}@media (max-width: 768px){.decide-wager-container .allow-odds-change .me-label{font-size:14px}}.decide-wager-container .footer-control{margin:20px 0 0}.bet-confirmation-card{background:var(--white-bg);border-radius:16px;padding:20px;color:var(--black);box-shadow:0 4px 20px #0006}.bet-confirmation-card .header{text-align:center;margin-bottom:20px}.bet-confirmation-card .avatars{display:flex;justify-content:center;position:relative;margin-bottom:10px}.bet-confirmation-card .avatars .MuiAvatar-root{width:50px;height:50px;border:2px solid #2a2a40}.bet-confirmation-card .avatars .avatarOverlap{margin-left:-15px}.bet-confirmation-card .matchText{font-size:18px;font-weight:600}.bet-confirmation-card .matchText .vs{color:#facc15;margin:0 6px}.bet-confirmation-card .details{background:var(--secondary-bg);border-radius:12px;padding:16px 0;font-size:14px}.bet-confirmation-card .details .MuiDivider-root{margin:10px 0;background-color:var(--primary-border)}.bet-confirmation-card .row{padding:0 16px;display:flex;justify-content:space-between;align-items:center}.bet-confirmation-card .toWin{display:flex;align-items:center;gap:4px}.bet-confirmation-card .wagers{display:flex;justify-content:space-between;margin-top:20px;gap:10px}.bet-confirmation-card .wagerBox{display:flex;flex-direction:column;align-items:center;background:var(--secondary-bg);border-radius:12px;padding:20px;text-align:center;color:var(--black);flex:1}.bet-confirmation-card .wagerBox .MuiStack-root{flex-direction:row;gap:5px;align-items:center}.bet-confirmation-card .wagerBox .label{font-size:12px;margin-top:4px;color:var(--primary-black)}.container{margin:auto;background:var(--white-bg);border-radius:16px;padding:30px 50px;color:var(--black);text-align:center}.container .main-trans-logo.MuiAvatar-root{width:168px;height:50px;display:inline-block}.container .thankYou{color:#00d0ff;font-weight:700;font-size:24px;margin-top:20px}.container .subText{color:var(--primary-black);margin-top:6px;margin-bottom:24px;font-size:14px}.container .vsContainer{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.container .userBlock{display:flex;flex-direction:column;align-items:center;gap:6px}.container .userBlock .MuiAvatar-root{width:60px;height:60px;border:2px solid rgba(255,255,255,.1882352941)}.container .userBlock p{font-size:14px;font-weight:500}.container .vs{font-size:18px;font-weight:700;color:#facc15}.container .viewSlip{margin-top:30px;color:#00d0ff;font-weight:600;font-size:15px;cursor:pointer;text-decoration:none}.container .viewSlip:hover{opacity:.85}.add-bet-modal{display:flex;align-items:center;justify-content:center}.add-bet-modal .modal-box{width:600px;background:var(--secondary-bg);color:var(--black);padding:30px;border-radius:10px;outline:none;box-shadow:0 0 10px #00000080}.add-bet-modal .modal-box .modal-title{text-align:center;margin-bottom:20px;font-size:24px}.add-bet-modal .modal-box .stepper{background-color:transparent;margin-bottom:20px}.add-bet-modal .modal-box .stepper .MuiStepLabel-label{color:var(--primary-black)}.add-bet-modal .modal-box .stepper .Mui-completed .MuiStepLabel-label,.add-bet-modal .modal-box .stepper .Mui-active .MuiStepLabel-label{background:var(--primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.add-bet-modal .modal-box .step-content{height:calc(100dvh - 330px);max-height:none;overflow:auto;overflow-y:auto}.add-bet-modal .modal-box .button-group{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.add-bet-modal .modal-box .button-group .secondary-btn,.add-bet-modal .modal-box .button-group .secondary-btn:hover{background:var(--secondary-bg)}.add-bet-modal .modal-box .button-group button{text-transform:capitalize;color:var(--black);background:var(--primary);border-radius:8px}.add-bet-modal .modal-box .button-group button:hover{background:var(--primary)}.add-bet-modal .modal-box .button-group button:disabled{background-color:#444}.animation-wrapper{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;overflow:hidden}.animation-wrapper .w-40.h-40{width:160px}.invert-icon.MuiAvatar-root{filter:var(--invert-icon)}.navbar-loader-container{position:fixed;left:0;right:0;top:60px;bottom:0;z-index:999;width:100%}.navbar-loader-container .navbar-loader .MuiLinearProgress-bar{background-color:var(--primary-dark-gray)}.MuiBox-root.account-popup-action-item-container{padding:4px 0 14px 20px;background:var(--secondary-bg)}.MuiTypography-root.account-holder-title{color:var(--white-100);font-size:17px;font-weight:500;line-height:16px;display:flex;align-items:center;gap:5px}.MuiTypography-root.account-holder-address{color:var(--white-100);font-size:13px;font-weight:500;line-height:16px;margin-top:9px}.MuiTypography-root.account-action-button{color:var(--primary);font-size:13px;font-weight:400;line-height:normal;letter-spacing:.176px;padding:10px 10px 10px 0;cursor:pointer}.MuiTypography-root.account-logout-container{color:var(--error);font-size:13px;font-weight:400;line-height:normal;letter-spacing:.176px;padding:10px 10px 10px 0;cursor:pointer}.MuiBox-root.account-popup-header{height:74px;background:var(--primary);box-shadow:0 0 18px #26435526;border-radius:5px 5px 0 0;color:var(--white-100);padding:15px 0 14px 20px}.bet-cart-item-wrapper>.MuiBox-root>.MuiStack-root:first-of-type{border-bottom:1px solid var(--primary-border-white)}.bet-cart-item-wrapper>.MuiBox-root>.MuiStack-root:first-of-type>.MuiTypography-root{font-size:10px;font-weight:700;color:var(--primary-black)}.bet-cart-item-wrapper>.MuiBox-root>.MuiStack-root:first-of-type>.MuiStack-root>.MuiTypography-root:first-of-type{font-size:12px;font-weight:600;color:var(--primary)}.bet-cart-item-wrapper>.MuiBox-root>.MuiStack-root:first-of-type>.MuiStack-root>.MuiTypography-root:last-of-type{font-size:12px;font-weight:400;color:var(--light-red)}.bet-cart-item-wrapper>.MuiBox-root>.MuiStack-root:nth-of-type(2){padding:5px 0}.bet-cart-item-wrapper>.MuiBox-root>.MuiStack-root:nth-of-type(2)>.MuiTypography-root{font-size:10px;font-weight:700;color:var(--primary-black)}.bet-cart-item-wrapper>.MuiBox-root>.MuiStack-root>.MuiTypography-root{font-size:10px;font-weight:400;color:var(--primary-dark-gray)}.bet-cart-item-wrapper.large>.MuiBox-root>.MuiStack-root:first-of-type{border-bottom:1px solid var(--primary-border-white)}.bet-cart-item-wrapper.large>.MuiBox-root>.MuiStack-root:first-of-type>.MuiTypography-root{font-size:16px;font-weight:600;color:var(--primary-black)}.bet-cart-item-wrapper.large>.MuiBox-root>.MuiStack-root:first-of-type>.MuiStack-root>.MuiTypography-root:first-of-type{font-size:16px;font-weight:600;color:var(--primary)}.bet-cart-item-wrapper.large>.MuiBox-root>.MuiStack-root:first-of-type>.MuiStack-root>.MuiTypography-root:last-of-type{font-size:16px;font-weight:400;color:var(--light-red)}.bet-cart-item-wrapper.large>.MuiBox-root>.MuiStack-root:nth-of-type(2){padding:5px 0}.bet-cart-item-wrapper.large>.MuiBox-root>.MuiStack-root:nth-of-type(2)>.MuiTypography-root{font-size:14px;font-weight:600;color:var(--primary-black)}.bet-cart-item-wrapper.large>.MuiBox-root>.MuiStack-root>.MuiTypography-root{font-size:12px;font-weight:400;color:var(--primary-dark-gray)}.no-message{box-shadow:none;height:100%;display:flex;align-items:center}.bet-won-item-wrapper>.MuiBox-root>.MuiStack-root:first-of-type{border-bottom:1px solid var(--primary-border-white)}.bet-won-item-wrapper>.MuiBox-root>.MuiStack-root:first-of-type>.MuiTypography-root{font-size:10px;font-weight:700;color:var(--primary-black)}.bet-won-item-wrapper>.MuiBox-root>.MuiStack-root:first-of-type>.MuiStack-root>.MuiTypography-root:first-of-type{font-size:12px;font-weight:600;color:var(--primary)}.bet-won-item-wrapper>.MuiBox-root>.MuiStack-root:first-of-type>.MuiStack-root>.MuiTypography-root:last-of-type{font-size:12px;font-weight:400}.bet-won-item-wrapper>.MuiBox-root>.MuiStack-root:nth-of-type(2){padding:5px 0}.bet-won-item-wrapper>.MuiBox-root>.MuiStack-root:nth-of-type(2)>.MuiTypography-root{font-size:10px;font-weight:700;color:var(--primary-black)}.bet-won-item-wrapper>.MuiBox-root>.MuiStack-root>.MuiTypography-root{font-size:10px;font-weight:400;color:var(--primary-dark-gray)}.bet-won-item-wrapper>.MuiBox-root>.MuiStack-root>.MuiTypography-root:nth-child(2){display:flex;align-items:center;font-size:14px;font-weight:400;color:var(--primary-dark-gray)}.bet-won-item-wrapper>.MuiBox-root>.MuiStack-root>.MuiTypography-root:nth-child(2)>.MuiAvatar-root{width:20px;height:20px;margin-right:5px;margin-left:5px}.bet-won-item-wrapper>.MuiBox-root>.MuiStack-root>.MuiTypography-root:nth-child(2) span{margin-right:5px;color:var(--orange)}.notification-popover>.MuiPaper-root{border-radius:10px;border-width:1px;top:60px!important;background:var(--primary-bg);box-shadow:var(--border-inset-shadow)}.notification-popover .no-notification-yet{height:unset;margin:auto;box-shadow:none;display:flex;align-items:center;background:transparent;width:100%;justify-content:center}.notification-popover span.unread-status:before{content:"";display:block;width:10px;height:10px;border-radius:50%;box-shadow:0 0 1px 1px #0000001a;animation:pulse-animation 2s infinite}.notification-popover span.unread-status.status{opacity:0}.notification-popover span.unread-status{font-size:14px;color:var(--orange);display:block}.notification-popover span.unread-status:before{background-color:var(--orange);animation:final-pulse-animation 2s infinite}.notification-popover .notification-wrapper{box-shadow:var(--border-inset-shadow)}.notification-popover .notification-wrapper>.MuiTypography-root:first-of-type{border-bottom:1px solid var(--secondary-border)}.notification-popover .notification-wrapper .MuiBox-root{cursor:pointer}.notification-popover .notification-wrapper .MuiBox-root:hover .delete-icon-container{display:block}.notification-popover .notification-wrapper .MuiBox-root:hover .delete-icon-container .MuiButtonBase-root{background-color:unset}.notification-popover .notification-wrapper>.MuiBox-root{border-bottom:1px solid var(--primary-border);padding:10px 0}.notification-popover .notification-wrapper .notification-box{position:relative}.notification-popover .notification-wrapper .notification-box .delete-icon-container{position:absolute;right:0;z-index:10;display:none}.notification-popover .notification-wrapper .notification-bet-type-card-wrapper{padding:10px;border:1px solid var(--secondary-border);margin-top:5px}.notification-popover .notification-wrapper .notification-bet-type-card-wrapper>.MuiStack-root:first-of-type{display:flex;align-items:center;flex-direction:row;justify-content:space-between;gap:10px;margin-bottom:5px}.notification-popover .notification-wrapper .notification-bet-type-card-wrapper>.MuiStack-root:first-of-type>.MuiTypography-root{font-size:14px;font-weight:500;display:flex;gap:5px;align-items:center}.notification-popover .notification-wrapper .notification-bet-type-card-wrapper>.MuiStack-root:first-of-type>.MuiTypography-root>.MuiAvatar-root{height:20px;width:20px}.notification-popover .notification-wrapper .notification-bet-type-card-wrapper>.MuiBox-root:last-of-type>.MuiButtonBase-root{border-radius:6px;text-transform:capitalize}.main-logo.MuiAvatar-root{width:101px;height:30px;margin-left:10px;display:inline-block}.right-container-box{margin:auto 40px;cursor:pointer}@media (max-width: 600px){.right-container-box{margin:auto 90px auto auto}}.drawer-icon.MuiIconButton-root{display:none}.right-menu-header{gap:8px;justify-content:space-between}.right-menu-header .MuiDivider-vertical{border-color:var(--gray-300)}@media (max-width: 600px){.right-menu-header .MuiDivider-vertical{margin-left:8px}}.header-disabled-container{display:flex;justify-content:space-between;height:60px;background-color:var(--voilet-100);position:sticky;left:0;right:0;top:0;z-index:9;align-items:center;padding-left:18px}.header-container{display:flex;justify-content:space-between;height:60px;background-color:var(--primary-header);position:sticky;left:0;right:0;top:0;z-index:9;align-items:flex-start;padding-left:18px;border-bottom:1px solid rgba(255,255,255,.12)}.header-container .MuiBox-root{margin:auto 0}@media (max-width: 580px){.header-container{padding-left:0}}.header-container.header-container-position{position:fixed}.humburger-icon{cursor:pointer}.humburger-icon.MuiAvatar-root{width:18px;height:12px}.notification-count-text.MuiChip-root{width:24px;height:16px;background:var(--green-100);border:1px solid var(--green-200);border-radius:5px;color:var(--green-300);font-weight:700;font-size:10px;text-align:center}.notification-count-text .MuiChip-label{padding:0}.account-popover.MuiPopover-root{top:10px}@media (max-width: 867px){.account-popover.MuiPopover-root{top:20px}}.account-popover .MuiPopover-paper{max-height:none}.account-popover .MuiPaper-elevation8{width:322px;border:1px solid var(--secondary-border)}@media (max-width: 867px){.account-popover .MuiPaper-elevation8{width:222px}}.vs-coin-logo.MuiTypography-root{border-radius:20px;border:2px solid var(--green-500);color:var(--green-500);font-size:10px;font-weight:500;line-height:normal;letter-spacing:-.2px;padding:4px;margin-right:5px}.vs-coin-count.MuiTypography-root{font-size:18px;font-weight:578;line-height:20px;letter-spacing:.9px;margin-left:5px}@media (max-width: 600px){.vs-coin-count.MuiTypography-root{font-size:12px;font-weight:400;flex-direction:column;gap:0}}.header-bet-add-container.MuiButton-root{background:var(--white-bg);border-radius:5px;padding:0;width:89px;height:31px;color:var(--primary-black);font-weight:500;line-height:normal;letter-spacing:.176px;font-size:13px;margin:auto 40px auto auto;text-transform:capitalize}.header-bet-add-container.MuiButton-root>.MuiButton-startIcon{margin-right:4px}.header-bet-add-container.MuiButton-root .MuiIcon-root{height:auto}.header-bet-add-container.MuiButton-root:hover{border:1px solid var(--primary-dark-gray);background:var(--white-bg);color:var(--primary-black)}@media (max-width: 600px){.header-bet-add-container.MuiButton-root{margin:15px;width:71px;height:26px;font-size:11px}}.header-bet-add-container .MuiIcon-root{height:auto}.header-signup-container.MuiButton-root{background:var(--primary-light-fill);border-radius:5px;padding:0;width:89px;height:31px;color:var(--primary-light-color);font-weight:500;line-height:normal;letter-spacing:.176px;font-size:13px;margin:auto 40px auto auto;text-transform:capitalize;border:0}.header-signup-container.MuiButton-root>.MuiButton-startIcon{margin-right:4px}.header-signup-container.MuiButton-root .MuiIcon-root{height:auto;margin-top:1px}.header-signup-container.MuiButton-root svg{fill:var(--primary-light-color)}.header-signup-container.MuiButton-root:hover{border:1px solid var(--primary-dark-gray);background:transparent;color:var(--primary-black)}.header-signup-container.MuiButton-root:hover svg{fill:var(--primary-black)}@media (max-width: 600px){.header-signup-container.MuiButton-root{margin:15px;width:71px;height:26px;font-size:11px}}.header-signup-container .MuiIcon-root{height:auto}.header-signin-container.MuiButton-root{border-radius:5px;padding:0;height:31px;color:var(--button-text);font-weight:500;line-height:normal;letter-spacing:.176px;font-size:13px;margin:auto;text-transform:capitalize;border:0}.header-signin-container.MuiButton-root>.MuiButton-startIcon{margin-right:4px}.header-signin-container.MuiButton-root>.MuiButton-startIcon svg{fill:var(--button-text)}.header-signin-container.MuiButton-root .MuiIcon-root{height:auto;margin-top:3px}@media (max-width: 600px){.header-signin-container.MuiButton-root{margin:15px;width:71px;height:26px;font-size:11px}}.header-signin-container .MuiIcon-root{height:auto}.wallet-wrapper.MuiStack-root{flex-direction:row}@media (max-width: 600px){.wallet-wrapper.MuiStack-root{align-items:center;flex-direction:column}}.fantix-header-left-stack{border-right:1px solid #fbfaf6;padding:0 40px}@media (max-width: 867px){.fantix-header-left-stack{padding:0 10px;margin:auto!important}}.fantix-header-bet-btn-left-stack{border-right:1px solid #fbfaf6;padding:0 15px 0 40px}@media (max-width: 867px){.fantix-header-bet-btn-left-stack{padding:0 10px}}.fantix-header-right-stack{align-items:center}.rocket-icon{display:none!important}.play-quiz-button{position:relative;display:none}.shop-button{background:var(--shop-card-bg);background-size:400% 400%;padding:2px;border-radius:8px;border:0;animation:gradientShift 8s ease infinite;text-decoration:none;display:flex;align-items:center;justify-content:center}.shop-button p{gap:6px;align-items:center;display:flex;background:var(--primary-bg);padding:5px 16px;color:var(--black);font-size:14px;font-weight:600;border-radius:6px;text-transform:none;line-height:22px;margin:0}@media (max-width: 600px){.shop-button p{padding:5px 8px}}.shop-button p .custom-avatar{width:auto;height:auto}.shop-button p .custom-avatar svg{width:20px}@media (max-width: 600px){.shop-button p .custom-avatar{width:16px}}@media (max-width: 840px){.shop-button p span{display:none}}.shop-button .MuiTouchRipple-root{display:none}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media (max-width: 1199px){.right-menu-header{gap:6px}.play-quiz-button{position:relative;width:50px;min-width:50px;height:40px;display:block;margin:6px -12px 0 0!important}}@media (max-width: 991px){.rocket-icon{display:block!important;width:30px!important;height:30px!important}.drawer-icon.MuiIconButton-root{display:inline-flex}.drawer-icon .MuiAvatar-img{width:32px;height:auto}.right-menu-header{gap:6px}.main-logo.MuiAvatar-root{display:none}.custom-avatar.hamburger-icon{width:30px!important;height:30px!important}}@media (max-width: 600px){.right-menu-header{gap:0}}.slip-button-control{max-width:100%;width:150px;position:fixed;bottom:20px;right:25px;left:auto;box-shadow:0 10px 20px #0006;border-radius:30px;background:var(--yellow-gradient);cursor:pointer;z-index:3}.slip-button-control p{font-weight:600;color:#191919}.slip-button-control button{padding:0}@media (max-width: 767px){.slip-button-control{max-width:160px;right:10px;padding:12px 14px!important}}.slip-button-control .MuiBadge-root{width:24px;height:24px;border-radius:50%;background:var(--primary-light-color);color:var(--white);font-size:14px;line-height:24px;justify-content:center}.betslipDrawer .MuiDrawer-paper{max-width:100%;width:350px;top:60px;right:0;left:auto;box-shadow:0 10px 10px #00000036;background:var(--primary-bg);border-left:1px solid rgba(255,255,255,.12)}@media (max-width: 1440px){.betslipDrawer .MuiDrawer-paper{width:300px}}@media (max-width: 425px){.betslipDrawer .MuiDrawer-paper{width:100%}}.betslipDrawer .MuiDrawer-paper .box-wrapper{height:100%;display:flex;flex-direction:column}.betslipDrawer .MuiDrawer-paper .bottom-text-control .MuiFormLabel-root{color:var(--primary-black);font-size:14px;font-weight:500}.betslipDrawer .MuiDrawer-paper .bottom-text-control .MuiInputBase-input{height:40px;color:var(--black);position:relative;z-index:1}.betslipDrawer .MuiDrawer-paper .bottom-text-control fieldset{border-radius:10px;border-color:var(--profile-input-border);background:var(--profile-input-bg);z-index:-1}.betslipDrawer .MuiDrawer-paper .proceed-btn{box-shadow:0 0;background:var(--primary);padding:10px;border-radius:10px;text-transform:capitalize}.betslipDrawer .MuiDrawer-paper .bottom-control{margin:auto 14px 12px;background:var(--white-bg);border-radius:16px;box-shadow:var(--border-inset-shadow)}.betslipDrawer .MuiDrawer-paper .overflow-scroll{flex:1;overflow:auto;margin-bottom:10px}.betslipDrawer .MuiDrawer-paper .remove-button{padding:0}.betslipDrawer .MuiDrawer-paper .MuiTypography-body1{font-size:14px}.betslipDrawer .MuiDrawer-paper .bet-cards{position:relative}.betslipDrawer .MuiDrawer-paper .bet-cards:before{content:"";position:absolute;bottom:100%;left:11px;width:2px;height:calc(100% - 12px);margin-bottom:-2px;background:var(--primary-border)}.betslipDrawer .MuiDrawer-paper .bet-cards:first-child:before{opacity:0}.betslipDrawer .MuiDrawer-paper .cashout-chip{height:auto;padding:4px 0;background:var(--primary-border);color:var(--primary-black);font-size:12px}.betslipDrawer .MuiDrawer-paper .straight-bets-accordion{margin:16px -16px 0;box-shadow:0 0}.betslipDrawer .MuiDrawer-paper .straight-bets-accordion:before{content:none}.betslipDrawer .MuiDrawer-paper .straight-bets-accordion .MuiAccordionSummary-root{background:#f5f5f5;border-bottom:1px solid var(--primary-border);border-top:1px solid var(--primary-border);min-height:unset;padding:10px 16px;margin-bottom:10px}.betslipDrawer .MuiDrawer-paper .straight-bets-accordion .MuiAccordionSummary-root .MuiTypography-root{font-weight:500;font-size:14px}.betslipDrawer .MuiDrawer-paper .straight-bets-accordion .MuiAccordionSummary-root .MuiAccordionSummary-content{margin:0}.betslipDrawer .MuiDrawer-paper .straight-bets-accordion .bottom-text-control .MuiInputBase-input{height:34px;padding:6px 12px}.betslipDrawer .MuiDrawer-paper .count-label{font-weight:600;color:var(--primary)}.betslipDrawer .MuiDrawer-paper .minus-devider{margin:10px -16px 0}.betslipDrawer .MuiDrawer-paper .title-bar .MuiTypography-root{font-size:16px;font-weight:600}.betslipDrawer .MuiDrawer-paper .title-bar .MuiBadge-root{width:24px;height:24px;border-radius:50%;background:var(--primary);color:var(--white);font-size:14px;line-height:24px;justify-content:center}.bets-tabs-wrapper{margin-top:-9px}@media (max-width: 867px){.bets-tabs-wrapper{padding:0}}.bets-tabs-wrapper .bets-tabs-container{position:sticky;top:60px;z-index:99;background:var(--white-bg);padding:0 40px}@media (max-width: 867px){.bets-tabs-wrapper .bets-tabs-container{padding:5px 10px 0}}.bets-tabs-wrapper .bets-tabs-container .MuiTab-root{color:var(--primary-dark-gray);font-size:16px;font-weight:600;min-width:unset;padding:0 20px}@media (max-width: 867px){.bets-tabs-wrapper .bets-tabs-container .MuiTab-root{font-weight:578;font-size:13px;line-height:20px;padding:0 16px;min-height:38px}}.bets-tabs-wrapper .bets-tabs-container .MuiTab-root.Mui-selected{background:var(--primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bets-tabs-wrapper .bets-tabs-container .MuiTabs-indicator{background:var(--primary)!important;height:5px;border-radius:40px}@media (max-width: 867px){.bets-tabs-wrapper .bets-tabs-container .MuiTabs-indicator{height:3px}}.bets-tabs-wrapper .tab-content{padding:0 20px}.bet-modification-modal-wrapper{padding:10px;border:1px solid var(--secondary-border);margin:5px 0}.bet-modification-modal-wrapper>.MuiBox-root:last-of-type{margin:8px 0}.bet-modification-modal-wrapper>.MuiBox-root:last-of-type>.MuiButtonBase-root{border-radius:6px;text-transform:capitalize}.multiplier-card.MuiPaper-root{background-color:var(--light-dark);color:var(--black);border-radius:12px;margin:5px 0}.multiplier-card.MuiPaper-root .MuiCardContent-root{padding:2px 15px}.multiplier-card .header{display:flex;justify-content:space-between;align-items:center}.multiplier-card .header .MuiTypography-root{margin-right:12px}.multiplier-card .header .MuiSwitch-root :hover{background-color:unset}.multiplier-card .no-multipliers{margin:5px 0 10px;display:flex;flex-direction:column}.multiplier-card .no-multipliers .multiplier-button{background:linear-gradient(140deg,#72c2f9,#ffa7a4 18%,#3865bc 44%,#ffe6a3 72%,#4353f9 98%);background-size:400% 400%;padding:2px;border-radius:8px;border:0;animation:gradientShift 8s ease infinite;text-decoration:none;display:flex;align-items:center;justify-content:center}.multiplier-card .no-multipliers .multiplier-button p{width:100%;justify-content:center;gap:6px;align-items:center;display:flex;background:#03083799;padding:5px 16px;color:#fff;font-size:14px;font-weight:600;border-radius:6px;text-transform:none;line-height:22px;margin:0}@media (max-width: 600px){.multiplier-card .no-multipliers .multiplier-button p{padding:5px 8px}}.multiplier-card .no-multipliers .multiplier-button p .custom-avatar{width:auto;height:auto}.multiplier-card .no-multipliers .multiplier-button p .custom-avatar svg{width:20px}@media (max-width: 600px){.multiplier-card .no-multipliers .multiplier-button p .custom-avatar{width:16px}}@media (max-width: 840px){.multiplier-card .no-multipliers .multiplier-button p span{display:none}}.multiplier-card .no-multipliers .multiplier-button .MuiTouchRipple-root{display:none}.multiplier-card .multiplier-select{margin:12px 0;background-color:var(--light-dark);color:var(--black);border-radius:8px;box-shadow:var(--border-inset-shadow)}.multiplier-card .multiplier-select .MuiSelect-select{padding:10px 15px}.multiplier-card .multiplier-select .MuiSelect-icon{color:var(--black)}.multiplier-card .multiplier-select .MuiOutlinedInput-notchedOutline{border-color:transparent}.multiplier-card .total-row{display:flex;justify-content:space-between;align-items:center;margin-top:5px;font-weight:600;border-top:1px solid var(--gray-300);padding:5px 0}.multiplier-card .total-row .total-value{font-weight:700}.multiplier-card .MuiSwitch-root{padding:0;justify-content:flex-end;max-width:40px;align-items:center}.multiplier-card .MuiSwitch-root .MuiSwitch-track{display:block;border-radius:40px;box-shadow:var(--border-inset-shadow);background:var(--white-bg);height:22px;width:40px;opacity:1}.multiplier-card .MuiSwitch-root .MuiSwitch-switchBase{padding:11px 4px}.multiplier-card .MuiSwitch-root .MuiSwitch-thumb{width:16px;height:16px;background-color:var(--switch-thumb)}.multiplier-card .MuiSwitch-root span.Mui-checked .MuiSwitch-thumb{margin-left:-3px;filter:brightness(0) invert(1)}.multiplier-card .MuiSwitch-root span.Mui-checked+.MuiSwitch-track{background:var(--primary)!important;opacity:1;box-shadow:none}.bet-sweat-card.MuiPaper-root{background-color:var(--light-dark);color:var(--black);border-radius:12px;margin:5px 0}.bet-sweat-card.MuiPaper-root .MuiCardContent-root{padding:2px 15px}.bet-sweat-card .header{display:flex;justify-content:space-between;align-items:center}.bet-sweat-card .header .MuiTypography-root{margin-right:12px}.bet-sweat-card .header .MuiSwitch-root :hover{background-color:unset}.bet-sweat-card .MuiSwitch-root{padding:0;justify-content:flex-end;max-width:40px;align-items:center}.bet-sweat-card .MuiSwitch-root .MuiSwitch-track{display:block;border-radius:40px;box-shadow:var(--border-inset-shadow);background:var(--white-bg);height:22px;width:40px;opacity:1}.bet-sweat-card .MuiSwitch-root .MuiSwitch-switchBase{padding:11px 4px}.bet-sweat-card .MuiSwitch-root .MuiSwitch-thumb{width:16px;height:16px;background-color:var(--switch-thumb)}.bet-sweat-card .MuiSwitch-root span.Mui-checked .MuiSwitch-thumb{margin-left:-3px;filter:brightness(0) invert(1)}.bet-sweat-card .MuiSwitch-root span.Mui-checked+.MuiSwitch-track{background:var(--primary)!important;opacity:1;box-shadow:none}.daily-rewards-dialog .MuiBox-root{position:relative}.daily-rewards-dialog .MuiBox-root>.daily-header-banner.MuiAvatar-root{width:100%;height:100px;position:absolute;top:-25px;z-index:9999}.daily-rewards-dialog .MuiDialog-paper{background:transparent;box-shadow:none;border-radius:20px;width:100%;max-width:600px;padding:20px 0;height:100%;max-height:400px;overflow:hidden}.daily-rewards-dialog .daily-rewards-container{position:relative;flex:1;background:var(--shop-card-bg);background-size:400% 400%;padding:2px;border-radius:20px;border:0;animation:gradientShift 8s ease infinite;text-decoration:none;border:1px solid var(--primary-border);margin:0 95px}@media screen and (max-width: 599px){.daily-rewards-dialog .daily-rewards-container{margin:0 75px}}@media screen and (max-width: 499px){.daily-rewards-dialog .daily-rewards-container{margin:0 30px}}.daily-rewards-dialog .daily-rewards-container .daily-header{cursor:pointer;background:#72c2f9;background:linear-gradient(140deg,#72c2f9,#d4e8ff 18%,#3865bc 44%,#b0befd 72%,#4353f9 98%);padding:4px;border-radius:100px;position:absolute;left:50%;top:285px;transform:translate(-50%);white-space:nowrap;z-index:1}.daily-rewards-dialog .daily-rewards-container .daily-header .daily-header-text{border-radius:100px;padding:8px 36px;background-color:#1e2459;font-size:26px;font-weight:700}@media (max-width: 899px){.daily-rewards-dialog .daily-rewards-container .daily-header .daily-header-text{font-size:22px;padding:10px 20px;line-height:22px}}@media (max-width: 580px){.daily-rewards-dialog .daily-rewards-container .daily-header .daily-header-text{font-size:18px;padding:6px 16px}}.daily-rewards-dialog .daily-rewards-container .daily-header span{background:#fef056;background:linear-gradient(170deg,#fef056,#ffbc08);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}@media (max-width: 899px){.daily-rewards-dialog .daily-rewards-container .daily-header{padding:3px;top:295px}}@media (max-width: 580px){.daily-rewards-dialog .daily-rewards-container .daily-header{padding:2px;top:227px}}.daily-rewards-dialog .daily-rewards-container .daily-rewards-content{display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center;padding:90px 0 70px;border-radius:18px;background-image:url(/assets/winner-card-bg-JMEjXXas.png);background-size:cover;background-position:center}@media screen and (max-width: 599px){.daily-rewards-dialog .daily-rewards-container .daily-rewards-content{padding:70px 0 50px}}.daily-rewards-dialog .daily-rewards-container .daily-rewards-content .inline-text{display:flex;align-items:center;gap:10px;font-size:24px;font-weight:400;color:var(--primary-light-color)}@media screen and (max-width: 599px){.daily-rewards-dialog .daily-rewards-container .daily-rewards-content .inline-text{font-size:20px}}.daily-rewards-dialog .daily-rewards-container .daily-rewards-content .inline-text .coin-wrapper{display:flex;align-items:center;gap:4px;font-size:24px;font-weight:700}@media screen and (max-width: 599px){.daily-rewards-dialog .daily-rewards-container .daily-rewards-content .inline-text .coin-wrapper{font-size:20px}}.daily-rewards-dialog .daily-rewards-container .daily-rewards-content .inline-text .coin{color:#ffc107}.daily-rewards-dialog .daily-rewards-container .daily-rewards-content>.MuiAvatar-root{width:unset;height:60px;margin-right:8px}@media screen and (max-width: 599px){.daily-rewards-dialog .daily-rewards-container .daily-rewards-content>.MuiAvatar-root{height:40px}}.daily-rewards-dialog .daily-rewards-container .daily-rewards-content>.MuiTypography-root:last-of-type{font-size:18px;font-weight:600;color:var(--primary-light-color)}@media screen and (max-width: 599px){.daily-rewards-dialog .daily-rewards-container .daily-rewards-content>.MuiTypography-root:last-of-type{font-size:14px}}.error-found{background-color:#fff;height:100vh;display:flex;align-items:center;justify-content:center}.error-found__container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.error-found__status{margin-bottom:1rem;font-weight:700;color:#3f51b5}.error-found__title{margin-bottom:.5rem;font-weight:500;color:#333}.error-found__description{margin-bottom:1rem;color:#666}.error-found__link{text-decoration:none}.error-found__button{font-weight:600;text-transform:none}.loader-container{position:fixed;left:0;right:0;top:0;bottom:0;z-index:999;background-color:#ffffff80}.loader-container .loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:5px solid #f3f3f3;border-radius:50%;border-top:5px solid #1787e8;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.common-tabs-wrapper{margin:0 -20px}@media (max-width: 867px){.common-tabs-wrapper{padding:0}}.common-tabs-wrapper .common-tabs-container{position:sticky;top:60px;z-index:99;background:var(--secondary-bg);padding:5px 40px 16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (max-width: 867px){.common-tabs-wrapper .common-tabs-container{padding:10px 10px 20px}}.common-tabs-wrapper .common-tabs-container .MuiTab-root{font-size:16px;line-height:24px;font-weight:600;min-width:unset;padding:0 20px}.common-tabs-wrapper .common-tabs-container .MuiTab-root .MuiBadge-root .MuiBadge-badge{background:var(--scrore-highlight)!important;margin-right:-5px}@media (max-width: 867px){.common-tabs-wrapper .common-tabs-container .MuiTab-root{font-weight:578;font-size:13px;line-height:20px;padding:0 16px;min-height:38px}}.common-tabs-wrapper .common-tabs-container .MuiTab-root.Mui-selected,.common-tabs-wrapper .common-tabs-container .MuiTab-root.Mui-selected .MuiBadge-root{background:var(--primary)!important;background-clip:text!important;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.common-tabs-wrapper .common-tabs-container .MuiTab-root.Mui-selected .MuiBadge-root span{background-clip:text!important;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.common-tabs-wrapper .common-tabs-container .MuiTab-root.Mui-selected .MuiBadge-root .MuiBadge-badge{background-color:var(--scrore-highlight)!important;margin-right:-5px}.common-tabs-wrapper .common-tabs-container .MuiTabs-indicator{background:var(--primary);height:5px;border-radius:40px}@media (max-width: 867px){.common-tabs-wrapper .common-tabs-container .MuiTabs-indicator{height:3px}}.common-tabs-wrapper .tab-content{padding:0 20px}.back-wrapper-header{display:flex;padding:5px 20px;background:var(--secondary-bg);margin:0 -20px}.back-wrapper-header .MuiTypography-root{font-size:16px;font-weight:600;color:var(--primary-black);display:flex;align-items:center;cursor:pointer;gap:6px}.back-wrapper-header .MuiTypography-root>.MuiAvatar-root{width:20px}.nba-scores-wrapper>.MuiGrid2-root>.MuiGrid2-root>.MuiStack-root>.MuiTypography-root{font-size:16px;font-weight:500;margin:10px 0}.nba-scores-wrapper>.MuiGrid2-root>.MuiGrid2-root>.MuiTypography-root{font-size:14px;font-weight:500;margin:10px 0}.nba-scores-wrapper>.MuiGrid2-root .quiz-card{background:url(/assets/trivia-web-banner-BlSMzjMJ.png) no-repeat;background-position:center;background-size:cover;border-radius:30px;padding:20px 20px 60px;text-align:center;position:relative;margin:0 0 100px}@media (max-width: 767px){.nba-scores-wrapper>.MuiGrid2-root .quiz-card{border-radius:20px}}.nba-scores-wrapper>.MuiGrid2-root .quiz-card .quiz-card-title{font-size:30px;text-align:center;color:#fff;font-family:Protest Riot,sans-serif!important;line-height:36px;padding:0;position:relative;z-index:1;max-width:250px;margin:0 auto}.nba-scores-wrapper>.MuiGrid2-root .quiz-card .quiz-name{font-size:16px;color:#fff;position:relative;z-index:1}.nba-scores-wrapper>.MuiGrid2-root .quiz-card .quiz-bn-img{display:block;height:140px;margin:0 auto;position:relative;z-index:1;-webkit-animation:mover 1s infinite alternate;animation:mover 1s infinite alternate}@media (max-width: 1439px){.nba-scores-wrapper>.MuiGrid2-root .quiz-card .quiz-bn-img{height:100px}}@-webkit-keyframes mover{0%{transform:translateY(3px)}to{transform:translateY(-3px)}}@keyframes mover{0%{transform:translateY(3px)}to{transform:translateY(-3px)}}.nba-scores-wrapper>.MuiGrid2-root .quiz-card .action-button{cursor:pointer;position:absolute;bottom:-30px;left:0;right:0;margin:0 auto;width:60px;height:60px;overflow:visible;z-index:2}.nba-scores-wrapper>.MuiGrid2-root .quiz-card .action-button svg{border-radius:50%;fill:#ff9051;box-shadow:0 4px 32px #ffa16b}.nba-scores-wrapper>.MuiGrid2-root .quiz-card .action-button:before,.nba-scores-wrapper>.MuiGrid2-root .quiz-card .action-button:after{content:"";display:block;position:absolute;top:0;left:0;z-index:-1;background-color:#ffa16b;width:100%;height:100%;border-radius:50%;transition:all .4s ease-in-out;-webkit-animation:social-button-beat 1.5s ease-out infinite;animation:social-button-beat 1.5s ease-out infinite}.nba-scores-wrapper>.MuiGrid2-root .quiz-card .action-button:after{-webkit-animation:social-button-beat 1.5s ease-out .4s infinite;animation:social-button-beat 1.5s ease-out .4s infinite}@-webkit-keyframes social-button-beat{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(2)}to{opacity:0}}@keyframes social-button-beat{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(2)}to{opacity:0}}.nba-scores-wrapper .sticky-card{position:sticky;top:160px}@media (min-width: 1200px){.max-col-width{max-width:280px}}@media (min-width: 1536px){.max-col-width{max-width:320px}}.MuiMenu-paper{background:transparent!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:8px 0}.MuiMenuItem-root{color:var(--primary-black);font-size:12px!important;border-bottom:1px solid rgba(255,255,255,.1)}.MuiMenuItem-root:hover{background-color:#ffffff1f}.MuiMenuItem-root:last-child{border-bottom:none}.league-select-wrapper .MuiFormControl-root{min-width:150px}.league-select-wrapper .MuiInputBase-root{background:var(--white-bg);color:var(--primary-black);border-radius:8px;font-size:12px!important}.league-select-wrapper .MuiInputBase-root .MuiSelect-select{padding:8px 12px;display:flex;align-items:center}.league-select-wrapper .MuiInputBase-root svg{color:var(--primary-black)}.bet-page-wrapper{position:relative;height:100vh;display:flex;flex-direction:column;overflow:hidden}.bet-list-scrollable{flex:1;overflow-y:auto;padding-bottom:80px}.fixed-action-bar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:10;background-color:var(--primary-header);box-shadow:0 -2px 8px #0000001a;padding:16px;display:flex;justify-content:space-between;gap:16px;border-radius:8px}.fixed-action-bar .action_button{background:var(--white-bg)}.fixed-action-bar button{text-transform:none!important}@media (max-width: 768px){.fixed-action-bar{width:90%;flex-direction:column;align-items:stretch;transform:translate(-50%)}}.bet-wrapper{margin-top:10px;background:var(--white-bg);border-radius:10px!important;box-shadow:var(--border-inset-shadow);cursor:pointer;position:relative}.bet-wrapper>.MuiStack-root:first-of-type{background:transparent;border-bottom:1px solid var(--primary-border)}.bet-wrapper .bet-head-container{padding:15px;display:flex;flex-direction:column;gap:10px;color:var(--black)}.bet-wrapper .bet-head-container .bet-head-type{color:var(--primary-black)}.bet-wrapper .bet-head-container .league_type{background:var(--white-bg);padding:3px 8px;border-radius:8px;color:var(--primary-black)}.bet-wrapper .bet-head-container .teamname{font-size:12px;color:var(--primary-dark-gray)}.bet-wrapper .bet-head-container .bet-header{padding-bottom:10px;border-bottom:1px solid var(--primary-border)}.bet-wrapper .bet-head-container .bet-header>.MuiStack-root>.MuiTypography-root:first-of-type{display:flex;align-items:center;font-size:16px;color:var(--black)}.bet-wrapper .bet-head-container .bet-header>.MuiStack-root>.MuiTypography-root:first-of-type span{margin-left:10px;color:var(--primary-black)}.bet-wrapper .bet-head-container .bet-header>.MuiStack-root>.MuiTypography-root:first-of-type .american_odd{margin-left:10px;color:var(--black);font-size:14px}@media (max-width: 600px){.bet-wrapper .bet-head-container .bet-header>.MuiStack-root>.MuiTypography-root:first-of-type{font-size:12px}}.bet-wrapper .bet-head-container .bet-header>.MuiStack-root>.MuiTypography-root:first-of-type .MuiStack-root{margin-left:10px;background:var(--white-bg);border-radius:8px;padding:3px 8px}.bet-wrapper .bet-head-container .bet-header>.MuiStack-root>.MuiTypography-root:first-of-type .MuiStack-root .MuiTypography-root{font-size:12px;color:var(--primary-black)}.bet-wrapper .bet-head-container .bet-header>.MuiStack-root>.MuiTypography-root{font-size:12px;color:var(--primary-dark-gray)}@media (max-width: 600px){.bet-wrapper .bet-head-container .bet-header>.MuiStack-root>.MuiTypography-root{font-size:10px}}.bet-wrapper .bet-head-container .bet-header .payout-info .multiplier-badge{background-color:#00f0b51a;color:#00f0b5;font-size:14px;font-weight:700;padding:5px 8px;border-radius:8px;display:flex;align-items:center}.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root{display:flex;flex-direction:row;justify-content:space-between}.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root{display:flex;gap:5px;align-items:center}.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root span{color:var(--primary-black)}@media (max-width: 600px){.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root{font-size:12px}}@media (max-width: 600px){.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root>.MuiAvatar-root{width:16px;height:16px}}.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root:last-of-type .payout{display:flex;align-items:center;color:#888;font-size:16px;font-weight:700;gap:4px}@media (max-width: 600px){.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root:last-of-type .payout.MuiTypography-root{font-size:12px}}@media (max-width: 600px){.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root:last-of-type .payout.MuiTypography-root>.MuiAvatar-root{width:16px;height:16px}}.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root:last-of-type .payout-old{display:flex;align-items:center;font-size:14px;font-weight:500;color:#888;text-decoration:line-through;gap:4px}@media (max-width: 600px){.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root:last-of-type .payout-old.MuiTypography-root{font-size:12px}}@media (max-width: 600px){.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root:last-of-type .payout-old.MuiTypography-root>.MuiAvatar-root{width:16px;height:16px}}.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root:last-of-type .payout-old img{width:20px;height:20px}.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root:last-of-type .payout-new{display:flex;align-items:center;font-size:16px;font-weight:700;color:#00f0b5;gap:4px}@media (max-width: 600px){.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root:last-of-type .payout-new.MuiTypography-root{font-size:12px}}@media (max-width: 600px){.bet-wrapper .bet-head-container .bet-heading-summary.MuiStack-root>.MuiTypography-root:last-of-type .payout-new.MuiTypography-root>.MuiAvatar-root{width:16px;height:16px}}.bet-wrapper .bet-head-container .bet-heading-summary .span{color:var(--primary-black)}.bet-wrapper .bet-footer-container{padding:0 15px 15px;display:flex;align-items:center;justify-content:space-between;color:var(--primary-black)}.bet-wrapper .bet-footer-container>.MuiStack-root{gap:5px}@media (max-width: 499px){.bet-wrapper .bet-footer-container>.MuiStack-root .MuiTypography-root{font-size:8px}}div.bet-accordion{background:transparent!important;box-shadow:0 0!important;border-radius:0!important;border:0px solid var(--primary-border-white)!important;margin:0 0 16px!important}div.bet-accordion:before{content:none}div.bet-accordion .MuiAccordionSummary-expandIconWrapper{transform:rotate(0)}div.bet-accordion .MuiAccordionSummary-expandIconWrapper>.MuiButtonBase-root{padding:3px 10px;border-color:var(--primary);color:var(--primary);opacity:.7;border-radius:8px;text-transform:capitalize;flex:1;max-width:300px;margin-left:auto}div.bet-accordion .MuiAccordionSummary-expandIconWrapper>.MuiButtonBase-root>.MuiSvgIcon-root{height:16px;width:16px;margin-left:5px}@media (max-width: 620px){div.bet-accordion .MuiAccordionSummary-expandIconWrapper>.MuiButtonBase-root{font-size:10px;margin-top:0}}@media (max-width: 499px){div.bet-accordion .MuiAccordionSummary-expandIconWrapper>.MuiButtonBase-root{flex:unset}}div.bet-accordion .MuiAccordionSummary-expandIconWrapper svg{fill:var(--primary-dark-gray)}div.bet-accordion .MuiButtonBase-root{padding:0}div.bet-accordion .bet-accordian-outlined-button{padding:3px 10px;border-color:var(--primary);color:var(--primary);border-radius:8px;text-transform:capitalize;flex:1;max-width:100px;margin-left:auto;font-size:14px;font-weight:400}div.bet-accordion .bet-accordian-outlined-button>.MuiAvatar-root{width:16px;margin-right:8px}@media (max-width: 620px){div.bet-accordion .bet-accordian-outlined-button>.MuiAvatar-root{width:14px}}@media (max-width: 620px){div.bet-accordion .bet-accordian-outlined-button{font-size:10px;margin-top:0}}@media (max-width: 499px){div.bet-accordion .bet-accordian-outlined-button{flex:unset}}div.bet-accordion .MuiAccordionSummary-content{display:block;margin:0!important;padding:0 16px}div.bet-accordion .MuiAccordionSummary-expandIconWrapper{position:absolute;right:16px;top:14px}div.bet-accordion .bet-head-content{font-size:10px;color:var(--primary-dark-gray)}div.bet-accordion .bet-user-row .MuiStack-root>.MuiTypography-root{color:var(--black)}div.bet-accordion .bet-user-row .MuiStack-root>.MuiTypography-root span{color:var(--primary-black)}div.bet-accordion .bet-user-row .MuiAvatar-circular{width:20px;height:20px;font-size:10px}div.bet-accordion .bet-user-row p{font-size:14px}@media (max-width: 600px){div.bet-accordion .bet-user-row p{font-size:12px}}div.bet-accordion .bet-user-row .league-name{margin-left:10px;background:var(--white-bg);border-radius:8px;padding:3px 8px}div.bet-accordion .bet-user-row .league-name .MuiTypography-root{font-size:12px;color:var(--primary-black)}@media (max-width: 600px){div.bet-accordion .team-container{flex-direction:column;align-items:flex-start}}div.bet-accordion .light-font{color:var(--primary-black);margin-top:4px}@media (max-width: 600px){div.bet-accordion .light-font{font-size:9px}}div.bet-accordion .uncheck-icon{min-width:16px;width:16px;height:16px;border:2px solid var(--primary-light-color);border-radius:20px;background:transparent;position:relative;z-index:1;margin-top:2px}div.bet-accordion .status-icon{min-width:16px;width:16px;height:16px;position:relative;z-index:1;margin-top:2px}div.bet-accordion .bet-content-row{position:relative;width:100%;margin-bottom:10px}div.bet-accordion .bet-content-row:before{content:"";position:absolute;top:17px;left:8px;width:1px;height:90%;margin-bottom:-2px;background:var(--primary-light-color)}div.bet-accordion .bet-content-row:last-child:before{opacity:0}div.bet-accordion .wager-box{border:0px solid var(--primary-border);padding:20px;border-radius:10px;background:var(--white-bg);box-shadow:var(--border-inset-shadow)}@media (max-width: 899px){div.bet-accordion .wager-box{padding:14px}div.bet-accordion .wager-box h6{font-size:16px}}div.bet-accordion .sm-outlined-button{margin-top:10px;padding:6px 10px;color:var(--primary);border-radius:8px;text-transform:capitalize}div.bet-accordion .sm-outlined-button>.MuiAvatar-root{width:16px;margin-right:8px}div.bet-accordion .devider-box{border-left:1px solid var(--primary-border);padding-top:0!important;margin-top:10px;padding-left:24px}@media (max-width: 899px){div.bet-accordion .devider-box{border:0;margin:0;padding-left:0}}div.bet-accordion .devider-space{padding-top:0!important;margin-top:10px}@media (max-width: 899px){div.bet-accordion .devider-space{padding-right:0!important;gap:16px}}.more-options-footer.MuiStack-root{gap:10px;padding:0 15px 15px}.more-options-footer.MuiStack-root>.MuiButtonBase-root:not(:first-of-type){flex:1}.more-options-footer .outlined-button{margin-top:10px;padding:6px 10px;border-color:var(--primary);color:var(--primary);border-radius:8px;text-transform:capitalize;flex:1;margin-left:auto}.more-options-footer .outlined-button>.MuiAvatar-root{width:16px;margin-right:8px}@media (max-width: 620px){.more-options-footer .outlined-button>.MuiAvatar-root{width:14px}}@media (max-width: 620px){.more-options-footer .outlined-button{font-size:10px;margin-top:0}}@media (max-width: 499px){.more-options-footer .outlined-button{flex:unset}}.more-options-footer .remove-outlined-button{margin-top:10px;padding:6px 10px;color:#dc201a;background-color:#dc201a0d;border-color:#dc201a4d;border-radius:8px;text-transform:capitalize;flex:1;margin-left:auto}.more-options-footer .remove-outlined-button>.MuiAvatar-root{width:16px;margin-right:8px}@media (max-width: 620px){.more-options-footer .remove-outlined-button>.MuiAvatar-root{width:14px}}@media (max-width: 620px){.more-options-footer .remove-outlined-button{font-size:10px;margin-top:0}}@media (max-width: 499px){.more-options-footer .remove-outlined-button{flex:unset}}.more-options-footer .alone-button-outlined{max-width:200px}.settled-header{background:var(--white);border-radius:10px 10px 0 0!important;border:1px solid var(--primary-border-white);overflow:hidden;z-index:1;position:relative}.settled-header .fantixlogo{height:30px;width:unset;margin-left:16px}@media (max-width: 767px){.settled-header .fantixlogo{height:20px}}.settled-header .statuslogo{height:50px;width:unset}@media (max-width: 767px){.settled-header .statuslogo{height:36px}}.card{padding:16px;width:100%;margin-inline:auto;border:1px solid var(--primary-border-white);border-radius:10px;background:var(--white-bg);box-shadow:0 0;display:flex;justify-content:space-between;gap:16px}.teams{display:flex;flex:2;flex-direction:column;gap:8px}.teamRow{display:flex;align-items:center}.avatar{margin-right:10px;width:20px;height:20px;font-size:14px}.teamName{font-weight:500;font-size:.9rem;color:var(--black)}@media (max-width: 600px){.teamName{font-size:12px}}.scores{flex:1;text-align:center;display:flex;flex-direction:column;gap:4px;color:var(--primary-black)}.scoreRow{display:flex;justify-content:flex-end;align-items:center;gap:15px;color:var(--primary-black)}@media (max-width: 600px){.scoreRow{font-size:12px;gap:10px}}.quarter{font-size:.9rem;min-width:20px}.quarter p{color:var(--primary-black)}@media (max-width: 600px){.quarter{font-size:10px}}.total{min-width:30px;font-weight:700;font-size:.9rem}.venueInfo{white-space:pre-line;font-size:.75rem;font-weight:400}.verticalDivider{margin-inline:8px}.statusWrapper{display:flex;align-items:center;color:var(--text-secondary);font-size:14px;text-align:center}@media (max-width: 600px){.card{gap:12px}.teams{flex:unset}.statusWrapper{font-size:12px}}.date{color:var(--primary-black);margin-left:4px;font-size:12px}.bet-slip-card-card{position:relative;background:var(--white-bg);border-radius:12px;padding:16px;color:var(--black);width:100%;margin:10px auto;transition:.2s ease}.bet-slip-card-card .h2h-settled-header{border-bottom:1px solid var(--primary-border);overflow:hidden;z-index:1;position:relative}.bet-slip-card-card .h2h-settled-header .fantixlogo{height:30px;width:unset}@media (max-width: 767px){.bet-slip-card-card .h2h-settled-header .fantixlogo{height:20px}}.bet-slip-card-card .h2h-settled-header .statuslogo{height:50px;width:unset;padding-right:-16px}@media (max-width: 767px){.bet-slip-card-card .h2h-settled-header .statuslogo{height:36px}}.bet-slip-card-card .header{display:flex;justify-content:space-between;align-items:center;font-size:14px;border-bottom:1px solid var(--primary-border);padding-bottom:10px}.bet-slip-card-card .header>.MuiTypography-root{font-size:12px}@media (max-width: 499px){.bet-slip-card-card .header>.MuiTypography-root{display:flex;align-items:center;line-height:10px;font-size:10px}}.bet-slip-card-card .header>.MuiTypography-root span{display:inline-flex;align-items:center;gap:10px;font-weight:500;margin-right:5px}.bet-slip-card-card .header>.MuiTypography-root span:before{content:"";display:block;width:10px;height:10px;border-radius:50%;box-shadow:0 0 1px 1px #0000001a;animation:pulse-animation 2s infinite}.bet-slip-card-card .header>.MuiTypography-root span.live{font-size:14px;color:var(--green)}.bet-slip-card-card .header>.MuiTypography-root span.live:before{background-color:var(--green)}.bet-slip-card-card .header>.MuiTypography-root span.final{font-size:14px;color:var(--orange)}.bet-slip-card-card .header>.MuiTypography-root span.final:before{background-color:var(--orange);animation:final-pulse-animation 2s infinite}.bet-slip-card-card .header>.MuiTypography-root span.default-status{font-size:14px;color:var(--error)}.bet-slip-card-card .header>.MuiTypography-root span.default-status:before{background-color:var(--error);animation:final-pulse-animation 2s infinite}@keyframes pulse-animation{0%{box-shadow:0 0 #2fb23380}to{box-shadow:0 0 0 10px #2fb23300}}@keyframes final-pulse-animation{0%{box-shadow:0 0 #ff950080}to{box-shadow:0 0 0 10px #ff950000}}.bet-slip-card-card .header .MuiStack-root{margin-left:10px;background:var(--white-bg);border-radius:8px;padding:3px 8px}.bet-slip-card-card .header .MuiStack-root .MuiTypography-root{font-size:12px;color:var(--primary-black)}.bet-slip-card-card .header .MuiChip-root{background-color:#ffffff1a;color:var(--black);font-size:12px}.bet-slip-card-card .summary{display:flex;justify-content:space-between;margin-top:10px;font-size:14px}.bet-slip-card-card .summary .label{display:flex;align-items:center;gap:4px;color:#cbd5e1}.bet-slip-card-card .mainRow{display:flex;justify-content:space-between;margin-top:16px;gap:15px;padding-bottom:10px;border-bottom:1px solid var(--primary-border)}.bet-slip-card-card .teamBox{display:flex;flex-direction:column;flex:1}.bet-slip-card-card .teamBox .MuiStack-root{justify-content:space-between;gap:5px}.bet-slip-card-card .teamBox .teamLogo{width:32px;height:32px;margin-bottom:4px;border-radius:50%}.bet-slip-card-card .teamBox .teamName{font-weight:600;margin:4px 0}.bet-slip-card-card .teamBox .score{font-size:13px;color:#94a3b8;display:flex;align-items:center}.bet-slip-card-card .teamBox .score-highlighter{color:var(--scrore-highlight);gap:10px;display:flex;font-size:13px;align-items:center}.bet-slip-card-card .teamBox .score-highlighter>.MuiAvatar-root{opacity:1;width:10px;height:12px;border-radius:unset;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.bet-slip-card-card .teamBox .score-highlighter>.MuiAvatar-root svg{fill:var(--scrore-highlight)}.bet-slip-card-card .teamBox .userInfo{display:flex;align-items:center;gap:6px;margin-top:8px;justify-content:space-between}.bet-slip-card-card .teamBox .userInfo .MuiStack-root{align-items:center;gap:5px}.bet-slip-card-card .teamBox .userInfo .userInfoOdds.MuiStack-root .MuiTypography-root:not(:first-of-type){font-size:12px;color:#94a3b8}.bet-slip-card-card .teamBox .userInfo .MuiAvatar-root{background:var(--primary);border-radius:50%;width:32px;height:32px}.bet-slip-card-card .teamBox .userInfo .userName{font-size:13px;font-weight:500}.bet-slip-card-card .teamBox .userInfo .bet{font-size:13px;color:#60a5fa}.bet-slip-card-card .action-container{display:flex;flex:1;flex-direction:row;gap:10px;align-items:center}.bet-slip-card-card .action-container .teamLogo{width:32px;height:32px;margin-bottom:4px;border-radius:50%}.bet-slip-card-card .action-container .teamName{font-weight:600;margin:4px 0}.bet-slip-card-card .action-container .score{font-size:13px;color:#94a3b8;display:flex;align-items:center}.bet-slip-card-card .action-container .score-highlighter{color:var(--scrore-highlight);gap:10px;display:flex;font-size:13px;align-items:center}.bet-slip-card-card .action-container .score-highlighter>.MuiAvatar-root{opacity:1;width:10px;height:12px;border-radius:unset}.bet-slip-card-card .action-container .score-highlighter>.MuiAvatar-root svg{fill:var(--scrore-highlight)}.bet-slip-card-card .action-container .userInfo{display:flex;align-items:center;gap:6px;margin-top:8px;justify-content:space-between}.bet-slip-card-card .action-container .userInfo .MuiStack-root{align-items:center;gap:5px}.bet-slip-card-card .action-container .userInfo .userInfoOdds.MuiStack-root .MuiTypography-root:first-of-type{font-size:12px;color:#94a3b8}.bet-slip-card-card .action-container .userInfo .MuiAvatar-root{background:var(--primary);border-radius:50%;width:32px;height:32px}.bet-slip-card-card .action-container .userInfo .userName{font-size:13px;font-weight:500}.bet-slip-card-card .action-container .userInfo .bet{font-size:13px;color:#60a5fa}.bet-slip-card-card .action-container .actions{display:flex;flex-direction:column;gap:10px}.bet-slip-card-card .action-container .actions .acceptBtn{background:linear-gradient(to right,#00c6ff,#0072ff);color:var(--black);text-transform:none;font-weight:500}.bet-slip-card-card .action-container .actions .denyBtn{border-color:#ff4d4f;color:#ff4d4f;text-transform:none;font-weight:500}.bet-slip-card-card .footer{display:flex;justify-content:space-between;margin-top:16px;font-size:12px;color:#94a3b8}.bet-slip-card-card .footer .betId{font-weight:500}.new-post{color:var(--black);margin:auto}.new-post__box{background:var(--white-bg);border-radius:12px;padding:15px;margin-bottom:20px}.new-post__input{display:flex;align-items:flex-start;gap:10px}.new-post__input .new-post__avatar{width:45px;height:45px}.new-post__input .new-post__textfield{color:var(--black);margin-top:5px}.new-post__input .new-post__textfield textarea{color:var(--black)!important;font-size:15px;border:1px solid var(--primary-black);border-radius:8px;padding:10px}.new-post__actions{display:flex;gap:8px;margin-top:10px}.new-post__actions button{color:var(--primary-black)}.new-post .uploaded-file-box{display:flex;align-items:center;gap:10px}.new-post .uploaded-file-name{color:var(--primary-black)}.new-post__footer{display:flex;justify-content:flex-end;gap:20px;margin-top:15px}.new-post__footer .cancel-btn{text-transform:capitalize;background:var(--white-bg)!important;color:var(--black);padding:8px 25px;border-radius:10px}.new-post__footer .post-btn{text-transform:capitalize;background:var(--primary);color:var(--black)!important;padding:8px 35px;border-radius:10px}.side-menu-wrapper{margin:10px 0;padding:0 20px}.side-menu-wrapper .dashboard-control{margin-bottom:10px}.side-menu-wrapper .channels-button.MuiButtonBase-root{border-radius:3px;border:1.5px solid var(--gray);background:transparent;box-shadow:none;color:var(--primary-black);font-size:12px;font-weight:500;line-height:20px;letter-spacing:1.2px;text-transform:uppercase}.side-menu-wrapper .clicked-channels-button.MuiButtonBase-root{border-radius:3px;background:var(--voilet-200);box-shadow:none;color:var(--primary);border:1px solid var(--purple-700);font-size:13px;line-height:20px;font-weight:500}.side-menu-wrapper .fantix-side-footer{display:flex;flex-direction:column;justify-content:flex-end}.side-menu-wrapper .single-menu-text-wrapper .MuiTypography-root{font-size:14px;font-weight:500;line-height:20px}.notification-unread-count.MuiChip-root{width:24px;height:16px;background:var(--green-500);border:1px solid var(--green-500);border-radius:5px;color:var(--primary);font-weight:700;font-size:10px;text-align:center;margin-left:10px}.notification-unread-count .MuiChip-label{padding:0}.main-drawer{display:block}.mobile-drawer{display:none}.side-menu{max-height:167px;overflow:auto}@media (max-width: 580px){.side-menu{max-height:145px}}.side-menu p{color:var(--purple-600);font-weight:500;font-size:18px;padding:10px 0}.side-icon .MuiAvatar-img{object-fit:contain}.side-icon.MuiListItemIcon-root{min-width:30px;color:var(--black-100)}.side-icon .custom-avatar{width:20px;height:20px}.selected-side-icon{filter:var(--filter-color)}.divider-menu{opacity:.4}.divider-menu.MuiDivider-root{margin:10px 0;background:var(--gray-300)}.title-list-item.MuiTypography-root{color:var(--primary-black);font-size:12px;font-weight:500;line-height:20px;letter-spacing:1.2px;text-transform:uppercase}.list-item{cursor:pointer}.list-item .MuiListItemButton-root{color:var(--primary-black);margin:0 5px 0 0}.list-item .MuiListItemButton-root:hover{border-radius:8px}.list-item-clicked{cursor:pointer}.list-item-clicked .MuiListItemButton-root{border:1px solid var(--primary);background:var(--primary-light);border-radius:8px;margin:0 5px 0 0}.list-item-clicked .MuiListItemButton-root .MuiTypography-root{color:var(--black)!important}.list-item-clicked .MuiListItemButton-root:hover{background-color:var(--voilet-200)}.default-side-menu-title.MuiListItemText-root{flex:1}.default-side-menu-title .MuiTypography-root{font-size:14px!important;font-style:normal;font-weight:500;line-height:20px;color:var(--primary-black)}.default-side-menu-title .MuiBadge-root{background:var(--primary-light);border-radius:6px;padding:5px;color:var(--black);font-size:10px;font-weight:400;line-height:10px}.clicked-side-menu-title .MuiTypography-root{font-weight:500;font-size:14px;line-height:20px;color:var(--primary)}.drawer-scroll .MuiDrawer-paper{box-sizing:border-box;width:280px;top:60px;bottom:0;height:auto;color:var(--primary-black);background:var(--white-bg);z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 580px){.drawer-scroll .MuiDrawer-paper{width:225px}}.side-menu{overflow:auto}@media (max-width: 991px){.main-drawer{display:none}.mobile-drawer{display:block}}.add-friends-container{color:#fff}.add-friends-search-label{margin-bottom:.5rem!important;color:var(--primary-dark-gray)}.add-friends-search-input{margin-bottom:.5rem}.add-friends-search-input input{color:var(--black);height:40px}.add-friends-search-input fieldset{border-radius:10px;border-color:var(--profile-input-border);color:var(--black);background:var(--profile-input-bg);z-index:-1}.add-friends-search-input .MuiOutlinedInput-root:hover fieldset{border-color:#555}.friends-list-item.MuiListItem-root{border-bottom:1px solid #2c2c50;padding:5px 0;display:flex;justify-content:space-between;align-items:center}.friends-list-user{display:flex;align-items:center;color:var(--black)}.friends-list-username{color:var(--primary-dark-gray)}.user-name{font-weight:500;display:flex;align-items:center;gap:5px}.button-group{display:flex;gap:.5rem}.button-group .card-control{background:var(--primary);border-radius:12px;color:var(--black)}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-sm-semibold{font-size:14px;line-height:20px;font-weight:600}.text-md{font-size:16px;line-height:24px}.text-md-medium{font-size:16px;line-height:24px;font-weight:500}.text-sm{font-size:14px;line-height:20px}.text-lg{font-size:18px;line-height:28px}.text-lg-semibold{font-size:18px;line-height:28px;font-weight:600}.text-lg-bold{font-size:18px;line-height:28px;font-weight:700}.display-xs-medium{font-weight:500;font-size:24px;line-height:32px}.text-xl-medium{font-weight:500;font-size:20px;line-height:30px}.display-xs-bold{font-weight:700;font-size:24px;line-height:32px}.display-md-card-title{font-weight:578;font-size:18px;line-height:20px}.d-flex{display:flex}.d-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-content-evenly{-ms-flex-pack:distribute;justify-content:space-evenly}.align-items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-content-start{-ms-flex-line-pack:start;align-content:flex-start}.align-content-end{-ms-flex-line-pack:end;align-content:flex-end}.align-content-center{-ms-flex-line-pack:center;align-content:center}.align-content-between{-ms-flex-line-pack:justify;align-content:space-between}.align-content-around{-ms-flex-line-pack:distribute;align-content:space-around}.align-self-center{align-self:center}.align-self-start{align-self:flex-start}.align-self-end{align-self:end}.m-0{margin:0}.m-10{margin:10px}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-12{margin-top:12px}.mt-20{margin-top:20px}.mr-5{margin-right:5px}.mr-10{margin-right:10px}.mr-20{margin-right:20px}.mr-30{margin-right:30px!important}.ml-10{margin-left:10px}.ml-15{margin-left:15px}.ml-35{margin-left:35px}.p-30{padding:30px}.p-12{padding:12px}.p-15{padding:15px}.p-10-38{padding:10px 28px}@media (max-width: 867px){.p-10-38{padding:12px}}.p-12-40{padding:12px 40px}@media (max-width: 867px){.p-12-40{padding:12px}}.p-38-20{padding:38px 20px}@media (max-width: 867px){.p-38-20{padding:12px}}.p-12-44{padding:12px 44px}@media (max-width: 867px){.p-12-44{padding:12px}}.p-12-29-12-17{padding:12px 29px 12px 17px}.w-100{width:100%}.w-62{width:62%}@media (max-width: 1300px){.w-62{width:100%}}.w-35{width:35%}@media (max-width: 1300px){.w-35{width:100%}}.left-side-wrapper{width:62%;display:flex;flex-direction:column}@media (max-width: 1300px){.left-side-wrapper{width:100%}}.right-side-wrapper{width:35%}@media (max-width: 1300px){.right-side-wrapper{width:100%}}.white-box-container{background:var(--white-bg);padding:16px;margin-bottom:16px;border-radius:10px;box-shadow:var(--border-inset-shadow)}.white-box-container>.MuiTypography-root{font-weight:600;font-size:14px;line-height:16px;color:var(--primary-black);border-bottom:1px solid var(--primary-border-white);padding-bottom:10px}@media (max-width: 867px){.white-box-container>.MuiTypography-root{font-size:14px}}.white-box-container.temp{flex:1;overflow:auto}.white-box-container .fantix-white-box-header.MuiTypography-root{font-weight:578;font-size:18px;line-height:20px;color:var(--primary)}@media (max-width: 867px){.white-box-container .fantix-white-box-header.MuiTypography-root{font-size:15px}}.white-box-container .fantix-league-dashboard-box{max-height:370px;min-height:100px}.fantix-betting-wrapper{background-color:var(--white-100);border:1px solid var(--white-300);border-radius:4px;margin-top:12px}.right-side-border{border-right:1px solid var(--white-200)}.vertical-scroll{overflow:auto}.horizontal-scroll{overflow:hidden;overflow-x:auto;scrollbar-color:var(--black-200) var(--white-100);scrollbar-width:thin}.horizontal-scroll::-webkit-scrollbar{height:5px}.horizontal-scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0px rgba(0,0,0,0)}.horizontal-scroll::-webkit-scrollbar-thumb{height:5px;background-color:var(--black-200);border-radius:40px}.horizontal-scroll::-webkit-scrollbar:vertical{display:none}.flex-row-space-between{display:flex;flex-direction:row;justify-content:space-between}.flex-column-space-between{display:flex;flex-direction:column;justify-content:space-between}.MuiTypography-root.full-page-link-container{font-weight:578;font-size:12px;line-height:20px;color:var(--purple-700);cursor:pointer}.MuiStack-root.stack-row{flex-direction:row}.MuiTypography-root.fantix-team-dashboard-title{font-weight:500;font-size:14px;line-height:17px;text-align:left;color:var(--primary)}.MuiTypography-root.fantix-team-dashboard-sub-title{font-weight:400;font-size:10px;line-height:12px;text-align:left;color:var(--primary)}.MuiChip-root.fantix-chat-box-title{background:var(--white-100);border:1px solid var(--purple-400);border-radius:5px;color:var(--purple-400);max-width:84px;min-width:84px;font-weight:400;font-size:11px;line-height:13px;height:25px;cursor:pointer}.MuiTypography-root.upcoming-odds-header-title{font-weight:400;font-size:12px;line-height:15px;color:var(--gray-400)}.fantix-upcoming-match-odd-box.MuiChip-root{background:var(--white-100);border:1px solid var(--purple-400);border-radius:4px;color:var(--purple-400);width:60px;height:30px;cursor:pointer;margin-top:5px}@media (max-width: 900px){.fantix-upcoming-match-odd-box.MuiChip-root{width:45px}}.fantix-upcoming-match-odd-box.MuiChip-root .MuiChip-label{overflow:unset}.fantix-upcoming-match-odd-box .MuiChip-label{padding:0}@media (max-width: 1100px){.fantix-upcoming-match-odd-box .MuiChip-label{padding:5px}}.MuiTypography-root.boxscore-tabs-team-name-title{font-weight:578;font-size:20px;line-height:20px;color:var(--primary)}@media (max-width: 867px){.MuiTypography-root.boxscore-tabs-team-name-title{font-size:12px;line-height:20px}}.MuiTypography-root.fantix-column-row-black-color{color:var(--primary)}.MuiTypography-root.fantix-column-header-main-color{color:var(--purple-700)}.not-found-txt.MuiTypography-root{margin:auto}.MuiBox-root.fantix-pagination-wrapper{padding:20px 0;display:flex;justify-content:flex-end}.fantix-pagination-container .MuiButtonBase-root.Mui-selected{background-color:var(--purple-400);color:var(--white-100)}:root{--primary: #3990af;--primary-border-white: #f1f1f1;--primary-black: #191919;--primary-bg: #edf4f6;--primary-border: #d8d8d8;--primary-dark-gray: #565656;--white: #ffffff;--white-bg: #ffffff;--green: #1ae2a2;--orange: #ffbc08;--yellow-gradient-text: #3990af;--primary-light: #ebf4f7;--light-red: #e25d59;--black: #191919;--switch-thumb: #565656;--primary-light-fill: #ffffff;--primary-light-color: #3990af;--filter-color: brightness(0) saturate(100%);--secondary-bg: #ffffff;--dark-mode-shadow: unset;--secondary-border: #565656;--primary-header: #3990af;--yellow-gradient: #ffffff;--scrore-highlight: #3990af;--purple-100: #f7f8fd;--purple-400: #5a2bcf;--purple-600: #8253f7;--purple-700: #7537f8;--gray: #ccc0fe;--gray-300: #e7e7e2;--gray-400: #3c4049;--gray-600: #e0e6e6;--white-100: #ffffff;--white-200: #ececec;--white-300: #e7ebef;--white-500: #e4e4e4;--dark-purple-900: #200f39;--green-100: #d6fdce;--green-200: #ccffcb;--green-300: #429c28;--green-500: #44e296;--black-100: #000000;--black-200: #565656;--black-300: #24153c;--voilet-100: #eff2f7;--voilet-200: #efeaff;--error: #d32f2f;--profile-bg: linear-gradient( 97deg, rgba(219, 233, 248, 1) 0%, rgba(249, 244, 243, 1) 50%, rgba(254, 251, 240, 1) 100% );--button-text: #fff;--profile-input-border: rgba(0, 0, 0, .26);--profile-input-bg: transparent;--card-single-border: #72c2f9;--card-multicolor-boader: linear-gradient( 140deg, rgba(114, 194, 249, 1) 0%, rgba(212, 232, 255, 1) 18%, rgba(56, 101, 188, 1) 44%, rgba(176, 190, 253, 1) 72%, rgba(67, 83, 249, 1) 98% );--shop-card-bg: linear-gradient( 140deg, rgb(114, 194, 249) 0%, rgb(255, 167, 164) 18%, rgb(56, 101, 188) 44%, rgb(255, 230, 163) 72%, rgb(67, 83, 249) 98% );--shop-card-color: #3990af;--invert-icon: none;--border-inset-shadow: 1px 1px 0 #d8d8d8 inset, -1px -1px 0 #d8d8d8 inset;--scroll-inner-show: linear-gradient( 180deg, rgba(186, 205, 211, 0) 0%, rgb(237 244 246) 80% );--scroll-inner-top-show: linear-gradient( 360deg, rgba(186, 205, 211, 0) 0%, rgb(237 244 246) 80% );--light-dark: #ffffff;--card-bg-gradient: #9ebadfdf;--primary-post-border:#3990af}[data-theme=dark]{--primary: linear-gradient( 180deg, rgba(29, 246, 254, 1) 0%, rgba(0, 147, 188, 1) 96% );--primary-border-white: linear-gradient( 128deg, rgba(186, 205, 211, .24) 0%, rgba(143, 94, 94, .03) 100% );--primary-black: #bdb4e3;--primary-bg: #000435;--primary-border: rgb(86 86 86 / 24%);--primary-dark-gray: #bdb4e3;--primary-dark-blue: #141540;--white: #191919;--white-bg: linear-gradient( 165deg, rgba(186, 205, 211, .26) 0%, rgba(143, 94, 94, .03) 100% );--green: #1ae2a2;--orange: #ffbc08;--primary-light: linear-gradient( 180deg, rgba(29, 246, 254, 1) 0%, rgba(0, 147, 188, 1) 96% );--light-red: #e25d59;--black: #f1f1f1;--switch-thumb: #fff;--primary-light-fill: linear-gradient( 180deg, rgba(29, 246, 254, 1) 0%, rgba(0, 147, 188, 1) 96% );--primary-light-color: #f1f1f1;--filter-color: brightness(0) saturate(100%) invert(100%);--secondary-bg: #12123d;--dark-mode-shadow: 0px 4px 20px rgba(0, 0, 0, .3);--primary-header: #000435;--yellow-gradient: linear-gradient( 157deg, rgb(255, 210, 91) 0%, rgb(255, 156, 0) 98% );--yellow-gradient-text: linear-gradient( 157deg, rgb(255, 210, 91) 0%, rgb(255, 156, 0) 98% );--scrore-highlight: #ffbc08;--secondary-border: rgb(86 86 86 / 24%);--gray-300: rgba(255, 255, 255, .2);--profile-bg: linear-gradient( 170deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .01) 100% );--button-text: #f1f1f1;--profile-input-bg: rgba(36, 37, 76, .5);--profile-input-border: rgba(255, 255, 255, .05);--card-single-border: #72c2f9;--card-multicolor-boader: linear-gradient( 140deg, rgba(114, 194, 249, 1) 0%, rgba(212, 232, 255, 1) 18%, rgba(56, 101, 188, 1) 44%, rgba(176, 190, 253, 1) 72%, rgba(67, 83, 249, 1) 98% );--shop-card-bg: linear-gradient( 140deg, rgb(114, 194, 249) 0%, rgb(255, 167, 164) 18%, rgb(56, 101, 188) 44%, rgb(255, 230, 163) 72%, rgb(67, 83, 249) 98% );--shop-card-color: rgba(3, 8, 55, .6);--invert-icon: brightness(0) invert(1);--border-inset-shadow: 1px 1px 1px rgba(255, 255, 255, .06) inset, -1px -1px 1px rgba(255, 255, 255, .01) inset;--scroll-inner-show: linear-gradient( 180deg, rgba(186, 205, 211, 0) 0%, rgba(0, 4, 53, 1) 80% );--scroll-inner-top-show: linear-gradient( 360deg, rgba(186, 205, 211, 0) 0%, rgba(0, 4, 53, 1) 80% );--light-dark: #1c226e;--card-bg-gradient: rgba(3, 8, 55, .8);--primary-post-border:#3990af}@supports (font-variation-settings: normal){html{font-family:Inter var,sans-serif}}html,body{height:100%;font-family:Inter,sans-serif;background-color:var(--primary-bg);color:var(--primary-black);border-color:var(--primary-border-white)}*{box-sizing:border-box!important;font-family:Inter,sans-serif!important}code{font-family:Inter,sans-serif!important}body{margin:0}body .safe-area-container{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top);padding-right:constant(safe-area-inset-right);padding-right:env(safe-area-inset-right);padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);padding-left:constant(safe-area-inset-left);padding-left:env(safe-area-inset-left)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{transition:background-color 5000s ease-in-out 0s}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 0px rgba(0,0,0,0)}::-webkit-scrollbar-thumb{width:5px;background-color:var(--gray-300);border-radius:40px}::-webkit-scrollbar:horizontal{height:4px;border-radius:40px}@keyframes coin-flight{0%{transform:translate(0) scale(1) rotate(0);opacity:1}50%{transform:translate(calc(var(--x) * .5 + var(--sx)),calc(var(--y) * .5)) scale(1.15) rotate(360deg);opacity:1}90%{transform:translate(calc(var(--x) * .9),calc(var(--y) * .9)) scale(.5) rotate(660deg);opacity:1}to{transform:translate(var(--x),var(--y)) scale(.45) rotate(720deg);opacity:0}}.flying-coin{position:fixed;z-index:9999;pointer-events:none;--x: 0;--y: 0;--sx: 0;--r: 0deg;--dur: 1s;animation:coin-flight var(--dur) cubic-bezier(.28,.65,.45,1) forwards;will-change:transform,opacity}
