body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{flex-direction:column}:root{--primary-light:#091429;--primary-dark:#06101d;--primary-dark-alpha:rgba(6,16,29,0.9333333333333333);--primary-highlight:#02060a;--secondary-light:#1c2c4e;--secondary-dark:#13203c;--accent-light:#00e0ca;--accent-dark:#01beb9;--text-color:#fff;--text-secondary-color:#6e7786;--dealer-button:#eee;--icon-color:#bcc1c6}div,input,p,span,textarea{font-family:Inter,serif}button,button>p{font-family:Metropolis,serif}#root,#root>div,body,html{background-color:#091429;background-color:var(--primary-light)}.Root{justify-content:center;height:100%}.Content,.Root{display:flex;flex-direction:column;align-items:center}.Content{width:40%;height:80%}@media only screen and (max-width:1024px){.Content{width:90%;height:80%;display:flex;align-items:center;flex-direction:column}}.Row{display:flex;flex-direction:row;margin:2px;height:33%;align-items:center}.SpaceBetween{justify-content:space-between}.Center{justify-content:center}.Disabled{pointer-events:none;transition:.5s;opacity:.3}.Enabled{transition:.5s;opacity:1}@font-face{font-family:"Inter";src:local("Inter-Regular"),url(/static/media/Inter-Regular.23917250.ttf) format("truetype")}@font-face{font-family:"Metropolis";src:local("Metropolis-SemiBold"),url(/static/media/Metropolis-SemiBold.5e856013.otf) format("opentype")}@-webkit-keyframes glow{0%{box-shadow:0 0 4px -4px #283651}to{box-shadow:0 0 4px 4px #283651}}@keyframes glow{0%{box-shadow:0 0 4px -4px #283651}to{box-shadow:0 0 4px 4px #283651}}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes bounce{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes flip{0%{transform:perspective(120px) rotateX(0deg);-webkit-transform:perspective(120px) rotateX(0deg)}50%{transform:perspective(120px) rotateX(-180deg);-webkit-transform:perspective(120px) rotateX(-180deg)}to{transform:perspective(120px) rotateX(0deg);-webkit-transform:perspective(120px) rotateX(0deg)}}@keyframes flip{0%{transform:perspective(120px) rotateX(0deg);-webkit-transform:perspective(120px) rotateX(0deg)}50%{transform:perspective(120px) rotateX(-180deg);-webkit-transform:perspective(120px) rotateX(-180deg)}to{transform:perspective(120px) rotateX(0deg);-webkit-transform:perspective(120px) rotateX(0deg)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}::-webkit-scrollbar{width:0}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.Input{width:90%;padding:0 5%;outline:none!important;background-color:var(--primary-dark)}.Button,.Input{border:0;border-radius:16px;height:56px;font-size:18px;color:#fff}.Button{width:100%;background-color:var(--accent-light);font-weight:700;cursor:pointer;margin:0!important}.Button:hover{background-color:var(--accent-dark)}.ButtonText{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0;margin:0}.TransparentButton,.TransparentButton:hover{background-color:transparent;color:#fff;font-weight:400;font-size:16px;width:16%}.LinkButton,.LinkButton:hover{margin:0;height:auto;color:var(--text-secondary-color);text-align:center;font-size:14px;text-decoration:underline;background-color:transparent;font-family:Inter,serif}.AccentButton{background-color:var(--accent-light)}.AccentButton:hover{background-color:var(--accent-dark)}.PrimaryButton{background-color:var(--secondary-dark)}.PrimaryButton:hover{background-color:var(--secondary-light)}.NoteText{font-size:16px;color:var(--text-color);margin-bottom:4px;margin-top:4px;padding:0}.NoteLink{cursor:pointer;font-size:16px;font-weight:700;color:var(--accent-light)}.LoaderRoot{-webkit-animation:bounceIn .5s;animation:bounceIn .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.Text{color:var(--text-color);padding:0;margin:0;width:100%;word-wrap:anywhere}.TextAlignLeft{text-align:left}.TextAlignCenter{text-align:center}.TextAlignRight{text-align:right}.ToolbarRoot{width:100%;display:flex;flex-direction:row}.ToolbarTitle{font-family:Metropolis,serif;flex:1 1;text-align:center;font-size:32px;font-weight:700;margin-bottom:64px}.BackButton,.ToolbarFakeButton{width:10%;background-color:transparent}.BackButton{cursor:pointer;height:56px;border-radius:16px;color:#fff;border:0;padding:0}.BackButton:hover{background-color:rgba(255,0,0,0)}.Card{cursor:pointer;width:48px;border-radius:6px;margin-right:4px}.CardEnabled{opacity:0;-webkit-animation:bounceIn .5s;animation:bounceIn .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.CardDisabled{opacity:.25!important;-webkit-animation:none!important;animation:none!important;-webkit-animation-fill-mode:none!important;animation-fill-mode:none!important}#root,#root>div,body,html{height:100%}p{font-family:"Inter",serif}.GameRoot,.TableWrapper{display:flex;height:100%;justify-content:center;align-items:center}.TableWrapper{flex-direction:column;width:100%}.TableToolbar{padding:20px;display:flex;flex-direction:row;width:100%}.TableToolbarLeft{align-items:flex-start;justify-content:flex-start}.TableToolbarLeft,.TableToolbarRight{display:flex;flex:1 1;flex-direction:row}.TableToolbarRight{align-items:flex-end;justify-content:flex-end}.TableContent{height:100%;flex-direction:column}.ActionsContent,.TableContent{width:100%;display:flex;align-items:center;justify-content:center}.ActionsContent{height:180px}.CollapsedActions{pointer-events:none;transition:.5s;opacity:.3}.VisibleActions{transition:.5s;opacity:1}.Table{background-color:#0b172d;flex:1 1;flex-direction:column;height:70%;width:100%;border-radius:300px;max-width:1024px;max-height:560px}.ChatWrapper{overflow:hidden;height:100%;display:flex;justify-content:right;flex-direction:row}.CollapsedChat{transition:.5s;opacity:0;width:0}.VisibleChat{transition:.5s;opacity:1;width:25%}.CollapseButton{cursor:pointer;background-color:var(--primary-dark);height:50px;margin-top:auto;margin-bottom:auto;border-radius:16px 0 0 16px;border:0;padding:0}.Buttons{margin:2px;background-color:silver;align-items:center;justify-content:center;height:10%}.Buttons,.TableCards{display:flex;flex-direction:row}.TableCards{margin-bottom:10px;margin-top:10px}.TableCard1{-webkit-animation:bounceIn .5s .1s;animation:bounceIn .5s .1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.TableCard2{-webkit-animation:bounceIn .5s .2s;animation:bounceIn .5s .2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.TableCard3{-webkit-animation:bounceIn .5s .3s;animation:bounceIn .5s .3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.TableCard4{-webkit-animation:bounceIn .5s .4s;animation:bounceIn .5s .4s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.TableCard5{-webkit-animation:bounceIn .5s .5s;animation:bounceIn .5s .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.TablePotContainer{display:flex;flex-direction:row;padding:8px;background-color:var(--primary-dark-alpha);border-radius:16px;width:auto;margin-bottom:4px;-webkit-animation:bounceIn .5s;animation:bounceIn .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.TablePot{margin-left:4px}.TablePot,.TableTotalPot{font-size:14px;text-align:center}.TableTotalPot{opacity:.8}.GameExit{cursor:pointer;border:0}.GameExit,.ProgressRoot{background-color:transparent}.ProgressRoot{height:2px;border-radius:4px}.ProgressBarGreen{height:100%;background-color:#07d600;border-radius:4px}.ProgressBarOrange{height:100%;background-color:#d64b00;border-radius:4px}.ProgressBarRed{height:100%;background-color:#d60000;border-radius:4px}.Seat{display:flex;flex-direction:column;align-items:center;justify-content:center;width:25%}.FreeSeat,.TakenSeat{color:var(--text-color);border:0;border-radius:32px;background-color:var(--primary-dark);font-size:14px;padding:4px 8px;width:64px;height:64px}.FreeSeat{cursor:pointer}.FreeSeat:hover{background-color:var(--primary-highlight)}.PlayerDetails{display:flex;flex-direction:column;width:50%;padding:6px 12px;background-color:var(--primary-dark-alpha);border-radius:10px}.GlowAnimation{border-radius:10px;-webkit-animation:glow 1s infinite alternate,bounce .5s alternate;animation:glow 1s infinite alternate,bounce .5s alternate}.PlayerNameText{font-family:Inter,serif;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}.PlayerStatus{position:relative}.PlayerMoneyText{opacity:1;right:0}.PlayerMoneyText,.PlayerStatusText{font-family:Inter,serif;font-size:14px;text-align:center;color:#ffc700}.PlayerStatusText{opacity:0;position:absolute;top:0}.PlayerMoneyAnimation{-webkit-animation:fadeOut .5s,fadeIn .5s 5s;animation:fadeOut .5s,fadeIn .5s 5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.PlayerStatusAnimation{-webkit-animation:fadeIn .5s,fadeOut .5s 5s;animation:fadeIn .5s,fadeOut .5s 5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.Cards{justify-content:center;align-items:center;margin-bottom:8px}.Cards,.PlayerActions{display:flex;flex-direction:row}.PlayerActions{margin-top:8px;-webkit-animation:bounce .5s alternate;animation:bounce .5s alternate}.SeatBet{display:flex;flex-direction:row;padding:8px;background-color:var(--primary-dark-alpha);border-radius:16px;-webkit-animation:bounceIn .5s;animation:bounceIn .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;margin-top:12px;margin-bottom:12px}.SeatBetText{margin-left:4px;font-size:14px}.LeaveButton{position:relative}.KickButton,.LeaveButton{font-family:Inter,serif;font-size:12px;cursor:pointer;color:var(--text-color);border:0;border-radius:50px;height:20px;background-color:transparent;opacity:0;-webkit-animation:bounceIn .5s;animation:bounceIn .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.DealerBadge{display:flex;background-color:var(--dealer-button);color:#000;width:16px;height:16px;border-radius:30px;justify-content:center;align-items:center;font-size:12px;-webkit-animation:flip 1s 1s;animation:flip 1s 1s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.SeatLoader{margin-top:8px}.SeatProgress{width:55%;-webkit-animation:bounce .5s alternate;animation:bounce .5s alternate}.Dialog{background-color:var(--primary-dark)}.DialogRoot{display:flex;flex-direction:column;height:100%;padding:20px 10px}.DialogContent,.DialogRoot{justify-content:center;align-items:center}.DialogContent{width:80%}.DialogImage{display:block;margin:auto;width:100px;height:100px}.DialogTitle{font-family:Metropolis,serif;text-align:center;font-size:28px;margin-top:32px;margin-bottom:16px}.DialogSubtitle{text-align:center;font-size:18px;margin-bottom:32px}.DialogButtons{display:flex;flex-direction:row}.DialogPositiveButton{margin-left:8px}.ChatRoot{padding:32px 24px;background-color:var(--primary-dark)}.ChatMessages,.ChatRoot{display:flex;flex-direction:column-reverse}.ChatMessages{overflow-y:scroll}.MessageInput{outline:none!important;color:var(--text-color);height:auto;margin-bottom:15px;resize:none;max-height:100px;font-size:16px;background-color:transparent;border:0;overflow:hidden;width:100%;padding-top:24px}.SendButton{font-size:13px;height:42px;font-weight:400}.ChatMessageName{font-size:15px;color:var(--text-secondary-color)}.ChatMessageMessage{font-size:15px;padding:0;margin-top:0;margin-bottom:10px;color:var(--text-color);word-wrap:anywhere}.ToggleButton{cursor:pointer;background-color:transparent;border:0}.ToggleDisabled{opacity:.3}.ToggleEnabled{opacity:1}.ActionButton{cursor:pointer;color:var(--text-color);border:0;border-radius:20px;background-color:var(--secondary-dark);font-size:18px;margin-right:1%}.ActionButton:hover{background-color:var(--secondary-light)}.DisabledActionButton{pointer-events:none;transition:.5s;opacity:.3}.EnabledActionButton{transition:.5s;opacity:1}.ActionGreenBg{background-color:#009400}.ActionGreenBg:hover{background-color:#37b737}.ActionRedBg{background-color:#a92424}.ActionRedBg:hover{background-color:#c82a2a}.ActionOrangeBg{background-color:#c6a700}.ActionOrangeBg:hover{background-color:#e2c217}.RaiseSliderRoot{flex-direction:column}.RaiseSlider,.RaiseSliderRoot{display:flex;justify-content:center;align-items:center;width:100%}.RaiseSlider{flex-direction:row}.RaiseValueText{margin-top:-3px;font-size:13px}.RaiseSliderTrack{background-color:red}.SliderButton{cursor:pointer;color:var(--text-color);border:0;border-radius:8px;background-color:var(--secondary-dark);font-size:18px;padding:1px 8px}.DecrementButton,.SliderButton{margin-right:8px}.IncrementButton{margin-left:8px}.DebounceInput{padding:0 20px;outline:none!important;border:0;border-radius:16px;height:56px;font-size:18px;background-color:var(--primary-dark);color:#fff}.ActionsRoot,.FutureActions,.MainActions,.RaiseTools{display:flex;flex:1 1;flex-direction:row;justify-content:center;align-items:center}.RaiseTools{opacity:0;-webkit-animation:bounceIn .5s;animation:bounceIn .5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.RaiseActions{display:flex;flex-direction:column;width:25%;max-width:360px}.RaiseButtons{display:flex;width:100%}.RaiseInput{width:5%;font-size:16px}.SmallActionButton{font-size:14px;width:25%;font-family:Inter,serif;padding:4px 0}.MediumActionButton{font-size:18px;font-family:Inter,serif;width:5%;padding:12px 0}.MainActionButton{font-size:16px;padding:14px;min-width:100px}.RadioButtonButton,.RadioButtonButton:hover{border:none;background:none;margin:0!important;cursor:pointer}.RadioButton{width:100%;flex-direction:row}.RadioButton,.RadioButtonBox{display:flex;justify-content:center;align-items:center}.RadioButtonBox{width:42px;height:28px;padding:0;margin:0!important;border-radius:42px;background-color:var(--secondary-light)}.RadioButtonText{margin-left:8px;font-size:16px}.CheckBoxButton,.CheckBoxButton:hover{border:none;background:none;margin:0!important;cursor:pointer}.CheckBox{width:100%;flex-direction:row}.CheckBox,.CheckBoxBox{display:flex;justify-content:center;align-items:center}.CheckBoxBox{width:42px;height:28px;padding:0;margin:0!important;border-radius:8px;background-color:var(--secondary-light)}.CheckBoxText{margin-left:8px;font-size:16px}.Error{flex-direction:column}.LobbyItem{background-color:var(--primary-dark);border-radius:16px;padding:0 5%;height:56px;width:90%;display:flex;align-items:center;flex-direction:row;justify-content:space-between;cursor:pointer;margin-bottom:6px}.LobbyItem:hover{background-color:var(--primary-highlight)}.LobbyItemHighlighted{border:1px solid var(--accent-light)}.LobbyBar{width:100%;align-items:center;justify-content:space-between;margin-bottom:16px}.LobbyBar,.LobbyBarButton,.LobbyBarRight{display:flex;flex-direction:row}.LobbyBarButton{background-color:var(--primary-dark);border-radius:16px;padding:0 16px;height:48px;width:auto;font-weight:400;font-size:16px;align-items:center;justify-content:space-between;cursor:pointer}.LobbyBarButton:hover{background-color:var(--primary-highlight)}.TableItems{width:100%}.LobbyDonateContainer{padding-top:32px;justify-content:center;align-content:center;display:flex;width:100%;flex-direction:column;margin-bottom:10px}.LobbyDonateText{color:var(--text-secondary-color);text-align:center;font-size:16px;margin-top:0;margin-bottom:4px}.LobbyDonateAddress{margin:0;color:var(--text-color);text-align:center;font-size:16px}.WithdrawDescription{text-align:center}.ValueInput{flex:1 1;outline:none!important;border:0;font-size:18px;background-color:transparent;color:#fff}.ValueInputRoot{width:90%;padding:0 5%}.InfoBox,.ValueInputRoot{display:flex;flex-direction:row;border-radius:16px;height:56px;background-color:var(--primary-dark);color:#fff}.InfoBox{padding:0 20px;font-size:16px;font-weight:400;align-items:center;justify-content:space-between;cursor:pointer}.InfoBox:hover{background-color:var(--primary-highlight)}.DepositDescription{text-align:center}.BannerDevRoot{position:absolute;left:0;top:0;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;height:24px;border-top:2px solid #c36e07}.BannerDevText{width:auto;background-color:#c36e07;text-align:center;font-size:14px;color:#fff;padding:8px;border-radius:0 0 8px 8px}.BannerStgRoot{position:absolute;left:0;top:0;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;height:24px;border-top:2px solid #c30723}.BannerStgText{width:auto;background-color:#c30723;text-align:center;font-size:14px;color:#fff;padding:8px;border-radius:0 0 8px 8px}
/*# sourceMappingURL=main.ef9967b7.chunk.css.map */