.sectionWrapper{display:flex;flex-flow:column;gap:12px;margin:0 auto 40px;max-width:1440px;padding:20px;width:100%}.sectionWrapper>header{background-color:#eee;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin:-20px -20px 0;padding:40px 20px 20px}.sectionWrapper>header h3{align-items:center;color:#000;display:flex;font-family:var(--font-title);font-size:1.8rem;justify-content:space-between}@media screen and (min-width:1440px){.sectionWrapper{border-radius:var(--border-radius);box-shadow:1px 1px 10px gray;margin:40px auto}.sectionWrapper>header{border-radius:var(--border-radius) var(--border-radius) 0 0;padding:20px}}.backLink{align-items:center;display:flex;font-size:.75rem;gap:3px}.backLink .icon{max-width:15px}.ActionsToolbar{display:flex;flex-wrap:wrap;gap:5px;justify-content:flex-end}.MuiPopover-root .MuiPopover-paper{padding:12px}.MuiPopover-root .MuiPopover-paper code{display:block;font-family:Monaco,monospace;font-size:1rem;line-height:100%;background-color:#eee;padding:.5em;margin:.5em;letter-spacing:-.05em;word-break:normal}.MuiPopover-root .MuiPopover-paper code ul,.MuiPopover-root .MuiPopover-paper code ul li{margin:0 0 0 1rem}.functionFields{width:100%;border:1px solid var(--borderColor);border-radius:var(--border-radius);padding:0;max-height:50vh;overflow:auto}.functionFields table{width:100%;border-spacing:0;border-collapse:separate}.functionFields table>thead>tr>th{border-bottom:1px solid var(--borderColor);height:50px;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:1;text-align:left;padding:0 var(--padding)}.functionFields table>thead>tr>th:last-child{text-align:right}.functionFields table>thead>tr:first-child th{text-align:unset}.functionFields table>tbody tr:last-child td{border:0}.functionFields table>tbody tr td{border-bottom:1px solid var(--borderColor);padding:0 var(--padding);height:50px}.functionFields table>tbody tr td:last-child{text-align:right}.functionFields table>tbody tr td .MuiFormControl-root .MuiInputBase-root{margin:8px 0}.functionFields table>tbody tr td .MuiFormControl-root .MuiFormLabel-root{opacity:0}.functionFields table>tbody tr td .MuiFormControl-root legend span{display:none}.features{width:100%;border:1px solid var(--borderColor);border-radius:var(--border-radius);padding:0;max-height:50vh;overflow:auto}.features table{width:100%;border-spacing:0;border-collapse:separate}.features table>thead>tr>th{border-bottom:1px solid var(--borderColor);height:50px;position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:1;text-align:left;padding:0 var(--padding)}.features table>thead>tr>th.exportToExcel{text-align:right}.features table>tbody tr.sticky td{position:-webkit-sticky;position:sticky;top:50px;background:#fff;z-index:1;font-weight:bolder}.features table>tbody tr:last-child td{border:0}.features table>tbody tr td{border-bottom:1px solid var(--borderColor);padding:0 var(--padding);height:50px}.formWebsite{box-shadow:none}.formWebsite .MuiCardContent-root{position:relative}.formWebsite .MuiCardContent-root form>.MuiFormGroup-root{align-items:center;background:#fff;display:flex;flex-flow:column;gap:var(--gap);grid-template-rows:1fr auto 1fr;padding:var(--padding);width:100%}.formWebsite .MuiCardContent-root form>.MuiFormGroup-root:first-of-type{border-radius:var(--border-radius) var(--border-radius) 0 0}.formWebsite .MuiCardContent-root form>.MuiFormGroup-root:last-of-type{border-radius:0 0 var(--border-radius) var(--border-radius)}.formWebsite .MuiCardContent-root form>.MuiFormGroup-root.footer{align-items:center;display:flex;flex-flow:row;justify-content:space-between}.formWebsite .MuiCardContent-root form>.MuiFormGroup-root .locations{gap:var(--gap);width:100%}.formWebsite .MuiCardContent-root form>.MuiFormGroup-root .locations>.MuiFormGroup-root{border-radius:var(--border-radius);border:1px solid var(--borderColor);gap:var(--gap);padding:var(--padding)}.formWebsite .MuiCardContent-root form .formControlLabelSwitch,.formWebsite .MuiCardContent-root form>.MuiFormGroup-root .MuiFormGroup-root,.formWebsite .MuiCardContent-root form>.MuiFormGroup-root .MuiFormGroup-root .MuiFormControlLabel-root{width:100%}.loading-full-page{align-items:center;display:flex;justify-content:center;min-height:var(--full-height);padding:30px;text-align:center}.loading-full-page .react-spinner-material{margin:0}.formUser>.MuiFormGroup-root{align-items:center;background:#fff;display:flex;flex-flow:column;gap:var(--gap);grid-template-rows:1fr auto 1fr;padding:var(--padding);width:100%}.formUser>.MuiFormGroup-root .MuiFormGroup-root,.formUser>.MuiFormGroup-root .MuiFormGroup-root .MuiFormControlLabel-root{width:100%}.formUser>.MuiFormGroup-root:first-of-type{border-radius:var(--border-radius) var(--border-radius) 0 0}.formUser>.MuiFormGroup-root:last-of-type{border-radius:0 0 var(--border-radius) var(--border-radius)}.formUser>.MuiFormGroup-root.footer{display:flex;flex-flow:row;justify-content:space-between;align-items:center}.formUser .formControlLabelSwitch{width:100%}.websites table td a{display:inline-flex;gap:4px;color:#006bd6}.importHistoricalDialog form .MuiFormGroup-root{display:flex;width:100%;max-width:1024px;flex-flow:column;border:1px solid var(--borderColor);border-radius:var(--border-radius);gap:var(--gap);padding:var(--gap)}