:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.loader-wrapper{align-items:center;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWCAYAAAA8AXHiAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMyMDAwRTMyNjEwNzExRUU4N0RFOUMzODFFMUYzQzhEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMyMDAwRTMzNjEwNzExRUU4N0RFOUMzODFFMUYzQzhEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzIwMDBFMzA2MTA3MTFFRTg3REU5QzM4MUUxRjNDOEQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzIwMDBFMzE2MTA3MTFFRTg3REU5QzM4MUUxRjNDOEQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz55G1cyAAAKl0lEQVR42uyd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) 50% no-repeat #1a1a1a;background-size:40px;display:flex;justify-content:center;min-height:500px}.cssload-loader{height:90px;left:calc(50% - 47px);-webkit-perspective:4700px;perspective:4700px;top:calc(50% - 49px);width:90px}.cssload-inner,.cssload-loader{border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;position:absolute}.cssload-inner{box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;height:100%;width:100%}.cssload-inner.cssload-one{animation:cssload-rotate-one 1.15s linear infinite;-o-animation:cssload-rotate-one 1.15s linear infinite;-ms-animation:cssload-rotate-one 1.15s linear infinite;-webkit-animation:cssload-rotate-one 1.15s linear infinite;-moz-animation:cssload-rotate-one 1.15s linear infinite;border-bottom:4px solid #fff;left:0;top:0}.cssload-inner.cssload-two{animation:cssload-rotate-two 1.15s linear infinite;-o-animation:cssload-rotate-two 1.15s linear infinite;-ms-animation:cssload-rotate-two 1.15s linear infinite;-webkit-animation:cssload-rotate-two 1.15s linear infinite;-moz-animation:cssload-rotate-two 1.15s linear infinite;border-right:4px solid #fff;right:0;top:0}.cssload-inner.cssload-three{animation:cssload-rotate-three 1.15s linear infinite;-o-animation:cssload-rotate-three 1.15s linear infinite;-ms-animation:cssload-rotate-three 1.15s linear infinite;-webkit-animation:cssload-rotate-three 1.15s linear infinite;-moz-animation:cssload-rotate-three 1.15s linear infinite;border-top:4px solid #fff;bottom:0;right:0}@keyframes cssload-rotate-one{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotate(0deg);transform:rotateX(35deg) rotateY(-45deg) rotate(0deg)}to{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotate(1turn);transform:rotateX(35deg) rotateY(-45deg) rotate(1turn)}}@-webkit-keyframes cssload-rotate-one{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotate(0deg)}to{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotate(1turn)}}@keyframes cssload-rotate-two{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotate(0deg);transform:rotateX(50deg) rotateY(10deg) rotate(0deg)}to{-webkit-transform:rotateX(50deg) rotateY(10deg) rotate(1turn);transform:rotateX(50deg) rotateY(10deg) rotate(1turn)}}@-webkit-keyframes cssload-rotate-two{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotate(0deg)}to{-webkit-transform:rotateX(50deg) rotateY(10deg) rotate(1turn)}}@keyframes cssload-rotate-three{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotate(0deg);transform:rotateX(35deg) rotateY(55deg) rotate(0deg)}to{-webkit-transform:rotateX(35deg) rotateY(55deg) rotate(1turn);transform:rotateX(35deg) rotateY(55deg) rotate(1turn)}}@-webkit-keyframes cssload-rotate-three{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotate(0deg)}to{-webkit-transform:rotateX(35deg) rotateY(55deg) rotate(1turn)}}.cus-loader-wrapper{position:relative}.form-label{color:#122b45;font-family:inter-regular}.save-btn-main .save-user-btn,.save-btn-main .save-user-btn:hover{min-width:87px}.border-btn-main .border-btn{background-color:#fff;color:red}.save-btn-main .save-user-btn,.save-btn-main .save-user-btn:hover{background:#eaac35;height:36px;min-width:100px}.border-btn-main .border-btn{background:#eaac35;border:1px solid #d1d5db;border-radius:4px;color:#fff;font-family:Poppins-Regular;font-size:12px;line-height:18px;padding:6px 14px 5px;text-transform:capitalize}.save-user-btn img{margin-right:5px}@font-face{font-family:poppins-semibold;src:url(/static/media/poppins-semibold.ac8d04b620e54be9b0f0.ttf)}.sidebar-main{background-color:#000;flex:0 0 230px;height:100%;left:0;max-width:230px;min-height:100vh;position:fixed;top:0;transition:all .5s;width:230px;z-index:99}.main-header{background-color:#fff;height:72px}.right-dashboard-content{background-color:gray;flex:1 1;width:100%}.admin-panel-content{background:#0e0e0e;height:calc(100vh - 72px);overflow:auto;padding:42px 45px 45px 275px;transition:all .5s;width:100%}.mini-card-main{align-items:center;display:flex;width:100%}.admin-panel-content .head-title{color:#fff;font-family:poppins-bold;font-size:30px;line-height:25px}.dashboard-box-content{background-color:#444040;border:1px solid #444040;display:flex;height:auto;width:300px}.dashboard-first-box{align-items:center;background-color:#ff4500;display:flex;height:95px;justify-content:center;width:100px}.dashboard-user-img{height:45px;opacity:.7;width:45px}.dashboard-last-box{align-items:baseline;display:flex;flex:1 1;flex-direction:column;gap:5px;justify-content:center;padding-left:20px}.dashboard-totaluser-text{color:#fff;font-family:inter-medium;font-size:16px}.mini-card-img img{height:20px;object-fit:cover;width:20px}.mini-card{flex-basis:20%;flex-grow:0;flex-shrink:0;height:50px;max-width:20%;width:20%}.mini-card-img{align-items:center;background-color:#fccaf2;border-radius:4px;display:flex;height:50px;justify-content:center;margin-right:15px;width:50px}.mini-card:last-child{margin-right:0}.mini-card-2{background-color:#cafcd9!important}.mini-card-3{background-color:#f6f1a8!important}.mini-card-4{background-color:#dbcafc!important}.mini-card-5{background-color:#fce1ca!important}.mini-card{align-items:center;display:flex;justify-content:space-around;margin:5px}.card-right-content .card-total{color:#585d65;font-family:poppins-regular;font-size:10px;line-height:16px;margin-bottom:2px}.card-right-content .card-price{color:#003d90;font-family:poppins-bold;font-size:16px;line-height:27px;word-break:break-word}.main-select-graph,.select-graph{background:#d9d9d9;border-radius:4px;max-height:19px;min-width:60px}.select-graph fieldset{border:none}.select-graph .MuiSelect-select{font-size:12px;padding:0 7px!important}.main-select-graph svg,.select-graph svg{height:18px;right:0;top:0;width:18px}.main-select-graph .MuiInputLabel-animated{color:#003d90;font-size:10px;line-height:16px;top:-14px}.main-select-graph .css-1jy569b-MuiFormLabel-root-MuiInputLabel-root.Mui-focused{color:#003d90;font-size:10px;line-height:16px;top:13px}.chart-header{align-items:center;display:flex;justify-content:space-between}.chart-main-wrapp{align-items:flex-start;display:flex;flex-wrap:wrap;margin:20px -7px 19px -10px}.chart-box{flex:0 0 33.33%;margin-bottom:15px;max-width:33.33%;padding:0 8px;width:33.33%}.chart-header .chart-title{color:#003d90;font-family:poppins-semibold;font-size:14px;line-height:21px}.chart-header{margin-bottom:10px}.chart-graph-devider{background:#f0f4f9;border:1px solid #d2d2d2;border-radius:10px;box-shadow:0 3px 6px #0000001a;max-height:231px;min-height:231px;padding:15px}.chart-graph-devider img{height:201px;object-fit:contain;width:100%}.chart-box:last-child{margin-right:0}.chart-inner-head .chart-title{font-size:12px;line-height:18px}.chart-inner-head{margin-bottom:12px}.total-invoice-img{align-items:center;background-color:#003d90;border-radius:4px;display:flex;height:38px;justify-content:center;margin-bottom:auto;margin-right:10px;margin-top:auto;width:38px}.total-invoice-img img{height:16px;object-fit:contain;width:16px}.card-graph-content-inner .card-total{color:#003d90;font-family:poppins-regular;font-size:10px;line-height:16px;margin-bottom:0}.card-graph-content-inner .card-price{color:#003d90;font-family:poppins-bold;font-size:16px;line-height:25px}.total-invoice{align-items:center;border-bottom:1px solid #e9e3e3;display:flex;margin-bottom:15px;padding-bottom:15px}.card-graph-content-inner{flex:auto;margin-right:10px}.card-graph-content-inner:last-child{margin-right:0}.title-green{color:#08db47!important}.title-red{color:#e20808!important}.banker-title{color:#003d90!important;font-family:poppins-semibold!important;font-size:12px!important;line-height:18px!important}.banker-content{align-items:flex-start;display:flex}.bakner-txt{color:#003d90;font-family:poppins-semibold!important;font-size:10px!important;line-height:16px}.banker-detail-unit-saprate .banker-dot{background-color:#d2d2d2;border-radius:50px;height:9px;margin-right:11px;width:9px}.banker-inner{margin-bottom:auto;margin-right:48px;margin-top:auto}.banker-detail-unit-saprate{align-items:center;display:flex;margin-bottom:6px}.banker-unit-name,.banker-unit-price{color:#003d90;flex:auto;font-family:poppins-regular;font-size:10px;line-height:16px;margin-right:19px!important}.category-sec-main .chart-graph-devider .cate-table-main{max-height:165px;overflow:auto}.cattable-devider{padding-top:45px;position:relative}.cattable-devider table thead{background:#dae3ef;border-radius:9px 9px 0 0;width:100%}.cattable-devider table thead tr th{color:#003d90;font-family:poppins-semibold;font-size:12px;line-height:18px;padding:7px 0}.cattable-devider table tbody tr td{border-bottom:none;color:#7a808b;font-family:poppins-regular;font-size:12px;line-height:18px;padding:0 0 3px}.cattable-devider table tbody tr td:first-child{width:8%}.cattable-devider table thead tr th:first-child{padding:0 0 0 15px;width:8%}.cattable-devider table tbody tr td:last-child,.cattable-devider table thead tr th:last-child{width:17%}.cattable-devider table tbody tr td:nth-child(2),.cattable-devider table thead tr th:nth-child(2){width:31%}.cattable-devider table{background:#f0f4f9;min-width:300px}.cate-table-main::-webkit-scrollbar{width:4px!important}.cate-table-main::-webkit-scrollbar-track{border-radius:2px;box-shadow:inset 0 0 5px grey!important}.cate-table-main::-webkit-scrollbar-thumb{background:#7a808b;border-radius:2px}.cate-table-main .MuiPaper-elevation{box-shadow:none}.cattable-port{padding-top:17px}.cattable-port .chart-title{padding-bottom:17px}.cattable-port .chart-header{margin-bottom:0}.cattable-port .cate-table-main{max-height:none!important}.cattable-port .cate-table-main .MuiPaper-elevation{background:#f0f4f9;margin-top:0}.choose-your-company-screen{padding-top:100px}.banker-unit-price{text-align:right}.map-image{padding:0!important}.map-image .leaflet-container.leaflet-touch-drag{border-radius:10px!important;height:229px!important;width:100%!important}.cattable-devider{padding:0}.cate-table-main tr td:first-child{padding-left:15px}.cattable-devider table thead tr th:first-child{border-radius:9px 0 0 0!important}.cattable-devider table thead tr th:last-child{border-radius:0 3px 0 0!important}.cate-table-body{height:181px;margin-top:10px;overflow:auto}.sidebar-logo{padding:18.5px 0}.sidebar-logo img{object-fit:contain}.sidebar-li,.sidebar-li a{align-items:center;display:flex}.sidebar-li a{color:#9d8f8f;font-family:poppins-bold;font-size:14px;line-height:21px;padding:15px 20px;text-decoration:none;width:100%}.sidebar-ul .sidebar-li.active a{background-color:#ff4d1d;border-radius:0 10px 10px 0;color:#fff}.sidebar-li img{margin-right:13px}.pt-0{padding-top:0!important}.sidebar-none{width:60px}.pl-none{padding-left:20px!important;padding-right:24px!important}.main-header{align-items:center;background-color:#000;border-bottom-right-radius:10px;display:flex;justify-content:space-between;padding-left:250px;padding-right:20px;transition:all .5s}.main-header-left-side-box{align-items:center;display:flex;gap:20px}.main-header-left-side-box .header-textfield input{background-color:#0c0d0a;border:1px solid #0c0d0a;border-radius:6px;color:#fff!important;outline:none}.main-header-left-side-box .header-textfield input::-webkit-input-placeholder{color-scheme:#fff!important}.main-header-left-side-box .header-textfield input::placeholder{color-scheme:#fff!important}.head-right{align-items:center;display:flex;margin-left:auto}.head-right .bell-icon,.head-right .search-icon{height:18px;margin-right:30px;width:18px}.head-right .headprofile{border-radius:50%;height:40px;object-fit:cover;width:40px}.header-user-detail{display:flex;flex-direction:column;text-align:right}.header-user-detail .head-user-title{color:#fff;font-family:poppins-semibold;font-size:14px;line-height:21px;text-transform:none}.header-right-background{align-items:center;border-radius:50%;display:flex;height:40px;justify-content:center;margin-left:5px;width:40px}.header-user-detail .head-user-mail{color:#fff;font-family:poppins-regular;font-size:10px;line-height:16px;text-transform:none}.collapse-btn{cursor:pointer}.sidebar-main.active.sidebar-ul{max-height:calc(95vh - 100px);overflow:auto}.sidebar-main .sidebar-ul{overflow:hidden}.sidebar-ul::-webkit-scrollbar{width:2px}.sidebar-ul::-webkit-scrollbar-track{background:transparent;border-radius:2px}.sidebar-ul::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:2px}.cms-text{color:#9d8f8f;font-family:poppins-bold;font-size:14px;justify-content:space-between;line-height:21px;padding:15px 5px}.cms-text,.cms-text .cms-text-img{align-items:center;display:flex}.sidebar-ul .sidebar-li{margin-top:0;padding-top:0}.cms-text img{margin-right:10px}.cms-listitem a{align-items:center;color:#9d8f8f;display:flex;font-family:poppins-bold;font-size:14px;line-height:21px;padding:15px 20px;text-decoration:none;width:100%}.user-save-icon{width:100px}.user-panel-content{padding:0!important}.total-value{color:#ff4d1d;font-size:24px;line-height:28px;margin:0 0 50px}.card-icon-sec{background:#ff4d1d;border-radius:5px;height:152px;min-width:152px;overflow:hidden;position:relative;transition:all .5s ease}.card-icon-sec:before{left:-60%;top:-30%}.card-icon-sec:after,.card-icon-sec:before{background:#ff5f34;border-radius:50%;content:"";height:130px;position:absolute;transition:all .5s ease;width:130px}.card-icon-sec:after{bottom:-30%;right:-60%}.dash-box{align-items:center;background:#1a1a1a;box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;margin:0 0 30px;transition:all .5s ease}.card-content-sec{padding:25px}.card-content-sec .card-title{color:#fff;font-family:poppins-medium;font-size:24px;line-height:19px;margin:0 0 20px}.card-title:hover{cursor:pointer}.card-content-sec .card-value{color:#ff4d1d;font-family:poppins-medium;font-size:21px;line-height:34px}.card-content-sec .card-dis-text{color:#5f5f5f;font-family:poppins-regular;font-size:22px;line-height:27px;margin:0 0 30px}.card-icon-sec{align-items:center;display:flex;justify-content:center}.card-icon-sec .card-img{height:53px;object-fit:contain;opacity:.35;transition:all .5s ease;width:53px}.active-user{color:#07c633!important}.coin-purchase-box .card-icon-sec{height:300px;min-width:300px}.coin-purchase-box .card-icon-sec:before{height:150px;left:-20%;top:-20%;width:150px}.coin-purchase-box .card-icon-sec:after{bottom:-20%;height:150px;right:-20%;width:150px}.coin-text-wrapper{align-items:center;display:flex}.coin-text-wrapper .coin-img{margin-right:10px}.coin-text-wrapper .card-img{height:130px;width:130px}.coin-purchase-box .card-content-sec{padding:33px 21px 30px 45px}.coin-purchase-box .card-img{height:130px;width:130px}.total-revenue-box .card-icon-sec{min-height:300px}.total-revenue-box .card-icon-sec:before{left:-50%;top:-20%}.total-revenue-box .card-icon-sec:after{bottom:-20%;right:-50%}.dash-box:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.dash-box:hover .card-img{-webkit-transform:rotate(1turn);transform:rotate(1turn)}.side-logo-ic{width:35px}.side-logo-text{height:15px;margin-left:8px;width:115px}.sidebar-main.active .side-logo-text{display:block}.sidebar-main .side-logo-text{display:none}.right-dashboard-content{padding-left:0}.right-dashboard-content.active{padding-left:60px}.collapse-btn img{transition:all .5s ease}.right-dashboard-content.active .collapse-btn img{-webkit-transform:rotate(1turn);transform:rotate(1turn)}.sidebar-drop{color:#fff;flex-direction:column;position:relative}.sidebar-drop .sidebar-li{align-items:flex-start;flex-direction:column}.sidebar-drop .cus-drop-ul{background:#1a1a1a;border-radius:0 0 10px 10px;box-shadow:0 5px 20px #000;display:none;padding:0;position:absolute;top:51px;width:100%;z-index:99}.sidebar-drop .cus-drop-ul.active{display:block;top:46px}.sidebar-drop .cus-drop-li{color:#9d8f8f;cursor:pointer;font-family:poppins-bold;font-size:14px;line-height:21px;padding:15px 20px}.sidebar-drop .cus-drop-li:hover{background:#434343}.sidebar-drop .cus-drop-btn,.sidebar-drop .cus-drop-btn:hover{background:#0e0e0e;color:#fff;color:#9d8f8f;font-family:poppins-bold;font-size:14px;justify-content:space-between;line-height:21px;padding:15px 20px;text-align:left;width:100%}.sidebar-drop .cus-drop-arrowup,.sidebar-drop .cus-drop-btn .cus-drop-arrow{-webkit-filter:brightness(10);filter:brightness(10);margin:0;width:12px}.sidebar-drop .cus-drop-arrowup{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.gaming-wrapper,.stack-wrapper{display:none}.btn-ic-text-main{display:flex}.cms-menu-main{padding:0}.cus-cms-wrap{width:100%}.sidebar-li .cus-cms-wrap a{padding:0}.cms-menu .sidebar-li{padding:10px 6px}.meta-wallet{align-items:center;display:flex}.meta-wallet .metamask-img{width:40px}.meta-wallet .metamask-btn{color:#fff;font-family:poppins-semibold;font-size:16px;font-size:14px;line-height:21px;margin-right:20px;text-align:left;text-transform:capitalize}.meta-wallet .metamask-btn img{margin-right:10px}.meta-address{background-color:#ff4d1d;border-radius:10px;color:#fff;padding:7px}@media screen and (min-width:1600px) and (max-width:1919px){.coin-purchase-box .card-icon-sec,.total-revenue-box .card-icon-sec{height:354px}}@media screen and (min-width:1366px) and (max-width:1599px){.admin-panel-content{padding:42px 35px 45px 265px}.display-row>*{padding:0 16px}.card-icon-sec{height:142px;min-width:142px}.card-content-sec .card-title{font-size:18px;line-height:22px;margin:0 0 17px}.card-content-sec{padding:20px;width:100%}.card-content-sec .card-value{font-size:21px;line-height:30px}.coin-purchase-box .card-icon-sec{height:435px}.total-revenue-box .card-icon-sec{min-height:435px}.card-content-sec .card-dis-text{font-size:20px;line-height:28px}.dropdown-box .rewards-image-box{width:90%!important}.game-upload-logo-wrapper{width:32.929%!important}}@media screen and (min-width:1280px) and (max-width:1365px){.card-icon-sec{height:132px;min-width:132px}.card-content-sec{min-height:125px;padding:15px;width:100%}.card-content-sec .card-title{font-size:20px;line-height:24px;margin:0 0 17px;min-height:48px}.card-content-sec .card-value{font-size:20px;line-height:30px}.card-icon-sec:after,.card-icon-sec:before{height:110px;width:110px}.card-icon-sec .card-img{height:43px;width:43px}.coin-purchase-box .card-content-sec .card-title{font-size:20px;line-height:24px;margin:0 0 10px;min-height:auto}.card-content-sec .card-dis-text{font-size:18px;line-height:22px;margin:0 0 20px}.coin-text-wrapper .coin-img{width:40px}.card-content-sec .card-value{font-size:19px;line-height:23px}.coin-purchase-box .card-content-sec{padding:15px}.total-revenue-box .card-icon-sec{min-height:338px}.coin-purchase-box .card-img{height:100px;width:100px}}@media screen and (max-width:991px){.mini-card-main{flex-wrap:wrap}.pl-none{padding-left:15px!important;padding-right:15px!important}.main-header{padding-right:15px}.overlay{background-color:#0000006b;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:9999}.sidebar-none{left:0}.res-menu{display:block}.rightbox{border-radius:0 0 0 0;max-width:100%}.logo-set img{width:300px}.select-modal-box{max-width:95%}.background-hight{height:100%}.set-filter-main{margin-top:15px}.chart-box{flex:0 0 50%;max-width:50%;width:50%}.mini-card{margin-bottom:15px}.chart-box:last-child{margin-bottom:0}.sidebar-main.active{left:-230px}}@media screen and (min-width:768px) and (max-width:991px){.cattable-devider table thead tr th:first-child{width:3%}.cattable-devider table thead tr th:nth-child(2){width:25%}.cattable-devider table thead tr th:last-child,.cattable-port table thead tr th:last-child{width:6%}.cattable-devider table tbody tr td:nth-child(2){width:36%}.cattable-devider table tbody tr td:first-child{width:4%}.mini-card{min-width:228px}.mini-card:nth-child(3n-3){margin-right:0}.main-header{padding-left:15px}.admin-panel-content{padding:20px 15px}.main-box-dash{max-width:100%;width:calc(50% - 15px)}.supply-table{min-width:1329px}.tanker-table{min-width:687px}.invoice-table{min-width:1380px}.res-menu-icon svg{display:block}.res-close-btn{display:flex!important;height:20px;margin-left:auto!important;margin-top:20px!important;padding:0!important;width:20px}.res-close-btn img{height:16px;object-fit:cover;width:16px}.header-ul-main{background:#003d90;bottom:0;display:none;display:block;left:0;position:fixed;top:0;transition:all .5s;width:250px;z-index:99}.header-ul-main .header-ul{display:block;padding-top:50px}.header-ul li{margin-bottom:10px;padding:7px 15px}.select-img-box{justify-content:center}.filter-close-btn img{height:28px;width:23px}}@media (max-width:767px){.choose-your-company-screen{padding:30px}.chart-box{flex:0 0 100%;max-width:100%;width:100%}.res-barge-table{min-width:716px}.cattable-devider table thead tr th:last-child{width:15%}.cattable-devider table thead tr th:nth-child(2){width:23%}.cattable-devider table thead tr th:first-child{width:7%}.cattable-port table thead tr th:last-child{width:18%}.cattable-port table thead tr th:nth-child(2){width:31%}.cattable-port table thead tr th:first-child{width:10%}.header-ul-main{background:#003d90;bottom:0;display:none;display:block;left:0;position:fixed;top:0;transition:all .5s;width:200px;z-index:99}.header-ul-main .header-ul{display:block;padding-top:50px}.header-ul li{margin-bottom:10px;padding:7px 15px}.main-box-dash{max-width:100%;width:100%}.change-password-main{min-width:340px}.profile-card-main{width:340px}.res-title-header-flex{flex-direction:column}.res-set-search{flex-wrap:wrap;margin-top:10px}.res-blue-button button,.res-blue-button button:hover{margin:10px 0!important}.supply-table{min-width:1329px}.filter-main .MuiPaper-elevation{min-width:300px}.tanker-table{min-width:687px}.invoice-table{min-width:1380px}.res-menu-icon svg{display:block}.res-close-btn{display:flex!important;height:20px;margin-left:auto!important;margin-top:20px!important;padding:0!important;width:20px}.res-close-btn img{height:16px;object-fit:cover;width:16px}.select-modal-box{max-width:95%!important}.modal-select-img-box{justify-content:center}.select-modal-img-box{padding:25px}.res-profile-content{margin-top:83px!important;min-height:calc(100vh - 83px)!important}.select-card-main{padding:30px}.dashboard-text p,.title-main .select-page-title{font-size:20px;line-height:27px}.mb-41{margin-bottom:20px}.select-img-box{justify-content:center}.compny-img{padding:18.5px}.compny-img-inner{height:128px;width:158px}.mini-card{flex-basis:50%;max-width:50%;width:50%}.mini-card-img{align-items:center;background-color:#fccaf2;border-radius:4px;display:flex;height:33px;justify-content:center;margin-right:15px;width:33px}.card-right-content .card-total{font-size:10px;line-height:13px;margin-bottom:0}.card-right-content .card-price{font-size:14px;line-height:20px}.mini-card-img img{height:16px;width:16px}.mini-card:nth-child(2n-2){margin-right:0}.chart-header .chart-title{font-size:13px;line-height:19px}.main-header{padding-left:15px}.admin-panel-content{padding:20px 15px}.filter-close-btn img{height:28px;width:23px}}.primary-btn-main .primary-btn.add-game-btn,.primary-btn-main .primary-btn.add-game-btn:hover{background:#ff4d1d;color:#fff;font-family:poppins-medium;font-size:17px;height:55px;padding:10px 15px}.primary-btn-main .primary-btn.add-game-btn img{border-radius:50%;box-shadow:0 6px 20px #841c00;height:25px;margin:0 10px 0 0;width:25px}.gray-btn-main .gray-btn,.gray-btn-main .gray-btn:hover{align-items:center;background:#393939;border-radius:5px;cursor:pointer;display:flex;justify-content:center;margin:0 10px 0 0;min-height:30px;min-width:30px}.action-btn-img{height:21px;width:16px}.gray-btn-main{align-items:center;display:flex}.auth-wrapper{display:flex}.auth-sec-left{background:#fb923c;flex:0 0 35.938%;height:100vh;max-width:35.938%;position:relative;width:35.938%}.auth-sec-right{background:#0e0e0e;flex:1 1;height:100vh;position:relative}.auth-sec-right:before{background-image:url(data:image/png;base64,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);height:235px;left:0;top:0;width:420px}.auth-sec-right:after,.auth-sec-right:before{background-repeat:no-repeat;background-size:contain;content:"";position:absolute}.auth-sec-right:after{background-image:url(/static/media/right-bottom-bg.cea35319e6835bc419bb.png);bottom:0;height:155px;right:0}.auth-img{height:598px;position:absolute;right:-190px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:600px;z-index:999}.form-main-wrapper{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:auto;max-width:542px}.form-main-wrapper .login-logo{height:155px;object-fit:contain;width:269px}.form-main-wrapper .auth-title{color:#fff;font-family:antrysans;font-size:46px;font-weight:500;line-height:37px;margin:70px 0 40px;text-align:center;text-transform:uppercase}.input-box .form-lable{color:#fff;font-family:Poppins-Medium;font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:6px;margin-top:0}.input-box{margin-bottom:28px;width:100%}.input-box .MuiInputBase-root fieldset:hover{border-color:transparent}.input-box .form-control-eye input{padding:8px 15px}.form-group .form-control input{background-color:initial;border:1px solid #d1d5db;border-radius:10px;color:#6b7280;font-family:Poppins-Regular;font-size:18px;height:40px;line-height:18px;padding:10px 15px;width:100%}.form-group .form-control input::-webkit-input-placeholder{color:#3c3c3c;font-family:poppins-medium;font-size:18px;line-height:18px}.form-group .form-control input::placeholder{color:#3c3c3c;font-family:poppins-medium;font-size:18px;line-height:18px}.input-box .form-control{border-radius:10px}.css-md26zr-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:none}.form-main-wrapper .forgot-link{color:#fff;display:block;float:right;font-family:poppins-bold;font-size:18px;margin:15px 0 20px;position:relative;text-align:right;text-decoration:none;width:31%;z-index:999}.mb-0{margin-bottom:0!important}.form-main-wrapper .form-control .MuiInputBase-root{background:#fff;border-radius:10px}.otp-input-main{display:flex;margin:0 0 40px}.otp-input-main .input-box{margin:0 30px 0 0}.otp-input-main .input-box:last-child{margin:0}.otp-input-main .form-group .form-control input{font-family:poppins-bold;font-size:22px;text-align:center}.save-btn .primary-btn img{display:none}.form-main-wrapper .input-box{margin:0 0 20px}.form-main-wrapper .reset-password,.form-main-wrapper .reset-textfeld{margin-top:20px}.reset-text-box .form-control{padding-right:0}.login_from_wrap{width:100%}.pass_group_main{background:#fff;border-radius:10px;position:relative}.pass_group_main .pass_position{margin-left:0}.pass_group_main .custom_form_control{padding-right:0;width:100%}.pass_group_main .custom_form_control input{padding-right:45px}.pass_group_main .icon_end_icon{position:absolute;right:16px}.pass_group_main .pass_position svg{color:#9b9b9c}.form-main-wrapper .login-forgot-text{margin:2px 0 5px}@media screen and (min-width:1280px) and (max-width:1365px){.auth-img{height:408px;right:-120px;width:410px}.form-main-wrapper{max-width:502px}.form-main-wrapper .login-logo{width:200px}.form-main-wrapper .auth-title{font-size:41px;line-height:32px;margin:60px 0 40px}.input-box{margin-bottom:20px}.auth-sec-right:after,.auth-sec-right:before{height:137px;width:370px}}.genre_delete_btn{margin-top:10px}.add-games-main .header-button-box .primary-btn img{display:none}.game-upload-wrapper{box-shadow:0 5px 20px 0 rgba(0,0,0,.6)}.game-upload-header{background:#ff4d1d;border-radius:5px;color:#000;font-family:Poppins-Medium;font-size:26px;line-height:24px;padding:20px;text-align:center}.game-upload-body{padding:100px 100px 70px}.game-upload-logo-wrapper{width:90%}.game-upload-logo{align-items:center;background:#000;border:2px solid #313131;border-radius:5px;display:flex;height:237px;justify-content:center;position:relative;width:100%}.game-upload-name{margin-left:70px;width:78%}.upload-icon{height:53px;width:53px}.game-upload-logo .upload-btn-main{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.game-upload-body .game-title{color:#fff;font-family:poppins-regular;font-size:22px;line-height:20px;margin:0 0 16px}.game-upload-name .form-group .form-control input{background:#000;border:2px solid #313131;border-radius:5px;color:#fff}.game-upload-body .dropdown-box .form-control{background:#000;border:2px solid #313131}.game-upload-body .dropdown-select .MuiSelect-select{font-size:18px;line-height:23px;padding:20.5px 15px}.game-upload-body .input-box{margin-bottom:68px}.add-games-main .add-game-btn-sec{text-align:center}.add-games-main .add-game-btn-sec .primary-btn,.add-games-main .add-game-btn-sec .primary-btn:hover{color:#000;margin:65px 0 0;max-width:-webkit-max-content;max-width:max-content;min-width:200px}.add-games-main .add-game-btn-sec .primary-btn img{display:none}.game-flex{display:flex}.MuiMenu-list .game-item{padding:16px}.MuiMenu-list .game-item:hover{background:#404040}.add-genres-main .game-upload-name{margin-left:0;width:100%}.add-genres-main .add-game-btn-sec .primary-btn,.add-genres-main .add-game-btn-sec .primary-btn:hover{margin:30px 0 0}.game_log_img{height:100%;object-fit:cover;width:100%}@media screen and (min-width:1366px) and (max-width:1599px){.user-list-table .user-list-res{min-width:1400px}.user-list-table .table-design-main tr td:first-child,.user-list-table .table-design-main tr th:first-child{padding-left:20px!important;width:4%}.user-list-table .table-design-main tr td:nth-child(2),.user-list-table .table-design-main tr th:nth-child(2){width:7%}.user-list-table .table-design-main tr td:nth-child(3),.user-list-table .table-design-main tr th:nth-child(3){width:10%}.user-list-table .table-design-main tr td:nth-child(4),.user-list-table .table-design-main tr th:nth-child(4){width:13%}.user-list-table .table-design-main tr td:nth-child(10),.user-list-table .table-design-main tr td:nth-child(5),.user-list-table .table-design-main tr td:nth-child(6),.user-list-table .table-design-main tr td:nth-child(7),.user-list-table .table-design-main tr td:nth-child(8),.user-list-table .table-design-main tr td:nth-child(9),.user-list-table .table-design-main tr th:nth-child(10),.user-list-table .table-design-main tr th:nth-child(5),.user-list-table .table-design-main tr th:nth-child(6),.user-list-table .table-design-main tr th:nth-child(7),.user-list-table .table-design-main tr th:nth-child(8),.user-list-table .table-design-main tr th:nth-child(9){width:10%}}.otp-verification-input{border:0;border-radius:10px;font-family:poppins-medium;font-size:16px;height:60px;margin-right:30px;outline:none;width:60px!important}.discard-btn-main .discard-user-btn,.discard-btn-main .discard-user-btn:hover{margin-right:10px}.user-save-icon{margin-right:8px;object-fit:contain}.save-btn-main .save-user-btn,.save-btn-main .save-user-btn:hover{background-color:#114a65}.admin-tabs-main .admin-tab{background:#1a1a1a;border-radius:10px;color:#fff;font-family:Poppins-Medium;font-size:14px;line-height:21px;margin:0 20px 0 0;padding:10px 15px;text-transform:capitalize}.admin-tabs-main .admin-tab.Mui-selected{background:#ff4d1d;color:#fff}.admin-tabs-main .MuiTabs-indicator{display:none}.admin-tabpanel .edit-highlight-text{color:#111827;font-family:Poppins-Medium;margin-bottom:4px}.admin-tabpanel .edit-para-text{color:#6b7280;margin-bottom:24px}.admin-tabpanel>.MuiBox-root{background:#1a1a1a;border-radius:15px;color:#fff;margin-top:30px;padding:30px 20px}.edit-profile-tab .game-upload-logo{height:150px;width:150px}.edit-profile-tab .upload-icon{height:40px;width:40px}.edit-profile-tab .form-control .MuiInputBase-root{background:#000;border-radius:10px}.edit-profile-tab .form-group .form-control input{border:1px solid #313131;color:#fff}.p-0{padding:0}.edit-profile-form{margin:50px 0 0}.edit-profile-tab .input-box{margin-bottom:28px}.edit-profile-tab .input-box .MuiInputBase-root fieldset:hover{border-color:#313131}.change-password-tab .MuiBox-root{max-width:500px}.change-password-tab .change-pass-title{color:#fff;font-family:Poppins-Medium;font-size:14px;line-height:16px}.change-password-tab .change-pass-sub{color:#9d8f8f;font-family:Poppins-Medium;font-size:14px;line-height:16px;margin-top:5px}.change-password-tab .edit-profile-form{margin:15px 0 0}.change-password-tab .game-upload-body .game-title{font-size:14px;margin-bottom:8px}.save-button-box{width:150px}.otp-verification{margin-top:28px}.otp-verification .form-group{position:relative}.otp-verification .primary-btn,.otp-verification .primary-btn:hover{border-radius:0 10px 10px 0!important;height:60px!important;position:absolute;right:0;top:0;width:140px!important}.add-game-btn-sec .primary-btn-main{margin-left:0}.stake-token-Wrapper .stake-token-ul{align-items:center;display:flex;margin:0 0 50px;padding:0}.stake-token-ul .stake-token-li{background:#1c1c1c;border-right:1px solid #363535;color:#fff;cursor:pointer;font-family:poppins-regular;font-size:16px;justify-content:center;padding:20px;text-align:center;transition:all .3s ease}.stake-token-ul .stake-token-li.active,.stake-token-ul .stake-token-li:hover{background:#ff4d1d}.stake-token-ul .stake-token-li:first-child{border-radius:10px 0 0 10px}.stake-token-ul .stake-token-li:last-child{border:none;border-radius:0 10px 10px 0}.stake-token-Wrapper .form-group .form-control input,.stake-token-Wrapper .form-group .form-control input:hover{background:#000;border:2px solid #313131;border-radius:5px;color:#fff}.stake-token-Wrapper .input-box fieldset:hover{border:2px solid #313131}.admin-rate-box{background:#1a1a1a;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);min-height:100%;padding:30px 50px;text-align:center}.admin-rate-box .admin-card-title{color:#fff;font-family:poppins-medium;font-size:24px;line-height:19px;margin:0 0 20px}.admin-rate-box .admin-card-subtitle{color:#6b6b6b;font-family:poppins-medium;font-size:16px;line-height:20px;margin:0 0 10px;text-align:left}.admin-rate-box .form-control .MuiInputBase-root{background:#000;border-radius:10px}.admin-rate-box .form-group .form-control input,.admin-rate-box .input-box .MuiInputBase-root fieldset:hover{border:1px solid #313131;color:#fff}.admin-rate-box .form-control input::-webkit-input-placeholder{color:#fff}.admin-rate-box .form-control input::placeholder{color:#fff}.admin-rate-box .primary-btn.add-game-btn img{display:none}.admin-card-wrapper .display-row{margin:0}.admin-card-wrapper .display-row>*{padding:0}.rate-btn-wrapper{align-items:center;display:flex;justify-content:space-between}.rate-btn-wrapper .primary-btn-main{margin-top:10px;width:48%}.logo-box{align-items:center;display:flex;justify-content:center}.lock-period-table tr td:first-child,.lock-period-table tr th:first-child{width:5%}.lock-period-table tr td:nth-child(2),.lock-period-table tr td:nth-child(3),.lock-period-table tr td:nth-child(4),.lock-period-table tr th:nth-child(2),.lock-period-table tr th:nth-child(3),.lock-period-table tr th:nth-child(4){width:10%}.lock-period-table tr td:nth-child(5),.lock-period-table tr th:nth-child(5){width:15%}.lock-period-table tr td:nth-child(6),.lock-period-table tr td:nth-child(7),.lock-period-table tr th:nth-child(6),.lock-period-table tr th:nth-child(7){width:10%}.mr-20{margin-right:20px!important}.add-lock-period-main .game-upload-name{margin:0}.add-lock-period-main .dropdown-select .MuiSelect-select{padding:17.07px 15px}.input-box .game-title span{color:red}.reward-nft-table tr td:first-child,.reward-nft-table tr th:first-child{width:11%}.reward-nft-table tr td:nth-child(2),.reward-nft-table tr td:nth-child(3),.reward-nft-table tr td:nth-child(4),.reward-nft-table tr th:nth-child(2),.reward-nft-table tr th:nth-child(3),.reward-nft-table tr th:nth-child(4){width:17%}.reward-nft-table tr td:nth-child(5),.reward-nft-table tr th:nth-child(5){width:28%}.reward-nft-table tr td:nth-child(6),.reward-nft-table tr th:nth-child(6){width:10%}.box-start-token{margin-top:50px!important}.multiline-text{max-height:3em;overflow:hidden;resize:none}.multiline-text:focus{overflow:auto}.table-design-main tr th{padding:15px 0 15px 50px!important}*{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:inter-bold;src:url(/static/media/inter-bold.3e3cb905bf27a4c8c370.ttf)}@font-face{font-family:inter-medium;src:url(/static/media/inter-medium.18b8c68e64126db9ce88.ttf)}@font-face{font-family:inter-regular;src:url(/static/media/inter-regular.9cd7588f47651215d52f.ttf)}@font-face{font-family:inter-semibold;src:url(/static/media/inter-semibold.c6588ec1e3a1f399c5c0.ttf)}@font-face{font-family:poppins-medium;src:url(/static/media/poppins-medium.673ed42382ab264e0bf5.ttf)}@font-face{font-family:poppins-regular;src:url(/static/media/poppins-regular.35d26b781dc5fda684cc.ttf)}@font-face{font-family:poppins-bold;src:url(/static/media/poppins-bold.cdb29a5d7ccf57ff05a3.ttf)}@font-face{font-family:poppins-light;src:url(/static/media/Poppins-Light.7641a0f76ca9ef6c252c.ttf)}@font-face{font-family:antrysans;src:url(/static/media/ANTRYSANS_PERSONAL_USE_ONLY.4949baa37588b113ba17.OTF)}.d-flex,.res-menu-icon{display:flex}.align-items-center{align-items:center}.btn_optional{display:none}.text-center{margin-top:30px;text-align:center}.login-box{margin-top:40px}.text-center .login-page-heading{color:#fff}.input-group .email-address-heading{font-size:14px;margin-bottom:3px}.flex-center{align-items:center;display:flex;justify-content:center}.flex-end{display:flex;justify-content:flex-end}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.ml-auto{margin-left:auto}.pt-10{padding-top:10px}.pt-20{padding-top:20px}.h-100{height:100%}.header-main{background:#003d90;padding:4px 15px}.position-relative{position:relative}.header-flex{align-items:center;display:flex;justify-content:space-between}.header-ul{color:#d4d9e1;display:flex}.header-ul li{font-family:inter-regular;font-size:14px;padding:0 10px;width:auto}.logo-img{height:38px;object-fit:cover;width:178px}.header-ul li a{color:#d4d9e1;text-decoration:none}.p-15{padding:15px}.title-header,.title-header-flex{align-items:center;display:flex}.title-header-flex{justify-content:space-between;width:100%}.search{border:1px solid #d4d9e1;border-radius:4px!important;height:35px;line-height:31px;margin-right:10px!important;width:200px!important}.search input::-webkit-input-placeholder{color:#919cac;opacity:1}.search input::placeholder{color:#919cac;opacity:1}.search input{font-family:inter-regular;font-size:12px;line-height:15px;padding:5px 14px!important}.dashboard-text p,.title-main .page-title{color:#3e3e3e;font-family:inter-bold;font-size:19px;line-height:20px}.common-button button,.common-button button:hover{border-radius:4px;font-family:inter-semibold;font-size:12px;letter-spacing:0;line-height:19px;padding:7px 13px 6px;text-transform:capitalize}.grey-button button,.grey-button button:hover{background:#fff;border:1px solid #eaac35;border-radius:4px;color:#eaac35}.blue-button button,.blue-button button:hover{background:#ff4500;border:0;border-radius:4px;color:#fff;margin-left:10px;padding:7px 8px}.sahay-table,.table-container{background-color:#1a1a1a;min-height:582px}.sahay-table .table-container{background-color:#1a1a1a}.table-design-main tr td,.table-design-main tr th{color:#122b45;font-size:16px}.table-design-main tr th{font-family:inter-semibold;padding:4px 9px!important}.table-design-main tr td{border-bottom:0!important;font-family:inter-regular;padding:5px 9px 10px 10px!important}.table-design-main{border:0!important;box-shadow:none!important}.invoice-table tr td{background:#fff;display:table-cell;text-align:center}.input-design-div .password{margin-top:25px!important}.input-design-div .MuiFilledInput-underline:after,.input-design-div .MuiFilledInput-underline:before,.input-design-div .MuiFilledInput-underline:hover:before{border-bottom:0!important}.input-design-div .MuiFilledInput-underline,.input-design-div .MuiFilledInput-underline.Mui-focused,.input-design-div .MuiFilledInput-underline:hover{background:#fff;border:1px solid #dfe0e1;border-radius:4px;height:30px}.input-design-div .input-placeholder input::-webkit-input-placeholder{color:#122b45;font-family:inter-regular;line-height:20px}.input-design-div .input-placeholder input::placeholder{color:#122b45;font-family:inter-regular;line-height:20px}.input-group .admin-input-design{margin-bottom:5px;margin-top:0;width:100%}.forgot .forgot_password{color:#fff}.input-design-div.with-border input{box-sizing:border-box;height:35px;line-height:28px;padding:0 15px}.input-design-div.with-border input,.set-textarea-box-top .MuiInputBase-formControl{background-color:#fff;border:1px solid #ccc;border-radius:4px;font-family:inter-regular;font-size:14px}.set-textarea-box-top fieldset{border:none!important}.with-border .MuiFilledInput-underline{font-size:14px!important;height:35px!important;letter-spacing:0}.input-label{color:#122b45;display:flex;font-family:inter-semibold;font-size:14px;line-height:15px;padding-bottom:8px!important}.line{background:#ebebeb;height:1px}.save-btn button{min-width:110px}.table-container{box-shadow:none!important}.set-date .MuiStack-root{overflow:hidden;padding-top:0}.set-date-picker .MuiInputBase-colorPrimary{background:#fff;border:1px solid #00000033!important;border-radius:4px;border-radius:5px;height:35px;width:100%}.set-date-picker fieldset{border-color:transparent!important}.set-date-picker input{color:#120d26;font-family:inter-regular!important;font-size:14px!important;height:28px;line-height:19px;padding:0 14px!important;text-align:left}.set-date-picker .MuiStack-root{padding-top:0!important}.input-design-div-people,.set-calendar-box .set-calendar-position,.set-date-picker .MuiStack-root{width:100%}.accestimeicon{fill:#757575!important}.accestimeicon-img{display:flex;position:absolute;right:8px;top:5px}.accestimeicon-img svg,.set-date-picker svg{height:19px}.pagination-design nav{display:flex}.pagination-design nav ul li .MuiPaginationItem-previousNext{background-color:initial;color:#003d90}.pagination-design nav ul li button,.pagination-design nav ul li button:hover{background:#3f3f3f;color:#fff;font-family:inter-medium;height:25px;margin:0 5px;min-width:25px;padding:0;position:relative}.pagination-design nav ul li button svg{display:none}.pagination-design nav ul li:first-child button,.pagination-design nav ul li:last-child button{margin:0}.pagination-design nav ul li:first-child button:after,.pagination-design nav ul li:last-child button:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAVCAYAAACdbmSKAAAA3UlEQVQ4jZXToUpDURjA8Z8iIhgMCwabL2BRi+HCLILLYlJfweoDuOhgzaSIoIJW04LBYvMNLILBYBEMsskHOzAubjvnXw6Xe3/nfOHcmaqqFDSP7lwBWMY9tnLRJh6wEg+zGeAQTwlMQzHFGS6wUH/xXw3cYnvcbvXWhvOvjhuhPt4enieBURTrKW6wOAmk8ZZwjd1pH4+edFUCEjrAYyn6QgttDHJR1McJ9vGdi1J3cSHxVoKiV2ygV4KiT+ygU4KiXxzjCD+5KHWJ+L3fS1D0gvXhvcxG0QeaOP8D474gWt0rTOsAAAAASUVORK5CYII=);background-repeat:no-repeat;background-size:100% 100%;content:"";height:12px;width:10px}.pagination-design nav ul li:last-child button:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAVCAYAAACdbmSKAAAA20lEQVQ4jZXRIUuDQQDH4WfDIBgWTGLxG5i0GF5EsMhADDYZGGRFsO4LaNSqycGCLFo0KQYNavEbWMSyYBHGyuTAg5eh7+5+8e4e+MPViqI4xyFGEqvjAHdYyEGhNbxgNQeFFvGAVg4KzeISp5hJRbEj3GI+B4U28IrlHBRawiN2c1BoDlc4ju9TUKiGDq7RSEWxLfRy0Q32UtEYJ2ji698PLPWNffTj0TT0jm28lQ+r5t1jZRJUoTNsYvDX5eS8IdroVm0uow/s4LkKlOc9/e6fCiK6wDo+UwD8AEt2IeB6qMVnAAAAAElFTkSuQmCC)}.pagination-design nav ul li:first-child button:hover,.pagination-design nav ul li:last-child button:hover{background:transparent}.pagination-design nav ul li button.Mui-selected,.pagination-design nav ul li button.Mui-selected:hover{background:#ff4d1d;color:#000}.pagination-design{background:#0e0e0e;padding-top:15px}.filter-btn button,.filter-btn button:hover{background:#003d90;border:1px solid #003d90;height:34px;max-width:34px;min-width:34px}.main-login{background-image:url(/static/media/bg.ac069510d9089b7899e7.png);height:100vh}.login-page-top-side,.main-login{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100vw}.login-page-top-side{background-image:url(/static/media/shape.9e8cc762a36062ad9057.png);display:flex;height:260px}.login-page-left-side{align-items:center;color:#fff;display:flex;height:100vh;justify-content:center;width:50%}.login-page-left-img{height:500px;margin-top:0}.login-page-right-side{align-items:center;color:#fff;display:flex;flex:1 1;flex-direction:column;height:100vh;justify-content:center}.login-page-right-side-contained{align-items:center;display:flex;flex-direction:column;height:400px;justify-content:center;width:500px}.rightbox{background:#042443c4;border-radius:0 0 0 100px;margin-left:auto;max-width:50%}.rightbox,.white-login-main{align-items:center;display:flex;height:100vh;justify-content:center;position:relative}.logo-set{left:0;padding:30px 0 0 30px;position:absolute;top:0}.logo-set img{height:81px;object-fit:contain;width:383px}.logo-set2 img{object-fit:contain;width:164px}.box-text p{color:#fff;font-family:inter-bold;font-size:32px;line-height:39px}.box-login-text p{color:#fff;font-family:inter-regular;font-size:16px;line-height:20px;margin:15px 0 40px}.main-box{flex:0 0 400px;max-width:400px!important;padding-top:75px;width:400px}.forgot-password-heading{margin:30px 0 20px}.forgot-input-field{margin:10px 0 20px}.login-btn-main .login-page-link{display:flex;justify-content:flex-end;margin-top:10px}.login-btn-main{margin:30px 0 20px}.login-btn-main a{color:#fff;text-decoration:none}.login-btn button{font-family:inter-semibold;width:100%}.orange-btn .buttons,.orange-btn .buttons:hover,.orange-btn button,.orange-btn button:hover{background:#fb923c;border-radius:4px;box-shadow:none;color:#000;font-family:inter-regular;font-size:16px;letter-spacing:.5px;line-height:20px;min-height:36px;min-width:300px;text-decoration:none!important;text-transform:capitalize}.forgot p{margin:0!important;text-align:right!important}.input-design-div .MuiInputBase-input{background-color:#fff;border-radius:4px;color:#122b45;font-size:14px;padding:11px 10px!important;padding-right:30px}.dashboard-text p{color:#003d90;display:flex;font-family:inter-bold;font-size:16px;line-height:20px}.main-box-dash{background:#f0f3f8;border-radius:8px;margin:10px 7.5px 15px;max-width:18.81%;min-height:73px;padding:14px 20px;width:20%}.text-main p{color:#000;font-family:inter-medium;font-size:14px;line-height:17px;margin-bottom:5px}.number-text p{color:#122b45;font-family:inter-bold;font-size:16px;line-height:20px}.logo-dash img{height:30px;object-fit:contain;width:30px}.dash-text{margin-left:20px!important}.dash-text-box-set{align-items:center;display:flex}.set-dash-main{display:flex;flex-wrap:wrap;margin-left:-7.5px;margin-right:-7.5px;width:calc(100% + 15px)}.forgot a{text-decoration:none}.barge-list-main-box{background:#f0f3f8;border-radius:8px;max-width:100%;min-height:104px}.barge-set-dash-main{display:flex;flex-wrap:wrap;margin-left:-6.5px;margin-right:-6.5px}.brge-icon .brge-icon-set{height:59px;width:66px}.set-progress{margin:3px 0 1px}.set-progress span{height:4px!important;width:66px!important}.set-progress .MuiLinearProgress-bar{background-color:#0d70d9!important}.brge-number .text{color:#122b45;font-family:inter-medium;font-size:8px;line-height:10px}.brge-img-set{border-right:1px solid #dfe0e1;padding:12px 15px 10px;width:30%}.barge-set-text-box{padding:8px 8px 10px 15px;text-align:left;width:100%}.main-barge-box{display:flex}.set-scheduled .text{color:#fff;font-family:inter-regular;font-size:8px;line-height:10px;padding:1px 6px}.set-scheduled{border-radius:30px;height:12px;margin-left:auto;max-width:-webkit-max-content;max-width:max-content;width:100%}.set-scheduled-text .text-name{color:#8d98ab;font-family:inter-regular;font-size:10px;line-height:12px}.set-scheduled-text .text-span{color:#122b45;font-family:inter-medium;font-size:10px;line-height:12px}.pt-5{padding-top:5px!important}.set-scheduled-back{background:#51c6e5}.set-available-back{background-color:#05e39c}.main-bargebox{display:flex;width:100%}.todaytrip-list-main-box{background:#f0f3f8;border-radius:8px;max-width:100%;min-height:104px}.dashboard-item,.dashboard-row-main .dashboard-item{background:transparent;box-shadow:none!important;padding:0!important;text-align:center!important}.background-ed{background:#fff;border-radius:10px}.today-trip-text{padding-top:12px}.mr-10{margin-right:10px}.mr-15{margin-right:15px}.today-set-progress.set-progress .MuiLinearProgress-bar{background-color:#e8b153!important}.admin-input-design{width:100%}.profile-set{color:#d4d9e1;font-family:inter-regular;font-size:14px;padding:0 10px;text-transform:capitalize;width:auto}.flex-drop-main{align-items:center;display:flex}.admin-header-profile-icon{border-radius:50%;height:26px;object-fit:cover;width:26px}.arrow-profile-icon{height:5px;object-fit:cover;width:5px}.admin-header-profile-ul a li{color:#fff;font-family:poppins-regular;font-size:16px;line-height:17px;padding:7.5px 16px}.admin-header-profile-ul a{text-decoration:none!important}.logout-profile{color:red!important;font-family:poppins-regular!important;font-size:16px!important;line-height:20px!important}.admin-profile-box .MuiPaper-rounded{border-radius:10px!important;box-shadow:0 3px 6px #0000000d!important;left:0!important;right:32px!important;top:50px!important}.admin-header-right{align-items:center;display:flex;justify-content:flex-end}.filter-header{background:#edeff1;padding:15px 20px}.filter-main .MuiPaper-elevation{min-width:350px}.filter-header-inner .filter-title{color:#003d90;font-family:inter-bold;font-size:16px;line-height:20px}.filter-footer{border:1px solid #edeff1;height:50px;padding:10px 20px}.filter-inner-main{height:calc(100vh - 100px);overflow:auto;padding:20px}.filter-header-inner{justify-content:space-between}.outline-button button,.outline-button button:hover{background:transparent;border:1px solid #eaac35;border-radius:4px;color:#eaac35}.profile-content{height:100%;min-height:calc(100vh - 120px)}.card-main{background:#f0f3f8;border-radius:10px;box-shadow:0 3px 30px #0000000d;padding:30px}.profile-img{margin:auto auto 15px}.profile-card-main{width:710px}.profile-img{border-radius:50%;display:flex;height:80px;margin-bottom:15px;object-fit:cover;width:80px}.change-input-label{color:#122b45;display:flex;font-family:inter-medium;font-size:14px;line-height:15px;padding-bottom:6px!important}.set-textarea-box{height:47px}.set-textarea-box:focus{outline:none}.change-profile{display:flex;justify-content:center;position:relative}input.change-profile-input{background:red;cursor:pointer;height:28px;left:0;opacity:0;position:absolute;right:0;top:1px}.change-password-set{margin-bottom:20px}.change-password-main{min-width:370px}.change-space{margin-bottom:15px}.supply-table tr td:first-child,.supply-table tr th:first-child{width:6%}.supply-table tr td:nth-child(2),.supply-table tr td:nth-child(3),.supply-table tr th:nth-child(2),.supply-table tr th:nth-child(3){width:10%}.supply-table tr td:nth-child(4),.supply-table tr th:nth-child(4){width:5%}.supply-table tr td:nth-child(5),.supply-table tr th:nth-child(5){width:11%}.supply-table tr td:nth-child(6),.supply-table tr th:nth-child(6){width:6%}.supply-table tr td:nth-child(7),.supply-table tr th:nth-child(7){width:8%}.supply-table tr td:nth-child(8),.supply-table tr td:nth-child(9),.supply-table tr th:nth-child(8),.supply-table tr th:nth-child(9){width:5%}.supply-table tr td:nth-child(10),.supply-table tr th:nth-child(10){width:4%}.supply-table tr td:nth-child(11),.supply-table tr th:nth-child(11){width:7%}.supply-table tr td:nth-child(12),.supply-table tr th:nth-child(12){width:10%}.supply-table tr td:nth-child(13),.supply-table tr th:nth-child(13){width:18%}.supply-table tr td:nth-child(14),.supply-table tr th:nth-child(14){width:10%}.tanker-table tr td:first-child,.tanker-table tr th:first-child{width:12%}.tanker-table tr td:nth-child(2),.tanker-table tr th:nth-child(2){width:20%}.tanker-table tr td:nth-child(3),.tanker-table tr th:nth-child(3){width:12%}.tanker-table tr td:nth-child(4),.tanker-table tr th:nth-child(4){width:14%}.tanker-table tr td:nth-child(5),.tanker-table tr th:nth-child(5){width:18%}.tanker-table tr td:nth-child(6),.tanker-table tr th:nth-child(6){width:17%}.tanker-table tr td:nth-child(7),.tanker-table tr th:nth-child(7){width:20%}.change-password-btn button{margin-left:0!important;margin-top:5px}.res-menu{display:none}.res-menu-icon svg{fill:#fff;display:none;height:20px;width:20px}.res-close-btn{display:none!important}.header-flex-main{left:0;position:fixed;right:0;top:0;z-index:999}.set-filter-main{padding-top:60px}.background-hight{height:100%}.header-ul-main-open{left:-250px!important}.menu-set-main .MuiMenu-paper{width:160px}.no-text-decoration{text-decoration:none}.margin-left-5{margin-left:5px!important}.span-text{color:#d1d5db;margin-left:3px}.modal .modal-title{color:#111827;font-family:Poppins-Medium;font-size:20px;line-height:30px}.modal-user-btn-flex{display:flex;justify-content:flex-end;padding-top:3px}.modal .add-user-modal-inner-main{border:1px solid #707070;border-radius:10px;max-width:500px;padding:24px 24px 30px;width:100%}.modal-input-box{margin-bottom:24px}.modal-input-box .form-group .form-control input{padding:5.5px 15px}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.modal-delete .delete-modal-inner-main{border:1px solid #707070;max-width:300px}.delete-modal-inner-main .delete-modal-title{color:#111827;font-family:inter-medium}.delete-modal-inner-main .delete-modal-para{color:grey;max-width:304px}.delete-modal-btn-flex .modal-btn{border:1px solid #d1d5db;border-radius:4px;max-width:100px;padding:8px;text-transform:capitalize;width:100%}.delete-modal-btn-flex .modal-cancel-btn,.delete-modal-btn-flex .modal-cancel-btn:hover{background:#fff;border:1px solid #eaac35;border-radius:10px;color:#eaac35;margin-right:20px}.delete-modal-btn-flex .modal-delete-btn,.delete-modal-btn-flex .modal-delete-btn:hover{background:#eaac35;border-radius:10px}.incre-btn-main .inc-dic-btn,.incre-btn-main .inc-dic-btn:hover{background-color:#003d90;border-radius:5px;color:#fff;font-size:17px;height:34px;line-height:23px;margin-top:15px;min-width:34px;padding-bottom:8px}.incre-btn-main .inc-dic-btn:first-child{margin-right:15px}.incre-btn-main .Mui-disabled{color:#c5c1c1!important}.Mui-error{margin-left:0!important}.action-menu-icon{font-size:20px!important}.action-text{color:#122b45!important;font-family:inter-regular!important;font-size:13px!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.filter-datepicker .MuiOutlinedInput-input{border:0!important}.filter-date-overflow>.MuiStack-root{overflow:hidden}.pdf-design.MuiBox-root.css-0{background:#003d90;border-radius:5px;color:#d8d8dd;font-family:inter-medium;font-size:14px;padding:8px;text-align:center}.pdf-upload-design{bottom:0;left:0;opacity:0;position:absolute!important;right:0;top:0}.filter-close-btn img,.modal-close-button{height:23px;width:23px}.select-compny-cad-main{max-width:1118px!important;width:100%}.select-card-main{background:#fff;border:1px solid #e2e2e2;border-radius:15px;box-shadow:0 3px 30px #0000000d;padding:50px}.title-main .select-page-title{color:#000;font-family:inter-bold;font-size:30px;line-height:36px;text-align:center}.compny-img{background:#fff;border:2px solid #d9d9d9;border-radius:15px;cursor:pointer;padding:20.5px}.compny-img-inner{border-radius:10px;height:158px;width:196px}.set-select-img{text-align:center}.select-compny-text{color:#122b45;font-family:inter-semibold;font-size:16px;line-height:20px;text-align:center}.select-text-set{margin-top:20px}.select-img-box{display:flex;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.select-img-main{margin:9px;width:241px}.mb-41{margin-bottom:41px}.select-check-box{justify-content:center;margin-top:15px;text-align:center}.select-check-box svg{height:30px;width:30px}.select-check-box .MuiCheckbox-colorPrimary{padding-top:16px 0 0!important}.select-modal-box{border:1px solid #707070!important;border-radius:20px!important;cursor:pointer;max-width:551px!important;outline:none;padding:0!important;width:100%!important}.select-modal-header{align-items:center;background:#003d90;border-radius:19px 19px 0 0;display:flex;justify-content:space-between;padding:15px 20px}.select-modal-header-text{color:#fff;font-family:inter-semibold;font-size:18px;line-height:20px}.select-modal-img-box{padding:40px 50px}.select-text-set-modal{margin-top:9px}.modal-compny-img-inner{border-radius:10px;height:101px;width:94px}.modal-compny-img{background:#fff;border:2px solid #d9d9d9;border-radius:15px;padding:13px 14px}.modal-select-img-box{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.select-img-main-modal{margin:14px;width:130px}.modal-set-select-img{border:1px solid #d2d2d2;border-radius:10px;text-align:center}.modal-select-compny-text{color:#122b45;font-family:inter-semibold;font-size:15px;line-height:19px;text-align:center}.set-modal-close-icon{height:30px;width:30px}.modal-close-img{height:16px;width:16px}.modal-close-icon-small{height:20px;width:20px}.modal-icon-btn{margin-top:11px!important}.res-btn-close{min-width:auto!important;padding:0!important}.modal-compny-img .active{border:1px solid #1f65db}.select-img-main-modal.active .modal-compny-img{border:2px solid #1f65db}.select-img-main-modal.active .modal-icon-btn .modal-close-icon-small-grey{display:none}.select-img-main-modal .modal-icon-btn .modal-close-icon-small-grey,.select-img-main-modal.active .modal-icon-btn .modal-close-icon-small-blue{display:flex;margin:auto}.select-img-main-modal .modal-icon-btn .modal-close-icon-small-blue{display:none}.select-img-main.active .compny-img{border:2px solid #1f65db}.select-img-main.active .select-check-box .modal-close-icon-small-blue{display:block;margin:auto}.select-img-main.active .select-check-box .modal-close-icon-small-grey{display:none}.select-img-main .select-check-box .modal-close-icon-small-grey{display:block;margin:auto}.select-img-main .select-check-box .modal-close-icon-small-blue{display:none}.barge-dashboard-box{background-color:#fff;border:1px solid #dfe0e1;border-radius:10px;padding:20px}.barge-common-box{background-color:#1a1a1a}.table-design-main{background-color:#f0f3f8}.page-content-box{background-color:gray}.filter-date-overflow .MuiStack-root{width:100%}.barge-dashboard-page{margin-bottom:30px;margin-top:30px}.one-line-table tr td,.one-line-table tr th{white-space:nowrap}.table-design-main tr td:last-child button.MuiIconButton-sizeMedium{padding:3.5px}.input-design-div .MuiInputBase-fullWidth{border-radius:4px;height:35px;line-height:25px}.input-design-div .set-date-picker .MuiInputBase-input{background:transparent}.white-login-box.MuiBox-root.css-0{border-radius:15px;padding:0 50px 50px}.bluebox-text p{color:#122b45}.login-input-design-div .MuiFilledInput-underline,.login-input-design-div .MuiFilledInput-underline.Mui-focused,.login-input-design-div .MuiFilledInput-underline:hover{border:1px solid #d4d9e1;height:42px}.logo-set2{margin-top:0}.profile-image-center{text-align:center}.input-design-div-set-back .MuiInputBase-input{background-color:initial!important}.change-password-icon .admin-input-design .MuiInputAdornment-filled button svg{height:18px;width:18px}.change-password-icon .MuiInputBase-input{font-size:14px!important}.change-password-text{margin-bottom:20px}.input-design-div .password-set{margin-bottom:20px!important;margin-top:0!important}.input-design-div .label-set,.input-design-div .password-set-box{margin-top:0!important}.input-label-new{background:#f0f3f8!important}body .MuiPopover-paper{border:1px solid #e1dddd;border-radius:8px;box-shadow:none!important}::-webkit-scrollbar{border-radius:10px;height:6px;width:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.table-design-main tr th{background:#ff4d1d;border-bottom:none;color:#000;font-family:poppins-medium;font-size:18px;padding:15px 0 15px 10px!important;white-space:nowrap}.dashboard-containt-main{background:#f0f3f8!important;padding:60px 30px 0}.table-design-main{background-color:#1a1a1a;border-collapse:initial!important;border-radius:0!important}.table-design-main tr td:first-child,.table-design-main tr th:first-child{padding-left:20px!important}.table-design-main tr td:last-child,.table-design-main tr th:last-child{padding-right:20px!important}.barge-common-box-table{background-color:#f0f3f8;border-radius:10px;padding:0!important}.table-design-main tr td{background:#1a1a1a;color:#fff;display:table-cell}.table-design-main tr th:first-child{border-radius:3px 0 0 3px}.table-design-main tr th:last-child{border-radius:0 3px 3px 0!important}.profile-inner .dashboard-item{background:transparent}.set-textarea-box{border:1px solid #ccc;border-radius:10px;padding:10px 16px;resize:none;width:100%}.set-profile-set{color:#122b45;display:flex;font-family:inter-bold;font-size:14px;line-height:20px;padding:0 8px;text-transform:capitalize}.set-admin-header-profile-icon{height:33px!important;width:33px!important}.set-profile-inner{color:#959595;font-family:inter-regular;font-size:8px;line-height:10px;padding:0 8px}.new-menu-set-main .MuiMenu-paper{border-radius:10px;box-shadow:0 3px 6px #0000000d;top:51px!important;width:200px}.pink-btn-menu{background:#ffb8d0!important;border-radius:6px!important;justify-content:center!important;margin:0 16px!important;text-align:center!important}.drop-header-btn-set{padding:0 0 6px!important}.menu-set-main ul{padding-bottom:9px!important;padding-top:9px!important}.menu-set-main .MuiMenu-paper{border-radius:10px;box-shadow:0 3px 6px #0000000d}.css-2hzjrb-MuiInputBase-input-MuiFilledInput-input.Mui-disabled{-webkit-text-fill-color:#000!important;opacity:1}.table-design-main tr td:first-child{padding-left:20px!important;white-space:nowrap}.input-design-div fieldset{border-color:#ccc}.invoice-table tr td{white-space:nowrap}.paiddot{background:green}.paiddot,.unpaiddot{border-radius:50%;display:inline-block;height:8px;margin-right:10px;width:8px}.unpaiddot{background:red}.MuiPopover-root .MuiPaper-root .MuiList-root li.Mui-selected{background:#a6ccff}.input-design-div .MuiOutlinedInput-root:hover fieldset{border-color:#ccc;border-width:1px}.MuiOutlinedInput-root .MuiSelect-select .multiselect-item{background:#c9e0ff;border-radius:3px;color:#003d90;display:inline-flex;font-family:poppins-semibold;font-size:10px;line-height:2;padding:0 8px}.invoice_number{display:flex;justify-content:space-between}.invoice_number_align{font-size:16px!important;margin-left:10px!important}.party_btn{display:flex!important;justify-content:start;margin-right:"-20px"}.admin-page-title{color:#003d90;font-family:inter-bold;font-size:19px;line-height:20px}.sidebar-logo-back{align-items:center;display:flex;height:auto;justify-content:center;margin:auto;width:100%}.table-design-main .cus-table-checkbox{padding:0}.cus-table-wrapper .table-action-btn{padding:0 10px;text-transform:capitalize}.active-status{background:#3d7b0b!important}.inactive-status{background:#d62929!important}.cus-table-checkbox .MuiSvgIcon-root{color:#ff4d1d}.table-design-main tr th .cus-table-checkbox .MuiSvgIcon-root{color:#1f0903}.sidebar-li.active img{-webkit-filter:brightness(10);filter:brightness(10)}.sidebar-li img{height:16px;object-fit:contain;width:16px}.dropdown-box .form-control{background:#1a1a1a;border-radius:10px;position:relative;width:100%}.dropdown-select .MuiSelect-select{border-radius:4px;color:#fff;display:flex;font-family:Poppins-regular;font-size:16px;padding:10px 15px}.grey-down{height:10px;object-fit:contain;position:absolute;right:21.92px;top:17.92px;width:10px}.dropdown-box .MuiMenu-list .drop-menuitem{color:#000;font-family:Poppins-Regular;font-size:12px;line-height:20px}.main-title{align-items:center;display:flex;justify-content:space-between;margin:0 0 30px;min-height:55px;width:100%}.dropdown-box .MuiSvgIcon-root{color:#fff;font-size:40px}.header-drop-box{width:180px}.dropdown-select.Mui-focused .MuiOutlinedInput-notchedOutline{border:none}.MuiMenu-root .MuiPaper-root{background:#1a1a1a;border:none;color:#fff}.MuiPopover-root .MuiPaper-root .MuiList-root li.Mui-selected,.MuiPopover-root .MuiPaper-root .MuiList-root li:hover{background:#434343}.admin-dashboad-row{margin-bottom:24px}.display-row>*{padding:0 19px}.display-row{margin-left:-19px;margin-right:-19px}.primary-btn-main{width:100%}.primary-btn-main .primary-btn,.primary-btn-main .primary-btn:hover{background:#fb923c;border-radius:10px;color:#000;font-family:poppins-bold;font-size:21px;height:62px;line-height:22px;text-transform:capitalize;width:100%}.right-dashboard-content header{background:#000}.sidebar-main.active .cms-text svg,.sidebar-main.active .cus-cms-wrap span,.sidebar-main.active .sidebar-li span{display:block}.sidebar-main .cms-text svg,.sidebar-main .cus-cms-wrap span,.sidebar-main .sidebar-li span{display:none}.cus-table-wrapper .css-5ryogn-MuiButtonBase-root-MuiSwitch-switchBase.Mui-checked{color:#3d7b0b}.cus-table-wrapper .css-5ryogn-MuiButtonBase-root-MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#3d7b0b}.cus-table-wrapper .css-5ryogn-MuiButtonBase-root-MuiSwitch-switchBase{color:#c10000}.cus-table-wrapper .MuiSwitch-track{background-color:#c10000}.user-circle-img{display:flex;height:52px;margin:auto;object-fit:contain;width:52px}.modal-delete .delete-modal-inner-main{background-color:#1a1a1a;border:none;border-radius:10px;max-width:500px;padding:40px 24px;width:100%}.delete-modal-inner-main .delete-modal-title{color:#fff;font-family:Poppins-Medium;font-size:28px;line-height:42px;margin:20px 0 16px;text-align:center}.delete-modal-inner-main .delete-modal-para{color:#fff;font-family:poppins-regular;margin:auto;max-width:345px;text-align:center;width:100%}.delete-modal-btn-flex{display:flex;justify-content:center;margin-top:26px}.delete-modal-btn-flex .modal-btn,.delete-modal-btn-flex .modal-btn:hover{border:1px solid #d1d5db;border-radius:4px;max-width:100px;padding:8px;text-transform:capitalize;width:100%}.delete-modal-btn-flex .modal-cancel-btn{color:#6b7280;margin-right:20px}.delete-modal-btn-flex .modal-delete-btn,.delete-modal-btn-flex .modal-delete-btn:hover{background-color:#ff4d1d;border:none;color:#fff}.MuiBackdrop-root-MuiModal-backdrop{background-color:rgba(17,24,39,.6)}.modal-delete .MuiModal-backdrop{background-color:rgba(0,0,0,.7)}.table-design-main tr td .table-img{height:40px;object-fit:contain;width:80px}.error-text{color:#c43d3d}.cus-drop-ul .cus-drop-li.active{background-color:#ff4d1d;color:#fff}.primary_btn_icon_remove img{display:none}.user-list-table .table-design-main tr th{padding:15px 0 15px 10px}.header-button-box{align-items:center;display:flex}.not-found-row .not-found-image-cell{min-height:500px}.not-found-text{align-items:center;display:flex;height:500px;justify-content:center}.edit-profile-form .pass_group_main{background-color:#000}.header-button-box .primary-btn-main .primary-btn.add-game-btn,.header-button-box .primary-btn-main .primary-btn.add-game-btn:hover{min-width:200px}.header-button-box .primary-btn-main{margin:0}.header-button-box .primary-btn-main:nth-child(2){margin:0 0 0 20px!important}.Toastify__toast-theme--light{background:#1a1a1a!important;border-radius:10px;color:#fff;font-family:poppins-medium;font-size:14px}.no-data-img{align-items:center;display:flex;justify-content:center;min-height:520px}.MuiMenu-root .MuiPaper-root{border-radius:0 0 10px 10px;box-shadow:inset 0 1px 1px 0 #000,0 50px 100px -20px #000,0 30px 60px -30px #000!important}.table-body{position:relative}.drop-header-menu .MuiModal-backdrop+div+.MuiPaper-root{margin-top:13px}.sidebar-main.active .cus-drop-arrow,.sidebar-main.active .cus-drop-arrowup{display:block}.sidebar-main .cus-drop-arrow,.sidebar-main .cus-drop-arrowup{display:none}.Toastify__close-button--light{color:#fff;opacity:1}.stak-menu-img{height:16px;margin:0 15px 0 0;object-fit:contain;width:16px}.sidebar-main .dropdown-select .MuiSelect-select{align-items:center;background:#0e0e0e;border-radius:0;color:#9d8f8f;font-family:poppins-bold;font-size:14px;line-height:21px;padding:15px 20px}.MuiList-root .stake-menuitem,.sidebar-dropdown .MuiButtonBase-root{color:#9d8f8f;cursor:pointer;font-family:poppins-bold;font-size:14px;line-height:21px;padding:15px 20px}.cms-wrapper{background-color:#1e1e1e;border-radius:10px;padding:15px 25px}.cms-wrapper .input-label{color:#fff;font-family:Poppins-Medium;font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:15px;margin-top:0;padding:0!important}.ck.ck-editor__main>.ck-editor__editable.ck-focused,.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){background:#161616;border-color:#3e3e3e;color:#fff;min-height:300px}.ck.ck-toolbar.ck-toolbar_grouping{background:#161616;border:1px solid #3e3e3e}.ck-reset_all :not(.ck-reset_all-excluded *),.ck.ck-reset_all{color:#fff}.save-btn-main .save-user-btn,.save-btn-main .save-user-btn:hover{background-color:#ff4d1d;border:none;color:#fff}.ck.ck-button:not(.ck-disabled):hover,a.ck.ck-button:not(.ck-disabled):hover{background:#161616}.cms-wrapper .primary-btn-main .primary-btn.add-game-btn{width:200px}.cms-wrapper .primary-btn-main .primary-btn.add-game-btn img{display:none}.cms-wrapper .save-btn-main{margin:20px 0 0}.drop-body .MuiMenu-paper{left:0!important}.drop-body .MuiMenu-root .MuiPaper-root{background:transparent;border:transparent;color:transparent}.drop-body .MuiMenu-list{background:#1a1a1a;border:none;color:#fff;padding:0}.ml-0{margin-left:0}.add-lock-period-main .game-upload-name{margin-left:0;width:100%}.add-lock-period-main .game-upload-body .dropdown-select .MuiSelect-select{padding:17.07px 15px}.add-lock-period-main .dropdown-box .form-control{border-radius:5px}@media screen and (min-width:1280px) and (max-width:1365px){.user-list-table .user-list-res{min-width:1400px}.game-upload-logo-wrapper{width:33%}}
/*# sourceMappingURL=main.4e336011.css.map*/