.__json-pretty__{background:#272822;color:#66d9ef;line-height:1.3;overflow:auto}.__json-pretty__ .__json-key__{color:#f92672}.__json-pretty__ .__json-value__{color:#a6e22e}.__json-pretty__ .__json-string__{color:#fd971f}.__json-pretty__ .__json-boolean__{color:#ac81fe}.__json-pretty-error__{background:#272822;color:#66d9ef;line-height:1.3;overflow:auto}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{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:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}body{background-color:#fff;overflow:hidden}a,body,button,div,h1,h2,h3,h4,h5,h6,p,small,span,strong,td,th,tr{font-family:Inter,sans-serif}.filter{filter:invert(1)}.h100{height:100vh!important}.h90{height:90vh!important}.h80{height:80vh!important}.h70{height:70vh!important}.h60{height:60vh!important}.h50{height:50vh!important}.h10{height:10vh!important}.w86{width:86%!important}.w40{width:40%!important}.w30{width:30%!important}.w50px{width:50px!important}.h50px{height:50px!important}.w60px{width:60px!important}.h60px{height:60px!important}.h70px{height:70px!important}.w70px{width:70px!important}.w80px{width:80px!important}.h80px{height:80px!important}.w90px{width:90px!important}.h90px{height:90px!important}.w100px{width:100px!important}.w120px{width:120px!important}.h120px{height:120px!important}.w130px{width:130px!important}.h130px{height:130px!important}.w140px{width:140px!important}.h140px{height:140px!important}.w150px{width:150px!important}.w160px{width:160px!important}.h160px{height:160px!important}.w170px{width:170px!important}.w180px{width:180px!important}.w200px{width:200px!important}.w210px{width:210px!important}.w220px{width:220px!important}.w230px{width:230px!important}.w240px{width:240px!important}.w250px{width:250px!important}.w260px{width:260px!important}.w270px{width:270px!important}.w280px{width:280px!important}.w290px{width:290px!important}.w300px{width:300px!important}.h170px{height:170px!important}.h180px{height:180px!important}.h190px{height:190px!important}.h200px{height:200px!important}.h150px{height:150px!important}.h100px{height:100px!important}.w40px{width:40px!important}.h40px{height:40px!important}.w30px{width:30px!important}.h30px{height:30px!important}.w20px{width:20px!important}.h20px{height:20px!important}.w10px{width:10px!important}.h10px{height:10px!important}.w8px{width:8px!important}.h8px{height:8px!important}.f7{font-size:7px!important}.f8{font-size:8px!important}.f9{font-size:9px!important}.f10{font-size:10px!important}.f11{font-size:11px!important}.f12{font-size:12px!important}.f13{font-size:13px!important}.f14{font-size:14px!important}.f15{font-size:15px!important}.f16{font-size:16px!important}.f17{font-size:17px!important}.f18{font-size:18px!important}.f19{font-size:19px!important}.f20{font-size:20px!important}.f21{font-size:21px!important}.f22{font-size:22px!important}.f23{font-size:23px!important}.f24{font-size:24px!important}.f25{font-size:25px!important}.f26{font-size:26px!important}.f27{font-size:27px!important}.f28{font-size:28px!important}.f29{font-size:29px!important}.f30{font-size:30px!important}.f31{font-size:31px!important}.f32{font-size:32px!important}.br6{border-radius:6px!important}.br10{border-radius:10px!important}.br12{border-radius:12px!important}.cp{cursor:pointer!important}.m--5{margin:-5px!important}.m--10{margin:-10px!important}.m--15{margin:-15px!important}.mt--3{margin-top:-3px!important}.mt--5{margin-top:-5px!important}.mt--10{margin-top:-10px!important}.mt--15{margin-top:-15px!important}.fw400{font-weight:400!important}.fw500{font-weight:500!important}.fw600{font-weight:600!important}.fw700{font-weight:700!important}.fw800{font-weight:800!important}.fw900{font-weight:900!important}.color1{color:#181d27}.color2{color:#535862}.color3{color:#525866}.color4{color:#a6aab2}.pc{color:#335cff}.ic{color:#34d3de}.mc{color:#913eda}.pb{background-color:#335cff;transition:.3s}.pb:hover{background-color:initial!important;border:1px solid #e1e4ea!important;color:#335cff!important}.cover{object-fit:cover}.ib{background-color:#34d3de;transition:.3s}.ib:hover{background-color:initial!important;border:1px solid #e1e4ea!important;color:#34d3de!important}.mb{background-color:#913eda;transition:.3s}.mb:hover{background-color:initial!important;border:1px solid #e1e4ea!important;color:#913eda!important}.p-o{background-color:#335cff}.i-o,.p-o{border-radius:4px;display:block;height:8px;width:8px}.i-o{background-color:#34d3de}.m-o{background-color:#913eda;border-radius:4px;display:block;height:8px;width:8px}.border-bottom{border-bottom:1px solid #e1e4ea!important}.border{border:1px solid #e1e4ea!important}.text-soft{color:#99a0ae}.rounded-16{border-radius:16px!important}.bg-success{background-color:#c2f5da!important}.bg-danger{background-color:#ffc0c5!important}.rounded{border-radius:10px!important}.round{border-radius:50%!important}.t0{top:0!important}.t5{top:5px!important}.t10{top:10px!important}.t15{top:15px!important}.t20{top:20px!important}.t25{top:25px!important}.t30{top:30px!important}.b0{bottom:0!important}.b5{bottom:5px!important}.b10{bottom:10px!important}.b15{bottom:15px!important}.b20{bottom:20px!important}.b25{bottom:25px!important}.b30{bottom:30px!important}.l0{left:0!important}.l5{left:5px!important}.l10{left:10px!important}.l15{left:15px!important}.l20{left:20px!important}.l25{left:25px!important}.l30{left:30px!important}.r0{right:0!important}.r5{right:5px!important}.r10{right:10px!important}.r15{right:15px!important}.r20{right:20px!important}.r25{right:25px!important}.r30{right:30px!important}.auth-bg{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}.auth-bg img{object-fit:contain;width:100%}.btn-primary{background-color:#335cff!important;border-radius:10px}.custom-switch.ant-switch.ant-switch-checked{background-color:#335cff;width:40px}:where(.css-dev-only-do-not-override-1yacf91).ant-switch .ant-switch-inner{display:none!important}.card{background-color:#fff!important;border-radius:10px}.card,input{border:1px solid #e1e4ea!important}input{border-radius:10px!important;font-size:14px}input::placeholder{color:#99a0ae;font-size:14px;font-weight:400}.modal .btn-close{background-color:initial;border:0;margin-top:10px;position:relative}.modal .btn-close:before{color:#525866;content:"X";font-size:20px;position:absolute;right:0;top:-12px}.login-page,.modal .btn-close:before{align-items:center;display:flex;justify-content:center}.login-page{background:url(/static/media/login-bg.ddad649d754abdca437f.png) no-repeat;background-position:50%;background-size:contain;height:80vh;width:100%}.login-card{display:flex;justify-content:center;padding:32px!important;width:30%}.login-card strong{font-size:24px;font-weight:400}.login-card span{color:#525866;font-size:16px}.login-card hr{color:#e1e4ea;margin-bottom:24px;margin-top:24px;width:100%}.ml-3 strong{display:inline-block;min-width:60px}.form-item{margin-bottom:10px}.form-element{margin-top:-6px;position:relative}.form-element label{color:#0e121b;font-size:14px;font-weight:500}.form-element svg:first-child{color:#99a0ae;left:10px;position:absolute;top:10px}.form-element>div{position:absolute;right:40px;top:0}.form-element svg{color:#99a0ae}.form-element input{padding-left:35px}.cke_notification_warning{display:none!important}.cke_chrome{border-radius:10px!important;overflow:hidden}.login-page .rme-text{color:#0e121b;font-size:14px;font-weight:400;padding-top:1px}.login-card a{color:#0e121b;font-size:14px;font-weight:500;text-decoration:underline}.lang-dropdown{background-color:#fff;border:1px solid #e1e4ea;border-radius:8px;height:100px;left:-11px;overflow:auto;padding:10px;position:absolute;top:35px;width:80px;z-index:9}.lang-dropdown .lang-item{display:flex;justify-content:center;padding:10px;text-align:center;transition:.3s;width:100%}.lang-dropdown .lang-item:hover{background-color:#e1e4ea;border-radius:10px}.site-dropdown{background-color:#fff;border:1px solid #e1e4ea;border-radius:8px;overflow:auto;padding:10px;position:absolute;right:-10px;top:35px;width:200px;z-index:99}.site-dropdown .active-site-item,.site-dropdown .site-item{cursor:pointer;display:flex;justify-content:center;padding:10px;text-align:center;transition:.3s;width:100%}.site-dropdown .active-site-item,.site-dropdown .site-item:hover{background-color:#e1e4ea;border-radius:10px}.main{display:flex;height:100vh;justify-content:flex-start;width:100%}.main .main-right{height:100vh;overflow-y:auto;padding-left:32px;padding-right:32px;width:100%}.left-menu{border:1px solid #e1e4ea;height:100vh;overflow:auto;padding:20px;width:300px}.left-menu::-webkit-scrollbar{display:none}.left-menu .left-logo-card{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;max-height:100px}.left-menu .left-logo-card span{display:block;margin-top:0}.left-menu .left-menu-item{color:#525866}.left-menu .left-menu-active,.left-menu .left-menu-item{align-items:center;display:flex;justify-content:flex-start;padding:8px 12px;text-decoration:none}.left-menu .left-menu-active{background-color:#f5f7fa;border-radius:8px;color:#0e121b}.left-menu .left-menu-active svg{color:#335cff}.left-menu .select-menu{border:1px solid #e1e4ea;border-radius:6px;height:25px;text-align:center;width:25px}.left-menu .select-menu div:first-child{margin-top:-5px}.left-menu .select-menu div:last-child{margin-top:-16px}.header{border-bottom:1px solid #e1e4ea;display:flex;justify-content:space-between;padding-bottom:15px;padding-top:20px}.header-right{align-items:center;display:flex;justify-content:flex-end}.header .header-right-btn{display:none}.header .dw{align-items:center;border:1px solid #e1e4ea;border-radius:10px;color:#525866;display:flex;font-size:12px;justify-content:center;margin-left:15px;margin-top:-5px;padding:8px 10px}.header .dw div{color:#525866;margin-left:3px;margin-right:3px}.header .select-lang{align-items:center;border:1px solid #e1e4ea;border-radius:10px;display:flex;justify-content:center;margin-left:15px;margin-top:-4px;padding:4px 5px;width:60px}.header .icon-item{margin-left:15px;margin-top:-8px}.header .mobile-header-right{background-color:#000c;height:100vh;position:fixed;right:0;top:0;width:100%;z-index:999}.header .mobile-header-right .mobile-header-right-menu{background-color:#fff;border:1px solid #e1e4ea;border-radius:25px 0 0 25px;height:100vh;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;width:300px;z-index:1000}.close-x-btn{align-items:center;border:1px solid #e1e4ea;border-radius:10px;color:#e1e4ea;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:320px;top:20px;width:40px}.close-x-btn svg{transition:.4s}.close-x-btn:hover svg{transform:scale(1.5)}.right-popup{background-color:#000c;left:0;width:100%;z-index:999}.right-popup,.right-popup-menu{height:100vh;position:fixed;top:0}.right-popup-menu{background-color:#fff;border:1px solid #e1e4ea;border-radius:25px 0 0 25px;overflow-x:hidden;overflow-y:auto;padding:20px;right:0;width:600px;z-index:1000}.right-popup-close{align-items:center;border:1px solid #e1e4ea;border-radius:10px;color:#e1e4ea;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:620px;top:20px;transition:.4s;width:40px}.right-popup-close:hover{transform:scale(1.3)}.forgot-password-page{align-items:center;background:url(/static/media/login-bg.ddad649d754abdca437f.png) no-repeat;background-position:50%;background-size:contain;display:flex;height:80vh;justify-content:center;padding:32px!important;width:100%}.forgot-password-page strong{font-size:24px;font-weight:400}.forgot-password-page span{color:#525866;font-size:16px}.forgot-password-page hr{color:#e1e4ea;margin-bottom:24px;margin-top:24px;width:100%}:where(.css-dev-only-do-not-override-1yacf91).ant-table-wrapper .ant-table-thead>tr>td,:where(.css-dev-only-do-not-override-1yacf91).ant-table-wrapper .ant-table-thead>tr>th{color:#525866;font-size:14px;font-weight:400}.media-cards{margin:30px 0}.media-cards .card,.media-cards .card img{transition:.4s}.media-cards .card img:hover{transform:scale(1.3)}.media-cards .card:hover{box-shadow:0 .5rem 1rem #00000026!important}.dynamic-menu{display:flex;flex-direction:column;margin:0;padding:0}.menu-item{background-color:#f8f8f8;border-radius:5px;cursor:pointer;margin-bottom:5px;padding:12px;position:relative;transition:background-color .3s;-webkit-user-select:none;user-select:none}.menu-item:hover{background-color:#e0e0e0}.sub-menu-container{display:flex;flex-direction:column;margin-left:20px}.menu-title{font-size:14px}.sub-menu-container .menu-item{margin-bottom:3px}.sub-menu-container .menu-item:hover{background-color:#d3d3d3}.sub-menu{display:none;margin-left:20px}.menu-item:hover .sub-menu{display:block}.layout-editor .drag-handle{cursor:grab}.layout-editor .element-content{min-height:50px;padding:10px}.layout-editor img{height:auto;max-width:100%}.layout-editor h2,.layout-editor h3,.layout-editor p{margin-bottom:.5rem}@media (max-width:1150px){.home-user-interaction strong{font-size:20px!important}}@media (max-width:1100px){.login-card{width:40%}}@media (max-width:860px){.login-card{width:60%}.main>.left-menu{display:none}.mobile-header-right .left-menu{border:none}.mobile-header-right .site-dropdown{right:5px}.header-right-btn{display:flex!important}.header .header-right{display:none}}@media (max-width:580px){.login-card{width:80%}}@media (max-width:500px){.main .main-right{padding:0}}@media (max-width:400px){.login-card{width:90%}}@media (max-width:380px){.close-x-btn{border:1px solid #335cff;color:#335cff;right:20px;z-index:9999}.header .mobile-header-right .mobile-header-right-menu{border-radius:0;width:100%}.left-menu{width:100%}}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}
/*# sourceMappingURL=main.bbcf5740.css.map*/