:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}section.SuspenseLoadingWrapper{position:fixed;z-index:10;background-color:var(--white);width:103vw;height:100vh;display:flex;justify-content:center;align-items:center;font-weight:1000;flex-direction:column;overflow:hidden}.loader{width:50px;aspect-ratio:1;display:grid;border:4px solid transparent;border-radius:50%;border-right-color:var(--purple);animation:l15 1s infinite linear}.loader:before,.loader:after{content:"";grid-area:1/1;margin:2px;border:inherit;border-radius:50%;animation:l15 2s infinite}.loader:after{margin:8px;animation-duration:3s}@keyframes l15{to{transform:rotate(1turn)}}section.ErrBoundryWrapper{min-height:100vh;overflow-y:auto;overflow-x:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:25px 10px;background-color:var(--lightGray);color:var(--black);font-size:20px}section.ErrBoundryWrapper p.ErrorNotifMoriText{width:500px}section.ErrBoundryWrapper h2{font-size:40px}.ErrorShowWrapper{background-color:var(--darkGray);padding:10px;width:100%;margin-top:20px;font-size:14px;text-align:center}button.ErrReloadBtn{display:flex;align-items:center;justify-content:center;padding:8px 16px;background-color:var(--bgPurple);font-size:18px}button.ErrReloadBtn>svg{margin:0 5px}button.ErrReloadBtn>span{color:var(--white)}button.ErrReloadBtn:hover{background-color:var(--purple)}@media only screen and (max-width: 878px){section.ErrBoundryWrapper p.ErrorNotifMoriText{width:unset!important;padding:10px}}@font-face{font-family:AnjomanMax;font-style:normal;font-weight:100;src:url(/assets/AnjomanMax-Thin-CkjDrB7q.woff) format("woff"),url(/assets/AnjomanMax-Thin-Db7TOboa.woff2) format("woff2")}@font-face{font-family:AnjomanMax;font-style:normal;font-weight:200;src:url(/assets/AnjomanMax-ExLight-Q4PqyXW8.woff) format("woff"),url(/assets/AnjomanMax-ExLightIt-B_Z7ZNLy.woff2) format("woff2")}@font-face{font-family:AnjomanMax;font-style:normal;font-weight:300;src:url(/assets/AnjomanMax-Light-BRYaV_G1.woff) format("woff"),url(/assets/AnjomanMax-Light-JOEUOMHI.woff2) format("woff2")}@font-face{font-family:AnjomanMax;font-style:normal;font-weight:500;src:url(/assets/AnjomanMax-Medium-BdLN20CR.woff) format("woff"),url(/assets/AnjomanMax-Medium-DVqPaKqa.woff2) format("woff2")}@font-face{font-family:AnjomanMax;font-style:normal;font-weight:600;src:url(/assets/AnjomanMax-SemiBold-CaG9de-H.woff) format("woff"),url(/assets/AnjomanMax-SemiBold-687yDKAI.woff2) format("woff2")}@font-face{font-family:AnjomanMax;font-style:normal;font-weight:800;src:url(/assets/AnjomanMax-ExBold-DznSlc-o.woff) format("woff"),url(/assets/AnjomanMax-ExBold-5Gnp3yjK.woff2) format("woff2")}@font-face{font-family:AnjomanMax;font-style:normal;font-weight:900;src:url(/assets/AnjomanMax-Black-DC0114Gn.woff) format("woff"),url(/assets/AnjomanMax-Black-Dod_Fz-7.woff2) format("woff2")}@font-face{font-family:AnjomanMax;font-style:normal;font-weight:700;src:url(/assets/AnjomanMax-Bold-b-5uCBUt.woff) format("woff"),url(/assets/AnjomanMax-Bold-B-W1FNMB.woff2) format("woff2")}@font-face{font-family:AnjomanMax;font-style:normal;font-weight:400;src:url(/assets/AnjomanMax-Regular-BvDBY41F.woff) format("woff"),url(/assets/AnjomanMax-Regular-DaLfmfo6.woff2) format("woff2")}[theme=LightMode],:root{--black: rgb(28, 28, 28);--white: rgb(255, 255, 255);--lightGray: rgb(245, 245, 245);--darkGray: rgb(228, 228, 228);--lessDark: rgb(57, 57, 57);--green: rgb(43, 182, 51);--purple: rgb(111, 56, 197);--danger: rgb(217, 83, 83);--bgDarkGray: rgba(247, 247, 247, .84);--bgLightGray: rgba(238, 238, 238, .8);--bgPurple: rgba(111, 56, 197, .8);--bgWhite: rgba(255, 255, 255, .5);--bgBlack: rgba(28, 28, 28, .5)}[theme=LightMode2]{--black: rgb(28, 28, 28);--white: rgb(255, 255, 255);--lightGray: rgb(255, 238, 244);--darkGray: rgb(142, 205, 221);--lessDark: rgb(61, 12, 17);--green: rgb(110, 227, 110);--purple: rgb(111, 56, 197);--danger: rgb(217, 83, 83);--bgDarkGray: rgba(160, 234, 252, .78);--bgLightGray: rgba(255, 238, 244, .76);--bgPurple: rgba(111, 56, 197, .8);--bgWhite: rgba(255, 255, 255, .5);--bgBlack: rgba(28, 28, 28, .5)}[theme=DarkMode]{--black: rgb(255, 255, 255);--white: rgb(13, 20, 33);--lightGray: rgb(50, 53, 70);--darkGray: rgb(34, 34, 34);--lessDark: rgb(238, 238, 238);--purple: rgb(212, 175, 55);--bgblack: rgba(255, 255, 255, .8);--bgwhite: rgba(13, 20, 33, .8);--bgLightGray: rgba(76, 80, 103, .8);--bgDarkGray: rgba(54, 54, 54, .8);--bgPurple: rgba(212, 175, 55, .8);--bgWhite: rgba(13, 20, 33, .5);--bgBlack: rgba(255, 255, 255, .5)}[theme=DarkMode2]{--black: rgb(255, 255, 255);--white: rgb(34, 40, 49);--lightGray: rgb(57, 62, 70);--darkGray: rgb(14, 25, 47);--lessDark: rgb(238, 238, 238);--green: rgb(78, 186, 78);--purple: rgb(212, 175, 55);--danger: rgb(217, 83, 83);--bgDarkGray: rgba(19, 29, 48, .81);--bgLightGray: rgba(57, 62, 70, .8);--bgPurple: rgba(212, 175, 55, .8);--bgWhite: rgba(34, 40, 49, .5);--bgBlack: rgba(255, 255, 255, .5)}[theme=DarkMode3]{--black: rgb(255, 255, 255);--white: rgb(34, 40, 49);--lightGray: rgb(51, 53, 60);--darkGray: rgb(77, 84, 96);--lessDark: rgb(195, 198, 204);--green: rgb(78, 186, 78);--purple: rgb(241, 186, 7);--danger: rgb(217, 83, 83);--bgDarkGray: rgba(96, 107, 124, .8);--bgLightGray: rgba(51, 53, 60, .8);--bgPurple: rgba(241, 186, 7, .8);--bgWhite: rgba(34, 40, 49, .5);--bgBlack: rgba(255, 255, 255, .5)}[theme=DarkMode4]{--black: rgb(240, 240, 240);--white: rgb(8, 8, 8);--lightGray: rgb(60, 63, 78);--darkGray: rgb(30, 30, 32);--lessDark: rgb(200, 200, 200);--green: rgb(46, 204, 113);--purple: rgb(155, 105, 245);--danger: rgb(231, 76, 60);--bgBlack: rgba(255, 255, 255, .5);--bgWhite: rgba(18, 18, 20, .5);--bgLightGray: rgba(70, 73, 95, .8);--bgDarkGray: rgba(40, 40, 45, .8);--bgPurple: rgba(155, 105, 245, .8)}html{margin:0;box-sizing:border-box;font-family:AnjomanMax;overflow-x:hidden;background-color:var(--white);overflow-y:auto;height:100vh;background-position:center center;background-repeat:no-repeat;background-size:auto;background-blend-mode:overlay}body{margin:0}body *{font-family:inherit}.MoriOverflowHiden{overflow:hidden}p{overflow-wrap:break-word;line-height:2rem}h1,h2{color:var(--black)}h1,h2,h3,h4,h5,h6{margin:8px 0}img{width:100%}.FormsTextAreaBaseStyle{width:100%!important;min-height:150px;font-size:17px;border:none;outline:none;border-radius:5px}a{display:inline-block!important;color:var(--lessDark);margin:0 5px;background-color:var(--bgLightGray);padding:3px 5px;border-radius:3px;text-decoration:none}a:hover{color:var(--black)}.gantt_container{font-family:inherit!important}.gantt_task_progress_drag,.gantt_link_control{display:none!important}input,textarea{padding:8px;margin:1px 0 4px;outline:none;font-family:inherit;background-color:var(--white);border:2px solid var(--bgLightGray);border-radius:8px;color:var(--black)}input.withIcon{padding-right:60px!important}svg{outline:none;cursor:pointer}.MultiButtonWrapper>button{margin:0 3px}button{padding:8px 16px;border:none;border-radius:8px;font-family:AnjomanMax;cursor:pointer;background-color:var(--lightGray);color:var(--black)}button[type=submit]{background-color:var(--purple);color:var(--white)}.stickyBtn{box-sizing:border-box;padding:0 8px;position:sticky;left:0;bottom:-8px;width:100%!important;z-index:12;background-color:var(--lightGray);margin-top:8px!important}.stickyBtn>button{margin-bottom:1rem!important;padding:10px!important;width:100%!important}button.AddNewBtn:hover{background-color:var(--purple);color:var(--white)}button.NotSubmit{padding:7px 15px;width:25%;background-color:var(--lightGray);color:var(--black);border-radius:8px;align-self:flex-end;margin:0 10px 10px 0}button.NotSubmit:hover{border-color:var(--purple)}.CarouselContent a{margin:0;padding:0;background-color:transparent;color:inherit}.container{display:flex}.flexCenterBeetween{display:flex;align-items:center;justify-content:space-between}.Align-center{text-align:center}.TaskNameLabel.SetDir{width:-moz-fit-content;width:fit-content}.rtl .SetDir{direction:rtl;text-align:right}.RTLDir{direction:rtl!important;text-align:right!important}.LTRDir{direction:ltr!important;text-align:left!important}.Toastify__toast-body{font-family:AnjomanMax!important}.flex.center{align-items:center}.wrapper-class.rdw-editor-wrapper button{width:auto;height:unset!important;padding:5px 15px!important}html.rtl-Lang input::-moz-placeholder{direction:rtl}html.rtl-Lang p,html.rtl-Lang button,html.rtl-Lang li.ColMori.Financial span,html.rtl-Lang .DoitifyData .LoginCTA,html.rtl-Lang input::placeholder,html.rtl-Lang header.Menu-Board ul li,html.rtl-Lang .Toastify__toast-body,html.rtl-Lang form.LoginRegesterForm h3,html.rtl-Lang .rbc-agenda-view,html.rtl-Lang .TextWrapper,html.rtl-Lang label,html.rtl-Lang .SetDir,html.rtl-Lang .rbc-agenda-view table.rbc-agenda-table html.rtl-Lang .MapTaskWrapperMori .DateSubTaskWrapper .iconAndEasyDateWrapper{direction:rtl}html.rtl-Lang .rbc-agenda-view th.rbc-header{text-align:right!important}html.rtl-Lang .StickySidebar ul.dashboard-menu li span svg{margin-left:10px}html.rtl-Lang header.Menu-Board ul li>span{margin-right:5px;color:var(--black)}html.rtl-Lang nav.Menu ul,html.rtl-Lang nav.Menu li,html.rtl-Lang li.TaskCategoriesCheckBox.TaskUserPersonalLI,html.rtl-Lang .li-wrapper-mori,html.rtl-Lang .dataAndStatusWrapper,html.rtl-Lang .ItemWrapperToggle.TaskDutiesToggleWrapper,html.rtl-Lang section.MapTaskWrapper,html.rtl-Lang .TaskMapandIconWrapper,html.rtl-Lang a.rdw-dropdown-selectedtext,html.rtl-Lang .IconsWrapper,html.rtl-Lang li.Member,html.rtl-Lang section.EmailAutoComplete,html.rtl-Lang .ChannelHeader,html.rtl-Lang .DuePriceWrapper,html.rtl-Lang input[type=text][inputmode=numeric],html.rtl-Lang .PercentValue .BtnWrapper,html.rtl-Lang label.RankToLabel,html.rtl-Lang header.Menu-Board li.OnlineMember{direction:ltr!important}.active,.Active{font-weight:700}button.Active,button.active{background:var(--purple);color:var(--white)}ol{list-style-type:decimal}ol li{list-style:decimal;padding:5px}ul{list-style-type:disc}ul>li{list-style:disc inside none}ul>li::marker{color:var(--lightGray)}#nprogress .bar{background:var(--purple)!important;height:5px!important}#nprogress .peg{box-shadow:0 0 10px var(--purple),0 0 5px var(--purple)!important}#nprogress .spinner-icon{border-top-color:var(--purple)!important;border-left-color:var(--purple)!important}::-webkit-scrollbar{width:7px;height:5px;cursor:grab!important}::-webkit-scrollbar-track{box-shadow:inset 0 0 1px var(--lightGray)}::-webkit-scrollbar-thumb{background:var(--bgDarkGray);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--black)}.bgImage1,section.Wrapper-Board{background-position:center center;background-repeat:no-repeat;background-size:cover;background-blend-mode:multiply}.WrapperOnImage{display:flex;flex-direction:column;background-color:var(--bgDarkGray);color:var(--white);width:70%;padding:15px;text-align:center;border-radius:5px}.flex-center{display:flex;justify-content:center;align-items:center}a.btn1{color:var(--white);font-weight:700;padding:10px 25px;background-color:var(--purple);width:-moz-max-content;width:max-content;margin:15px auto 0;border-radius:8px}.colorWhite{color:var(--white)}.fullwidth{margin:0}.col-100{width:100%;padding:10px}.col-75{width:75%;padding:10px}.col-50{width:50%;padding:10px}.col-25{width:25%;padding:10px}.col-33{width:33.3%;padding:10px}.col-30{width:30%}.Sticky100vh{height:100vh;position:sticky;top:0}.OverlayMori{position:fixed;top:0%;right:0%;width:100vw;height:100vh;background:#000c;z-index:13}.opacity0-2{opacity:.2}.z0{z-index:12}.z1{z-index:13}.z2{z-index:14}.hide{display:none}.show{display:flex}.animationTOP{animation-name:animationTOP;animation-duration:.5s}@keyframes animationTOP{0%{transform:translateY(-50px)}to{transform:translateY(0)}}li{list-style:none;margin:10px 0;padding:8px 0;width:100%}ul{margin:10px;padding:0;width:90%;overflow-x:hidden}label{width:-webkit-fill-available;width:-moz-available;width:stretch;width:-webkit-fill-available;width:-moz-available}.onlyMobile{display:none}ul.country-list{color:#000!important}ul.country-list li{list-style:none}@media only screen and (max-width: 878px){.container{flex-direction:column}.col-75{width:100%;box-sizing:border-box}.col-50{width:100%;box-sizing:border-box;padding:0}.col-25{width:100%;box-sizing:border-box}.col-30{width:100%}.col-mob-50{width:50%}.d-mob-none{display:none}div#root{width:100%;box-sizing:border-box;overflow-x:hidden}.onlyMobile{display:inherit}}button.rdw-embedded-modal-btn,button.rdw-link-modal-btn,button.rdw-image-modal-btn{background:#ece9e9;font-size:13px!important;padding:inherit!important}.rdw-embedded-modal,.rdw-link-modal{height:-moz-max-content!important;height:max-content!important}.public-DraftStyleDefault-unorderedListItem,.public-DraftStyleDefault-orderedListItem{margin:0;padding:0}.editor-class.rdw-editor-main{overflow-x:hidden;overflow-y:auto;max-height:500px}.DivBtnHolderForUseRef{display:flex;border-radius:8px;cursor:pointer}.LoadingWrapper{padding:10px;margin-bottom:50px}.IconWrapper{display:flex}.IconsWrapperNoBg{display:flex;align-items:center}.IconsWrapperNoBg>svg{margin:0 5px}button.BtnWithIcon{display:inline-flex;align-items:center;justify-content:center;padding-left:8px}button.BtnWithIcon>svg{margin-right:5px}.withBorderRight,.borderSepRight{border-right:1px solid var(--lessDark);padding-right:10px;margin-right:10px}.react-tel-input .country-list,.react-tel-input .country-list .search,.react-tel-input .form-control,.react-tel-input .flag-dropdown.open .selected-flag{background:var(--white)!important}.react-tel-input .country-list .country-name{color:var(--black)}.react-tel-input .country-list .country:hover{background:var(--lightGray)!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.\!static{position:static!important}.fixed{position:fixed}.\!absolute{position:absolute!important}.absolute{position:absolute}.\!relative{position:relative!important}.relative{position:relative}.sticky{position:sticky}.\!-bottom-4{bottom:-1rem!important}.\!right-1{right:.25rem!important}.\!right-2{right:.5rem!important}.\!top-0{top:0!important}.\!top-0\.5{top:.125rem!important}.\!top-1{top:.25rem!important}.\!top-\[26px\]{top:26px!important}.-bottom-1{bottom:-.25rem}.-bottom-\[52px\]{bottom:-52px}.-left-2{left:-.5rem}.-left-3{left:-.75rem}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.-right-3{right:-.75rem}.-right-\[73px\]{right:-73px}.bottom-0{bottom:0}.bottom-0\.5{bottom:.125rem}.bottom-1{bottom:.25rem}.bottom-1\.5{bottom:.375rem}.bottom-1\/2{bottom:50%}.bottom-12{bottom:3rem}.bottom-2\.5{bottom:.625rem}.bottom-8{bottom:2rem}.bottom-\[1px\]{bottom:1px}.bottom-\[30px\]{bottom:30px}.left-0{left:0}.left-0\.5{left:.125rem}.left-1\.5{left:.375rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.right-0{right:0}.right-0\.5{right:.125rem}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-16{right:4rem}.right-2\.5{right:.625rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-7{right:1.75rem}.right-8{right:2rem}.right-\[0\%\]{right:0%}.right-\[10px\]{right:10px}.right-\[18px\]{right:18px}.right-\[1px\]{right:1px}.right-\[2\.5\%\]{right:2.5%}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-11{top:2.75rem}.top-2\.5{top:.625rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-7{top:1.75rem}.top-8{top:2rem}.top-\[-2px\]{top:-2px}.top-\[0\%\]{top:0%}.top-\[18px\]{top:18px}.top-\[1px\]{top:1px}.top-\[45\%\]{top:45%}.\!z-20{z-index:20!important}.\!z-40{z-index:40!important}.\!z-\[13\]{z-index:13!important}.\!z-\[15\]{z-index:15!important}.\!z-\[900\]{z-index:900!important}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[13\]{z-index:13}.z-\[14\]{z-index:14}.z-\[16\]{z-index:16}.z-\[51\]{z-index:51}.\!m-0{margin:0!important}.\!m-2{margin:.5rem!important}.\!m-2\.5{margin:.625rem!important}.\!m-4{margin:1rem!important}.\!m-8{margin:2rem!important}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-\[12px\]{margin:12px}.m-\[4px\]{margin:4px}.m-\[5px\]{margin:5px}.\!mx-0{margin-left:0!important;margin-right:0!important}.\!mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.\!mx-1\.5{margin-left:.375rem!important;margin-right:.375rem!important}.\!mx-10{margin-left:2.5rem!important;margin-right:2.5rem!important}.\!mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.\!mx-2\.5{margin-left:.625rem!important;margin-right:.625rem!important}.\!mx-20{margin-left:5rem!important;margin-right:5rem!important}.\!mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.\!mx-3\.5{margin-left:.875rem!important;margin-right:.875rem!important}.\!mx-4{margin-left:1rem!important;margin-right:1rem!important}.\!mx-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.\!mx-7{margin-left:1.75rem!important;margin-right:1.75rem!important}.\!mx-auto{margin-left:auto!important;margin-right:auto!important}.\!my-0{margin-top:0!important;margin-bottom:0!important}.\!my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.\!my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.\!my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.\!my-\[12px\]{margin-top:12px!important;margin-bottom:12px!important}.\!my-\[8px\]{margin-top:8px!important;margin-bottom:8px!important}.mx-0{margin-left:0;margin-right:0}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-\[4px\]{margin-left:4px;margin-right:4px}.mx-\[8px\]{margin-left:8px;margin-right:8px}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-\[12px\]{margin-top:12px;margin-bottom:12px}.my-\[4px\]{margin-top:4px;margin-bottom:4px}.my-\[8px\]{margin-top:8px;margin-bottom:8px}.my-auto{margin-top:auto;margin-bottom:auto}.\!-mb-10{margin-bottom:-2.5rem!important}.\!-ml-0\.5{margin-left:-.125rem!important}.\!-ml-1{margin-left:-.25rem!important}.\!-ml-3{margin-left:-.75rem!important}.\!-mr-\[3px\]{margin-right:-3px!important}.\!-mt-2{margin-top:-.5rem!important}.\!-mt-5{margin-top:-1.25rem!important}.\!mb-0{margin-bottom:0!important}.\!mb-2{margin-bottom:.5rem!important}.\!mb-3{margin-bottom:.75rem!important}.\!mb-4{margin-bottom:1rem!important}.\!mb-5{margin-bottom:1.25rem!important}.\!mb-6{margin-bottom:1.5rem!important}.\!mb-7{margin-bottom:1.75rem!important}.\!mb-\[12px\]{margin-bottom:12px!important}.\!ml-0{margin-left:0!important}.\!ml-1{margin-left:.25rem!important}.\!ml-2{margin-left:.5rem!important}.\!ml-3{margin-left:.75rem!important}.\!ml-4{margin-left:1rem!important}.\!ml-5{margin-left:1.25rem!important}.\!ml-6{margin-left:1.5rem!important}.\!ml-\[2\%\]{margin-left:2%!important}.\!mr-0{margin-right:0!important}.\!mr-1{margin-right:.25rem!important}.\!mr-2{margin-right:.5rem!important}.\!mr-3{margin-right:.75rem!important}.\!mr-4{margin-right:1rem!important}.\!mr-5{margin-right:1.25rem!important}.\!mr-6{margin-right:1.5rem!important}.\!mr-8{margin-right:2rem!important}.\!mr-\[2\%\]{margin-right:2%!important}.\!mt-0{margin-top:0!important}.\!mt-0\.5{margin-top:.125rem!important}.\!mt-10{margin-top:2.5rem!important}.\!mt-12{margin-top:3rem!important}.\!mt-2{margin-top:.5rem!important}.\!mt-2\.5{margin-top:.625rem!important}.\!mt-4{margin-top:1rem!important}.\!mt-5{margin-top:1.25rem!important}.\!mt-6{margin-top:1.5rem!important}.\!mt-8{margin-top:2rem!important}.\!mt-\[8px\]{margin-top:8px!important}.-mb-3{margin-bottom:-.75rem}.-ml-7{margin-left:-1.75rem}.-mt-1{margin-top:-.25rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-\[12px\]{margin-bottom:12px}.mb-\[16px\]{margin-bottom:16px}.mb-\[22px\]{margin-bottom:22px}.mb-\[24px\]{margin-bottom:24px}.mb-\[4px\]{margin-bottom:4px}.mb-\[8px\]{margin-bottom:8px}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-2\.5{margin-left:.625rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-\[12px\]{margin-left:12px}.ml-\[2px\]{margin-left:2px}.ml-\[4px\]{margin-left:4px}.ml-\[5px\]{margin-left:5px}.ml-\[8px\]{margin-left:8px}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-\[12px\]{margin-right:12px}.mr-\[4px\]{margin-right:4px}.mr-\[5px\]{margin-right:5px}.mr-\[8px\]{margin-right:8px}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[12px\]{margin-top:12px}.mt-\[22px\]{margin-top:22px}.mt-\[24px\]{margin-top:24px}.mt-\[3px\]{margin-top:3px}.mt-\[4px\]{margin-top:4px}.mt-\[5px\]{margin-top:5px}.mt-\[8px\]{margin-top:8px}.\!box-border{box-sizing:border-box!important}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.\!flex{display:flex!important}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.\!hidden{display:none!important}.hidden{display:none}.\!h-14{height:3.5rem!important}.\!h-8{height:2rem!important}.\!h-\[30px\]{height:30px!important}.\!h-\[40px\]{height:40px!important}.\!h-\[45px\]{height:45px!important}.\!h-\[60\%\]{height:60%!important}.\!h-max{height:-moz-max-content!important;height:max-content!important}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[100px\]{height:100px}.h-\[118px\]{height:118px}.h-\[12px\]{height:12px}.h-\[14px\]{height:14px}.h-\[18px\]{height:18px}.h-\[1px\]{height:1px}.h-\[20px\]{height:20px}.h-\[2px\]{height:2px}.h-\[5px\]{height:5px}.h-\[60px\]{height:60px}.h-\[84px\]{height:84px}.h-\[95\%\]{height:95%}.h-\[calc\(100vh-550px\)\]{height:calc(100vh - 550px)}.h-auto{height:auto}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-screen{height:100vh}.\!max-h-4{max-height:1rem!important}.\!max-h-\[100px\]{max-height:100px!important}.max-h-\[100vh\]{max-height:100vh}.max-h-\[450px\]{max-height:450px}.max-h-\[70vh\]{max-height:70vh}.max-h-\[calc\(95vh-180px\)\]{max-height:calc(95vh - 180px)}.\!min-h-4{min-height:1rem!important}.\!min-h-\[100px\]{min-height:100px!important}.\!min-h-\[300px\]{min-height:300px!important}.min-h-16{min-height:4rem}.min-h-6{min-height:1.5rem}.min-h-\[380px\]{min-height:380px}.\!w-1\/4{width:25%!important}.\!w-3\/4{width:75%!important}.\!w-\[100px\]{width:100px!important}.\!w-\[40px\]{width:40px!important}.\!w-\[60\%\]{width:60%!important}.\!w-\[84px\]{width:84px!important}.\!w-\[85\%\]{width:85%!important}.\!w-\[90\%\]{width:90%!important}.\!w-\[95\%\]{width:95%!important}.\!w-\[96\%\]{width:96%!important}.\!w-\[96\.5\%\]{width:96.5%!important}.\!w-\[97\%\]{width:97%!important}.\!w-\[98\%\]{width:98%!important}.\!w-auto{width:auto!important}.\!w-full{width:100%!important}.\!w-max{width:-moz-max-content!important;width:max-content!important}.w-0\.5{width:.125rem}.w-1\/2{width:50%}.w-12{width:3rem}.w-16{width:4rem}.w-2\/12{width:16.666667%}.w-2\/3{width:66.666667%}.w-3\/12{width:25%}.w-4{width:1rem}.w-4\/12{width:33.333333%}.w-5\/12{width:41.666667%}.w-52{width:13rem}.w-6\/12{width:50%}.w-8\/12{width:66.666667%}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[137px\]{width:137px}.w-\[160px\]{width:160px}.w-\[170px\]{width:170px}.w-\[180px\]{width:180px}.w-\[18px\]{width:18px}.w-\[1px\]{width:1px}.w-\[20px\]{width:20px}.w-\[24px\]{width:24px}.w-\[30px\]{width:30px}.w-\[340px\]{width:340px}.w-\[40\%\]{width:40%}.w-\[40px\]{width:40px}.w-\[55\%\]{width:55%}.w-\[60\%\]{width:60%}.w-\[60px\]{width:60px}.w-\[84px\]{width:84px}.w-\[85\%\]{width:85%}.w-\[90\%\]{width:90%}.w-\[95\%\]{width:95%}.w-\[96\%\]{width:96%}.w-\[97\%\]{width:97%}.w-\[98\%\]{width:98%}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-screen{width:100vw}.\!min-w-10{min-width:2.5rem!important}.\!min-w-4{min-width:1rem!important}.\!min-w-\[100px\]{min-width:100px!important}.\!min-w-\[270px\]{min-width:270px!important}.\!min-w-\[330px\]{min-width:330px!important}.\!min-w-\[60\%\]{min-width:60%!important}.\!min-w-\[72px\]{min-width:72px!important}.min-w-10{min-width:2.5rem}.min-w-40{min-width:10rem}.min-w-8{min-width:2rem}.min-w-\[100px\]{min-width:100px}.min-w-\[150px\]{min-width:150px}.min-w-\[20\%\]{min-width:20%}.min-w-\[24px\]{min-width:24px}.min-w-\[250px\]{min-width:250px}.min-w-\[300px\]{min-width:300px}.min-w-full{min-width:100%}.\!max-w-4{max-width:1rem!important}.\!max-w-\[100px\]{max-width:100px!important}.max-w-20{max-width:5rem}.max-w-\[200px\]{max-width:200px}.max-w-\[230px\]{max-width:230px}.max-w-\[250px\]{max-width:250px}.max-w-\[350px\]{max-width:350px}.max-w-\[50px\]{max-width:50px}.max-w-\[620px\]{max-width:620px}.flex-1{flex:1 1 0%}.shrink{flex-shrink:1}.flex-grow,.grow{flex-grow:1}.rotate-0{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\!cursor-default{cursor:default!important}.\!cursor-not-allowed{cursor:not-allowed!important}.\!cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.cursor-zoom-in{cursor:zoom-in}.resize-none{resize:none}.resize{resize:both}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.\!flex-row{flex-direction:row!important}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.\!flex-col{flex-direction:column!important}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.\!flex-wrap{flex-wrap:wrap!important}.flex-wrap{flex-wrap:wrap}.\!flex-nowrap{flex-wrap:nowrap!important}.flex-nowrap{flex-wrap:nowrap}.\!items-start{align-items:flex-start!important}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.items-stretch{align-items:stretch}.\!justify-start{justify-content:flex-start!important}.justify-start{justify-content:flex-start}.\!justify-end{justify-content:flex-end!important}.justify-end{justify-content:flex-end}.\!justify-center{justify-content:center!important}.justify-center{justify-content:center}.\!justify-between{justify-content:space-between!important}.justify-between{justify-content:space-between}.\!justify-around{justify-content:space-around!important}.justify-around{justify-content:space-around}.\!gap-2{gap:.5rem!important}.\!gap-4{gap:1rem!important}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.\!self-end{align-self:flex-end!important}.self-end{align-self:flex-end}.\!self-center{align-self:center!important}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.\!overflow-x-auto{overflow-x:auto!important}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.\!whitespace-nowrap{white-space:nowrap!important}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.\!break-all{word-break:break-all!important}.break-all{word-break:break-all}.\!rounded-2xl{border-radius:1rem!important}.\!rounded-\[8px\]{border-radius:8px!important}.\!rounded-full{border-radius:9999px!important}.\!rounded-lg{border-radius:.5rem!important}.\!rounded-none{border-radius:0!important}.\!rounded-xl{border-radius:.75rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[4px\]{border-radius:4px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.\!rounded-bl-\[0px\]{border-bottom-left-radius:0!important}.\!rounded-br-\[0px\]{border-bottom-right-radius:0!important}.rounded-bl-\[8px\]{border-bottom-left-radius:8px}.rounded-bl-none{border-bottom-left-radius:0}.rounded-br-\[4px\]{border-bottom-right-radius:4px}.rounded-br-\[8px\]{border-bottom-right-radius:8px}.rounded-br-none{border-bottom-right-radius:0}.rounded-tl-\[8px\]{border-top-left-radius:8px}.rounded-tr-\[4px\]{border-top-right-radius:4px}.rounded-tr-\[8px\]{border-top-right-radius:8px}.\!border{border-width:1px!important}.\!border-\[2px\]{border-width:2px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-\[0px\]{border-width:0px}.border-\[1px\]{border-width:1px}.border-\[2px\]{border-width:2px}.border-x-0{border-left-width:0px;border-right-width:0px}.border-x-\[1px\]{border-left-width:1px;border-right-width:1px}.border-y-0{border-top-width:0px;border-bottom-width:0px}.\!border-b-0{border-bottom-width:0px!important}.border-b-\[1px\]{border-bottom-width:1px}.border-l-\[1px\]{border-left-width:1px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.\!border-none{border-style:none!important}.border-none{border-style:none}.\!border-darkGray{border-color:var(--darkGray)!important}.border-bgBlack{border-color:var(--bgBlack)}.border-bgDarkGray{border-color:var(--bgDarkGray)}.border-bgLightGray{border-color:var(--bgLightGray)}.border-danger{border-color:var(--danger)}.border-darkGray{border-color:var(--darkGray)}.border-green{border-color:var(--green)}.border-lessDark{border-color:var(--lessDark)}.border-lightGray{border-color:var(--lightGray)}.border-purple{border-color:var(--purple)}.border-opacity-25{--tw-border-opacity: .25 }.border-opacity-50{--tw-border-opacity: .5 }.\!bg-\[\#34A853\]{--tw-bg-opacity: 1 !important;background-color:rgb(52 168 83 / var(--tw-bg-opacity, 1))!important}.\!bg-\[\#D80027\]{--tw-bg-opacity: 1 !important;background-color:rgb(216 0 39 / var(--tw-bg-opacity, 1))!important}.\!bg-bgDarkGray{background-color:var(--bgDarkGray)!important}.\!bg-bgLightGray{background-color:var(--bgLightGray)!important}.\!bg-bgPurple{background-color:var(--bgPurple)!important}.\!bg-bgWhite{background-color:var(--bgWhite)!important}.\!bg-darkGray{background-color:var(--darkGray)!important}.\!bg-green{background-color:var(--green)!important}.\!bg-lightGray{background-color:var(--lightGray)!important}.\!bg-purple{background-color:var(--purple)!important}.\!bg-transparent{background-color:transparent!important}.\!bg-white{background-color:var(--white)!important}.bg-\[\#B3B3B3\]{--tw-bg-opacity: 1;background-color:rgb(179 179 179 / var(--tw-bg-opacity, 1))}.bg-\[\#C3C3C3\]{--tw-bg-opacity: 1;background-color:rgb(195 195 195 / var(--tw-bg-opacity, 1))}.bg-\[rgba\(0\,_0\,_0\,_0\.1\)\]{background-color:#0000001a}.bg-\[rgba\(0\,_0\,_0\,_0\.8\)\]{background-color:#000c}.bg-\[va\(--white\)\]{background-color:va(--white)}.bg-bgBlack{background-color:var(--bgBlack)}.bg-bgDarkGray{background-color:var(--bgDarkGray)}.bg-bgLightGray{background-color:var(--bgLightGray)}.bg-bgPurple{background-color:var(--bgPurple)}.bg-bgWhite{background-color:var(--bgWhite)}.bg-black{background-color:var(--black)}.bg-danger{background-color:var(--danger)}.bg-darkGray{background-color:var(--darkGray)}.bg-green{background-color:var(--green)}.bg-lessDark{background-color:var(--lessDark)}.bg-lightGray{background-color:var(--lightGray)}.bg-purple{background-color:var(--purple)}.bg-transparent{background-color:transparent}.bg-white{background-color:var(--white)}.\!fill-black{fill:var(--black)!important}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.\!p-0{padding:0!important}.\!p-1{padding:.25rem!important}.\!p-1\.5{padding:.375rem!important}.\!p-2{padding:.5rem!important}.\!p-2\.5{padding:.625rem!important}.\!p-3{padding:.75rem!important}.\!p-4{padding:1rem!important}.\!p-6{padding:1.5rem!important}.\!p-\[2px\]{padding:2px!important}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[12px\]{padding:12px}.p-\[16px\]{padding:16px}.p-\[4px\]{padding:4px}.p-\[5px\]{padding:5px}.p-\[7px\]{padding:7px}.p-\[8px\]{padding:8px}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-1{padding-left:.25rem!important;padding-right:.25rem!important}.\!px-2{padding-left:.5rem!important;padding-right:.5rem!important}.\!px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.\!px-3{padding-left:.75rem!important;padding-right:.75rem!important}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.\!px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.\!px-8{padding-left:2rem!important;padding-right:2rem!important}.\!px-\[16px\]{padding-left:16px!important;padding-right:16px!important}.\!px-\[18px\]{padding-left:18px!important;padding-right:18px!important}.\!py-0{padding-top:0!important;padding-bottom:0!important}.\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.\!py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.\!py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.\!py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.\!py-4{padding-top:1rem!important;padding-bottom:1rem!important}.\!py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.\!py-\[0px\]{padding-top:0!important;padding-bottom:0!important}.\!py-\[4px\]{padding-top:4px!important;padding-bottom:4px!important}.\!py-\[6\.5px\]{padding-top:6.5px!important;padding-bottom:6.5px!important}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[2px\]{padding-left:2px;padding-right:2px}.px-\[4px\]{padding-left:4px;padding-right:4px}.px-\[5px\]{padding-left:5px;padding-right:5px}.px-\[8px\]{padding-left:8px;padding-right:8px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-\[0px\]{padding-top:0;padding-bottom:0}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[13px\]{padding-top:13px;padding-bottom:13px}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[24px\]{padding-top:24px;padding-bottom:24px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.\!pb-0{padding-bottom:0!important}.\!pb-1{padding-bottom:.25rem!important}.\!pb-2{padding-bottom:.5rem!important}.\!pb-4{padding-bottom:1rem!important}.\!pb-5{padding-bottom:1.25rem!important}.\!pb-6{padding-bottom:1.5rem!important}.\!pl-0{padding-left:0!important}.\!pl-2{padding-left:.5rem!important}.\!pl-2\.5{padding-left:.625rem!important}.\!pl-3{padding-left:.75rem!important}.\!pl-4{padding-left:1rem!important}.\!pl-6{padding-left:1.5rem!important}.\!pr-0{padding-right:0!important}.\!pr-1{padding-right:.25rem!important}.\!pr-2{padding-right:.5rem!important}.\!pr-4{padding-right:1rem!important}.\!pt-0{padding-top:0!important}.\!pt-10{padding-top:2.5rem!important}.\!pt-3{padding-top:.75rem!important}.\!pt-4{padding-top:1rem!important}.pb-1{padding-bottom:.25rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-\[4px\]{padding-bottom:4px}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-\[8px\]{padding-left:8px}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-\[16px\]{padding-right:16px}.pr-\[4px\]{padding-right:4px}.pr-\[8px\]{padding-right:8px}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-3\.5{padding-top:.875rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.\!text-\[12px\]{font-size:12px!important}.\!text-\[13px\]{font-size:13px!important}.\!text-\[14px\]{font-size:14px!important}.\!text-\[15px\]{font-size:15px!important}.\!text-\[18px\]{font-size:18px!important}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-sm{font-size:.875rem;line-height:1.25rem}.\!font-bold{font-weight:700!important}.\!font-medium{font-weight:500!important}.\!font-normal{font-weight:400!important}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-\[2rem\]{line-height:2rem}.leading-none{line-height:1}.\!text-\[white\]{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.\!text-black{color:var(--black)!important}.\!text-lessDark{color:var(--lessDark)!important}.\!text-white{color:var(--white)!important}.text-\[white\]{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-bgBlack{color:var(--bgBlack)}.text-black{color:var(--black)}.text-danger{color:var(--danger)}.text-darkGray{color:var(--darkGray)}.text-green{color:var(--green)}.text-lessDark{color:var(--lessDark)}.text-purple{color:var(--purple)}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-white{color:var(--white)}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-85,.opacity-\[0\.85\]{opacity:.85}.opacity-\[1\]{opacity:1}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.\!outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline-\[none\]{outline-color:none}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.placeholder\:text-\[15px\]::-moz-placeholder{font-size:15px}.placeholder\:text-\[15px\]::placeholder{font-size:15px}.placeholder\:text-lessDark::-moz-placeholder{color:var(--lessDark)}.placeholder\:text-lessDark::placeholder{color:var(--lessDark)}.checked\:border-purple:checked{border-color:var(--purple)}.checked\:bg-purple:checked{background-color:var(--purple)}.checked\:accent-lessDark:checked{accent-color:var(--lessDark)}.hover\:overflow-x-auto:hover{overflow-x:auto}.hover\:\!bg-darkGray:hover{background-color:var(--darkGray)!important}.hover\:bg-darkGray:hover{background-color:var(--darkGray)}.hover\:bg-lightGray:hover{background-color:var(--lightGray)}.hover\:bg-purple:hover{background-color:var(--purple)}.hover\:\!text-black:hover{color:var(--black)!important}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-purple:focus{--tw-ring-color: var(--purple) }@media not all and (min-width: 1536px){.max-2xl\:\!hidden{display:none!important}.max-2xl\:\!flex-col{flex-direction:column!important}.max-2xl\:flex-col{flex-direction:column}.max-2xl\:text-\[18px\]{font-size:18px}}@media (max-width: 1460px){.max-\[1460px\]\:\!flex-col{flex-direction:column!important}}@media (max-width: 1450px){.max-\[1450px\]\:flex-wrap{flex-wrap:wrap}.max-\[1450px\]\:gap-2{gap:.5rem}}@media (max-width: 1414px){.max-\[1414px\]\:mt-2{margin-top:.5rem}.max-\[1414px\]\:box-border{box-sizing:border-box}.max-\[1414px\]\:\!w-full{width:100%!important}.max-\[1414px\]\:w-full{width:100%}.max-\[1414px\]\:justify-center{justify-content:center}}@media (max-width: 1345px){.max-\[1345px\]\:\!flex-col{flex-direction:column!important}.max-\[1345px\]\:\!gap-2{gap:.5rem!important}}@media (max-width: 1338px){.max-\[1338px\]\:hidden{display:none}.max-\[1338px\]\:flex-wrap{flex-wrap:wrap}}@media (max-width: 1330px){.max-\[1330px\]\:\!flex-col{flex-direction:column!important}}@media not all and (min-width: 1280px){.max-xl\:\!mx-0{margin-left:0!important;margin-right:0!important}.max-xl\:\!ml-2{margin-left:.5rem!important}.max-xl\:-mb-5{margin-bottom:-1.25rem}.max-xl\:mb-4{margin-bottom:1rem}.max-xl\:mt-2{margin-top:.5rem}.max-xl\:flex{display:flex}.max-xl\:hidden{display:none}.max-xl\:\!h-\[110vh\]{height:110vh!important}.max-xl\:\!w-1\/2{width:50%!important}.max-xl\:\!w-auto{width:auto!important}.max-xl\:\!w-full{width:100%!important}.max-xl\:w-1\/2{width:50%}.max-xl\:\!max-w-full{max-width:100%!important}.max-xl\:max-w-full{max-width:100%}.max-xl\:\!flex-col{flex-direction:column!important}.max-xl\:flex-col{flex-direction:column}.max-xl\:flex-wrap{flex-wrap:wrap}.max-xl\:\!items-center{align-items:center!important}.max-xl\:gap-2{gap:.5rem}.max-xl\:\!px-0{padding-left:0!important;padding-right:0!important}.max-xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-xl\:\!pl-4{padding-left:1rem!important}.max-xl\:text-\[14px\]{font-size:14px}}@media (max-width: 1132px){.max-\[1132px\]\:right-4{right:1rem}.max-\[1132px\]\:mt-4{margin-top:1rem}.max-\[1132px\]\:gap-5{gap:1.25rem}}@media not all and (min-width: 1024px){.max-lg\:right-0{right:0}.max-lg\:z-\[51\]{z-index:51}.max-lg\:\!mx-0{margin-left:0!important;margin-right:0!important}.max-lg\:my-2{margin-top:.5rem;margin-bottom:.5rem}.max-lg\:my-3{margin-top:.75rem;margin-bottom:.75rem}.max-lg\:mb-2{margin-bottom:.5rem}.max-lg\:ml-2{margin-left:.5rem}.max-lg\:mt-0{margin-top:0}.max-lg\:mt-16{margin-top:4rem}.max-lg\:mt-2{margin-top:.5rem}.max-lg\:mt-3{margin-top:.75rem}.max-lg\:\!min-h-\[360px\]{min-height:360px!important}.max-lg\:\!w-full{width:100%!important}.max-lg\:w-full{width:100%}.max-lg\:flex-row{flex-direction:row}.max-lg\:\!flex-col{flex-direction:column!important}.max-lg\:flex-col{flex-direction:column}.max-lg\:gap-0{gap:0px}.max-lg\:self-start{align-self:flex-start}.max-lg\:\!px-0{padding-left:0!important;padding-right:0!important}.max-lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.max-lg\:text-\[20px\]{font-size:20px}.max-lg\:text-\[26px\]{font-size:26px}}@media not all and (min-width: 878px){.max-md2\:order-1{order:1}.max-md2\:order-2{order:2}.max-md2\:order-3{order:3}.max-md2\:\!mx-auto{margin-left:auto!important;margin-right:auto!important}.max-md2\:mx-auto{margin-left:auto;margin-right:auto}.max-md2\:\!mb-0{margin-bottom:0!important}.max-md2\:\!ml-7{margin-left:1.75rem!important}.max-md2\:\!ml-\[110px\]{margin-left:110px!important}.max-md2\:\!ml-\[15px\]{margin-left:15px!important}.max-md2\:ml-5{margin-left:1.25rem}.max-md2\:ml-7{margin-left:1.75rem}.max-md2\:mt-2{margin-top:.5rem}.max-md2\:mt-6{margin-top:1.5rem}.max-md2\:box-border{box-sizing:border-box}.max-md2\:flex{display:flex}.max-md2\:hidden{display:none}.max-md2\:\!w-1\/2{width:50%!important}.max-md2\:\!w-full{width:100%!important}.max-md2\:w-\[350px\]{width:350px}.max-md2\:w-\[90\%\]{width:90%}.max-md2\:w-\[95\%\]{width:95%}.max-md2\:w-\[97\%\]{width:97%}.max-md2\:\!flex-row{flex-direction:row!important}.max-md2\:\!flex-col{flex-direction:column!important}.max-md2\:flex-col{flex-direction:column}.max-md2\:\!items-start{align-items:flex-start!important}.max-md2\:\!items-center{align-items:center!important}.max-md2\:justify-center{justify-content:center}.max-md2\:\!justify-between{justify-content:space-between!important}.max-md2\:self-start{align-self:flex-start}.max-md2\:self-center{align-self:center}.max-md2\:\!p-2{padding:.5rem!important}.max-md2\:\!px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.max-md2\:\!px-12{padding-left:3rem!important;padding-right:3rem!important}.max-md2\:pb-2{padding-bottom:.5rem}.max-md2\:pl-4{padding-left:1rem}.max-md2\:pr-2{padding-right:.5rem}.max-md2\:text-center{text-align:center}}@media not all and (min-width: 768px){.max-md\:absolute{position:absolute}.max-md\:right-4{right:1rem}.max-md\:top-4{top:1rem}.max-md\:\!m-0{margin:0!important}.max-md\:\!mx-auto{margin-left:auto!important;margin-right:auto!important}.max-md\:my-4{margin-top:1rem;margin-bottom:1rem}.max-md\:\!mr-0{margin-right:0!important}.max-md\:mb-4{margin-bottom:1rem}.max-md\:mt-4{margin-top:1rem}.max-md\:mt-6{margin-top:1.5rem}.max-md\:hidden{display:none}.max-md\:\!w-1\/2{width:50%!important}.max-md\:\!w-\[95\%\]{width:95%!important}.max-md\:\!w-full{width:100%!important}.max-md\:w-full{width:100%}.max-md\:\!flex-col{flex-direction:column!important}.max-md\:flex-col{flex-direction:column}.max-md\:flex-col-reverse{flex-direction:column-reverse}.max-md\:flex-wrap{flex-wrap:wrap}.max-md\:gap-4{gap:1rem}.max-md\:space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.max-md\:\!self-start{align-self:flex-start!important}.max-md\:self-end{align-self:flex-end}.max-md\:pl-2{padding-left:.5rem}.max-md\:\!text-\[12px\]{font-size:12px!important}.max-md\:\!text-\[24px\]{font-size:24px!important}.max-md\:\!text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.max-md\:text-\[12px\]{font-size:12px}.max-md\:text-\[14px\]{font-size:14px}.max-md\:text-\[15px\]{font-size:15px}}@media not all and (min-width: 640px){.max-sm\:absolute{position:absolute}.max-sm\:relative{position:relative}.max-sm\:right-1{right:.25rem}.max-sm\:right-2{right:.5rem}.max-sm\:top-0{top:0}.max-sm\:\!my-4{margin-top:1rem!important;margin-bottom:1rem!important}.max-sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.max-sm\:\!ml-0{margin-left:0!important}.max-sm\:\!mr-0{margin-right:0!important}.max-sm\:ml-2{margin-left:.5rem}.max-sm\:ml-4{margin-left:1rem}.max-sm\:mt-2{margin-top:.5rem}.max-sm\:\!hidden{display:none!important}.max-sm\:hidden{display:none}.max-sm\:\!w-full{width:100%!important}.max-sm\:w-\[180px\]{width:180px}.max-sm\:w-\[80\%\]{width:80%}.max-sm\:w-\[94\%\]{width:94%}.max-sm\:w-full{width:100%}.max-sm\:\!flex-col{flex-direction:column!important}.max-sm\:flex-col{flex-direction:column}.max-sm\:\!justify-center{justify-content:center!important}.max-sm\:gap-4{gap:1rem}.max-sm\:gap-5{gap:1.25rem}.max-sm\:self-end{align-self:flex-end}.max-sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.max-sm\:\!pl-0{padding-left:0!important}.max-sm\:text-center{text-align:center}.max-sm\:\!text-\[26px\]{font-size:26px!important}.max-sm\:text-\[10px\]{font-size:10px}.max-sm\:text-\[12px\]{font-size:12px}.max-sm\:text-\[16px\]{font-size:16px}.max-sm\:text-\[22px\]{font-size:22px}}@media not all and (min-width: 550px){.max-sx\:mb-2{margin-bottom:.5rem}.max-sx\:hidden{display:none}.max-sx\:\!w-full{width:100%!important}.max-sx\:\!w-max{width:-moz-max-content!important;width:max-content!important}.max-sx\:\!flex-col{flex-direction:column!important}.max-sx\:flex-col{flex-direction:column}.max-sx\:\!justify-center{justify-content:center!important}.max-sx\:justify-center{justify-content:center}.max-sx\:justify-between{justify-content:space-between}.max-sx\:gap-2{gap:.5rem}.max-sx\:\!pr-3{padding-right:.75rem!important}.max-sx\:\!pr-5{padding-right:1.25rem!important}.max-sx\:pb-2{padding-bottom:.5rem}.max-sx\:text-\[20px\]{font-size:20px}}@media (max-width: 401px){.max-\[401px\]\:hidden{display:none}}@media (max-width: 400px){.max-\[400px\]\:flex-col{flex-direction:column}.max-\[400px\]\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.max-\[400px\]\:\!pb-1{padding-bottom:.25rem!important}.max-\[400px\]\:pb-3{padding-bottom:.75rem}}@media (min-width: 550px){.sx\:hidden{display:none}.sx\:flex-col{flex-direction:column}}@media (min-width: 640px){.sm\:\!m-0{margin:0!important}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:\!hidden{display:none!important}.sm\:h-16{height:4rem}.sm\:\!w-auto{width:auto!important}.sm\:w-0\.5{width:.125rem}.sm\:w-\[40\%\]{width:40%}.sm\:w-\[60\%\]{width:60%}.sm\:w-max{width:-moz-max-content;width:max-content}.sm\:min-w-\[275px\]{min-width:275px}.sm\:max-w-\[200px\]{max-width:200px}.sm\:\!flex-row{flex-direction:row!important}.sm\:flex-col{flex-direction:column}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:\!p-0{padding:0!important}}@media (min-width: 768px){.md\:hidden{display:none}.md\:w-2\/12{width:16.666667%}.md\:w-\[50\%\]{width:50%}.md\:min-w-\[275px\]{min-width:275px}.md\:bg-lightGray{background-color:var(--lightGray)}.md\:\!text-\[17px\]{font-size:17px!important}.md\:text-\[20px\]{font-size:20px}}@media (min-width: 878px){.md2\:bottom-\[30px\]{bottom:30px}.md2\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md2\:\!mt-12{margin-top:3rem!important}.md2\:\!w-1\/4{width:25%!important}.md2\:\!w-12{width:3rem!important}.md2\:w-\[20\%\]{width:20%}.md2\:w-\[45\%\]{width:45%}.md2\:w-\[55\%\]{width:55%}.md2\:w-\[60\%\]{width:60%}.md2\:text-\[18px\]{font-size:18px}}@media (min-width: 1024px){.lg\:absolute{position:absolute}.lg\:bottom-\[24px\]{bottom:24px}.lg\:left-\[17\%\]{left:17%}.lg\:left-\[25\%\]{left:25%}.lg\:left-\[5\%\]{left:5%}.lg\:left-full{left:100%}.lg\:right-\[8px\]{right:8px}.lg\:top-\[0px\]{top:0}.lg\:top-\[10\%\]{top:10%}.lg\:top-\[50px\]{top:50px}.lg\:\!m-0{margin:0!important}.lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.lg\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.lg\:mx-\[16px\]{margin-left:16px;margin-right:16px}.lg\:mx-\[8px\]{margin-left:8px;margin-right:8px}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:mb-0{margin-bottom:0}.lg\:ml-0{margin-left:0}.lg\:ml-16{margin-left:4rem}.lg\:ml-2{margin-left:.5rem}.lg\:ml-\[3px\]{margin-left:3px}.lg\:mr-\[8px\]{margin-right:8px}.lg\:mt-0{margin-top:0}.lg\:mt-2{margin-top:.5rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:\!hidden{display:none!important}.lg\:hidden{display:none}.lg\:h-4\/5{height:80%}.lg\:h-\[calc\(88vh-100px\)\]{height:calc(88vh - 100px)}.lg\:h-max{height:-moz-max-content;height:max-content}.lg\:max-h-\[400px\]{max-height:400px}.lg\:\!w-6\/12{width:50%!important}.lg\:\!w-\[60\%\]{width:60%!important}.lg\:w-3\/12{width:25%}.lg\:w-4\/12{width:33.333333%}.lg\:w-5\/12{width:41.666667%}.lg\:w-6\/12{width:50%}.lg\:w-8\/12{width:66.666667%}.lg\:w-\[124px\]{width:124px}.lg\:w-\[50\%\]{width:50%}.lg\:w-\[60\%\]{width:60%}.lg\:w-\[65\%\]{width:65%}.lg\:w-\[80\%\]{width:80%}.lg\:w-\[80px\]{width:80px}.lg\:w-\[90\%\]{width:90%}.lg\:w-\[95\%\]{width:95%}.lg\:w-auto{width:auto}.lg\:\!min-w-\[613px\]{min-width:613px!important}.lg\:min-w-\[220px\]{min-width:220px}.lg\:max-w-\[730px\]{max-width:730px}.lg\:flex-grow{flex-grow:1}.lg\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:justify-start{justify-content:flex-start}.lg\:rounded-bl-\[0px\]{border-bottom-left-radius:0}.lg\:rounded-tr-\[8px\]{border-top-right-radius:8px}.lg\:\!bg-transparent{background-color:transparent!important}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}.lg\:pr-6{padding-right:1.5rem}.lg\:text-\[16px\]{font-size:16px}}@media (min-width: 1280px){.xl\:bottom-3{bottom:.75rem}.xl\:mx-4{margin-left:1rem;margin-right:1rem}.xl\:mx-\[16px\]{margin-left:16px;margin-right:16px}.xl\:mx-\[8px\]{margin-left:8px;margin-right:8px}.xl\:my-0{margin-top:0;margin-bottom:0}.xl\:ml-20{margin-left:5rem}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:\!h-2\/3{height:66.666667%!important}.xl\:\!h-\[42\%\]{height:42%!important}.xl\:\!h-\[52\%\]{height:52%!important}.xl\:\!h-\[60\%\]{height:60%!important}.xl\:w-3\/12{width:25%}.xl\:w-4\/12{width:33.333333%}.xl\:w-\[200px\]{width:200px}.xl\:w-\[35\%\]{width:35%}.xl\:w-\[49\%\]{width:49%}.xl\:w-\[57\%\]{width:57%}.xl\:w-\[65\%\]{width:65%}.xl\:w-auto{width:auto}.xl\:min-w-\[300px\]{min-width:300px}.xl\:max-w-\[400px\]{max-width:400px}.xl\:flex-row{flex-direction:row}.xl\:\!flex-nowrap{flex-wrap:nowrap!important}.xl\:gap-3{gap:.75rem}.xl\:gap-4{gap:1rem}}@media (min-width: 1414px){.min-\[1414px\]\:w-auto{width:auto}}@media (min-width: 1536px){.\32xl\:\!hidden{display:none!important}.\32xl\:w-1\/2{width:50%}}.\[\&\+small\]\:\!rounded-lg+small{border-radius:.5rem!important}.\[\&\+small\]\:\!bg-white+small{background-color:var(--white)!important}.\[\&\>\*\>\*\>\*\>\*\>\*\]\:bg-white>*>*>*>*>*{background-color:var(--white)}.\[\&\>\*\]\:\!m-0>*{margin:0!important}.\[\&\>\*\]\:\!w-full>*{width:100%!important}.\[\&\>\*\]\:cursor-pointer>*{cursor:pointer}@media not all and (min-width: 1024px){.max-lg\:\[\&\>\*\]\:\!w-full>*{width:100%!important}}@media not all and (min-width: 640px){.max-sm\:\[\&\>\*\]\:\!w-full>*{width:100%!important}}.\[\&\>b\]\:mr-1>b{margin-right:.25rem}.\[\&\>b\]\:\!text-white>b{color:var(--white)!important}.\[\&\>button\:not\(\&\>button\.active\)\]\:bg-white>button:not(.\[\&\>button\:not\(\&\>button\.active\)\]\:bg-white>button.active){background-color:var(--white)}.\[\&\>button\>svg\]\:min-w-7>button>svg{min-width:1.75rem}.\[\&\>button\]\:\!mx-0>button{margin-left:0!important;margin-right:0!important}.\[\&\>button\]\:flex>button{display:flex}.\[\&\>button\]\:items-center>button{align-items:center}.\[\&\>button\]\:gap-2>button{gap:.5rem}.\[\&\>button\]\:whitespace-nowrap>button{white-space:nowrap}.\[\&\>button\]\:px-2>button{padding-left:.5rem;padding-right:.5rem}.\[\&\>button\]\:\!font-semibold>button{font-weight:600!important}.\[\&\>div\.MemberWrapper\>li\]\:\!bg-white>div.MemberWrapper>li{background-color:var(--white)!important}.\[\&\>div\:first-child\>img\]\:\!rounded-full>div:first-child>img{border-radius:9999px!important}.\[\&\>div\:first-child\]\:w-full>div:first-child{width:100%}.\[\&\>div\:first-child\]\:border>div:first-child{border-width:1px}.\[\&\>div\:first-child\]\:border-darkGray>div:first-child{border-color:var(--darkGray)}@media (max-width: 1450px){.max-\[1450px\]\:\[\&\>div\:first-child\]\:\!mr-0>div:first-child{margin-right:0!important}.max-\[1450px\]\:\[\&\>div\:first-child\]\:\!w-full>div:first-child{width:100%!important}}@media (max-width: 1345px){.max-\[1345px\]\:\[\&\>div\:first-child\]\:\!mx-0>div:first-child{margin-left:0!important;margin-right:0!important}.max-\[1345px\]\:\[\&\>div\:first-child\]\:\!w-\[95\%\]>div:first-child{width:95%!important}}@media not all and (min-width: 1024px){.max-lg\:\[\&\>div\:first-child\]\:\!w-\[98\%\]>div:first-child{width:98%!important}}.\[\&\>div\:last-child\>div\:first-child\]\:\!ml-5>div:last-child>div:first-child{margin-left:1.25rem!important}@media (min-width: 1024px){.lg\:\[\&\>div\:last-child\>div\:first-child\]\:\!ml-16>div:last-child>div:first-child{margin-left:4rem!important}}.\[\&\>div\:last-child\>div\:last-child\>input\]\:\!relative>div:last-child>div:last-child>input{position:relative!important}.\[\&\>div\:last-child\>div\:last-child\>input\]\:\!bottom-\[5px\]>div:last-child>div:last-child>input{bottom:5px!important}.\[\&\>div\:last-child\>div\:last-child\>input\]\:\!h-\[11px\]>div:last-child>div:last-child>input{height:11px!important}.\[\&\>div\:last-child\>div\:last-child\>input\]\:\!border-\[2px\]>div:last-child>div:last-child>input{border-width:2px!important}.\[\&\>div\:last-child\>div\:last-child\>input\]\:\!border-bgLightGray>div:last-child>div:last-child>input{border-color:var(--bgLightGray)!important}.\[\&\>div\:last-child\>div\:last-child\>input\]\:\!text-\[14px\]>div:last-child>div:last-child>input{font-size:14px!important}.\[\&\>div\:last-child\>div\:last-child\]\:\!mr-5>div:last-child>div:last-child{margin-right:1.25rem!important}@media (min-width: 1024px){.lg\:\[\&\>div\:last-child\>div\:last-child\]\:\!mr-16>div:last-child>div:last-child{margin-right:4rem!important}}.\[\&\>div\:last-child\>div\>div\>div\]\:\!min-h-\[40px\]>div:last-child>div>div>div{min-height:40px!important}.\[\&\>div\:last-child\>div\>div\]\:\!border-none>div:last-child>div>div{border-style:none!important}.\[\&\>div\:last-child\>div\>div\]\:\!shadow-none>div:last-child>div>div{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.\[\&\>div\:last-child\>div\>label\]\:\!justify-center>div:last-child>div>label{justify-content:center!important}.\[\&\>div\:last-child\>div\]\:\!w-full>div:last-child>div{width:100%!important}.\[\&\>div\:last-child\]\:\!m-0>div:last-child{margin:0!important}.\[\&\>div\:last-child\]\:\!mx-0>div:last-child{margin-left:0!important;margin-right:0!important}.\[\&\>div\:last-child\]\:mt-2>div:last-child{margin-top:.5rem}.\[\&\>div\:last-child\]\:\!w-auto>div:last-child{width:auto!important}.\[\&\>div\:last-child\]\:\!w-full>div:last-child{width:100%!important}.\[\&\>div\:last-child\]\:w-full>div:last-child{width:100%}@media not all and (min-width: 640px){.max-sm\:\[\&\>div\:last-child\]\:justify-center>div:last-child{justify-content:center}}@media (min-width: 1024px){.lg\:\[\&\>div\:last-child\]\:mx-\[94px\]>div:last-child{margin-left:94px;margin-right:94px}}.\[\&\>div\>div\>div\.NewGroup\>form\>div\]\:\!bg-white>div>div>div.NewGroup>form>div{background-color:var(--white)!important}.\[\&\>div\>div\>div\.NewGroup\]\:\!bg-white>div>div>div.NewGroup{background-color:var(--white)!important}.\[\&\>div\>div\>div\.TaskDetailMori\>div\]\:\!bg-white>div>div>div.TaskDetailMori>div{background-color:var(--white)!important}.\[\&\>div\>div\>div\>div\]\:\!min-h-\[37px\]>div>div>div>div{min-height:37px!important}.\[\&\>div\>div\>div\>div\]\:\!bg-white>div>div>div>div{background-color:var(--white)!important}.\[\&\>div\>div\>div\]\:\!h-\[37px\]>div>div>div{height:37px!important}.\[\&\>div\>div\>div\]\:\!rounded-lg>div>div>div{border-radius:.5rem!important}.\[\&\>div\>div\>div\]\:\!border-none>div>div>div{border-style:none!important}.\[\&\>div\>div\>div\]\:\!py-2>div>div>div{padding-top:.5rem!important;padding-bottom:.5rem!important}.\[\&\>div\>div\>div\]\:\!shadow-none>div>div>div{--tw-shadow: 0 0 #0000 !important;--tw-shadow-colored: 0 0 #0000 !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.\[\&\>div\>div\>li\]\:\!bg-white>div>div>li{background-color:var(--white)!important}.\[\&\>div\>div\]\:\!mb-2>div>div{margin-bottom:.5rem!important}.\[\&\>div\>div\]\:\!mr-1>div>div{margin-right:.25rem!important}.\[\&\>div\>div\]\:\!h-\[37px\]>div>div{height:37px!important}.\[\&\>div\>div\]\:\!rounded-lg>div>div{border-radius:.5rem!important}.\[\&\>div\>div\]\:\!rounded-md>div>div{border-radius:.375rem!important}.\[\&\>div\>div\]\:\!pt-0>div>div{padding-top:0!important}.\[\&\>div\>div\]\:pr-1\.5>div>div{padding-right:.375rem}.\[\&\>div\>div\]\:\!text-center>div>div{text-align:center!important}.\[\&\>div\>img\]\:\!rounded-full>div>img{border-radius:9999px!important}.\[\&\>div\>label\]\:\!p-1\.5>div>label{padding:.375rem!important}.\[\&\>div\>label\]\:\!text-\[16px\]>div>label{font-size:16px!important}.\[\&\>div\>span\:first-child\]\:m-1\.5>div>span:first-child{margin:.375rem}.\[\&\>div\>span\:first-child\]\:\!rounded-lg>div>span:first-child{border-radius:.5rem!important}.\[\&\>div\>span\:first-child\]\:\!bg-lightGray>div>span:first-child{background-color:var(--lightGray)!important}.\[\&\>div\>span\:first-child\]\:\!px-3>div>span:first-child{padding-left:.75rem!important;padding-right:.75rem!important}.\[\&\>div\>svg\]\:\!cursor-default>div>svg{cursor:default!important}.\[\&\>div\]\:relative>div{position:relative}.\[\&\>div\]\:bottom-1>div{bottom:.25rem}.\[\&\>div\]\:\!m-0>div{margin:0!important}.\[\&\>div\]\:\!mx-0>div{margin-left:0!important;margin-right:0!important}.\[\&\>div\]\:mx-auto>div{margin-left:auto;margin-right:auto}.\[\&\>div\]\:\!ml-0>div{margin-left:0!important}.\[\&\>div\]\:\!mr-0\.5>div{margin-right:.125rem!important}.\[\&\>div\]\:\!mt-0>div{margin-top:0!important}.\[\&\>div\]\:\!mt-5>div{margin-top:1.25rem!important}.\[\&\>div\]\:flex>div{display:flex}.\[\&\>div\]\:h-1\/2>div{height:50%}.\[\&\>div\]\:\!w-\[95\%\]>div{width:95%!important}.\[\&\>div\]\:\!w-full>div{width:100%!important}.\[\&\>div\]\:w-1\/2>div{width:50%}.\[\&\>div\]\:w-\[45\%\]>div{width:45%}.\[\&\>div\]\:w-\[94\%\]>div{width:94%}.\[\&\>div\]\:w-full>div{width:100%}.\[\&\>div\]\:flex-col>div{flex-direction:column}.\[\&\>div\]\:items-center>div{align-items:center}.\[\&\>div\]\:justify-around>div{justify-content:space-around}.\[\&\>div\]\:\!gap-2>div{gap:.5rem!important}.\[\&\>div\]\:gap-1>div{gap:.25rem}.\[\&\>div\]\:gap-4>div{gap:1rem}.\[\&\>div\]\:\!rounded-lg>div{border-radius:.5rem!important}.\[\&\>div\]\:rounded-lg>div{border-radius:.5rem}.\[\&\>div\]\:rounded-xl>div{border-radius:.75rem}.\[\&\>div\]\:\!border-none>div{border-style:none!important}.\[\&\>div\]\:\!bg-lightGray>div{background-color:var(--lightGray)!important}.\[\&\>div\]\:bg-purple>div{background-color:var(--purple)}.\[\&\>div\]\:\!p-3>div{padding:.75rem!important}.\[\&\>div\]\:p-4>div{padding:1rem}.\[\&\>div\]\:\!py-1>div{padding-top:.25rem!important;padding-bottom:.25rem!important}.\[\&\>div\]\:px-3>div{padding-left:.75rem;padding-right:.75rem}.\[\&\>div\]\:px-4>div{padding-left:1rem;padding-right:1rem}.\[\&\>div\]\:px-6>div{padding-left:1.5rem;padding-right:1.5rem}.\[\&\>div\]\:py-4>div{padding-top:1rem;padding-bottom:1rem}.\[\&\>div\]\:\!pb-2>div{padding-bottom:.5rem!important}.\[\&\>div\]\:text-white>div{color:var(--white)}@media not all and (min-width: 1280px){.max-xl\:\[\&\>div\]\:flex>div{display:flex}.max-xl\:\[\&\>div\]\:items-center>div{align-items:center}.max-xl\:\[\&\>div\]\:justify-center>div{justify-content:center}}@media not all and (min-width: 1024px){.max-lg\:\[\&\>div\]\:my-2\.5>div{margin-top:.625rem;margin-bottom:.625rem}.max-lg\:\[\&\>div\]\:w-\[93\%\]>div{width:93%}.max-lg\:\[\&\>div\]\:w-full>div{width:100%}.max-lg\:\[\&\>div\]\:border-none>div{border-style:none}.max-lg\:\[\&\>div\]\:pr-0>div{padding-right:0}}@media not all and (min-width: 878px){.max-md2\:\[\&\>div\]\:\!w-auto>div{width:auto!important}.max-md2\:\[\&\>div\]\:w-\[90\%\]>div{width:90%}}@media not all and (min-width: 768px){.max-md\:\[\&\>div\]\:\!w-\[93\%\]>div{width:93%!important}.max-md\:\[\&\>div\]\:w-auto>div{width:auto}.max-md\:\[\&\>div\]\:w-full>div{width:100%}.max-md\:\[\&\>div\]\:\!flex-col>div{flex-direction:column!important}.\[\&\>div\]\:max-md\:justify-between>div{justify-content:space-between}}@media not all and (min-width: 640px){.max-sm\:\[\&\>div\]\:\!w-full>div{width:100%!important}.max-sm\:\[\&\>div\]\:w-1\/2>div{width:50%}.max-sm\:\[\&\>div\]\:\!min-w-full>div{min-width:100%!important}}@media (min-width: 768px){.\[\&\>div\]\:md\:flex-col>div{flex-direction:column}}@media (min-width: 1280px){.\[\&\>div\]\:xl\:w-1\/3>div{width:33.333333%}.xl\:\[\&\>div\]\:w-1\/2>div{width:50%}}.\[\&\>form\]\:w-1\/2>form{width:50%}@media not all and (min-width: 768px){.max-md\:\[\&\>form\]\:\!mx-auto>form{margin-left:auto!important;margin-right:auto!important}.max-md\:\[\&\>form\]\:w-\[90\%\]>form{width:90%}}@media not all and (min-width: 640px){.max-sm\:\[\&\>form\]\:w-\[80\%\]>form{width:80%}}.\[\&\>h3\]\:\!font-semibold>h3{font-weight:600!important}.\[\&\>h3\]\:\!text-lessDark>h3{color:var(--lessDark)!important}.\[\&\>img\]\:\!h-\[60px\]>img{height:60px!important}.\[\&\>img\]\:\!w-\[60px\]>img{width:60px!important}.\[\&\>img\]\:min-w-\[45px\]>img{min-width:45px}.\[\&\>img\]\:\!rounded-full>img{border-radius:9999px!important}@media not all and (min-width: 768px){.max-md\:\[\&\>input\]\:\!w-auto>input{width:auto!important}}@media not all and (min-width: 1280px){.max-xl\:\[\&\>label\>input\]\:\!w-\[98\%\]>label>input{width:98%!important}}.\[\&\>label\>span\]\:\!text-\[18px\]>label>span{font-size:18px!important}.\[\&\>label\]\:\!flex>label{display:flex!important}.\[\&\>label\]\:\!w-full>label{width:100%!important}.\[\&\>label\]\:\!flex-col>label{flex-direction:column!important}.\[\&\>label\]\:\!justify-center>label{justify-content:center!important}@media not all and (min-width: 1280px){.max-xl\:\[\&\>label\]\:\!m-0>label{margin:0!important}}@media not all and (min-width: 1024px){.max-lg\:\[\&\>label\]\:\!text-\[15px\]>label{font-size:15px!important}}.\[\&\>li\]\:\!mr-0>li{margin-right:0!important}@media not all and (min-width: 640px){.max-sm\:\[\&\>li\]\:\!mx-0>li{margin-left:0!important;margin-right:0!important}}.\[\&\>p\]\:\!px-2>p{padding-left:.5rem!important;padding-right:.5rem!important}.\[\&\>p\]\:\!py-1>p{padding-top:.25rem!important;padding-bottom:.25rem!important}.\[\&\>path\:first-child\]\:\!stroke-none>path:first-child{stroke:none!important}.\[\&\>path\]\:\!fill-white>path{fill:var(--white)!important}.\[\&\>path\]\:fill-white>path{fill:var(--white)}.\[\&\>path\]\:stroke-white>path{stroke:var(--white)}.\[\&\>rect\]\:\!fill-white>rect{fill:var(--white)!important}.\[\&\>section\>div\:last-child\>div\>div\>div\>div\>div\]\:w-full>section>div:last-child>div>div>div>div>div{width:100%}.\[\&\>section\>div\:last-child\>div\>div\>div\>div\>div\]\:justify-between>section>div:last-child>div>div>div>div>div{justify-content:space-between}.\[\&\>section\>div\:last-child\>div\>div\>div\>div\]\:\!bg-white>section>div:last-child>div>div>div>div{background-color:var(--white)!important}.\[\&\>section\>div\>button\]\:bg-white>section>div>button{background-color:var(--white)}.\[\&\>section\]\:-mb-2>section{margin-bottom:-.5rem}.\[\&\>section\]\:w-full>section{width:100%}@media not all and (min-width: 1024px){.max-lg\:\[\&\>section\]\:\!w-\[97\.2\%\]>section{width:97.2%!important}.max-lg\:\[\&\>section\]\:\!pr-4>section{padding-right:1rem!important}}.\[\&\>select\]\:\!ml-0>select{margin-left:0!important}.\[\&\>select\]\:\!w-full>select{width:100%!important}.\[\&\>select\]\:w-full>select{width:100%}.\[\&\>select\]\:\!border-none>select{border-style:none!important}.\[\&\>select\]\:\!px-3>select{padding-left:.75rem!important;padding-right:.75rem!important}.\[\&\>select\]\:\!py-3\.5>select{padding-top:.875rem!important;padding-bottom:.875rem!important}.\[\&\>small\]\:\!text-\[12px\]>small{font-size:12px!important}@media (min-width: 768px){.md\:\[\&\>small\]\:\!text-\[14px\]>small{font-size:14px!important}}.\[\&\>span\]\:mt-0\.5>span{margin-top:.125rem}.\[\&\>span\]\:\!rounded-lg>span{border-radius:.5rem!important}.\[\&\>span\]\:\!bg-white>span{background-color:var(--white)!important}.\[\&\>span\]\:text-center>span{text-align:center}.\[\&\>svg\:hover\]\:bg-darkGray>svg:hover{background-color:var(--darkGray)}.\[\&\>svg\>\*\]\:\!fill-white>svg>*{fill:var(--white)!important}.\[\&\>svg\>path\:first-child\]\:\!fill-white>svg>path:first-child{fill:var(--white)!important}.\[\&\>svg\>path\:first-child\]\:\!opacity-90>svg>path:first-child{opacity:.9!important}.\[\&\>svg\>path\:not\(\&\>svg\>path\:nth-child\(2\)\)\]\:\!fill-lessDark>svg>path:not(.\[\&\>svg\>path\:not\(\&\>svg\>path\:nth-child\(2\)\)\]\:\!fill-lessDark>svg>path:nth-child(2)){fill:var(--lessDark)!important}.\[\&\>svg\>path\:nth-child\(2\)\]\:\!fill-white>svg>path:nth-child(2){fill:var(--white)!important}.\[\&\>svg\>path\:nth-child\(2\)\]\:\!opacity-90>svg>path:nth-child(2){opacity:.9!important}.\[\&\>svg\>path\]\:\!fill-white>svg>path{fill:var(--white)!important}.\[\&\>svg\]\:m-1>svg{margin:.25rem}.\[\&\>svg\]\:mb-\[1px\]>svg{margin-bottom:1px}.\[\&\>svg\]\:\!cursor-pointer>svg{cursor:pointer!important}.\[\&\>svg\]\:rounded-lg>svg{border-radius:.5rem}.\[\&\>svg\]\:bg-lightGray>svg{background-color:var(--lightGray)}.\[\&\>svg\]\:bg-white>svg{background-color:var(--white)}.\[\&\>svg\]\:\!fill-white>svg{fill:var(--white)!important}.\[\&\>svg\]\:fill-white>svg{fill:var(--white)}.\[\&\>svg\]\:stroke-white>svg{stroke:var(--white)}.\[\&\>svg\]\:p-1>svg{padding:.25rem}.\[\&\>svg\]\:p-1\.5>svg{padding:.375rem}.\[\&\>svg\]\:p-2>svg{padding:.5rem}.\[\&\>ul\>li\>label\]\:\!p-0>ul>li>label{padding:0!important}.\[\&\>ul\>li\>label\]\:\!text-\[14px\]>ul>li>label{font-size:14px!important}.\[\&\>ul\]\:-left-1\.5>ul{left:-.375rem}.\[\&_\.DropDownIconsWrapper\]\:w-full .DropDownIconsWrapper{width:100%}.\[\&_\.DropDownIconsWrapper\]\:justify-between .DropDownIconsWrapper{justify-content:space-between}.\[\&_b\]\:text-\[35px\] b{font-size:35px}.\[\&_b\]\:font-medium b{font-weight:500}.\[\&_b\]\:\!text-black b{color:var(--black)!important}@media (min-width: 768px){.\[\&_b\]\:md\:text-\[48px\] b{font-size:48px}}.\[\&_datalist\]\:\!w-full datalist{width:100%!important}.\[\&_div\.RichTextStyle\]\:\!h-full div.RichTextStyle{height:100%!important}.\[\&_div\.editor-class\]\:\!min-h-\[300px\] div.editor-class{min-height:300px!important}.\[\&_h3\]\:flex h3{display:flex}.\[\&_h3\]\:items-center h3{align-items:center}.\[\&_h3\]\:gap-2 h3{gap:.5rem}.\[\&_h3\]\:\!font-semibold h3{font-weight:600!important}.\[\&_input\]\:relative input{position:relative}.\[\&_input\]\:bottom-1 input{bottom:.25rem}.\[\&_input\]\:box-border input{box-sizing:border-box}.\[\&_input\]\:\!w-full input{width:100%!important}.\[\&_input\]\:\!rounded-lg input{border-radius:.5rem!important}.\[\&_input\]\:\!border-2 input{border-width:2px!important}.\[\&_input\]\:\!border-bgLightGray input{border-color:var(--bgLightGray)!important}.\[\&_input\]\:\!p-2 input{padding:.5rem!important}.\[\&_input\]\:\!py-2 input{padding-top:.5rem!important;padding-bottom:.5rem!important}.\[\&_input\]\:py-\[18\.5px\] input{padding-top:18.5px;padding-bottom:18.5px}.\[\&_p\]\:\!bg-lightGray p{background-color:var(--lightGray)!important}.\[\&_small\]\:\!ml-0 small{margin-left:0!important}.\[\&_span\]\:\!font-semibold span{font-weight:600!important}@media not all and (min-width: 1024px){.max-lg\:\[\&_span\]\:w-full span{width:100%}}@media not all and (min-width: 768px){.max-md\:\[\&_span\]\:w-full span{width:100%}}@media (min-width: 640px){.sm\:\[\&_span\]\:\!text-\[19px\] span{font-size:19px!important}}.\[\&_svg\.arrow\]\:\!ml-2 svg.arrow{margin-left:.5rem!important}.\[\&_svg\]\:\!cursor-default svg{cursor:default!important}.\[\&_svg\]\:cursor-default svg{cursor:default}.\[\&_svg\]\:\!bg-lightGray svg{background-color:var(--lightGray)!important}
