@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap";:root{--hl2: #FAEBA1;--hl1: #FC63B2;--darkGreen: #05452E;--lightGreen: #52C78A;--green: #339E69;--gray: #494A4A;--lightGray: #E0E0E0}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.corpGreen{color:var(--green)}.corpDarkGreen{color:var(--darkGreen)}.corpLightGreen{color:var(--lightGreen)}.corpHightlightTwo{color:var(--hl2)}.corpHightlightOne{color:var(--hl1)}.modal-sm{max-width:100px!important}.sidebar{font-family:Roboto,Tahoma,sans-serif;width:100%;height:100%;margin:0;box-sizing:border-box;padding:10px 0 0;overflow-y:hidden;display:flex;flex-direction:column;color:var(--gray);justify-content:space-between}.sidebar_container{display:flex;flex-direction:column;height:100%;align-items:stretch;overflow:hidden;margin:10% 0 0 10%;position:relative}.sidebar_container a{text-decoration:none;color:var(--gray)}.sidebar_head{width:100%;display:flex;flex-direction:column;align-items:flex-start;font-weight:700;flex-shrink:0}.sidebar_head a svg{height:20px;width:20px}.sidebar_head a{display:flex;gap:15px;margin:5px 15px 5px 5px}.line_separator{width:90%;align-self:flex-start;border:1px solid var(--lightGray);margin-left:0}.sidebar_content{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.sidebar_dynamic_pages{flex:0 1 auto;overflow-y:auto;max-height:calc(100vh - 200px);padding-bottom:10px}.sidebar_content_title{direction:ltr;text-decoration:none;margin:10px 0;display:flex;gap:5px}.sidebar_content_title a{display:flex;flex-direction:row;text-align:start;gap:5px;font-style:normal;font-weight:700;font-size:13px;line-height:16px;color:var(--user-styling-color-light-mary)}.sidebar_content_title a svg{align-self:center}.sidebar_content_subtitle{display:flex;flex-direction:column;padding:10px 5px 10px 0;margin-left:15px;background:none;font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:var(--gray)}.sidebar_content_subtitle.current{color:#1a1a1a;background:var(--template-background-color);border-radius:20px 0 0 20px}.sidebar_content_subtitle a{margin-left:15px}.sidebar_content_subtitle.help{flex-shrink:0;display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px;width:calc(100% - 10px);box-sizing:border-box;overflow:hidden;margin-left:0;cursor:pointer}.sidebar_content_subtitle.help:hover{color:#1a1a1a;background:var(--template-background-color);border-radius:20px 0 0 20px}.sidebar_footer{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;max-width:100%;width:100%;margin-top:auto;padding-bottom:10px}.sidebar_logo{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;width:100%}.sidebar_logo img{width:50px;height:50px;margin-left:10%}.sidebar_logo_name{font-weight:700;font-size:20px;color:#000}.sidebar_static_container{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;margin:20px 0 5px;gap:10px}.sidebar_static_pages{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;gap:10px}.sidebar_static_container{color:var(--gray);font-style:normal;font-weight:500;font-size:14px;line-height:14px}.cgu_link{cursor:pointer}.help_panel{position:absolute;width:300px;background:#fff;box-shadow:2px 2px 10px #0003;z-index:2000;border-radius:5px;padding:15px;border:1px solid #ddd;max-height:unset;height:auto}.help_panel .help_panel_content{padding:10px}.help_panel .help_panel_content h2{font-size:18px;font-weight:700;margin-bottom:15px}.help_panel .help_panel_content ul{list-style:none;padding:0}.help_panel .help_panel_content ul a,.help_panel .help_panel_content ul button.cgu_link{padding:10px;width:100%;cursor:pointer;text-decoration:none;color:inherit;display:inline-block;background:none;border:none;font-size:inherit;text-align:left;background-color:#fff}.help_panel .help_panel_content ul a:hover,.help_panel .help_panel_content ul button.cgu_link:hover{color:#1a1a1a;background:var(--template-background-color);border-radius:20px 0 0 20px}.help_panel .help_panel_content hr{width:90%;align-self:flex-start;border:1px solid var(--lightGray);margin-left:0}.help_panel .help_panel_content p{font-size:12px;color:gray}.help_panel .help_panel_content .close_button{background:none;border:none;font-size:18px;cursor:pointer;position:absolute;top:10px;right:10px;color:#000}.user_manage_content{margin-top:10px}.user_manage_line{background-color:#fff;border-radius:3px;display:flex;flex-direction:column;justify-content:flex-start;padding:5px 10px;margin:3px 0}.user_manage_line_top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex:1 1 auto}.user_manage_line_top button.info{background-color:transparent;display:flex;align-items:center;flex-direction:row;gap:15px}.user_manage_line_top button.info:hover{filter:none}.user_manage_line_collapse{--height-size: auto;margin:0 .8rem;height:var(--height-size);max-height:0;transition:.2s ease-in-out;overflow:hidden;visibility:hidden}.user_manage_line_collapse.open{margin:.6rem .8rem;max-height:var(--height-size);visibility:visible}.user_manage_sample_result_button{display:flex;height:fit-content}.user_manage_line_bottom{display:flex;flex-direction:column;background-color:var(--template-background-color);padding:15px;border-radius:3px;margin:10px 0 3px}.user_manage_line_error{display:flex;justify-content:center;align-items:center;gap:10px}.user_manage_separator{height:0;margin:5px;width:5px}.user_manage_button_small{padding:2px 5px;font-size:.9em}.user_manage_permissions_header{display:flex;flex-direction:column;position:sticky;top:0;z-index:10;background-color:#edefee}.user_manage_permissions_header .search_bar{margin-top:15px}.user_manage_permissions_lines{display:flex;flex-direction:column;justify-content:flex-start;margin:10px 0}.user_manage_permissions_line{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex:1 1 auto;background-color:#fff;border-radius:100px;margin:1px 0;padding:2px 10px}.user_manage_permissions_line input[type=checkbox]{vertical-align:sub;margin:0}.user_manage_permission_separator{height:0;width:10px;margin:8px}.user_manage_permissions_save_checked{display:flex;align-items:center;margin:0 10px}.select-container{width:100%}.user_manage_multi_selector{display:flex;flex-direction:column;margin:6px;max-height:250px}.user_manage_study_consultants.search_bar{width:auto}.user_manage_study_consultants{display:flex;flex-direction:column;overflow:hidden}.user_manage_study_consultants .multi_choice_selector{overflow:hidden;display:flex;flex-direction:column}.user_manage_study_consultants .multi_choice_selector_list{overflow-y:auto}.user_manage_top_header{display:flex;justify-content:flex-end;gap:10px}.icon_circle{display:flex;justify-content:center;align-items:center;width:20px;height:20px;border-radius:100%}.modal_user_manage_success{padding:20px;text-align:center}.modal_user_manage_success a{color:#000}.manage_study_infos{font-size:.9rem;font-weight:700;color:var(--gray)}.manage_input_translation_wrapper{display:flex;gap:10px}.spinner{position:relative;display:inline-block;width:40px;height:40px}.spinner:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;border-top:4px solid black;border-left:4px solid black;border-bottom:4px solid black;border-right:4px solid transparent;border-radius:100%;animation:spinner_turn linear .8s infinite}@keyframes spinner_turn{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal iframe{width:80vh;height:80vh;border:none}.loading-wrap{display:flex;height:100%;justify-content:center;align-items:center;flex-direction:column;gap:10px}.loading-wrap img{width:500px;height:100px}.loading-wrap .leaf-loader{display:flex;justify-content:center;align-items:center;gap:10px;flex-direction:row;transition:all .2s ease-in-out}.loading-wrap .leaf-loader svg.green,.loading-wrap .leaf-loader img.green{color:var(--user-styling-color-darken-mary);fill:var(--user-styling-color-darken-mary)}.loading-wrap .leaf-loader svg.gray,.loading-wrap .leaf-loader img.gray{color:var(--gray);fill:var(--gray)}.loading-wrap .leaf-loader svg{transition:all .2s ease-in-out}.head{display:flex;justify-content:space-between;align-items:center;position:relative;width:85%;height:56px;gap:20px;margin:43px 0 20px;padding:0 20px}.head .update_button{display:flex;background:transparent;gap:10px;font-weight:700;color:var(--user-styling-color-darken-mary)}.head .update_button:hover{cursor:pointer}.head .update_button:hover .update_button_text{text-decoration:underline}.datasetSelector select{border:none;padding:4px 10px;border-radius:5px;font-weight:700;outline:none}.datasetSelector select option{font-weight:700}.datasetSelector .datasetSelector_indicator{font-size:12px}.choice_selector{display:flex;font-size:.9em;position:relative;border-radius:5px;border:1px solid #ccc;padding:7px;min-height:25px}.choice_selector label{position:absolute;top:-13px;left:10px;font-size:.85em;background-color:var(--template-background-color);padding:4px}.choice_selector:hover{border-color:#999}.choice_selector.open .choice_selector_button{visibility:hidden;opacity:0}.choice_selector.open .choice_selector_input_filter{visibility:inherit;opacity:1}.choice_selector.open .choice_selector_list{display:flex}.choice_selector_list_group_header{font-weight:700;padding:8px 12px;color:var(--user-styling-color-grey-darken);cursor:default;background-color:#f5f5f5;border-bottom:1px solid #ddd;-webkit-user-select:none;user-select:none;position:sticky;top:0;z-index:1}.choice_selector_button{background-color:transparent;padding:4px;font-size:.9rem;position:relative;flex-grow:1;text-align:left;display:flex;align-items:center;justify-content:space-between;border:none!important;box-shadow:none!important;outline:none!important;gap:8px}.choice_selector_button i{color:var(--gray)}.choice_selector_button_content{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.choice_selector_button_disabled{cursor:default}input[type=text].choice_selector_input_filter{position:absolute;visibility:hidden;opacity:0;top:6px;left:5px;width:calc(100% - 10px);height:calc(100% - 12px);padding:0 8px}.choice_selector_list{position:fixed;z-index:1000;transform:translate(0);width:auto;margin:0;padding:0;border:1px solid black;border-radius:3px;flex-direction:column;display:none;max-height:400px;overflow-y:auto;white-space:nowrap}.choice_selector_list_elem{list-style:none;margin:0;width:100%;background-color:#fff;font-size:.9em;padding:.5rem .6rem;box-sizing:border-box;cursor:pointer;white-space:break-spaces}.choice_selector_list_elem.selected{color:#fff;background-color:var(--user-styling-color-darken-mary)}.choice_selector_list_elem.disabled{background-color:#8c8c8c;color:#313131}.choice_selector_list_elem.disabled:hover,.choice_selector_list_elem.disabled:focus-visible{background-color:#8c8c8c;outline:none;filter:none}.choice_selector_list_elem:hover,.choice_selector_list_elem:focus-visible{background-color:#eee;outline:none;filter:none}.choice_selector_list_button{border:none;background-color:#fff;font-weight:700;font-size:.9em;padding:.5rem .6rem;width:100%}.choice_selector_list_button:hover,.choice_selector_list_button:focus-visible{background-color:#eee;outline:none;filter:none}.datasetSelector{display:flex;flex-direction:row;gap:15px}.study_title{display:flex;align-items:center;gap:10px}.study_title .title{margin-bottom:5px}.study_title h1{font-family:Roboto;font-style:normal;font-weight:700;color:var(--gray)}.study_title .study_actions{display:flex;gap:10px}.study_title .study_actions button{padding:0}.study_title .study_actions button i{font-size:1.1rem}.modal_wrapper{min-width:60vw;font-weight:400}.modal_wrapper .title_wrapper{display:flex;align-items:center;justify-content:space-between}.modal_wrapper .title_wrapper i{color:var(--gray)}.modal_wrapper .title_wrapper button{background-color:transparent;padding:0}.modal_wrapper textarea{width:100%;box-sizing:border-box;resize:vertical}.modal_wrapper input[type=checkbox]{border-radius:0!important;width:20px!important;height:20px!important;margin:2px}.modal_wrapper input[type=checkbox]:before{content:none}.modal_wrapper input[type=checkbox]:checked{background-color:#696969}.label_list{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.label{display:inline-flex;align-items:center;padding:0 6px;border:2px solid var(--gray);border-radius:3px;color:var(--gray);font-size:13px;font-weight:700}.label_selectable{cursor:pointer;transition:all .2s ease}.label_selected{border:2px solid var(--user-styling-color-darken-mary);color:var(--user-styling-color-darken-mary)}.tooltip_text{font-size:15px;color:var(--user-styling-color-darken-mary);background-color:#f9f9f9;border-radius:4px;min-height:18px;z-index:112;text-align:left;align-items:center;justify-content:center;border:.1px solid #47835b;padding:5px;margin-top:10px;max-width:500px;pointer-events:none}.update_modal_body{font-weight:400;max-width:70vw}.template_content{width:100%;height:100%;display:grid;grid-template-columns:210px repeat(4,1fr);grid-template-rows:min-content repeat(4,1fr);grid-column-gap:0;grid-row-gap:0;position:relative;overflow:hidden}.template_side{grid-area:1 / 1 / 6 / 2}.template_core{background-color:var(--template-background-color);grid-area:1 / 2 / 6 / 6;display:flex;flex-direction:column;min-width:740px;position:relative}.core_block{height:100%;overflow-y:scroll;padding:0 20px 25px;scroll-behavior:smooth}.core_block>*{pointer-events:auto}main{outline:none;border:none}.resilio_arrow{width:68px;position:absolute;top:0;right:0;z-index:100}.resilio_arrow.large{position:fixed;width:30%;z-index:-1}.resilio_arrow img{width:68px}.account{position:absolute;z-index:100;transform:translateY(-50%);width:40px;height:40px;left:-25%;top:50%}.account .capsule{position:absolute;z-index:100;top:0;left:0;width:40px;height:40px;border-radius:100%;border:1px solid grey;display:flex;justify-content:center;align-items:center;background-color:#fff;cursor:pointer;color:#000}.account .capsule:hover,.account .capsule:focus{border-width:2px}.account .upperLetter{font-weight:700}.account .card{border-radius:10px;display:flex;flex-direction:column;position:absolute;z-index:99;right:50%;top:50%;min-width:0;max-width:0;max-height:0;opacity:0;padding:0;justify-content:center;align-items:center;transition:.2s;overflow:hidden;visibility:hidden;background-color:#fff}.account .card.open{right:-20px;top:-20px;opacity:1;min-width:200px;max-width:500px;max-height:500px;padding:70px 10px 10px;visibility:visible}.account .card>div{margin:10px 0}.account .card .links{display:flex;flex-direction:column;justify-content:center;align-items:center}.account .card .links a{margin:5px 0;color:#1a1a1a}.account .card .links span{margin:5px 0;color:#d3d3d3;pointer-events:none}.account .card .links a:hover{font-weight:700}.account .card button{border:2px solid lightgray;border-radius:10px;background-color:transparent;padding:3px 20px;font-size:14px;cursor:pointer}.account .card button:hover{border-color:gray;font-weight:700}.global_modal{display:none}.global_modal.active{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.global_modal_content{display:flex;flex-direction:column;justify-content:center;background-color:#fff;align-items:center;border:none;border-radius:5px;padding:15px 25px;gap:20px;max-width:70vw;max-height:90vh;box-shadow:0 0 5px #00000080;position:relative}.global_modal_content>div{background-color:#fff}.global_modal_content .modal_header{max-width:100%;display:flex;flex-direction:row;justify-content:left;align-items:center;align-self:flex-start;color:var(--user-styling-color-darken-mary);font-size:1.5em;font-weight:700;padding:0;margin:10px 0 0}.global_modal_content .modal_header h2{margin:0;padding:0;max-width:100%;word-break:break-all}.global_modal_content .modal_close_button{display:flex;justify-content:center;align-items:center;border-radius:50%;position:absolute;z-index:10;min-width:16px;min-height:16px;right:5px;top:5px;color:var(--gray);background:transparent}.global_modal_content .modal_body{display:flex;flex-direction:column;align-items:flex-start;width:100%;height:80%;font-weight:700;text-align:left;color:var(--gray);font-size:1em;padding:0}.global_modal_content .modal_body p{margin:0}.global_modal_content .modal_footer{display:flex;justify-content:flex-end;align-items:center;gap:10px;width:100%;height:15%;padding:0}.global_modal_content .modal_footer .modal_footer_additional_content{display:flex;flex-direction:row;justify-content:flex-start;width:100%;gap:10px}.global_modal_content .modal_footer .modal_button{display:flex;justify-content:center;align-items:center;min-width:100px;height:100%;border-radius:5px}.global_modal_content .modal_footer .modal_button:hover{background-color:var(--color-button-hover)}.global_modal_content .modal_footer .modal_button:disabled{cursor:default;background-color:var(--lightGray)}.global_modal_content .modal_footer .validate_modal_button{background-color:var(--user-styling-color-darken-mary);color:#fff}.global_modal_content .modal_footer .validate_modal_button:disabled{background-color:var(--lightGray)}.global_modal_content .modal_footer .validate_modal_button:hover{background-color:var(--user-styling-color-light-mary)}.global_modal .danger_modal_button{background-color:var(--user-styling-color-danger-mary);color:#fff;font-size:1em}.user_notification_wrapper{display:none}.user_notification_wrapper.active{display:flex;justify-content:center;align-items:center;position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user_notification_wrapper .user_notification{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:25px;max-width:900px;max-height:70vh;position:relative;padding:50px;border:none;border-radius:15px;box-shadow:0 0 5px #00000080;color:#fff;text-align:center;background-color:var(--user-styling-color-darken-mary)}.user_notification_wrapper .user_notification.warning{background-color:var(--yellow-corp-color);color:#000;font-weight:700}.user_notification_wrapper .user_notification.warning .close,.user_notification_wrapper .user_notification.warning a{color:#000}.user_notification_wrapper .user_notification.error{background-color:var(--red-corp-color);font-weight:700}.user_notification_wrapper .user_notification .close{position:absolute;top:15px;right:15px;color:#fff}.user_notification_wrapper .user_notification a{color:#fff}.user_notification_wrapper .user_notification .user_notification_title{font-size:20px}.user_notification_wrapper .user_notification .show_list_button{background-color:transparent;color:#000;text-decoration:underline}.user_notification_wrapper .user_notification .user_notification_list{display:flex;justify-content:center;align-items:center;gap:13px;flex-direction:column}.user_notification_wrapper .user_notification .user_notification_list h4{margin:0}.user_notification_wrapper .user_notification .user_notification_list .user_notification_list_items{display:flex;justify-content:center;align-items:center;padding:0 10px;flex-direction:column;gap:10px;max-height:50vh;overflow-y:auto}.user_notification_wrapper .user_notification .user_notification_footer{display:flex;justify-content:center;align-items:center;gap:20px}.user_notification_wrapper .user_notification .user_notification_footer button{min-width:80px;padding:10px;border-radius:5px;font-weight:700}.user_notification_wrapper .user_notification .user_notification_footer .user_notification_redirection{background-color:#fff;color:var(--user-styling-color-darken-mary)}.user_notification_wrapper .user_notification .user_notification_footer .user_notification_close{background-color:var(--user-styling-color-darken-mary);color:#fff;border:1px solid white}.notifications_container{position:fixed;bottom:1rem;right:1rem;z-index:101;display:flex;flex-direction:column;gap:1rem}.notification{width:35rem;border-radius:.75rem;background-color:#fff;box-shadow:0 8px 16px #0000001a;border-left-width:4px;border-left-style:solid;transform:translate(0);opacity:1;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.notification.hidden{animation:slideOut .3s ease-in forwards}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.notification_success{border-left-color:var(--user-styling-color-darken-mary)}.notification_success .notification_icon{color:var(--user-styling-color-darken-mary)}.notification_info{border-left-color:#60a5fa}.notification_info .notification_icon{color:#60a5fa}.notification_warning{border-left-color:#fbbf24}.notification_warning .notification_icon{color:#fbbf24}.notification_error{border-left-color:var(--user-styling-color-danger-mary)}.notification_error .notification_icon{color:var(--user-styling-color-danger-mary)}.notification_content{display:flex;align-items:center;padding:1rem;gap:1rem}.notification_icon_wrapper{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;flex-shrink:0}.notification_icon{font-size:1.25rem}.notification_body{flex:1;min-width:0}.notification_message{margin:0;font-size:1rem;color:var(--gray);line-height:1.5}.notification_actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.notification_action_btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border-radius:50%;color:var(--gray);background-color:transparent;transition:all .2s ease;cursor:pointer;border:none}.notification_action_btn:hover{background-color:#f3f4f6}.notification_action_btn:focus{outline:none;box-shadow:0 0 0 2px rgba(var(--gray-rgb),.2)}.login_container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh}.login{display:flex;flex-direction:column;background:#fefffe;align-items:center;width:1000px;border:1px solid #606161;border-radius:4px}.login_header{display:flex;flex-direction:row;justify-content:center;align-items:center;background:#fefffe;margin:10px 0;gap:5px}.login_body{display:flex;flex-direction:row;justify-content:center;align-items:center;width:40%;gap:5%;margin:10px 0;border-top:1px solid var(--gray)}.maintenance{flex-direction:column}.login_resilio{display:flex;flex-direction:column;width:100%}.login_footer{display:flex;width:100%;justify-content:flex-end}.login_status{margin-top:8px}.app_version{margin:5px;font-size:9px;color:var(--gray)}.connect{font-size:20px;margin:30px 0}.form_container{display:flex;flex-direction:column;align-items:flex-start}.login_input_element{width:100%}.login_footer{width:100%;display:flex;margin-top:30px}.login_footer_buttons{width:100%;display:flex;justify-content:flex-end;gap:20px;color:var(--gray)}.form_footer_static{width:100%;display:flex;flex-direction:row;align-items:center;margin:10px 0;gap:10px;font-size:12px;color:var(--gray);text-decoration:underline;flex-wrap:wrap}.login_footer a,.form_footer_static a{font-size:12px;text-decoration:none;color:var(--gray)}.language{display:flex;flex-direction:row;align-items:center;gap:5px}.subtitle{display:flex;align-items:center;gap:2px;font-size:13px;font-style:italic;color:var(--gray)}.valid_button{display:flex;align-self:flex-end;align-items:center;justify-content:center;width:70px;height:32px;background:var(--user-styling-color-light-mary);color:#fff;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer}.valid_button.ready{background:#2f9d68}.login_forgot_password{font-size:11px}.login_contact_message{font-size:13px;font-weight:700;color:var(--gray);margin-top:30px}.login_contact_message a{color:var(--gray)}.cgu_link{display:flex;align-items:center;cursor:pointer;text-decoration:underline;font-size:13px}.login_redirect_body h4{margin:0}.cgu{display:flex;flex-direction:column;justify-content:center;width:80%;margin:auto}.cgu .btn-primary{background:var(--user-styling-color-darken-mary);color:#fff}.cgu .showCgu{display:flex;gap:5px;width:fit-content;align-self:center;margin:1rem}.cgu .actions{display:flex;align-self:center;gap:20px}.cgu .actions .btn{width:150px;align-self:center}.nav_short_cut{position:fixed;left:-100%;top:0;z-index:1000;background-color:"black"}.nav_short_cut:focus{left:10px}.dashboard_results{padding:20px;background-color:#f9f9f9}.dashboard_results .buttons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}button.dashboard_create_table{position:relative;margin:10px;width:350px;height:120px;color:#000;font-size:12px;border-radius:10px;cursor:pointer;padding:40px 20px 40px 80px;display:flex;flex-direction:column;justify-content:center;text-align:left;background-origin:border-box;border:2px solid transparent}button.dashboard_create_table img{position:absolute;bottom:0;left:0}button.dashboard_create_table.long:before{position:absolute;top:50%;right:18px;transform:translateY(-50%);content:"+";font-size:50px;font-weight:bolder;margin-right:10px;color:#4caf50}button.dashboard_create_table h3{font-size:20px;font-weight:700;margin:0;text-align:left}button.dashboard_create_table p{margin:0}button.dashboard_create_table.long{width:350px;padding:40px 60px 40px 90px}button.dashboard_create_table.short{width:250px}button.dashboard_create_table.green_table{background-image:linear-gradient(to right,#fff,#ebf6f3);border:2px solid #bcece5}button.dashboard_create_table.green_light{background-image:linear-gradient(to right,#fff,#bcece5);border:2px solid #4CAF50}button.dashboard_create_table.green{background-image:linear-gradient(to right,#f3f2f2,#b2c7b9)}button.dashboard_create_table.yellow{background-image:linear-gradient(to right,#f3f2f2,#f1e49d)}button.dashboard_create_table.blue{background-image:linear-gradient(to right,#f3f2f2,#a2bdc7)}button.dashboard_create_table.red{background-image:linear-gradient(to right,#f3f2f2,#efc2c2)}button.dashboard_create_table:not(.disabled):hover{filter:brightness(1);border:#1a1a1a 2px solid}button.dashboard_create_table.disabled{filter:grayscale(1) brightness(1);cursor:not-allowed}button.dashboard_create_table.disabled:hover{filter:grayscale(1) brightness(1)}.dashboard_modal .alert{margin:10px 0}.dashboard_modal__studies{display:flex;flex-direction:column;margin:20px 0 10px;gap:5px}.dashboard_modal .choice_selector{min-width:300px}.dashboard_modal .choice_selector,.dashboard_modal .search_bar{width:100%;margin-bottom:10px;box-sizing:border-box}.dashboard_date{display:flex;gap:10px}.choice_selector_wrapper{width:inherit;position:fixed;z-index:1000;display:none;overflow-y:auto;background-color:var(--template-background-color)}.choice_selector_wrapper.open{display:flex}.dashboard_save_button{width:100%;display:flex;justify-content:flex-end}.dashboard_modal_dataset{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dashboard_list .buttons{display:flex;flex-direction:row;flex-wrap:wrap}.dashboard_pin_modal_list{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;gap:5px;box-sizing:border-box}.dashboard_pin_modal_list .dashboard_pin_modal_list_item_button{width:100%;box-sizing:border-box}.dashboard_pin_modal_list .dashboard_pin_modal_list_item_button:hover{filter:none;background-color:var(--user-styling-color-darken-mary);color:#fff}.dashboard_pin_modal_list .dashboard_pin_modal_list_item_button .dashboard_pin_modal_list_item{padding:10px;border:1px solid #e0e0e0;border-radius:5px;box-sizing:border-box}.dashboard_pin_modal_list .dashboard_pin_modal_list_item_button .dashboard_pin_modal_list_item .dashboard_pin_modal_list_item_name{font-weight:700;margin:5px 2px}.dashboard_pin_modal_list .dashboard_pin_modal_list_item_button .dashboard_pin_modal_list_item .dashboard_pin_modal_list_item_desc{font-size:12px;margin:5px 0;font-weight:400!important}.dashboard_pin_modal_list .dashboard_pin_modal_success{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.dashboard_pin_modal_list .dashboard_pin_modal_success i{color:green;font-size:2em}button.dashboard_share_button{display:flex;justify-content:center;align-items:center;gap:5px;color:gray}button.dashboard_share_button .dashboard_icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;box-sizing:border-box;border-radius:50px;border:2px solid gray;font-size:1.2em}button.dashboard_share_button:hover{color:#000}button.dashboard_share_button:hover .icon{border:2px solid black}.modal_dashboard_share{width:30vw;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:5px;max-height:60vh}.modal_dashboard_share .modal_dashboard_share_filter_input{width:100%}.modal_dashboard_share .modal_dashboard_share_list{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%;gap:5px;box-sizing:border-box}.modal_dashboard_share .modal_dashboard_share_list .modal_dashboard_share_user{width:100%;box-sizing:border-box;padding:10px;border:1px solid #e0e0e0;border-radius:5px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:5px}.modal_dashboard_share .modal_dashboard_share_list .modal_dashboard_share_user.selected{background-color:var(--user-styling-color-light)}.modal_dashboard_share .modal_dashboard_share_list .modal_dashboard_share_user:hover{filter:none;background-color:var(--user-styling-color-darken-mary);color:#fff}.dashboard_modal__selected_dataset__title{font-weight:700;font-size:.9em;margin:5px 2px}.dashboard_modal__selected_datasets{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;gap:5px;box-sizing:border-box}.dashboard_modal__selected_datasets .dashboard_modal__selected_dataset{border-radius:15px;padding:10px;background-color:#f9f9f9;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;width:250px;height:150px;text-align:center}.dashboard_modal__selected_datasets .dashboard_modal__selected_dataset:hover{filter:none;background-color:var(--user-styling-color-darken-mary);color:#fff}.dashboard_modal__selected_datasets .dashboard_modal__selected_dataset .icon{font-size:3em;margin:10px}.dashboard_modal__selected_datasets .dashboard_modal__selected_dataset .icon.small{font-size:2em}.dashboard_evolution_modal_table{margin:20px 0}.dashboard_evolution_modal_table td,.dashboard_evolution_modal_table th{padding:5px}.dashboard_modal_acv{padding:20px}.dashboard_modal_acv .choice_selector{min-width:200px}.search_bar{width:500px;border:1px solid #c5c5c5;border-radius:4px;display:flex;justify-content:space-between;align-items:center;padding:0 10px}.search_bar input[type=text]{border:none;outline:none;background:transparent}.search_bar input[type=text]:focus{border:none;outline:none}.multi_choice_dropdown{border-radius:5px;border:1px solid #ccc;overflow-y:auto}.multi_choice_dropdown_element{display:flex;flex-direction:column;width:100%}.multi_choice_dropdown_button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;flex-direction:row;gap:10px;width:100%;background-color:transparent;text-align:left}.multi_choice_dropdown_children{padding-left:30px}.multi_choice_dropdown_button:hover{background-color:#c2c2c2}.dashboard_card_color_grey{--dashboard-color-light: hsl(200, 0%, 71%);--dashboard-color-dark: hsl(201, 0%, 31%)}.dashboard_card_color_green_light{--dashboard-color-light: #9bbecf;--dashboard-color-dark: #086598}.dashboard_card_color_green{--dashboard-color-light: #51c589;--dashboard-color-dark: #51c589}.dashboard_card_color_yellow{--dashboard-color-light: #f3eab1;--dashboard-color-dark: #edcc22}.dashboard_card_color_blue{--dashboard-color-light: #9bbecf;--dashboard-color-dark: #086598}.dashboard_card_color_red{--dashboard-color-light: #ddb2b2;--dashboard-color-dark: #e67171}.dashboard_card{margin:10px 0;border:1px solid var(--dashboard-color-light);border-top:3px solid var(--dashboard-color-dark);border-radius:5px;background-color:#fcfdfc;padding:10px}.dashboard_card_info{position:relative}.dashboard_card_info .close_button{position:absolute;top:10px;right:10px;background:transparent}.dashboard_card_content{padding:10px;background-color:#f5f6f5;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:15px;margin-bottom:15px}.dashboard_card_content select{padding:5px 10px}.dashboard_card_content .dashboard_custom_select{width:300px;position:relative;background-color:#fff;padding:7px 10px}.dashboard_card_content .dashboard_custom_select .dashboard_custom_select_button{width:100%;display:flex;justify-content:space-between;align-items:center;background-color:#fff;font-weight:700;font-size:.8em;padding:0}.dashboard_card_content .dashboard_custom_select .dashboard_custom_select_button i{font-size:.75em;color:#737373}.dashboard_card_content .dashboard_custom_select .dashboard_modal_dataset_name{text-align:start}.dashboard_card_content select,.dashboard_card_content .dashboard_custom_select{border:1px solid var(--dashboard-color-dark, darkgray);border-radius:5px;font-weight:700;min-width:200px}.dashboard_card_acv_result{width:710px;min-height:350px}.dashboard_card_selected{border:1px solid grey;border-radius:5px;background-color:#fcfdfc;padding:5px 10px}.dashboard_card_selected .bold{font-weight:700}.dashboard_card_content_select_box{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.dashboard_card_content_select_box label{font-size:.7em;font-weight:700;margin-right:10px}.dashboard_graph{position:relative;width:100%;min-height:300px;height:100%;overflow-x:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.dashboard_chart_container{flex:1 1 100%;width:100%;height:250px}.chart_indicator_unit{font-size:.8em;width:fit-content;padding:5px;font-weight:700}.dashboard_graph_multiple{display:flex;flex-direction:row;gap:10px;justify-content:center;align-items:center;width:100%;height:100%}.dashboard_graph_multiple .dashboard_graph_multiple_graph{flex:1 1 100%}.dashboard_graph_multiple .dashboard_graph_multiple_graph .dashboard_graph_multiple_graph_container{position:relative;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.dashboard_graph_multiple .dashboard_graph_multiple_head{flex:1 1 150px;width:150px;font-size:.8em}.dashboard_graph_multiple h4{padding:0;margin:0 0 10px}.dashboard_graph_multiple .dashboard_graph_tips{flex:1 1 60px;align-self:stretch;display:flex;justify-content:flex-start;align-items:flex-start;padding:10px}.dashboard_graph_multiple .dashboard_graph_tips .dashboard_action{--color-icon: #606060}.dashboard_graph_multiple .dashboard_graph_tips .dashboard_action .dashboard_icon{display:flex;justify-content:center;align-items:center;width:25px;height:25px;background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:25px;border:2px solid var(--color-icon);cursor:pointer;color:var(--color-icon);font-size:.8em;position:relative;top:0;right:0}.dashboard_graph_multiple .dashboard_graph_tips .dashboard_action.disabled{opacity:.2;cursor:not-allowed}.dashboard_graph_multiple .dashboard_graph_tips .dashboard_action.disabled .dashboard_icon{cursor:not-allowed}.dashboard_graph_legend{border-radius:5px;border:1px solid var(--dashboard-color-light);padding:10px;background-color:#f5f6f5;box-sizing:border-box;word-break:keep-all;min-width:200px}.dashboard_graph_legend span{content:" ";width:40px;height:10px;display:inline-block;margin-right:10px}table.dashboard_graph_list{border-bottom:1px solid dimgray;width:100%;font-size:.8em;margin:20px 0;box-sizing:border-box}table.dashboard_graph_list tr{box-sizing:border-box}table.dashboard_graph_list td:not(:first-child){min-width:100px}table.dashboard_graph_list tr th span:not(:first-child),table.dashboard_graph_list tr td span:not(:first-child){color:red}table.dashboard_graph_list tr th:first-child,table.dashboard_graph_list tr td:first-child{min-width:300px;max-width:300px;text-align:left}table.dashboard_graph_list tr th{display:table-cell;flex-direction:column}table.dashboard_graph_list tr td{padding:6px 0;box-sizing:border-box;position:relative}table.dashboard_graph_list tr td:not(:first-child){padding:6px}table.dashboard_graph_list tr td:last-child{padding-left:30px}table.dashboard_graph_list tr th:not(:first-child){text-align:center}table.dashboard_graph_list tr td:not(:first-child){border-bottom:1px solid #dadada;text-align:center;position:relative}table tr th span.number,table tr td span.number{position:relative;text-align:right}table tr th span.ref,table tr td span.ref{font-size:.8em}table tr th span.number.ref,table tr td span.number.ref{position:absolute;top:50%;left:100%;transform:translate(5px,-50%)}table.dashboard_graph_list h3,table.dashboard_graph_list h4{margin:0}.dashboard_card_content_actions{display:flex;width:100%;flex-direction:row;justify-content:flex-end;align-items:center;gap:10px}.dashboard_card_content_actions .dashboard_action{--color-icon: #606060;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px}.dashboard_card_content_actions .dashboard_action .dashboard_icon{width:25px;height:25px;padding:5px;display:flex;justify-content:center;align-items:center;background-size:contain;background-repeat:no-repeat;background-position:center;border-radius:20px;border:2px solid var(--color-icon);cursor:pointer;color:var(--color-icon)}.dashboard_card_content_actions .dashboard_action .dashboard_text{color:var(--color-icon);cursor:pointer;width:100px;line-break:normal}.dashboard_card_content_actions .dashboard_action.disabled{opacity:.2;cursor:not-allowed}.dashboard_card_content_actions .dashboard_action.disabled .dashboard_icon,.dashboard_card_content_actions .dashboard_action.disabled .dashboard_text{cursor:not-allowed}.dashboard_table{width:100%;border-collapse:collapse;border-spacing:0;font-size:.8em}.dashboard_table tr th,.dashboard_table tr td{padding:15px;border-bottom:1px solid #dadada;text-align:left}.dashboard_table tr th:not(:first-child),.dashboard_table tr td:not(:first-child){width:80px}.dashboard_table .align-right,.dashboard_table .value{text-align:right}.dashboard_modal_table_creation{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:35px;padding:20px}.dashboard_modal_table_creation .dashboard_modal_table_creation_image{flex:1 1 auto}.dashboard_modal_table_creation .dashboard_modal_table_creation_form{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:20px}.dashboard_modal_table_creation .dashboard_modal_table_creation_form .dashboard_modal_table_creation_form_input{display:flex;flex-direction:column;gap:5px}.dashboard_modal_table_creation .dashboard_modal_table_creation_form .dashboard_modal_table_creation_form_input label{text-align:left}.dashboard_overview_table .titles{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:15px}.dashboard_overview_table .titles .buttons{display:flex;flex-direction:row;gap:20px}.dashboard_overview_table .titles .buttons button{display:flex;justify-content:center;align-items:center;gap:5px;color:gray}.dashboard_overview_table .titles .buttons button .dashboard_icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;box-sizing:border-box;border-radius:50px;border:2px solid gray;font-size:1.2em}.dashboard_overview_table .titles .buttons button:hover{color:#000}.dashboard_overview_table .titles .buttons button:hover .icon{border:2px solid black}.dashboard_overview_table .description{font-size:1.1rem;font-weight:500;border-left:3px solid dimgray;padding-left:1rem}.dashboard_overview_table .cards{border:none}.dashboard_overview_table .dashboard_card{position:relative}.dashboard_overview_table .dashboard_card .explanation{margin-bottom:10px}.dashboard_overview_table .dashboard_card textarea{width:100%;resize:vertical}.dashboard_overview_table .dashboard_card .buttons{position:absolute;top:5px;right:10px;display:flex;flex-direction:row;gap:20px}.dashboard_overview_table .dashboard_card .buttons button{opacity:0;display:flex;justify-content:center;align-items:center;gap:5px;font-size:.8em;color:gray}.dashboard_overview_table .dashboard_card .buttons button .dashboard_icon{display:flex;justify-content:center;align-items:center;width:25px;height:25px;box-sizing:border-box;border-radius:50px;border:1px solid gray}.dashboard_overview_table .dashboard_card .buttons button:hover{color:#000}.dashboard_overview_table .dashboard_card .buttons button:hover .icon{border:1px solid black}.dashboard_overview_table .dashboard_card .buttons button:focus{opacity:1}.dashboard_overview_table .dashboard_card:hover button{opacity:1}.modal_edit_dashboard_footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.result_block{display:flex;flex-direction:column;width:40%;min-width:710px;height:430px;background-color:#fff;border:1px solid var(--lightGreen);border-top:3px solid var(--lightGreen);border-radius:5px;position:relative;font-size:12px;padding:25px;overflow-y:auto;overflow-x:hidden}@media screen and (min-width: 1809px){.result_block:nth-child(odd):last-child{flex:0 0 calc(80% + 25px);min-width:1445px;padding:50px}}.result_card_error{display:flex;width:700px;height:100%;flex-direction:column;align-items:center;align-self:center}.result_card_error img{max-width:100%;max-height:80%}.result_card_error p{font-size:15px;font-family:Lexend,Tahoma,sans-serif;text-align:center}.indicator_table{display:flex;align-items:center;gap:5px}.icon_indicator_table{max-width:30px;align-self:center}.doughnut_relative_chart,.doughnut_progress_chart{max-height:330px}.doughnut_progress_chart_description{font-size:18px;margin-bottom:0;font-weight:700;color:var(--gray)}.polar_chart{max-height:350px}.info-samples{display:flex;flex-direction:column}.info-samples_title{margin:5px 0;font-size:.8em;line-height:1.2}.info-samples_content{margin-top:10px;font-size:.8em}.info-samples_content p{margin:5px 0;display:flex;align-items:center;gap:8px}.tip_container{display:flex;flex-direction:column;width:100%}.toggle-button-container{display:flex;justify-content:center;margin-top:10px}.toggle-button{background:none;border:none;color:var(--gray);cursor:pointer;text-decoration:underline;padding:5px 10px}.toggle-button:hover{opacity:.8}.error_image_container{display:flex;max-width:80%;height:100%;justify-content:center;margin:auto}.error_image_content{display:flex;flex-direction:column;align-items:center}.error_image_content img{width:50%}.error_image_content p{font-size:20px;text-align:center;font-family:Lexend,Tahoma,sans-serif}.comparison_modal_content{display:flex;min-width:20vh}.comparison_modal_content .choice_selector{width:100%}.modes_buttons{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem;width:100%;min-width:20rem}.modes_buttons__title{width:100%;font-weight:700;color:var(--gray);background-color:transparent}.modes_buttons__title__selected,.modes_buttons__title:hover{width:100%;font-weight:700;background:var(--user-styling-color-darken-mary);color:#fff}.color_settings{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;max-width:75vh}.color_settings hr{box-sizing:border-box;width:100%;padding:0}.color_settings .colors_selection{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%}.color_settings .colors_selection .color_line{display:flex;align-items:center;width:100%;justify-content:space-between}.color_settings .colors_selection .color_line p{margin-right:10px;max-width:75%}.color_settings .colors_selection .color_line .color_selector{position:relative;width:20%;min-height:20px;cursor:pointer;border-radius:5px;box-shadow:0 1px 3px #0003;transition:background-color .2s ease-in-out}.color_settings .colors_selection .color_line .color_selector .color_container{padding:.5rem;gap:.2rem;cursor:default;z-index:999;max-width:200px;position:fixed;display:flex;flex-wrap:wrap;background-color:#dfdfdf;box-shadow:0 1px 3px #0003}.color_settings .colors_selection .color_line .color_selector .color_container .color_palette{display:flex;flex-wrap:wrap;justify-content:center}.color_settings .colors_selection .color_line .color_selector .color_container .color_palette .color_palette_item{width:20px;height:20px;margin:5px;cursor:pointer}.color_settings .colors_selection .color_line .color_selector .color_container .color_palette .color_palette_item.selected{border:3px solid #000}.color_settings .colors_selection .color_line .color_selector .color_container .color_palette .color_palette_item:hover{filter:brightness(1.2)}.color_settings .colors_selection .color_line .color_selector .color_container .choose_color{position:relative;display:flex;align-items:center;width:100%;align-content:center;gap:5px;justify-content:center;background-color:#ffffff61;border-radius:5px;box-shadow:0 1px 3px #0003}.color_settings .colors_selection .color_line .color_selector .color_container .choose_color .color_input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.color_settings .colors_selection .color_line .color_selector .color_container .choose_color p{margin-left:5px}.custom_checkbox{position:relative}.custom_checkbox input[type=checkbox]{top:0;left:0;position:absolute;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px}.custom_checkbox .custom_checkbox_icon{width:20px;height:20px;display:flex;justify-content:center;align-items:center}.filter_indicator_modal_body{display:flex;flex-direction:column;gap:.5rem}.filter_indicator_modal_body .select_all{display:flex;gap:.5rem;align-items:center}.export_result_modal{min-width:60vw}.export_result_modal .selector_wrappers .select_language{margin-top:25px;height:40px;border:1px solid rgb(232,227,227);border-radius:4px}.version_table_wrapper{overflow:auto}.version_table_wrapper .version_table th:first-child{text-align:left}.version_table_wrapper .version_table th i{margin-left:5px}.version_table_wrapper .version_table a{color:#000}.version_table_wrapper .version_table .data_reference{max-width:150px;overflow:hidden;text-overflow:ellipsis}.lca_parameters_versions_wrapper{min-width:60vw;display:flex;flex-direction:column}.lca_parameters_versions_wrapper h3 .reference_flux{margin-left:20px}.table_overview{font-size:.9em;width:100%;border-collapse:collapse;background-color:#f9f9f9;border-radius:3px;padding:15px}.table_overview_head th{background:#fff;position:sticky;overflow:hidden}.table_overview thead th{z-index:2;top:0}.table_overview thead tr{text-align:left}.table_overview th,.table_overview td{padding:2px 5px;font-size:small}.table_overview .table_odd{background-color:#fff}.table_overview .table_even{background-color:#f0f0f0}.group_by_selectors{border:#1a1a1a 1px solid;border-radius:3px;flex:1;margin-right:20px;padding:5px}.group_by_selectors h3{margin:2px 0}.groupby_line{display:flex;flex-direction:row;align-items:center;justify-content:space-between;max-width:100%;box-sizing:border-box}.groupby_line button{white-space:nowrap}.groupby_column{cursor:pointer}.right{justify-content:flex-end}.groupby_value{text-align:right}.groupby_total{font-weight:700}.groupby_margin_left{margin-left:5px}.group_by_no_wrap{display:flex;flex-wrap:nowrap}.group_by_selects{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;max-width:50%}.group_by_selects select{max-width:100%;height:100%}.group_by_selection_card{max-height:300px;overflow-y:scroll;margin-bottom:15px}.group_by_percentage_button{display:flex;align-items:center;gap:5px;align-self:center;background-color:transparent;color:gray}.group_by_percentage_button:hover{background-color:var(--color-button-hover)}.group_by_percentage_button.selected{color:#000}.groupby_container{width:100%}.group_by_modal{min-width:60vw}.group_by_modal .modal_body{display:flex;flex-direction:column;gap:10px}.group_by_modal .modal_body>div{width:100%}.results_grid{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;gap:25px}.result_panel_head{padding:50px}.result_panel_head .result_panel_title{display:flex;justify-content:center;align-items:center}.result_panel_head .result_panel_title hr{width:30%;background-color:var(--green);border:none;height:1px}.result_panel_head h1{font-size:2rem;justify-self:center;align-self:center;text-align:center}.result_panel_head h3{text-align:center}.result_panel_head h1,.result_panel_head h3{color:var(--green);margin:0}.results_grid>*{flex-basis:auto}.result_block,.skeleton_block{display:flex;flex-direction:column;width:40%;min-width:710px;height:430px;background-color:#fff;border:1px solid var(--lightGreen);border-top:3px solid var(--lightGreen);border-radius:5px;position:relative;font-size:12px;padding:25px;overflow-y:auto;overflow-x:hidden}@media screen and (min-width: 1809px){.result_block:nth-child(odd):last-child,.skeleton_block:nth-child(odd):last-child{flex:0 0 calc(80% + 25px);min-width:1445px;padding:50px}}.result_card{display:flex;flex-direction:column;height:100%}.result_card h5{font-size:14px;font-weight:700}.result_card img{align-self:center}.svg_switch_button{position:absolute;right:0;top:0;overflow:hidden}.svg_switch_button button{background-color:transparent;font-size:1.6em;padding:.8em 1.4em}.svg_switch_button button .current_icon{color:#000}.svg_switch_button button i{color:var(--lightGray)}.svg_switch_button button:hover{background-color:var(--color-button-hover)}.svg_switch_button button:hover i{color:#000}.svg_switch_button button:first-child{border-radius:0 0 0 3px}table.grouped_result_table td,table.grouped_result_table th{text-align:left}table.result_table td{width:10%}table.result_table td:not(.unit):not(:first-child){font-size:13px;font-weight:700}table.result_table td:first-child,table.result_table th:first-child{width:20%;text-align:left}table.result_table tr,table.result_table th{text-align:center}table.result_table td,table.result_table th{text-align:right}table.result_table,table.grouped_result_table{width:100%;min-width:350px;border-collapse:collapse}table.result_table th,table.grouped_result_table th{background:#fff;position:sticky;overflow:hidden}table.result_table thead th,table.grouped_result_table thead th{z-index:2;top:0}table.result_table tr,table.result_table th,table.grouped_result_table tr,table.grouped_result_table th{border-bottom:var(--lightGray) 1px solid}table.result_table td,table.result_table th,table.grouped_result_table td,table.grouped_result_table th{padding:15px 7px;height:auto}table.result_table td:first-child,table.grouped_result_table td:first-child{text-align:left}.result_card_graph{display:flex;justify-content:center;align-content:center}.result_score_box{position:relative;padding-bottom:100px;box-sizing:border-box;display:flex}.result_card_head h5{font-family:Roboto,sans-serif;font-size:18px;margin-top:0;margin-bottom:0;color:var(--gray);max-width:42%}.result_card_head{flex-grow:1}.result_card_head .result_compared_head{display:flex;flex-direction:column;gap:10px}.result_card_content{display:flex;flex-direction:column;flex-grow:2;align-items:center;margin-top:10px;position:relative;overflow-x:hidden}.result_card_content .result_selectors{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:10px}.result_card_content img{width:65%;max-height:100%}.result_card_content p{font-family:Lexend,sans-serif}.result_card_content.table{align-items:flex-start;overflow:auto}.result_card_content.groupBy{padding-top:0}.result_card_content .equivalence_wrapper{display:flex;justify-content:center;align-items:center;width:100%;flex-wrap:wrap;gap:30px;margin-top:2%}.result_card_content .equivalence_wrapper .equivalence{display:flex;justify-content:center;align-items:center;position:relative;width:40%;height:130px;flex-direction:column;gap:10px;border:2px solid var(--lightGreen);-webkit-box-shadow:4px 4px 6px 1px gray;box-shadow:4px 4px 6px 1px gray;border-radius:5px;padding:20px}.result_card_content .equivalence_wrapper .equivalence .icon_container{display:flex;justify-content:center;align-items:center;position:absolute;padding:5px 10px 10px;top:-20px;left:-20px;background:#fff;gap:5px}.result_card_content .equivalence_wrapper .equivalence .icon_container p{color:var(--lightGreen);text-align:left}.result_card_content .equivalence_wrapper .equivalence .icon{display:flex;justify-content:center;align-items:center;width:30px;height:30px}.result_card_content .equivalence_wrapper .equivalence .value{font-size:1.4rem;color:var(--lightGreen)}.result_card_content .equivalence_wrapper .equivalence .unit{font-size:.7rem;font-style:italic}.result_card_content .equivalence_wrapper .equivalence p{font-size:.9rem;margin:0;text-align:center}.result_graph_img{width:100%;max-height:370px}.result_arrows{margin-top:10px;padding-left:5px;font-size:1.3em;line-height:.8em}.result_panel_info{display:flex;justify-content:center;padding:0 50px 50px}.result_head_bar{display:flex;align-items:center;gap:10px;justify-content:flex-end;margin:10px 0}.result_head_bar .head_button i{color:#fff}.result_head_bar .danger_button{background-color:var(--user-styling-color-danger-mary)}.result_head_bar .choice_selector{min-width:350px}.result_head_bar .choice_selector i{margin-right:5px}.result_head_bar .edit_result_launcher_name_input i{color:#000}.result_head_bar input{width:30%}.result_head_bar_buttons{display:flex;align-items:center;gap:10px}.not_compared{justify-content:space-around}.result_carousel_container{margin:0 0 40px;text-align:center}.result_carousel_container .result_carousel_header{font-family:Roboto,sans-serif;font-size:22px;margin-bottom:20px;color:var(--gray);display:flex;justify-content:center;align-items:center;text-align:center;gap:15px}.result_carousel_container .result_carousel_header h5{margin:0;padding:0}.result_carousel_container .result_carousel{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:25px}.result_carousel_container .carousel_item{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;border:var(--lightGreen) 1px solid;border-radius:4px;background:#fff;min-height:140px;width:250px;padding:30px 10px}.result_carousel_container .carousel_item p{margin:0;text-align:center}.result_carousel_container .carousel_item_icon{position:absolute;display:flex;justify-content:center;align-items:center;width:40px;height:40px;top:-20px;border-radius:50%;background:#fff;border:var(--lightGreen) 1px solid}.result_carousel_container .carousel_item_head{display:flex;font-size:.9em}.result_carousel_container .result_carousel_title{display:flex;justify-content:center;align-items:center;gap:10px}.result_carousel_container .result_carousel_title h5{margin:10px 0}.result_carousel_container .result_carousel_title .current_title{color:var(--user-styling-color-darken-mary);font-weight:700}.result_carousel_container .result_carousel_title input[type=checkbox]:before{background-color:var(--user-styling-color-darken-mary)}.result_carousel_container .carousel_item_body{display:flex;flex-direction:column}.result_carousel_container .carousel_item_body .item_value{font-size:1.6em;font-weight:700}.result_carousel_container .carousel_item_body .item_unit{font-size:1em}.result_carousel_container .carousel_item_footer{display:flex;width:100%;justify-content:space-between;align-items:center;gap:5px}.result_carousel_container .carousel_item_footer p{font-size:.7em}.result_carousel_container .carousel_item_footer .carousel_item_gradient_bar_wrapper{display:flex;width:100%;justify-content:center}.result_carousel_container .carousel_item_footer .carousel_item_gradient_bar_wrapper .carousel_item_gradient_bar{width:95%;height:10px;border-radius:10px;position:relative}.result_carousel_container .carousel_item_footer .carousel_item_gradient_bar_wrapper .carousel_item_cursor{position:absolute;border-left:5px solid transparent;border-right:5px solid transparent;transform:translate(-50%) translateY(50%)}.result_carousel_container .carousel_item_footer .carousel_item_gradient_bar_wrapper .dataset_cursor{border-top:7px solid black;bottom:11px}.result_carousel_container .carousel_item_footer .carousel_item_gradient_bar_wrapper .dataset_text{position:absolute;bottom:15px;font-weight:700}.result_carousel_container .carousel_item_footer .carousel_item_gradient_bar_wrapper .mean_cursor{border-bottom:7px solid black;bottom:-1px}.result_carousel_container .carousel_item_footer .carousel_item_gradient_bar_wrapper .mean_text{position:absolute;text-align:center;bottom:-32px}.result_carousel_container .carousel_item_footer .item_min{text-align:start}.result_carousel_container .carousel_item_footer .item_max{text-align:end}.result_carousel_container .carousel_item_footer .less_than_min{color:var(--user-styling-color-darken-mary);display:flex;align-items:center;gap:3px}.result_carousel_container .carousel_item_footer .more_than_max{color:var(--user-styling-color-danger-mary);display:flex;align-items:center;gap:3px}.edit_result_launcher_name_open{color:var(--green)}.result_panel_footer{display:flex;width:100%;align-items:center;justify-content:center;margin-top:20px}.equipment_version{text-decoration:underline}.results_choose_sample{text-align:center;font-size:1.3em;word-break:break-word;width:300px;margin:0 auto}.result_comparison_impossible{text-align:center;display:flex;justify-content:center;align-items:center}.result_compared_title{padding-top:5px;font-weight:700;font-size:1.2em;margin:0}.result_compared_title.mb{font-size:1em;margin-bottom:15px}.download_graphs{display:flex;justify-content:center;align-items:center;gap:10px}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton_block{background:#fff}.skeleton_block .skeleton_animation,.skeleton_block .skeleton_header,.skeleton_block .skeleton_chart .chart_bar,.skeleton_block .skeleton_table .skeleton_row .skeleton_cell{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 37%,#f0f0f0 63%);background-size:1000px 100%;animation:shimmer 2s infinite linear}.skeleton_block .skeleton_table{flex:1}.skeleton_block .skeleton_table .skeleton_row{display:flex;margin-bottom:12px}.skeleton_block .skeleton_table .skeleton_row .skeleton_cell{height:20px;margin-right:15px;border-radius:4px}.skeleton_block .skeleton_table .skeleton_row .skeleton_cell.header{height:24px;margin-bottom:20px}.skeleton_block .skeleton_table .skeleton_row .skeleton_cell.title{width:200px}.skeleton_block .skeleton_table .skeleton_row .skeleton_cell.data{width:80px}.skeleton_block .skeleton_chart{flex:1}.skeleton_block .skeleton_chart .chart_container{display:flex;align-items:flex-end;justify-content:space-between;height:100%}.skeleton_block .skeleton_chart .chart_bar{width:4%;min-width:15px;border-radius:4px 4px 0 0;transform-origin:bottom}.skeleton_block .skeleton_header{width:300px;height:24px;border-radius:4px;margin-bottom:20px}.contact_view{display:flex;flex-direction:column;margin:0 auto;padding:20px;gap:20px}.contact_view .contact_study{padding:20px;max-width:1300px;background-color:#f9f9f9;border-radius:5px;box-shadow:0 0 5px #0000001a}.contact_view .contact_study .contact_study_title{font-size:26px;color:var(--user-styling-color-darken-mary);margin:0;padding:10px}.contact_view .contact_study table{width:100%;border-collapse:collapse;text-align:left;gap:10px}.contact_view .contact_study table th{font-size:18px;color:var(--gray);font-weight:700;width:33%;padding:10px}.contact_view .contact_study table th .contact_column_title{display:flex;gap:10px}.contact_view .contact_study table .contact_consultant{border-top:1px solid #ccc}.contact_view .contact_study table .contact_consultant td{gap:5px;font-size:16px;color:var(--gray);width:33%;padding:10px}.contact_view .contact_study table .contact_consultant td a{color:var(--user-styling-color-darken-mary)}.contact_view .contact_study table .contact_consultant:last-child{border-bottom:none}.group_by_wrapper{border-radius:10px;background-color:#fff;padding:10px 20px}.group_by_wrapper .table_overview td th{font-size:medium}html,body,#root{height:100%;width:100%;margin:0;padding:0;font-family:Roboto,Tahoma,sans-serif}:root{--user-styling-color: #52c78a;--user-styling-color-light: hsl(149, 51%, 75%);--user-styling-color-table-head: hsl(149, 51%, 95%);--user-styling-color-darken: hsl(149, 51%, 35%);--user-styling-color-light-mary: #797A7A;--user-styling-color-grey-darken: #3c3c3c;--user-styling-color-darken-mary: #47835B;--user-styling-color-danger-mary: #D01A1A;--color-button-hover: #cecece;--font-family: "Lexend", Tahoma, sans-serif;--yellow-corp-color: #ffde55;--red-corp-color: #E74C3C;--template-background-color: #eff1f0;--color-validation-table: #fff;--color-validation-table-locked: #D2DBD6;--color-validation-table-different: #f9edc2;--color-red-low: #D31509;--color-yellow-medium: #D3A709;--color-green-high: #289A15}h1,h2,h3,h4,h5{font-family:Lexend,Tahoma,sans-serif}h1{font-size:24px}h2{font-size:18px}h3{font-size:16px}.bold{font-weight:700}.light{font-weight:lighter}*::-webkit-scrollbar{width:10px;height:10px;background-color:#00000029;border-radius:20px}*::-webkit-scrollbar-thumb{background-color:#fff;border-radius:20px}*::-webkit-scrollbar-track-piece{color:#212529}.text-center{text-align:center}.text-bolder{font-weight:bolder}.df-col{display:flex;flex-direction:column}.df-row{display:flex;flex-direction:row}.jc-bwn{display:flex;justify-content:space-between}.home_study_title_link,.study_dataset_title_head a{text-decoration:none;color:#000}.home_study_title_link:hover,.study_dataset_title_head a:hover{color:#000;font-weight:700}.filter_input_box{margin:10px 0}.filter_input_box input{border-radius:3px;border:lightgrey solid 1px;background-color:#fff;padding:5px 10px;width:18em}.home_study_list_count{font-size:.7em;color:#6b6b6b}.home_dataset_box{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.home_dataset_bar label{font-size:11px;font-weight:700}.home_dataset_bar{flex:1 1 auto;padding:10px;display:flex;flex-direction:column;justify-content:flex-start}.home_dataset_button{text-decoration:none;color:#000;text-align:center;border:1px solid transparent;border-radius:2px;background-color:var(--user-styling-color-table-head);padding:5px 15px;width:250px}.home_dataset_button:hover{color:#000;border-color:var(--user-styling-color-darken)}.block_folder{position:relative;margin:15px 1px}.block_folder_tab{position:absolute;top:-14px;left:-1px;width:100%;height:100%;pointer-events:none}.card_container{display:flex;flex-direction:column;justify-content:center;align-items:center}.card{border-radius:3px;border:1px solid var(--user-styling-color-light);display:flex;flex-direction:column}.card_header,.card_body,.card_footer,.card>img{padding:12px 16px}.card_header{background-color:#f2f2f2}.card_footer{background-color:#f2f2f2;color:#6c757d}.row{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}.jc-center{justify-content:center}.jc-start{justify-content:flex-start}.jc-end{justify-content:flex-end}.ai-center{align-items:center}.ai-start{align-items:flex-start}.ai-end{align-items:flex-end}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.gap-5{gap:2.5rem}.gap-6{gap:3rem}.gap-7{gap:3.5rem}.gap-8{gap:4rem}.gap-9{gap:4.5rem}.gap-10{gap:5rem}.gap-11{gap:5.5rem}.gap-12{gap:6rem}.modal{position:fixed;z-index:100;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.modal_content{border:1px solid var(--user-styling-color-light);border-radius:3px;background-color:#fff;max-width:80vw;max-height:80vh;display:flex;flex-direction:column}.modal_header{padding:12px 15px;background-color:#f2f2f2}.modal_body{padding:12px 15px;overflow:auto}.modal_footer{padding:12px 15px;display:flex;justify-content:flex-end}.modal_number_page{display:flex;justify-content:center;gap:5px;padding-bottom:5px}.modal_error{display:flex;justify-content:center;margin:5px;background-color:#f8d8db;color:#8b0000}.modal_multi_selector{display:flex;flex-direction:column;margin:6px;max-height:300px}.dot{height:8px;width:8px;border-radius:50%;display:inline-block}.green_dot{background-color:#339e69}.gray_dot{background-color:gray}.alert{background-color:#f2f2f2;padding:.7rem .9rem;border-radius:4px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.alert .toggle-button{font-size:.9em;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;color:var(--gray)}.alert .toggle-button:hover{opacity:.8}.alert_content{display:flex;flex:1;flex-direction:row;justify-content:flex-start;align-items:center}.alert_danger{position:relative;background-color:#f8d8db;color:#8b0000}.alert_danger .alert_close_button{position:absolute;background:none;color:#8b0000;top:-6px;right:-6px}.alert_success{background-color:#d8f8e9;color:#006400}.alert_warning{background-color:#ffefd1;color:#a25900}.alert_info{background-color:#cff4fc}.alert_normal{background-color:#fafafa}form{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}input[type=text],input[type=email],input[type=password],input[type=number]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:3px;box-sizing:border-box;display:block;width:100%;padding:.375rem .75rem;font-weight:400;line-height:1.5;border:1px solid #ced4da;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;outline-color:#339e69}input[type=text]:focus-visible,input[type=email]:focus-visible,input[type=password]:focus-visible,input[type=number]:focus-visible{outline-style:solid}a::-moz-focus-inner,button::-moz-focus-inner,input::-moz-focus-inner,::-moz-focus-inner{border:0}input[type=text].error,input[type=email].error,input[type=password].error,input[type=number].error{border-color:red}input[type=checkbox]:not(.blank){margin:0 4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:var(--gray) 1px solid!important;border-radius:20px!important;width:36px!important;height:18px!important;position:relative;vertical-align:sub}input[type=checkbox]:not(.blank):checked{border:var(--user-styling-color-darken-mary) 1px solid!important}input[type=checkbox]:not(.blank):before{content:" ";position:absolute;background-color:var(--gray);width:22px;height:17px;left:-1px;border-radius:15px;transition:.2s;cursor:pointer}input[type=checkbox]:not(.blank):checked:before{background-color:var(--user-styling-color-darken-mary);left:13px}select{border-radius:3px;box-sizing:border-box;display:block;padding:.375rem .75rem;font-weight:400;line-height:1.5;border:1px solid #ced4da;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;outline-color:var(--user-styling-color-darken-mary);cursor:pointer}select:hover{border:1px solid var(--user-styling-color-darken-mary)}.button_primary_light{background-color:transparent;color:#339e69;border:1px solid #339E69}.button_secondary_light{background-color:transparent;color:#000;border:1px solid black}.button_danger_light{background-color:transparent;color:red;border:1px solid red}button,input[type=button],a.button{cursor:pointer;padding:.6rem .8rem;font-size:1rem;border-radius:3px;border:none}a.button{text-decoration:none}button:hover,input[type=button]:hover,a.button:hover{filter:brightness(1.2)}button:active,input[type=button]:active,a.button:active{filter:brightness(.7)}.button_base{color:#000;background-color:#e9e8e8;margin:5px}.button_danger{margin:5px;color:#fff;background-color:#e00000}.button_warning{margin:5px;color:#000;background-color:#faeba1}.button_primary{margin:5px;color:#fff;background-color:#339e69}.button_disabled{margin:5px;color:#6e6e6e;background-color:#e9e8e8;cursor:not-allowed}.button_disabled:hover{filter:brightness(1)}.button_secondary{margin:5px;color:#fff;background-color:#339e69}.button_outline{margin:5px;background-color:transparent;border:1px solid grey}.button_outline:hover{background-color:#000;color:#fff}.button_link{margin:5px;color:#000;padding:0;cursor:pointer}.button_link.button_sublist{font-family:Roboto,Tahoma,sans-serif;font-weight:400}.button_blank{background-color:transparent;border:none;padding:0;margin:0;font-size:inherit;font-family:inherit;font-weight:inherit;text-align:inherit}.button_none{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:transparent;color:#000;padding:0;cursor:pointer}.button_title{background-color:transparent;border-radius:10px;border:1px solid;font-family:inherit;font-weight:inherit}progress{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:#ccc;border-radius:3px;position:relative;vertical-align:middle}progress::-webkit-progress-bar{border:none;background-color:#ccc;border-radius:3px}progress::-moz-progress-bar,progress::-webkit-progress-value,progress[value]{border:none;border-radius:3px}progress.home_dataset_progress::-moz-progress-bar,progress.home_dataset_progress::-webkit-progress-value{background-color:var(--user-styling-color);border-radius:3px}progress.home_dataset_equipment_progress::-moz-progress-bar,progress.home_dataset_equipment_progress::-webkit-progress-value{background-color:var(--user-styling-color);border-radius:3px}progress.home_dataset_maturity_progress::-moz-progress-bar,progress.home_dataset_maturity_progress::-webkit-progress-value{background-color:var(--user-styling-color);border-radius:3px}.instead_input{min-width:80px;width:100%;height:100%;box-sizing:border-box;display:flex;justify-content:center;align-items:center;align-content:center;overflow:hidden}.m1{margin:3px}.m2{margin:6px}.m3{margin:9px}.m4{margin:12px}.m5{margin:15px}.mt1{margin-top:3px}.mt2{margin-top:6px}.mt3{margin-top:9px}.mt4{margin-top:12px}.mt5{margin-top:15px}.mr1{margin-right:3px}.mr2{margin-right:6px}.mr3{margin-right:9px}.mr4{margin-right:12px}.mr5{margin-right:15px}.mb1{margin-bottom:3px}.mb2{margin-bottom:6px}.mb3{margin-bottom:9px}.mb4{margin-bottom:12px}.mb5{margin-bottom:15px}.ml1{margin-left:3px}.ml2{margin-left:6px}.ml3{margin-left:9px}.ml4{margin-left:12px}.ml5{margin-left:15px}.p1{padding:3px}.p2{padding:6px}.p3{padding:9px}.p4{padding:12px}.p5{padding:15px}.pt1{padding-top:3px}.pt2{padding-top:6px}.pt3{padding-top:9px}.pt4{padding-top:12px}.pt5{padding-top:15px}.pr1{padding-right:3px}.pr2{padding-right:6px}.pr3{padding-right:9px}.pr4{padding-right:12px}.pr5{padding-right:15px}.pb1{padding-bottom:3px}.pb2{padding-bottom:6px}.pb3{padding-bottom:9px}.pb4{padding-bottom:12px}.pb5{padding-bottom:15px}.pl1{padding-left:3px}.pl2{padding-left:6px}.pl3{padding-left:9px}.pl4{padding-left:12px}.pl5{padding-left:15px}.o-h{overflow:hidden}.pos-r{position:relative}a.static,a.static:visited{color:#2f9d68}.vertical-middle{vertical-align:middle}.icon_tip{margin:auto 10px auto auto;height:1.2em}.overflow_y_scroll{overflow-y:scroll}.overflow_y_auto{overflow-y:auto}.flex_100{flex:1 1 100%}.flex{display:flex}.max-height{max-height:100%}.pink{color:pink}.yellow{color:#ff0}.green{color:#2f9d68}.paddingR{padding-right:70px}.center-last{text-align-last:left;padding-left:10px;margin:0}.red{color:var(--user-styling-color-danger-mary)}.grey{color:var(--user-styling-color-light-mary)}.green_mary{color:var(--user-styling-color-darken-mary)}.spacing_tooltip{width:6px;margin-right:5px}.info{display:flex;flex-direction:row;align-items:center;align-content:center;gap:.5rem;width:100%}
