: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-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(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;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: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{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{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{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{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)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding: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{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;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;touch-action:none;z-index:0}.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-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;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;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;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{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);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);bottom:0;height:5px;left:0;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)}}.Loading_statusCell__Bxpjr{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Loading_statusCell__Bxpjr.Loading_successful__Xrfn3{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Loading_statusCell__Bxpjr.Loading_pending__bOwJX{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Loading_statusCell__Bxpjr.Loading_failed__g80Kb{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Loading_statusCell__Bxpjr.Loading_sent__MqcQt{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Loading_container__m9Awq{align-items:center;display:flex;height:70vh!important;justify-content:center;width:100%!important}@media(max-width:800px){.Loading_container__m9Awq .Loading_iconWrapper__NjpDQ{height:50px;height:100%;width:50px}}.NotFound_wrapper__nXCwY{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;padding:2rem}.NotFound_content__sU-tb{animation:NotFound_fadeIn__eZ3j7 .6s ease-in-out;text-align:center}.NotFound_status__yFtfa{color:#d52b1e;font-size:8rem;font-weight:700;letter-spacing:2px;margin:0}.NotFound_title__KGRBc{color:#222;font-size:2rem;font-weight:600;margin-top:1rem}.NotFound_text__v09t\+{color:#555;font-size:1rem;line-height:1.6;margin:1rem auto 2rem;max-width:400px}.NotFound_button__IkyTE{background-color:#d52b1e!important;border:none!important;border-radius:8px!important;color:#fff!important;font-weight:500;height:40px!important;padding:0 1.5rem!important;transition:all .3s ease}.NotFound_button__IkyTE:hover{background-color:#b82418!important;transform:translateY(-1px)}@keyframes NotFound_fadeIn__eZ3j7{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Authentication_statusCell__sT9A2{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Authentication_statusCell__sT9A2.Authentication_successful__7H4Sj{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Authentication_statusCell__sT9A2.Authentication_pending__OLkgL{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Authentication_statusCell__sT9A2.Authentication_failed__mh2zs{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Authentication_statusCell__sT9A2.Authentication_sent__469Dm{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Authentication_wrapper__0Hug5{display:grid;grid-template-areas:"main auth";min-height:100vh;width:100vw}@media(max-width:800px){.Authentication_wrapper__0Hug5{align-items:flex-start;background-color:#d52b1e;display:flex;flex-direction:column;grid-template-areas:"logo" "auth";grid-template-rows:20px auto;min-height:100vh;padding:20px;row-gap:36px;width:100%!important}}.Authentication_wrapper__0Hug5 .Authentication_main__912TK{align-items:center;background-color:#fff1ef;display:flex;grid-area:main;height:100%;justify-content:center;margin:auto;width:50vw}.Authentication_wrapper__0Hug5 .Authentication_main__912TK .Authentication_logo__OdlLH{height:133px;width:401px}@media(max-width:800px){.Authentication_wrapper__0Hug5 .Authentication_main__912TK{display:none}}.Authentication_wrapper__0Hug5 .Authentication_authPages__FGnmA{align-items:center;align-self:center;display:flex;grid-area:auth;height:100%;justify-content:center;justify-self:center;width:50vw}@media(max-width:800px){.Authentication_wrapper__0Hug5 .Authentication_authPages__FGnmA{align-self:flex-start;width:100%}}.EyeClose_statusCell__8L7mC{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.EyeClose_statusCell__8L7mC.EyeClose_successful__sgtR2{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.EyeClose_statusCell__8L7mC.EyeClose_pending__IPoC8{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.EyeClose_statusCell__8L7mC.EyeClose_failed__AaPdq{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.EyeClose_statusCell__8L7mC.EyeClose_sent__ehH91{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.EyeClose_wrapper__JIELk{height:18px;width:18px}@media(max-width:800px){.EyeClose_wrapper__JIELk{align-items:center;display:flex;height:16px;justify-content:center;width:16px}}.Login_statusCell__zMDJv{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Login_statusCell__zMDJv.Login_successful__dGD61{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Login_statusCell__zMDJv.Login_pending__kYqG\+{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Login_statusCell__zMDJv.Login_failed__0gcWm{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Login_statusCell__zMDJv.Login_sent__d4CXv{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Login_wrapper__YHLFz{align-self:center;display:flex;flex-direction:column;gap:64px;justify-content:center;justify-self:center;padding:64px 80px 24px 30px;width:100%}.Login_wrapper__YHLFz .Login_titles__gsb7U{gap:12px}@media(max-width:800px){.Login_wrapper__YHLFz .Login_titles__gsb7U{gap:8px}}.Login_wrapper__YHLFz .Login_title__xsD30{color:#010516;font-size:36px;font-weight:700;text-align:center}@media(max-width:800px){.Login_wrapper__YHLFz .Login_title__xsD30{font-size:24px}}.Login_wrapper__YHLFz .Login_titles__gsb7U{display:flex;flex-direction:column;gap:8px}.Login_wrapper__YHLFz .Login_subtitle__jv7I3{color:#6a6767;font-size:16px;font-weight:400;text-align:center}@media(max-width:800px){.Login_wrapper__YHLFz .Login_subtitle__jv7I3{font-size:14px}}.Login_wrapper__YHLFz form{display:flex;flex-direction:column;gap:24px;width:100%!important}.Login_wrapper__YHLFz form .Login_inputWrapper__tHhZs{display:flex;flex-direction:column;gap:8px;width:100%!important}@media(max-width:800px){.Login_wrapper__YHLFz form .Login_inputWrapper__tHhZs{width:100%!important}}.Login_wrapper__YHLFz form .Login_input__GhgAD:focus,.Login_wrapper__YHLFz form .Login_input__GhgAD:not(:placeholder-shown){background-color:#0000!important}.Login_wrapper__YHLFz form .Login_input__GhgAD{border:1px solid #dad6d5!important;border-radius:4px!important;font-size:16px;font-weight:400!important;height:48px!important;outline-color:#dad6d5!important;padding:12px!important;width:100%!important}@media(max-width:800px){.Login_wrapper__YHLFz form .Login_input__GhgAD{height:40px!important;width:100%!important}}.Login_wrapper__YHLFz form .Login_input__GhgAD input:focus{background-color:#0000!important}.Login_wrapper__YHLFz form .Login_input__GhgAD .Login_input__GhgAD:focus,.Login_wrapper__YHLFz form .Login_input__GhgAD .Login_input__GhgAD:hover{background-color:#0000!important;box-shadow:none!important}.Login_wrapper__YHLFz form .Login_inputError__ZVGyP{border-color:#dc4e44!important;outline-color:#dc4e44!important}.Login_wrapper__YHLFz form .Login_inputLabel__Xz0Fe{font-size:16px;font-weight:500}@media(max-width:800px){.Login_wrapper__YHLFz form .Login_inputLabel__Xz0Fe{font-size:14px}}.Login_wrapper__YHLFz form .Login_passwordIcon__uHaz3{cursor:pointer;left:1020px;margin-top:40px;position:absolute}@media(max-width:800px){.Login_wrapper__YHLFz form .Login_passwordIcon__uHaz3{margin-left:550px}}@media(min-width:425px){.Login_wrapper__YHLFz form .Login_passwordIcon__uHaz3{margin-left:150px}}.Login_wrapper__YHLFz form .Login_errorMessage__XxhLC{color:#dc4e44;font-size:12px;font-weight:400}.Login_wrapper__YHLFz form .Login_inputPasswordError__4QCbl,.Login_wrapper__YHLFz form .Login_inputfirstnameError__G6rjP,.Login_wrapper__YHLFz form .Login_inputlastnameError__175W3{border-color:#dc4e44!important;outline-color:#dc4e44!important}.Login_wrapper__YHLFz form .Login_siginWithGoogle__w7biR{align-items:center;border:1px solid #dcdee2;border-radius:6px;cursor:pointer;display:flex;flex-direction:row;height:51px;justify-content:center;width:100%}.Login_wrapper__YHLFz form .Login_siginWithGoogle__w7biR h5{font-size:16px;font-weight:500}@media(max-width:800px){.Login_wrapper__YHLFz form .Login_siginWithGoogle__w7biR h5{font-size:14px;font-weight:400}}.Login_wrapper__YHLFz form .Login_siginWithGoogle__w7biR .Login_google__1f4JD{height:18px;width:18px}.Login_wrapper__YHLFz form .Login_siginWithGoogle__w7biR{gap:10px}@media(max-width:800px){.Login_wrapper__YHLFz form .Login_siginWithGoogle__w7biR{height:40px!important;width:100%!important}}.Login_wrapper__YHLFz form .Login_button__1xNBw{background-color:#d52b1e;border:0;border-radius:8px;color:#fff;font-size:16px;font-weight:500;height:51px;width:100%}.Login_wrapper__YHLFz form .Login_button__1xNBw:hover{background-color:#8e1d14!important;color:#fff!important;cursor:pointer}@media(max-width:800px){.Login_wrapper__YHLFz form .Login_button__1xNBw{font-size:14px;font-weight:500;height:40px;width:100%}}.Login_wrapper__YHLFz form .Login_links__7833F{color:#d52b1e;text-decoration:none}.Login_wrapper__YHLFz form .Login_createAccount__m9Dvz{align-items:center;display:flex;flex:1 1;flex-direction:row;font-size:14px;font-weight:400;gap:5px;height:51px;justify-content:center;width:100%}@media(max-width:800px){.Login_wrapper__YHLFz form .Login_createAccount__m9Dvz{height:40px!important;width:100%!important}}.Login_wrapper__YHLFz form .Login_siginWithApple__\+IiYM{align-items:center;border:1px solid #dcdee2;border-radius:6px;cursor:pointer;display:flex;flex-direction:row;gap:5px;height:51px;justify-content:center;width:100%}.Login_wrapper__YHLFz form .Login_siginWithApple__\+IiYM h5{font-size:16px;font-weight:500}@media(max-width:800px){.Login_wrapper__YHLFz form .Login_siginWithApple__\+IiYM h5{font-size:14px;font-weight:400}.Login_wrapper__YHLFz form .Login_siginWithApple__\+IiYM{height:40px!important;width:100%!important}}.Login_wrapper__YHLFz form .Login_alternative__nZNDa{align-items:center;display:flex;flex-direction:row;height:51px;width:100%}.Login_wrapper__YHLFz form .Login_alternative__nZNDa .Login_or__46eiM{flex:1 1;position:relative;text-align:center}.Login_wrapper__YHLFz form .Login_alternative__nZNDa .Login_or__46eiM:before{background-color:#dad6d5;content:"";height:1px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:40%}.Login_wrapper__YHLFz form .Login_alternative__nZNDa .Login_or__46eiM:after{background-color:#dad6d5;content:"";height:1px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:40%}@media(max-width:800px){.Login_wrapper__YHLFz form .Login_alternative__nZNDa{height:40px!important;width:100%!important}.Login_wrapper__YHLFz form{width:100%!important}.Login_wrapper__YHLFz{align-self:flex-start;background-color:#fff;border-radius:12px;gap:36px;justify-self:flex-start;padding:32px 21px 26px;width:100%}}.Login_forgot__aZyYP{display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:end;width:100%!important}@media(max-width:800px){.Login_forgot__aZyYP{font-size:14px;width:100%!important}}.ResultModal_statusCell__TWxSF{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.ResultModal_statusCell__TWxSF.ResultModal_successful__VwHC4{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.ResultModal_statusCell__TWxSF.ResultModal_pending__\+0NGG{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.ResultModal_statusCell__TWxSF.ResultModal_failed__xRkZ9{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.ResultModal_statusCell__TWxSF.ResultModal_sent__JXaZU{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.ResultModal_wrapper__vp4YT{align-items:center;display:flex;flex-direction:column;gap:32px;justify-content:center;margin-bottom:32px}.ResultModal_wrapper__vp4YT .ResultModal_state__\+ydvV{height:48px;width:48px}.ResultModal_wrapper__vp4YT .ResultModal_titles__y-BM2{display:flex;flex-direction:column;gap:8px;text-align:center}.ResultModal_wrapper__vp4YT .ResultModal_titles__y-BM2 .ResultModal_title__rWDtJ{color:#010516;font-size:20px;font-weight:700;line-height:24px}@media(max-width:800px){.ResultModal_wrapper__vp4YT .ResultModal_titles__y-BM2 .ResultModal_title__rWDtJ{font-size:16px;line-height:18px}}.ResultModal_wrapper__vp4YT .ResultModal_titles__y-BM2 .ResultModal_subtitle__lXRIx{color:#6a6767;font-size:16px;font-weight:400;line-height:20px}@media(max-width:800px){.ResultModal_wrapper__vp4YT .ResultModal_titles__y-BM2 .ResultModal_subtitle__lXRIx{font-size:14px;line-break:16px}}.ResultModal_button__DBVCi{background-color:#fff1ef;border:0;border-radius:8px!important;color:#d52b1e;font-size:16px!important;font-weight:500!important;height:42px;line-height:19.2px!important;width:100%}.ResultModal_button__DBVCi:hover{background-color:#fff1ef!important;color:#d52b1e!important;cursor:pointer;opacity:90%}.EyeOpen_statusCell__X3VdJ{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.EyeOpen_statusCell__X3VdJ.EyeOpen_successful__7IbKc{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.EyeOpen_statusCell__X3VdJ.EyeOpen_pending__gEBy3{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.EyeOpen_statusCell__X3VdJ.EyeOpen_failed__xmAmd{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.EyeOpen_statusCell__X3VdJ.EyeOpen_sent__RRP4I{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.EyeOpen_wrapper__niOw2{height:18px;width:18px}@media(max-width:800px){.EyeOpen_wrapper__niOw2{align-items:center;display:flex;height:16px;justify-content:center;width:16px}}.forgotPassword_statusCell__WNcs3{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.forgotPassword_statusCell__WNcs3.forgotPassword_successful__q6EHr{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.forgotPassword_statusCell__WNcs3.forgotPassword_pending__DqH29{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.forgotPassword_statusCell__WNcs3.forgotPassword_failed__QVyfu{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.forgotPassword_statusCell__WNcs3.forgotPassword_sent__dbVRg{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.forgotPassword_wrapper__3He7a{align-items:center;align-self:center;display:flex;flex-direction:column;gap:120px;height:100%!important;justify-content:center;justify-self:center;padding:64px 80px 0 30px;width:100%}.forgotPassword_wrapper__3He7a .forgotPassword_titles__DGIcw{gap:12px}.forgotPassword_wrapper__3He7a .forgotPassword_main__j6DxX{display:flex;flex-direction:column;gap:64px;width:100%}@media(max-width:800px){.forgotPassword_wrapper__3He7a .forgotPassword_main__j6DxX{gap:32px}}.forgotPassword_wrapper__3He7a .forgotPassword_navigate__t2gNO{align-self:flex-start;cursor:pointer}.forgotPassword_wrapper__3He7a .forgotPassword_title__9aPa5{color:#010516;font-size:36px;font-weight:700;text-align:center}@media(max-width:800px){.forgotPassword_wrapper__3He7a .forgotPassword_title__9aPa5{font-size:24px}}.forgotPassword_wrapper__3He7a .forgotPassword_titles__DGIcw{display:flex;flex-direction:column;gap:8px;justify-content:center;width:100%}.forgotPassword_wrapper__3He7a .forgotPassword_subtitle__5NfnR{color:#6a6767;font-size:16px;font-weight:400;text-align:center}@media(max-width:800px){.forgotPassword_wrapper__3He7a .forgotPassword_subtitle__5NfnR{font-size:14px}}.forgotPassword_wrapper__3He7a form{display:flex;flex-direction:column;gap:24px;padding:0;width:100%!important}@media(max-width:800px){.forgotPassword_wrapper__3He7a form{width:100%!important}}.forgotPassword_wrapper__3He7a form .forgotPassword_inputWrapper__\+To5g{display:flex;flex-direction:column;gap:8px;width:100%}.forgotPassword_wrapper__3He7a form .forgotPassword_input__G7FQ7{border-color:#dad6d5!important;border-radius:4px!important;border-style:solid;border-width:1px;flex:1 1;font-size:16px;font-weight:400;height:48px;outline-color:#dad6d5;padding:12px;width:100%}@media(max-width:800px){.forgotPassword_wrapper__3He7a form .forgotPassword_input__G7FQ7{font-size:14px;height:40px!important;width:100%!important}}.forgotPassword_wrapper__3He7a form .forgotPassword_inputError__8Qopp{border-color:#dc4e44!important;outline-color:#dc4e44!important}.forgotPassword_wrapper__3He7a form .forgotPassword_inputLabel__TfDYx{font-size:16px;font-weight:500}@media(max-width:800px){.forgotPassword_wrapper__3He7a form .forgotPassword_inputLabel__TfDYx{font-size:14px}}.forgotPassword_wrapper__3He7a form .forgotPassword_errorMessage__8p1cQ{color:#dc4e44;font-size:12px;font-weight:400}.forgotPassword_wrapper__3He7a form .forgotPassword_button__FfEbE{background-color:#d52b1e;border:0;border-radius:8px;color:#fff;font-size:16px;height:51px;width:100%}.forgotPassword_wrapper__3He7a form .forgotPassword_button__FfEbE:hover{background-color:#8e1d14!important;color:#fff!important;cursor:pointer}@media(max-width:800px){.forgotPassword_wrapper__3He7a form .forgotPassword_button__FfEbE{font-size:14px;font-weight:500;height:40px!important;width:100%!important}.forgotPassword_wrapper__3He7a{align-items:normal;background-color:#fff;border-radius:12px;gap:36px;height:-webkit-fit-content!important;height:fit-content!important;justify-content:center;padding:32px 21px 26px!important;width:100%}}.BackArrow_statusCell__y2FM6{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.BackArrow_statusCell__y2FM6.BackArrow_successful__3s6xv{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.BackArrow_statusCell__y2FM6.BackArrow_pending__tD3wU{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.BackArrow_statusCell__y2FM6.BackArrow_failed__uevoX{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.BackArrow_statusCell__y2FM6.BackArrow_sent__Y295x{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.BackArrow_wrapper__kVWAw{height:24px;width:24px}@media(max-width:800px){.BackArrow_wrapper__kVWAw{align-items:center;display:flex;height:14.33px;justify-content:center;width:18.33px}}.ResetCode_statusCell__gl7zJ{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.ResetCode_statusCell__gl7zJ.ResetCode_successful__CossJ{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.ResetCode_statusCell__gl7zJ.ResetCode_pending__VfctI{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.ResetCode_statusCell__gl7zJ.ResetCode_failed__Ahy50{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.ResetCode_statusCell__gl7zJ.ResetCode_sent__Sj1oL{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.ResetCode_wrapper__jJdLf{align-items:center;align-self:center;display:flex;flex-direction:column;gap:120px;height:100%!important;justify-content:center;justify-self:center;padding:64px 80px 0 30px;width:100%}.ResetCode_wrapper__jJdLf .ResetCode_titles__85SOg{gap:12px}.ResetCode_wrapper__jJdLf .ResetCode_main__oOFcn{display:flex;flex-direction:column;gap:64px;width:100%}.ResetCode_wrapper__jJdLf .ResetCode_navigate__Hm08R{align-self:flex-start;cursor:pointer}.ResetCode_wrapper__jJdLf .ResetCode_mainContent__vPj-\+{display:flex;flex-direction:column;gap:64px;width:100%}@media(max-width:800px){.ResetCode_wrapper__jJdLf .ResetCode_mainContent__vPj-\+{gap:36px;width:100%}}.ResetCode_wrapper__jJdLf .ResetCode_title__d7bKu{color:#010516;font-size:36px;font-weight:700;text-align:center}@media(max-width:800px){.ResetCode_wrapper__jJdLf .ResetCode_title__d7bKu{font-size:24px}}.ResetCode_wrapper__jJdLf .ResetCode_titles__85SOg{display:flex;flex-direction:column;gap:8px}@media(max-width:800px){.ResetCode_wrapper__jJdLf .ResetCode_subtitle__WeuZG{font-size:14px}}.ResetCode_wrapper__jJdLf .ResetCode_createAccount__uLRc2{align-items:center;display:flex;flex:1 1;flex-direction:row;font-size:14px;font-weight:400;gap:5px;justify-content:center;width:100%}.ResetCode_wrapper__jJdLf .ResetCode_createAccount__uLRc2 .ResetCode_links__wAmqK{cursor:pointer}@media(max-width:800px){.ResetCode_wrapper__jJdLf .ResetCode_createAccount__uLRc2{font-size:10px}}.ResetCode_wrapper__jJdLf .ResetCode_links__wAmqK{color:#d52b1e;text-decoration:none}.ResetCode_wrapper__jJdLf .ResetCode_subtitle__WeuZG{color:#6a6767;font-size:16px;font-weight:400;text-align:center}.ResetCode_wrapper__jJdLf .ResetCode_form__7UIN1{display:flex;flex-direction:column;gap:24px;justify-content:center;width:100%}.ResetCode_wrapper__jJdLf .ResetCode_form__7UIN1 .ResetCode_inputWrapper__N27vE{display:flex;flex-direction:column;gap:8px;width:100%}@media(max-width:800px){.ResetCode_wrapper__jJdLf{align-items:normal;background-color:#fff;border-radius:12px;gap:60px;gap:36px;height:-webkit-fit-content!important;height:fit-content!important;justify-content:center;padding:32px 21px 26px!important;width:100%}}.OtpInputs_statusCell__CgCuF{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.OtpInputs_statusCell__CgCuF.OtpInputs_successful__OgkRK{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.OtpInputs_statusCell__CgCuF.OtpInputs_pending__-O9wz{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.OtpInputs_statusCell__CgCuF.OtpInputs_failed__cZyQM{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.OtpInputs_statusCell__CgCuF.OtpInputs_sent__Im83A{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.OtpInputs_form__Pqtwa{align-items:center;display:flex;flex-direction:column;font-family:400;font-size:14px;gap:24px;justify-content:center;padding:0;width:100%!important}@media(max-width:800px){.OtpInputs_form__Pqtwa{width:100%!important}}.OtpInputs_otpInput__ufZFk{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%!important}.OtpInputs_otpInput__ufZFk div{justify-content:center}.OtpInputs_button__l36JW{background-color:#d52b1e;border:0;border-radius:8px;color:#fff;font-family:500;font-size:16px;height:51px;width:100%!important}@media(max-width:800px){.OtpInputs_button__l36JW{font-size:14px;height:40px;width:100%!important}}.OtpInputs_button__l36JW:hover{background-color:#8e1d14!important;color:#fff!important;cursor:pointer}.ResetPassword_statusCell__xNzgn{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.ResetPassword_statusCell__xNzgn.ResetPassword_successful__AKm-r{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.ResetPassword_statusCell__xNzgn.ResetPassword_pending__n6rh1{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.ResetPassword_statusCell__xNzgn.ResetPassword_failed__zJy4V{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.ResetPassword_statusCell__xNzgn.ResetPassword_sent__kkPrY{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.ResetPassword_wrapper__EkLPO{align-items:center;align-self:center;display:flex;flex-direction:column;gap:120px;height:100%!important;justify-content:center;justify-self:center;padding:24px 80px 0 30px;width:100%!important}.ResetPassword_wrapper__EkLPO .ResetPassword_titles__\+On6r{gap:12px}@media(max-width:800px){.ResetPassword_wrapper__EkLPO .ResetPassword_titles__\+On6r{gap:8px}}.ResetPassword_wrapper__EkLPO .ResetPassword_main__PpXZ5{display:flex;flex-direction:column;gap:64px;justify-content:center;width:100%}@media(max-width:800px){.ResetPassword_wrapper__EkLPO .ResetPassword_main__PpXZ5{gap:32px}}.ResetPassword_wrapper__EkLPO .ResetPassword_navigate__HT2Ge{align-self:flex-start;cursor:pointer}@media(max-width:800px){.ResetPassword_wrapper__EkLPO{padding:12px}}.ResetPassword_wrapper__EkLPO .ResetPassword_title__YWGWR{color:#010516;font-size:36px;font-weight:700;text-align:center}@media(max-width:800px){.ResetPassword_wrapper__EkLPO .ResetPassword_title__YWGWR{font-size:24px}}.ResetPassword_wrapper__EkLPO .ResetPassword_titles__\+On6r{display:flex;flex-direction:column;gap:8px}.ResetPassword_wrapper__EkLPO .ResetPassword_subtitle__afnda{color:#6a6767;font-size:16px;font-weight:400;text-align:center}@media(max-width:800px){.ResetPassword_wrapper__EkLPO .ResetPassword_subtitle__afnda{font-size:14px}}.ResetPassword_wrapper__EkLPO form{display:flex;flex-direction:column;gap:24px;padding:0;width:100%}@media(max-width:800px){.ResetPassword_wrapper__EkLPO form{width:100%}}.ResetPassword_wrapper__EkLPO form .ResetPassword_inputWrapper__r2TOb{display:flex;flex-direction:column;gap:8px;width:100%}.ResetPassword_wrapper__EkLPO form .ResetPassword_input__LVWy4{border-color:#dad6d5!important;border-radius:4px!important;border-radius:4px;border-style:solid;border-width:1px;border-width:1px!important;flex:1 1;font-size:16px;font-weight:400;height:48px;outline-color:#dad6d5;padding:12px;width:100%}@media(max-width:800px){.ResetPassword_wrapper__EkLPO form .ResetPassword_input__LVWy4{height:40px!important;width:100%!important}}.ResetPassword_wrapper__EkLPO form .ResetPassword_inputError__ksoad{border-color:#dc4e44!important;outline-color:#dc4e44!important}.ResetPassword_wrapper__EkLPO form .ResetPassword_inputLabel__97HqF{font-size:16px;font-weight:500}@media(max-width:800px){.ResetPassword_wrapper__EkLPO form .ResetPassword_inputLabel__97HqF{font-size:14px}}.ResetPassword_wrapper__EkLPO form .ResetPassword_passwordIcon__iHqeX{margin-left:450px;margin-top:40px;position:absolute}@media(min-width:425px){.ResetPassword_wrapper__EkLPO form .ResetPassword_passwordIcon__iHqeX{margin-left:320px}}@media(max-width:800px){.ResetPassword_wrapper__EkLPO form .ResetPassword_passwordIcon__iHqeX{margin-left:220px}}.ResetPassword_wrapper__EkLPO form .ResetPassword_errorMessage__ImbBc{color:#dc4e44;font-size:14px;font-weight:400}.ResetPassword_wrapper__EkLPO form .ResetPassword_inputPasswordError__AbRGL{border-color:#dc4e44!important;outline-color:#dc4e44!important}.ResetPassword_wrapper__EkLPO form .ResetPassword_button__ZtL4J{background-color:#d52b1e;border:0;border-radius:8px;color:#fff;font-size:16px;font-weight:500;height:51px;width:100%}.ResetPassword_wrapper__EkLPO form .ResetPassword_button__ZtL4J:hover{background-color:#8e1d14!important;color:#fff!important;cursor:pointer}@media(max-width:800px){.ResetPassword_wrapper__EkLPO form .ResetPassword_button__ZtL4J{height:40px!important;width:100%!important}.ResetPassword_wrapper__EkLPO{align-items:normal;background-color:#fff;border-radius:12px;gap:36px;height:-webkit-fit-content!important;height:fit-content!important;justify-content:center;padding:32px 21px 26px!important;width:100%}}.Sidebar_statusCell__Ra1UP{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Sidebar_statusCell__Ra1UP.Sidebar_successful__qRanq{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Sidebar_statusCell__Ra1UP.Sidebar_pending__24Sor{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Sidebar_statusCell__Ra1UP.Sidebar_failed__grwmi{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Sidebar_statusCell__Ra1UP.Sidebar_sent__RWLLk{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Sidebar_wrapper__jqaFF{-webkit-overflow-scrolling:touch;align-content:space-between;align-items:center;background-color:#fff1ef;display:flex;flex-direction:column;gap:12px;height:100vh;height:100dvh;padding:16px 16px 32px;transform:translateZ(0);-webkit-transform:translateZ(0);width:250px!important;will-change:transform}@media(min-width:800px)and (max-width:1024px){.Sidebar_wrapper__jqaFF{width:178px!important}}@media(max-width:800px){.Sidebar_wrapper__jqaFF{background-color:#fff1ef;flex-direction:row;height:-webkit-fit-content;height:fit-content;justify-content:center;min-height:60px;padding:6px 20px 0;width:100vw!important}}.Sidebar_wrapper__jqaFF .Sidebar_logo__q5DK3{align-self:flex-start;cursor:pointer;height:33px;justify-items:flex-start;justify-self:flex-start;width:108px}@media(max-width:800px){.Sidebar_wrapper__jqaFF .Sidebar_logo__q5DK3{display:none}}.Sidebar_wrapper__jqaFF .Sidebar_link__I\+jcz{align-items:center;border-radius:4px;color:#6a6767;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:8px;height:48px;justify-items:end;padding:12px 8px;text-decoration:none;transition-duration:.5ms;transition-timing-function:ease-in-out;width:217px}.Sidebar_wrapper__jqaFF .Sidebar_link__I\+jcz .Sidebar_icon__--rLD{height:24px;width:24px}@media(max-width:800px){.Sidebar_wrapper__jqaFF .Sidebar_link__I\+jcz .Sidebar_icon__--rLD{height:16px;width:16px}}.Sidebar_wrapper__jqaFF .Sidebar_link__I\+jcz.Sidebar_mobileLink__EIDST{display:none}@media(max-width:800px){.Sidebar_wrapper__jqaFF .Sidebar_link__I\+jcz.Sidebar_mobileLink__EIDST{display:flex}}.Sidebar_wrapper__jqaFF .Sidebar_link__I\+jcz:hover{background-color:#fff;border:solid #d52b1e;border-radius:4px;border-width:0 0 0 4px;color:#240806}@media(max-width:800px){.Sidebar_wrapper__jqaFF .Sidebar_link__I\+jcz:hover{border-top-left-radius:8px;border-top-right-radius:8px;border-width:0 0 6px;box-shadow:-2px 2px 16px 0 #0000000d}}.Sidebar_wrapper__jqaFF .Sidebar_link__I\+jcz.Sidebar_active__Nbjb-{background-color:#fff;border:solid #d52b1e;border-width:0 0 0 4px;color:#240806}@media(max-width:800px){.Sidebar_wrapper__jqaFF .Sidebar_link__I\+jcz.Sidebar_active__Nbjb-{border-radius:0;border-top-left-radius:8px;border-top-right-radius:8px;border-width:0 0 6px;box-shadow:-2px 2px 16px 0 #0000000d}}@media(min-width:800px)and (max-width:1024px){.Sidebar_wrapper__jqaFF .Sidebar_link__I\+jcz{font-size:14px;width:154px}}@media(max-width:800px){.Sidebar_wrapper__jqaFF .Sidebar_link__I\+jcz{align-items:center;flex-direction:column;font-size:12px;gap:8px;height:54px!important;justify-content:center;padding:8px 12px 0;white-space:nowrap;width:-webkit-fit-content!important;width:fit-content!important}}.Sidebar_wrapper__jqaFF .Sidebar_authentication__LokX\+{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:40px;width:100%}@media(max-width:800px){.Sidebar_wrapper__jqaFF .Sidebar_authentication__LokX\+{display:none}}.Sidebar_wrapper__jqaFF .Sidebar_authentication__LokX\+ .Sidebar_name__XIAwj{color:#6a6767;font-size:18px;font-weight:500}.Sidebar_wrapper__jqaFF .Sidebar_authentication__LokX\+ .Sidebar_name__XIAwj:hover{color:#111928}@media(min-width:800px)and (max-width:1024px){.Sidebar_wrapper__jqaFF .Sidebar_authentication__LokX\+ .Sidebar_name__XIAwj{font-size:16px}.Sidebar_wrapper__jqaFF .Sidebar_authentication__LokX\+{font-size:14px;width:154px}}@media(max-width:800px){.Sidebar_wrapper__jqaFF .Sidebar_authentication__LokX\+{align-self:center;flex-direction:column;font-size:12px;gap:8px;height:54px!important;justify-content:center;justify-self:center;padding:8px 12px 0;width:56px}}.Sidebar_wrapper__jqaFF .Sidebar_authentication__LokX\+ .Sidebar_profile__Khr-Y{align-items:center;display:flex;flex-direction:row;gap:12px}@media(min-width:800px)and (max-width:1024px){.Sidebar_wrapper__jqaFF .Sidebar_authentication__LokX\+ .Sidebar_profile__Khr-Y{gap:8px}}.Sidebar_wrapper__jqaFF .Sidebar_authentication__LokX\+ .Sidebar_profilePics__T73lJ{border-radius:50%;height:24px;width:24px}.Sidebar_wrapper__jqaFF .Sidebar_linkWrapper__t3-vO{display:flex;flex-direction:column;gap:12px;max-height:65%;overflow:hidden}.Sidebar_wrapper__jqaFF .Sidebar_linkWrapper__t3-vO:hover{overflow-x:hidden;overflow-y:auto}@media(max-width:800px){.Sidebar_wrapper__jqaFF .Sidebar_linkWrapper__t3-vO{align-items:flex-end;flex-direction:row;overflow-x:auto;overflow-y:hidden}}.Sidebar_wrapper__jqaFF .Sidebar_mainWrapper__-POHJ{display:flex;flex-direction:column;height:100%;justify-content:space-between}@media(max-width:800px){.Sidebar_wrapper__jqaFF .Sidebar_mainWrapper__-POHJ{flex-direction:row;height:100%;justify-content:end;overflow-x:auto;overflow-y:hidden}}.DestructiveModal_statusCell__2A7h8{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.DestructiveModal_statusCell__2A7h8.DestructiveModal_successful__ubUjM{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.DestructiveModal_statusCell__2A7h8.DestructiveModal_pending__X\+JHT{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.DestructiveModal_statusCell__2A7h8.DestructiveModal_failed__2WSQ7{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.DestructiveModal_statusCell__2A7h8.DestructiveModal_sent__17DB6{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.DestructiveModal_modal__X2Uix{width:-webkit-fit-content!important;width:fit-content!important}.DestructiveModal_wrapper__7Kz0w{align-content:center;align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center}.DestructiveModal_wrapper__7Kz0w .DestructiveModal_texts__rMyKN{display:flex;flex-direction:column;gap:8px;justify-content:center;text-align:center}.DestructiveModal_wrapper__7Kz0w .DestructiveModal_texts__rMyKN .DestructiveModal_message__vlyyf{color:#010516;font-size:18px;font-weight:700}@media(max-width:800px){.DestructiveModal_wrapper__7Kz0w .DestructiveModal_texts__rMyKN .DestructiveModal_message__vlyyf{font-size:16px}}.DestructiveModal_wrapper__7Kz0w .DestructiveModal_texts__rMyKN .DestructiveModal_subMessage__BQ06l{color:#555c74;font-size:16px;font-weight:400}@media(max-width:800px){.DestructiveModal_wrapper__7Kz0w .DestructiveModal_texts__rMyKN .DestructiveModal_subMessage__BQ06l{font-size:12px}}.DestructiveModal_wrapper__7Kz0w .DestructiveModal_modalContactBtns__12nj3{display:flex;flex-direction:row;gap:24px;width:100%}.DestructiveModal_wrapper__7Kz0w .DestructiveModal_modalContactBtns__12nj3 .DestructiveModal_button__qWYTu{border:0;border-radius:8px;font-size:16px!important;font-weight:500!important;height:51px!important;padding:16px;width:50%!important}@media(max-width:800px){.DestructiveModal_wrapper__7Kz0w .DestructiveModal_modalContactBtns__12nj3 .DestructiveModal_button__qWYTu{font-size:14px!important;height:40px!important;width:100%!important}}.DestructiveModal_wrapper__7Kz0w .DestructiveModal_modalContactBtns__12nj3 .DestructiveModal_cancelBtn__hGhEt{background-color:#fff1ef;color:#d52b1e}.DestructiveModal_wrapper__7Kz0w .DestructiveModal_modalContactBtns__12nj3 .DestructiveModal_cancelBtn__hGhEt:hover{background-color:#fff1ef!important;color:#d52b1e;cursor:pointer}.DestructiveModal_wrapper__7Kz0w .DestructiveModal_modalContactBtns__12nj3 .DestructiveModal_modalContactBtn__JFxNe{background-color:#d52b1e;color:#fff1ef!important}.DestructiveModal_wrapper__7Kz0w .DestructiveModal_modalContactBtns__12nj3 .DestructiveModal_modalContactBtn__JFxNe:hover{background-color:#8e1d14!important;color:#fff1ef!important;cursor:pointer}.Header_statusCell__dWbG2{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Header_statusCell__dWbG2.Header_successful__pabKD{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Header_statusCell__dWbG2.Header_pending__-9we0{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Header_statusCell__dWbG2.Header_failed__9ZPGu{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Header_statusCell__dWbG2.Header_sent__WEKcC{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Header_popoverContent__mjx8y{background-color:#fff;border-radius:8px;height:-webkit-fit-content;height:fit-content;width:200px!important}.Header_popoverContent__mjx8y .Header_link__j9axr{align-items:center;color:#19171a;cursor:pointer;display:flex;font-size:14px;font-weight:400;gap:8px;height:43px;padding-left:16px;width:100%!important}@media(max-width:800px){.Header_popoverContent__mjx8y .Header_link__j9axr{font-size:12px;width:100%!important}}.Header_popoverContent__mjx8y .Header_link__j9axr:hover{background-color:#0000001a}.Header_headerIcons__KtIIG{display:none}@media(max-width:800px){.Header_headerIcons__KtIIG{align-items:center;display:flex;flex-direction:row;gap:24px}}.Header_wrapper__2ptrI{align-items:center;background-color:#fff;border-bottom:1px solid;border-color:#dad6d5;display:flex;flex-direction:row;height:72px;justify-content:flex-end;padding:16px 32px;position:fixed;right:0;top:0;width:100%;z-index:1000}@media(max-width:800px){.Header_wrapper__2ptrI{background-color:#fff;justify-content:space-between;padding-left:20px;padding-right:20px;position:fixed;top:0;width:100vw;z-index:10}}.Header_headerTitle__W-hk\+{display:none}.Header_headerTitle__W-hk\+ .Header_name__RAakP{font-size:16px;font-weight:700}@media(max-width:800px){.Header_headerTitle__W-hk\+{display:flex}.Header_profilePics__nQQVG{display:none}}.Header_profileInfo__z11mW{align-items:center;display:flex;gap:20px;height:40px;width:-webkit-fit-content;width:fit-content}.Header_profileInfo__z11mW .ant-popover-inner{padding:0!important}@media(max-width:800px){.Header_profileInfo__z11mW{justify-content:space-between;width:100%!important}}.Header_profileInfo__z11mW .Header_profileDetails__BycNG{color:#101928;display:flex;flex-direction:column;justify-content:center}@media(max-width:800px){.Header_profileInfo__z11mW .Header_profileDetails__BycNG{display:none}}.Header_profileInfo__z11mW .Header_profileDetails__BycNG .Header_profileName__thnV5{font-size:14px;font-weight:500;line-height:18.2px}.Header_profileInfo__z11mW .Header_profileDetails__BycNG .Header_profileEmail__H\+HED{font-size:12px;font-weight:400;line-height:15.6px}.Header_profileInfo__z11mW .Header_arrowDown__y7hLs{cursor:pointer}@media(max-width:800px){.Header_profileInfo__z11mW .Header_arrowDown__y7hLs{display:none}}.Header_profileInfo__z11mW .Header_imageContainer__mjZRo{border-radius:50%;height:40px;overflow:hidden;position:relative;width:40px}@media(max-width:800px){.Header_profileInfo__z11mW .Header_imageContainer__mjZRo{display:none}}.Header_profileInfo__z11mW .Header_imageContainer__mjZRo .Header_profilePics__nQQVG{position:absolute;width:100%}@keyframes react-loading-skeleton{to{transform:translateX(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);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.ContactAvatar_statusCell__6Qlg5{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.ContactAvatar_statusCell__6Qlg5.ContactAvatar_successful__n2sZC{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.ContactAvatar_statusCell__6Qlg5.ContactAvatar_pending__l2po1{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.ContactAvatar_statusCell__6Qlg5.ContactAvatar_failed__dwpqq{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.ContactAvatar_statusCell__6Qlg5.ContactAvatar_sent__jJ0z\+{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.ContactAvatar_wrapper__cjhjh{height:100px;width:100px}@media(min-width:800px)and (max-width:1024px){.ContactAvatar_wrapper__cjhjh{height:76px;width:80px}}@media(max-width:800px){.ContactAvatar_wrapper__cjhjh{align-items:center;display:flex;height:76px;justify-content:center;width:80px}}.Dashboard_statusCell__WSI17{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Dashboard_statusCell__WSI17.Dashboard_successful__4XQRH{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Dashboard_statusCell__WSI17.Dashboard_pending__p5uRl{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Dashboard_statusCell__WSI17.Dashboard_failed__hBK5n{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Dashboard_statusCell__WSI17.Dashboard_sent__2MDWv{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Dashboard_wrapper__28pA-{grid-row-gap:48px;display:grid;font-family:Neue Montreal,sans-serif!important;grid-template-areas:"sidebar header" "sidebar main" "sidebar disclaimer";grid-template-columns:250px minmax(0,auto);min-height:100vh;position:relative;row-gap:48px;width:100%}@media(min-width:800px)and (max-width:1024px){.Dashboard_wrapper__28pA-{column-gap:normal;grid-template-columns:178px minmax(0,846px)}}.Dashboard_wrapper__28pA-{grid-template-rows:70px minmax(0,auto)}@media(max-width:800px){.Dashboard_wrapper__28pA-{grid-template-areas:"header" "main" "sidebar" "disclaimer";grid-template-columns:none;position:relative;row-gap:15px!important}}.Dashboard_wrapper__28pA- .Dashboard_disclaimer__hQN3e{bottom:0!important;color:#bec2ca!important;font-size:12px!important;font-weight:500!important;grid-area:disclaimer;height:30px;margin-bottom:0;padding:10px;position:absolute;text-align:center;width:100%}@media(max-width:800px){.Dashboard_wrapper__28pA- .Dashboard_disclaimer__hQN3e{font-size:10px!important}}.Dashboard_wrapper__28pA- .Dashboard_disclaimer__hQN3e a{color:#d52b1e;text-decoration:none}.Dashboard_wrapper__28pA- .Dashboard_sidebar__j1umh{grid-area:sidebar;left:0;position:fixed;z-index:1000}@media(max-width:800px){.Dashboard_wrapper__28pA- .Dashboard_sidebar__j1umh{background-color:#0000;bottom:0;max-height:-webkit-fit-content;max-height:fit-content;min-height:60px;overflow-x:auto;width:100vw!important;z-index:1000}}.Dashboard_wrapper__28pA- .Dashboard_header__8x2M-{border-color:#dad6d5;grid-area:header;height:72px;width:100%}@media(max-width:800px){.Dashboard_wrapper__28pA- .Dashboard_header__8x2M-{width:100vw}}.Dashboard_wrapper__28pA- .Dashboard_main__DSpJh{grid-area:main;overflow-x:hidden;width:100%!important;z-index:100}@media(max-width:800px){.Dashboard_wrapper__28pA- .Dashboard_main__DSpJh{margin-bottom:45px;max-height:auto;overflow-y:hidden;width:100vw}}.ant-breadcrumb-item{background-color:none;font-weight:700}.ant-breadcrumb-item:hover{color:#1890ff}.InnerPage_statusCell__YizJe{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.InnerPage_statusCell__YizJe.InnerPage_successful__Gla7F{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.InnerPage_statusCell__YizJe.InnerPage_pending__9KbB3{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.InnerPage_statusCell__YizJe.InnerPage_failed__EaFUq{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.InnerPage_statusCell__YizJe.InnerPage_sent__jjQ-g{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.InnerPage_wrapper__JiLgt{padding:48px 32px!important}@media(max-width:800px){.InnerPage_wrapper__JiLgt{padding:0 20px}.InnerPage_wrapper__JiLgt .InnerPage_breadCrumb__zjU7S{display:none}}.InnerPage_wrapper__JiLgt .InnerPage_active__3SIPo{background-color:none!important;color:#6a6767}.Message_statusCell__JBkV7{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Message_statusCell__JBkV7.Message_successful__0IrB0{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Message_statusCell__JBkV7.Message_pending__CCDYv{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Message_statusCell__JBkV7.Message_failed__iTvOy{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Message_statusCell__JBkV7.Message_sent__W0w-r{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Message_mainWrapper__g4Aw6{grid-column-gap:24px;column-gap:24px;display:grid;grid-template-areas:"message contacts"}@media(min-width:1024px){.Message_mainWrapper__g4Aw6{column-gap:12px}}@media(max-width:800px){.Message_mainWrapper__g4Aw6{column-gap:0;grid-template-areas:"message";width:100%}}.Message_contacts__9LmAz{grid-area:contacts}@media(max-width:800px){.Message_contacts__9LmAz{display:none}}.Message_title__mJ7dD{font-size:24px;font-weight:700;line-height:28px}.Message_msgHeader__TcXrd{display:flex;flex-direction:row;justify-content:space-between}.Message_msgHeader__TcXrd .Message_title__mJ7dD{font-size:24px}@media(max-width:800px){.Message_msgHeader__TcXrd .Message_title__mJ7dD{font-size:20px;font-weight:700;line-height:24px}}.Message_msgHeader__TcXrd .Message_createBtn__J1NXI{display:none}@media(max-width:800px){.Message_msgHeader__TcXrd .Message_createBtn__J1NXI{background-color:#d52b1e;border:0;border-radius:8px;color:#fff;display:block;font-size:12px;height:30px;width:98px}}.Message_wrapper__aS5G-{display:flex;flex-direction:column;gap:24px;grid-area:message;margin-top:24px;width:793px!important;width:677px}@media(min-width:1024px){.Message_wrapper__aS5G-{width:577px!important}}@media(max-width:800px){.Message_wrapper__aS5G-{margin-top:0;width:100%!important}}.Message_wrapper__aS5G- table{height:97px!important;min-width:100%!important}.Message_wrapper__aS5G- table tbody{display:flex;flex-direction:column}.Message_wrapper__aS5G- table tr{align-items:flex-start;column-gap:20px;display:flex;margin-bottom:5px}@media(max-width:800px){.Message_wrapper__aS5G- table{column-gap:10px;max-width:100%;min-width:100%!important}}.Message_wrapper__aS5G- table .Message_emailTitles__wkftZ{color:#6a6767;font-size:16px;font-weight:500;line-height:21px;max-width:150px!important;min-width:150px!important}@media(max-width:800px){.Message_wrapper__aS5G- table .Message_emailTitles__wkftZ{font-size:14px;line-height:16.8px;max-width:120px!important;min-width:120px!important}}.Message_wrapper__aS5G- table .Message_subtitles__rj6oV{word-wrap:break-word;color:#240806;font-size:16px;font-weight:500;line-height:21px;max-width:100%!important;overflow:visible;white-space:normal;word-break:break-all}@media(max-width:800px){.Message_wrapper__aS5G- table .Message_subtitles__rj6oV{font-size:14px;line-height:16px}}.Message_wrapper__aS5G- table .Message_subtitles__rj6oV p{word-wrap:break-word;overflow:visible;white-space:normal}.Message_wrapper__aS5G- .Message_msg__CUjBC{border:1px;border-color:#dad6d5;border-style:solid}@media(max-width:800px){.Message_wrapper__aS5G- .Message_msg__CUjBC{width:100%!important}}.Message_wrapper__aS5G- .Message_audio__icR6v{align-items:center;display:flex;justify-content:center}@media(max-width:800px){.Message_wrapper__aS5G- .Message_audio__icR6v{width:100%!important}.Message_wrapper__aS5G- .Message_audio__icR6v audio{width:100%}}.Message_wrapper__aS5G- .Message_msgBody__khig7,.Message_wrapper__aS5G- .Message_msgTitle__QYiZ0{padding:32px 28px}@media(max-width:800px){.Message_wrapper__aS5G- .Message_msgBody__khig7,.Message_wrapper__aS5G- .Message_msgTitle__QYiZ0{padding:16px 12px}}.Message_wrapper__aS5G- .Message_msgBodyWrapper__zWEJG{background-color:#dad6d5;height:58px;padding:18px 24px;width:100%}@media(max-width:800px){.Message_wrapper__aS5G- .Message_msgBodyWrapper__zWEJG{height:41px;padding:12px}}.Message_wrapper__aS5G- .Message_msgBodyWrapper__zWEJG h3{font-size:16px;font-weight:500}@media(max-width:800px){.Message_wrapper__aS5G- .Message_msgBodyWrapper__zWEJG h3{font-size:14px}}.Message_msgBody__khig7{font-size:14px;line-height:20px;max-height:449px!important;min-height:-webkit-fit-content!important;min-height:fit-content!important;overflow-y:auto!important;width:100%}@media(max-width:800px){.Message_msgBody__khig7{font-size:12px;line-height:14px}}.Message_msgBody__khig7 img{height:250px!important;max-width:100%!important;width:auto!important}.InnerPage_statusCell__R2he6{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.InnerPage_statusCell__R2he6.InnerPage_successful__Qta1O{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.InnerPage_statusCell__R2he6.InnerPage_pending__uJwsU{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.InnerPage_statusCell__R2he6.InnerPage_failed__Vcq73{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.InnerPage_statusCell__R2he6.InnerPage_sent__uT1sO{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.InnerPage_wrapper__j-DRX{padding:0 32px 48px!important}@media(max-width:800px){.InnerPage_wrapper__j-DRX .InnerPage_BreadCrumb__Eg4LM{display:none}}.InnerPage_wrapper__j-DRX .InnerPage_active__xgdAS{background-color:none!important;color:#6a6767}@media(max-width:800px){.InnerPage_wrapper__j-DRX{padding:20px!important;width:100%!important}}.Envelope_statusCell__lFGHh{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Envelope_statusCell__lFGHh.Envelope_successful__sEd6Y{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Envelope_statusCell__lFGHh.Envelope_pending__7z-C2{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Envelope_statusCell__lFGHh.Envelope_failed__nstXq{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Envelope_statusCell__lFGHh.Envelope_sent__-oV6N{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Envelope_wrapper__IYWKu{height:18px;width:26px}@media(min-width:800px)and (max-width:1024px){.Envelope_wrapper__IYWKu{height:15px;width:20px}}@media(max-width:800px){.Envelope_wrapper__IYWKu{align-items:center;display:flex;height:9.33px;justify-content:center;width:13.33px}}.CreateCode_statusCell__JJB2u{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.CreateCode_statusCell__JJB2u.CreateCode_successful__eILAj{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.CreateCode_statusCell__JJB2u.CreateCode_pending__-jP6Q{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.CreateCode_statusCell__JJB2u.CreateCode_failed__J9W7B{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.CreateCode_statusCell__JJB2u.CreateCode_sent__3ozip{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.CreateCode_spin__fqHU7{align-items:center;display:flex;height:300px!important;justify-content:center;margin:auto;width:100%!important}.CreateCode_wrapper__lLuQU{display:flex;flex-direction:column;gap:24px;padding-top:24px}.CreateCode_wrapper__lLuQU .CreateCode_form__UWH\+7{border:1px solid #dad6d5;border-bottom-left-radius:12px;border-bottom-right-radius:12px;display:flex;flex-direction:column;gap:32px;padding:32px 24px;width:576px!important}.CreateCode_dateWrapper__zPHV4{display:flex;flex-direction:row;gap:16px}.CreateCode_dateWrapper__zPHV4 .CreateCode_date__sqXPc{display:flex;flex-direction:column;gap:8px;width:256px}.CreateCode_dateWrapper__zPHV4 .CreateCode_date__sqXPc h5{font-size:16px;font-weight:500}@media(max-width:800px){.CreateCode_dateWrapper__zPHV4 .CreateCode_date__sqXPc h5{font-size:14px}}.CreateCode_dateWrapper__zPHV4 .CreateCode_date__sqXPc .CreateCode_errorMessage__Ji1ot{color:#dc4e44;font-size:10px;font-weight:400}.CreateCode_dateWrapper__zPHV4 .CreateCode_date__sqXPc .CreateCode_time__PyQKa{border:1px solid #dad6d5!important;border-radius:4px!important;font-size:16px!important;font-weight:400!important;height:48px!important;outline-color:#dad6d5!important;outline-width:1px;padding:5px!important;padding-left:2px;width:256px!important}.CreateCode_dateWrapper__zPHV4 .CreateCode_date__sqXPc .CreateCode_time__PyQKa:hover{border-color:#dad6d5!important;box-shadow:none}.CreateCode_dateWrapper__zPHV4 .CreateCode_date__sqXPc .CreateCode_time__PyQKa:focus{border-color:#dad6d5;box-shadow:none}hr{border:1px solid #f0efee}.CreateCode_inputWrapper__kpGTa{display:flex;flex-direction:column;gap:8px}.CreateCode_inputWrapper__kpGTa .CreateCode_label__QiPnn{display:flex;flex-direction:row;justify-content:space-between}.CreateCode_inputWrapper__kpGTa .CreateCode_label__QiPnn h4{color:#240806;font-size:16px;font-weight:500}.CreateCode_inputWrapper__kpGTa .CreateCode_label__QiPnn .CreateCode_button__KL34g{align-items:center;background-color:#fff1ef;border:0;border-radius:8px;color:#d52b1e;display:flex;flex-direction:row;font-size:12px;font-weight:500;gap:12px;justify-content:center;line-height:14px;padding:8px 16px}@media(max-width:800px){.CreateCode_inputWrapper__kpGTa{width:100%!important}}.CreateCode_inputWrapper__kpGTa h5{font-size:16px;font-weight:500}@media(max-width:800px){.CreateCode_inputWrapper__kpGTa h5{font-size:14px}}.CreateCode_inputWrapper__kpGTa .CreateCode_helperText__Ea7aQ{width:528px}@media(max-width:800px){.CreateCode_inputWrapper__kpGTa .CreateCode_helperText__Ea7aQ{width:100%}}.CreateCode_inputWrapper__kpGTa .CreateCode_titleMsg__2a6td{color:#6a6767;font-size:12px;font-weight:400}@media(max-width:800px){.CreateCode_inputWrapper__kpGTa .CreateCode_titleMsg__2a6td{font-size:10px}}.CreateCode_inputWrapper__kpGTa .CreateCode_errorMessage__Ji1ot{color:#dc4e44;font-size:10px;font-weight:400}.CreateCode_label__QiPnn{font-size:16px}.CreateCode_discountInput__-kil- .ant-input-group{background-color:#f7f8fa;border:1px solid #dad6d5;height:-webkit-fit-content!important;height:fit-content!important;outline-color:#dad6d5!important;padding:0!important;width:528px!important}.CreateCode_discountInput__-kil- .ant-input-group:hover{border-color:#dad6d5}.CreateCode_discountInput__-kil- .ant-input{background-color:#fff;border:none;box-shadow:none;font-size:16px;font-weight:400!important;height:48px!important;padding:5px!important;padding-left:2}.CreateCode_discountInput__-kil- .ant-input:hover{border:none;border-color:#dad6d5!important;box-shadow:none}.CreateCode_discountInput__-kil- .ant-input:focus{border:#dad6d5;box-shadow:none}.CreateCode_discountInput__-kil- .ant-select .CreateCode_ant-select-selector__BfCuS{background-color:#f0efee!important;border-bottom-left-radius:12px;border-bottom-right-radius:12px;height:48px!important;width:117px!important}.CreateCode_discountInput__-kil- .ant-select .CreateCode_ant-select-selector__BfCuS:hover{border-color:#0000!important}.CreateCode_discountInput__-kil- .ant-select .CreateCode_ant-select-arrow__QoL5h{color:#9ca3af}.CreateCode_input__eLB1i{background-color:none!important;border:1px solid #dad6d5!important;border-radius:4px!important;font-size:16px;font-weight:400!important;height:48px!important;outline-color:#dad6d5!important;padding:5px!important;padding-left:2;width:528px!important}@media(max-width:800px){.CreateCode_input__eLB1i{height:40px!important;width:100%!important}}.CreateCode_inputError__3hwvN{border-color:#dc4e44!important;outline-color:#dc4e44!important}.CreateCode_submitBtn__oFvJq{background-color:#d52b1e;border-radius:8px;color:#fff;font-size:16px;font-weight:500;height:51px;line-height:19px;padding:16px 12px;width:159px}.CreateCode_submitBtn__oFvJq:focus,.CreateCode_submitBtn__oFvJq:hover{background-color:#8e1d14!important;border:0!important;box-shadow:none!important;color:#fff!important}.ant-drawer-header{align-items:center!important;background-color:#7c1911;display:flex!important;flex-direction:row!important;height:105px!important;justify-content:center!important;padding:32px 24px!important}.ant-drawer-wrapper{box-sizing:border-box!important;width:-webkit-fit-content;width:fit-content}@media(max-width:800px){.ant-drawer-wrapper{display:none!important}}.ant-drawer-title{color:#fff!important;font-size:24px!important;font-weight:700!important;line-height:28px!important}.ant-drawer-close{background-color:#fff!important;border-radius:50%!important;box-shadow:0 0 5px #0000001a;padding:4px!important;position:absolute;right:16px}.ant-drawer-close-icon{color:#000;font-size:16px}@media(max-width:800px){.ant-drawer{display:none!important}}.ant-drawer-content-wrapper{box-sizing:border-box!important;width:-webkit-fit-content;width:fit-content}@media(max-width:800px){.ant-drawer-content-wrapper{display:none!important}}.ant-drawer-content{box-sizing:border-box!important;width:-webkit-fit-content;width:fit-content}@media(max-width:800px){.ant-drawer-content{display:none!important}}.Recipient_statusCell__fhDjy{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Recipient_statusCell__fhDjy.Recipient_successful__GX43D{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Recipient_statusCell__fhDjy.Recipient_pending__\+6XZv{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Recipient_statusCell__fhDjy.Recipient_failed__gbSlX{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Recipient_statusCell__fhDjy.Recipient_sent__NUhPS{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Recipient_spin__JMVTe{align-items:center;display:flex;height:100%!important;justify-content:center;width:100%!important}.Recipient_wrapper__qeiXu{display:flex;flex-direction:column;position:relative;width:100%!important}.Recipient_wrapper__qeiXu .Recipient_tags__97EHK{display:flex;flex-direction:row}.Recipient_wrapper__qeiXu .Recipient_inputs__K4qs9{display:flex;flex-direction:column;gap:16px;margin-bottom:35px;padding:16px 0 32px;width:100%!important}.Recipient_wrapper__qeiXu .Recipient_inputs__K4qs9 .Recipient_rolePermission__o3rYy{font-size:18px;font-weight:700;line-height:21px}.Recipient_wrapper__qeiXu .Recipient_inputs__K4qs9 input[type=checkbox]{align-items:center;-webkit-appearance:none;appearance:none;border:2px solid #cccdd0;border-radius:4px;cursor:pointer;display:flex;height:20px;justify-content:center;position:relative;width:20px}.Recipient_wrapper__qeiXu .Recipient_inputs__K4qs9 input[type=checkbox]:checked{background-color:#d52b1e;border:2px solid #d52b1e;border-radius:4px}.Recipient_wrapper__qeiXu .Recipient_inputs__K4qs9 input[type=checkbox]:checked:before{align-self:center;color:#fff;content:"✔";font-size:16px;justify-self:center;position:absolute}.Recipient_wrapper__qeiXu .Recipient_inputs__K4qs9 .Recipient_input__Ahh5r{align-items:center;display:inline-flex;flex-direction:row-reverse;gap:12px;justify-content:space-between;width:100%}.Recipient_wrapper__qeiXu .Recipient_inputs__K4qs9 .Recipient_input__Ahh5r .Recipient_labelWrapper__me5zm{align-items:center;display:flex;flex-direction:row;gap:4px}.Recipient_wrapper__qeiXu .Recipient_inputs__K4qs9 .Recipient_input__Ahh5r .Recipient_labelWrapper__me5zm .Recipient_label__ckZYC{font-size:14px}.Recipient_wrapper__qeiXu .Recipient_inputs__K4qs9 .Recipient_input__Ahh5r .Recipient_labelWrapper__me5zm .Recipient_label__ckZYC h5{color:#19171a;font-weight:500}.Recipient_wrapper__qeiXu .Recipient_inputs__K4qs9 label{color:#19171a;font-size:16px;font-weight:400;line-height:20px}.Recipient_wrapper__qeiXu .Recipient_addContactBtns__2n-gU{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;bottom:10px!important;display:flex;flex-direction:row;gap:24px;position:fixed;width:100%!important}.Recipient_wrapper__qeiXu .Recipient_addContactBtns__2n-gU .Recipient_button__wM0L4{border:0;border-radius:8px;font-size:14px;font-weight:500;height:41px;line-height:19.2px;width:190px}.Recipient_wrapper__qeiXu .Recipient_addContactBtns__2n-gU .Recipient_cancelBtn__78Z20{background-color:#fff1ef;color:#d52b1e}.Recipient_wrapper__qeiXu .Recipient_addContactBtns__2n-gU .Recipient_addContactBtn__g3UrH{background-color:#d52b1e;color:#fff1ef}.input{align-items:center!important;background-color:none!important;border:1px solid #dad6d5!important;border-radius:4px!important;display:flex!important;font-size:16px;font-weight:400!important;height:45px!important;outline-color:#dad6d5!important;width:100%!important}.input .ant-input{padding-left:28px!important;padding-right:0}.input .ant-input,.input .ant-input-prefix{align-items:center;display:flex;height:100%}.input .ant-input-prefix{bottom:1.5px;justify-content:center;margin-right:8px!important;padding:0;position:absolute;top:8%}.input .ant-input-affix-wrapper{align-items:center;display:flex;height:100%;padding:0 0 0 10px;position:relative}.input .ant-input-affix-wrapper>input{height:100%;line-height:1}.ant-tag{margin-top:8px}.InnerPage_statusCell__u5GZI{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.InnerPage_statusCell__u5GZI.InnerPage_successful__orYR4{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.InnerPage_statusCell__u5GZI.InnerPage_pending__\+KM-c{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.InnerPage_statusCell__u5GZI.InnerPage_failed__FH95P{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.InnerPage_statusCell__u5GZI.InnerPage_sent__VichP{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.InnerPage_wrapper__7\+0au{padding:0 32px 48px}@media(max-width:800px){.InnerPage_wrapper__7\+0au{padding:0 20px}.InnerPage_wrapper__7\+0au .InnerPage_breadCrumb__2-7xV{display:none}}.InnerPage_wrapper__7\+0au .InnerPage_active__E39yp{background-color:none!important;color:#6a6767}.UserDetails_statusCell__RtF8h{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.UserDetails_statusCell__RtF8h.UserDetails_successful__c3-FA{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.UserDetails_statusCell__RtF8h.UserDetails_pending__2WKpK{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.UserDetails_statusCell__RtF8h.UserDetails_failed__BVJAt{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.UserDetails_statusCell__RtF8h.UserDetails_sent__BdQDp{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.UserDetails_wrapper__ad0CN{display:flex;flex-direction:column;gap:24px!important;padding-top:24px}@media(max-width:800px){.UserDetails_wrapper__ad0CN{padding:0 20px 32px}}.UserDetails_customClass__F0EuY,.UserDetails_customClass__F0EuY .UserDetails_ant-badge-count__nfTUY,.UserDetails_customClass__F0EuY .UserDetails_ant-badge-status-text__B3P3h{color:#d52b1e!important}.Profile_statusCell__EbZ4Z{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Profile_statusCell__EbZ4Z.Profile_successful__1GY2v{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Profile_statusCell__EbZ4Z.Profile_pending__ugNKa{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Profile_statusCell__EbZ4Z.Profile_failed__9bAB1{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Profile_statusCell__EbZ4Z.Profile_sent__pFshr{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Profile_wrapper__vNPHO{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;max-width:100%!important;padding-top:48px}.ContactDetails_statusCell__7-lKa{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.ContactDetails_statusCell__7-lKa.ContactDetails_successful__oGpYq{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.ContactDetails_statusCell__7-lKa.ContactDetails_pending__4IE8X{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.ContactDetails_statusCell__7-lKa.ContactDetails_failed__0e3hV{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.ContactDetails_statusCell__7-lKa.ContactDetails_sent__HRPoI{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.ContactDetails_wrapper__efTMJ{display:flex;flex:auto;flex-direction:column;gap:24px;height:-webkit-fit-content;height:fit-content;position:relative}.ContactDetails_wrapper__efTMJ .ContactDetails_spin__lCTiE{align-items:center;display:flex;height:200px!important;justify-content:center;margin:auto;width:100!important}@media(max-width:800px){.ContactDetails_wrapper__efTMJ .ContactDetails_spin__lCTiE{height:198px}.ContactDetails_wrapper__efTMJ{display:flex;flex-direction:column;justify-content:space-between}}.ContactDetails_wrapper__efTMJ .ContactDetails_mainWrapper__bh3sF{display:flex;flex-direction:column;gap:24px}.ContactDetails_wrapper__efTMJ .ContactDetails_editBtn__-hdIR{display:none}@media(max-width:800px){.ContactDetails_wrapper__efTMJ .ContactDetails_editBtn__-hdIR{align-items:center;background-color:#d52b1e;border:0;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:8px;height:42px;justify-content:center;padding:16px 12px;position:relative;top:100%;transition-duration:1ms;transition-timing-function:ease-in;width:100%}}.ContactDetails_wrapper__efTMJ .ContactDetails_header__D7\+sn{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.ContactDetails_wrapper__efTMJ .ContactDetails_header__D7\+sn .ContactDetails_title__iLzb9{font-size:24px;font-weight:700}@media(max-width:800px){.ContactDetails_wrapper__efTMJ .ContactDetails_header__D7\+sn .ContactDetails_title__iLzb9{font-size:20px}}.ContactDetails_wrapper__efTMJ .ContactDetails_header__D7\+sn .ContactDetails_button__Ibo7e{align-items:center;background-color:#d52b1e;border:0;border-radius:8px;color:#fff;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:8px;height:52px;justify-content:center;padding:16px 12px;transition-duration:1ms;transition-timing-function:ease-in;width:128px}@media(max-width:800px){.ContactDetails_wrapper__efTMJ .ContactDetails_header__D7\+sn .ContactDetails_button__Ibo7e{display:none}}.ContactDetails_wrapper__efTMJ .ContactDetails_header__D7\+sn .ContactDetails_button__Ibo7e:hover{background-color:#8e1d14!important;color:#fff!important}.ContactDetails_wrapper__efTMJ .ContactDetails_contactDetails__3znEg{display:flex;flex-direction:column;gap:24px}.ContactDetails_wrapper__efTMJ .ContactDetails_contactDetails__3znEg .ContactDetails_profileDetails__yLzOF{align-items:center;display:flex;flex-direction:row;gap:16px;width:355px}.ContactDetails_wrapper__efTMJ .ContactDetails_contactDetails__3znEg .ContactDetails_profileDetails__yLzOF .ContactDetails_imageContainer__IAXcc{border-radius:50%;height:80px;overflow:hidden;position:relative;width:80px}@media(max-width:800px){.ContactDetails_wrapper__efTMJ .ContactDetails_contactDetails__3znEg .ContactDetails_profileDetails__yLzOF .ContactDetails_imageContainer__IAXcc{display:none}}.ContactDetails_wrapper__efTMJ .ContactDetails_contactDetails__3znEg .ContactDetails_profileDetails__yLzOF .ContactDetails_imageContainer__IAXcc .ContactDetails_profilePics__zleIT{position:absolute;width:100%}.ContactDetails_wrapper__efTMJ .ContactDetails_contactDetails__3znEg .ContactDetails_profileDetails__yLzOF .ContactDetails_name__Fja43{display:flex;flex-direction:column;gap:8px;justify-content:flex-start}.ContactDetails_wrapper__efTMJ .ContactDetails_contactDetails__3znEg .ContactDetails_profileDetails__yLzOF .ContactDetails_name__Fja43 h2{font-size:20px;font-weight:500;line-height:24px}.ContactDetails_wrapper__efTMJ .ContactDetails_contactDetails__3znEg .ContactDetails_profileDetails__yLzOF .ContactDetails_verStatus__945BY{border-radius:6px;font-size:12px;font-weight:500;height:22px;line-height:14px;padding:.5px 8px;text-align:center;width:70px}@media(max-width:800px){.ContactDetails_wrapper__efTMJ .ContactDetails_contactDetails__3znEg .ContactDetails_profileDetails__yLzOF{align-items:center;flex-direction:column;height:198px;justify-content:center;width:100%}}.ContactDetails_wrapper__efTMJ .ContactDetails_contactDetails__3znEg .ContactDetails_profileDetails__yLzOF .ContactDetails_profilePic__r6Lcb{align-items:center;background-color:#f0efee!important;border-radius:50%;display:flex;height:80px;justify-content:center;width:80px}@media(max-width:800px){.ContactDetails_wrapper__efTMJ .ContactDetails_contactDetails__3znEg .ContactDetails_profileDetails__yLzOF .ContactDetails_profilePic__r6Lcb{height:56px;width:56px}}.ContactDetails_wrapper__efTMJ .ContactDetails_contactDetails__3znEg .ContactDetails_profileDetails__yLzOF .ContactDetails_profilePic__r6Lcb p{color:#101928;font-size:20px;font-weight:700;line-height:24px;text-align:center}.ContactDetails_wrapper__efTMJ .ContactDetails_table__A6pRd{border-collapse:initial;border-spacing:0 24px;width:335px}@media(max-width:800px){.ContactDetails_wrapper__efTMJ .ContactDetails_table__A6pRd{width:100%!important}}.ContactDetails_wrapper__efTMJ .ContactDetails_table__A6pRd .ContactDetails_tableLabel__6aedV{color:#6a6767;font-size:16px;font-weight:700;line-height:19px}@media(max-width:800px){.ContactDetails_wrapper__efTMJ .ContactDetails_table__A6pRd .ContactDetails_tableLabel__6aedV{font-size:14px;line-height:16px}}.ContactDetails_wrapper__efTMJ .ContactDetails_table__A6pRd .ContactDetails_tableData__A-QZo{color:#240806;font-size:14px}@media(max-width:800px){.ContactDetails_wrapper__efTMJ .ContactDetails_table__A6pRd .ContactDetails_tableData__A-QZo{text-align:right}}.ContactDetails_wrapper__efTMJ .ContactDetails_table__A6pRd .ContactDetails_tableData__A-QZo .ContactDetails_groupNames__se-EC{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px}@media(max-width:800px){.ContactDetails_wrapper__efTMJ .ContactDetails_table__A6pRd .ContactDetails_tableData__A-QZo .ContactDetails_groupNames__se-EC{justify-content:flex-end}}.ContactDetails_wrapper__efTMJ .ContactDetails_table__A6pRd .ContactDetails_tableData__A-QZo .ContactDetails_groupNames__se-EC .ContactDetails_groupName__uH1YT{background-color:#f0efee;border-radius:8px;font-size:12px;padding:.5px 8px}.VerificationDocument_statusCell__2rOP4{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.VerificationDocument_statusCell__2rOP4.VerificationDocument_successful__ambKT{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.VerificationDocument_statusCell__2rOP4.VerificationDocument_pending__H7Oqx{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.VerificationDocument_statusCell__2rOP4.VerificationDocument_failed__\+Q9BG{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.VerificationDocument_statusCell__2rOP4.VerificationDocument_sent__z2MuV{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.VerificationDocument_wrapper__JL3Bc{border:1px solid #e6e4e7;border-radius:8px;flex:auto!important;height:464px}.VerificationDocument_wrapper__JL3Bc .VerificationDocument_head__PjPtI{align-items:center;background-color:#f0efee;display:flex;padding:18px 12px;width:100%}.VerificationDocument_wrapper__JL3Bc .VerificationDocument_head__PjPtI .VerificationDocument_doc__xCDvf{font-size:18px;font-weight:700;line-height:21px}.VerificationDocument_wrapper__JL3Bc .VerificationDocument_documents__fDe4r{display:flex;flex-direction:row;gap:24px;justify-content:center;padding:32px 12px}.VerificationDocument_wrapper__JL3Bc .VerificationDocument_documents__fDe4r .VerificationDocument_card__vt5An{align-items:center;border:1px solid #e6e4e7;border-radius:8px;color:#d52b1e;display:flex;height:185px;justify-content:center;text-align:center;width:290px}@media(max-width:800px){.VerificationDocument_wrapper__JL3Bc .VerificationDocument_documents__fDe4r .VerificationDocument_card__vt5An{width:100%}}.VerificationDocument_wrapper__JL3Bc .VerificationDocument_documents__fDe4r .VerificationDocument_cardSkeleton__6g0u6{height:185px;width:290px}@media(max-width:800px){.VerificationDocument_wrapper__JL3Bc .VerificationDocument_documents__fDe4r .VerificationDocument_cardSkeleton__6g0u6{width:100%}}.VerificationDocument_wrapper__JL3Bc .VerificationDocument_documents__fDe4r .VerificationDocument_cardSkeleton__6g0u6 .VerificationDocument_cardSkeleton__6g0u6{height:100%!important;width:100%!important}.Card_statusCell__5yZor{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Card_statusCell__5yZor.Card_successful__ftcQj{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Card_statusCell__5yZor.Card_pending__ccNlu{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Card_statusCell__5yZor.Card_failed__a-fUG{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Card_statusCell__5yZor.Card_sent__T16y8{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Card_wrapper__b1JRw{border:1px solid #e6e4e7;border-radius:8px;height:185px;width:290px}@media(max-width:800px){.Card_wrapper__b1JRw{width:100%}}.Card_wrapper__b1JRw .Card_img__OOOvg{cursor:pointer;height:113px;width:290px}.Card_wrapper__b1JRw .Card_img__OOOvg img{border-top-left-radius:8px;border-top-right-radius:8px;height:100%;object-fit:cover;width:100%}.Card_wrapper__b1JRw .Card_footer__mf7e4{display:flex;flex-direction:row;justify-content:space-between;padding:12px}.Card_wrapper__b1JRw .Card_footer__mf7e4 .Card_downloadBtn__OaQPM{align-self:flex-end;cursor:pointer}.Card_wrapper__b1JRw .Card_texts__4m2Si{display:flex;flex-direction:column;font-family:Neue Montreal,sans-serif!important;gap:8px}.Card_wrapper__b1JRw .Card_texts__4m2Si .Card_nameOfDoc__pDctq{font-size:14px;font-weight:500;line-height:18.2px}.Card_wrapper__b1JRw .Card_texts__4m2Si .Card_text__6-zav{font-size:12px;font-weight:500;line-height:14.2px;padding:.5px 8px;width:-webkit-max-content;width:max-content}.ant-modal-header{border-bottom:1px solid #dad6d5!important}.confirmationModalContainer{padding:0!important}@media(max-width:800px){.confirmationModalContainer{height:-webkit-fit-content;height:fit-content;width:98vw!important}}.confirmationModalContainer.has-title .contentContainer{border-top:1px solid #dad6d5!important}.confirmationModalContainer .contentContainer{flex-direction:column;font-family:Neue Montreal,sans-serif!important;font-weight:500;gap:3.2rem;padding:24px 0}@media(max-width:800px){.confirmationModalContainer .contentContainer{height:-webkit-fit-content;height:fit-content;width:100%!important}}.confirmationModalContainer.has-title .titleWrapper{padding-bottom:24px}@media(max-width:800px){.confirmationModalContainer .titleWrapper{width:100%!important}}.confirmationModalContainer .titleWrapper .title{font-size:25px;font-weight:700}@media(max-width:800px){.confirmationModalContainer .titleWrapper .title{font-size:20px;padding-bottom:12px;padding-top:24px}}.confirmationModalContainer .titleWrapper .subtitle{color:#6a6767;font-size:14px;font-weight:500px;line-height:21px}@media(max-width:800px){.confirmationModalContainer .titleWrapper .subtitle{font-size:12px}.ant-modal{height:-webkit-fit-content!important;height:fit-content!important;width:100%!important}}.MutateVerification_statusCell__cRPT-{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.MutateVerification_statusCell__cRPT-.MutateVerification_successful__MQJ9\+{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.MutateVerification_statusCell__cRPT-.MutateVerification_pending__tdK4A{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.MutateVerification_statusCell__cRPT-.MutateVerification_failed__T3-gC{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.MutateVerification_statusCell__cRPT-.MutateVerification_sent__yKwDl{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.MutateVerification_wrapper__\+iGi9{display:flex;flex-direction:column;gap:24px;transition:.5s ease-in}.MutateVerification_wrapper__\+iGi9 .MutateVerification_img__xqO6x{height:346px;overflow-y:auto;width:100%!important}.MutateVerification_wrapper__\+iGi9 .MutateVerification_img__xqO6x img{aspect-ratio:4/3;height:100%!important;width:100%!important}.MutateVerification_wrapper__\+iGi9 .MutateVerification_inputWrapper__Ga6LH{display:flex;flex-direction:column;gap:16px}.MutateVerification_wrapper__\+iGi9 .MutateVerification_inputWrapper__Ga6LH .MutateVerification_inputLabel__im\+7l{color:#240806;font-family:500;font-size:19px;line-height:19px}.MutateVerification_wrapper__\+iGi9 .MutateVerification_inputWrapper__Ga6LH .MutateVerification_input__az4Bk{border:1px solid #dad6d5;border-radius:6px;font-size:18px;font-weight:500px;height:105px!important;outline:1px solid #dad6d5;padding:10px;width:100%!important}.MutateVerification_wrapper__\+iGi9 hr{border:1px solid #dad6d5}.MutateVerification_wrapper__\+iGi9 .MutateVerification_btnGroups__5ue9V{display:flex;flex-direction:row;gap:16px;justify-content:flex-end;width:100%}.MutateVerification_wrapper__\+iGi9 .MutateVerification_btnGroups__5ue9V .MutateVerification_rejectBtn__X1nal{background-color:#fff1ef;border:8px;color:#d52b1e;height:51px;width:120px}.MutateVerification_wrapper__\+iGi9 .MutateVerification_btnGroups__5ue9V .MutateVerification_rejectBtn__X1nal:focus,.MutateVerification_wrapper__\+iGi9 .MutateVerification_btnGroups__5ue9V .MutateVerification_rejectBtn__X1nal:hover{background-color:#d52b1e!important;color:#fff1ef!important}.MutateVerification_wrapper__\+iGi9 .MutateVerification_btnGroups__5ue9V .MutateVerification_approveBtn__gkbnm{background-color:#d52b1e;border:8px;color:#fff1ef;height:51px;width:120px}.MutateVerification_wrapper__\+iGi9 .MutateVerification_btnGroups__5ue9V .MutateVerification_approveBtn__gkbnm:hover{background-color:#fff1ef!important;color:#d52b1e!important}.MutateVerification_wrapper__\+iGi9 .MutateVerification_btnGroups__5ue9V .MutateVerification_approveBtn__gkbnm:focus{background-color:#d52b1e!important;color:#fff1ef!important}.Groups_statusCell__sgUPz{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Groups_statusCell__sgUPz.Groups_successful__meUNd{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Groups_statusCell__sgUPz.Groups_pending__yy1yM{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Groups_statusCell__sgUPz.Groups_failed__lkdOf{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Groups_statusCell__sgUPz.Groups_sent__6qHR6{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Groups_searchParams__SASF0{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:12px}.Groups_searchParams__SASF0 .Groups_input__hwh\+r{height:45px!important;width:269px!important}.Groups_searchParams__SASF0 .Groups_params__NssEb{display:flex;flex-direction:row;gap:16px;width:384px}.Groups_searchParams__SASF0 .Groups_SelectWrapper__SS4El{height:45px;width:97px}.Groups_table__vgh0Y{border:1px solid #f0efee;border-radius:8px;display:flex;flex-direction:column;gap:12px;width:100%}.Groups_input__hwh\+r{height:45px;width:332px}@media(max-width:800px){.Groups_input__hwh\+r{height:40px;width:100%}.Groups_cell__SZvQ0{color:#6a6767;font-size:12px}}.Groups_name__5v4uV{color:#240806}@media(max-width:800px){.Groups_paginate__17qFg{display:none}}.ant-table-wrapper{height:-webkit-fit-content!important;height:fit-content!important;overflow-x:auto!important;width:100%}.ant-table-thead{background-color:#f6f5f5;font-size:14px}@media(max-width:800px){.ant-table-thead{font-size:10px!important}}.ant-table-thead .ant-table-selection-column{align-items:center!important;display:flex;justify-content:center!important}.ant-table-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:1024px){.ant-table-cell{max-width:200px}}@media(max-width:800px){.ant-table-cell{max-width:130px}}.ant-table-thead .ant-table-cell{color:#6b7280!important;font-weight:12px!important;font-weight:500!important}.NoData_statusCell__OWFWb{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.NoData_statusCell__OWFWb.NoData_successful__HfhJW{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.NoData_statusCell__OWFWb.NoData_pending__7djmP{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.NoData_statusCell__OWFWb.NoData_failed__mqQx7{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.NoData_statusCell__OWFWb.NoData_sent__Sv\+dH{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.NoData_wrapper__JIZ8K{align-items:center;display:flex;flex-direction:column;gap:8px;justify-items:center}.NoData_wrapper__JIZ8K .NoData_title__AvMTv{color:#240806;font-size:24px;font-weight:500;line-height:28px;text-align:center}@media(max-width:800px){.NoData_wrapper__JIZ8K .NoData_title__AvMTv{font-size:18px;line-height:19px}}.NoData_wrapper__JIZ8K .NoData_subtitle__kvY6W{color:#6a6767;font-size:16px;font-weight:400;line-height:28px;text-align:center}@media(max-width:800px){.NoData_wrapper__JIZ8K .NoData_subtitle__kvY6W{font-size:14px;line-height:19px}.NoData_wrapper__JIZ8K .NoData_icon__t91Fb{width:30px!important}}.selectField_statusCell__unvmG{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.selectField_statusCell__unvmG.selectField_successful__FYJZ1{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.selectField_statusCell__unvmG.selectField_pending__EGODe{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.selectField_statusCell__unvmG.selectField_failed__yoedV{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.selectField_statusCell__unvmG.selectField_sent__gk2n9{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.selectField_wrapper__Ji257{align-items:center;background-color:#fff;border-radius:8px;display:flex;height:4rem;width:-webkit-fit-content!important;width:fit-content!important}@media(max-width:800px){.selectField_wrapper__Ji257{font-size:12px!important}}.selectField_wrapper__Ji257.selectField_wrapperBorder__e\+jdb{border:1px solid #f0efee}.selectField_wrapper__Ji257 .selectField_label__pcno7{color:#6a6767;font-size:14px;font-weight:400;margin-left:.35rem;white-space:nowrap}@media(max-width:800px){.selectField_wrapper__Ji257 .selectField_label__pcno7{font-size:12px}}.selectField_wrapper__Ji257 .selectField_selectContainer__UxUjK{background-color:inherit;border-radius:inherit;flex:1 1}@media(max-width:800px){.selectField_wrapper__Ji257 .selectField_selectContainer__UxUjK{font-size:12px!important}}.selectField_wrapper__Ji257 .selectField_selectContainer__UxUjK .selectField_ant-select-selector__osjzX{align-items:center;height:100%!important}.selectField_wrapper__Ji257 .selectField_selectContainer__UxUjK .selectField_ant-select-selection-item__gRSmj{font-weight:500!important}@media(max-width:800px){.selectField_wrapper__Ji257 .selectField_selectContainer__UxUjK .selectField_ant-select-selection-item__gRSmj{font-size:12px!important}}.selectField_wrapper__Ji257 .selectField_selectContainer__UxUjK .selectField_ant-select-arrow__cKScq{position:absolute;right:12px;top:45%;transform:translateY(0)}.ant-select-dropdown{max-width:100%!important;min-width:-webkit-fit-content!important;min-width:fit-content!important}@media(max-width:800px){.ant-select-dropdown{font-size:12px;max-width:100%!important;min-width:-webkit-fit-content!important;min-width:fit-content!important}}.ant-pagination-item{display:none!important}.ant-pagination-next,.ant-pagination-prev{display:inline-block}.ant-pagination{display:inline-flex}.ContactGroup_statusCell__KbJVQ{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.ContactGroup_statusCell__KbJVQ.ContactGroup_successful__Px6-N{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.ContactGroup_statusCell__KbJVQ.ContactGroup_pending__90LhN{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.ContactGroup_statusCell__KbJVQ.ContactGroup_failed__9zc71{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.ContactGroup_statusCell__KbJVQ.ContactGroup_sent__pbsNJ{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.ContactGroup_wrapper__tF6ov{height:26px;width:26px}@media(min-width:800px)and (max-width:1024px){.ContactGroup_wrapper__tF6ov{height:20px;width:20px}}@media(max-width:800px){.ContactGroup_wrapper__tF6ov{align-items:center;display:flex;height:13px;justify-content:center;width:13px}}.Unauthorised_statusCell__QGrxq{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Unauthorised_statusCell__QGrxq.Unauthorised_successful__4WbJm{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Unauthorised_statusCell__QGrxq.Unauthorised_pending__lEDFi{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Unauthorised_statusCell__QGrxq.Unauthorised_failed__2lRX0{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Unauthorised_statusCell__QGrxq.Unauthorised_sent__KbE1d{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Unauthorised_wrapper__EZhjn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:8px;height:-webkit-max-content!important;height:max-content!important;justify-content:center;margin:auto;text-align:center;width:inherit!important}.Unauthorised_wrapper__EZhjn .Unauthorised_img__jUiMV{height:30px;width:30px}.Unauthorised_wrapper__EZhjn .Unauthorised_title__d1ahw{color:#010516;font-size:20px;font-weight:700;line-height:24px;text-align:center}.Unauthorised_wrapper__EZhjn .Unauthorised_subtitle__cYO1F{color:#120d0c;font-size:16px;font-weight:400;line-height:20px}.Messages_statusCell__d2tgy{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Messages_statusCell__d2tgy.Messages_successful__UHkeb{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Messages_statusCell__d2tgy.Messages_pending__-Xurw{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Messages_statusCell__d2tgy.Messages_failed__IS6wh{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Messages_statusCell__d2tgy.Messages_sent__yfrCw{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Messages_filters__5Ldct{align-items:center;display:flex;flex-direction:row;gap:16px;width:429px!important}@media(max-width:800px){.Messages_filters__5Ldct{align-items:normal;flex-direction:column}}.Messages_params__9e2\+S{align-items:center;display:flex;flex-direction:row;gap:16px}@media(max-width:800px){.Messages_params__9e2\+S{align-items:normal;flex-direction:column}}.Messages_searchInput__nlOkd{height:45px!important;width:304px!important}@media(max-width:800px){.Messages_searchInput__nlOkd{height:40px!important;width:100%!important}}.Messages_SelectWrapper__SFa15{height:45px!important;outline-color:#f0efee!important;outline-style:solid!important;outline-width:1px!important}@media(max-width:800px){.Messages_SelectWrapper__SFa15{border-radius:6px;font-size:12px;height:32px;width:85px}}.Messages_input__ris30{border:1px;border-radius:8px;border-radius:4px;border-style:solid;border-width:1px!important;font-size:14px;font-weight:400;height:45px!important;line-height:21px}.Messages_subtitle__mfLRP{font-size:18px;font-weight:700;line-height:21.6px}.Messages_InputWrapper__aaSgj{border-color:#dcdee2!important;border-radius:8px;width:304px}.Messages_formWrapper__qiCdm{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:12px;row-gap:12px}@media(max-width:800px){.Messages_formWrapper__qiCdm{align-items:normal;flex-direction:column}}.Messages_tableWrapper__DIQaw{border:1px solid #f0efee;border-radius:8px;display:flex;flex-direction:column;gap:12px}.Messages_status__fNGBi{width:80px!important}@media(max-width:800px){.Messages_cell__AyGAl{color:#6a6767;font-size:12px}}.Messages_messageTitle__-p2cK{color:#240806}.Messages_viewA__31ZOC,.Messages_view__L3dzT{color:#d52b1e;cursor:pointer;font-size:14px;font-weight:400;line-height:21px}.Messages_viewA__31ZOC{font-weight:500}.Messages_wrapper__fDw2x{display:flex;flex-direction:column;gap:16px}.Messages_wrapper__fDw2x .Messages_tableHeader__NQ73G{display:flex;flex-direction:row;justify-content:space-between}.statusCell{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.statusCell.successful{background-color:#e9fcef;color:#19d84e;width:74px}.statusCell.pending,.statusCell.successful{align-items:center;display:flex;justify-content:center}.statusCell.pending{background-color:#f9eddc;color:#db962e;height:22px;width:59px}.statusCell.failed{background-color:#fcf1f0;color:#dc4e44;width:48px}.statusCell.failed,.statusCell.sent{align-items:center;display:flex;justify-content:center}.statusCell.sent{background-color:#e9fcef;color:#19d84e;width:44px}.ant-tabs-tab .ant-tabs-tab-btn{color:#bec2ca!important}.ant-tabs-tab .ant-tabs-tab-btn h2{background-color:#0000;color:#bec2ca!important;font-size:14px!important;font-weight:500!important}.ant-tabs-tab .ant-badge{border-radius:10px;color:#d52b1e!important;color:#bec2ca!important;display:inline-block;line-height:1;padding:4px 8px}.ant-tabs-tab .ant-badge h2{background-color:#0000;color:#bec2ca!important;font-size:14px!important;font-weight:500!important}.ant-tabs-tab-active .ant-tabs-tab-btn,.ant-tabs-tab-active .ant-tabs-tab-btn h2{color:#d52b1e!important}.ant-tabs-tab-active .ant-badge{border-radius:10px;color:#fff1ef;display:inline-block;font-weight:700;line-height:1;padding:4px 8px}.ant-tabs-tab-active .ant-badge h2{color:#d52b1e!important}.ant-tabs-ink-bar{background-color:#d52b1e!important}.Message_statusCell__28yhF{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.Message_statusCell__28yhF.Message_successful__1tjjV{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.Message_statusCell__28yhF.Message_pending__w4zQY{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.Message_statusCell__28yhF.Message_failed__sGn-E{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.Message_statusCell__28yhF.Message_sent__LRwO9{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.Message_mainWrapper__LZ99P{grid-column-gap:24px;column-gap:24px;display:grid;grid-template-areas:"message contacts"}@media(min-width:1024px){.Message_mainWrapper__LZ99P{column-gap:12px}}@media(max-width:800px){.Message_mainWrapper__LZ99P{column-gap:0;grid-template-areas:"message";width:100%}}.Message_contacts__lQJcb{grid-area:contacts}@media(max-width:800px){.Message_contacts__lQJcb{display:none}}.Message_title__NRybI{font-size:24px;font-weight:700;line-height:28px}.Message_msgHeader__MIMMo{display:flex;flex-direction:row;justify-content:space-between}.Message_msgHeader__MIMMo .Message_title__NRybI{font-size:24px}@media(max-width:800px){.Message_msgHeader__MIMMo .Message_title__NRybI{font-size:20px;font-weight:700;line-height:24px}}.Message_msgHeader__MIMMo .Message_createBtn__QgD2Z{display:none}@media(max-width:800px){.Message_msgHeader__MIMMo .Message_createBtn__QgD2Z{background-color:#d52b1e;border:0;border-radius:8px;color:#fff;display:block;font-size:12px;height:30px;width:98px}}.Message_wrapper__Gcdn5{display:flex;flex-direction:column;gap:24px;grid-area:message;margin-top:24px;width:793px!important;width:677px}@media(min-width:1024px){.Message_wrapper__Gcdn5{width:577px!important}}@media(max-width:800px){.Message_wrapper__Gcdn5{margin-top:0;width:100%!important}}.Message_wrapper__Gcdn5 table{height:97px!important;min-width:100%!important}.Message_wrapper__Gcdn5 table tbody{display:flex;flex-direction:column}.Message_wrapper__Gcdn5 table tr{align-items:flex-start;column-gap:20px;display:flex;margin-bottom:5px}@media(max-width:800px){.Message_wrapper__Gcdn5 table{column-gap:10px;max-width:100%;min-width:100%!important}}.Message_wrapper__Gcdn5 table .Message_emailTitles__AsJwZ{color:#6a6767;font-size:16px;font-weight:500;line-height:21px;max-width:150px!important;min-width:150px!important}@media(max-width:800px){.Message_wrapper__Gcdn5 table .Message_emailTitles__AsJwZ{font-size:14px;line-height:16.8px;max-width:120px!important;min-width:120px!important}}.Message_wrapper__Gcdn5 table .Message_subtitles__h\+SnX{word-wrap:break-word;color:#240806;font-size:16px;font-weight:500;line-height:21px;max-width:100%!important;overflow:visible;white-space:normal;word-break:break-all}@media(max-width:800px){.Message_wrapper__Gcdn5 table .Message_subtitles__h\+SnX{font-size:14px;line-height:16px}}.Message_wrapper__Gcdn5 table .Message_subtitles__h\+SnX p{word-wrap:break-word;overflow:visible;white-space:normal}.Message_wrapper__Gcdn5 .Message_msg__WDvWC{border:1px;border-color:#dad6d5;border-style:solid}@media(max-width:800px){.Message_wrapper__Gcdn5 .Message_msg__WDvWC{width:100%!important}}.Message_wrapper__Gcdn5 .Message_audio__KBC3b{align-items:center;display:flex;justify-content:center}@media(max-width:800px){.Message_wrapper__Gcdn5 .Message_audio__KBC3b{width:100%!important}.Message_wrapper__Gcdn5 .Message_audio__KBC3b audio{width:100%}}.Message_wrapper__Gcdn5 .Message_msgBody__gyVAl,.Message_wrapper__Gcdn5 .Message_msgTitle__GLKhK{padding:32px 28px}@media(max-width:800px){.Message_wrapper__Gcdn5 .Message_msgBody__gyVAl,.Message_wrapper__Gcdn5 .Message_msgTitle__GLKhK{padding:16px 12px}}.Message_wrapper__Gcdn5 .Message_msgBodyWrapper__WXNbf{background-color:#dad6d5;height:58px;padding:18px 24px;width:100%}@media(max-width:800px){.Message_wrapper__Gcdn5 .Message_msgBodyWrapper__WXNbf{height:41px;padding:12px}}.Message_wrapper__Gcdn5 .Message_msgBodyWrapper__WXNbf h3{font-size:16px;font-weight:500}@media(max-width:800px){.Message_wrapper__Gcdn5 .Message_msgBodyWrapper__WXNbf h3{font-size:14px}}.Message_msgBody__gyVAl{font-size:14px;line-height:20px;max-height:449px!important;min-height:-webkit-fit-content!important;min-height:fit-content!important;overflow-y:auto!important;width:100%}@media(max-width:800px){.Message_msgBody__gyVAl{font-size:12px;line-height:14px}}.Message_msgBody__gyVAl img{height:250px!important;max-width:100%!important;width:auto!important}.PendingVerificationWrapper_statusCell__9gczl{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.PendingVerificationWrapper_statusCell__9gczl.PendingVerificationWrapper_successful__Upv-Y{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.PendingVerificationWrapper_statusCell__9gczl.PendingVerificationWrapper_pending__m3v06{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.PendingVerificationWrapper_statusCell__9gczl.PendingVerificationWrapper_failed__1Baj5{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.PendingVerificationWrapper_statusCell__9gczl.PendingVerificationWrapper_sent__v01O6{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.PendingVerificationWrapper_wrapper__-BFLI{display:flex;flex-direction:column;gap:24px;padding:0 32px 48px}@media(max-width:800px){.PendingVerificationWrapper_wrapper__-BFLI{padding:0 20px}}.PendingVerificationWrapper_wrapper__-BFLI .PendingVerificationWrapper_link__EH6Yf{align-items:center;color:#898ea9;display:flex;flex-direction:row;gap:6px}.PendingVerificationWrapper_wrapper__-BFLI .PendingVerificationWrapper_link__EH6Yf .PendingVerificationWrapper_icon__PaTHA{height:20px;width:20px}.PendingVerificationWrapper_wrapper__-BFLI .PendingVerificationWrapper_link__EH6Yf.PendingVerificationWrapper_active__0jEur{background-color:none!important;color:#575b75}.ErrorFallBack_statusCell__XpT8L{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.ErrorFallBack_statusCell__XpT8L.ErrorFallBack_successful__bfepK{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.ErrorFallBack_statusCell__XpT8L.ErrorFallBack_pending__-N3Sy{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.ErrorFallBack_statusCell__XpT8L.ErrorFallBack_failed__keaVN{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.ErrorFallBack_statusCell__XpT8L.ErrorFallBack_sent__NZvMd{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.ErrorFallBack_wrapper__34bId{align-items:center;animation:ErrorFallBack_fadeIn__RTvkX .3s ease-in-out;background:#fff;color:#1a1a1a;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.ErrorFallBack_title__jnRyZ{color:#d93025;font-size:2rem;font-weight:700;margin-bottom:1rem}.ErrorFallBack_errorMessage__epBhy{background:#f8d7da;border:1px solid #f5c2c7;border-radius:8px;box-shadow:0 2px 10px #0000000d;color:#721c24;font-size:1rem;max-width:600px;padding:1rem 1.5rem;white-space:pre-wrap;word-break:break-word}@keyframes ErrorFallBack_fadeIn__RTvkX{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.APIManagementWrapper_statusCell__qbp0a{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.APIManagementWrapper_statusCell__qbp0a.APIManagementWrapper_successful__T7oZd{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.APIManagementWrapper_statusCell__qbp0a.APIManagementWrapper_pending__sA\+0c{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.APIManagementWrapper_statusCell__qbp0a.APIManagementWrapper_failed__8IRl-{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.APIManagementWrapper_statusCell__qbp0a.APIManagementWrapper_sent__MqpLn{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}.APIManagementWrapper_wrapper__26SGU{display:flex;flex-direction:column;gap:40px;padding:0 32px 48px}@media(max-width:800px){.APIManagementWrapper_wrapper__26SGU{gap:24px;padding:20px}}.APIManagementWrapper_wrapper__26SGU .APIManagementWrapper_breadCrumb__fsw0l .APIManagementWrapper_active__F8t\+6{color:#575b75;font-size:14px;font-weight:500}@media(max-width:800px){.APIManagementWrapper_wrapper__26SGU .APIManagementWrapper_breadCrumb__fsw0l{display:none}}.SendMessage_statusCell__8nqxy{border-radius:8px;font-size:12px;font-weight:500;height:22px!important;padding:.5px 8px;text-align:center!important}.SendMessage_statusCell__8nqxy.SendMessage_successful__StuZO{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:74px}.SendMessage_statusCell__8nqxy.SendMessage_pending__84-4v{align-items:center;background-color:#f9eddc;color:#db962e;display:flex;height:22px;justify-content:center;width:59px}.SendMessage_statusCell__8nqxy.SendMessage_failed__VzsW\+{align-items:center;background-color:#fcf1f0;color:#dc4e44;display:flex;justify-content:center;width:48px}.SendMessage_statusCell__8nqxy.SendMessage_sent__BsyuV{align-items:center;background-color:#e9fcef;color:#19d84e;display:flex;justify-content:center;width:44px}@font-face{font-family:Neue Montreal;src:url(/static/media/NeueMontreal-Regular.140bfb4a71fe08805d92.otf)}:root{font-family:Neue Montreal,sans-serif!important;font-size:16px}*{box-sizing:border-box;margin:0;padding:0}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{background-color:#f0f0f0!important;-webkit-box-shadow:inset 0 0 0 30px #fff!important}button{cursor:pointer}html{scroll-behavior:smooth}.SendMessage_wrapper__AJc91{display:flex;flex-direction:column;gap:40px;padding:0 32px 48px}@media(max-width:800px){.SendMessage_wrapper__AJc91{gap:24px;padding:20px}}.SendMessage_wrapper__AJc91 .SendMessage_breadCrumb__EV4pg .SendMessage_active__7XW8Q{color:#575b75;font-size:14px;font-weight:500}@media(max-width:800px){.SendMessage_wrapper__AJc91 .SendMessage_breadCrumb__EV4pg{display:none}}
/*# sourceMappingURL=main.74f0126e.css.map*/