@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Inter;src:url(/assets/Inter-Italic-BmszSJH4.woff2) format("woff2"),url(/assets/Inter-Italic-bOFGuxau.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Regular-b90tSGMn.woff2) format("woff2"),url(/assets/Inter-Regular-ubwnsrhV.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Medium-DTH7hWNJ.woff2) format("woff2"),url(/assets/Poppins-Medium-LVgVSt0Y.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Regular-BaFCsOL4.woff2) format("woff2"),url(/assets/Poppins-Regular-BPE337P8.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0}h2{font-family:Inter,sans-serif;color:#033f52;font-size:1.5rem;text-align:start;padding:2rem 0}h2.title__home{font-weight:600}h2.parameters__title__page{padding:1rem 0}.link__white a{text-decoration:none;color:#fff}.link__decoration--light{color:#2c707c}.pr--1{padding-right:1rem}.m--1{margin:1rem}.mb--1{margin-bottom:1rem}.mb--2{margin-bottom:2rem}body{font-family:Inter,sans-serif;background-color:#fff;height:100vh}.hidden{display:none}.flex__display{display:flex}.flex__grow{flex-grow:1}.flex__column{flex-direction:column}.flex__space_between{display:flex;justify-content:space-between;align-items:center}.flex__center{display:flex;justify-content:center;align-items:center}.flex__end{justify-content:flex-end}.text__center{text-align:center}#root{height:100%}.flex-container{display:flex;align-items:center;justify-content:center;width:100%}.home{position:relative;height:100vh}.mainhome{height:100%;width:calc(100% - 19rem);float:right}.main-content{padding:2vh 5%}.page{height:100%;display:inline-grid;width:calc(100% - 6rem);margin-left:6rem}.page>h2:first-of-type{margin-left:2rem}.page__header{display:inline-block;height:4rem;line-height:4rem;width:calc(100% - 2rem);margin-left:2rem}.page__header h2{display:inline-block;font-weight:600;font-size:1.25rem;line-height:4rem;height:4rem;vertical-align:middle;padding:0}.margin{margin:1rem}.mr--1{margin-right:1rem}.nav{position:fixed;left:0;top:0;height:100vh;width:6rem;background-color:#033f52;background-image:linear-gradient(to bottom,#033f52,#033f52cc 61.78%,#033f524d),url(/assets/pattern_hexa-DqpCaDBd.svg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;z-index:1000;overflow:hidden}.nav.open{width:18rem}.nav.closed .project__select__logo{opacity:50%}.nav .sidebar__content{height:100%;display:inline-block}.nav .menu__container,.nav .project__select__container,.nav .user__container{visibility:visible;opacity:1;text-align:center}.nav .logo__container{height:5%;margin:1.5rem;text-align:center}.nav .logo__container a{font-size:1.25rem;text-decoration:none;color:#fff}.nav .logo__container a>p{font-family:Poppins,"sans-serif";font-weight:600;font-size:1.4rem}.nav .menu__container{height:65%}.nav .menu__container button{color:#fff;background-color:#44b8b0;font-size:1rem;border:none;border-radius:8px;cursor:pointer;width:90%;text-align:center;white-space:nowrap;padding:.5rem;margin-bottom:3rem}.nav .menu__container button:hover{text-decoration:underline}.nav .menu__links{display:block;text-align:center;overflow:hidden}.nav .menu__links a,.nav .menu__links p{line-height:2rem;display:block;width:100%;text-align:left;margin-left:1.6rem;color:#fff;text-decoration:none}.nav .menu__links a:hover:not(:first-child),.nav .menu__links p:hover:not(:first-child){color:#44b8b0}.nav .menu__links a svg,.nav .menu__links p svg{display:inline-block;width:1.5rem;line-height:1rem;margin:0 .5rem;vertical-align:middle;border:none}.nav .project__select__container{cursor:pointer;display:inline-block;color:#fdfdfd;border-radius:1vw;transition:background-color .3s ease;z-index:1;margin-top:2rem;margin-bottom:5rem;opacity:60%}.nav .project__select__container .project__select__header{display:inline-flex;gap:1rem}.nav .project__select__container .project__select__header:hover{color:#44b8b0}.nav .project__select__container .project__select__header .arrow{font-size:1rem;transition:transform .3s ease}.nav .project__select__container .project__select__header .arrow.up{transform:rotate(180deg)}.nav .project__list__container{position:relative;max-height:0}.nav .project__list__container.open{max-height:10vh;overflow-y:auto}.nav .project__list__container .project__list{position:absolute;border-radius:5px;list-style:none;z-index:1000;padding-left:0;margin:0;width:100%;overflow-y:auto;font-size:1rem}.nav .project__list__container .project__list li{padding:1vh 1vw;cursor:pointer;color:#fdfdfd}.nav .logo-invitation{height:4rem}.nav .user__container .user__profil{font-size:1rem;height:100%}.nav .user__container .user__profil>p{display:inline-block;height:40px;margin:0 10px}.nav .user__container>button:last-child{display:inline-flex;margin-top:3rem;font-size:1rem;color:#fff;opacity:50%;background-color:transparent;border:none;cursor:pointer;width:100%;justify-content:center;align-items:center;gap:8px;vertical-align:middle}.nav .user__container>button:last-child:hover{text-decoration:underline}.containeur__parameters__page{margin:0 2rem 0 8rem}.form-container{max-width:100%;height:100%;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.parameters__section{margin-bottom:1rem}.parameter__title{font-size:1.125rem;font-weight:700;text-align:left;margin-bottom:1rem;color:#2c707c}@media (min-width: 768px){.form-container{height:calc(100vh - 8rem)}.parameters__section{margin-bottom:1.5rem}}.parameter-group{display:flex;flex-direction:column}.form-label{margin-bottom:2vh;font-weight:700;font-size:1rem}.form-input{padding:1%;font-size:1rem;border:1px solid #ccc;border-radius:4px;width:100%;box-sizing:border-box}.loginForm{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.loginForm .loginHeader{display:flex;justify-content:center;align-items:center;flex-direction:column}.loginForm .loginHeader>h1{display:flex;align-items:center;justify-content:center;gap:8px;font-family:Poppins,"sans-serif";font-weight:600;font-size:32px;color:#033f52}.loginForm .loginHeader>h1>img{height:46px}.loginForm .loginHeader>h2{color:#033f52}.loginForm form{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2vh}.loginForm form>div{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1vh;width:100%}.loginForm form>div>input{width:520px;padding:16px;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border:1px solid #e4e4e7;border-radius:8px;font-family:Inter,"sans-serif";font-weight:400;font-size:14px}.loginForm form>div>input:focus{border-color:#44b8b0}.loginForm form>div>input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px white inset;box-shadow:0 0 0 1000px #fff inset}.loginForm form>button{width:100%;max-width:520px;background-color:#033f52;display:flex;align-items:center;justify-content:center;color:#ccc;border:none;font-size:18px;height:48px;padding:2vh;border-radius:8px}.loginForm form>p>a{color:#44b8b0}.table-home{padding:0 1vw 5vh 0;margin-top:2vh;height:55vh;width:calc(100% - 2vw);overflow-y:scroll;position:relative}.table-home table{width:100%;border-spacing:0;color:#033f52;border-collapse:collapse}.table-home table thead{position:sticky;border-spacing:0;z-index:2;top:0;width:100%;background-color:#fff;height:1rem}.table-home table thead>div:first-child{border-bottom:1px solid #e4e4e7;padding-bottom:1rem;font-weight:600}.table-home table .flex__space_between{display:flex;justify-content:space-between;align-items:center}.table-home table .flex__center{display:flex;justify-content:center;align-items:center}.table-home table .text__center{text-align:center}.table-home table .table__row{height:3rem;cursor:pointer}.table-home table .table__row:hover{background-color:#44b8b01a}.table-home table tbody>div{border-bottom:1px solid #e4e4e7;border-left:1px solid #e4e4e7;border-right:1px solid #e4e4e7;border-spacing:0;font-weight:400;font-size:.95rem}.table-home table tbody>div>div{height:100%}.table-home table tbody>div>div:first-child{border-right:1px solid #e4e4e7}.table-home table tbody>div>div:nth-child(3){font-style:italic}.table-home table .selected-row{background-color:#44b8b01a}.table-home .pagination-container{display:flex;justify-content:flex-end;padding:1vh 0}.table-home .pagination-container .pagination-button{padding:.5vh 1vw;font-size:1rem;border:1px solid #033f52;background-color:transparent;color:#033f52;cursor:pointer;border-radius:4px;margin-left:.5rem;transition:background-color .3s ease-in-out}.table-home .pagination-container .pagination-button:hover{background-color:#033f52;color:#fff}.table-home .pagination-container .pagination-button:disabled{background-color:#f0f0f0;color:#d0d0d0;cursor:not-allowed}.table__header,.table__body{width:100%}.body__row{display:flex;overflow:hidden;align-items:center;text-align:center;border:1px solid #e4e4e7;margin:-1px 0 -1px -1px;border-right:0;height:4.125rem}.body__cell{display:flex;align-items:center;height:100%;border:1px solid #e4e4e7;padding:1rem;white-space:"pre-line"}.header__row{display:flex;overflow:hidden;margin:0;font-weight:600}.header__row div{justify-content:center;align-items:center;text-align:center;display:flex;height:3.5rem;margin:0;padding:.5rem}.table__body{border-bottom:1px solid #e4e4e7}.results__table{display:flex;flex-direction:column;height:100%}.results__table .table__body{display:flex;flex-direction:column;flex:1}.results__table .body__row{flex:1;display:flex}.dropdown{position:relative;display:inline-block}.dropdown button{background:none;border:none;color:navy;font-size:1rem;cursor:pointer;margin-left:3rem;margin-top:.5rem}.dropdown button img{height:1.75rem}.dropdown .dropdown-menu{display:none;position:absolute;background-color:#fff;width:14rem;right:5rem;box-shadow:0 0 15px 6px #0003;z-index:1000;border-radius:4px;overflow:visible}.dropdown .dropdown-menu :after{content:"";position:absolute;border-width:5px;border-style:solid;border-color:transparent transparent transparent white}.dropdown .dropdown-menu.first-row{top:0}.dropdown .dropdown-menu.first-row :after{top:1rem;left:100%;margin-left:0}.dropdown .dropdown-menu.mid-row{top:-3rem}.dropdown .dropdown-menu.mid-row :after{top:4rem;left:100%;margin-left:0}.dropdown .dropdown-menu.last-row{bottom:0}.dropdown .dropdown-menu.last-row :after{bottom:1rem;left:100%;margin-left:0}@media screen and (max-height: 800px){.dropdown .dropdown-menu{width:16vw;margin-top:-12vh}}.dropdown .dropdown-menu button{background-color:#fff;color:#033f52;width:90%;text-align:left;padding:8px;margin-right:2.5vw;margin-bottom:1vh;border:none;cursor:pointer;font-size:1rem;transition:background-color .3s ease,color .3s ease}.dropdown .dropdown-menu button:last-child{border-bottom:none}.dropdown .dropdown-menu button:hover{background-color:#44b8b01a;border-radius:4px}.dropdown:hover .dropdown-menu{display:flex;align-items:center;flex-direction:column}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none}input[type=checkbox]{border-radius:2px;height:15px;width:15px;margin:.4rem;background:#fff;border:1px solid #ccc}input[type=checkbox]:checked{background:#033f52;position:relative}input[type=checkbox]:checked:before{content:"✓";display:block;color:#fff;font-size:1rem;position:absolute;top:-4px}.filter__scenario{width:calc(100% - 3vw);border-bottom:1px solid rgba(228,228,231,.4);margin-bottom:1rem;padding-bottom:1rem}.filter__scenario>.filter__scenario__button{border:none;background:none;margin-right:1rem;font-size:1rem;font-weight:600;color:#9fa6b2;cursor:pointer}.filter__scenario>.filter__scenario__button.selected{color:#033f52;border-bottom:1px solid #033f52}.filter__search__main{width:calc(100% - 5vw);height:90px;background-color:#e4e4e766;border:1px solid rgba(228,228,231,.4);border-radius:4px;padding:20px}.filter__search__main>p{font-weight:500;font-size:1rem;color:#033f52}.filter__search__main .filter__search__section{display:flex;align-items:center;justify-content:center;margin-top:20px}.filter__search__main .filter__search__section .filter-section,.filter__search__main .filter__search__section .search-section{display:flex;align-items:center;width:68vw;margin-bottom:1rem}.filter__search__main .filter__search__section .filter-section{justify-content:flex-start;gap:1rem}.filter__search__main .filter__search__section .filter-section>input{width:120px;height:40px;border:1px solid rgb(228,228,231);border-radius:8px;padding:8px 12px;color:#033f52}.filter__search__main .filter__search__section .filter-section>p{color:#033f52;font-size:1rem}.filter__search__main .filter__search__section .search-section{justify-content:flex-end}.filter__search__main .filter__search__section .search-section input{width:520px;border:1px solid rgb(228,228,231);border-radius:8px;padding:16px}.container__flow{display:flex;justify-content:space-between;width:calc(100% - 5vw)}.container__result__graph{display:flex;align-items:center;flex-direction:column;width:calc(49% - 5vw);height:100%}.container__result__graph>.container__flow__graph{height:100%;padding:1.5rem;display:flex;flex-direction:column;width:100%}.container__result__graph>.container__flow__graph>p,.container__result__graph>.container__flow__graph div{font-size:.95rem;color:#033f52}.container__result__table{width:calc(55% - 5vw);height:90%}.container__result__button{position:relative;bottom:0;margin-bottom:1rem;text-align:center}.container__flow>.container__flow__graph{position:relative;height:37rem;width:45%;border:1px solid rgba(0,0,0,.25);border-radius:4px;padding:1rem;gap:1rem;display:flex;flex-direction:column}.container__flow>.container__flow__graph>p{font-size:.95rem;color:#033f52}.container__graph__input{margin-top:3rem;display:flex}.visx__graph__container{display:flex;flex-direction:column}.visx__graph__container .bottom__graph__axis{padding:2rem}.visx-legend-item{gap:1rem;align-items:start}.visx-legend-shape>div{border-radius:100%}svg{border-bottom:1px solid rgb(228,228,231);flex-grow:1;margin-bottom:-2rem}.container__flow__graph{background-color:#fff}.comparator__page{height:100%;display:flex;flex-direction:column;justify-content:flex-start;position:relative}.comparator__page .pos--abs{position:absolute;right:1rem;top:-3.75rem}.content__comparator{flex-grow:1;justify-content:center;align-items:center}.content__comparator button{margin-top:2rem}.content__comparator button a{text-decoration:none;color:#fff}.comparator__gap{gap:4rem;height:calc(100% - 10rem)}.comparator__text{width:40%;text-align:center;justify-content:center;align-items:center}.comparator__text p{line-height:1.5;word-break:break-word;white-space:normal;color:#033f52}.container__comparator__table{padding:0 2rem}@media screen and (min-height: 800px){.div__form__container{height:100%;flex-direction:column;gap:.5rem}}.container__button{right:0%}.container{width:100%;height:100%}.container--if{width:100%;display:inline-flex}.container--if *{display:inline-flex}.container--sb{justify-content:space-between}.results__container{height:100%}.title__array,.title__graph{font-weight:700;font-size:1rem;color:#033f52;padding-bottom:.5rem}.title--large{width:calc(100% - 3rem)}.table__results{display:flex;justify-content:space-evenly;align-items:first baseline}.container__result__button{text-align:center;padding-top:2rem}.visx__graph__container>div:first-child{border-bottom:1px solid rgb(228,228,231);padding-bottom:1rem}.container__graph__size{flex-grow:1}.results__header__button{padding:2rem 1rem 2rem 0;display:flex;align-items:center;justify-content:center;gap:1rem}.results__header__button>a{color:#2c707c}.results__header__button button{font-size:1rem;background:#44b8b01a;color:#2c707c;width:1.8rem;height:1.8rem;border:1px solid white;border-radius:8px}.table__comparator{max-height:500px;height:100%;width:100%;gap:5rem;position:relative;display:flex;flex-direction:column}@media screen and (min-height: 800px){.table__comparator{max-height:700px}}.table__comparator>div:first-of-type{height:initial}.table__comparator table{width:100%;border-spacing:0;color:#033f52;border-collapse:collapse}.table__comparator table th,.table__comparator table td{padding:1vh 2vw;border-spacing:0;font-size:1rem}.table__comparator table th{white-space:nowrap}.table__comparator table thead>tr>th{text-align:center;margin-left:auto;margin-right:auto;width:1rem}.table__comparator table tbody>tr>td{border:1px solid rgb(228,228,231)}.table__comparator table tbody>tr>td:not(:first-child){font-style:Italic;font-weight:300;font-size:.8rem}.table__comparator table tbody>tr>td:first-child{background-color:#44b8b01a;font-weight:500;font-size:.8rem}.table__comparator .container__results{margin-top:3vh}.parameter__inputs{display:inline-flex;width:100%;margin:2rem 0 1rem}.input__text{display:inline-block;line-height:3.5rem;height:3.5rem!important;margin:0 .5rem;border:2px solid rgb(228,228,231);border-radius:4px;text-align:center}.input__text>span:first-child{display:inline-block;position:relative;top:-2rem;max-width:90%;padding:0 .5rem;line-height:1rem;background-color:#fff;vertical-align:middle;color:#033f52;font-size:.9rem}.input__text>input{width:calc(100% - 1px - 1rem);padding:0 .5rem;margin:0 0 1px;border:none;line-height:1rem;position:relative;top:calc(-3rem - 8px);text-align:center;background-color:transparent;font-size:1rem}.input__text input:focus{outline:none}.input__text span:last-of-type{position:relative;top:-3.5rem;padding:0 5px;font-size:.75rem;color:#2c707c;margin-top:5px}.input__group{display:flex;flex-direction:column;gap:1rem;flex-grow:1}.input__group>span{font-size:.9rem;color:#033f52}.inputs__flex{display:flex;gap:1rem}.container__graph__input{display:flex;gap:1rem;flex-direction:row;align-items:center;justify-content:space-between}.container__graph__input>div{gap:1rem}.container__graph__input .input__label{position:relative}.container__graph__input .input__label span{position:absolute;top:-10px;left:10px;background-color:#fff;padding:0 5px;font-size:1rem;color:#033f52}.container__graph__input .input__label select,.container__graph__input .input__label input{background-color:#fff;border:2px solid rgb(228,228,231);border-radius:4px;padding:10px;font-size:1rem;width:100%;box-sizing:border-box;text-align:center}.container__graph__input .report-vp{width:20%;text-align:center}.checkbox{cursor:pointer}input[type=text]::-webkit-calendar-picker-indicator{display:none!important;-webkit-appearance:none}button{cursor:pointer}.submit__button__container{display:flex;align-items:center;justify-content:center;gap:16px}.button__large{cursor:pointer;font-size:1rem;width:17rem;height:2.9rem;border:1px solid rgb(44,112,124);border-radius:8px}.button__large:active{vertical-align:top;padding:8px 13px 6px}.button__small{cursor:pointer;width:10rem;height:2.5rem;border:1px solid rgb(44,112,124);border-radius:8px}.button__small:active{vertical-align:top;padding:8px 13px 6px}.button__large--light{background:#44b8b01a;color:#2c707c}.button__large--light>a{text-decoration:none;color:#2c707c}.button__large--light:hover{background-color:#44b8b033}.button__large--dark{color:#fff;background-color:#033f52;border:none;transition:background-color .3s ease-in-out}.button__large--dark:hover{background-color:#286772}.result__button{background-color:#44b8b01a;width:100%;padding:.5rem;border-radius:4px}.result__button>button{border:none;font-family:Inter;font-size:1rem;background:transparent;text-decoration:none;color:#033f52;width:50%;height:2rem;cursor:pointer;transition:background .3s,color .3s}.result__button .button__active{background-color:#fff;border-radius:4px}.result__button .button__inactive{background-color:none}.button__container{display:flex;align-items:center;justify-content:center;margin-top:5rem;position:relative;bottom:1rem}.container__result__table,.container__flow__graph{position:relative}.container__result__table .div__button__graph,.container__flow__graph .div__button__graph{display:flex;gap:.5rem;position:absolute;right:1rem;top:1rem}.container__result__table .div__button__graph button,.container__flow__graph .div__button__graph button{font-size:1rem;background:#44b8b01a;color:#2c707c;width:1.5rem;height:1.5rem;border:1px solid white;border-radius:8px}.container__result__table .div__button__graph button>a,.container__flow__graph .div__button__graph button>a{text-decoration:none;color:#2c707c}.container__result__table .div__button__graph button:hover,.container__flow__graph .div__button__graph button:hover{background-color:#44b8b033}.button__dl__comparator{font-size:1rem;background:#44b8b01a;color:#2c707c}.button__img{cursor:pointer;font-size:1rem;background:#44b8b01a;color:#2c707c;width:1.5rem;height:1.5rem;border:1px solid white;border-radius:8px}.button__img img{margin:auto;width:1rem;height:1rem}.button__img a{text-decoration:none;color:inherit}.button__img:hover{background-color:#44b8b033}.button__img--large{width:1.6rem;height:1.6rem}.sortable-header{display:flex;align-items:center;justify-content:center}.sort-button{border:none;background:none;cursor:pointer;margin-left:8px;font-size:1rem;font-weight:bolder;color:#033f52}.home-footer-button{display:flex;justify-content:center;align-items:center;gap:20px}.home-footer-button button:first-of-type{display:flex;align-items:center;justify-content:center;background-color:#44b8b01a;border:1px solid rgb(44,112,124);color:#2c707c;font-size:18px;height:48px;padding:2vh;border-radius:8px}.home-footer-button button:first-of-type:hover{background-color:#44b8b033}.home-footer-button button:last-of-type{display:flex;align-items:center;justify-content:center;color:#fff;background-color:#2c707c;border:1px solid rgb(44,112,124);font-size:18px;height:48px;padding:2vh;border-radius:8px}.home-footer-button button:last-of-type:hover{background-color:#286772}.modal__invit button{cursor:pointer;color:#fff!important;width:50%;border-radius:6px;border:none}button.button__send{background-color:#fff;height:1.5rem;background-color:#008b8b}button.button__close{height:1.5rem;margin-top:5px;background-color:#bc544b;color:#fff}.modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:80%;max-width:1200px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}.modal-graph{height:fit-content;max-width:1400px}.modal-array{height:80%}.modal-param{max-width:none;width:90%}.modal-fav{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20%;height:10%;max-width:1200px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}.modal-fav .modal-content{padding:3px}.modal-fav .modal-content .modal__name__fav>p:first-of-type{color:#033f52;padding-bottom:5px}.modal-fav .modal-content .modal__name__fav input{border:2px solid rgb(228,228,231);border-radius:4px;padding:2px;font-size:1rem;width:100%;box-sizing:border-box}.modal-fav .modal-content .modal__name__fav__button{display:flex;padding-top:2px;gap:2rem}.modal-fav .modal-content .modal__name__fav__button>button:first-of-type{font-size:.875rem;width:35%;height:2rem}.modal-fav .modal-content .modal__name__fav__button>button:last-of-type{font-size:.875rem;height:2rem;width:55%}.modal-overlay{position:fixed;z-index:10000;top:0;left:0;right:0;bottom:0;background:#00000080}.modal-close-button{position:absolute;top:10px;right:10px;border:none;background:transparent;font-size:24px;color:#2c707c;cursor:pointer}.modal-content{padding:20px;height:85%}.modal-content>div{height:75%}.modal-content .container__flow__graph{height:100%;display:flex;flex-direction:column}.modal-content .container__flow__graph>p{font-size:1rem;color:#033f52}.modal-content table{width:100%;border-spacing:0;color:#033f52;border-collapse:collapse}.modal-content table th,.modal-content table td{padding:1vh 2vw;border-spacing:0;font-size:1rem}.modal-content table th{white-space:nowrap}.modal-content table tbody>tr{height:2.8rem}@media screen and (min-height: 800px){.modal-content table tbody>tr{height:3.9rem}}.modal-content table tbody>tr>td{border:1px solid rgb(228,228,231)}.modal-content table tbody>tr>td:not(:first-child){font-style:Italic;font-weight:300;font-size:.8rem}.modal-content table tbody>tr>td:first-child{background-color:#44b8b01a;font-weight:500;font-size:.8rem}.modal-content .container__results{margin-top:3vh}.modal-content .container__flow{margin-top:2vh}.modal__invit{position:absolute;top:75%;left:50%;transform:translate(-50%,-50%);width:85%;padding:25px 15px;background:#40b8b0;border-radius:8px;box-shadow:0 4px 6px #0000001a;white-space:wrap;align-content:center;text-align:center;display:inline-block}.modal__invit>h2{font-size:1rem;padding:0;text-align:center;color:#fff}.modal__invit>input{width:100%;margin-bottom:4px;height:1.2rem}.modal__invit>select{margin-right:1rem;border-radius:3px;color:#033f52}.avatar{width:40px;height:40px;border-radius:50%;border:1px solid #44b8b0;background-color:#44b8b01a;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1em;font-weight:700;cursor:default}
