@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";.main{width:100%;height:100vh;margin:0;border:0px;box-sizing:border-box;font-family:Roboto,sans-serif;padding:0}h1,h2,h3,h4,h5,h6{margin:0}: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: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._overlay_1wglc_1{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:3}._mainoverlay_1wglc_13{position:absolute;top:0;left:0;bottom:0;width:100%;height:100vh;background:#000;opacity:.7;z-index:1}._form_1wglc_25{position:relative;z-index:2;background:#fff;padding:1.4rem 1.8rem;border-radius:12px;box-shadow:0 14px 36px #0000002e;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;width:min(460px,92vw);min-height:420px}@media screen and (min-width: 480px) and (max-width: 1024px) and (orientation: portrait){._form_1wglc_25{width:min(520px,90vw);min-height:430px}}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._form_1wglc_25{width:min(420px,92vw);min-height:430px;padding:1.2rem 1rem}}._Badge_1wglc_54{background:#40e18b26;border:1px solid rgba(64,225,139,.45);color:#18794e;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:700;margin-bottom:4px}._Title_1wglc_65{margin:6px 0 4px;color:#071333;font-size:28px;line-height:1.15;text-align:center}._Subtitle_1wglc_73{margin:0 0 14px;color:#4c5875;font-size:14px;text-align:center;line-height:1.45}._label_1wglc_81{margin-bottom:8px;font-size:15px;font-weight:600;color:#2b3242}._input_1wglc_88{padding:.6rem 1rem;font-size:1rem;border-radius:6px;border:1px solid #ccc;margin-bottom:1.2rem;width:220px;outline:none}._button_1wglc_98{width:100%;height:42px;font-size:15px;border-radius:8px;border:1px solid #071333;cursor:pointer;color:#fff;background:#071333;font-weight:700}._Divider_1wglc_110{margin:10px 0 8px;width:100%;text-align:center;position:relative}._Divider_1wglc_110 span{display:inline-block;padding:0 8px;background:#fff;color:#8190b0;font-size:12px;position:relative;z-index:2}._Divider_1wglc_110:before{content:"";position:absolute;top:50%;left:0;width:100%;border-top:1px solid #e0e6f7;transform:translateY(-50%)}._LoginBtn_1wglc_135{width:100%;height:42px;border-radius:8px;border:1px solid #d6def6;background:#f4f7ff;color:#1f3b8f;text-decoration:none;font-size:14px;font-weight:700;display:flex;justify-content:center;align-items:center}._BottomBar_1wglc_150{font-weight:500;z-index:2;text-align:center;width:100%;margin-top:11px}._BottomBar_1wglc_150 p{margin:0;font-size:12px;line-height:1.45;color:#5a6788}._Parent_1cxpb_1{position:relative;height:100vh;margin:0;overflow:hidden;box-sizing:border-box;background:linear-gradient(180deg,#03103a,#071333 55%,#091947);color:#fff;border-right:1px solid rgba(255,255,255,.08)}._Parent_1cxpb_1 ._Logo_1cxpb_11{margin:12px 0;padding:0 10px;display:flex;justify-content:center;align-items:center;flex-direction:column}._Parent_1cxpb_1 ._Logo_1cxpb_11 ._HelloSection_1cxpb_19{display:flex;justify-content:center;align-items:center;gap:8px;height:42px;padding:0 10px;border-radius:9px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}._Parent_1cxpb_1 ._Logo_1cxpb_11 ._HelloSection_1cxpb_19 h5{color:#fff;font-size:15px;font-weight:600;line-height:24px;margin:10px 0;text-transform:capitalize}._Parent_1cxpb_1 ._Logo_1cxpb_11 ._MobileTopBar_1cxpb_38{display:flex;justify-content:space-between;align-items:center;width:92%}._Parent_1cxpb_1 ._Logout_1cxpb_44{position:absolute;bottom:14px;display:flex;justify-content:center;align-items:center;gap:10px;width:calc(100% - 22px);left:11px;height:42px;border-radius:10px;cursor:pointer;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);transition:all .2s ease;font-weight:600}._Parent_1cxpb_1 ._Logout_1cxpb_44:hover{background:#ffffff1f;transform:translateY(-1px)}._Parent_1cxpb_1 ._Pages_1cxpb_66{gap:8px;margin:6px auto;padding:0 12px;height:calc(100vh - 170px);scrollbar-width:none;-ms-overflow-style:none;overflow-y:scroll}._Parent_1cxpb_1 ._Pages_1cxpb_66::-webkit-scrollbar{display:none}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._MenuItem_1cxpb_78{position:relative;width:100%;margin-bottom:2px}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._MenuHeader_1cxpb_83{display:flex;align-items:center;padding:9px 12px;cursor:pointer;border-radius:10px;transition:all .2s ease;border:1px solid transparent}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._MenuHeader_1cxpb_83:hover{background-color:#ffffff14;border-color:#ffffff1c}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._MenuHeader_1cxpb_83._expanded_1cxpb_96{background-color:#ffffff12}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._MenuHeaderActive_1cxpb_99{background-color:#40e18b1f;border-color:#40e18b59}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._MenuIcon_1cxpb_103{margin-right:10px;display:inline-flex;align-items:center}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._Caret_1cxpb_108{margin-left:auto;transition:transform .2s ease;opacity:.9}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._Submenu_1cxpb_113{padding:4px 0 4px 34px;overflow:hidden;transition:max-height .3s ease-out}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._SubmenuItem_1cxpb_118{display:block;padding:8px 10px;margin:3px 0;border-radius:8px;color:#f5f5f5;text-decoration:none;transition:all .2s ease}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._SubmenuItem_1cxpb_118:hover{background:#ffffff17}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._BackButton_1cxpb_130{padding:12px 20px;cursor:pointer;color:#666;font-weight:500}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._BackButton_1cxpb_130:hover{background-color:#f5f5f5}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._Link_1cxpb_139{color:#fff;text-decoration:none;display:inline-block;width:100%;font-weight:500;border-radius:8px;line-height:22px;transition:background-color .2s ease,color .2s ease}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._active_1cxpb_149{color:#7ff5b7!important;text-decoration:none;font-weight:700}._Parent_1cxpb_1 ._Pages_1cxpb_66 ._Route_1cxpb_154{padding:7px 0;margin:0 auto;display:flex;justify-content:flex-start;align-items:center;cursor:pointer;gap:10px}._Parent_1kxwx_1{width:100%;height:100%;display:flex;justify-content:flex-start;align-items:center;position:relative}._Parent_1kxwx_1 ._Sidebar_1kxwx_9{width:21%;height:100%;z-index:2;box-shadow:0 0 5px #0000001a,0 0 10px #0000001a;transition:transform .3s ease-in-out}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1kxwx_1 ._Sidebar_1kxwx_9{width:65%;position:fixed;top:0;left:0;height:100vh;z-index:1000;transform:translate(-100%);opacity:0;transition:transform .7s cubic-bezier(.22,1,.36,1),opacity .6s cubic-bezier(.22,1,.36,1)}._Parent_1kxwx_1 ._Sidebar_1kxwx_9._open_1kxwx_29{transform:translate(0);opacity:1}}@media screen and (min-width: 480px) and (max-width: 1024px) and (orientation: portrait){._Parent_1kxwx_1 ._Sidebar_1kxwx_9{width:50%;position:fixed;top:0;left:0;height:100vh;z-index:1000}}._Parent_1kxwx_1 ._Main_1kxwx_44{width:79%;height:100%;padding:0 20px;z-index:1;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1kxwx_1 ._Main_1kxwx_44{width:100%;height:97%;padding:0 10px}}@media screen and (min-width: 480px) and (max-width: 1024px) and (orientation: portrait){._Parent_1kxwx_1 ._Main_1kxwx_44{width:100%;height:97%;padding:0 10px}}._Parent_1i5kq_1{width:100%;height:100%;display:flex;justify-content:center;align-items:center}@media screen and (min-width: 480px) and (max-width: 1024px) and (orientation: portrait){._Parent_1i5kq_1{flex-direction:column}}._Parent_1i5kq_1 ._Section1_1i5kq_13{width:50%;height:100%;background-image:url(/assets/register-lmt-GErL.png);background-position:center;background-repeat:no-repeat;background-size:cover}@media screen and (min-width: 480px) and (max-width: 1024px) and (orientation: portrait){._Parent_1i5kq_1 ._Section1_1i5kq_13{display:none}}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1i5kq_1 ._Section1_1i5kq_13{display:none}}._Parent_1i5kq_1 ._Section2_1i5kq_31{width:50%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:22px}@media screen and (min-width: 480px) and (max-width: 1024px) and (orientation: portrait){._Parent_1i5kq_1 ._Section2_1i5kq_31{width:100%}}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1i5kq_1 ._Section2_1i5kq_31{width:100%;gap:15px}}._Parent_1i5kq_1 ._Section2_1i5kq_31 h3{font-size:30px;color:#071333;width:80%!important;margin:5px auto}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1i5kq_1 ._Section2_1i5kq_31 h3{font-size:22px}}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61{width:80%}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._Errors_1i5kq_64{display:block;min-height:12px;font-size:10px;color:red;margin-top:2px}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._Back_1i5kq_71{text-align:left;font-size:16px;color:#0060b6;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;margin:15px 0}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 label{font-size:16px;font-weight:500;color:#071333;line-height:22px}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._NewUploadImage_1i5kq_87{margin:15px 0;display:flex;justify-content:start;align-items:center;gap:20px}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._NewUploadImage_1i5kq_87 ._FileNewFormatBtn_1i5kq_94{background:#40e18b;width:max-content;border:1px solid #40e18b}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 input,._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 textarea,._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 select{width:100%;padding:8px 16px;margin:5px 0;box-sizing:border-box;border:2px solid #ddd;border:0px 0px 2px 0px;border-radius:5px;font-family:Arial,sans-serif;font-size:16px;background-color:#fff;transition:all .3s ease-in-out}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 input:focus,._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 textarea:focus,._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 select:focus{border-color:#40e18b;box-shadow:0 0 5px #4caf5080;outline:none}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 input::placeholder,._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 textarea::placeholder,._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 select::placeholder{color:#999;font-style:italic}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 input:hover,._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 textarea:hover{border-color:#999}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 input:disabled,._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 textarea:disabled{background-color:#ddd;cursor:not-allowed}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 textarea{resize:vertical;min-height:100px}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._InputsDiv_1i5kq_140,._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._InputsDivRow_1i5kq_140{margin:10px 0;width:100%}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._InputsDivRow_1i5kq_140{min-height:84px}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._InputsDivRow_1i5kq_140{margin:5px 0;min-height:auto}}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 input[type=checkbox]{width:30px!important;box-shadow:0!important}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 input[type=checkbox]:focus{box-shadow:none;outline:none}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._Checkbox_1i5kq_161{display:flex;justify-content:flex-start;align-items:center;height:30px;margin:12px 0;gap:10px}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._Checkbox_1i5kq_161 p{font-size:16px;font-weight:400}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._Checkbox_1i5kq_161 p a{font-size:16px;text-decoration:underline}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._FormRow_1i5kq_177{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._FormRow_1i5kq_177{flex-direction:column;gap:2px}}@media screen and (min-width: 480px) and (max-width: 1024px) and (orientation: portrait){._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 ._FormRow_1i5kq_177{flex-direction:column;gap:2px}}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 button{width:100%;color:#fff;background:#071333;font-size:16px;font-weight:500;border:1px solid #071333;height:50px;border-radius:5px;cursor:pointer}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 button:disabled{opacity:.5;cursor:not-allowed;background-color:#ccc;color:#666;border-color:#ccc}._Parent_1i5kq_1 ._Section2_1i5kq_31 ._Form_1i5kq_61 button{margin:10px 0}._Parent_1rfua_1{width:100%}._Parent_1rfua_1 ._FormSection_1rfua_4{width:80%;margin:0 auto}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4{display:flex;justify-content:center;align-items:start;flex-direction:column;background:#fff;gap:20px;border-radius:5px}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 ._PasswordResetDiv_1rfua_17{display:flex;justify-content:"space-between";align-items:"center";width:100%}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 ._PasswordResetDiv_1rfua_17{flex-direction:column-reverse}}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 ._PasswordResetDiv_1rfua_17 button{background:red;color:#fff;border:0px;width:25%;border-radius:5px;cursor:pointer;height:30px}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 ._PasswordResetDiv_1rfua_17 button{width:40%!important;height:30px}}@media screen and (min-width: 480px) and (max-width: 1024px) and (orientation: portrait){._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4{width:100%}}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 ._InputsDiv_1rfua_48{display:flex;flex-direction:column;gap:5px;width:100%}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 ._InputsDiv_1rfua_48 ._Errors_1rfua_54{font-size:10px;color:red}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 ._ParentNew_1rfua_58{display:flex;justify-content:space-between;align-items:center;width:100%}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 ._ParentNew_1rfua_58 ._NewPartner_1rfua_64{font-size:14px;font-weight:500;text-decoration:underline}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 h3{font-size:20px;font-weight:500;line-height:40px;margin:0!important}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 input,._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 textarea,._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 select{width:100%;padding:8px 16px;margin:5px 0;box-sizing:border-box;border:2px solid #ddd;border:0px 0px 2px 0px;border-radius:5px;font-family:Arial,sans-serif;font-size:16px;background-color:#fff;transition:all .3s ease-in-out}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 input:focus,._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 textarea:focus,._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 select:focus{border-color:#40e18b;box-shadow:0 0 5px #4caf5080;outline:none}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 input::placeholder,._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 textarea::placeholder,._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 select::placeholder{color:#999;font-style:italic}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 input:hover,._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 textarea:hover{border-color:#999}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 input:disabled,._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 textarea:disabled{background-color:#ddd;cursor:not-allowed}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 textarea{resize:vertical;min-height:100px}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 ._Submit_1rfua_116{width:100%;color:#fff;background:#071333;font-size:16px;font-weight:500;border:1px solid #071333;height:44px;border-radius:5px;cursor:pointer}._Parent_1rfua_1 ._FormSection_1rfua_4 ._Form_1rfua_4 ._Submit_1rfua_116:disabled{opacity:.5;cursor:not-allowed;background-color:#ccc;color:#666;border-color:#ccc}._Screen_w9g7h_1{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:20px}._Screen_w9g7h_1 ._Heading_w9g7h_8{font-size:45px;font-weight:600;margin:0}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Screen_w9g7h_1 ._Heading_w9g7h_8{padding:0 30px;font-size:35px;font-weight:600}}._Screen_w9g7h_1 ._SubHead_w9g7h_20{font-size:25px;font-weight:500;text-align:center;line-height:35px;padding:0 70px;margin:0}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Screen_w9g7h_1 ._SubHead_w9g7h_20{padding:0 30px;font-size:20px;font-weight:600}}._Screen_w9g7h_1 ._para_w9g7h_35{font-size:18px;font-weight:400;margin:0;padding:0 70px}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Screen_w9g7h_1 ._para_w9g7h_35{padding:0 30px;text-align:center}}._Parent_1lg9c_1{width:80%;margin:20px auto}._Parent_1lg9c_1 h1{font-size:40px;font-weight:700}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1lg9c_1 h1{font-size:28px}}._Parent_1lg9c_1 p{font-size:16px;font-weight:400;line-height:27px}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1lg9c_1 ._OrgainzedList_1lg9c_20{padding-left:10px}}._Parent_1lg9c_1 ._OrgainzedList_1lg9c_20 li{font-size:18px;font-weight:500;margin:15px 0}._Parent_1lg9c_1 ._OrgainzedList_1lg9c_20 ._Text_1lg9c_29{list-style:none}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1lg9c_1 ._OrgainzedList_1lg9c_20 ._Text_1lg9c_29{padding-left:20px}}._Parent_1lg9c_1 ._OrgainzedList_1lg9c_20 ._Text_1lg9c_29 ._Lis_1lg9c_37{font-size:16px;font-weight:400;line-height:23px;margin:5px 0}._Parent_1lg9c_1 ._AppendexDiv_1lg9c_43{display:flex;justify-content:center;align-items:center;flex-direction:column}._Parent_1lg9c_1 ._AppendexDiv_1lg9c_43 img{object-fit:contain;width:60%}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_1lg9c_1 ._AppendexDiv_1lg9c_43 img{width:100%}}._Parent_h9hry_1{height:100vh;background:url(/assets/login-BUHrCPpS.png);background-position:center;background-repeat:no-repeat;background-size:cover;position:fixed;top:0;left:0;width:100%}._Parent_h9hry_1 ._Overlay_h9hry_12{z-index:1;opacity:.72;background:#000;position:absolute;top:0;left:0;bottom:0;width:100%;height:100vh}._Parent_h9hry_1 ._FormSection_h9hry_23{display:grid;place-items:center;height:100vh;padding:16px;position:relative;z-index:3}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23{display:flex;justify-content:center;align-items:start;flex-direction:column;background:#fffffff7;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:4;gap:16px;padding:30px 26px;border-radius:12px;border:1px solid rgba(255,255,255,.35);box-shadow:0 12px 35px #0003;width:min(430px,100%)}@media screen and (min-width: 480px) and (max-width: 1024px) and (orientation: portrait){._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23{width:min(500px,100%)}}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23{width:100%;padding:22px 16px;border-radius:14px;gap:12px}}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._Header_h9hry_59{margin-bottom:4px}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._Header_h9hry_59 h3{font-size:34px;font-weight:700;line-height:1.1;margin:0 0 8px;color:#071333}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._Header_h9hry_59 p{margin:0;font-size:14px;color:#4a566f;line-height:1.4}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._Header_h9hry_59 h3{font-size:24px}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._Header_h9hry_59 p{font-size:13px}}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._InputsDiv_h9hry_83{display:flex;flex-direction:column;gap:6px;width:100%}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._InputsDiv_h9hry_83._InputError_h9hry_89 input{border-color:#d32f2f!important;box-shadow:0 0 0 3px #d32f2f1a!important}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._InputsDiv_h9hry_83 label{font-size:14px;font-weight:600;color:#1a2748}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._InputsDiv_h9hry_83 ._FieldWrap_h9hry_98{position:relative;width:100%}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._InputsDiv_h9hry_83 ._FieldIcon_h9hry_102{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#66708b;font-size:18px;pointer-events:none;z-index:2}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._InputsDiv_h9hry_83 input{border:1px solid #d9dfef;border-radius:8px;background:#fff;margin:0;padding-left:14px;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._InputsDiv_h9hry_83 ._FieldWrap_h9hry_98 input{padding-left:40px}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._InputsDiv_h9hry_83 input:focus{border-color:#5f79d8;box-shadow:0 0 0 3px #5f79d826;transform:translateY(-1px)}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._InputsDiv_h9hry_83 input:hover{border-color:#bec8e0}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._ErrorText_h9hry_131{font-size:12px;color:#d32f2f;margin-top:2px}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._ParentNew_h9hry_136{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:2px;gap:10px}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._ParentNew_h9hry_136 ._NewPartner_h9hry_144{font-size:13px;font-weight:600}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._ParentNew_h9hry_136 ._NewPartner_h9hry_144 a{color:#1f3b8f;text-decoration:none}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._ParentNew_h9hry_136 ._NewPartner_h9hry_144 a:hover{text-decoration:underline}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._ParentNew_h9hry_136 ._NewPartner_h9hry_144{font-size:12px;font-weight:600}}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 input,._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 textarea,._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 select{width:100%;padding:8px 16px;margin:5px 0;box-sizing:border-box;border:2px solid #ddd;border:0px 0px 2px 0px;border-radius:5px;font-family:Arial,sans-serif;font-size:16px;background-color:#fff;transition:all .3s ease-in-out}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 input:focus,._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 textarea:focus,._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 select:focus{border-color:#40e18b;box-shadow:0 0 5px #4caf5080;outline:none}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 input::placeholder,._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 textarea::placeholder,._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 select::placeholder{color:#999;font-style:italic}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 input:hover,._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 textarea:hover{border-color:#999}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 input:disabled,._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 textarea:disabled{background-color:#ddd;cursor:not-allowed}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 textarea{resize:vertical;min-height:100px}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._Submit_h9hry_202{width:100%;color:#fff;background:#071333;font-size:16px;font-weight:500;border:1px solid #071333;height:46px;border-radius:5px;cursor:pointer}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._Submit_h9hry_202:disabled{opacity:.5;cursor:not-allowed;background-color:#ccc;color:#666;border-color:#ccc}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._Submit_h9hry_202{margin-top:8px;border-radius:8px;font-weight:700;transition:transform .15s ease,box-shadow .2s ease}._Parent_h9hry_1 ._FormSection_h9hry_23 ._Form_h9hry_23 ._Submit_h9hry_202:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #07133333}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_h9hry_1 ._FormSection_h9hry_23{padding:12px;align-items:center}}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}._wrapper_5cfoq_1{position:relative;min-height:400px;border-radius:8px;overflow:hidden;background:var(--iframe-bg, #f5f6fa)}._wrapper_5cfoq_1 ._skeleton_5cfoq_8{position:absolute;top:0;right:0;bottom:0;left:0;padding:24px;z-index:1;pointer-events:none}._wrapper_5cfoq_1 ._iframe_5cfoq_15{display:block;border:none;opacity:0;transition:opacity .25s ease-in}._wrapper_5cfoq_1[data-loaded=true] ._iframe_5cfoq_15{opacity:1}._wrapper_5cfoq_1[data-loaded=true] ._skeleton_5cfoq_8{display:none}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1500}.modal-content{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:400px;min-height:250px;font-family:Roboto,sans-serif}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){.modal-content{width:320px}}.modal-content .modal-header{display:flex;justify-content:space-between;height:30px;margin-bottom:10px;font-family:Roboto,sans-serif}.modal-content .modal-header .modal-title{font-size:22px;font-weight:600;margin:0}.close-button{cursor:pointer;background:transparent;border:0px}._ParentGrid_y58n6_1{display:"flex";flex-direction:column;gap:10px}._ParentGrid_y58n6_1 ._Row_y58n6_6{display:flex;justify-content:space-between;height:45px}._ParentGrid_y58n6_1 ._Row_y58n6_6 ._titleName_y58n6_11{color:#071333;font-size:16px;font-weight:600;margin:0}._ParentGrid_y58n6_1 ._Row_y58n6_6 ._valueText_y58n6_17{color:#1f2945;font-size:15px;font-weight:500;margin:0;display:flex;align-items:center;gap:6px}._ParentGrid_y58n6_1 ._ImageGrid_y58n6_26{display:flex;justify-content:"center";align-items:"center";flex-direction:column;width:"100%";gap:20px;margin:10px auto}._ParentGrid_y58n6_1 ._ImageGrid_y58n6_26 button{width:100%;color:#fff;background:#071333;font-size:16px;font-weight:500;border:1px solid #071333;height:44px;border-radius:5px;cursor:pointer}._ParentGrid_y58n6_1 ._ImageGrid_y58n6_26 button:disabled{opacity:.5;cursor:not-allowed;background-color:#ccc;color:#666;border-color:#ccc}._Page_1lvvl_1{width:100%;padding:12px 0 8px}._Header_1lvvl_6{display:flex;justify-content:space-between;align-items:center;margin:10px 0 14px;gap:12px}._Header_1lvvl_6 h2{margin:0;color:#071333;font-size:34px;line-height:1.1}._Header_1lvvl_6 p{margin:6px 0 0;font-size:14px;color:#57627d}._CountBadge_1lvvl_25{padding:8px 12px;border-radius:999px;border:1px solid #d4def6;background:#eff4ff;color:#29468f;font-weight:700;font-size:13px;white-space:nowrap}._TableCard_1lvvl_36{max-height:81vh;overflow:auto;border-radius:12px!important;border:1px solid #e0e6f7;box-shadow:0 8px 24px #0713330f!important}._HeadRow_1lvvl_44{background:#f5f8ff}._HeadCell_1lvvl_48{font-weight:700!important;color:#1f2f5f!important}._BodyRow_1lvvl_53{transition:background-color .2s ease}._BodyRow_1lvvl_53:hover{background:#f9fbff}._BodyCell_1lvvl_60{color:#2b3551!important;font-size:14px!important}._ViewIcon_1lvvl_65{border-radius:8px;padding:2px;transition:transform .15s ease}._ViewIcon_1lvvl_65:hover{transform:scale(1.08)}._SkeletonWrap_1lvvl_74{width:100%;display:flex;flex-direction:column;gap:20px;margin-top:16px}._MobileList_1lvvl_82{display:flex;flex-direction:column;gap:10px}._MobileCard_1lvvl_88{border:1px solid #e2e8f7;background:#fff;border-radius:10px;padding:12px;box-shadow:0 5px 14px #0713330d}._MobileCard_1lvvl_88 p{margin:6px 0 0;color:#314062;font-size:12px;line-height:1.4;word-break:break-word}._MobileCard_1lvvl_88 span{font-weight:700;color:#1d2a51}._MobileTop_1lvvl_107{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:3px}._MobileTop_1lvvl_107 h3{margin:0;font-size:15px;color:#071333;line-height:1.2}._MobileViewBtn_1lvvl_121{border:1px solid #d3dcf5;background:#f2f6ff;color:#28468f;border-radius:8px;font-size:12px;font-weight:700;padding:6px 10px}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Header_1lvvl_6{flex-direction:column;align-items:flex-start;margin-bottom:10px}._Header_1lvvl_6 h2{font-size:34px}._Header_1lvvl_6 p{font-size:12px}._CountBadge_1lvvl_25{padding:6px 10px;font-size:12px}}._Parent_sg425_1{background:#fff;box-shadow:0 4px 8px #0003;padding:16px;border-radius:10px;width:50%}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_sg425_1{width:85%}}@media screen and (min-width: 480px) and (max-width: 1024px) and (orientation: portrait){._Parent_sg425_1{width:75%}}._Parent_sg425_1 ._Heading_sg425_18{display:flex;justify-content:center;align-items:center;flex-direction:column}._Parent_sg425_1 ._Heading_sg425_18 ._Animation_sg425_24{display:flex;justify-content:center;align-items:center}._Parent_sg425_1 ._Heading_sg425_18 img{width:200px;height:200px;border-radius:50%}._Parent_sg425_1 ._Heading_sg425_18 h3{font-size:30px;font-weight:500;text-align:center;text-transform:capitalize}._Parent_sg425_1 ._Heading_sg425_18 h6{font-size:14px;font-weight:400;color:gray;text-align:center;margin:10px 0}._Parent_sg425_1 ._ParentSection_sg425_47{display:grid;grid-template-columns:1fr;margin:10% 0;gap:10px}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_sg425_1 ._ParentSection_sg425_47{gap:15px}}._Parent_sg425_1 ._ParentSection_sg425_47 ._Rows_sg425_58{display:flex;justify-content:space-between;align-items:center}@media screen and (min-width: 320px) and (max-width: 504px) and (orientation: portrait){._Parent_sg425_1 ._ParentSection_sg425_47 ._Rows_sg425_58{flex-direction:column;justify-content:start;align-items:start;gap:7px}}._Parent_sg425_1 ._ParentSection_sg425_47 ._Rows_sg425_58 ._values_sg425_71,._Parent_sg425_1 ._ParentSection_sg425_47 ._Rows_sg425_58 ._Naming_sg425_71{font-size:18px;font-weight:400}._Parent_sg425_1 ._ParentSection_sg425_47 ._Rows_sg425_58 ._Naming_sg425_71{font-weight:500;color:#071333}
