: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:#ffffffb3;--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;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%;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;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;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{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;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}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{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}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.mb-2p{margin-bottom:2px!important}.letter-space-1{letter-spacing:1px!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:10px!important}.m-2{margin:20px!important}.m-3{margin:30px!important}.m-4{margin:40px!important}.m-5{margin:50px!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:10px!important;margin-right:10px!important}.mx-2{margin-left:20px!important;margin-right:20px!important}.mx-3{margin-left:30px!important;margin-right:30px!important}.mx-4{margin-left:40px!important;margin-right:40px!important}.mx-5{margin-left:50px!important;margin-right:50px!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:10px!important;margin-top:10px!important}.my-2{margin-bottom:20px!important;margin-top:20px!important}.my-3{margin-bottom:30px!important;margin-top:30px!important}.my-4{margin-bottom:40px!important;margin-top:40px!important}.my-5{margin-bottom:50px!important;margin-top:50px!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:10px!important}.mt-2{margin-top:20px!important}.mt-3{margin-top:30px!important}.mt-4{margin-top:40px!important}.mt-5{margin-top:50px!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:10px!important}.mr-2{margin-right:20px!important}.mr-3{margin-right:30px!important}.mr-4{margin-right:40px!important}.mr-5{margin-right:50px!important}.mr-8{margin-right:80px!important}.mr-auto{margin-right:auto!important}.mr-4p{margin-right:4px!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:10px!important}.mb-2{margin-bottom:20px!important}.mb-3{margin-bottom:30px!important}.mb-4{margin-bottom:40px!important}.mb-5{margin-bottom:50px!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-05{margin-left:5px!important}.ml-1{margin-left:10px!important}.ml-2{margin-left:20px!important}.ml-3{margin-left:30px!important}.ml-4{margin-left:40px!important}.ml-5{margin-left:50px!important}.ml-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:10px!important}.p-2{padding:20px!important}.p-3{padding:30px!important}.p-4{padding:40px!important}.p-5{padding:50px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:10px!important;padding-right:10px!important}.px-2{padding-left:20px!important;padding-right:20px!important}.px-3{padding-left:30px!important;padding-right:30px!important}.px-4{padding-left:40px!important;padding-right:40px!important}.px-5{padding-left:50px!important;padding-right:50px!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-06{padding-bottom:6px!important;padding-top:6px!important}.py-1{padding-bottom:10px!important;padding-top:10px!important}.py-2{padding-bottom:20px!important;padding-top:20px!important}.py-3{padding-bottom:30px!important;padding-top:30px!important}.py-4{padding-bottom:40px!important;padding-top:40px!important}.py-5{padding-bottom:50px!important;padding-top:50px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:10px!important}.pt-2{padding-top:20px!important}.pt-3{padding-top:30px!important}.pt-4{padding-top:40px!important}.pt-5{padding-top:50px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:10px!important}.pr-2{padding-right:20px!important}.pr-3{padding-right:30px!important}.pr-4{padding-right:40px!important}.pr-5{padding-right:50px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:10px!important}.pb-2{padding-bottom:20px!important}.pb-3{padding-bottom:30px!important}.pb-4{padding-bottom:40px!important}.pb-5{padding-bottom:50px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:10px!important}.pl-2{padding-left:20px!important}.pl-3{padding-left:30px!important}.pl-4{padding-left:40px!important}.pl-5{padding-left:50px!important}.m--1{margin:-10px!important}.m--2{margin:-20px!important}.m--3{margin:-30px!important}.mt--1{margin-top:-10px!important}.mt--2{margin-top:-20px!important}.mt--3{margin-top:-30px!important}.mt--15{margin-top:-15px!important}.mb--1{margin-bottom:-10px!important}.mb--2{margin-bottom:-20px!important}.mb--3{margin-bottom:-30px!important}.ml--1{margin-left:-10px!important}.ml--2{margin-left:-20px!important}.ml--3{margin-left:-30px!important}.ml--98{margin-left:-980px!important}.mr--1{margin-right:-10px!important}.mr--2{margin-right:-20px!important}.mr--3{margin-right:-30px!important}.d-flex{display:flex!important}.flex-column{flex-direction:column!important}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.gap{gap:10px!important}@media (min-width:1536px){.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:10px!important}.m-xl-2{margin:20px!important}.m-xl-3{margin:30px!important}.m-xl-4{margin:40px!important}.m-xl-5{margin:50px!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-1{margin-left:10px!important;margin-right:10px!important}.mx-xl-2{margin-left:20px!important;margin-right:20px!important}.mx-xl-3{margin-left:30px!important;margin-right:30px!important}.mx-xl-4{margin-left:40px!important;margin-right:40px!important}.mx-xl-5{margin-left:50px!important;margin-right:50px!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-1{margin-bottom:10px!important;margin-top:10px!important}.my-xl-2{margin-bottom:20px!important;margin-top:20px!important}.my-xl-3{margin-bottom:30px!important;margin-top:30px!important}.my-xl-4{margin-bottom:40px!important;margin-top:40px!important}.my-xl-5{margin-bottom:50px!important;margin-top:50px!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:10px!important}.mt-xl-2{margin-top:20px!important}.mt-xl-3{margin-top:30px!important}.mt-xl-4{margin-top:40px!important}.mt-xl-5{margin-top:50px!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:10px!important}.mr-xl-2{margin-right:20px!important}.mr-xl-3{margin-right:30px!important}.mr-xl-4{margin-right:40px!important}.mr-xl-5{margin-right:50px!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:10px!important}.mb-xl-2{margin-bottom:20px!important}.mb-xl-3{margin-bottom:30px!important}.mb-xl-4{margin-bottom:40px!important}.mb-xl-5{margin-bottom:50px!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:10px!important}.ml-xl-2{margin-left:20px!important}.ml-xl-3{margin-left:30px!important}.ml-xl-4{margin-left:40px!important}.ml-xl-5{margin-left:50px!important}.ml-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:10px!important}.p-xl-2{padding:20px!important}.p-xl-3{padding:30px!important}.p-xl-4{padding:40px!important}.p-xl-5{padding:50px!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-1{padding-left:10px!important;padding-right:10px!important}.px-xl-2{padding-left:20px!important;padding-right:20px!important}.px-xl-3{padding-left:30px!important;padding-right:30px!important}.px-xl-4{padding-left:40px!important;padding-right:40px!important}.px-xl-5{padding-left:50px!important;padding-right:50px!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-1{padding-bottom:10px!important;padding-top:10px!important}.py-xl-2{padding-bottom:20px!important;padding-top:20px!important}.py-xl-3{padding-bottom:30px!important;padding-top:30px!important}.py-xl-4{padding-bottom:40px!important;padding-top:40px!important}.py-xl-5{padding-bottom:50px!important;padding-top:50px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:10px!important}.pt-xl-2{padding-top:20px!important}.pt-xl-3{padding-top:30px!important}.pt-xl-4{padding-top:40px!important}.pt-xl-5{padding-top:50px!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:10px!important}.pr-xl-2{padding-right:20px!important}.pr-xl-3{padding-right:30px!important}.pr-xl-4{padding-right:40px!important}.pr-xl-5{padding-right:50px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:10px!important}.pb-xl-2{padding-bottom:20px!important}.pb-xl-3{padding-bottom:30px!important}.pb-xl-4{padding-bottom:40px!important}.pb-xl-5{padding-bottom:50px!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:10px!important}.pl-xl-2{padding-left:20px!important}.pl-xl-3{padding-left:30px!important}.pl-xl-4{padding-left:40px!important}.pl-xl-5{padding-left:50px!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.d-xl-flex{display:flex!important}.flex-xl-column{flex-direction:column!important}.d-xl-block{display:block!important}.d-xl-inline-block{display:inline-block!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}}@media (min-width:1200px){.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:10px!important}.m-lg-2{margin:20px!important}.m-lg-3{margin:30px!important}.m-lg-4{margin:40px!important}.m-lg-5{margin:50px!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-1{margin-left:10px!important;margin-right:10px!important}.mx-lg-2{margin-left:20px!important;margin-right:20px!important}.mx-lg-3{margin-left:30px!important;margin-right:30px!important}.mx-lg-4{margin-left:40px!important;margin-right:40px!important}.mx-lg-5{margin-left:50px!important;margin-right:50px!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-1{margin-bottom:10px!important;margin-top:10px!important}.my-lg-2{margin-bottom:20px!important;margin-top:20px!important}.my-lg-3{margin-bottom:30px!important;margin-top:30px!important}.my-lg-4{margin-bottom:40px!important;margin-top:40px!important}.my-lg-5{margin-bottom:50px!important;margin-top:50px!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:10px!important}.mt-lg-2{margin-top:20px!important}.mt-lg-3{margin-top:30px!important}.mt-lg-4{margin-top:40px!important}.mt-lg-5{margin-top:50px!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:10px!important}.mr-lg-2{margin-right:20px!important}.mr-lg-3{margin-right:30px!important}.mr-lg-4{margin-right:40px!important}.mr-lg-5{margin-right:50px!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:10px!important}.mb-lg-2{margin-bottom:20px!important}.mb-lg-3{margin-bottom:30px!important}.mb-lg-4{margin-bottom:40px!important}.mb-lg-5{margin-bottom:50px!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:10px!important}.ml-lg-2{margin-left:20px!important}.ml-lg-3{margin-left:30px!important}.ml-lg-4{margin-left:40px!important}.ml-lg-5{margin-left:50px!important}.ml-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:10px!important}.p-lg-2{padding:20px!important}.p-lg-3{padding:30px!important}.p-lg-4{padding:40px!important}.p-lg-5{padding:50px!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-1{padding-left:10px!important;padding-right:10px!important}.px-lg-2{padding-left:20px!important;padding-right:20px!important}.px-lg-3{padding-left:30px!important;padding-right:30px!important}.px-lg-4{padding-left:40px!important;padding-right:40px!important}.px-lg-5{padding-left:50px!important;padding-right:50px!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-1{padding-bottom:10px!important;padding-top:10px!important}.py-lg-2{padding-bottom:20px!important;padding-top:20px!important}.py-lg-3{padding-bottom:30px!important;padding-top:30px!important}.py-lg-4{padding-bottom:40px!important;padding-top:40px!important}.py-lg-5{padding-bottom:50px!important;padding-top:50px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:10px!important}.pt-lg-2{padding-top:20px!important}.pt-lg-3{padding-top:30px!important}.pt-lg-4{padding-top:40px!important}.pt-lg-5{padding-top:50px!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:10px!important}.pr-lg-2{padding-right:20px!important}.pr-lg-3{padding-right:30px!important}.pr-lg-4{padding-right:40px!important}.pr-lg-5{padding-right:50px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:10px!important}.pb-lg-2{padding-bottom:20px!important}.pb-lg-3{padding-bottom:30px!important}.pb-lg-4{padding-bottom:40px!important}.pb-lg-5{padding-bottom:50px!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:10px!important}.pl-lg-2{padding-left:20px!important}.pl-lg-3{padding-left:30px!important}.pl-lg-4{padding-left:40px!important}.pl-lg-5{padding-left:50px!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.d-lg-flex{display:flex!important}.flex-lg-column{flex-direction:column!important}.d-lg-block{display:block!important}.d-lg-inline-block{display:inline-block!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}}@media (min-width:900px){.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:10px!important}.m-md-2{margin:20px!important}.m-md-3{margin:30px!important}.m-md-4{margin:40px!important}.m-md-5{margin:50px!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-1{margin-left:10px!important;margin-right:10px!important}.mx-md-2{margin-left:20px!important;margin-right:20px!important}.mx-md-3{margin-left:30px!important;margin-right:30px!important}.mx-md-4{margin-left:40px!important;margin-right:40px!important}.mx-md-5{margin-left:50px!important;margin-right:50px!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-1{margin-bottom:10px!important;margin-top:10px!important}.my-md-2{margin-bottom:20px!important;margin-top:20px!important}.my-md-3{margin-bottom:30px!important;margin-top:30px!important}.my-md-4{margin-bottom:40px!important;margin-top:40px!important}.my-md-5{margin-bottom:50px!important;margin-top:50px!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:10px!important}.mt-md-2{margin-top:20px!important}.mt-md-3{margin-top:30px!important}.mt-md-4{margin-top:40px!important}.mt-md-5{margin-top:50px!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:10px!important}.mr-md-2{margin-right:20px!important}.mr-md-3{margin-right:30px!important}.mr-md-4{margin-right:40px!important}.mr-md-5{margin-right:50px!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:10px!important}.mb-md-2{margin-bottom:20px!important}.mb-md-3{margin-bottom:30px!important}.mb-md-4{margin-bottom:40px!important}.mb-md-5{margin-bottom:50px!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:10px!important}.ml-md-2{margin-left:20px!important}.ml-md-3{margin-left:30px!important}.ml-md-4{margin-left:40px!important}.ml-md-5{margin-left:50px!important}.ml-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:10px!important}.p-md-2{padding:20px!important}.p-md-3{padding:30px!important}.p-md-4{padding:40px!important}.p-md-5{padding:50px!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-1{padding-left:10px!important;padding-right:10px!important}.px-md-2{padding-left:20px!important;padding-right:20px!important}.px-md-3{padding-left:30px!important;padding-right:30px!important}.px-md-4{padding-left:40px!important;padding-right:40px!important}.px-md-5{padding-left:50px!important;padding-right:50px!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-1{padding-bottom:10px!important;padding-top:10px!important}.py-md-2{padding-bottom:20px!important;padding-top:20px!important}.py-md-3{padding-bottom:30px!important;padding-top:30px!important}.py-md-4{padding-bottom:40px!important;padding-top:40px!important}.py-md-5{padding-bottom:50px!important;padding-top:50px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:10px!important}.pt-md-2{padding-top:20px!important}.pt-md-3{padding-top:30px!important}.pt-md-4{padding-top:40px!important}.pt-md-5{padding-top:50px!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:10px!important}.pr-md-2{padding-right:20px!important}.pr-md-3{padding-right:30px!important}.pr-md-4{padding-right:40px!important}.pr-md-5{padding-right:50px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:10px!important}.pb-md-2{padding-bottom:20px!important}.pb-md-3{padding-bottom:30px!important}.pb-md-4{padding-bottom:40px!important}.pb-md-5{padding-bottom:50px!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:10px!important}.pl-md-2{padding-left:20px!important}.pl-md-3{padding-left:30px!important}.pl-md-4{padding-left:40px!important}.pl-md-5{padding-left:50px!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.d-md-flex{display:flex!important}.flex-md-column{flex-direction:column!important}.d-md-block{display:block!important}.d-md-inline-block{display:inline-block!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}}@media (min-width:600px){.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:10px!important}.m-sm-2{margin:20px!important}.m-sm-3{margin:30px!important}.m-sm-4{margin:40px!important}.m-sm-5{margin:50px!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-1{margin-left:10px!important;margin-right:10px!important}.mx-sm-2{margin-left:20px!important;margin-right:20px!important}.mx-sm-3{margin-left:30px!important;margin-right:30px!important}.mx-sm-4{margin-left:40px!important;margin-right:40px!important}.mx-sm-5{margin-left:50px!important;margin-right:50px!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-1{margin-bottom:10px!important;margin-top:10px!important}.my-sm-2{margin-bottom:20px!important;margin-top:20px!important}.my-sm-3{margin-bottom:30px!important;margin-top:30px!important}.my-sm-4{margin-bottom:40px!important;margin-top:40px!important}.my-sm-5{margin-bottom:50px!important;margin-top:50px!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:10px!important}.mt-sm-2{margin-top:20px!important}.mt-sm-3{margin-top:30px!important}.mt-sm-4{margin-top:40px!important}.mt-sm-5{margin-top:50px!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:10px!important}.mr-sm-2{margin-right:20px!important}.mr-sm-3{margin-right:30px!important}.mr-sm-4{margin-right:40px!important}.mr-sm-5{margin-right:50px!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:10px!important}.mb-sm-2{margin-bottom:20px!important}.mb-sm-3{margin-bottom:30px!important}.mb-sm-4{margin-bottom:40px!important}.mb-sm-5{margin-bottom:50px!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:10px!important}.ml-sm-2{margin-left:20px!important}.ml-sm-3{margin-left:30px!important}.ml-sm-4{margin-left:40px!important}.ml-sm-5{margin-left:50px!important}.ml-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:10px!important}.p-sm-2{padding:20px!important}.p-sm-3{padding:30px!important}.p-sm-4{padding:40px!important}.p-sm-5{padding:50px!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-1{padding-left:10px!important;padding-right:10px!important}.px-sm-2{padding-left:20px!important;padding-right:20px!important}.px-sm-3{padding-left:30px!important;padding-right:30px!important}.px-sm-4{padding-left:40px!important;padding-right:40px!important}.px-sm-5{padding-left:50px!important;padding-right:50px!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-1{padding-bottom:10px!important;padding-top:10px!important}.py-sm-2{padding-bottom:20px!important;padding-top:20px!important}.py-sm-3{padding-bottom:30px!important;padding-top:30px!important}.py-sm-4{padding-bottom:40px!important;padding-top:40px!important}.py-sm-5{padding-bottom:50px!important;padding-top:50px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:10px!important}.pt-sm-2{padding-top:20px!important}.pt-sm-3{padding-top:30px!important}.pt-sm-4{padding-top:40px!important}.pt-sm-5{padding-top:50px!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:10px!important}.pr-sm-2{padding-right:20px!important}.pr-sm-3{padding-right:30px!important}.pr-sm-4{padding-right:40px!important}.pr-sm-5{padding-right:50px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:10px!important}.pb-sm-2{padding-bottom:20px!important}.pb-sm-3{padding-bottom:30px!important}.pb-sm-4{padding-bottom:40px!important}.pb-sm-5{padding-bottom:50px!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:10px!important}.pl-sm-2{padding-left:20px!important}.pl-sm-3{padding-left:30px!important}.pl-sm-4{padding-left:40px!important}.pl-sm-5{padding-left:50px!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.d-sm-flex{display:flex!important}.flex-sm-column{flex-direction:column!important}.d-sm-block{display:block!important}.d-sm-inline-block{display:inline-block!important}.d-none{display:none!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}}:root{--whiteBg:#fff}*{box-sizing:border-box;margin:0;padding:0;transition:all .2s ease}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}::-webkit-scrollbar{width:0}.light-text{color:var(--lightText)}.black-text{color:var(--blackText)}.text-center{text-align:center!important}.text-right{text-align:right!important}.fw-300{font-weight:300!important}.fw-400{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.lnh-16{line-height:16px!important}.lnh-18{line-height:18px!important}.lnh-22{line-height:22px!important}.lnh-26{line-height:26px!important}.lnh-36{line-height:36px!important}.lnh-45{line-height:45px!important}.fs-12{font-size:.8rem!important;line-height:1.3}.fs-13{font-size:.85rem!important;line-height:1.2}.fs-15{font-size:1rem!important}.fs-15,.fs-18{line-height:1.3}.fs-18{font-size:1.2rem!important}.error-text{color:red}.success-text{color:#09bd06!important}.pink-text{color:#ee163a!important}.success-text{color:#23be23}.Heading-Blue{color:#627caa;font-size:1.3rem}.Heading-Blue,.Heading-Bold{font-weight:600}.main-section{padding:20px}.sidebar-expend{width:3.5em!important}.loader-wrapper{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.page-title-with-action{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:20px}.withdrawal-request .page-title-with-action{width:75%}.page-actions{align-items:center;display:flex;justify-content:flex-end}.btn{background-color:#293954fd}.outlinedBtn{border:1px solid #1e293b4b;color:#1e293bc5}.containedBtn{background-color:#293954fd;color:#fff}.position-relative{position:relative!important}.refreshBtn{position:absolute;right:10px;top:-60px}.user-refresh{right:230px}.all-market-refresh{right:130px}.debit-refresh{right:80px}.admin-user-refresh{right:164px}.graph-data{align-content:flex-start;display:flex;flex-wrap:wrap;gap:10px;padding:10px 0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.outlinedBtn:hover{border:1px solid #1e293bc4}.btn:hover{background-color:#132747}.white-box-graph{background-color:#fff;background-color:var(--whiteBg);border-radius:10px;box-shadow:0 0 10px 1px #0003;padding:20px}.user-icons{white-space:nowrap!important}.user-icons .icon1{width:25px}.user-icons .icon1,.user-icons .user-wallet-icon1{filter:invert(58%) sepia(48%) saturate(5209%) hue-rotate(328deg) brightness(102%) contrast(101%)}.user-icons .user-wallet-icon1{width:35px}.user-icons .icon2{filter:invert(87%) sepia(23%) saturate(5495%) hue-rotate(329deg) brightness(101%) contrast(98%);width:25px}.user-icons .icon3{filter:invert(20%) sepia(13%) saturate(2818%) hue-rotate(180deg) brightness(94%) contrast(90%);width:25px}.user-icons .icon3Disabled{filter:grayscale(100%);opacity:30%;width:25px}.user-icons .icon4{filter:invert(87%) sepia(9%) saturate(2887%) hue-rotate(94deg) brightness(86%) contrast(87%);width:25px}.table-container thead th{border-bottom:none}.table-row:hover{background-color:#f8f9fb}.ChildTable{padding:0 30px 30px}.ChildTable .ChildTableHeading{color:#838893;font-size:1.2rem;margin-bottom:20px;text-align:start}.ChildTable thead{background-color:#d0dbe7}.ChildTable tbody{background-color:#f8f9fb}.noRecordFound{color:#627caa}.noRecordFound,.noWinningUsers{font-size:1.3rem;font-weight:700;height:200px;text-align:center!important}.noWinningUsers{color:#ee502d}.UserPassbook-Table thead th{padding:17px 7px}.RolePermission-Table tbody tr td{padding-left:18px!important}.table-container tbody tr td,.table-container tbody tr th{border-bottom:1px solid #d1cccc!important}.table-container tbody tr td .chip span{padding:9px 12px!important}.MuiClock-pin,.MuiClockPointer-root,.MuiClockPointer-thumb,.css-xlpkg6-MuiClockPointer-thumb{background-color:#2b3a55!important}.css-xlpkg6-MuiClockPointer-thumb{border:16px solid #2b3a55!important}.css-1077mjw-MuiButtonBase-root-MuiIconButton-root-MuiClock-pmButton,.css-19zry94-MuiButtonBase-root-MuiIconButton-root-MuiClock-amButton{background-color:#2b3a55!important}.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span{color:#000!important}.rdrDayToday .rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after{background:#000!important}.TableFooter{flex-direction:row;margin-top:45px;padding:0 5px}.TableFooter,.TableFooter .rowsPerPage{align-items:center;display:flex;justify-content:space-between}.TableFooter .rowsPerPage{margin-bottom:10px}.TableFooter .rowsPerPage .label{color:#a3a3a3;font-size:15px;line-height:18px;white-space:nowrap}.TableFooter .rowsPerPage .border-less-control .MuiSelect-outlined{color:#3e3e3e;font-size:15px;line-height:26px;padding:4px 28px 4px 10px}.TableFooter .rowsPerPage .border-less-control .MuiSelect-icon{border-color:#3e3e3e}.TableFooter .rowsPerPage .border-less-control .MuiOutlinedInput-notchedOutline{display:none}.Notifications-Table td:first-child,.Notifications-Table th:first-child{text-align:start;@media (max-width:850px){.TableFooter .rowsPerPage{margin-bottom:0}.TableFooter{flex-direction:column;gap:13px}}}.NoBorderTable .MuiTable-root{border:0;max-width:650px;min-width:460px}.NoBorderTable .MuiTableHead-root .MuiTableCell-head{border:0;color:#a3a3a3;font-size:15px;line-height:1.2;padding:0 10px 8px}.NoBorderTable .MuiTableBody-root .MuiTableCell-body{border:0;padding:12px 10px}.NoBorderTable .MuiTableBody-root .MuiTableCell-body:first-child{padding-left:16px}.Border-Table-container table.Border-Table,.Border-Table-container table.Border-Table td,.Border-Table-container table.Border-Table th{border:1px solid #0000004d;border-collapse:collapse;padding:10px}.Border-Table-container table.Border-Table th{border-bottom:1px solid #0000004d!important;border-right:1px solid #0000004d!important;width:25%}.MarketForm-Table tr td{padding:11px}.UserDropDown{min-height:300px;width:960px}.UserDropDown:before{background:#000000b3;content:"";height:100vh;position:fixed;width:100vw}.UserDropDown .usermenu{margin:5px 0;padding:20px}.rdrDefinedRangesWrapper{width:25%}.rdrCalendarWrapper{width:74%}.UserDropDown .usermenu-button{display:flex;justify-content:flex-end;padding:0 0 20px;width:96%}.css-1q62z36-MuiFormLabel-root-MuiInputLabel-root{line-height:1.1025em}.css-jdqif4-MuiInputBase-root-MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border:1.6px solid #1e293b!important}.phone-input-dialog,.phone-input-dialog-main .MuiPaper-root{overflow:visible}.tabs-heading{border:2px solid #1e293b4b;border-radius:12px;padding:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.passbook-data-form{display:flex;gap:10px;margin-right:10px;width:360px}@media only screen and (max-width:1050px){.UserDropDown{width:850px}.rdrDefinedRangesWrapper{width:140px!important}.rdrCalendarWrapper{width:620px!important}}@media only screen and (max-width:899px){.UserDropDown{width:800px}.rdrCalendarWrapper{width:570px!important}}@media only screen and (max-width:850px){.UserDropDown{width:750px}.rdrCalendarWrapper{width:530px!important}}@media only screen and (max-width:800px){.UserDropDown{width:700px}.rdrCalendarWrapper{width:480px!important}}@media only screen and (max-width:750px){.UserDropDown{width:650px}.rdrDefinedRangesWrapper{width:125px!important}.rdrCalendarWrapper{width:450px!important}}@media only screen and (max-width:660px){.UserDropDown{width:550px}.rdrDefinedRangesWrapper{width:110px!important}.rdrCalendarWrapper{width:360px!important}}
/*# sourceMappingURL=main.85d11e98.css.map*/