: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)}}[data-theme=sis-bet]{--backgroundColor: #004a3d;--backgroundColorAlt: rgba(6, 103, 82, .6);--backgroundColorAlt2: rgba(5, 138, 109, .5);--backgroundColorAlt3: rgba(6, 103, 82, .4);--backgroundColorAlt4: rgba(6, 103, 82, .3);--borderColor: #005845;--borderColorHover: #ffe538;--borderRadiusButton: 4px;--boxShadowAlt: 0 0 4px 1px rgba(0, 0, 0, .2);--buttonActivatedBackground: rgba(255, 229, 56, .7);--buttonActivatedBackgroundHover: rgba(255, 229, 56, .9);--buttonBackgroundPrimary: #ffe538;--buttonBackgroundPrimaryHover: rgba(255, 229, 56, .85);--buttonDeActivatedBackground: rgba(175, 175, 175, .89);--buttonDeActivatedBackgroundHover: rgb(255, 133, 0);--buttonTextColorPrimary: #10141d;--buttonWidth: 150px;--flagBorderColor: rgba(255, 255, 255, .54);--fontColorAlt: #ffe538;--headerBackgroundColor: #066752;--headerBackgroundHoverColor: #097d54;--headerColor: #fff;--headerFontSize: var(--headerFontSizeMaximized);--headerFontSizeMaximized: 1.5rem;--headerFontSizeMinimized: 1rem;--headerHeight: var(--headerHeightMaximized);--headerHeightMaximized: 100px;--headerHeightMinimized: 50px;--logoWidth: auto;--logoHeight: var(--logoHeightMaximized);--logoHeightMaximized: 33px;--logoHeightMinimized: 25px;--menuWidth: var(--menuWidthMaximized);--menuWidthMaximized: 250px;--menuWidthMinimized: 50px;--navigationBackgroundColor: #066752;--navigationButtonHeight: 50px;--navigationButtonMaximizedWidth: 100%;--navigationButtonMinimizedWidth: 50px;--navigationButtonWidth: var(--navigationButtonMaximizedWidth);--primaryTextColor: #ffffff;--scrollbarThumb: #ffe538;--scrollbarTrack: #004a3d;--secondaryTextColor: #ffffff;--statusBarErrorColor: #fff;--statusBarErrorBackgroundColor: rgba(183, 49, 49, .71);--statusBarInfoColor: var(--primaryTextColor);--statusBarInfoBackgroundColor: #054235;--statusBarSuccessColor: var(--primaryTextColor);--statusBarSuccessBackgroundColor: rgb(5, 66, 53);--statusBarHeight: 40px;--subscriptionURLBackground: var(--backgroundColorAlt2);--textColorRemoveDestination: rgba(183, 49, 49, .71);--themeButtonColor: #10141d;--themeButtonBackgroundColor: #ffe538;--workspaceBackgroundColor: #005845;--themeSwitchCheckedBackground: #066752;--themeSwitchUncheckedBackground: #ffffff;--themeSwitchPointerColor: #ffe538;--themeSwitchPointerBorderRadius: 50%;--themeSwitchSliderBorderRadius: 10px;--accordionHoverBackground: rgba(255, 255, 255, .08)}[data-theme=sis-bet] .MuiList-root .Mui-selected{color:var(--buttonTextColorPrimary)!important;background-color:var(--buttonBackgroundPrimary)!important}[data-theme=sc9ja]{--backgroundColor: #22452e;--backgroundColorAlt: rgba(235, 255, 186, .24);--backgroundColorAlt2: rgba(65, 131, 217, .28);--backgroundColorAlt3: rgba(231, 208, 255, .21);--backgroundColorAlt4: rgba(239, 197, 231, .44);--borderColor: #061f03;--borderColorHover: #fedd26;--borderRadiusButton: 4px;--boxShadowAlt: 0 0 4px 1px rgba(0, 0, 0, .2);--buttonActivatedBackground: rgba(255, 217, 2, .49);--buttonActivatedBackgroundHover: rgba(254, 221, 38, .69);--buttonBackgroundPrimary: rgba(255, 217, 2, .49);--buttonBackgroundPrimaryHover: rgba(254, 221, 38, .69);--buttonTextColorPrimary: #ffe43d;--buttonWidth: 150px;--flagBorderColor: #efc270;--fontColorAlt: #044234;--headerBackgroundColor: #0E3A25;--headerBackgroundHoverColor: rgba(254, 221, 38, .69);--headerColor:#fff;--headerFontSize: var(--headerFontSizeMaximized);--headerFontSizeMaximized: 1.5rem;--headerFontSizeMinimized: 1rem;--headerHeight: var(--headerHeightMaximized);--headerHeightMaximized: 100px;--headerHeightMinimized: 50px;--logoWidth: auto;--logoHeight: var(--logoHeightMaximized);--logoHeightMaximized: 50px;--logoHeightMinimized: 30px;--menuWidth: var(--menuWidthMaximized);--menuWidthMaximized: 250px;--menuWidthMinimized: 50px;--navigationBackgroundColor: #22452e;--navigationButtonHeight: 50px;--navigationButtonMaximizedWidth: 100%;--navigationButtonMinimizedWidth: 50px;--navigationButtonWidth: var(--navigationButtonMaximizedWidth);--primaryTextColor: #000;--scrollbarThumb: #fedd26;--scrollbarTrack: #0b2b1c;--secondaryTextColor: #fff;--statusBarErrorColor: var(--secondaryTextColor);--statusBarErrorBackgroundColor: rgba(183, 49, 49, .71);--statusBarInfoColor: var(--secondaryTextColor);--statusBarInfoBackgroundColor: #0f3b26;--statusBarSuccessColor: var(--secondaryTextColor);--statusBarSuccessBackgroundColor: rgb(15, 59, 38);--statusBarHeight: 40px;--subscriptionURLBackground: var(--backgroundColorAlt);--textColorRemoveDestination: rgba(183, 49, 49, .71);--themeButtonColor: #fff;--themeButtonBackgroundColor: #fedd26;--workspaceBackgroundColor: #0E3A25;--dropdownHoverColor: rgba(254, 221, 38, .56);--themeSwitchCheckedBackground: #0E3A25;--themeSwitchUncheckedBackground: #ffffff;--themeSwitchPointerColor: #fedd26;--themeSwitchPointerBorderRadius: 50%;--themeSwitchSliderBorderRadius: 10px;--accordionHoverBackground: rgba(255, 255, 255, .08)}[data-theme=sc9ja] .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--buttonBackgroundPrimary)!important}[data-theme=sc9ja] .MuiMenu-paper{color:var(--secondaryTextColor);background-color:var(--headerBackgroundColor)}[data-theme=sc9ja] .MuiList-root .MuiMenuItem-root:hover{color:var(--buttonTextColorPrimary);background-color:var(--buttonBackgroundPrimaryHover)}[data-theme=sc9ja] .MuiList-root .Mui-selected{color:var(--buttonTextColorPrimary)!important;background-color:var(--buttonBackgroundPrimary)!important}[data-theme=sc9ja] .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#fddc27!important}[data-theme=sc9ja] .Mui-checked,[data-theme=sc9ja] .MuiSlider-thumb{color:#fddc27!important}[data-theme=sc9ja] .MuiSwitch-track,[data-theme=sc9ja] .MuiSlider-track{color:#044234!important}[data-theme=sc9ja] .MuiInput-underline:after,[data-theme=sc9ja] .MuiInput-underline.Mui-focused:after{border-bottom-color:var(--buttonBackgroundPrimary)!important}[data-theme=sc9ja] .MuiSwitch-thumb,[data-theme=sc9ja] .MuiSlider-rail{color:#fddc27}[data-theme=sc9ja] .MuiDataGrid-root{background:var(--backgroundColorAlt)!important;color:var(--primaryTextColor)!important}[data-theme=sc9ja] .MuiDataGrid-root .MuiDataGrid-columnHeader{background:var(--headerBackgroundColor)!important;color:var(--headerColor)!important}[data-theme=sc9ja] .MuiDataGrid-root .MuiDataGrid-filler{background:var(--headerBackgroundColor)!important}[data-theme=sc9ja] .MuiDataGrid-root .MuiSvgIcon-root{color:var(--headerColor)!important}[data-theme=sc9ja] .MuiDataGrid-root .MuiDataGrid-row{background:var(--backgroundColorAlt);color:var(--primaryTextColor)}[data-theme=sc9ja] .MuiDataGrid-root .MuiDataGrid-row:hover{background:var(--backgroundColorAlt2)}[data-theme=sc9ja] .MuiDataGrid-root .MuiDataGrid-cell{color:var(--secondaryTextColor);background:var(--backgroundColorAlt)}[data-theme=sc9ja] .MuiDataGrid-root .MuiDataGrid-footerContainer{background:var(--headerBackgroundColor)!important;color:var(--secondaryTextColor)!important}[data-theme=sc9ja] .MuiDataGrid-root .MuiTablePagination-root,[data-theme=sc9ja] .MuiDataGrid-root .MuiTablePagination-selectIcon,[data-theme=sc9ja] .MuiDataGrid-root .MuiTablePagination-actions button{color:var(--secondaryTextColor)!important}[data-theme=sc9ja] .MuiDataGrid-root .MuiTablePagination-actions button:hover{background:var(--headerBackgroundHoverColor)!important}[data-theme=sc9ja] .MuiDataGrid-root .MuiTablePagination-actions button.Mui-disabled{color:#ffffff4d!important}[data-theme=pst-bet]{--backgroundColor: #f5f7fa;--backgroundColorAlt: #ffffff;--backgroundColorAlt2: rgba(200, 230, 250, .6);--backgroundColorAlt3: rgba(219, 219, 219, .5);--backgroundColorAlt4: rgba(238, 238, 238, .6);--borderColor: #d0d7de;--borderColorHover: #ffe538;--borderRadiusButton: 4px;--boxShadowAlt: 0 0 4px 1px rgba(0, 0, 0, .1);--buttonActivatedBackground: #4caf50;--buttonActivatedBackgroundHover: #66bb6a;--buttonBackgroundPrimary: #ffe538;--buttonBackgroundPrimaryHover: #ffea55;--buttonTextColorPrimaryHover: #2e2e2e;--buttonDeActivatedBackground: rgba(175, 175, 175, .89);--buttonDeActivatedBackgroundHover: rgb(255, 133, 0);--buttonTextColorPrimary: #2e2e2e;--buttonWidth: 150px;--flagBorderColor: rgba(0, 0, 0, .2);--fontColorAlt: #24292f;--fontColorMuted: #656d76;--headerBackgroundColor: #232323;--headerBackgroundHoverColor: rgba(255, 229, 56, .3);--headerColor: #ffffff;--headerFontSize: var(--headerFontSizeMaximized);--headerFontSizeMaximized: 1.5rem;--headerFontSizeMinimized: 1rem;--headerHeight: var(--headerHeightMaximized);--headerHeightMaximized: 100px;--headerHeightMinimized: 50px;--logoWidth: auto;--logoHeight: var(--logoHeightMaximized);--logoHeightMaximized: 33px;--logoHeightMinimized: 25px;--menuWidth: var(--menuWidthMaximized);--menuWidthMaximized: 250px;--menuWidthMinimized: 50px;--navigationBackgroundColor: #e8f4fc;--navigationButtonHeight: 50px;--navigationButtonMaximizedWidth: 100%;--navigationButtonMinimizedWidth: 50px;--navigationButtonWidth: var(--navigationButtonMaximizedWidth);--primaryTextColor: #24292f;--scrollbarThumb: #ffe538;--scrollbarTrack: #e0e0e0;--secondaryTextColor: #24292f;--statusBarErrorColor: #fff;--statusBarErrorBackgroundColor: rgba(183, 49, 49, .71);--statusBarInfoColor: #24292f;--statusBarInfoBackgroundColor: #e8f4fc;--statusBarSuccessColor: #fff;--statusBarSuccessBackgroundColor: #4caf50;--statusBarHeight: 40px;--subscriptionURLBackground: var(--backgroundColorAlt2);--textColorRemoveDestination: rgba(183, 49, 49, .71);--themeButtonColor: #2e2e2e;--themeButtonBackgroundColor: #ffe538;--workspaceBackgroundColor: #eaeef2;--themeSwitchCheckedBackground: #232323;--themeSwitchUncheckedBackground: #ffffff;--themeSwitchPointerColor: #ffe538;--themeSwitchPointerBorderRadius: 50%;--themeSwitchSliderBorderRadius: 10px;--accordionHoverBackground: rgba(0, 0, 0, .04);--liveColor: #d32f2f;--preMatchColor: #1976d2;--warningColor: #ed6c02;--errorColor: #d32f2f;--muiCardBackground: #ffffff;--muiInputBackground: #ffffff;--muiInputBorder: rgba(0, 0, 0, .23);--muiInputFocusBorder: #ffe538;--muiInputLabelColor: rgba(0, 0, 0, .6);--muiInputTextColor: #24292f;--muiDividerColor: rgba(0, 0, 0, .12);--muiToggleButtonBackground: #ffffff;--muiToggleButtonSelectedBackground: #ffe538;--muiToggleButtonBorder: rgba(0, 0, 0, .12)}[data-theme=pst-bet] .MuiList-root .Mui-selected{color:var(--buttonTextColorPrimary)!important;background-color:var(--buttonBackgroundPrimary)!important}[data-theme=pst-bet] .MuiCard-root{background:var(--muiCardBackground)!important;color:var(--primaryTextColor)!important}[data-theme=pst-bet] .MuiTextField-root .MuiInputBase-root{background:var(--muiInputBackground)!important;color:var(--muiInputTextColor)!important}[data-theme=pst-bet] .MuiTextField-root .MuiInputLabel-root{color:var(--muiInputLabelColor)!important}[data-theme=pst-bet] .MuiTextField-root .MuiOutlinedInput-notchedOutline{border-color:var(--muiInputBorder)!important}[data-theme=pst-bet] .MuiTextField-root .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--primaryTextColor)!important}[data-theme=pst-bet] .MuiTextField-root .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--muiInputFocusBorder)!important}[data-theme=pst-bet] .MuiSelect-root{background:var(--muiInputBackground)!important;color:var(--muiInputTextColor)!important}[data-theme=pst-bet] .MuiFormControl-root .MuiInputLabel-root{color:var(--muiInputLabelColor)!important}[data-theme=pst-bet] .MuiFormControl-root .MuiInputBase-root{background:var(--muiInputBackground)!important;color:var(--muiInputTextColor)!important}[data-theme=pst-bet] .MuiDivider-root{border-color:var(--muiDividerColor)!important}[data-theme=pst-bet] .MuiToggleButtonGroup-root .MuiToggleButton-root{background:var(--muiToggleButtonBackground)!important;color:var(--primaryTextColor)!important;border-color:var(--muiToggleButtonBorder)!important}[data-theme=pst-bet] .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected{background:var(--muiToggleButtonSelectedBackground)!important;color:var(--buttonTextColorPrimary)!important;border-color:var(--muiToggleButtonBorder)!important}[data-theme=pst-bet] .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected:hover{background:var(--buttonBackgroundPrimaryHover)!important}[data-theme=pst-bet] .MuiToggleButtonGroup-root .MuiToggleButton-root:hover{background:var(--accordionHoverBackground)!important}[data-theme=pst-bet] .MuiTypography-root{color:var(--primaryTextColor)}[data-theme=pst-bet] .MuiTypography-root.MuiTypography-caption{color:var(--muiInputLabelColor)}[data-theme=pst-bet] .MuiDialog-paper,[data-theme=pst-bet] .MuiDataGrid-root{background:var(--backgroundColorAlt)!important;color:var(--primaryTextColor)!important}[data-theme=pst-bet] .MuiDataGrid-root .MuiDataGrid-columnHeader{background:var(--backgroundColorAlt2)!important;color:var(--primaryTextColor)!important}[data-theme=pst-bet] .MuiDataGrid-root .MuiDataGrid-filler{background:var(--backgroundColorAlt2)!important}[data-theme=pst-bet] .MuiDataGrid-root .MuiSvgIcon-root{color:var(--primaryTextColor)!important}[data-theme=pst-bet] .MuiDataGrid-root .MuiDataGrid-row{background:var(--backgroundColorAlt);color:var(--primaryTextColor)}[data-theme=pst-bet] .MuiDataGrid-root .MuiDataGrid-row:hover{background:var(--accordionHoverBackground)}[data-theme=pst-bet] .MuiDataGrid-root .MuiDataGrid-cell{color:var(--secondaryTextColor);background:var(--backgroundColorAlt)}[data-theme=pst-bet] .MuiDataGrid-root .MuiDataGrid-footerContainer{background:var(--backgroundColorAlt)!important;color:var(--secondaryTextColor)!important}[data-theme=pst-bet] .MuiDataGrid-root .MuiTablePagination-root{color:var(--secondaryTextColor)!important}[data-theme=pst-bet-dark]{--backgroundColor: #1b1b1b;--backgroundColorAlt: rgba(35, 35, 35, .9);--backgroundColorAlt2: rgba(255, 233, 88, .15);--backgroundColorAlt3: rgba(50, 50, 50, .6);--backgroundColorAlt4: rgba(43, 43, 43, .7);--borderColor: #151515;--borderColorHover: #ffe958;--borderRadiusButton: 4px;--boxShadowAlt: 0 0 4px 1px rgba(0, 0, 0, .3);--buttonActivatedBackground: rgba(255, 233, 88, .6);--buttonActivatedBackgroundHover: rgba(255, 233, 88, .8);--buttonBackgroundPrimary: rgba(255, 233, 88, .7);--buttonBackgroundPrimaryHover: rgba(255, 233, 88, .85);--buttonTextColorPrimary: #fffde7;--buttonWidth: 150px;--flagBorderColor: #ffe958;--fontColorAlt: #ffe958;--headerBackgroundColor: #232323;--headerBackgroundHoverColor: rgba(255, 233, 88, .3);--headerColor: #dfdfdf;--headerFontSize: var(--headerFontSizeMaximized);--headerFontSizeMaximized: 1.5rem;--headerFontSizeMinimized: 1rem;--headerHeight: var(--headerHeightMaximized);--headerHeightMaximized: 100px;--headerHeightMinimized: 50px;--logoWidth: auto;--logoHeight: var(--logoHeightMaximized);--logoHeightMaximized: 33px;--logoHeightMinimized: 25px;--menuWidth: var(--menuWidthMaximized);--menuWidthMaximized: 250px;--menuWidthMinimized: 50px;--navigationBackgroundColor: #232323;--navigationButtonHeight: 50px;--navigationButtonMaximizedWidth: 100%;--navigationButtonMinimizedWidth: 50px;--navigationButtonWidth: var(--navigationButtonMaximizedWidth);--primaryTextColor: #151515;--scrollbarThumb: #ffe958;--scrollbarTrack: #1b1b1b;--secondaryTextColor: #dfdfdf;--statusBarErrorColor: #dfdfdf;--statusBarErrorBackgroundColor: rgba(183, 49, 49, .71);--statusBarInfoColor: #dfdfdf;--statusBarInfoBackgroundColor: #232323;--statusBarSuccessColor: #dfdfdf;--statusBarSuccessBackgroundColor: rgb(35, 35, 35);--statusBarHeight: 40px;--subscriptionURLBackground: var(--backgroundColorAlt);--textColorRemoveDestination: rgba(183, 49, 49, .71);--themeButtonColor: #151515;--themeButtonBackgroundColor: #ffe958;--workspaceBackgroundColor: #151515;--dropdownHoverColor: rgba(255, 233, 88, .4);--themeSwitchCheckedBackground: #232323;--themeSwitchUncheckedBackground: #ffffff;--themeSwitchPointerColor: #ffe958;--themeSwitchPointerBorderRadius: 50%;--themeSwitchSliderBorderRadius: 10px;--accordionHoverBackground: rgba(255, 255, 255, .08);--muiCardBackground: rgba(35, 35, 35, .95);--muiInputBackground: rgba(45, 45, 45, .9);--muiInputBorder: rgba(255, 255, 255, .23);--muiInputFocusBorder: rgba(255, 233, 88, .7);--muiInputLabelColor: rgba(255, 255, 255, .7);--muiInputTextColor: #dfdfdf;--muiDividerColor: rgba(255, 255, 255, .12);--muiToggleButtonBackground: rgba(45, 45, 45, .8);--muiToggleButtonSelectedBackground: rgba(255, 233, 88, .7);--muiToggleButtonBorder: rgba(255, 255, 255, .12)}[data-theme=pst-bet-dark] .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--buttonBackgroundPrimary)!important}[data-theme=pst-bet-dark] .MuiMenu-paper{color:var(--secondaryTextColor);background-color:var(--headerBackgroundColor)}[data-theme=pst-bet-dark] .MuiList-root .MuiMenuItem-root:hover{color:var(--buttonTextColorPrimary);background-color:var(--buttonBackgroundPrimaryHover)}[data-theme=pst-bet-dark] .MuiList-root .Mui-selected{color:var(--buttonTextColorPrimary)!important;background-color:var(--buttonBackgroundPrimary)!important}[data-theme=pst-bet-dark] .MuiCard-root{background:var(--muiCardBackground)!important;color:var(--secondaryTextColor)!important}[data-theme=pst-bet-dark] .MuiTextField-root .MuiInputBase-root{background:var(--muiInputBackground)!important;color:var(--muiInputTextColor)!important}[data-theme=pst-bet-dark] .MuiTextField-root .MuiInputLabel-root{color:var(--muiInputLabelColor)!important}[data-theme=pst-bet-dark] .MuiTextField-root .MuiOutlinedInput-notchedOutline{border-color:var(--muiInputBorder)!important}[data-theme=pst-bet-dark] .MuiTextField-root .MuiInputBase-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--secondaryTextColor)!important}[data-theme=pst-bet-dark] .MuiTextField-root .MuiInputBase-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--muiInputFocusBorder)!important}[data-theme=pst-bet-dark] .MuiSelect-root{background:var(--muiInputBackground)!important;color:var(--muiInputTextColor)!important}[data-theme=pst-bet-dark] .MuiFormControl-root .MuiInputLabel-root{color:var(--muiInputLabelColor)!important}[data-theme=pst-bet-dark] .MuiFormControl-root .MuiInputBase-root{background:var(--muiInputBackground)!important;color:var(--muiInputTextColor)!important}[data-theme=pst-bet-dark] .MuiDivider-root{border-color:var(--muiDividerColor)!important}[data-theme=pst-bet-dark] .MuiToggleButtonGroup-root .MuiToggleButton-root{background:var(--muiToggleButtonBackground)!important;color:var(--secondaryTextColor)!important;border-color:var(--muiToggleButtonBorder)!important}[data-theme=pst-bet-dark] .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected{background:var(--muiToggleButtonSelectedBackground)!important;color:var(--buttonTextColorPrimary)!important;border-color:var(--muiToggleButtonBorder)!important}[data-theme=pst-bet-dark] .MuiToggleButtonGroup-root .MuiToggleButton-root.Mui-selected:hover{background:var(--buttonBackgroundPrimaryHover)!important}[data-theme=pst-bet-dark] .MuiToggleButtonGroup-root .MuiToggleButton-root:hover{background:var(--accordionHoverBackground)!important}[data-theme=pst-bet-dark] .MuiTypography-root{color:var(--secondaryTextColor)}[data-theme=pst-bet-dark] .MuiTypography-root.MuiTypography-caption{color:var(--muiInputLabelColor)}[data-theme=pst-bet-dark] .MuiDialog-paper{background:var(--muiCardBackground)!important;color:var(--secondaryTextColor)!important}[data-theme=pst-bet-dark] .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#ffe958!important}[data-theme=pst-bet-dark] .Mui-checked,[data-theme=pst-bet-dark] .MuiSlider-thumb{color:#ffe958!important}[data-theme=pst-bet-dark] .MuiSwitch-track,[data-theme=pst-bet-dark] .MuiSlider-track{color:#232323!important}[data-theme=pst-bet-dark] .MuiInput-underline:after,[data-theme=pst-bet-dark] .MuiInput-underline.Mui-focused:after{border-bottom-color:var(--buttonBackgroundPrimary)!important}[data-theme=pst-bet-dark] .MuiSwitch-thumb,[data-theme=pst-bet-dark] .MuiSlider-rail{color:#ffe958}[data-theme=pst-bet-dark] .MuiDataGrid-root{background:var(--backgroundColorAlt)!important;color:var(--primaryTextColor)!important}[data-theme=pst-bet-dark] .MuiDataGrid-root .MuiDataGrid-columnHeader{background:var(--headerBackgroundColor)!important;color:var(--headerColor)!important}[data-theme=pst-bet-dark] .MuiDataGrid-root .MuiDataGrid-filler{background:var(--headerBackgroundColor)!important}[data-theme=pst-bet-dark] .MuiDataGrid-root .MuiSvgIcon-root{color:var(--headerColor)!important}[data-theme=pst-bet-dark] .MuiDataGrid-root .MuiDataGrid-row{background:var(--backgroundColorAlt);color:var(--primaryTextColor)}[data-theme=pst-bet-dark] .MuiDataGrid-root .MuiDataGrid-row:hover{background:var(--backgroundColorAlt2)}[data-theme=pst-bet-dark] .MuiDataGrid-root .MuiDataGrid-cell{color:var(--secondaryTextColor);background:var(--backgroundColorAlt)}[data-theme=pst-bet-dark] .MuiDataGrid-root .MuiDataGrid-footerContainer{background:var(--headerBackgroundColor)!important;color:var(--secondaryTextColor)!important}[data-theme=pst-bet-dark] .MuiDataGrid-root .MuiTablePagination-root,[data-theme=pst-bet-dark] .MuiDataGrid-root .MuiTablePagination-selectIcon,[data-theme=pst-bet-dark] .MuiDataGrid-root .MuiTablePagination-actions button{color:var(--secondaryTextColor)!important}[data-theme=pst-bet-dark] .MuiDataGrid-root .MuiTablePagination-actions button:hover{background:var(--headerBackgroundHoverColor)!important}[data-theme=pst-bet-dark] .MuiDataGrid-root .MuiTablePagination-actions button.Mui-disabled{color:#ffffff4d!important}[data-theme="9ja-light"]{--backgroundColor: #f0f0f0;--backgroundColorAlt: rgba(241, 241, 241, .9);--backgroundColorAlt2: rgba(56, 255, 69, .15);--backgroundColorAlt3: rgba(219, 219, 219, .5);--backgroundColorAlt4: rgba(238, 238, 238, .6);--borderColor: #dbdbdb;--borderColorHover: #38ff45;--borderRadiusButton: 4px;--boxShadowAlt: 0 0 4px 1px rgba(0, 0, 0, .1);--buttonActivatedBackground: rgba(56, 255, 69, .6);--buttonActivatedBackgroundHover: rgba(56, 255, 69, .8);--buttonBackgroundPrimary: #38ff45;--buttonBackgroundPrimaryHover: rgba(56, 255, 69, .85);--buttonDeActivatedBackground: rgba(175, 175, 175, .89);--buttonDeActivatedBackgroundHover: rgb(255, 133, 0);--buttonTextColorPrimary: #2e2e2e;--buttonTextColorPrimaryHover: #ff0000;--buttonWidth: 150px;--flagBorderColor: rgba(0, 0, 0, .2);--fontColorAlt: #181818;--headerBackgroundColor: #232323;--headerBackgroundHoverColor: #2e2e2e;--headerColor: #dfdfdf;--headerFontSize: var(--headerFontSizeMaximized);--headerFontSizeMaximized: 1.5rem;--headerFontSizeMinimized: 1rem;--headerHeight: var(--headerHeightMaximized);--headerHeightMaximized: 100px;--headerHeightMinimized: 50px;--logoWidth: auto;--logoHeight: var(--logoHeightMaximized);--logoHeightMaximized: 100px;--logoHeightMinimized: 40px;--menuWidth: var(--menuWidthMaximized);--menuWidthMaximized: 250px;--menuWidthMinimized: 50px;--navigationBackgroundColor: #f1f1f1;--navigationButtonHeight: 50px;--navigationButtonMaximizedWidth: 100%;--navigationButtonMinimizedWidth: 50px;--navigationButtonWidth: var(--navigationButtonMaximizedWidth);--primaryTextColor: #181818;--scrollbarThumb: #38ff45;--scrollbarTrack: #e0e0e0;--secondaryTextColor: #181818;--statusBarErrorColor: #dfdfdf;--statusBarErrorBackgroundColor: rgba(183, 49, 49, .71);--statusBarInfoColor: #dfdfdf;--statusBarInfoBackgroundColor: #232323;--statusBarSuccessColor: #dfdfdf;--statusBarSuccessBackgroundColor: #232323;--statusBarHeight: 40px;--subscriptionURLBackground: var(--backgroundColorAlt2);--textColorRemoveDestination: rgba(183, 49, 49, .71);--themeButtonColor: #2e2e2e;--themeButtonBackgroundColor: #38ff45;--workspaceBackgroundColor: #d9d9d9;--themeSwitchCheckedBackground: #232323;--themeSwitchUncheckedBackground: #ffffff;--themeSwitchPointerColor: #38ff45;--themeSwitchPointerBorderRadius: 50%;--themeSwitchSliderBorderRadius: 10px;--accordionHoverBackground: rgba(0, 0, 0, .06)}[data-theme="9ja-light"] .MuiList-root .Mui-selected{color:var(--buttonTextColorPrimary)!important;background-color:var(--buttonBackgroundPrimary)!important}[data-theme="9ja-dark"]{--backgroundColor: #1b1b1b;--backgroundColorAlt: rgba(35, 35, 35, .9);--backgroundColorAlt2: rgba(56, 255, 69, .15);--backgroundColorAlt3: rgba(50, 50, 50, .6);--backgroundColorAlt4: rgba(43, 43, 43, .7);--borderColor: #151515;--borderColorHover: #38ff45;--borderRadiusButton: 4px;--boxShadowAlt: 0 0 4px 1px rgba(0, 0, 0, .3);--buttonActivatedBackground: rgba(56, 255, 69, .5);--buttonActivatedBackgroundHover: rgba(56, 255, 69, .7);--buttonBackgroundPrimary: rgba(56, 255, 69, .6);--buttonBackgroundPrimaryHover: rgba(56, 255, 69, .75);--buttonTextColorPrimary: #e8ffe9;--buttonWidth: 150px;--flagBorderColor: #38ff45;--fontColorAlt: #38ff45;--headerBackgroundColor: #232323;--headerBackgroundHoverColor: rgba(56, 255, 69, .2);--headerColor: #dfdfdf;--headerFontSize: var(--headerFontSizeMaximized);--headerFontSizeMaximized: 1.5rem;--headerFontSizeMinimized: 1rem;--headerHeight: var(--headerHeightMaximized);--headerHeightMaximized: 100px;--headerHeightMinimized: 50px;--logoWidth: auto;--logoHeight: var(--logoHeightMaximized);--logoHeightMaximized: 100px;--logoHeightMinimized: 40px;--menuWidth: var(--menuWidthMaximized);--menuWidthMaximized: 250px;--menuWidthMinimized: 50px;--navigationBackgroundColor: #232323;--navigationButtonHeight: 50px;--navigationButtonMaximizedWidth: 100%;--navigationButtonMinimizedWidth: 50px;--navigationButtonWidth: var(--navigationButtonMaximizedWidth);--primaryTextColor: #151515;--scrollbarThumb: #38ff45;--scrollbarTrack: #1b1b1b;--secondaryTextColor: #dfdfdf;--statusBarErrorColor: #dfdfdf;--statusBarErrorBackgroundColor: rgba(183, 49, 49, .71);--statusBarInfoColor: #dfdfdf;--statusBarInfoBackgroundColor: #232323;--statusBarSuccessColor: #dfdfdf;--statusBarSuccessBackgroundColor: rgb(35, 35, 35);--statusBarHeight: 40px;--subscriptionURLBackground: var(--backgroundColorAlt);--textColorRemoveDestination: rgba(183, 49, 49, .71);--themeButtonColor: #151515;--themeButtonBackgroundColor: #38ff45;--workspaceBackgroundColor: #151515;--dropdownHoverColor: rgba(56, 255, 69, .3);--themeSwitchCheckedBackground: #232323;--themeSwitchUncheckedBackground: #ffffff;--themeSwitchPointerColor: #38ff45;--themeSwitchPointerBorderRadius: 50%;--themeSwitchSliderBorderRadius: 10px;--accordionHoverBackground: rgba(255, 255, 255, .08)}[data-theme="9ja-dark"] .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--buttonBackgroundPrimary)!important}[data-theme="9ja-dark"] .MuiMenu-paper{color:var(--secondaryTextColor);background-color:var(--headerBackgroundColor)}[data-theme="9ja-dark"] .MuiList-root .MuiMenuItem-root:hover{color:var(--buttonTextColorPrimary);background-color:var(--buttonBackgroundPrimaryHover)}[data-theme="9ja-dark"] .MuiList-root .Mui-selected{color:var(--buttonTextColorPrimary)!important;background-color:var(--buttonBackgroundPrimary)!important}[data-theme="9ja-dark"] .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#38ff45!important}[data-theme="9ja-dark"] .Mui-checked,[data-theme="9ja-dark"] .MuiSlider-thumb{color:#38ff45!important}[data-theme="9ja-dark"] .MuiSwitch-track,[data-theme="9ja-dark"] .MuiSlider-track{color:#232323!important}[data-theme="9ja-dark"] .MuiInput-underline:after,[data-theme="9ja-dark"] .MuiInput-underline.Mui-focused:after{border-bottom-color:var(--buttonBackgroundPrimary)!important}[data-theme="9ja-dark"] .MuiSwitch-thumb,[data-theme="9ja-dark"] .MuiSlider-rail{color:#38ff45}[data-theme="9ja-dark"] .MuiDataGrid-root{background:var(--backgroundColorAlt)!important;color:var(--primaryTextColor)!important}[data-theme="9ja-dark"] .MuiDataGrid-root .MuiDataGrid-columnHeader{background:var(--headerBackgroundColor)!important;color:var(--headerColor)!important}[data-theme="9ja-dark"] .MuiDataGrid-root .MuiDataGrid-filler{background:var(--headerBackgroundColor)!important}[data-theme="9ja-dark"] .MuiDataGrid-root .MuiSvgIcon-root{color:var(--headerColor)!important}[data-theme="9ja-dark"] .MuiDataGrid-root .MuiDataGrid-row{background:var(--backgroundColorAlt);color:var(--primaryTextColor)}[data-theme="9ja-dark"] .MuiDataGrid-root .MuiDataGrid-row:hover{background:var(--backgroundColorAlt2)}[data-theme="9ja-dark"] .MuiDataGrid-root .MuiDataGrid-cell{color:var(--secondaryTextColor);background:var(--backgroundColorAlt)}[data-theme="9ja-green"]{--backgroundColor: #0a2e1e;--backgroundColorAlt: rgba(7, 96, 64, .6);--backgroundColorAlt2: rgba(255, 229, 56, .15);--backgroundColorAlt3: rgba(7, 96, 64, .4);--backgroundColorAlt4: rgba(7, 96, 64, .3);--borderColor: #151515;--borderColorHover: #ffe538;--borderRadiusButton: 4px;--boxShadowAlt: 0 0 4px 1px rgba(0, 0, 0, .3);--buttonActivatedBackground: rgba(255, 229, 56, .95);--buttonActivatedBackgroundHover: rgba(255, 229, 56, 1);--buttonBackgroundPrimary: rgba(255, 229, 56, .9);--buttonBackgroundPrimaryHover: rgba(255, 229, 56, 1);--buttonTextColorPrimary: #1a1a1a;--buttonWidth: 150px;--flagBorderColor: #ffe538;--fontColorAlt: #ffe538;--headerBackgroundColor: #076040;--headerBackgroundHoverColor: rgba(255, 229, 56, .3);--headerColor: #ffffff;--headerFontSize: var(--headerFontSizeMaximized);--headerFontSizeMaximized: 1.5rem;--headerFontSizeMinimized: 1rem;--headerHeight: var(--headerHeightMaximized);--headerHeightMaximized: 100px;--headerHeightMinimized: 50px;--logoWidth: auto;--logoHeight: var(--logoHeightMaximized);--logoHeightMaximized: 100px;--logoHeightMinimized: 40px;--menuWidth: var(--menuWidthMaximized);--menuWidthMaximized: 250px;--menuWidthMinimized: 50px;--navigationBackgroundColor: #076040;--navigationButtonHeight: 50px;--navigationButtonMaximizedWidth: 100%;--navigationButtonMinimizedWidth: 50px;--navigationButtonWidth: var(--navigationButtonMaximizedWidth);--primaryTextColor: #10141d;--scrollbarThumb: #ffe538;--scrollbarTrack: #0a2e1e;--secondaryTextColor: #ffffff;--statusBarErrorColor: #ffffff;--statusBarErrorBackgroundColor: rgba(183, 49, 49, .71);--statusBarInfoColor: #ffffff;--statusBarInfoBackgroundColor: #062d1b;--statusBarSuccessColor: #ffffff;--statusBarSuccessBackgroundColor: rgb(6, 45, 27);--statusBarHeight: 40px;--subscriptionURLBackground: var(--backgroundColorAlt);--textColorRemoveDestination: rgba(183, 49, 49, .71);--themeButtonColor: #10141d;--themeButtonBackgroundColor: #ffe538;--workspaceBackgroundColor: #0d3828;--dropdownHoverColor: rgba(255, 229, 56, .4);--themeSwitchCheckedBackground: #076040;--themeSwitchUncheckedBackground: #ffffff;--themeSwitchPointerColor: #ffe538;--themeSwitchPointerBorderRadius: 50%;--themeSwitchSliderBorderRadius: 10px;--accordionHoverBackground: rgba(255, 255, 255, .08)}[data-theme="9ja-green"] .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--buttonBackgroundPrimary)!important}[data-theme="9ja-green"] .MuiMenu-paper{color:var(--secondaryTextColor);background-color:var(--headerBackgroundColor)}[data-theme="9ja-green"] .MuiList-root .MuiMenuItem-root:hover{color:var(--buttonTextColorPrimary);background-color:var(--buttonBackgroundPrimaryHover)}[data-theme="9ja-green"] .MuiList-root .Mui-selected{color:var(--buttonTextColorPrimary)!important;background-color:var(--buttonBackgroundPrimary)!important}[data-theme="9ja-green"] .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#ffe538!important}[data-theme="9ja-green"] .Mui-checked,[data-theme="9ja-green"] .MuiSlider-thumb{color:#ffe538!important}[data-theme="9ja-green"] .MuiSwitch-track,[data-theme="9ja-green"] .MuiSlider-track{color:#076040!important}[data-theme="9ja-green"] .MuiInput-underline:after,[data-theme="9ja-green"] .MuiInput-underline.Mui-focused:after{border-bottom-color:var(--buttonBackgroundPrimary)!important}[data-theme="9ja-green"] .MuiSwitch-thumb,[data-theme="9ja-green"] .MuiSlider-rail{color:#ffe538}[data-theme="9ja-green"] .MuiDataGrid-root{background:var(--backgroundColorAlt)!important;color:var(--primaryTextColor)!important}[data-theme="9ja-green"] .MuiDataGrid-root .MuiDataGrid-columnHeader{background:var(--headerBackgroundColor)!important;color:var(--headerColor)!important}[data-theme="9ja-green"] .MuiDataGrid-root .MuiDataGrid-filler{background:var(--headerBackgroundColor)!important}[data-theme="9ja-green"] .MuiDataGrid-root .MuiSvgIcon-root{color:var(--headerColor)!important}[data-theme="9ja-green"] .MuiDataGrid-root .MuiDataGrid-row{background:var(--backgroundColorAlt);color:var(--primaryTextColor)}[data-theme="9ja-green"] .MuiDataGrid-root .MuiDataGrid-row:hover{background:var(--backgroundColorAlt2)}[data-theme="9ja-green"] .MuiDataGrid-root .MuiDataGrid-cell{color:var(--secondaryTextColor);background:var(--backgroundColorAlt)}[data-theme="9ja-green"] .MuiDataGrid-root .MuiDataGrid-footerContainer{background:var(--headerBackgroundColor)!important;color:var(--secondaryTextColor)!important}[data-theme="9ja-green"] .MuiDataGrid-root .MuiTablePagination-root,[data-theme="9ja-green"] .MuiDataGrid-root .MuiTablePagination-selectIcon,[data-theme="9ja-green"] .MuiDataGrid-root .MuiTablePagination-actions button{color:var(--secondaryTextColor)!important}[data-theme="9ja-green"] .MuiDataGrid-root .MuiTablePagination-actions button:hover{background:var(--headerBackgroundHoverColor)!important}[data-theme="9ja-green"] .MuiDataGrid-root .MuiTablePagination-actions button.Mui-disabled{color:#ffffff4d!important}[data-theme=psc-guatemala-light]{--backgroundColor: #f0f0f0;--backgroundColorAlt: rgba(255, 255, 255, .9);--backgroundColorAlt2: rgba(255, 56, 83, .15);--backgroundColorAlt3: rgba(219, 219, 219, .5);--backgroundColorAlt4: rgba(238, 238, 238, .6);--borderColor: #dbdbdb;--borderColorHover: #ff3853;--borderRadiusButton: 4px;--boxShadowAlt: 0 0 4px 1px rgba(0, 0, 0, .1);--buttonActivatedBackground: rgba(255, 56, 83, .6);--buttonActivatedBackgroundHover: rgba(255, 56, 83, .8);--buttonBackgroundPrimary: #cc2d42;--buttonBackgroundPrimaryHover: #ff8599;--buttonDeActivatedBackground: rgba(175, 175, 175, .89);--buttonDeActivatedBackgroundHover: rgb(255, 133, 0);--buttonTextColorPrimary: #ffccd3;--buttonTextColorPrimaryHover: #ffecef;--buttonWidth: 150px;--flagBorderColor: rgba(0, 0, 0, .2);--fontColorAlt: #181818;--headerBackgroundColor: #ffffff;--headerBackgroundHoverColor: #f0f0f0;--headerColor: #181818;--headerFontSize: var(--headerFontSizeMaximized);--headerFontSizeMaximized: 1.5rem;--headerFontSizeMinimized: 1rem;--headerHeight: var(--headerHeightMaximized);--headerHeightMaximized: 100px;--headerHeightMinimized: 50px;--logoWidth: auto;--logoHeight: var(--logoHeightMaximized);--logoHeightMaximized: 33px;--logoHeightMinimized: 25px;--menuWidth: var(--menuWidthMaximized);--menuWidthMaximized: 250px;--menuWidthMinimized: 50px;--navigationBackgroundColor: #ffffff;--navigationButtonHeight: 50px;--navigationButtonMaximizedWidth: 100%;--navigationButtonMinimizedWidth: 50px;--navigationButtonWidth: var(--navigationButtonMaximizedWidth);--primaryTextColor: #181818;--scrollbarThumb: #ff3853;--scrollbarTrack: #e0e0e0;--secondaryTextColor: #181818;--statusBarErrorColor: #fff;--statusBarErrorBackgroundColor: rgba(183, 49, 49, .71);--statusBarInfoColor: #181818;--statusBarInfoBackgroundColor: #e0e0e0;--statusBarSuccessColor: #fff;--statusBarSuccessBackgroundColor: rgb(76, 175, 80);--statusBarHeight: 40px;--subscriptionURLBackground: var(--backgroundColorAlt2);--textColorRemoveDestination: rgba(183, 49, 49, .71);--themeButtonColor: #ffffff;--themeButtonBackgroundColor: #ff3853;--workspaceBackgroundColor: #d9d9d9;--themeSwitchCheckedBackground: #232323;--themeSwitchUncheckedBackground: #ffffff;--themeSwitchPointerColor: #ff3853;--themeSwitchPointerBorderRadius: 50%;--themeSwitchSliderBorderRadius: 10px;--accordionHoverBackground: rgba(0, 0, 0, .06)}[data-theme=psc-guatemala-light] .MuiList-root .Mui-selected{color:var(--buttonTextColorPrimary)!important;background-color:var(--buttonBackgroundPrimary)!important}[data-theme=psc-guatemala-dark]{--backgroundColor: #1b1b1b;--backgroundColorAlt: rgba(35, 35, 35, .9);--backgroundColorAlt2: rgba(255, 56, 83, .15);--backgroundColorAlt3: rgba(50, 50, 50, .6);--backgroundColorAlt4: rgba(43, 43, 43, .7);--borderColor: #151515;--borderColorHover: #ff3853;--borderRadiusButton: 4px;--boxShadowAlt: 0 0 4px 1px rgba(0, 0, 0, .3);--buttonActivatedBackground: rgba(255, 56, 83, .5);--buttonActivatedBackgroundHover: rgba(255, 56, 83, .7);--buttonBackgroundPrimary: rgba(204, 45, 66, .85);--buttonBackgroundPrimaryHover: rgba(255, 133, 153, .7);--buttonTextColorPrimary: #ffccd3;--buttonTextColorPrimaryHover: #ffecef;--buttonWidth: 150px;--flagBorderColor: #ff3853;--fontColorAlt: #ff3853;--headerBackgroundColor: #232323;--headerBackgroundHoverColor: rgba(255, 56, 83, .2);--headerColor: #dfdfdf;--headerFontSize: var(--headerFontSizeMaximized);--headerFontSizeMaximized: 1.5rem;--headerFontSizeMinimized: 1rem;--headerHeight: var(--headerHeightMaximized);--headerHeightMaximized: 100px;--headerHeightMinimized: 50px;--logoWidth: auto;--logoHeight: var(--logoHeightMaximized);--logoHeightMaximized: 33px;--logoHeightMinimized: 25px;--menuWidth: var(--menuWidthMaximized);--menuWidthMaximized: 250px;--menuWidthMinimized: 50px;--navigationBackgroundColor: #232323;--navigationButtonHeight: 50px;--navigationButtonMaximizedWidth: 100%;--navigationButtonMinimizedWidth: 50px;--navigationButtonWidth: var(--navigationButtonMaximizedWidth);--primaryTextColor: #151515;--scrollbarThumb: #ff3853;--scrollbarTrack: #1b1b1b;--secondaryTextColor: #dfdfdf;--statusBarErrorColor: #dfdfdf;--statusBarErrorBackgroundColor: rgba(183, 49, 49, .71);--statusBarInfoColor: #dfdfdf;--statusBarInfoBackgroundColor: #232323;--statusBarSuccessColor: #dfdfdf;--statusBarSuccessBackgroundColor: rgb(35, 35, 35);--statusBarHeight: 40px;--subscriptionURLBackground: var(--backgroundColorAlt);--textColorRemoveDestination: rgba(183, 49, 49, .71);--themeButtonColor: #151515;--themeButtonBackgroundColor: #ff3853;--workspaceBackgroundColor: #151515;--dropdownHoverColor: rgba(255, 56, 83, .3);--themeSwitchCheckedBackground: #232323;--themeSwitchUncheckedBackground: #ffffff;--themeSwitchPointerColor: #ff3853;--themeSwitchPointerBorderRadius: 50%;--themeSwitchSliderBorderRadius: 10px;--accordionHoverBackground: rgba(255, 255, 255, .08)}[data-theme=psc-guatemala-dark] .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--buttonBackgroundPrimary)!important}[data-theme=psc-guatemala-dark] .MuiMenu-paper{color:var(--secondaryTextColor);background-color:var(--headerBackgroundColor)}[data-theme=psc-guatemala-dark] .MuiList-root .MuiMenuItem-root:hover{color:var(--buttonTextColorPrimary);background-color:var(--buttonBackgroundPrimaryHover)}[data-theme=psc-guatemala-dark] .MuiList-root .Mui-selected{color:var(--buttonTextColorPrimary)!important;background-color:var(--buttonBackgroundPrimary)!important}[data-theme=psc-guatemala-dark] .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#ff3853!important}[data-theme=psc-guatemala-dark] .Mui-checked,[data-theme=psc-guatemala-dark] .MuiSlider-thumb{color:#ff3853!important}[data-theme=psc-guatemala-dark] .MuiSwitch-track,[data-theme=psc-guatemala-dark] .MuiSlider-track{color:#232323!important}[data-theme=psc-guatemala-dark] .MuiInput-underline:after,[data-theme=psc-guatemala-dark] .MuiInput-underline.Mui-focused:after{border-bottom-color:var(--buttonBackgroundPrimary)!important}[data-theme=psc-guatemala-dark] .MuiSwitch-thumb,[data-theme=psc-guatemala-dark] .MuiSlider-rail{color:#ff3853}[data-theme=psc-guatemala-dark] .MuiDataGrid-root{background:var(--backgroundColorAlt)!important;color:var(--primaryTextColor)!important}[data-theme=psc-guatemala-dark] .MuiDataGrid-root .MuiDataGrid-columnHeader{background:var(--headerBackgroundColor)!important;color:var(--headerColor)!important}[data-theme=psc-guatemala-dark] .MuiDataGrid-root .MuiDataGrid-filler{background:var(--headerBackgroundColor)!important}[data-theme=psc-guatemala-dark] .MuiDataGrid-root .MuiSvgIcon-root{color:var(--headerColor)!important}[data-theme=psc-guatemala-dark] .MuiDataGrid-root .MuiDataGrid-row{background:var(--backgroundColorAlt);color:var(--primaryTextColor)}[data-theme=psc-guatemala-dark] .MuiDataGrid-root .MuiDataGrid-row:hover{background:var(--backgroundColorAlt2)}[data-theme=psc-guatemala-dark] .MuiDataGrid-root .MuiDataGrid-cell{color:var(--secondaryTextColor);background:var(--backgroundColorAlt)}[data-theme=psc-guatemala-dark] .MuiDataGrid-root .MuiDataGrid-footerContainer{background:var(--headerBackgroundColor)!important;color:var(--secondaryTextColor)!important}[data-theme=psc-guatemala-dark] .MuiDataGrid-root .MuiTablePagination-root,[data-theme=psc-guatemala-dark] .MuiDataGrid-root .MuiTablePagination-selectIcon,[data-theme=psc-guatemala-dark] .MuiDataGrid-root .MuiTablePagination-actions button{color:var(--secondaryTextColor)!important}[data-theme=psc-guatemala-dark] .MuiDataGrid-root .MuiTablePagination-actions button:hover{background:var(--headerBackgroundHoverColor)!important}[data-theme=psc-guatemala-dark] .MuiDataGrid-root .MuiTablePagination-actions button.Mui-disabled{color:#ffffff4d!important}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;padding:0;margin:0;box-sizing:border-box;z-index:0;position:relative;width:100%;min-height:100vh;background-color:var(--workspaceBackgroundColor)}body[data-theme] .Toastify__toast-container{-webkit-user-select:text!important;user-select:text!important}body[data-theme] .Toastify__toast{background-color:var(--backgroundColorAlt)!important;color:var(--secondaryTextColor)!important;border:1px solid var(--borderColor)!important;box-shadow:var(--boxShadowAlt)!important;-webkit-user-select:text!important;user-select:text!important}body[data-theme] .Toastify__toast-body{color:var(--secondaryTextColor)!important;-webkit-user-select:text!important;user-select:text!important;cursor:text!important}body[data-theme] .Toastify__close-button{color:var(--secondaryTextColor)!important;opacity:.7}body[data-theme] .Toastify__close-button:hover{opacity:1}body[data-theme] .Toastify__progress-bar{background:var(--scrollbarThumb)!important}body[data-theme] .Toastify__toast--success{background-color:var(--statusBarSuccessBackgroundColor)!important;color:var(--statusBarSuccessColor)!important}body[data-theme] .Toastify__toast--success .Toastify__toast-body{color:var(--statusBarSuccessColor)!important;-webkit-user-select:text!important;user-select:text!important;cursor:text!important}body[data-theme] .Toastify__toast--success .Toastify__close-button{color:var(--statusBarSuccessColor)!important}body[data-theme] .Toastify__toast--success .Toastify__toast-icon svg{fill:var(--scrollbarThumb)!important}body[data-theme] .Toastify__toast--error{background-color:var(--statusBarErrorBackgroundColor)!important;color:var(--statusBarErrorColor)!important}body[data-theme] .Toastify__toast--error .Toastify__toast-body{color:var(--statusBarErrorColor)!important;-webkit-user-select:text!important;user-select:text!important;cursor:text!important}body[data-theme] .Toastify__toast--error .Toastify__close-button{color:var(--statusBarErrorColor)!important}body[data-theme] .Toastify__toast--error .Toastify__toast-icon svg{fill:var(--statusBarErrorColor)!important}body[data-theme] .Toastify__toast--info{background-color:var(--statusBarInfoBackgroundColor)!important;color:var(--statusBarInfoColor)!important}body[data-theme] .Toastify__toast--info .Toastify__toast-body{color:var(--statusBarInfoColor)!important;-webkit-user-select:text!important;user-select:text!important;cursor:text!important}body[data-theme] .Toastify__toast--info .Toastify__close-button{color:var(--statusBarInfoColor)!important}body[data-theme] .Toastify__toast--info .Toastify__toast-icon svg{fill:var(--scrollbarThumb)!important}body[data-theme] .Toastify__toast--warning{background-color:var(--statusBarInfoBackgroundColor)!important;color:var(--statusBarInfoColor)!important}body[data-theme] .Toastify__toast--warning .Toastify__toast-body{color:var(--statusBarInfoColor)!important;-webkit-user-select:text!important;user-select:text!important;cursor:text!important}body[data-theme] .Toastify__toast--warning .Toastify__close-button{color:var(--statusBarInfoColor)!important}body[data-theme] .Toastify__toast--warning .Toastify__toast-icon svg{fill:var(--scrollbarThumb)!important}div,button,a{box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-user-select:inherit;user-select:inherit}:root .MuiPaper-root{color:var(--secondaryTextColor);background-color:var(--backgroundColor)}:root .MuiInputBase-root,:root .MuiFormLabel-root,:root .MuiTableCell-root{color:var(--secondaryTextColor)!important}._employeeLogin_1vb6p_1{display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-height:100vh;background-color:var(--backgroundColor, #f5f5f5);padding:20px}._loginCard_1vb6p_12{width:100%;max-width:400px;background-color:var(--cardBackgroundColor, #ffffff);border-radius:8px;box-shadow:0 4px 12px #0000001a}._header_1vb6p_20{display:flex;flex-direction:column;align-items:center;margin-bottom:24px;text-align:center}._switchWrapper_1vb6p_28{position:relative;width:33px;height:20px;display:inline-block;margin-top:12px;cursor:pointer}._switchInput_1vb6p_37{opacity:0;width:0;height:0}._slider_1vb6p_43{position:absolute;cursor:pointer;width:33px;top:0;left:0;right:0;bottom:0;background-color:var(--themeSwitchCheckedBackground);border-radius:3px}._slider_1vb6p_43:before{position:absolute;content:"";height:16px;width:16px;left:3px;top:2px;background-color:#555;border-radius:2px}._switchInput_1vb6p_37:checked+._slider_1vb6p_43{background-color:var(--themeSwitchUncheckedBackground)}._switchInput_1vb6p_37:checked+._slider_1vb6p_43:before{transform:translate(12px)}._form_1vb6p_74{display:flex;flex-direction:column}._loginButton_1vb6p_79{width:100%;padding:12px 24px;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#fff;background-color:var(--buttonBackgroundColorPrimary, #1976d2);border:none;border-radius:4px;cursor:pointer;transition:background-color .2s ease;display:flex;justify-content:center;align-items:center;min-height:48px}._loginButton_1vb6p_79:hover:not(:disabled){background-color:var(--buttonBackgroundColorPrimaryHover, #1565c0)}._loginButton_1vb6p_79:disabled{background-color:var(--buttonBackgroundColorDisabled, #cccccc);cursor:not-allowed}._container_ljtxe_1{margin-bottom:1.5rem}._table_ljtxe_5{width:100%;border-collapse:collapse;font-size:.875rem}._table_ljtxe_5 th,._table_ljtxe_5 td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--borderColor)}._table_ljtxe_5 th{font-weight:600;color:var(--textColorSecondary);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}._table_ljtxe_5 td{color:var(--textColor)}._amountCell_ljtxe_30{text-align:right!important;font-variant-numeric:tabular-nums}._loading_ljtxe_35{display:flex;align-items:center;justify-content:center;padding:1rem;gap:.5rem;color:var(--textColorSecondary);font-size:.875rem}._empty_ljtxe_45{padding:1rem;text-align:center;color:var(--textColorSecondary);font-size:.875rem}._underConstruction_xu1fs_1{box-sizing:border-box;width:100%;background:repeating-linear-gradient(45deg,#ff0,#ff0 25px,#000 25px,#000 50px);box-shadow:0 0 8px 4px #0003,0 6px 20px #00000030;color:#fff!important;padding:10px;text-shadow:0px 0px 7px #000000;display:flex;align-items:center;justify-content:center}._container_36wxf_1{display:flex;flex-direction:column;width:100%;padding:2rem;max-width:1400px;margin:0 auto;background-color:var(--backgroundColor);color:var(--secondaryTextColor);box-sizing:border-box}._header_36wxf_13{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}._header_36wxf_13 h1{color:var(--secondaryTextColor);margin-bottom:.5rem}._employeeInfo_36wxf_24{color:var(--secondaryTextColor)}._terminalInfo_36wxf_28,._sessionInfo_36wxf_29,._noSession_36wxf_30{padding:1.5rem;margin-bottom:2rem;background-color:var(--backgroundColorAlt);border:1px solid var(--borderColor)}._terminalInfo_36wxf_28 h6,._sessionInfo_36wxf_29 h6,._noSession_36wxf_30 h6{color:var(--secondaryTextColor)}._noSession_36wxf_30{text-align:center;padding:3rem}._quickActions_36wxf_47 h6{color:var(--secondaryTextColor);margin-bottom:1rem}._actionCard_36wxf_52{padding:1.5rem;cursor:pointer;transition:all .2s ease;background-color:var(--backgroundColorAlt);border:1px solid var(--borderColor)}._actionCard_36wxf_52:hover{background-color:var(--accordionHoverBackground);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}._actionCard_36wxf_52 h6{color:var(--secondaryTextColor);margin-bottom:.5rem}._errorBoundary_13by1_1{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;gap:50px;color:var(--secondaryTextColor)}._errorBoundary_13by1_1>textarea{width:50%;height:50%;border:1px solid black;border-radius:5px;padding:10px;font-family:var(--font-mono),monospace;font-size:1em;resize:none}
