[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;overflow:hidden;width:auto!important;height:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{position:absolute;padding:0;margin:0;left:0;top:0;bottom:0;right:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{position:absolute;overflow:hidden;pointer-events:none}.simplebar-track{z-index:1;right:0;bottom:0}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:black;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}
/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/.hljs{color:#24292e;background:#ffffff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}.Components_gameStats__YFABX{display:flex;flex-direction:column;gap:1rem;background-color:#1f2937;padding:1rem;border-radius:.5rem;min-width:200px;margin-top:auto}.Components_gameBoard__t979l{display:grid;grid-gap:1px;gap:1px;background-color:#1f2937;padding:.25rem;border-radius:.5rem;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-fit-content;width:fit-content;border:2px solid #4b5563}.Components_boardRow__r8X3g{display:flex;gap:1px}.Components_boardCell__jx10m{width:1.5rem;height:1.5rem;position:relative;border-radius:.125rem;transition:background-color .1s ease-in-out;background-color:#000000}.Components_boardCell__jx10m.Components_exploding__LYc8d{animation:Components_explode__Te8Ka .3s ease-out forwards}.Components_boardRow__r8X3g.Components_shifting__Z5Hmh{animation:Components_shiftDown__PT72F .3s ease-in forwards}@media (min-width:640px){.Components_boardCell__jx10m{width:2rem;height:2rem}}.Components_cellReflection__pIk7R{position:absolute;top:3px;left:3px;width:10px;height:10px;overflow:hidden;opacity:.4}.Components_statItem__c73tQ{display:flex;align-items:center;gap:.5rem}.Components_statIcon__VC4hH{width:1.25rem;height:1.25rem}.Components_statIcon__VC4hH.Components_trophy__CeqOK{color:#fbbf24}.Components_statIcon__VC4hH.Components_zap__GeQCI{color:#60a5fa}.Components_statLabel__tSNVJ{font-size:.875rem;color:#9ca3af}.Components_statValue__dXeOj{font-size:1.25rem;font-weight:700}@keyframes Components_explode__Te8Ka{0%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}to{transform:scale(0);opacity:0}}@keyframes Components_shiftDown__PT72F{0%{transform:translateY(0)}to{transform:translateY(100%)}}.Components_nextPieceContainer___K0hO{background-color:#1f2937;padding:1rem;border-radius:.5rem;margin-bottom:1rem}.Components_nextPieceTitle__bNN6H{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#9ca3af}.Components_nextPiecePreview__xfPbC{display:flex;align-items:center;justify-content:center;padding:1rem;width:7rem;height:7rem;margin:0 auto;position:relative}.Components_nextPieceSvg__Vm1Jm{transform:scale(.8)}.Components_pieceOutline__tU7zN{position:absolute;border:2px solid #ffffff;border-radius:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.Components_controlsPanel__Z1qYG{background-color:#1f2937;padding:1rem;border-radius:.5rem;margin-top:1rem}.Components_controlsTitle__F43zD{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#9ca3af}.Components_controlsList__TPxuU{list-style:none;padding:0;margin:0;color:#9ca3af;font-size:.875rem}.Components_controlsList__TPxuU li{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.Components_controlsList__TPxuU li:last-child{margin-bottom:0}.Components_usernamePrompt__dk95L{position:absolute;inset:0;background-color:rgba(0,0,0,.85);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.5rem;padding:2rem;z-index:100}.Components_promptTitle__D_2nu{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#ffffff}.Components_promptForm__Ten_Q{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:300px}.Components_promptInput__8UmwV{padding:.75rem 1rem;border-radius:.5rem;border:2px solid #4b5563;background-color:#1f2937;color:#ffffff;font-size:1rem;width:100%;transition:border-color .2s}.Components_promptInput__8UmwV:focus{outline:none;border-color:#60a5fa}.Components_promptButton__kEL3v{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.5rem;border:none;background-color:#c9da34;color:#000000;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.Components_promptButton__kEL3v:hover{background-color:#bac952}.Components_buttonIcon__c8xbt{width:1.25rem;height:1.25rem}.Components_launchButton__t4yQ_{display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;border:none;background-color:#c9da34;color:#000000;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.Components_launchContent___N_gm{display:flex;align-items:center;gap:.75rem}.Components_launchIcon__6AN8r{width:32px;height:32px;object-fit:contain}.Components_launchButton__t4yQ_:hover{background-color:#bac952;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.Components_launchButton__t4yQ_:active{transform:translateY(0);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.Components_buttonIcon__c8xbt{width:1.5rem;height:1.5rem}.Components_leaderboard___MgDh{background-color:#1f2937;padding:1rem;border-radius:.5rem;min-width:250px;display:flex;flex-direction:column}.Components_leaderboardHeader__8MDgl{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:0 .5rem}.Components_leaderboardIcon__lOYLd{width:1.5rem;height:1.5rem;color:#fbbf24}.Components_leaderboardTitle__RvXuM{font-size:1.125rem;font-weight:600;color:#9ca3af;margin:0}.Components_leaderboardTable__2gnbQ{display:flex;flex-direction:column}.Components_leaderboardTableHeader___8fvg{display:grid;grid-template-columns:2rem 1fr 5rem;padding:.5rem;border-bottom:2px solid #374151;font-weight:600;color:#9ca3af;font-size:.875rem}.Components_leaderboardContent__v7_vQ{overflow-y:auto;max-height:400px;scrollbar-width:thin;scrollbar-color:#4b5563 #1f2937}.Components_leaderboardContent__v7_vQ::-webkit-scrollbar{width:4px}.Components_leaderboardContent__v7_vQ::-webkit-scrollbar-track{background:#1f2937}.Components_leaderboardContent__v7_vQ::-webkit-scrollbar-thumb{background-color:#4b5563;border-radius:2px}.Components_leaderboardRow__hjZ2q{display:grid;grid-template-columns:2rem 1fr 5rem;padding:.5rem;border-bottom:1px solid #374151;align-items:center}.Components_leaderboardRow__hjZ2q:last-child{border-bottom:none}.Components_leaderboardRank__Fok_4{color:#9ca3af;font-weight:600}.Components_leaderboardName__Zc5mT{color:#ffffff;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Components_leaderboardScore__050BI{color:#c9da34;font-weight:600;text-align:right}.Components_leaderboardWireframe__9XGOo{background-color:transparent;padding:1rem;border-radius:.5rem;min-width:300px;display:flex;flex-direction:column;border:2px solid #c9da34}.Components_leaderboardHeaderWireframe__5gv24{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;border-bottom:2px solid #c9da34;padding:0 .5rem .5rem}.Components_leaderboardIconWireframe__Bzf5d{width:1.5rem;height:1.5rem;color:#c9da34}.Components_leaderboardTitleWireframe__ENNFV{font-size:1.125rem;font-weight:600;color:#c9da34;margin:0}.Components_leaderboardTableWireframe__quPHz{display:flex;flex-direction:column}.Components_leaderboardTableHeaderWireframe__iSh8A{display:grid;grid-template-columns:2.5rem minmax(120px,1fr) 6.5rem;padding:.5rem;border-bottom:2px solid #c9da34;font-weight:600;color:#c9da34;font-size:.875rem}.Components_leaderboardTableHeaderWireframe__iSh8A span:last-child{text-align:right}.Components_leaderboardContentWireframe__uz51h{overflow-y:auto;max-height:400px;scrollbar-width:thin;scrollbar-color:#c9da34 transparent}.Components_leaderboardContentWireframe__uz51h::-webkit-scrollbar{width:4px}.Components_leaderboardContentWireframe__uz51h::-webkit-scrollbar-track{background:transparent}.Components_leaderboardContentWireframe__uz51h::-webkit-scrollbar-thumb{background-color:#c9da34;border-radius:2px}.Components_leaderboardRowWireframe__YDTl_{display:grid;grid-template-columns:2.5rem minmax(120px,1fr) 6.5rem;padding:.5rem;border-bottom:1px solid #c9da34;align-items:center;font-size:.75rem}.Components_leaderboardRowWireframe__YDTl_:last-child{border-bottom:none}.Components_leaderboardRankWireframe__dtV5X{color:#c9da34;font-weight:600}.Components_leaderboardNameWireframe__FSP_C{color:#c9da34;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Components_leaderboardScoreWireframe__vtqEJ{color:#c9da34;font-weight:600;text-align:right}.Components_tetrisIcon__lMHRr{margin-top:4px!important;margin-left:3px!important}.Components_controlsDivider__fxJ4C{margin-top:1rem;padding-top:1rem;border-top:1px solid #374151;color:#c9da34;font-weight:600}.Tetris_tetrisContainer__Ifw5u{background-color:#111827;color:white;display:flex;align-items:center;justify-content:center;padding-bottom:1rem}.Tetris_tetrisWrapper__SI9_x{max-width:64rem;width:100%;padding:1rem;display:flex;justify-content:center}.Tetris_tetrisContent__zJ0sN{max-width:1000px}.Tetris_gameLayout__SOHDk,.Tetris_tetrisContent__zJ0sN{display:flex;flex-direction:column;align-items:center;gap:2rem;width:100%}@media (min-width:768px){.Tetris_gameLayout__SOHDk{flex-direction:row;justify-content:center;align-items:flex-start;gap:2rem}}.Tetris_boardContainer__D3tg6{position:relative;display:flex;justify-content:center}.Tetris_controlsContainer__YfMA_{display:flex;flex-direction:column;gap:1.5rem;min-width:200px}.Tetris_gameOverlay__iUysr{position:absolute;inset:0;background-color:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;border-radius:.5rem}.Tetris_overlayContent__k7oCQ{text-align:center;animation:Tetris_fadeIn__CRnie .3s ease-in-out}.Tetris_overlayTitle__h5tXZ{font-size:3rem;font-weight:700;margin-bottom:1rem;text-transform:uppercase;background:"red";-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 20px rgba(201,218,52,.3)}.Tetris_gameScore__QfKuS{font-size:1.5rem;color:#9ca3af;margin-bottom:1rem}.Tetris_gameScore__QfKuS span{color:#c9da34;font-weight:700}@keyframes Tetris_fadeIn__CRnie{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.Tetris_titleContainer__kZUDn{display:flex;align-items:center;gap:18px}.Tetris_gameTitle__7d5GT{font-size:3.75rem;font-weight:700;margin:0}.Tetris_logoBoard__ZqZo3{display:flex;flex-direction:column;gap:1px;background-color:transparent;padding:2px;border-radius:2px}.Tetris_logoRow__tgMdw{display:flex;gap:1px}.Tetris_logoCell__CMnEt{width:18px;height:18px;background-color:transparent;position:relative}.Tetris_logoCell__CMnEt.Tetris_L__6vz7o{background-color:#c9da34;border:1px solid #36454f}.Tetris_logoCell__CMnEt.Tetris_T__ANNdX{background-color:#36454f;border:1px solid #ffffff}.Tetris_logoCell__CMnEt.Tetris_L__6vz7o:after,.Tetris_logoCell__CMnEt.Tetris_T__ANNdX:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-clip-path:polygon(0 0,0 100%,100% 0);clip-path:polygon(0 0,0 100%,100% 0);opacity:.2}.Tetris_logoCell__CMnEt.Tetris_L__6vz7o:after{background-color:#36454f}.Tetris_logoCell__CMnEt.Tetris_T__ANNdX:after{background-color:#ffffff}.Tetris_tetrisHeader___eXdB{display:flex;align-items:center;justify-content:center;position:relative;width:100%;padding:1rem}.Tetris_leaderboardContainer__1vXq2{display:none}@media (min-width:1024px){.Tetris_leaderboardContainer__1vXq2{display:block;width:320px}}.Tetris_logoContainer__xQ4eK{display:flex;flex-direction:column}.Tetris_logoGap__tPpne{height:8px}.Tetris_logoBottomGrid__FQsip,.Tetris_logoTopGrid__JaSDW{display:flex;flex-direction:column}.highlighted-row{border:1px solid #f1a26c!important;background-color:#ffda08}.highlighted-text{color:#c71010!important}.not-highlighted{border:0;background-color:#ffffff!important}.header-gray{border:1px solid #3d3d3d}.highlighted-cell{background-color:#c9da34;border:1px solid #fff;font-weight:600}.highlighted-cell-gray{background-color:#aaaaaa46;border:1px solid #fff;font-weight:600}.column-divider .MuiDataGrid-cell,.column-divider .MuiDataGrid-columnHeader{border-right:4px solid #ccc}.hljs{background:#f5f2f0;color:#333;padding:1em;border-radius:5px;overflow-x:auto}.hljs-keyword{color:#569cd6}.hljs-string{color:#f5713a}.hljs-number{color:#3faa0d}.hljs-built_in{color:#be6be4}.hljs-operator{color:#df3064}.grand-total-row{background-color:#c9da34}.app-calendar,.rbc-calendar{font-family:Poppins,serif;width:100%}.app-calendar .rbc-calendar{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-direction:column;flex-wrap:nowrap;flex:1 1 auto;width:100%;min-height:calc(100vh - 360px)}.app-cul-calendar .rbc-calendar{min-height:calc(100vh - 400px)}.rbc-toolbar button.rbc-active,.rbc-toolbar button:active{background-image:none;-o-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-event{border:1px solid #e5e9ec}.rbc-month-row{min-height:100px}.rbc-event{min-height:50px}.rbc-event:focus{outline:none}.hs-calendar .react-daypicker-root{border:1px solid #e5e9ec;border-radius:30px;padding:30px;width:100%;height:100%}.hs-calendar table{width:100%;height:calc(100% - 30px)}.hs-calendar table td{position:relative}.hs-calendar table th{text-transform:uppercase;font-weight:var(--light);font-size:15px}.hs-calendar .header .month-year{font-weight:var(--extra-bold);padding-top:3px}.hs-calendar-color .react-daypicker-root{border:0;font-size:20px}.hs-calendar-color .header{padding:30px;margin:-30px -30px 0}.hs-calendar-color .header .month-year{font-size:22px}.hs-calendar-color table{font-weight:var(--extra-bold);height:calc(100% - 60px)}.hs-calendar-color table thead th{font-weight:var(--extra-bold);font-size:20px}@media screen and (max-width:1919px){.hs-calendar .react-daypicker-root{padding:20px}.hs-calendar .react-daypicker-root td,.hs-calendar .react-daypicker-root th{width:30px}.hs-calendar table td,.hs-calendar table th{font-size:12px}.hs-calendar-color .react-daypicker-root{font-size:16px}.hs-calendar-color .header{padding:20px;margin:-20px -20px 0}.hs-calendar-color .header .month-year{font-size:18px}.hs-calendar-color table thead th{font-size:15px}.hs-calendar-color table{height:calc(100% - 70px)}}@media screen and (max-width:1367px){.hs-calendar-color table thead th{font-size:13px}}@media screen and (max-width:959px){.rbc-toolbar{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:flex-start}.rbc-toolbar .rbc-toolbar-label{margin:8px 0}.hs-calendar table{height:auto}}@media screen and (max-width:599px){.hs-calendar .react-daypicker-root{padding:10px}.hs-calendar .react-daypicker-root td,.hs-calendar .react-daypicker-root th{width:20px}.app-calendar .rbc-calendar,.app-cul-calendar .rbc-calendar{min-height:400px}}@media screen and (max-width:467px){.rbc-toolbar{font-size:12px}.rbc-toolbar button{padding:5px 10px}.hs-calendar table td,.hs-calendar table th{font-size:12px}}.cr-embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.cr-embed-responsive:before{display:block;content:""}.cr-embed-responsive .cr-embed-responsive-item,.cr-embed-responsive embed,.cr-embed-responsive iframe,.cr-embed-responsive object,.cr-embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.cr-embed-responsive-21by9:before{padding-top:42.85714286%}.cr-embed-responsive-16by9:before{padding-top:56.25%}.cr-embed-responsive-4by3:before{padding-top:75%}.cr-embed-responsive-1by1:before{padding-top:100%}@media screen and (max-width:499px){.cr-embed-responsive-16by9:before,.cr-embed-responsive-21by9:before{padding-top:100%}}.app-loader{height:100%;display:flex;flex:1 1;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0;z-index:99999}.loader-spin{text-align:center}.crema-dot{position:relative;display:inline-block;font-size:20px;width:30px;height:30px}.crema-dot-spin{transform:rotate(45deg);animation:hipsterRotate 1.2s linear infinite}.crema-dot i{width:9px;height:9px;border-radius:100%;background-color:#1890ff;transform:scale(.75);display:block;position:absolute;opacity:.5;animation:hipsterSpinMove 1s linear infinite alternate;transform-origin:50% 50%}.crema-dot i:first-child{left:10px;background-color:#1890ff;top:0}.crema-dot i:nth-child(2){right:0;top:8px;background-color:#1890ff;animation-delay:.4s}.crema-dot i:nth-child(3){right:4px;bottom:0;background-color:#1890ff;animation-delay:.8s}.crema-dot i:nth-child(4){left:4px;bottom:0;background-color:#1890ff;animation-delay:1.2s}.crema-dot i:nth-child(5){left:0;top:8px;background-color:#1890ff;animation-delay:1.2s}@keyframes hipsterSpinMove{to{opacity:1}}@keyframes hipsterRotate{to{transform:rotate(405deg)}}.animated-dot{display:inline-block;width:3px;height:3px;border-radius:50%;margin:0 2px}.animated-text .animated-dot:last-child{animation:wave .8s linear .1s infinite}.animated-text .animated-dot:nth-last-child(2){animation:wave .8s linear .2s infinite}.animated-text .animated-dot:nth-last-child(3){animation:wave .8s linear .3s infinite}@keyframes wave{0%{transform:translate(0)}50%{transform:translateY(3px)}to{transform:translate(0)}}@keyframes shake{0%{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}to{transform:translateX(0)}}.shakeIcon{padding:0;margin:0}.shakeIcon,.shakeIcon:hover .MuiSvgIcon-root{animation:shake .5s ease-in-out}.shakeIcon .MuiSvgIcon-root{fill:"#fff"}*{margin:0;padding:0}