@import "https://fonts.googleapis.com/css?family=Lato&display=swap";.tippy-tooltip[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{-webkit-tap-highlight-color:transparent;cursor:pointer!important}.tippy-popper{pointer-events:none;max-width:calc(100vw - 10px);transition-property:transform;transition-timing-function:cubic-bezier(.165,.84,.44,1)}.tippy-tooltip{color:#fff;background-color:#333;border-radius:4px;outline:0;font-size:14px;line-height:1.4;transition-property:visibility,opacity,transform;position:relative}.tippy-tooltip[data-placement^=top]>.tippy-arrow{transform-origin:50% 0;border-width:8px 8px 0;border-top-color:#333;margin:0 3px;bottom:-7px}.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{transform-origin:50% 7px;border-width:0 8px 8px;border-bottom-color:#333;margin:0 3px;top:-7px}.tippy-tooltip[data-placement^=left]>.tippy-arrow{transform-origin:0;border-width:8px 0 8px 8px;border-left-color:#333;margin:3px 0;right:-7px}.tippy-tooltip[data-placement^=right]>.tippy-arrow{transform-origin:7px;border-width:8px 8px 8px 0;border-right-color:#333;margin:3px 0;left:-7px}.tippy-tooltip[data-interactive][data-state=visible]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{border-style:solid;border-color:#0000;position:absolute}.tippy-content{padding:5px 9px}@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{background:#fff;border:2px solid #0000004d;min-height:150px;padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{color:inherit;font:inherit;cursor:pointer;outline:inherit;background:0 0;border:none;padding:0}.dropzone .dz-preview{vertical-align:top;min-height:100px;margin:16px;display:inline-block;position:relative}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{background:linear-gradient(#eee,#ddd);border-radius:20px}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{text-align:center;cursor:pointer;border:none;font-size:14px;display:block}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;opacity:0;text-align:center;color:#000000e6;min-width:100%;max-width:100%;padding:2em 1em;font-size:13px;line-height:150%;position:absolute;top:0;left:0}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{background-color:#fffc;border:1px solid #c8c8c8cc}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){text-overflow:ellipsis;overflow:hidden}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid #0000}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:#fff6;border-radius:3px;padding:0 .4em}.dropzone .dz-preview:hover .dz-image img{filter:blur(8px);transform:scale(1.05)}.dropzone .dz-preview .dz-image{z-index:10;border-radius:20px;width:120px;height:120px;display:block;position:relative;overflow:hidden}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:3s cubic-bezier(.77,0,.175,1) passing-through}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:3s cubic-bezier(.77,0,.175,1) slide-in}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;margin-top:-27px;margin-left:-27px;display:block;position:absolute;top:50%;left:50%}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{width:54px;height:54px;display:block}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:6s infinite pulse}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;background:#ffffffe6;border-radius:8px;width:80px;height:16px;margin-top:-8px;margin-left:-40px;position:absolute;top:50%;left:50%;overflow:hidden;-webkit-transform:scale(1)}.dropzone .dz-preview .dz-progress .dz-upload{background:linear-gradient(#666,#444);width:0;transition:width .3s ease-in-out;position:absolute;top:0;bottom:0;left:0}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;opacity:0;color:#fff;background:linear-gradient(#be2626,#a92222);border-radius:8px;width:140px;padding:.5em 1.2em;font-size:13px;transition:opacity .3s;display:none;position:absolute;top:130px;left:-10px}.dropzone .dz-preview .dz-error-message:after{content:"";border-bottom:6px solid #be2626;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;top:-6px;left:64px}.materialize-red{background-color:#e51c23!important}.materialize-red-text{color:#e51c23!important}.materialize-red.lighten-5{background-color:#fdeaeb!important}.materialize-red-text.text-lighten-5{color:#fdeaeb!important}.materialize-red.lighten-4{background-color:#f8c1c3!important}.materialize-red-text.text-lighten-4{color:#f8c1c3!important}.materialize-red.lighten-3{background-color:#f3989b!important}.materialize-red-text.text-lighten-3{color:#f3989b!important}.materialize-red.lighten-2{background-color:#ee6e73!important}.materialize-red-text.text-lighten-2{color:#ee6e73!important}.materialize-red.lighten-1{background-color:#ea454b!important}.materialize-red-text.text-lighten-1{color:#ea454b!important}.materialize-red.darken-1{background-color:#d0181e!important}.materialize-red-text.text-darken-1{color:#d0181e!important}.materialize-red.darken-2{background-color:#b9151b!important}.materialize-red-text.text-darken-2{color:#b9151b!important}.materialize-red.darken-3{background-color:#a21318!important}.materialize-red-text.text-darken-3{color:#a21318!important}.materialize-red.darken-4{background-color:#8b1014!important}.materialize-red-text.text-darken-4{color:#8b1014!important}.red{background-color:#f44336!important}.red-text{color:#f44336!important}.red.lighten-5{background-color:#ffebee!important}.red-text.text-lighten-5{color:#ffebee!important}.red.lighten-4{background-color:#ffcdd2!important}.red-text.text-lighten-4{color:#ffcdd2!important}.red.lighten-3{background-color:#ef9a9a!important}.red-text.text-lighten-3{color:#ef9a9a!important}.red.lighten-2{background-color:#e57373!important}.red-text.text-lighten-2{color:#e57373!important}.red.lighten-1{background-color:#ef5350!important}.red-text.text-lighten-1{color:#ef5350!important}.red.darken-1{background-color:#e53935!important}.red-text.text-darken-1{color:#e53935!important}.red.darken-2{background-color:#d32f2f!important}.red-text.text-darken-2{color:#d32f2f!important}.red.darken-3{background-color:#c62828!important}.red-text.text-darken-3{color:#c62828!important}.red.darken-4{background-color:#b71c1c!important}.red-text.text-darken-4{color:#b71c1c!important}.red.accent-1{background-color:#ff8a80!important}.red-text.text-accent-1{color:#ff8a80!important}.red.accent-2{background-color:#ff5252!important}.red-text.text-accent-2{color:#ff5252!important}.red.accent-3{background-color:#ff1744!important}.red-text.text-accent-3{color:#ff1744!important}.red.accent-4{background-color:#d50000!important}.red-text.text-accent-4{color:#d50000!important}.pink{background-color:#e91e63!important}.pink-text{color:#e91e63!important}.pink.lighten-5{background-color:#fce4ec!important}.pink-text.text-lighten-5{color:#fce4ec!important}.pink.lighten-4{background-color:#f8bbd0!important}.pink-text.text-lighten-4{color:#f8bbd0!important}.pink.lighten-3{background-color:#f48fb1!important}.pink-text.text-lighten-3{color:#f48fb1!important}.pink.lighten-2{background-color:#f06292!important}.pink-text.text-lighten-2{color:#f06292!important}.pink.lighten-1{background-color:#ec407a!important}.pink-text.text-lighten-1{color:#ec407a!important}.pink.darken-1{background-color:#d81b60!important}.pink-text.text-darken-1{color:#d81b60!important}.pink.darken-2{background-color:#c2185b!important}.pink-text.text-darken-2{color:#c2185b!important}.pink.darken-3{background-color:#ad1457!important}.pink-text.text-darken-3{color:#ad1457!important}.pink.darken-4{background-color:#880e4f!important}.pink-text.text-darken-4{color:#880e4f!important}.pink.accent-1{background-color:#ff80ab!important}.pink-text.text-accent-1{color:#ff80ab!important}.pink.accent-2{background-color:#ff4081!important}.pink-text.text-accent-2{color:#ff4081!important}.pink.accent-3{background-color:#f50057!important}.pink-text.text-accent-3{color:#f50057!important}.pink.accent-4{background-color:#c51162!important}.pink-text.text-accent-4{color:#c51162!important}.purple{background-color:#9c27b0!important}.purple-text{color:#9c27b0!important}.purple.lighten-5{background-color:#f3e5f5!important}.purple-text.text-lighten-5{color:#f3e5f5!important}.purple.lighten-4{background-color:#e1bee7!important}.purple-text.text-lighten-4{color:#e1bee7!important}.purple.lighten-3{background-color:#ce93d8!important}.purple-text.text-lighten-3{color:#ce93d8!important}.purple.lighten-2{background-color:#ba68c8!important}.purple-text.text-lighten-2{color:#ba68c8!important}.purple.lighten-1{background-color:#ab47bc!important}.purple-text.text-lighten-1{color:#ab47bc!important}.purple.darken-1{background-color:#8e24aa!important}.purple-text.text-darken-1{color:#8e24aa!important}.purple.darken-2{background-color:#7b1fa2!important}.purple-text.text-darken-2{color:#7b1fa2!important}.purple.darken-3{background-color:#6a1b9a!important}.purple-text.text-darken-3{color:#6a1b9a!important}.purple.darken-4{background-color:#4a148c!important}.purple-text.text-darken-4{color:#4a148c!important}.purple.accent-1{background-color:#ea80fc!important}.purple-text.text-accent-1{color:#ea80fc!important}.purple.accent-2{background-color:#e040fb!important}.purple-text.text-accent-2{color:#e040fb!important}.purple.accent-3{background-color:#d500f9!important}.purple-text.text-accent-3{color:#d500f9!important}.purple.accent-4{background-color:#a0f!important}.purple-text.text-accent-4{color:#a0f!important}.deep-purple{background-color:#673ab7!important}.deep-purple-text{color:#673ab7!important}.deep-purple.lighten-5{background-color:#ede7f6!important}.deep-purple-text.text-lighten-5{color:#ede7f6!important}.deep-purple.lighten-4{background-color:#d1c4e9!important}.deep-purple-text.text-lighten-4{color:#d1c4e9!important}.deep-purple.lighten-3{background-color:#b39ddb!important}.deep-purple-text.text-lighten-3{color:#b39ddb!important}.deep-purple.lighten-2{background-color:#9575cd!important}.deep-purple-text.text-lighten-2{color:#9575cd!important}.deep-purple.lighten-1{background-color:#7e57c2!important}.deep-purple-text.text-lighten-1{color:#7e57c2!important}.deep-purple.darken-1{background-color:#5e35b1!important}.deep-purple-text.text-darken-1{color:#5e35b1!important}.deep-purple.darken-2{background-color:#512da8!important}.deep-purple-text.text-darken-2{color:#512da8!important}.deep-purple.darken-3{background-color:#4527a0!important}.deep-purple-text.text-darken-3{color:#4527a0!important}.deep-purple.darken-4{background-color:#311b92!important}.deep-purple-text.text-darken-4{color:#311b92!important}.deep-purple.accent-1{background-color:#b388ff!important}.deep-purple-text.text-accent-1{color:#b388ff!important}.deep-purple.accent-2{background-color:#7c4dff!important}.deep-purple-text.text-accent-2{color:#7c4dff!important}.deep-purple.accent-3{background-color:#651fff!important}.deep-purple-text.text-accent-3{color:#651fff!important}.deep-purple.accent-4{background-color:#6200ea!important}.deep-purple-text.text-accent-4{color:#6200ea!important}.indigo{background-color:#3f51b5!important}.indigo-text{color:#3f51b5!important}.indigo.lighten-5{background-color:#e8eaf6!important}.indigo-text.text-lighten-5{color:#e8eaf6!important}.indigo.lighten-4{background-color:#c5cae9!important}.indigo-text.text-lighten-4{color:#c5cae9!important}.indigo.lighten-3{background-color:#9fa8da!important}.indigo-text.text-lighten-3{color:#9fa8da!important}.indigo.lighten-2{background-color:#7986cb!important}.indigo-text.text-lighten-2{color:#7986cb!important}.indigo.lighten-1{background-color:#5c6bc0!important}.indigo-text.text-lighten-1{color:#5c6bc0!important}.indigo.darken-1{background-color:#3949ab!important}.indigo-text.text-darken-1{color:#3949ab!important}.indigo.darken-2{background-color:#303f9f!important}.indigo-text.text-darken-2{color:#303f9f!important}.indigo.darken-3{background-color:#283593!important}.indigo-text.text-darken-3{color:#283593!important}.indigo.darken-4{background-color:#1a237e!important}.indigo-text.text-darken-4{color:#1a237e!important}.indigo.accent-1{background-color:#8c9eff!important}.indigo-text.text-accent-1{color:#8c9eff!important}.indigo.accent-2{background-color:#536dfe!important}.indigo-text.text-accent-2{color:#536dfe!important}.indigo.accent-3{background-color:#3d5afe!important}.indigo-text.text-accent-3{color:#3d5afe!important}.indigo.accent-4{background-color:#304ffe!important}.indigo-text.text-accent-4{color:#304ffe!important}.blue{background-color:#2196f3!important}.blue-text{color:#2196f3!important}.blue.lighten-5{background-color:#e3f2fd!important}.blue-text.text-lighten-5{color:#e3f2fd!important}.blue.lighten-4{background-color:#bbdefb!important}.blue-text.text-lighten-4{color:#bbdefb!important}.blue.lighten-3{background-color:#90caf9!important}.blue-text.text-lighten-3{color:#90caf9!important}.blue.lighten-2{background-color:#64b5f6!important}.blue-text.text-lighten-2{color:#64b5f6!important}.blue.lighten-1{background-color:#42a5f5!important}.blue-text.text-lighten-1{color:#42a5f5!important}.blue.darken-1{background-color:#1e88e5!important}.blue-text.text-darken-1{color:#1e88e5!important}.blue.darken-2{background-color:#1976d2!important}.blue-text.text-darken-2{color:#1976d2!important}.blue.darken-3{background-color:#1565c0!important}.blue-text.text-darken-3{color:#1565c0!important}.blue.darken-4{background-color:#0d47a1!important}.blue-text.text-darken-4{color:#0d47a1!important}.blue.accent-1{background-color:#82b1ff!important}.blue-text.text-accent-1{color:#82b1ff!important}.blue.accent-2{background-color:#448aff!important}.blue-text.text-accent-2{color:#448aff!important}.blue.accent-3{background-color:#2979ff!important}.blue-text.text-accent-3{color:#2979ff!important}.blue.accent-4{background-color:#2962ff!important}.blue-text.text-accent-4{color:#2962ff!important}.light-blue{background-color:#03a9f4!important}.light-blue-text{color:#03a9f4!important}.light-blue.lighten-5{background-color:#e1f5fe!important}.light-blue-text.text-lighten-5{color:#e1f5fe!important}.light-blue.lighten-4{background-color:#b3e5fc!important}.light-blue-text.text-lighten-4{color:#b3e5fc!important}.light-blue.lighten-3{background-color:#81d4fa!important}.light-blue-text.text-lighten-3{color:#81d4fa!important}.light-blue.lighten-2{background-color:#4fc3f7!important}.light-blue-text.text-lighten-2{color:#4fc3f7!important}.light-blue.lighten-1{background-color:#29b6f6!important}.light-blue-text.text-lighten-1{color:#29b6f6!important}.light-blue.darken-1{background-color:#039be5!important}.light-blue-text.text-darken-1{color:#039be5!important}.light-blue.darken-2{background-color:#0288d1!important}.light-blue-text.text-darken-2{color:#0288d1!important}.light-blue.darken-3{background-color:#0277bd!important}.light-blue-text.text-darken-3{color:#0277bd!important}.light-blue.darken-4{background-color:#01579b!important}.light-blue-text.text-darken-4{color:#01579b!important}.light-blue.accent-1{background-color:#80d8ff!important}.light-blue-text.text-accent-1{color:#80d8ff!important}.light-blue.accent-2{background-color:#40c4ff!important}.light-blue-text.text-accent-2{color:#40c4ff!important}.light-blue.accent-3{background-color:#00b0ff!important}.light-blue-text.text-accent-3{color:#00b0ff!important}.light-blue.accent-4{background-color:#0091ea!important}.light-blue-text.text-accent-4{color:#0091ea!important}.cyan{background-color:#00bcd4!important}.cyan-text{color:#00bcd4!important}.cyan.lighten-5{background-color:#e0f7fa!important}.cyan-text.text-lighten-5{color:#e0f7fa!important}.cyan.lighten-4{background-color:#b2ebf2!important}.cyan-text.text-lighten-4{color:#b2ebf2!important}.cyan.lighten-3{background-color:#80deea!important}.cyan-text.text-lighten-3{color:#80deea!important}.cyan.lighten-2{background-color:#4dd0e1!important}.cyan-text.text-lighten-2{color:#4dd0e1!important}.cyan.lighten-1{background-color:#26c6da!important}.cyan-text.text-lighten-1{color:#26c6da!important}.cyan.darken-1{background-color:#00acc1!important}.cyan-text.text-darken-1{color:#00acc1!important}.cyan.darken-2{background-color:#0097a7!important}.cyan-text.text-darken-2{color:#0097a7!important}.cyan.darken-3{background-color:#00838f!important}.cyan-text.text-darken-3{color:#00838f!important}.cyan.darken-4{background-color:#006064!important}.cyan-text.text-darken-4{color:#006064!important}.cyan.accent-1{background-color:#84ffff!important}.cyan-text.text-accent-1{color:#84ffff!important}.cyan.accent-2{background-color:#18ffff!important}.cyan-text.text-accent-2{color:#18ffff!important}.cyan.accent-3{background-color:#00e5ff!important}.cyan-text.text-accent-3{color:#00e5ff!important}.cyan.accent-4{background-color:#00b8d4!important}.cyan-text.text-accent-4{color:#00b8d4!important}.teal{background-color:#009688!important}.teal-text{color:#009688!important}.teal.lighten-5{background-color:#e0f2f1!important}.teal-text.text-lighten-5{color:#e0f2f1!important}.teal.lighten-4{background-color:#b2dfdb!important}.teal-text.text-lighten-4{color:#b2dfdb!important}.teal.lighten-3{background-color:#80cbc4!important}.teal-text.text-lighten-3{color:#80cbc4!important}.teal.lighten-2{background-color:#4db6ac!important}.teal-text.text-lighten-2{color:#4db6ac!important}.teal.lighten-1{background-color:#26a69a!important}.teal-text.text-lighten-1{color:#26a69a!important}.teal.darken-1{background-color:#00897b!important}.teal-text.text-darken-1{color:#00897b!important}.teal.darken-2{background-color:#00796b!important}.teal-text.text-darken-2{color:#00796b!important}.teal.darken-3{background-color:#00695c!important}.teal-text.text-darken-3{color:#00695c!important}.teal.darken-4{background-color:#004d40!important}.teal-text.text-darken-4{color:#004d40!important}.teal.accent-1{background-color:#a7ffeb!important}.teal-text.text-accent-1{color:#a7ffeb!important}.teal.accent-2{background-color:#64ffda!important}.teal-text.text-accent-2{color:#64ffda!important}.teal.accent-3{background-color:#1de9b6!important}.teal-text.text-accent-3{color:#1de9b6!important}.teal.accent-4{background-color:#00bfa5!important}.teal-text.text-accent-4{color:#00bfa5!important}.green{background-color:#4caf50!important}.green-text{color:#4caf50!important}.green.lighten-5{background-color:#e8f5e9!important}.green-text.text-lighten-5{color:#e8f5e9!important}.green.lighten-4{background-color:#c8e6c9!important}.green-text.text-lighten-4{color:#c8e6c9!important}.green.lighten-3{background-color:#a5d6a7!important}.green-text.text-lighten-3{color:#a5d6a7!important}.green.lighten-2{background-color:#81c784!important}.green-text.text-lighten-2{color:#81c784!important}.green.lighten-1{background-color:#66bb6a!important}.green-text.text-lighten-1{color:#66bb6a!important}.green.darken-1{background-color:#43a047!important}.green-text.text-darken-1{color:#43a047!important}.green.darken-2{background-color:#388e3c!important}.green-text.text-darken-2{color:#388e3c!important}.green.darken-3{background-color:#2e7d32!important}.green-text.text-darken-3{color:#2e7d32!important}.green.darken-4{background-color:#1b5e20!important}.green-text.text-darken-4{color:#1b5e20!important}.green.accent-1{background-color:#b9f6ca!important}.green-text.text-accent-1{color:#b9f6ca!important}.green.accent-2{background-color:#69f0ae!important}.green-text.text-accent-2{color:#69f0ae!important}.green.accent-3{background-color:#00e676!important}.green-text.text-accent-3{color:#00e676!important}.green.accent-4{background-color:#00c853!important}.green-text.text-accent-4{color:#00c853!important}.light-green{background-color:#8bc34a!important}.light-green-text{color:#8bc34a!important}.light-green.lighten-5{background-color:#f1f8e9!important}.light-green-text.text-lighten-5{color:#f1f8e9!important}.light-green.lighten-4{background-color:#dcedc8!important}.light-green-text.text-lighten-4{color:#dcedc8!important}.light-green.lighten-3{background-color:#c5e1a5!important}.light-green-text.text-lighten-3{color:#c5e1a5!important}.light-green.lighten-2{background-color:#aed581!important}.light-green-text.text-lighten-2{color:#aed581!important}.light-green.lighten-1{background-color:#9ccc65!important}.light-green-text.text-lighten-1{color:#9ccc65!important}.light-green.darken-1{background-color:#7cb342!important}.light-green-text.text-darken-1{color:#7cb342!important}.light-green.darken-2{background-color:#689f38!important}.light-green-text.text-darken-2{color:#689f38!important}.light-green.darken-3{background-color:#558b2f!important}.light-green-text.text-darken-3{color:#558b2f!important}.light-green.darken-4{background-color:#33691e!important}.light-green-text.text-darken-4{color:#33691e!important}.light-green.accent-1{background-color:#ccff90!important}.light-green-text.text-accent-1{color:#ccff90!important}.light-green.accent-2{background-color:#b2ff59!important}.light-green-text.text-accent-2{color:#b2ff59!important}.light-green.accent-3{background-color:#76ff03!important}.light-green-text.text-accent-3{color:#76ff03!important}.light-green.accent-4{background-color:#64dd17!important}.light-green-text.text-accent-4{color:#64dd17!important}.lime{background-color:#cddc39!important}.lime-text{color:#cddc39!important}.lime.lighten-5{background-color:#f9fbe7!important}.lime-text.text-lighten-5{color:#f9fbe7!important}.lime.lighten-4{background-color:#f0f4c3!important}.lime-text.text-lighten-4{color:#f0f4c3!important}.lime.lighten-3{background-color:#e6ee9c!important}.lime-text.text-lighten-3{color:#e6ee9c!important}.lime.lighten-2{background-color:#dce775!important}.lime-text.text-lighten-2{color:#dce775!important}.lime.lighten-1{background-color:#d4e157!important}.lime-text.text-lighten-1{color:#d4e157!important}.lime.darken-1{background-color:#c0ca33!important}.lime-text.text-darken-1{color:#c0ca33!important}.lime.darken-2{background-color:#afb42b!important}.lime-text.text-darken-2{color:#afb42b!important}.lime.darken-3{background-color:#9e9d24!important}.lime-text.text-darken-3{color:#9e9d24!important}.lime.darken-4{background-color:#827717!important}.lime-text.text-darken-4{color:#827717!important}.lime.accent-1{background-color:#f4ff81!important}.lime-text.text-accent-1{color:#f4ff81!important}.lime.accent-2{background-color:#eeff41!important}.lime-text.text-accent-2{color:#eeff41!important}.lime.accent-3{background-color:#c6ff00!important}.lime-text.text-accent-3{color:#c6ff00!important}.lime.accent-4{background-color:#aeea00!important}.lime-text.text-accent-4{color:#aeea00!important}.yellow{background-color:#ffeb3b!important}.yellow-text{color:#ffeb3b!important}.yellow.lighten-5{background-color:#fffde7!important}.yellow-text.text-lighten-5{color:#fffde7!important}.yellow.lighten-4{background-color:#fff9c4!important}.yellow-text.text-lighten-4{color:#fff9c4!important}.yellow.lighten-3{background-color:#fff59d!important}.yellow-text.text-lighten-3{color:#fff59d!important}.yellow.lighten-2{background-color:#fff176!important}.yellow-text.text-lighten-2{color:#fff176!important}.yellow.lighten-1{background-color:#ffee58!important}.yellow-text.text-lighten-1{color:#ffee58!important}.yellow.darken-1{background-color:#fdd835!important}.yellow-text.text-darken-1{color:#fdd835!important}.yellow.darken-2{background-color:#fbc02d!important}.yellow-text.text-darken-2{color:#fbc02d!important}.yellow.darken-3{background-color:#f9a825!important}.yellow-text.text-darken-3{color:#f9a825!important}.yellow.darken-4{background-color:#f57f17!important}.yellow-text.text-darken-4{color:#f57f17!important}.yellow.accent-1{background-color:#ffff8d!important}.yellow-text.text-accent-1{color:#ffff8d!important}.yellow.accent-2{background-color:#ff0!important}.yellow-text.text-accent-2{color:#ff0!important}.yellow.accent-3{background-color:#ffea00!important}.yellow-text.text-accent-3{color:#ffea00!important}.yellow.accent-4{background-color:#ffd600!important}.yellow-text.text-accent-4{color:#ffd600!important}.amber{background-color:#ffc107!important}.amber-text{color:#ffc107!important}.amber.lighten-5{background-color:#fff8e1!important}.amber-text.text-lighten-5{color:#fff8e1!important}.amber.lighten-4{background-color:#ffecb3!important}.amber-text.text-lighten-4{color:#ffecb3!important}.amber.lighten-3{background-color:#ffe082!important}.amber-text.text-lighten-3{color:#ffe082!important}.amber.lighten-2{background-color:#ffd54f!important}.amber-text.text-lighten-2{color:#ffd54f!important}.amber.lighten-1{background-color:#ffca28!important}.amber-text.text-lighten-1{color:#ffca28!important}.amber.darken-1{background-color:#ffb300!important}.amber-text.text-darken-1{color:#ffb300!important}.amber.darken-2{background-color:#ffa000!important}.amber-text.text-darken-2{color:#ffa000!important}.amber.darken-3{background-color:#ff8f00!important}.amber-text.text-darken-3{color:#ff8f00!important}.amber.darken-4{background-color:#ff6f00!important}.amber-text.text-darken-4{color:#ff6f00!important}.amber.accent-1{background-color:#ffe57f!important}.amber-text.text-accent-1{color:#ffe57f!important}.amber.accent-2{background-color:#ffd740!important}.amber-text.text-accent-2{color:#ffd740!important}.amber.accent-3{background-color:#ffc400!important}.amber-text.text-accent-3{color:#ffc400!important}.amber.accent-4{background-color:#ffab00!important}.amber-text.text-accent-4{color:#ffab00!important}.orange{background-color:#ff9800!important}.orange-text{color:#ff9800!important}.orange.lighten-5{background-color:#fff3e0!important}.orange-text.text-lighten-5{color:#fff3e0!important}.orange.lighten-4{background-color:#ffe0b2!important}.orange-text.text-lighten-4{color:#ffe0b2!important}.orange.lighten-3{background-color:#ffcc80!important}.orange-text.text-lighten-3{color:#ffcc80!important}.orange.lighten-2{background-color:#ffb74d!important}.orange-text.text-lighten-2{color:#ffb74d!important}.orange.lighten-1{background-color:#ffa726!important}.orange-text.text-lighten-1{color:#ffa726!important}.orange.darken-1{background-color:#fb8c00!important}.orange-text.text-darken-1{color:#fb8c00!important}.orange.darken-2{background-color:#f57c00!important}.orange-text.text-darken-2{color:#f57c00!important}.orange.darken-3{background-color:#ef6c00!important}.orange-text.text-darken-3{color:#ef6c00!important}.orange.darken-4{background-color:#e65100!important}.orange-text.text-darken-4{color:#e65100!important}.orange.accent-1{background-color:#ffd180!important}.orange-text.text-accent-1{color:#ffd180!important}.orange.accent-2{background-color:#ffab40!important}.orange-text.text-accent-2{color:#ffab40!important}.orange.accent-3{background-color:#ff9100!important}.orange-text.text-accent-3{color:#ff9100!important}.orange.accent-4{background-color:#ff6d00!important}.orange-text.text-accent-4{color:#ff6d00!important}.deep-orange{background-color:#ff5722!important}.deep-orange-text{color:#ff5722!important}.deep-orange.lighten-5{background-color:#fbe9e7!important}.deep-orange-text.text-lighten-5{color:#fbe9e7!important}.deep-orange.lighten-4{background-color:#ffccbc!important}.deep-orange-text.text-lighten-4{color:#ffccbc!important}.deep-orange.lighten-3{background-color:#ffab91!important}.deep-orange-text.text-lighten-3{color:#ffab91!important}.deep-orange.lighten-2{background-color:#ff8a65!important}.deep-orange-text.text-lighten-2{color:#ff8a65!important}.deep-orange.lighten-1{background-color:#ff7043!important}.deep-orange-text.text-lighten-1{color:#ff7043!important}.deep-orange.darken-1{background-color:#f4511e!important}.deep-orange-text.text-darken-1{color:#f4511e!important}.deep-orange.darken-2{background-color:#e64a19!important}.deep-orange-text.text-darken-2{color:#e64a19!important}.deep-orange.darken-3{background-color:#d84315!important}.deep-orange-text.text-darken-3{color:#d84315!important}.deep-orange.darken-4{background-color:#bf360c!important}.deep-orange-text.text-darken-4{color:#bf360c!important}.deep-orange.accent-1{background-color:#ff9e80!important}.deep-orange-text.text-accent-1{color:#ff9e80!important}.deep-orange.accent-2{background-color:#ff6e40!important}.deep-orange-text.text-accent-2{color:#ff6e40!important}.deep-orange.accent-3{background-color:#ff3d00!important}.deep-orange-text.text-accent-3{color:#ff3d00!important}.deep-orange.accent-4{background-color:#dd2c00!important}.deep-orange-text.text-accent-4{color:#dd2c00!important}.brown{background-color:#795548!important}.brown-text{color:#795548!important}.brown.lighten-5{background-color:#efebe9!important}.brown-text.text-lighten-5{color:#efebe9!important}.brown.lighten-4{background-color:#d7ccc8!important}.brown-text.text-lighten-4{color:#d7ccc8!important}.brown.lighten-3{background-color:#bcaaa4!important}.brown-text.text-lighten-3{color:#bcaaa4!important}.brown.lighten-2{background-color:#a1887f!important}.brown-text.text-lighten-2{color:#a1887f!important}.brown.lighten-1{background-color:#8d6e63!important}.brown-text.text-lighten-1{color:#8d6e63!important}.brown.darken-1{background-color:#6d4c41!important}.brown-text.text-darken-1{color:#6d4c41!important}.brown.darken-2{background-color:#5d4037!important}.brown-text.text-darken-2{color:#5d4037!important}.brown.darken-3{background-color:#4e342e!important}.brown-text.text-darken-3{color:#4e342e!important}.brown.darken-4{background-color:#3e2723!important}.brown-text.text-darken-4{color:#3e2723!important}.blue-grey{background-color:#607d8b!important}.blue-grey-text{color:#607d8b!important}.blue-grey.lighten-5{background-color:#eceff1!important}.blue-grey-text.text-lighten-5{color:#eceff1!important}.blue-grey.lighten-4{background-color:#cfd8dc!important}.blue-grey-text.text-lighten-4{color:#cfd8dc!important}.blue-grey.lighten-3{background-color:#b0bec5!important}.blue-grey-text.text-lighten-3{color:#b0bec5!important}.blue-grey.lighten-2{background-color:#90a4ae!important}.blue-grey-text.text-lighten-2{color:#90a4ae!important}.blue-grey.lighten-1{background-color:#78909c!important}.blue-grey-text.text-lighten-1{color:#78909c!important}.blue-grey.darken-1{background-color:#546e7a!important}.blue-grey-text.text-darken-1{color:#546e7a!important}.blue-grey.darken-2{background-color:#455a64!important}.blue-grey-text.text-darken-2{color:#455a64!important}.blue-grey.darken-3{background-color:#37474f!important}.blue-grey-text.text-darken-3{color:#37474f!important}.blue-grey.darken-4{background-color:#263238!important}.blue-grey-text.text-darken-4{color:#263238!important}.grey{background-color:#9e9e9e!important}.grey-text{color:#9e9e9e!important}.grey.lighten-5{background-color:#fafafa!important}.grey-text.text-lighten-5{color:#fafafa!important}.grey.lighten-4{background-color:#f5f5f5!important}.grey-text.text-lighten-4{color:#f5f5f5!important}.grey.lighten-3{background-color:#eee!important}.grey-text.text-lighten-3{color:#eee!important}.grey.lighten-2{background-color:#e0e0e0!important}.grey-text.text-lighten-2{color:#e0e0e0!important}.grey.lighten-1{background-color:#bdbdbd!important}.grey-text.text-lighten-1{color:#bdbdbd!important}.grey.darken-1{background-color:#757575!important}.grey-text.text-darken-1{color:#757575!important}.grey.darken-2{background-color:#616161!important}.grey-text.text-darken-2{color:#616161!important}.grey.darken-3{background-color:#424242!important}.grey-text.text-darken-3{color:#424242!important}.grey.darken-4{background-color:#212121!important}.grey-text.text-darken-4{color:#212121!important}.black{background-color:#000!important}.black-text{color:#000!important}.white{background-color:#fff!important}.white-text{color:#fff!important}.transparent{background-color:#0000!important}.transparent-text{color:#0000!important}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;line-height:1.15}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{margin:.67em 0;font-size:2em}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{-webkit-text-decoration-skip:objects;background-color:#0000}abbr[title]{text-decoration:underline;border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}dfn{font-style:italic}mark{color:#000;background-color:#ff0}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){height:0;display:none}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0;font-family:sans-serif;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline;display:inline-block}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template,[hidden]{display:none}html{box-sizing:border-box}*,:before,:after{box-sizing:inherit}button,input,optgroup,select,textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}ul:not(.browser-default){padding-left:0;list-style-type:none}ul:not(.browser-default)>li{list-style-type:none}a{color:#039be5;-webkit-tap-highlight-color:transparent;text-decoration:none}.valign-wrapper{align-items:center;display:flex}.clearfix{clear:both}.z-depth-0{box-shadow:none!important}.z-depth-1,.collapsible,.dropdown-content{box-shadow:0 2px 2px #00000024,0 3px 1px -2px #0000001f,0 1px 5px #0003}.z-depth-1-half{box-shadow:0 3px 3px #00000024,0 1px 7px #0000001f,0 3px 1px -1px #0003}.z-depth-2{box-shadow:0 4px 5px #00000024,0 1px 10px #0000001f,0 2px 4px -1px #0000004d}.z-depth-3{box-shadow:0 8px 17px 2px #00000024,0 3px 14px 2px #0000001f,0 5px 5px -3px #0003}.z-depth-4{box-shadow:0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f,0 8px 10px -7px #0003}.z-depth-5{box-shadow:0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f,0 11px 15px -7px #0003}.hoverable{transition:box-shadow .25s}.hoverable:hover{box-shadow:0 8px 17px #0003,0 6px 20px #00000030}.divider{background-color:#e0e0e0;height:1px;overflow:hidden}blockquote{border-left:5px solid #ee6e73;margin:20px 0;padding-left:1.5rem}i{line-height:inherit}i.left{float:left;margin-right:15px}i.right{float:right;margin-left:15px}i.tiny{font-size:1rem}i.small{font-size:2rem}i.medium{font-size:4rem}i.large{font-size:6rem}img.responsive-img,video.responsive-video{max-width:100%;height:auto}.breadcrumb{color:#ffffffb3;font-size:18px}.breadcrumb i,.breadcrumb [class^=mdi-],.breadcrumb [class*=mdi-],.breadcrumb i.material-icons{float:left;font-size:24px;display:inline-block}.breadcrumb:before{content:"";color:#ffffffb3;vertical-align:top;-webkit-font-smoothing:antialiased;margin:0 10px 0 8px;font-family:Material Icons;font-size:25px;font-style:normal;font-weight:400;display:inline-block}.breadcrumb:first-child:before{display:none}.breadcrumb:last-child{color:#fff}.parallax-container{height:500px;position:relative;overflow:hidden}.parallax-container .parallax{z-index:-1;position:absolute;inset:0}.parallax-container .parallax img{opacity:0;min-width:100%;min-height:100%;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.pin-top,.pin-bottom{position:relative}.pinned{position:fixed!important}ul.staggered-list li{opacity:0}.fade-in{opacity:0;transform-origin:0}@media only screen and (width<=600px){.hide-on-small-only,.hide-on-small-and-down{display:none!important}}@media only screen and (width<=992px){.hide-on-med-and-down{display:none!important}}@media only screen and (width>=601px){.hide-on-med-and-up{display:none!important}}@media only screen and (width>=600px) and (width<=992px){.hide-on-med-only{display:none!important}}@media only screen and (width>=993px){.hide-on-large-only{display:none!important}}@media only screen and (width>=1201px){.hide-on-extra-large-only{display:none!important}.show-on-extra-large{display:block!important}}@media only screen and (width>=993px){.show-on-large{display:block!important}}@media only screen and (width>=600px) and (width<=992px){.show-on-medium{display:block!important}}@media only screen and (width<=600px){.show-on-small{display:block!important}}@media only screen and (width>=601px){.show-on-medium-and-up{display:block!important}}@media only screen and (width<=992px){.show-on-medium-and-down{display:block!important}}@media only screen and (width<=600px){.center-on-small-only{text-align:center}}.page-footer{color:#fff;background-color:#ee6e73;padding-top:20px}.page-footer .footer-copyright{color:#fffc;background-color:#33333314;justify-content:space-between;align-items:center;min-height:50px;padding:10px 0;display:flex;overflow:hidden}@media only screen and (width<=992px){table.responsive-table{border-collapse:collapse;border-spacing:0;width:100%;display:block;position:relative}table.responsive-table td:empty:before{content:" "}table.responsive-table th,table.responsive-table td{vertical-align:top;margin:0}table.responsive-table th{text-align:left}table.responsive-table thead{float:left;display:block}table.responsive-table thead tr{padding:0 10px 0 0;display:block}table.responsive-table thead tr th:before{content:" "}table.responsive-table tbody{white-space:nowrap;width:auto;display:block;position:relative;overflow-x:auto}table.responsive-table tbody tr{vertical-align:top;display:inline-block}table.responsive-table th{text-align:right;display:block}table.responsive-table td{text-align:left;min-height:1.25em;display:block}table.responsive-table tr{border-bottom:none;padding:0 10px}table.responsive-table thead{border:0;border-right:1px solid #0000001f}}.collection{border:1px solid #e0e0e0;border-radius:2px;margin:.5rem 0 1rem;position:relative;overflow:hidden}.collection .collection-item{background-color:#fff;border-bottom:1px solid #e0e0e0;margin:0;padding:10px 20px;line-height:1.5rem}.collection .collection-item.avatar{min-height:84px;padding-left:72px;position:relative}.collection .collection-item.avatar:not(.circle-clipper)>.circle,.collection .collection-item.avatar :not(.circle-clipper)>.circle{vertical-align:middle;width:42px;height:42px;display:inline-block;position:absolute;left:15px;overflow:hidden}.collection .collection-item.avatar i.circle{color:#fff;text-align:center;background-color:#999;font-size:18px;line-height:42px}.collection .collection-item.avatar .title{font-size:16px}.collection .collection-item.avatar p{margin:0}.collection .collection-item.avatar .secondary-content{position:absolute;top:16px;right:16px}.collection .collection-item:last-child{border-bottom:none}.collection .collection-item.active{color:#eafaf9;background-color:#26a69a}.collection .collection-item.active .secondary-content{color:#fff}.collection a.collection-item{color:#26a69a;transition:all .25s;display:block}.collection a.collection-item:not(.active):hover{background-color:#ddd}.collection.with-header .collection-header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:10px 20px}.collection.with-header .collection-item{padding-left:30px}.collection.with-header .collection-item.avatar{padding-left:72px}.secondary-content{float:right;color:#26a69a}.collapsible .collection{border:none;margin:0}.video-container{height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.video-container iframe,.video-container object,.video-container embed{width:100%;height:100%;position:absolute;top:0;left:0}.progress{background-color:#acece6;border-radius:2px;width:100%;height:4px;margin:.5rem 0 1rem;display:block;position:relative;overflow:hidden}.progress .determinate{background-color:#26a69a;transition:width .3s linear;position:absolute;top:0;bottom:0;left:0}.progress .indeterminate{background-color:#26a69a}.progress .indeterminate:before{content:"";background-color:inherit;will-change:left, right;animation:2.1s cubic-bezier(.65,.815,.735,.395) infinite indeterminate;position:absolute;top:0;bottom:0;left:0}.progress .indeterminate:after{content:"";background-color:inherit;will-change:left, right;animation:2.1s cubic-bezier(.165,.84,.44,1) 1.15s infinite indeterminate-short;position:absolute;top:0;bottom:0;left:0}@keyframes indeterminate{0%{left:-35%;right:100%}60%{left:100%;right:-90%}to{left:100%;right:-90%}}@keyframes indeterminate-short{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}.hide{display:none!important}.left-align{text-align:left}.right-align{text-align:right}.center,.center-align{text-align:center}.left{float:left!important}.right{float:right!important}.no-select,input[type=range],input[type=range]+.thumb{-webkit-user-select:none;user-select:none}.circle{border-radius:50%}.center-block{margin-left:auto;margin-right:auto;display:block}.truncate{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.no-padding{padding:0!important}select:focus{outline:1px solid #c9f3ef}button:focus{outline:none}label{color:#9e9e9e;font-size:.8rem}.select-wrapper.valid>input.select-dropdown,input:not([type]).valid,input:not([type]):focus.valid,input[type=text]:not(.browser-default).valid,input[type=text]:not(.browser-default):focus.valid,input[type=password]:not(.browser-default).valid,input[type=password]:not(.browser-default):focus.valid,input[type=email]:not(.browser-default).valid,input[type=email]:not(.browser-default):focus.valid,input[type=url]:not(.browser-default).valid,input[type=url]:not(.browser-default):focus.valid,input[type=time]:not(.browser-default).valid,input[type=time]:not(.browser-default):focus.valid,input[type=date]:not(.browser-default).valid,input[type=date]:not(.browser-default):focus.valid,input[type=datetime]:not(.browser-default).valid,input[type=datetime]:not(.browser-default):focus.valid,input[type=datetime-local]:not(.browser-default).valid,input[type=datetime-local]:not(.browser-default):focus.valid,input[type=tel]:not(.browser-default).valid,input[type=tel]:not(.browser-default):focus.valid,input[type=number]:not(.browser-default).valid,input[type=number]:not(.browser-default):focus.valid,input[type=search]:not(.browser-default).valid,input[type=search]:not(.browser-default):focus.valid,textarea.materialize-textarea.valid,textarea.materialize-textarea:focus.valid{border-bottom:1px solid #4caf50;box-shadow:0 1px #4caf50}.select-wrapper.invalid>input.select-dropdown,.select-wrapper.invalid>input.select-dropdown:focus,input:not([type]).invalid,input:not([type]):focus.invalid,input[type=text]:not(.browser-default).invalid,input[type=text]:not(.browser-default):focus.invalid,input[type=password]:not(.browser-default).invalid,input[type=password]:not(.browser-default):focus.invalid,input[type=email]:not(.browser-default).invalid,input[type=email]:not(.browser-default):focus.invalid,input[type=url]:not(.browser-default).invalid,input[type=url]:not(.browser-default):focus.invalid,input[type=time]:not(.browser-default).invalid,input[type=time]:not(.browser-default):focus.invalid,input[type=date]:not(.browser-default).invalid,input[type=date]:not(.browser-default):focus.invalid,input[type=datetime]:not(.browser-default).invalid,input[type=datetime]:not(.browser-default):focus.invalid,input[type=datetime-local]:not(.browser-default).invalid,input[type=datetime-local]:not(.browser-default):focus.invalid,input[type=tel]:not(.browser-default).invalid,input[type=tel]:not(.browser-default):focus.invalid,input[type=number]:not(.browser-default).invalid,input[type=number]:not(.browser-default):focus.invalid,input[type=search]:not(.browser-default).invalid,input[type=search]:not(.browser-default):focus.invalid,textarea.materialize-textarea.invalid,textarea.materialize-textarea:focus.invalid{border-bottom:1px solid #f44336;box-shadow:0 1px #f44336}.select-wrapper.valid .helper-text[data-success],.select-wrapper.invalid~.helper-text[data-error],input:not([type]).valid~.helper-text[data-success],input:not([type]):focus.valid~.helper-text[data-success],input:not([type]).invalid~.helper-text[data-error],input:not([type]):focus.invalid~.helper-text[data-error],input[type=text]:not(.browser-default).valid~.helper-text[data-success],input[type=text]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=text]:not(.browser-default).invalid~.helper-text[data-error],input[type=text]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=password]:not(.browser-default).valid~.helper-text[data-success],input[type=password]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=password]:not(.browser-default).invalid~.helper-text[data-error],input[type=password]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=email]:not(.browser-default).valid~.helper-text[data-success],input[type=email]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=email]:not(.browser-default).invalid~.helper-text[data-error],input[type=email]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=url]:not(.browser-default).valid~.helper-text[data-success],input[type=url]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=url]:not(.browser-default).invalid~.helper-text[data-error],input[type=url]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=time]:not(.browser-default).valid~.helper-text[data-success],input[type=time]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=time]:not(.browser-default).invalid~.helper-text[data-error],input[type=time]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=date]:not(.browser-default).valid~.helper-text[data-success],input[type=date]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=date]:not(.browser-default).invalid~.helper-text[data-error],input[type=date]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=datetime]:not(.browser-default).valid~.helper-text[data-success],input[type=datetime]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=datetime]:not(.browser-default).invalid~.helper-text[data-error],input[type=datetime]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=datetime-local]:not(.browser-default).valid~.helper-text[data-success],input[type=datetime-local]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=datetime-local]:not(.browser-default).invalid~.helper-text[data-error],input[type=datetime-local]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=tel]:not(.browser-default).valid~.helper-text[data-success],input[type=tel]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=tel]:not(.browser-default).invalid~.helper-text[data-error],input[type=tel]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=number]:not(.browser-default).valid~.helper-text[data-success],input[type=number]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=number]:not(.browser-default).invalid~.helper-text[data-error],input[type=number]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=search]:not(.browser-default).valid~.helper-text[data-success],input[type=search]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=search]:not(.browser-default).invalid~.helper-text[data-error],input[type=search]:not(.browser-default):focus.invalid~.helper-text[data-error],textarea.materialize-textarea.valid~.helper-text[data-success],textarea.materialize-textarea:focus.valid~.helper-text[data-success],textarea.materialize-textarea.invalid~.helper-text[data-error],textarea.materialize-textarea:focus.invalid~.helper-text[data-error]{color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none}.select-wrapper.valid~.helper-text:after,input:not([type]).valid~.helper-text:after,input:not([type]):focus.valid~.helper-text:after,input[type=text]:not(.browser-default).valid~.helper-text:after,input[type=text]:not(.browser-default):focus.valid~.helper-text:after,input[type=password]:not(.browser-default).valid~.helper-text:after,input[type=password]:not(.browser-default):focus.valid~.helper-text:after,input[type=email]:not(.browser-default).valid~.helper-text:after,input[type=email]:not(.browser-default):focus.valid~.helper-text:after,input[type=url]:not(.browser-default).valid~.helper-text:after,input[type=url]:not(.browser-default):focus.valid~.helper-text:after,input[type=time]:not(.browser-default).valid~.helper-text:after,input[type=time]:not(.browser-default):focus.valid~.helper-text:after,input[type=date]:not(.browser-default).valid~.helper-text:after,input[type=date]:not(.browser-default):focus.valid~.helper-text:after,input[type=datetime]:not(.browser-default).valid~.helper-text:after,input[type=datetime]:not(.browser-default):focus.valid~.helper-text:after,input[type=datetime-local]:not(.browser-default).valid~.helper-text:after,input[type=datetime-local]:not(.browser-default):focus.valid~.helper-text:after,input[type=tel]:not(.browser-default).valid~.helper-text:after,input[type=tel]:not(.browser-default):focus.valid~.helper-text:after,input[type=number]:not(.browser-default).valid~.helper-text:after,input[type=number]:not(.browser-default):focus.valid~.helper-text:after,input[type=search]:not(.browser-default).valid~.helper-text:after,input[type=search]:not(.browser-default):focus.valid~.helper-text:after,textarea.materialize-textarea.valid~.helper-text:after,textarea.materialize-textarea:focus.valid~.helper-text:after{content:attr(data-success);color:#4caf50}.select-wrapper.invalid~.helper-text:after,input:not([type]).invalid~.helper-text:after,input:not([type]):focus.invalid~.helper-text:after,input[type=text]:not(.browser-default).invalid~.helper-text:after,input[type=text]:not(.browser-default):focus.invalid~.helper-text:after,input[type=password]:not(.browser-default).invalid~.helper-text:after,input[type=password]:not(.browser-default):focus.invalid~.helper-text:after,input[type=email]:not(.browser-default).invalid~.helper-text:after,input[type=email]:not(.browser-default):focus.invalid~.helper-text:after,input[type=url]:not(.browser-default).invalid~.helper-text:after,input[type=url]:not(.browser-default):focus.invalid~.helper-text:after,input[type=time]:not(.browser-default).invalid~.helper-text:after,input[type=time]:not(.browser-default):focus.invalid~.helper-text:after,input[type=date]:not(.browser-default).invalid~.helper-text:after,input[type=date]:not(.browser-default):focus.invalid~.helper-text:after,input[type=datetime]:not(.browser-default).invalid~.helper-text:after,input[type=datetime]:not(.browser-default):focus.invalid~.helper-text:after,input[type=datetime-local]:not(.browser-default).invalid~.helper-text:after,input[type=datetime-local]:not(.browser-default):focus.invalid~.helper-text:after,input[type=tel]:not(.browser-default).invalid~.helper-text:after,input[type=tel]:not(.browser-default):focus.invalid~.helper-text:after,input[type=number]:not(.browser-default).invalid~.helper-text:after,input[type=number]:not(.browser-default):focus.invalid~.helper-text:after,input[type=search]:not(.browser-default).invalid~.helper-text:after,input[type=search]:not(.browser-default):focus.invalid~.helper-text:after,textarea.materialize-textarea.invalid~.helper-text:after,textarea.materialize-textarea:focus.invalid~.helper-text:after{content:attr(data-error);color:#f44336}.select-wrapper+label:after,input:not([type])+label:after,input[type=text]:not(.browser-default)+label:after,input[type=password]:not(.browser-default)+label:after,input[type=email]:not(.browser-default)+label:after,input[type=url]:not(.browser-default)+label:after,input[type=time]:not(.browser-default)+label:after,input[type=date]:not(.browser-default)+label:after,input[type=datetime]:not(.browser-default)+label:after,input[type=datetime-local]:not(.browser-default)+label:after,input[type=tel]:not(.browser-default)+label:after,input[type=number]:not(.browser-default)+label:after,input[type=search]:not(.browser-default)+label:after,textarea.materialize-textarea+label:after{content:"";opacity:0;transition:opacity .2s ease-out,color .2s ease-out;display:block;position:absolute;top:100%;left:0}.input-field>label:not(.label-icon).active,.input-field>input[type=date]:not(.browser-default)+label,.input-field>input[type=time]:not(.browser-default)+label{transform-origin:0 0;transform:translateY(-14px)scale(.8)}.input-field>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label{transform-origin:0 0;transform:translateY(-14px)scale(.8)}@media only screen and (width<=992px){.input-field .prefix~input{width:calc(100% - 3rem)}}@media only screen and (width<=600px){.input-field .prefix~input{width:calc(100% - 3rem)}}[type=checkbox]:not(:checked,.default),[type=checkbox]:checked:not(.default){opacity:0;pointer-events:none;position:absolute}[type=checkbox]+span:not(.lever){cursor:pointer;-webkit-user-select:none;user-select:none;height:25px;padding-left:35px;font-size:1rem;line-height:25px;display:inline-block;position:relative}[type=checkbox]+span:not(.lever):before,[type=checkbox]:not(.filled-in)+span:not(.lever):after{content:"";z-index:0;border:2px solid #5a5a5a;border-radius:1px;width:18px;height:18px;margin-top:3px;transition:all .2s;position:absolute;top:0;left:0}[type=checkbox]:not(.filled-in)+span:not(.lever):after{border:0;transform:scale(0)}[type=checkbox]:not(:checked):disabled+span:not(.lever):before{background-color:#0000006b;border:none}[type=checkbox].tabbed:focus+span:not(.lever):after{background-color:#0000001a;border:0;border-radius:50%;transform:scale(1);box-shadow:0 0 0 10px #0000001a}[type=checkbox]:checked+span:not(.lever):before{backface-visibility:hidden;transform-origin:100% 100%;border:2px solid #26a69a;border-color:#0000 #26a69a #26a69a #0000;width:12px;height:22px;top:-4px;left:-5px;transform:rotate(40deg)}[type=checkbox]:checked:disabled+span:before{border-bottom:2px solid #0000006b;border-right:2px solid #0000006b}[type=checkbox]:indeterminate+span:not(.lever):before{backface-visibility:hidden;transform-origin:100% 100%;border:none;border-right:2px solid #26a69a;width:10px;height:22px;top:-11px;left:-12px;transform:rotate(90deg)}[type=checkbox]:indeterminate:disabled+span:not(.lever):before{background-color:#0000;border-right:2px solid #0000006b}[type=checkbox].filled-in+span:not(.lever):after{border-radius:2px}[type=checkbox].filled-in+span:not(.lever):before,[type=checkbox].filled-in+span:not(.lever):after{content:"";z-index:1;transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;position:absolute;left:0}[type=checkbox].filled-in:not(:checked)+span:not(.lever):before{transform-origin:100% 100%;border:3px solid #0000;width:0;height:0;top:10px;left:6px;transform:rotate(37deg)}[type=checkbox].filled-in:not(:checked)+span:not(.lever):after{z-index:0;background-color:#0000;border:2px solid #5a5a5a;width:20px;height:20px;top:0}[type=checkbox].filled-in:checked+span:not(.lever):before{transform-origin:100% 100%;border:2px solid #fff;border-color:#0000 #fff #fff #0000;width:8px;height:13px;top:0;left:1px;transform:rotate(37deg)}[type=checkbox].filled-in:checked+span:not(.lever):after{z-index:0;background-color:#26a69a;border:2px solid #26a69a;width:20px;height:20px;top:0}[type=checkbox].filled-in.tabbed:focus+span:not(.lever):after{background-color:#0000001a;border-color:#5a5a5a;border-radius:2px}[type=checkbox].filled-in.tabbed:checked:focus+span:not(.lever):after{background-color:#26a69a;border-color:#26a69a;border-radius:2px}[type=checkbox].filled-in:disabled:not(:checked)+span:not(.lever):before{background-color:#0000;border:2px solid #0000}[type=checkbox].filled-in:disabled:not(:checked)+span:not(.lever):after{background-color:#949494;border-color:#0000}[type=checkbox].filled-in:disabled:checked+span:not(.lever):before{background-color:#0000}[type=checkbox].filled-in:disabled:checked+span:not(.lever):after{background-color:#949494;border-color:#949494}select:disabled,.select-wrapper.disabled+label{color:#0000006b}body.keyboard-focused .select-dropdown.dropdown-content li:focus,.select-dropdown.dropdown-content li:hover{background-color:#00000014}.file-field{position:relative}.file-field .file-path-wrapper{padding-left:10px;overflow:hidden}.file-field input.file-path{width:100%}.file-field .btn{float:left;height:3rem;line-height:3rem}.file-field span{cursor:pointer}.file-field input[type=file]::-webkit-file-upload-button{display:none}.file-field input[type=file]{cursor:pointer;opacity:0;width:100%;filter:alpha(opacity=0);margin:0;padding:0;font-size:20px;position:absolute;inset:0}::placeholder{color:#d1d1d1}input:not([type]),input[type=text]:not(.browser-default),input[type=password]:not(.browser-default),input[type=email]:not(.browser-default),input[type=url]:not(.browser-default),input[type=time]:not(.browser-default),input[type=date]:not(.browser-default),input[type=datetime]:not(.browser-default),input[type=datetime-local]:not(.browser-default),input[type=tel]:not(.browser-default),input[type=number]:not(.browser-default),input[type=search]:not(.browser-default),textarea.materialize-textarea{width:100%;height:3rem;box-shadow:none;box-sizing:content-box;background-color:#0000;border:none;border-bottom:1px solid #9e9e9e;border-radius:0;outline:none;margin:0 0 8px;padding:0;font-size:16px;transition:box-shadow .3s,border .3s}input:not([type]):disabled,input:not([type])[readonly=readonly],input[type=text]:not(.browser-default):disabled,input[type=text]:not(.browser-default)[readonly=readonly],input[type=password]:not(.browser-default):disabled,input[type=password]:not(.browser-default)[readonly=readonly],input[type=email]:not(.browser-default):disabled,input[type=email]:not(.browser-default)[readonly=readonly],input[type=url]:not(.browser-default):disabled,input[type=url]:not(.browser-default)[readonly=readonly],input[type=time]:not(.browser-default):disabled,input[type=time]:not(.browser-default)[readonly=readonly],input[type=date]:not(.browser-default):disabled,input[type=date]:not(.browser-default)[readonly=readonly],input[type=datetime]:not(.browser-default):disabled,input[type=datetime]:not(.browser-default)[readonly=readonly],input[type=datetime-local]:not(.browser-default):disabled,input[type=datetime-local]:not(.browser-default)[readonly=readonly],input[type=tel]:not(.browser-default):disabled,input[type=tel]:not(.browser-default)[readonly=readonly],input[type=number]:not(.browser-default):disabled,input[type=number]:not(.browser-default)[readonly=readonly],input[type=search]:not(.browser-default):disabled,input[type=search]:not(.browser-default)[readonly=readonly],textarea.materialize-textarea:disabled,textarea.materialize-textarea[readonly=readonly]{color:#0000006b;border-bottom:1px dotted #0000006b}input:not([type]):disabled+label,input:not([type])[readonly=readonly]+label,input[type=text]:not(.browser-default):disabled+label,input[type=text]:not(.browser-default)[readonly=readonly]+label,input[type=password]:not(.browser-default):disabled+label,input[type=password]:not(.browser-default)[readonly=readonly]+label,input[type=email]:not(.browser-default):disabled+label,input[type=email]:not(.browser-default)[readonly=readonly]+label,input[type=url]:not(.browser-default):disabled+label,input[type=url]:not(.browser-default)[readonly=readonly]+label,input[type=time]:not(.browser-default):disabled+label,input[type=time]:not(.browser-default)[readonly=readonly]+label,input[type=date]:not(.browser-default):disabled+label,input[type=date]:not(.browser-default)[readonly=readonly]+label,input[type=datetime]:not(.browser-default):disabled+label,input[type=datetime]:not(.browser-default)[readonly=readonly]+label,input[type=datetime-local]:not(.browser-default):disabled+label,input[type=datetime-local]:not(.browser-default)[readonly=readonly]+label,input[type=tel]:not(.browser-default):disabled+label,input[type=tel]:not(.browser-default)[readonly=readonly]+label,input[type=number]:not(.browser-default):disabled+label,input[type=number]:not(.browser-default)[readonly=readonly]+label,input[type=search]:not(.browser-default):disabled+label,input[type=search]:not(.browser-default)[readonly=readonly]+label,textarea.materialize-textarea:disabled+label,textarea.materialize-textarea[readonly=readonly]+label{color:#0000006b}input:not([type]):focus:not([readonly]),input[type=text]:not(.browser-default):focus:not([readonly]),input[type=password]:not(.browser-default):focus:not([readonly]),input[type=email]:not(.browser-default):focus:not([readonly]),input[type=url]:not(.browser-default):focus:not([readonly]),input[type=time]:not(.browser-default):focus:not([readonly]),input[type=date]:not(.browser-default):focus:not([readonly]),input[type=datetime]:not(.browser-default):focus:not([readonly]),input[type=datetime-local]:not(.browser-default):focus:not([readonly]),input[type=tel]:not(.browser-default):focus:not([readonly]),input[type=number]:not(.browser-default):focus:not([readonly]),input[type=search]:not(.browser-default):focus:not([readonly]),textarea.materialize-textarea:focus:not([readonly]){border-bottom:1px solid #26a69a;box-shadow:0 1px #26a69a}input:not([type]):focus:not([readonly])+label,input[type=text]:not(.browser-default):focus:not([readonly])+label,input[type=password]:not(.browser-default):focus:not([readonly])+label,input[type=email]:not(.browser-default):focus:not([readonly])+label,input[type=url]:not(.browser-default):focus:not([readonly])+label,input[type=time]:not(.browser-default):focus:not([readonly])+label,input[type=date]:not(.browser-default):focus:not([readonly])+label,input[type=datetime]:not(.browser-default):focus:not([readonly])+label,input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,input[type=tel]:not(.browser-default):focus:not([readonly])+label,input[type=number]:not(.browser-default):focus:not([readonly])+label,input[type=search]:not(.browser-default):focus:not([readonly])+label,textarea.materialize-textarea:focus:not([readonly])+label{color:#26a69a}input:not([type]):focus.valid~label,input[type=text]:not(.browser-default):focus.valid~label,input[type=password]:not(.browser-default):focus.valid~label,input[type=email]:not(.browser-default):focus.valid~label,input[type=url]:not(.browser-default):focus.valid~label,input[type=time]:not(.browser-default):focus.valid~label,input[type=date]:not(.browser-default):focus.valid~label,input[type=datetime]:not(.browser-default):focus.valid~label,input[type=datetime-local]:not(.browser-default):focus.valid~label,input[type=tel]:not(.browser-default):focus.valid~label,input[type=number]:not(.browser-default):focus.valid~label,input[type=search]:not(.browser-default):focus.valid~label,textarea.materialize-textarea:focus.valid~label{color:#4caf50}input:not([type]):focus.invalid~label,input[type=text]:not(.browser-default):focus.invalid~label,input[type=password]:not(.browser-default):focus.invalid~label,input[type=email]:not(.browser-default):focus.invalid~label,input[type=url]:not(.browser-default):focus.invalid~label,input[type=time]:not(.browser-default):focus.invalid~label,input[type=date]:not(.browser-default):focus.invalid~label,input[type=datetime]:not(.browser-default):focus.invalid~label,input[type=datetime-local]:not(.browser-default):focus.invalid~label,input[type=tel]:not(.browser-default):focus.invalid~label,input[type=number]:not(.browser-default):focus.invalid~label,input[type=search]:not(.browser-default):focus.invalid~label,textarea.materialize-textarea:focus.invalid~label{color:#f44336}input:not([type]).validate+label,input[type=text]:not(.browser-default).validate+label,input[type=password]:not(.browser-default).validate+label,input[type=email]:not(.browser-default).validate+label,input[type=url]:not(.browser-default).validate+label,input[type=time]:not(.browser-default).validate+label,input[type=date]:not(.browser-default).validate+label,input[type=datetime]:not(.browser-default).validate+label,input[type=datetime-local]:not(.browser-default).validate+label,input[type=tel]:not(.browser-default).validate+label,input[type=number]:not(.browser-default).validate+label,input[type=search]:not(.browser-default).validate+label,textarea.materialize-textarea.validate+label{width:100%}input:not([type]).valid,input:not([type]):focus.valid,input[type=text]:not(.browser-default).valid,input[type=text]:not(.browser-default):focus.valid,input[type=password]:not(.browser-default).valid,input[type=password]:not(.browser-default):focus.valid,input[type=email]:not(.browser-default).valid,input[type=email]:not(.browser-default):focus.valid,input[type=url]:not(.browser-default).valid,input[type=url]:not(.browser-default):focus.valid,input[type=time]:not(.browser-default).valid,input[type=time]:not(.browser-default):focus.valid,input[type=date]:not(.browser-default).valid,input[type=date]:not(.browser-default):focus.valid,input[type=datetime]:not(.browser-default).valid,input[type=datetime]:not(.browser-default):focus.valid,input[type=datetime-local]:not(.browser-default).valid,input[type=datetime-local]:not(.browser-default):focus.valid,input[type=tel]:not(.browser-default).valid,input[type=tel]:not(.browser-default):focus.valid,input[type=number]:not(.browser-default).valid,input[type=number]:not(.browser-default):focus.valid,input[type=search]:not(.browser-default).valid,input[type=search]:not(.browser-default):focus.valid,textarea.materialize-textarea.valid,textarea.materialize-textarea:focus.valid,.select-wrapper.valid>input.select-dropdown{border-bottom:1px solid #4caf50;box-shadow:0 1px #4caf50}input:not([type]).invalid,input:not([type]):focus.invalid,input[type=text]:not(.browser-default).invalid,input[type=text]:not(.browser-default):focus.invalid,input[type=password]:not(.browser-default).invalid,input[type=password]:not(.browser-default):focus.invalid,input[type=email]:not(.browser-default).invalid,input[type=email]:not(.browser-default):focus.invalid,input[type=url]:not(.browser-default).invalid,input[type=url]:not(.browser-default):focus.invalid,input[type=time]:not(.browser-default).invalid,input[type=time]:not(.browser-default):focus.invalid,input[type=date]:not(.browser-default).invalid,input[type=date]:not(.browser-default):focus.invalid,input[type=datetime]:not(.browser-default).invalid,input[type=datetime]:not(.browser-default):focus.invalid,input[type=datetime-local]:not(.browser-default).invalid,input[type=datetime-local]:not(.browser-default):focus.invalid,input[type=tel]:not(.browser-default).invalid,input[type=tel]:not(.browser-default):focus.invalid,input[type=number]:not(.browser-default).invalid,input[type=number]:not(.browser-default):focus.invalid,input[type=search]:not(.browser-default).invalid,input[type=search]:not(.browser-default):focus.invalid,textarea.materialize-textarea.invalid,textarea.materialize-textarea:focus.invalid,.select-wrapper.invalid>input.select-dropdown,.select-wrapper.invalid>input.select-dropdown:focus{border-bottom:1px solid #f44336;box-shadow:0 1px #f44336}input:not([type]).valid~.helper-text[data-success],input:not([type]):focus.valid~.helper-text[data-success],input:not([type]).invalid~.helper-text[data-error],input:not([type]):focus.invalid~.helper-text[data-error],input[type=text]:not(.browser-default).valid~.helper-text[data-success],input[type=text]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=text]:not(.browser-default).invalid~.helper-text[data-error],input[type=text]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=password]:not(.browser-default).valid~.helper-text[data-success],input[type=password]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=password]:not(.browser-default).invalid~.helper-text[data-error],input[type=password]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=email]:not(.browser-default).valid~.helper-text[data-success],input[type=email]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=email]:not(.browser-default).invalid~.helper-text[data-error],input[type=email]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=url]:not(.browser-default).valid~.helper-text[data-success],input[type=url]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=url]:not(.browser-default).invalid~.helper-text[data-error],input[type=url]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=time]:not(.browser-default).valid~.helper-text[data-success],input[type=time]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=time]:not(.browser-default).invalid~.helper-text[data-error],input[type=time]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=date]:not(.browser-default).valid~.helper-text[data-success],input[type=date]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=date]:not(.browser-default).invalid~.helper-text[data-error],input[type=date]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=datetime]:not(.browser-default).valid~.helper-text[data-success],input[type=datetime]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=datetime]:not(.browser-default).invalid~.helper-text[data-error],input[type=datetime]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=datetime-local]:not(.browser-default).valid~.helper-text[data-success],input[type=datetime-local]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=datetime-local]:not(.browser-default).invalid~.helper-text[data-error],input[type=datetime-local]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=tel]:not(.browser-default).valid~.helper-text[data-success],input[type=tel]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=tel]:not(.browser-default).invalid~.helper-text[data-error],input[type=tel]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=number]:not(.browser-default).valid~.helper-text[data-success],input[type=number]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=number]:not(.browser-default).invalid~.helper-text[data-error],input[type=number]:not(.browser-default):focus.invalid~.helper-text[data-error],input[type=search]:not(.browser-default).valid~.helper-text[data-success],input[type=search]:not(.browser-default):focus.valid~.helper-text[data-success],input[type=search]:not(.browser-default).invalid~.helper-text[data-error],input[type=search]:not(.browser-default):focus.invalid~.helper-text[data-error],textarea.materialize-textarea.valid~.helper-text[data-success],textarea.materialize-textarea:focus.valid~.helper-text[data-success],textarea.materialize-textarea.invalid~.helper-text[data-error],textarea.materialize-textarea:focus.invalid~.helper-text[data-error],.select-wrapper.valid .helper-text[data-success],.select-wrapper.invalid~.helper-text[data-error]{color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none}input:not([type]).valid~.helper-text:after,input:not([type]):focus.valid~.helper-text:after,input[type=text]:not(.browser-default).valid~.helper-text:after,input[type=text]:not(.browser-default):focus.valid~.helper-text:after,input[type=password]:not(.browser-default).valid~.helper-text:after,input[type=password]:not(.browser-default):focus.valid~.helper-text:after,input[type=email]:not(.browser-default).valid~.helper-text:after,input[type=email]:not(.browser-default):focus.valid~.helper-text:after,input[type=url]:not(.browser-default).valid~.helper-text:after,input[type=url]:not(.browser-default):focus.valid~.helper-text:after,input[type=time]:not(.browser-default).valid~.helper-text:after,input[type=time]:not(.browser-default):focus.valid~.helper-text:after,input[type=date]:not(.browser-default).valid~.helper-text:after,input[type=date]:not(.browser-default):focus.valid~.helper-text:after,input[type=datetime]:not(.browser-default).valid~.helper-text:after,input[type=datetime]:not(.browser-default):focus.valid~.helper-text:after,input[type=datetime-local]:not(.browser-default).valid~.helper-text:after,input[type=datetime-local]:not(.browser-default):focus.valid~.helper-text:after,input[type=tel]:not(.browser-default).valid~.helper-text:after,input[type=tel]:not(.browser-default):focus.valid~.helper-text:after,input[type=number]:not(.browser-default).valid~.helper-text:after,input[type=number]:not(.browser-default):focus.valid~.helper-text:after,input[type=search]:not(.browser-default).valid~.helper-text:after,input[type=search]:not(.browser-default):focus.valid~.helper-text:after,textarea.materialize-textarea.valid~.helper-text:after,textarea.materialize-textarea:focus.valid~.helper-text:after,.select-wrapper.valid~.helper-text:after{content:attr(data-success);color:#4caf50}input:not([type]).invalid~.helper-text:after,input:not([type]):focus.invalid~.helper-text:after,input[type=text]:not(.browser-default).invalid~.helper-text:after,input[type=text]:not(.browser-default):focus.invalid~.helper-text:after,input[type=password]:not(.browser-default).invalid~.helper-text:after,input[type=password]:not(.browser-default):focus.invalid~.helper-text:after,input[type=email]:not(.browser-default).invalid~.helper-text:after,input[type=email]:not(.browser-default):focus.invalid~.helper-text:after,input[type=url]:not(.browser-default).invalid~.helper-text:after,input[type=url]:not(.browser-default):focus.invalid~.helper-text:after,input[type=time]:not(.browser-default).invalid~.helper-text:after,input[type=time]:not(.browser-default):focus.invalid~.helper-text:after,input[type=date]:not(.browser-default).invalid~.helper-text:after,input[type=date]:not(.browser-default):focus.invalid~.helper-text:after,input[type=datetime]:not(.browser-default).invalid~.helper-text:after,input[type=datetime]:not(.browser-default):focus.invalid~.helper-text:after,input[type=datetime-local]:not(.browser-default).invalid~.helper-text:after,input[type=datetime-local]:not(.browser-default):focus.invalid~.helper-text:after,input[type=tel]:not(.browser-default).invalid~.helper-text:after,input[type=tel]:not(.browser-default):focus.invalid~.helper-text:after,input[type=number]:not(.browser-default).invalid~.helper-text:after,input[type=number]:not(.browser-default):focus.invalid~.helper-text:after,input[type=search]:not(.browser-default).invalid~.helper-text:after,input[type=search]:not(.browser-default):focus.invalid~.helper-text:after,textarea.materialize-textarea.invalid~.helper-text:after,textarea.materialize-textarea:focus.invalid~.helper-text:after,.select-wrapper.invalid~.helper-text:after{content:attr(data-error);color:#f44336}input:not([type])+label:after,input[type=text]:not(.browser-default)+label:after,input[type=password]:not(.browser-default)+label:after,input[type=email]:not(.browser-default)+label:after,input[type=url]:not(.browser-default)+label:after,input[type=time]:not(.browser-default)+label:after,input[type=date]:not(.browser-default)+label:after,input[type=datetime]:not(.browser-default)+label:after,input[type=datetime-local]:not(.browser-default)+label:after,input[type=tel]:not(.browser-default)+label:after,input[type=number]:not(.browser-default)+label:after,input[type=search]:not(.browser-default)+label:after,textarea.materialize-textarea+label:after,.select-wrapper+label:after{content:"";opacity:0;transition:opacity .2s ease-out,color .2s ease-out;display:block;position:absolute;top:100%;left:0}.input-field.inline{vertical-align:middle;margin-left:5px;display:inline-block}.input-field.inline input,.input-field.inline .select-dropdown{margin-bottom:1rem}.input-field.col label{left:.75rem}.input-field.col .prefix~label,.input-field.col .prefix~.validate~label{width:calc(100% - 4.5rem)}.input-field{margin-top:1rem;margin-bottom:1rem;position:relative}.input-field>label{color:#9e9e9e;cursor:text;transform-origin:0 100%;text-align:initial;font-size:1rem;transition:transform .2s ease-out,color .2s ease-out;position:absolute;top:0;left:0;transform:translateY(12px)}.input-field>label:not(.label-icon).active,.input-field>input[type=date]:not(.browser-default)+label,.input-field>input[type=time]:not(.browser-default)+label{transform-origin:0 0;transform:translateY(-14px)scale(.8)}.input-field>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label{transform-origin:0 0;transform:translateY(-14px)scale(.8)}.input-field .helper-text:after{opacity:1;position:absolute;top:0;left:0}.input-field .helper-text{color:#0000008a;min-height:18px;font-size:12px;display:block;position:relative}.input-field .prefix{width:3rem;font-size:2rem;transition:color .2s;position:absolute;top:.5rem}.input-field .prefix.active{color:#26a69a}.input-field .prefix~input,.input-field .prefix~textarea,.input-field .prefix~label,.input-field .prefix~.validate~label,.input-field .prefix~.helper-text,.input-field .prefix~.autocomplete-content{width:calc(100% - 3rem);margin-left:3rem}.input-field .prefix~label{margin-left:3rem}@media only screen and (width<=992px){.input-field .prefix~input{width:calc(100% - 3rem)}}@media only screen and (width<=600px){.input-field .prefix~input{width:calc(100% - 3rem)}}.input-field input[type=search]{line-height:inherit;transition:background-color .3s;display:block}.nav-wrapper .input-field input[type=search]{height:inherit;width:calc(100% - 4rem);box-shadow:none;border:0;padding-left:4rem}.input-field input[type=search]:focus:not(.browser-default){box-shadow:none;color:#444;background-color:#fff;border:0}.input-field input[type=search]:focus:not(.browser-default)+label i,.input-field input[type=search]:focus:not(.browser-default)~.mdi-navigation-close,.input-field input[type=search]:focus:not(.browser-default)~.material-icons{color:#444}.input-field input[type=search]+.label-icon{left:1rem;transform:none}.input-field input[type=search]~.mdi-navigation-close,.input-field input[type=search]~.material-icons{color:#0000;cursor:pointer;font-size:2rem;transition:color .3s;position:absolute;top:0;right:1rem}textarea{background-color:#0000;width:100%;height:3rem}textarea.materialize-textarea{resize:none;box-sizing:border-box;min-height:3rem;padding:.8rem 0;line-height:normal;overflow-y:hidden}.hiddendiv{visibility:hidden;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;z-index:-1;padding-top:1.2rem;position:absolute;top:0}.autocomplete-content li .highlight{color:#444}.autocomplete-content li img{width:40px;height:40px;margin:5px 15px}.character-counter{min-height:18px}[type=radio]:not(:checked),[type=radio]:checked{opacity:0;pointer-events:none;position:absolute}[type=radio]:not(:checked)+span,[type=radio]:checked+span{cursor:pointer;-webkit-user-select:none;user-select:none;height:25px;padding-left:35px;font-size:1rem;line-height:25px;transition:all .28s;display:inline-block;position:relative}[type=radio]+span:before,[type=radio]+span:after{content:"";z-index:0;width:16px;height:16px;margin:4px;transition:all .28s;position:absolute;top:0;left:0}[type=radio]:not(:checked)+span:before,[type=radio]:not(:checked)+span:after,[type=radio]:checked+span:before,[type=radio]:checked+span:after,[type=radio].with-gap:checked+span:before,[type=radio].with-gap:checked+span:after{border-radius:50%}[type=radio]:not(:checked)+span:before,[type=radio]:not(:checked)+span:after{border:2px solid #5a5a5a}[type=radio]:not(:checked)+span:after{transform:scale(0)}[type=radio]:checked+span:before{border:2px solid #0000}[type=radio]:checked+span:after,[type=radio].with-gap:checked+span:before,[type=radio].with-gap:checked+span:after{border:2px solid #26a69a}[type=radio]:checked+span:after,[type=radio].with-gap:checked+span:after{background-color:#26a69a}[type=radio]:checked+span:after{transform:scale(1.02)}[type=radio].with-gap:checked+span:after{transform:scale(.5)}[type=radio].tabbed:focus+span:before{box-shadow:0 0 0 10px #0000001a}[type=radio].with-gap:disabled:checked+span:before{border:2px solid #0000006b}[type=radio].with-gap:disabled:checked+span:after{background-color:#0000006b;border:none}[type=radio]:disabled:not(:checked)+span:before,[type=radio]:disabled:checked+span:before{background-color:#0000;border-color:#0000006b}[type=radio]:disabled+span{color:#0000006b}[type=radio]:disabled:not(:checked)+span:before{border-color:#0000006b}[type=radio]:disabled:checked+span:after{background-color:#0000006b;border-color:#949494}.range-field{position:relative}input[type=range],input[type=range]+.thumb{cursor:pointer}input[type=range]{background-color:#0000;border:none;outline:none;width:100%;margin:15px 0;padding:0;position:relative}input[type=range]:focus{outline:none}input[type=range]+.thumb{transform-origin:50%;background-color:#26a69a;border:none;border-radius:50%;width:0;height:0;margin-left:7px;position:absolute;top:10px;left:0;transform:rotate(-45deg)}input[type=range]+.thumb .value{text-align:center;color:#26a69a;width:30px;font-size:0;display:block;transform:rotate(45deg)}input[type=range]+.thumb.active{border-radius:50% 50% 50% 0}input[type=range]+.thumb.active .value{color:#fff;margin-top:8px;margin-left:-1px;font-size:10px}input[type=range]{-webkit-appearance:none}input[type=range]::-webkit-slider-runnable-track{background:#c2c0c2;border:none;height:3px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;transform-origin:50%;background:#26a69a;border:none;border-radius:50%;width:14px;height:14px;margin:-5px 0 0;transition:box-shadow .3s}.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb{box-shadow:0 0 0 10px #26a69a42}input[type=range]{border:1px solid #fff}input[type=range]::-moz-range-track{background:#c2c0c2;border:none;height:3px}input[type=range]::-moz-focus-inner{border:0}input[type=range]::-moz-range-thumb{background:#26a69a;border:none;border-radius:50%;width:14px;height:14px;margin-top:-5px;transition:box-shadow .3s}input[type=range]:-moz-focusring{outline-offset:-1px;outline:1px solid #fff}.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb{box-shadow:0 0 0 10px #26a69a42}input[type=range]::-ms-track{color:#0000;background:0 0;border-width:6px 0;border-color:#0000;height:3px}input[type=range]::-ms-fill-lower{background:#777}input[type=range]::-ms-fill-upper{background:#ddd}input[type=range]::-ms-thumb{background:#26a69a;border:none;border-radius:50%;width:14px;height:14px;transition:box-shadow .3s}.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb{box-shadow:0 0 0 10px #26a69a42}select{display:none}select.browser-default{display:block}select{background-color:#ffffffe6;border:1px solid #f2f2f2;border-radius:2px;width:100%;height:3rem;padding:5px}.select-label{position:absolute}.select-wrapper.valid+label,.select-wrapper.invalid+label{pointer-events:none;width:100%}.select-wrapper{position:relative}.select-wrapper input.select-dropdown:focus{border-bottom:1px solid #26a69a}.select-wrapper input.select-dropdown{cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1;background-color:#0000;border:none;border-bottom:1px solid #9e9e9e;outline:none;width:100%;height:3rem;margin:0 0 8px;padding:0;font-size:16px;line-height:3rem;display:block;position:relative}.select-wrapper .caret{z-index:0;fill:#000000de;margin:auto 0;position:absolute;top:0;bottom:0;right:0}.select-wrapper+label{font-size:.8rem;position:absolute;top:-26px}select:disabled,.select-wrapper.disabled+label{color:#0000006b}.select-wrapper.disabled .caret{fill:#0000006b}.select-wrapper input.select-dropdown:disabled{color:#0000006b;cursor:default;-webkit-user-select:none;user-select:none}.select-wrapper i{color:#0000004d}.select-dropdown li.disabled,.select-dropdown li.disabled>span,.select-dropdown li.optgroup{color:#0000004d;background-color:#0000}body.keyboard-focused .select-dropdown.dropdown-content li:focus,.select-dropdown.dropdown-content li:hover{background-color:#00000014}.select-dropdown.dropdown-content li.selected{background-color:#00000008}.prefix~.select-wrapper{width:calc(100% - 3rem);margin-left:3rem}.prefix~label{margin-left:3rem}.select-dropdown li img{float:right;width:40px;height:40px;margin:5px 15px}.select-dropdown li.optgroup{border-top:1px solid #eee}.select-dropdown li.optgroup.selected>span{color:#000000b3}.select-dropdown li.optgroup>span{color:#0006}.select-dropdown li.optgroup~li.optgroup-option{padding-left:1rem}.switch,.switch *{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.switch label{cursor:pointer}.switch label input[type=checkbox]{opacity:0;width:0;height:0}.switch label input[type=checkbox]:checked+.lever{background-color:#84c7c1}.switch label input[type=checkbox]:checked+.lever:before,.switch label input[type=checkbox]:checked+.lever:after{left:18px}.switch label input[type=checkbox]:checked+.lever:after{background-color:#26a69a}.switch label .lever{content:"";vertical-align:middle;background-color:#00000061;border-radius:15px;width:36px;height:14px;margin:0 16px;transition:background .3s;display:inline-block;position:relative}.switch label .lever:before,.switch label .lever:after{content:"";border-radius:50%;width:20px;height:20px;transition:left .3s,background .3s,box-shadow .1s,transform .1s;display:inline-block;position:absolute;top:-3px;left:0}.switch label .lever:before{background-color:#26a69a26}.switch label .lever:after{background-color:#f1f1f1;box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}input[type=checkbox]:checked:not(:disabled)~.lever:active:before,input[type=checkbox]:checked:not(:disabled).tabbed:focus~.lever:before{background-color:#26a69a26;transform:scale(2.4)}input[type=checkbox]:not(:disabled)~.lever:active:before,input[type=checkbox]:not(:disabled).tabbed:focus~.lever:before{background-color:#00000014;transform:scale(2.4)}.switch input[type=checkbox][disabled]+.lever{cursor:default;background-color:#0000001f}.switch label input[type=checkbox][disabled]+.lever:after,.switch label input[type=checkbox][disabled]:checked+.lever:after{background-color:#949494}.dropdown-content{opacity:0;visibility:hidden;z-index:9999;transform-origin:0 0;background-color:#fff;min-width:100px;margin:0;display:none;position:absolute;top:0;left:0;overflow-y:auto}.dropdown-content[style*="opacity: 1"]{visibility:visible}.dropdown-content:focus{outline:0}.dropdown-content li:hover,.dropdown-content li.active{background-color:#eee}.dropdown-content li:focus{outline:none}.dropdown-content li.divider{height:1px;min-height:0}.dropdown-content li>a,.dropdown-content li>span{color:#26a69a;padding:14px 16px;font-size:16px;line-height:22px;display:block}.dropdown-content li>span>label{height:18px;top:1px;left:0}.dropdown-content li>a>i{height:inherit;line-height:inherit;float:left;width:24px;margin:0 24px 0 0}.dropdown-content li{clear:both;color:#000000de;cursor:pointer;text-align:left;width:100%;min-height:50px;line-height:1.5rem}body.keyboard-focused .dropdown-content li:focus{background-color:#dadada}.input-field.col .dropdown-content [type=checkbox]+label{height:18px;top:1px;left:0;transform:none}.dropdown-trigger{cursor:pointer}.collapsible{border-top:1px solid #ddd;border-left:1px solid #ddd;border-right:1px solid #ddd;margin:.5rem 0 1rem}.collapsible-header:focus{outline:0}.collapsible-header{cursor:pointer;-webkit-tap-highlight-color:transparent;background-color:#fff;border-bottom:1px solid #ddd;padding:1rem;line-height:1.5;display:flex}.collapsible-header i{text-align:center;width:2rem;margin-right:1rem;font-size:1.6rem;display:inline-block}.keyboard-focused .collapsible-header:focus{background-color:#eee}.collapsible-body{box-sizing:border-box;border-bottom:1px solid #ddd;padding:2rem;display:none}.sidenav .collapsible,.sidenav.fixed .collapsible{box-shadow:none;border:none}.sidenav .collapsible li,.sidenav.fixed .collapsible li{padding:0}.sidenav .collapsible-header,.sidenav.fixed .collapsible-header{line-height:inherit;height:inherit;background-color:#0000;border:none;padding:0 16px}.sidenav .collapsible-header:hover,.sidenav.fixed .collapsible-header:hover{background-color:#0000000d}.sidenav .collapsible-header i,.sidenav.fixed .collapsible-header i{line-height:inherit}.sidenav .collapsible-body,.sidenav.fixed .collapsible-body{background-color:#fff;border:0}.sidenav .collapsible-body li a,.sidenav.fixed .collapsible-body li a{padding:0 23.5px 0 31px}.collapsible.popout{box-shadow:none;border:none}.collapsible.popout>li{margin:0 24px;transition:margin .35s cubic-bezier(.25,.46,.45,.94);box-shadow:0 2px 5px #00000029,0 2px 10px #0000001f}.collapsible.popout>li.active{margin:16px 0;box-shadow:0 5px 11px #0000002e,0 4px 15px #00000026}.file-dropzone{border:2px dashed #009ca0;justify-content:center;align-items:center;width:100%;padding:20px;display:inline-flex}.file-dropzone .dz-message{margin:0;display:inline-block}:root{--scale:.8;font-size:14px}@media only screen and (width>=450px){:root{--scale:.9;font-size:15px}}@media only screen and (width>=720px){:root{--scale:.8;font-size:14px}}@media only screen and (width>=1440px){:root{--scale:.9;font-size:14px}}@media only screen and (width>=1740px){:root{--scale:1;font-size:15px}}@media (width>=1066px) and (width<=1369px){body[environment=development]:after{content:"Small desktop: 1066px 1369px"}}@media (width>=1369px) and (width<=1919px){body[environment=development]:after{content:"Desktop: 1369px 1919px"}}@media (width>=1920px){body[environment=development]:after{content:"Max-width: 1920px > ∞"}}.btn,.btn-large,.btn-small{background-color:#009ca0;box-shadow:none!important}button,input,optgroup,select,textarea{color:#164142;font-family:Lato,sans-serif;font-size:15px;font-weight:400;line-height:1.5rem}body [name=btn_login]{color:#fff;text-transform:unset;font-family:Lato,sans-serif;font-size:15px;font-weight:700;line-height:18px;box-shadow:none!important;background-color:#009ca0!important;width:auto!important;height:auto!important;padding:14px 24px!important}.row .col{padding:0}.swal2-popup.swal2-toast{box-shadow:none!important}.collapsible{border:none}input:not([type]),input[type=text]:not(.browser-default),input[type=password]:not(.browser-default),input[type=email]:not(.browser-default),input[type=url]:not(.browser-default),input[type=time]:not(.browser-default),input[type=date]:not(.browser-default),input[type=datetime]:not(.browser-default),input[type=datetime-local]:not(.browser-default),input[type=tel]:not(.browser-default),input[type=number]:not(.browser-default),input[type=search]:not(.browser-default),textarea.materialize-textarea{color:#164142;border-bottom:2px solid #9e9e9e;font-family:Lato,sans-serif;font-size:15px;font-weight:400;line-height:1.5rem}.input-field>label{color:#9e9e9e;font-family:Lato,sans-serif;font-size:15px;font-weight:400;line-height:1.5rem}.select2-container{box-sizing:border-box;vertical-align:middle;margin:0;display:inline-block;position:relative}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;height:28px;display:block}.select2-container .select2-selection--single .select2-selection__rendered{text-overflow:ellipsis;white-space:nowrap;padding-left:8px;padding-right:20px;display:block;overflow:hidden}.select2-container .select2-selection--single .select2-selection__clear{background-color:#0000;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-left:20px;padding-right:8px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:32px;display:block}.select2-container .select2-selection--multiple .select2-selection__rendered{padding:0;list-style:none;display:inline}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:#0000;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;resize:none;vertical-align:bottom;word-break:keep-all;border:none;max-width:100%;height:20px;margin-top:5px;margin-left:5px;padding:0;font-family:sans-serif;font-size:100%;overflow:hidden}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-container .select2-search--inline .select2-search__field::placeholder{line-height:normal}.select2-dropdown{box-sizing:border-box;z-index:1051;background-color:#fff;border:1px solid #aaa;border-radius:4px;width:100%;display:block;position:absolute;left:-100000px}.select2-results{display:block}.select2-results__options{margin:0;padding:0;list-style:none}.select2-results__option{-webkit-user-select:none;user-select:none;padding:6px}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{padding:4px;display:block}.select2-search--dropdown .select2-search__field{box-sizing:border-box;width:100%;padding:4px}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{opacity:0;z-index:99;width:auto;min-width:100%;height:auto;min-height:100%;filter:alpha(opacity=0);background-color:#fff;border:0;margin:0;padding:0;display:block;position:fixed;top:0;left:0}.select2-hidden-accessible{clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;height:26px;margin-right:20px;padding-right:0;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{width:20px;height:26px;position:absolute;top:1px;right:1px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border:4px solid #0000;border-top:5px solid #888;border-bottom-width:0;width:0;height:0;margin-top:-2px;margin-left:-4px;position:absolute;top:50%;left:50%}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{cursor:default;background-color:#eee}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-width:0 4px 5px;border-color:#0000 #0000 #888}.select2-container--default .select2-selection--multiple{cursor:text;background-color:#fff;border:1px solid #aaa;border-radius:4px;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;height:20px;margin-top:5px;margin-right:10px;padding:1px;font-weight:700;position:absolute;right:0}.select2-container--default .select2-selection--multiple .select2-selection__choice{box-sizing:border-box;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;max-width:100%;margin-top:5px;margin-left:5px;padding:0 0 0 20px;display:inline-block;position:relative;overflow:hidden}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;background-color:#0000;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:0 4px;font-size:1em;font-weight:700;position:absolute;top:0;left:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{color:#333;background-color:#f1f1f1;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;padding:0 20px 0 0}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-radius:0 4px 4px 0;left:auto;right:0}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{cursor:default;background-color:#eee}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{box-shadow:none;-webkit-appearance:textfield;background:0 0;border:none;outline:0}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{color:#fff;background-color:#5897fb}.select2-container--default .select2-results__group{cursor:default;padding:6px;display:block}.select2-container--classic .select2-selection--single{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);background-color:#f7f7f7;background-image:linear-gradient(#fff 50%,#eee 100%);background-repeat:repeat-x;border:1px solid #aaa;border-radius:4px;outline:0}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;height:26px;margin-right:20px;font-weight:700}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{width:20px;height:26px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);background-color:#ddd;background-image:linear-gradient(#eee 50%,#ccc 100%);background-repeat:repeat-x;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;position:absolute;top:1px;right:1px}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border:4px solid #0000;border-top:5px solid #888;border-bottom-width:0;width:0;height:0;margin-top:-2px;margin-left:-4px;position:absolute;top:50%;left:50%}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-width:0 4px 5px;border-color:#0000 #0000 #888}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);background-image:linear-gradient(#fff 0%,#eee 50%);background-repeat:repeat-x;border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);background-image:linear-gradient(#eee 50%,#fff 100%);background-repeat:repeat-x;border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--classic .select2-selection--multiple{cursor:text;background-color:#fff;border:1px solid #aaa;border-radius:4px;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;margin-top:5px;margin-left:5px;padding:0;display:inline-block}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;background-color:#0000;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;padding:0 4px;font-size:1em;font-weight:700}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-radius:0 4px 4px 0}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{box-shadow:none;outline:0}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid #0000}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:gray}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{color:#fff;background-color:#3875d7}.select2-container--classic .select2-results__group{cursor:default;padding:6px;display:block}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:not-allowed;background-color:#f8f8f8}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{appearance:none;white-space:normal;background:0 0;border:1px solid #3c3c3c42;border-radius:4px;padding:0 0 4px;display:flex}.vs__selected-options{flex-wrap:wrap;flex-grow:1;flex-basis:100%;padding:0 2px;display:flex;position:relative}.vs__actions{align-items:center;padding:4px 6px 0 3px;display:flex}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:#0000;border-bottom-right-radius:0;border-bottom-left-radius:0}.vs__open-indicator{fill:#3c3c3c80;transition:transform .15s cubic-bezier(1,-.115,.975,.855);transform:scale(1)}.vs--open .vs__open-indicator{transform:rotate(180deg)scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:#3c3c3c80;cursor:pointer;background-color:#0000;border:0;margin-right:8px;padding:0}.vs__dropdown-menu{box-sizing:border-box;z-index:1000;text-align:left;background:#fff;border:1px solid #3c3c3c42;border-top-style:none;border-radius:0 0 4px 4px;width:100%;min-width:160px;max-height:350px;margin:0;padding:5px 0;list-style:none;display:block;position:absolute;top:calc(100% - 1px);left:0;overflow-y:auto;box-shadow:0 3px 6px #00000026}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:#333;white-space:nowrap;cursor:pointer;padding:3px 20px;line-height:1.42857;display:block}.vs__dropdown-option--highlight{color:#fff;background:#5897fb}.vs__dropdown-option--deselect{color:#fff;background:#fb5858}.vs__dropdown-option--disabled{background:inherit;color:#3c3c3c80;cursor:inherit}.vs__selected{color:#333;z-index:0;background-color:#f0f0f0;border:1px solid #3c3c3c42;border-radius:4px;align-items:center;margin:4px 2px 0;padding:0 .25em;line-height:1.4;display:flex}.vs__deselect{appearance:none;cursor:pointer;fill:#3c3c3c80;text-shadow:0 1px #fff;background:0 0;border:0;margin-left:4px;padding:0;display:inline-flex}.vs--single .vs__selected{background-color:#0000;border-color:#0000}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration{display:none}.vs__search::-webkit-search-results-button{display:none}.vs__search::-webkit-search-results-decoration{display:none}.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{appearance:none;box-shadow:none;z-index:1;background:0 0;border:1px solid #0000;border-left:none;outline:none;flex-grow:1;width:0;max-width:100%;margin:4px 0 0;padding:0 7px;font-size:1em;line-height:1.4}.vs__search::placeholder{color:inherit}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{opacity:0;text-indent:-9999em;border:.9em solid #6464641a;border-left-color:#3c3c3c73;align-self:center;font-size:5px;transition:opacity .1s;animation:1.1s linear infinite vSelectSpinner;overflow:hidden;transform:translateZ(0)}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em}.vs--loading .vs__spinner{opacity:1}.select2-container{opacity:1;transition:opacity .2s linear;width:100%!important}.select2-container--disabled{opacity:.6}.select2-container img{display:inline-block}.select2-selection{display:flex}.select2-selection .select2-selection__rendered{float:left;background-color:#0000;border-bottom:2px solid #9e9e9e;width:calc(100% - 24px);padding-bottom:6px;overflow:visible;padding-left:0!important}.select2-dropdown{border:0;border-radius:0;margin-top:-2px;box-shadow:0 9px 18px #0000001a;border-top:2px solid #26a69a!important}.select2-dropdown .select2-results__option--highlighted{color:#fff;background-color:#009ca080}.select2-dropdown [aria-selected=true]{color:#fff;background-color:#009ca0}.select2-dropdown [aria-selected=true]:hover{color:#fff;background-color:#009ca080}.select2-selection__rendered{background-color:#fff;flex-wrap:wrap;justify-content:flex-start;width:100%;display:flex!important}.select2-selection__rendered .select2-selection__choice{text-overflow:ellipsis;text-align:center;color:#fff;max-width:calc(100% - 26px);white-space:initial;background-color:#009ca0;border-radius:30px;flex-direction:row-reverse;flex:0 auto;align-items:center;gap:5px;margin:5px 5px 0 0;padding:2px 2px 2px 10px;font-size:12px;font-weight:700;transition:background-color .2s linear;display:flex;overflow-x:hidden}.select2-selection__rendered .select2-selection__choice:hover{background-color:#078084}.select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{text-indent:1px;text-align:center;z-index:0;flex-shrink:0;width:26px;height:26px;font-size:21px;line-height:26px;position:relative}.select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover:after{background-color:#164142}.select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:after{content:"";z-index:-1;background-color:#078084;border-radius:50%;width:100%;height:100%;transition:background-color .2s linear;position:absolute;top:0;left:0}.select2-selection__rendered .select2-search__field{height:16px!important}.select2-results__options{max-height:440px;overflow:hidden auto}label[for=merge_with]{display:none}.vs__dropdown-toggle{border:none}.vs__dropdown-menu{word-break:break-all;width:100%;overflow-x:hidden}.vs__actions .vs__clear{display:none}.vs__open-indicator{width:16px}.vs__selected{word-break:break-all;margin:0;padding:0;position:absolute;bottom:17px}.vs__selected:has(+input[disabled]){color:#0000006b}.vs__dropdown-option--highlight{background:#009ca0}:root{--swal2-confirm-button-background-color:#009ca0!important}body[environment=development]:before{content:"";pointer-events:none;z-index:2147483647;border:3px solid #b6be10;position:fixed;inset:0}body[environment=development]:after{content:"Tablet: 0px 1065px"}@media (width>=1066px) and (width<=1369px){body[environment=development]:after{content:"Small desktop: 1066px 1369px"}}@media (width>=1369px) and (width<=1919px){body[environment=development]:after{content:"Desktop: 1369px 1919px"}}@media (width>=1920px){body[environment=development]:after{content:"Max-width: 1920px > ∞"}}body[environment=development]:after{z-index:2147483647;pointer-events:none;color:#fff;background-color:#b6be10;padding:0 5px;font-size:16px;position:fixed;bottom:0;right:0}.hidden{display:none}iframe{width:100%;height:calc(100vh - 50px)}@media (width>=1066px) and (width<=1369px){iframe{height:calc(100vh - 25px)}}.wrapper{z-index:0;flex-wrap:wrap;width:100%;display:flex;position:relative}.wrapper form{width:100%}.wrapper .page-subtitle{color:#164142;font-family:Lato,sans-serif;font-size:16px;font-weight:700;line-height:40px}.wrapper .header{flex-flow:column wrap;align-self:baseline;width:100%;margin-bottom:25px;display:flex}.wrapper .header .page-title{color:#164142;flex:none;font-family:Lato,sans-serif;font-size:2rem;font-weight:700;line-height:39px}.wrapper .content-multi{flex-flow:row;width:100%;display:flex;position:relative}.wrapper .content-multi .inner-wrapper{background-color:#fff;border-radius:0;flex-direction:column;flex:0 auto;width:100%;margin-left:25px;padding:24px;display:flex;box-shadow:0 5px 10px #00000026}.wrapper .content-multi .inner-wrapper:first-of-type{margin-left:0}.wrapper .content-multi .inner-wrapper.col1{flex:0 auto;width:8.33333%}.wrapper .content-multi .inner-wrapper.col2{flex:0 auto;width:16.6667%}.wrapper .content-multi .inner-wrapper.col3{flex:0 auto;width:25%}.wrapper .content-multi .inner-wrapper.col4{flex:0 auto;width:33.3333%}.wrapper .content-multi .inner-wrapper.col5{flex:0 auto;width:41.6667%}.wrapper .content-multi .inner-wrapper.col6{flex:0 auto;width:50%}.wrapper .content-multi .inner-wrapper.col7{flex:0 auto;width:58.3333%}.wrapper .content-multi .inner-wrapper.col8{flex:0 auto;width:66.6667%}.wrapper .content-multi .inner-wrapper.col9{flex:0 auto;width:75%}.wrapper .content-multi .inner-wrapper.col10{flex:0 auto;width:83.3333%}.wrapper .content-multi .inner-wrapper.col11{flex:0 auto;width:91.6667%}.wrapper .content-multi .inner-wrapper.col12{flex:0 auto;width:100%}.wrapper .content{flex-flow:wrap;width:100%;display:flex;position:relative}.wrapper .content .inner-wrapper{background-color:#fff;border-radius:0;flex-direction:column;flex:0 auto;width:100%;padding:24px;display:flex;box-shadow:0 5px 10px #00000026}@media only screen and (width>=540px){.wrapper .header{flex-flow:row;justify-content:space-between;align-items:baseline;display:flex}}.cover{z-index:20;opacity:1;background-color:#0000004d;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .2s ease-in-out;display:flex;position:fixed;top:0;left:0;overflow:visible!important}.cover--hidden{opacity:0;transition:opacity .25s ease-in-out;position:absolute}.cover.-hide-color{background-color:#0000}.modal,.modal--upload-dataset,.modal--queued-supplier-user-modal,.modal--product-information,.modal--docs-upload{background-color:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:auto;min-width:50vw;max-width:60vw;height:auto;max-height:80vh;transition:transform .25s ease-in-out;display:inline-flex}.modal--hidden{height:0;transition:transform .3s ease-in-out;display:none}.modal--product-information{width:60vw;height:80vh}.modal--product-information .modal__header{flex-grow:0;height:155px;min-height:175px;max-height:175px}@media (width>=640px){.modal--product-information .modal__header{height:70px;min-height:70px;max-height:70px}}.modal--product-information .modal__content{flex-grow:1;min-width:55vw}.modal--product-information .modal__footer{flex-grow:0;height:70px;min-height:70px;max-height:70px}.modal .modal__header,.modal--upload-dataset .modal__header,.modal--queued-supplier-user-modal .modal__header,.modal--docs-upload .modal__header,.modal--product-information .modal__header{letter-spacing:0;border-bottom:1px solid #d1d5db;justify-content:flex-start;align-items:center;width:100%;height:64px;padding-left:24px;padding-right:24px;font-family:Lato,sans-serif;font-size:25px;font-weight:400;display:inline-flex}.modal .modal__content,.modal--upload-dataset .modal__content,.modal--queued-supplier-user-modal .modal__content,.modal--docs-upload .modal__content,.modal--product-information .modal__content{letter-spacing:.25px;flex-direction:column;justify-content:flex-start;width:100%;padding:16px 24px;font-family:Lato,sans-serif;font-size:15px;font-weight:400;display:inline-flex;overflow:hidden auto}.modal .modal__content .button,.modal--upload-dataset .modal__content .button,.modal--queued-supplier-user-modal .modal__content .button,.modal--docs-upload .modal__content .button,.modal--product-information .modal__content .button{border-radius:2px;color:#fff!important}.modal .modal__content .button.primary-color,.modal--upload-dataset .modal__content .button.primary-color,.modal--queued-supplier-user-modal .modal__content .button.primary-color,.modal--docs-upload .modal__content .button.primary-color,.modal--product-information .modal__content .button.primary-color{background-color:#009ca0!important}.modal .modal__content .modal-title,.modal--upload-dataset .modal__content .modal-title,.modal--queued-supplier-user-modal .modal__content .modal-title,.modal--docs-upload .modal__content .modal-title,.modal--product-information .modal__content .modal-title{letter-spacing:.15px;margin-bottom:15px;font-family:Lato,sans-serif;font-size:21px;font-weight:400;display:inline-block}.modal .modal__content section.data,.modal--upload-dataset .modal__content section.data,.modal--queued-supplier-user-modal .modal__content section.data,.modal--docs-upload .modal__content section.data,.modal--product-information .modal__content section.data,.modal .modal__content section.file-data,.modal--upload-dataset .modal__content section.file-data,.modal--queued-supplier-user-modal .modal__content section.file-data,.modal--docs-upload .modal__content section.file-data,.modal--product-information .modal__content section.file-data,.modal .modal__content section.statements,.modal--upload-dataset .modal__content section.statements,.modal--queued-supplier-user-modal .modal__content section.statements,.modal--docs-upload .modal__content section.statements,.modal--product-information .modal__content section.statements{margin-top:20px;margin-bottom:20px}.modal .modal__content section.statements .col12>span,.modal--upload-dataset .modal__content section.statements .col12>span,.modal--queued-supplier-user-modal .modal__content section.statements .col12>span,.modal--docs-upload .modal__content section.statements .col12>span,.modal--product-information .modal__content section.statements .col12>span{transform:none}.modal .modal__content .form-grid,.modal--upload-dataset .modal__content .form-grid,.modal--queued-supplier-user-modal .modal__content .form-grid,.modal--docs-upload .modal__content .form-grid,.modal--product-information .modal__content .form-grid{grid-gap:.5rem;grid-auto-flow:column;display:grid}.modal .modal__content .form-grid .item,.modal--upload-dataset .modal__content .form-grid .item,.modal--queued-supplier-user-modal .modal__content .form-grid .item,.modal--docs-upload .modal__content .form-grid .item,.modal--product-information .modal__content .form-grid .item{width:20vw;display:block}.modal .modal__footer,.modal--upload-dataset .modal__footer,.modal--queued-supplier-user-modal .modal__footer,.modal--docs-upload .modal__footer,.modal--product-information .modal__footer{background-color:#f9fafb;justify-content:flex-end;align-items:center;width:100%;height:52px;padding-left:24px;padding-right:24px;display:inline-flex}.modal .modal__footer button,.modal--upload-dataset .modal__footer button,.modal--queued-supplier-user-modal .modal__footer button,.modal--docs-upload .modal__footer button,.modal--product-information .modal__footer button{letter-spacing:1.25px;text-transform:uppercase;border-radius:2px;margin-right:16px;font-family:Lato,sans-serif;font-size:15px;font-weight:500;color:#fff!important}.modal .modal__footer button:last-of-type,.modal--upload-dataset .modal__footer button:last-of-type,.modal--queued-supplier-user-modal .modal__footer button:last-of-type,.modal--docs-upload .modal__footer button:last-of-type,.modal--product-information .modal__footer button:last-of-type{margin-right:0}.modal .modal__footer button.primary-color,.modal--upload-dataset .modal__footer button.primary-color,.modal--queued-supplier-user-modal .modal__footer button.primary-color,.modal--docs-upload .modal__footer button.primary-color,.modal--product-information .modal__footer button.primary-color{background-color:#009ca0!important}.modal .modal__footer button.error-color,.modal--upload-dataset .modal__footer button.error-color,.modal--queued-supplier-user-modal .modal__footer button.error-color,.modal--docs-upload .modal__footer button.error-color,.modal--product-information .modal__footer button.error-color{background-color:#ee6e73!important}.modal--queued-supplier-user-modal .modal__content{overflow:visible}.modal--upload-dataset{max-width:80vw;max-height:80vh}.modal--upload-dataset .modal__header{padding-top:20px;padding-bottom:20px}.modal--upload-dataset .modal_content{overflow:visible}.modal--upload-dataset .modal__footer{height:62px;padding-top:14px;padding-bottom:14px}body{color:#164142;margin:0;padding:0;font-family:Lato,sans-serif;font-size:15px;font-weight:400;line-height:1.5rem}h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:inherit;margin:0}ul{margin:0}picture,video{display:block}svg{max-width:100%;display:block}input[type=search]::-webkit-search-decoration{display:none}input[type=search]::-webkit-search-cancel-button{display:none}input[type=search]::-webkit-search-results-button{display:none}input[type=search]::-webkit-search-results-decoration{display:none}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}:focus{outline:none}a{color:inherit}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;margin:0;padding:0;display:block;overflow-x:hidden}span.badge{color:#fff;background-color:#d8d8d8;border-radius:5px;height:auto;padding:2px 8px;font-family:Lato,sans-serif;font-size:13px;font-weight:400;line-height:1.2rem}span.badge.new{background-color:#009ca0}span.badge.new.revoked{background-color:#f74156}span.badge--error{background-color:#f7415680;box-shadow:inset 0 0 0 2px #f7415666}.button,button.button{color:#fff;z-index:15;width:auto;padding:calc(10px * var(--scale)) calc(20px * var(--scale));cursor:pointer;background-color:#009ca0;border:none;border-radius:2px;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;line-height:18px;transition:background-color .2s ease-in-out,color .2s ease-in-out,filter .2s ease-in-out,opacity .2s ease-in-out;display:block}.button[disabled=disabled],button.button[disabled=disabled]{filter:grayscale();pointer-events:none;opacity:.4}.button.lime,button.button.lime{background-color:#b6be10}.button.debug,button.button.debug{background-color:#347ff1}.button.debug:hover,button.button.debug:hover{background-color:#1f4b8f}.button.small,button.button.small{text-align:center;padding:10px 16px}.button.special-back,button.button.special-back{z-index:999999;text-align:center;color:#009ca0;width:200px;display:block;position:fixed;top:30px;left:0}.button.special-back:before,button.button.special-back:before{content:"";z-index:-1;background-color:#fff;border-radius:2px;width:120px;height:40px;position:fixed;top:33px;left:40px}.button.special-back:after,button.button.special-back:after{content:"";z-index:-2;background-color:#009ca0;width:200px;height:100vh;position:fixed;top:0;left:0;right:0}.button:hover,button.button:hover{background-color:#007477}.button.transparent,button.button.transparent{color:#009ca0;background-color:#0000;border:1px solid #009ca0}.button.transparent:hover,button.button.transparent:hover{color:#fff;background-color:#009ca0!important}.button.back,button.button.back{background-color:#164142;padding-left:42px;position:relative}.button.back:before,button.button.back:before{content:"";background-color:#fff;border-radius:1px;width:10px;height:2px;position:absolute;top:calc(50% - 5px);left:15px;transform:rotate(-45deg)}.button.back:after,button.button.back:after{content:"";background-color:#fff;border-radius:1px;width:10px;height:2px;position:absolute;top:calc(50% + 2px);left:15px;transform:rotate(45deg)}.button.create,button.button.create{color:#fff;background-color:#f74156;border-radius:30px;align-self:flex-start;padding:13px 24px 13px 56px;display:inline-block;position:relative}.button.create:hover,button.button.create:hover{background-color:#f85e70}.button.create:before,button.button.create:before{content:"";background-color:#fff;border-radius:1px;width:20px;height:2px;position:absolute;top:50%;left:20px}.button.create:after,button.button.create:after{content:"";background-color:#fff;border-radius:1px;width:20px;height:2px;position:absolute;top:50%;left:20px;transform:rotate(90deg)}.button.-float-right,button.button.-float-right{float:right}.cta-wrapper{flex-flow:column;display:flex}.cta-wrapper .cta-inner-wrapper{grid-template-columns:1fr 1fr;gap:25px;display:grid}.cta-wrapper .cta-inner-wrapper .cta{border-radius:0;margin-bottom:25px;padding:12.5px;display:flex;position:relative;box-shadow:0 5px 10px #00000026}.cta-wrapper .cta-inner-wrapper .cta .background-image{position:absolute;top:0;right:0}.cta-wrapper .cta-inner-wrapper .cta .background-image svg{opacity:.2;width:50px;height:50px;padding:5px}.cta-wrapper .cta-inner-wrapper .cta .background-image svg .color{height:100%;fill:#fff!important}.cta-wrapper .cta-inner-wrapper .cta .title{color:inherit;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;line-height:15px}.cta-wrapper .cta-inner-wrapper .cta .text{color:inherit;font-family:Lato,sans-serif;font-size:.9rem;font-weight:400;line-height:15px}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper{flex-flow:column;display:flex}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .input-field{width:100%;margin-bottom:0}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper{grid-template-columns:1fr 1fr;gap:5px;display:grid}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper .button{color:inherit;width:100%;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper .button a{color:inherit;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper a,.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper a .button{color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px}.cta-wrapper .cta-inner-wrapper .cta.cta-green{background-color:#009ca0}.cta-wrapper .cta-inner-wrapper .cta.cta-green .title,.cta-wrapper .cta-inner-wrapper .cta.cta-green .text{color:#fff}.cta-wrapper .cta-inner-wrapper .cta.cta-green .button{color:#164142;background-color:#fff}.cta-wrapper .cta-inner-wrapper .cta.cta-green .input-field{color:#fff;border-color:#fff}.cta-wrapper .cta-inner-wrapper .cta.cta-green .input-field label,.cta-wrapper .cta-inner-wrapper .cta.cta-green .input-field select,.cta-wrapper .cta-inner-wrapper .cta.cta-green .input-field span{color:#fff}.cta-wrapper .cta-inner-wrapper .cta.cta-green .input-field span .select2-selection__rendered{border-bottom:2px solid #fff}.cta-wrapper .cta-inner-wrapper .cta.cta-white{background-color:#fff;overflow:hidden}.cta-wrapper .cta-inner-wrapper .cta.cta-white .title,.cta-wrapper .cta-inner-wrapper .cta.cta-white .text{color:#164142}.cta-wrapper .cta-inner-wrapper .cta.cta-white .button{color:#164142;background-color:#164142}.cta-wrapper .cta-inner-wrapper .cta.cta-white .input-field{color:#fff;border-color:#164142}.cta-wrapper .cta-inner-wrapper .cta.cta-white .input-field label,.cta-wrapper .cta-inner-wrapper .cta.cta-white .input-field select,.cta-wrapper .cta-inner-wrapper .cta.cta-white .input-field span{color:#164142}.cta-wrapper .cta-inner-wrapper .cta.cta-white .input-field span .select2-selection__rendered{border-bottom:2px solid #164142;min-height:0}@media only screen and (width>=720px){.cta-wrapper{flex-flow:row;justify-content:flex-end;width:100%;display:flex}.cta-wrapper .cta-inner-wrapper{flex-flow:row;justify-content:flex-end;display:flex}.cta-wrapper .cta-inner-wrapper .cta{flex-flow:column;justify-content:flex-start;min-height:200px;margin-bottom:0;margin-right:0}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper{flex-flow:column;flex:auto;justify-content:flex-end;display:flex}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .button-wrapper{margin:0}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .button-wrapper button{width:100%}}@media (width>=640px){.description-list__content,.description-list__content--separated{padding:0}.description-list__list>*+*{border-color:#e5e7eb;border-top-style:solid;border-top-width:1px;border-bottom-width:0}}.description-list__item,.description-list__item--select,.description-list__item--compact{width:100%;padding:1rem 0}@media (width>=640px){.description-list__item,.description-list__item--select,.description-list__item--compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:.75rem 1.5rem;display:grid}}@media (width>=640px){.description-list__item--full{padding:1.25rem 1.5rem}}@media (width>=640px){.description-list__value--select .select{font-size:.875rem;line-height:1.25rem}}.document-search{justify-content:flex-start;align-items:center;display:flex}.document-search__field{margin-right:20px;display:inline-block}.document-search__field:last-child{margin-right:0}.filter-wrapper{margin:calc(20px * var(--scale)) 0;flex-direction:column;display:flex}.filter-wrapper .filters{align-items:center;display:flex}.filter-wrapper .filters .inner .filter a{color:#b6be10;cursor:pointer;margin-bottom:25px;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:700;line-height:30px;position:relative}.filter-wrapper .filters .inner .filter a:after{content:"";background-color:#b6be10;width:0;height:2px;transition:width .2s ease-in-out,left .2s ease-in-out;position:absolute;bottom:-5px;left:50%}.filter-wrapper .filters .inner .filter a.active:after,.filter-wrapper .filters .inner .filter a:hover:after{width:100%;left:0}.filter-wrapper .filters .inner .label{color:#000;margin-right:calc(20px * var(--scale));font-family:Lato,sans-serif;font-size:1.2rem;font-weight:700;line-height:30px;position:relative}@media only screen and (width>=540px){.filter-wrapper .filters .inner{flex-direction:row;display:flex}.filter-wrapper .filters .inner .filter a{margin-right:calc(20px * var(--scale))}}.help-wrapper{z-index:2147483647;background-color:#0000;justify-content:flex-end;width:auto;display:flex;position:fixed;bottom:0;right:0}.help-wrapper .button-wrapper{width:initial}.help-wrapper .button-wrapper .button{padding:12.5px}.help-wrapper .help-content{display:none}.active-help .help-wrapper{background-color:#164142;border-radius:5px}.active-help .help-wrapper .button-wrapper{width:100%;margin-top:5px;margin-right:12.5px}.active-help .help-wrapper .button-wrapper .button{color:#164142;background-color:#0000;width:30px;height:30px;margin:0;padding:0}.active-help .help-wrapper .button-wrapper .button:before{content:" ";background-color:#fff;width:2px;height:24px;position:absolute;left:14px;transform:rotate(-45deg)}.active-help .help-wrapper .button-wrapper .button:after{content:" ";background-color:#fff;width:2px;height:24px;position:absolute;left:14px;transform:rotate(45deg)}.active-help .help-wrapper .button-wrapper .button img{display:none}.active-help .help-wrapper .help-content{padding:6.25px;display:flex}.active-help .help-wrapper .help-content .text-wrapper{flex-flow:column;display:flex}.active-help .help-wrapper .help-content .text-wrapper .text{color:#fff;flex-flow:row;justify-content:flex-start;width:100%;padding-top:5px;font-size:1rem;font-weight:500;display:flex}.active-help .help-wrapper .help-content .text-wrapper .text .label{width:70px}.active-help .help-wrapper .help-content .text-wrapper .text .value{width:100%}.active-help .help-wrapper .help-content .image,.active-help .help-wrapper .help-content .image svg{width:50px;height:50px}.hidden-filters-wrapper{border:1px solid #164142;flex-flow:column;justify-content:flex-start;margin-bottom:25px;padding:8.33333px;display:flex}.hidden-filters-wrapper .hidden-filter-item{color:#164142;flex-flow:row;flex:1 0 auto;justify-content:flex-start;width:100%;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px;display:flex}.hidden-filters-wrapper .hidden-filter-item .key{width:100px;margin-right:5px;font-weight:700}.input-field{padding:10px 0}.input-field input{color:#164142;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.input-field label{color:#9e9e9e;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.input-field .label.select2-label{top:-25px}.input-field.reset{color:#164142;margin:20px 0;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.input-field.reset label{color:#9e9e9e;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.input-field.reset .label.select2-label{top:-25px}.intro-text{color:#164142;border-radius:1px;flex-flow:row;flex:100%;justify-content:space-between;display:flex}.intro-text h1{color:#164142;flex-flow:row;justify-content:flex-start;align-items:center;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:700;line-height:15px;display:flex}.intro-text h1 span{padding-left:5px}.intro-text p b{font-weight:700}@media only screen and (width>=540px){.intro-text{margin-bottom:25px}}.link{color:#009ca0;cursor:pointer;text-indent:8px;border:none;align-items:center;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;line-height:18px;transition:color .2s ease-in-out,fill .2s ease-in-out,filter .2s ease-in-out;display:flex;background-color:#0000!important}.link.delete{color:#f74156}.link.delete svg *{fill:#f74156}.link.delete:hover{color:#f74156;filter:brightness(80%)}.link.delete:hover svg *{fill:#f74156!important}.link svg{align-self:center;width:15px;overflow:visible}.link svg *{fill:#009ca0;transition:color .2s ease-in-out,fill .2s ease-in-out}.link:hover{color:#164142}.link:hover svg *{fill:#164142!important}.loader.invisible{opacity:0}.logo{width:100%;padding:20px;position:absolute;bottom:0}.results{max-height:40vh;font-size:12px;overflow-y:scroll}.results .results__item{border-bottom:1px solid #009ca0;margin-top:2px;padding-left:4px;transition:all .45s ease-in-out}.results .results__item>span{display:inline-block}.results .results__item:hover{cursor:pointer;color:#fff;background-color:#009ca0}.results .results__part,.results .results__part--clp,.results .results__part--adr,.results .results__part--title,.results .results__part--author,.results .results__part--date,.results .results__part--id,.results .results__part--operator{display:inline-block}.results .results__part--operator{text-align:center;width:8px}.results .results__part--id{width:42px}.results .results__part--date{width:65px}.results .results__part--title,.results .results__part--author{white-space:nowrap;text-overflow:ellipsis;width:250px;margin-bottom:-6px;overflow:hidden}.results .results__part--author{width:125px}.results .results__part--adr{width:135px}.results .results__part--clp{width:40px}.table-content{padding:5px 0;transition:background-color .25s}.table-content:hover{background-color:#f2f2f280}.table-content:nth-child(odd){background-color:#f2f2f280;border:none}.align-bottom{align-self:flex-end!important}.button-margin{float:left;margin-top:1rem;margin-bottom:1rem;margin-left:40px}.card-color{background-color:#fff;border-radius:0;box-shadow:0 5px 10px #00000026}.card-content{padding:24px}.card-content .card-title{color:#164142;font-family:Lato,sans-serif;font-size:23px;font-weight:400;line-height:28px}.card-content .card-title:not(:first-child){margin-top:50px}.input-field{position:relative}.reset{margin:0;padding:0}.center{justify-content:center;display:flex}.right{justify-content:flex-end;display:flex}.baseline-end{align-items:flex-end;display:flex}.baseline{align-items:baseline;display:flex}.margin-right{margin-right:20px}.margin-bottom{margin-bottom:20px}.margin-left{margin-left:20px}.margin-top{margin-top:20px}.row{flex-wrap:wrap;width:100%;display:flex}.fit{flex-grow:1!important;flex-shrink:1!important}.col1{flex:none;width:8.33333%}.col2{flex:none;width:16.6667%}.col3{flex:none;width:25%}.col4{flex:none;width:33.3333%}.col5{flex:none;width:41.6667%}.col6{flex:none;width:50%}.col7{flex:none;width:58.3333%}.col8{flex:none;width:66.6667%}.col9{flex:none;width:75%}.col10{flex:none;width:83.3333%}.col11{flex:none;width:91.6667%}.col12{flex:none;width:100%}.space-around{justify-content:space-around}.svg{width:22px}.dropdown-trigger{float:left}.dropdown-trigger+.dropdown-content{flex-direction:column;justify-content:flex-start;display:flex}.dropdown-trigger+.dropdown-content>*{padding:10px 20px 10px 0;float:none!important;text-align:left!important}.dropdown-trigger+.dropdown-content>* svg{width:18px;height:30px;margin-left:15px;margin-right:10px}@media only screen and (width>=720px){.dropdown-trigger{float:right}.dropdown-trigger+.dropdown-content{flex-direction:column;justify-content:flex-start;display:flex}.dropdown-trigger+.dropdown-content>*{padding:10px 20px 10px 0;float:none!important;text-align:left!important}.dropdown-trigger+.dropdown-content>* svg{width:18px;height:30px;margin-left:15px;margin-right:10px}}.search-wrapper-header{flex:100%;margin-bottom:25px;display:flex}.search-wrapper-header .button{color:#fff;flex:100%;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.search-wrapper{flex:100%;max-height:0;margin-bottom:25px;transition:max-height .4s;overflow:hidden}.search-wrapper .input-wrapper{flex:100%;padding:0}.search-wrapper .input-wrapper .label{pointer-events:none}.search-wrapper .input-wrapper.limit{flex:0 100px;min-width:80px;max-width:100px}.search-wrapper .button-wrapper{align-items:flex-end;padding-bottom:20px;display:flex}.search-wrapper .button-wrapper .button{align-self:flex-end}.search-wrapper .button-wrapper .button+.button{margin-left:20px}.search-wrapper .button{float:right;color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}@media only screen and (width>=540px){.search-wrapper-header{justify-content:flex-end}.search-wrapper-header .button{flex:initial}}@media only screen and (width>=720px){.search-wrapper-header{display:none}.search-wrapper{overflow:initial;max-height:initial;flex-flow:wrap;place-content:center flex-start;margin:25px 0;display:flex}.search-wrapper .input-wrapper{min-width:200px;max-width:250px;margin-right:calc(20px * var(--scale));flex:1 0 auto}.search-wrapper .button{margin-left:calc(20px * var(--scale));align-self:center}.search-wrapper .button:first-of-type{margin-left:0}}.active-filter .wrapper .search-wrapper{max-height:1000px}.status-code{display:inline-block}.status-code.dot{border-radius:100%;width:8px;height:8px;margin-top:8px}.status-code.text{margin-left:8px}.table-wrapper{flex-direction:row;display:flex}.table-wrapper .table-title-wrapper{flex:1 0 auto;min-width:130px;padding-top:5px}.table-wrapper .table-title-wrapper .table-title{color:#164142;padding:5px 0;font-family:Lato,sans-serif;font-size:.9rem;font-weight:700;line-height:15px}.table-wrapper .table-content-wrapper{flex-direction:row;display:flex;overflow-x:auto}.table-wrapper .table-content-wrapper .table-content{min-width:130px;padding-left:calc(20px * var(--scale))/4;flex:1 0 auto}.table-wrapper .table-content-wrapper .table-content .table-item{color:#164142;padding:5px 8px;font-family:Lato,sans-serif;font-size:.9rem;font-weight:400;line-height:15px}.table-wrapper .table-content-wrapper .table-content .table-item.multi-select .input-field{margin:0!important}.table-wrapper .table-content-wrapper .table-content .table-item.multi-select .input-field .select2-selection{padding:0;height:auto!important}.table-wrapper .table-content-wrapper .table-content .table-item.multi-select .input-field .select2-selection__rendered{border:none!important}.table-wrapper .table-content-wrapper .table-content .table-item.doc{justify-content:flex-start;display:flex}.table-wrapper .table-content-wrapper .table-content .table-item.doc :nth-child(n){margin-right:5px}.table-wrapper .table-content-wrapper .table-content .table-item.doc .not-available{opacity:.4}.table-wrapper .table-content-wrapper .table-content .table-item.last{margin-top:calc(20px * var(--scale))/1.5;justify-content:flex-start;padding:0;display:flex}.table-wrapper .table-content-wrapper .table-content .table-item.last a{margin-right:calc(20px * var(--scale))}@media only screen and (width>=720px){.table-wrapper{flex-direction:column}.table-wrapper .table-title-wrapper{flex:initial;min-width:initial;flex-flow:row;justify-content:space-between;align-items:center;margin-left:0;padding:0 5px;display:flex}.table-wrapper .table-title-wrapper .table-title{text-overflow:ellipsis;white-space:nowrap;flex:0 17%;margin:0;padding:5px 2px;overflow:hidden}.table-wrapper .table-title-wrapper .table-title.multi-select{flex:auto;min-width:25%;max-width:40%}.table-wrapper .table-title-wrapper .table-title.checkbox{flex:0 0 50px;max-width:50px}.table-wrapper .table-title-wrapper .table-title.small{flex:auto;min-width:40px;max-width:40px}.table-wrapper .table-title-wrapper .table-title.prodnr{flex:0 0 85px}.table-wrapper .table-title-wrapper .table-title.name{flex:0 0 20%}.table-wrapper .table-title-wrapper .table-title.fit{max-width:200px;min-width:initial;flex:0 auto}.table-wrapper .table-content-wrapper{overflow-x:initial;flex-direction:column;width:100%}.table-wrapper .table-content-wrapper .table-content{min-width:initial;flex-direction:row;justify-content:space-between;align-items:center;padding:5px;display:flex}.table-wrapper .table-content-wrapper .table-content.-upload{border-radius:5px!important;padding:8px!important}.table-wrapper .table-content-wrapper .table-content .table-item{text-overflow:ellipsis;white-space:nowrap;flex:0 14%;margin:0;padding:2px;overflow:hidden}.table-wrapper .table-content-wrapper .table-content .table-item.-show-overflow{overflow:visible}.table-wrapper .table-content-wrapper .table-content .table-item.options{justify-content:flex-end;display:flex}.table-wrapper .table-content-wrapper .table-content .table-item.options a{margin-right:calc(20px * var(--scale))}.table-wrapper .table-content-wrapper .table-content .table-item.prodnr{flex:0 0 85px}.table-wrapper .table-content-wrapper .table-content .table-item.name{flex:0 0 20%}.table-wrapper .table-content-wrapper .table-content .table-item.multi-select{flex:auto;min-width:25%;max-width:40%}.table-wrapper .table-content-wrapper .table-content .table-item.checkbox{flex:0 0 50px;max-width:50px}.table-wrapper .table-content-wrapper .table-content .table-item.small{flex:auto;min-width:40px;max-width:40px}.table-wrapper .table-content-wrapper .table-content .table-item.fit{max-width:200px;min-width:initial;flex:0 auto}.table-wrapper .table-content-wrapper .table-content .table-item.last{justify-content:flex-end;margin:0;padding:0;display:flex}.table-wrapper .table-content-wrapper .table-content .table-item.last a{margin-right:0}.table-wrapper .table-content-wrapper .table-content .table-item.last a:first-of-type{margin-right:calc(20px * var(--scale))}}@media (width>=640px){.tabs,.tabs--buttons{flex-direction:row}}@media (width>=640px){.tabs__item{width:auto;margin-bottom:0;margin-left:1rem}}#documentUploadForm:after{content:"";clear:both;display:table}form .helper-text{font-size:14px}.validate.form-control.is-invalid{border:1px solid #f74156}.invalid-feedback{color:#f74156}#search-form:after{content:"";clear:both;display:table}.route-archive-products-index .wrapper .task-selection{padding:10px}.route-archive-products-index .wrapper .task-selection a{color:#fff;background-color:#009ca0;border:3px solid #0000;margin-top:10px;padding:3px 5px;display:block}.route-archive-products-index .wrapper .task-selection a.selected{color:#009ca0;background-color:#0000;border:3px solid #009ca0}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper{flex-direction:column}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected{background:#add8e6}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg{width:24px;height:15px}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a{margin-left:10px}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a:first-of-type{cursor:pointer;margin-left:0}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a svg{width:1.2rem;height:1.2rem}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper{align-content:center;display:flex}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="0"] svg #file-excel{fill:#000!important}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="1"] svg #file-excel{fill:#ff4500!important}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="2"] svg #file-excel{fill:#1e90ff!important}@media only screen and (width>=540px){.route-archive-products-index .wrapper .header{flex-direction:row;align-items:baseline}}@media only screen and (width>=720px){.route-archive-products-index .wrapper .header .input-wrapper .input-field{min-width:200px}.route-archive-products-index .wrapper .content .inner-wrapper{flex-direction:column}.route-archive-products-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title{flex:initial;white-space:normal;width:60px;overflow:visible}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:30px}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:100px}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:200px}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){flex:initial;width:140px}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:25px}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:last-of-type{flex:initial;width:60px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item{flex:initial;width:60px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:30px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:100px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:200px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){flex:initial;width:140px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:25px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item svg{width:1.2rem;height:1.2rem}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a{margin-left:10px}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a:first-of-type{margin-left:0}.route-archive-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper{align-content:center;display:flex}}.route-chemical-index .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-chemical-index .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (width>=540px){.route-chemical-index .wrapper .header{flex-flow:column}.route-chemical-index .wrapper .header .button-wrapper{flex-flow:row;justify-content:space-between;margin-top:25px}.route-chemical-index .wrapper .header .button-wrapper .button{margin-top:0}.route-chemical-index .wrapper .header form{width:initial}.route-chemical-index .wrapper .table-wrapper .table-title-wrapper{margin:2px;padding:2px}.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:65px}.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:250px}.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(3),.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){flex:initial;width:150px}.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(5),.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:100px}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content{margin:2px;padding:2px}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item{flex-flow:column wrap;justify-content:flex-start;display:flex}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:65px}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;white-space:pre-line;width:250px}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3),.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){flex:initial;width:150px}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5),.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:100px}}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper{flex-direction:column}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected{background:#add8e6}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg{width:24px;height:15px}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a{margin-left:5px}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a:first-of-type,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a:first-of-type,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a:first-of-type{margin-left:0}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a{margin-left:10px}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a:first-of-type,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a:first-of-type,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a:first-of-type{cursor:pointer;margin-left:0}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg{color:#009ca0;width:1.2rem;height:1.2rem}.route-company-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg:hover,.route-warehouse-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg:hover,.route-own_brand-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg:hover{color:#00ced3}@media only screen and (width>=540px){.route-company-products-index .wrapper .header,.route-warehouse-products-index .wrapper .header,.route-own_brand-products-index .wrapper .header{flex-direction:row;align-items:baseline}}@media only screen and (width>=720px){.route-company-products-index .wrapper .header .input-wrapper .input-field,.route-warehouse-products-index .wrapper .header .input-wrapper .input-field,.route-own_brand-products-index .wrapper .header .input-wrapper .input-field{min-width:200px}.route-company-products-index .wrapper .content .inner-wrapper,.route-warehouse-products-index .wrapper .content .inner-wrapper,.route-own_brand-products-index .wrapper .content .inner-wrapper{flex-direction:column}.route-company-products-index .table-wrapper .table-title-wrapper,.route-warehouse-products-index .table-wrapper .table-title-wrapper,.route-own_brand-products-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:30px}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:140px}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:320px}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:140px}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:150px}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;flex-flow:row;justify-content:flex-start;width:120px;display:flex}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8){flex:initial;width:80px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:30px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:140px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:320px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:140px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:150px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){flex:initial;flex-flow:row;justify-content:flex-start;width:120px;display:flex}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a svg,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a svg,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a svg{width:1.3rem;height:1.3rem}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){flex:initial;width:80px}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper{align-content:center;display:flex}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=no-document] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=no-document] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=no-document] svg #file-excel{fill:red!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="0"] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="0"] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="0"] svg #file-excel{fill:#009ca0!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=not_required] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=not_required] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=not_required] svg #file-excel{fill:#1e90ff!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=additional-document] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=additional-document] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=additional-document] svg #file-excel{fill:#6464644d!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="2"] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="2"] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="2"] svg #file-excel{fill:red!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="4"] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="4"] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="4"] svg #file-excel{fill:orange!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="8"] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="8"] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="8"] svg #file-excel{fill:#c71fbe!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="16"] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="16"] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="16"] svg #file-excel{fill:#82d3d5!important}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="32"] svg #file-excel,.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="32"] svg #file-excel,.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="32"] svg #file-excel{fill:#5dc5c8!important}}.route-company-index .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-company-index .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (width>=540px){.route-company-index .wrapper .header{flex-flow:column}.route-company-index .wrapper .header .button-wrapper{flex-flow:row;justify-content:space-between;margin-top:25px}.route-company-index .wrapper .header .button-wrapper .button{margin-top:0}.route-company-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-company-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:50px}.route-company-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:80px}.route-company-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:200px}.route-company-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){flex:initial;width:150px}.route-company-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-company-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:50px}.route-company-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:80px}.route-company-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:200px}.route-company-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){flex:initial;width:150px}}.route-dashboard .wrapper .dashboard-wrapper{flex-flow:column;width:100%;display:flex}.route-dashboard .wrapper .dashboard-wrapper .content{opacity:1;transition:opacity .2s ease-in-out}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper{flex-flow:column;justify-content:flex-start;display:flex}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper.result .button{font-size:1.3rem;font-weight:700;line-height:26px}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper.result .button .small{font-size:.8rem;font-weight:400;line-height:10px}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button{text-align:center;border-radius:0;width:135px;padding:12px 21px;font-weight:400}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button.active{color:#fff;transition:background-color .2s ease-in-out;background-color:#009ca0!important}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button:hover{background-color:#009ca0b3!important}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button.red-button{background-color:#f74156}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button.red-button:hover{background-color:#f74156b3!important}.route-dashboard .wrapper .dashboard-wrapper .content .theme-selector{width:100%;margin-bottom:40px}.route-dashboard .wrapper .dashboard-wrapper .content .theme-selector .sub-title,.route-dashboard .wrapper .dashboard-wrapper .content .data-wrapper .sub-title{color:#164142;margin-bottom:25px;font-family:Lato,sans-serif;font-size:1.6rem;font-weight:400;line-height:26px}.route-dashboard .wrapper .dashboard-wrapper .content .data-wrapper .data-row{margin-bottom:25px}.route-dashboard .wrapper .dashboard-wrapper .content .data-wrapper .data-row .data-title{color:#164142;margin:0;padding-bottom:5px;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;line-height:16px}@media only screen and (width>=720px){.route-dashboard .wrapper{display:flex}.route-dashboard .wrapper .dashboard-wrapper{grid-template-columns:1fr 1fr;gap:25px;display:grid}.route-dashboard .wrapper .dashboard-wrapper .dashboard-wrapper-content{background-color:#fff;border-radius:0;padding:24px;transition:height .2s ease-in-out;box-shadow:0 5px 10px #00000026}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper{flex-flow:row}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button{border-left:none}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button:first-of-type{border-left:1px solid #009ca0}.route-dashboard .wrapper .dashboard-wrapper .chart-wrapper{grid-column:span 2}}.route-dashboard .wrapper .dashboard-wrapper .content.isLoading{pointer-events:none;opacity:.5;transition:opacity .2s ease-in-out}.route-document-certificate .wrapper{max-width:720px;margin-left:auto;margin-right:auto}.route-document-certificate .wrapper .certificate{width:100%}.route-document-certificate .wrapper .certificate .content-wrapper{border-bottom:1px solid #71717180;flex-flow:column;justify-content:flex-start;margin-bottom:10px;display:flex}.route-document-certificate .wrapper .certificate .content-wrapper p{margin:0;font-size:1rem}.route-document-certificate .wrapper .certificate .content-wrapper h3{margin-bottom:5px;font-size:1.5rem;line-height:1.5rem}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper{flex-flow:row;justify-content:flex-start;margin-bottom:5px;display:flex}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list{width:50%;margin-bottom:5px}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list.small-header .row{flex-flow:row;justify-content:flex-end;align-items:flex-start;margin-bottom:0;display:flex}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list.small-header .row span{margin:0;font-size:12px;line-height:14px}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list.small-header .row span:last-of-type{width:50%}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list:first-of-type{padding-right:calc(20px * var(--scale))}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row{flex-flow:row;justify-content:flex-start;align-items:center;margin-bottom:2px;display:flex}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row span{margin:0;font-size:12px;line-height:14px}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row span:first-of-type{width:100px}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row .circle{background-color:#000;width:15px;min-width:15px;height:15px;min-height:15px;margin-right:5px;display:block;position:relative}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row .circle.green:before,.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row .circle.orange:before{content:"";border-bottom:2px solid #fff;border-right:2px solid #fff;width:4px;height:7px;position:absolute;top:3px;left:5px;transform:rotate(45deg)}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row .circle.red:before{content:"";background-color:#fff;width:80%;height:2px;position:absolute;top:6.5px;left:10%;transform:rotate(45deg)}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row .circle.red:after{content:"";background-color:#fff;width:80%;height:2px;position:absolute;top:6.5px;left:10%;transform:rotate(-45deg)}.route-document-certificate .wrapper .certificate .footer{flex-flow:row;justify-content:space-between;width:100%;display:flex}.route-document-certificate .wrapper .certificate .footer p{margin:0}.route-databearer-edit .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-databearer-edit .wrapper .header .button-wrapper .button{margin-top:25px}.route-databearer-edit .wrapper .document-edit-content{margin:calc(20px * var(--scale)) 0;width:100%}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper{flex:100%;max-width:100%}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper div:has(>.meta-value-button):has(+.input-field){margin-bottom:-2rem}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper,.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .extra-info{position:relative}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .extra-info .note-wrapper{color:#009ca0;border-bottom:1px solid #009ca0;padding:5px 0}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .extra-info .info{position:absolute;bottom:-30px;right:10px}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .product-name .button{background:0 0;border:none}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .product-name .button svg{opacity:1;width:20px;height:20px}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .product-name .button svg path{opacity:1;transition:opacity .2s ease-in-out;fill:#f74156!important}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .product-name .button svg path:hover{opacity:.5;transition:opacity .2s ease-in-out}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .error-content{max-height:200px;margin-bottom:20px;overflow-y:scroll}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .card-content .card-subtitle{color:#009ca0;font-size:16px;font-weight:700}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .card-content .search-container{background-color:#009ca01a;margin-bottom:20px;padding:1em;position:relative}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .card-content .search-container.last{margin-bottom:0}.route-databearer-edit .wrapper .document-edit-content .pdf-wrapper{margin-top:calc(20px * var(--scale));flex:100%;max-width:100%}@media only screen and (width>=540px){.route-databearer-edit .wrapper .header{flex-flow:row}.route-databearer-edit .wrapper .header .button-wrapper{flex-flow:row;justify-content:flex-start}.route-databearer-edit .wrapper .header .button-wrapper input{margin-left:25px}.route-databearer-edit .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (width>=720px){.route-databearer-edit .wrapper .document-edit-content{margin:calc(20px * var(--scale)) 0;flex-flow:row;justify-content:flex-start;width:100%;display:flex;position:relative}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper{max-width:50%;margin-right:calc(20px * var(--scale));flex:50%}.route-databearer-edit .wrapper .document-edit-content .pdf-wrapper{margin-top:initial;flex:initial;max-width:initial;width:40%;right:calc(30px * var(--scale));position:fixed}.route-databearer-edit .wrapper .document-edit-content .pdf-wrapper iframe{width:100%;height:calc(100vh - 230px)}}.route-document-index .wrapper .header .button-wrapper,.route-document-priorities .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-document-index .wrapper .header .button-wrapper .button,.route-document-priorities .wrapper .header .button-wrapper .button{margin-top:25px}.route-document-index .wrapper .table-item:nth-of-type(9),.route-document-priorities .wrapper .table-item:nth-of-type(9){flex-flow:row;flex:initial;justify-content:flex-end;align-items:flex-start;width:50px;display:flex}.route-document-index .wrapper .table-item:nth-of-type(9) .link,.route-document-priorities .wrapper .table-item:nth-of-type(9) .link{margin-left:10px}.route-document-index .wrapper .table-item:nth-of-type(9) .link:first-of-type,.route-document-priorities .wrapper .table-item:nth-of-type(9) .link:first-of-type{margin-left:0}.route-document-index .wrapper .cta-wrapper .cta-inner-wrapper .cta,.route-document-priorities .wrapper .cta-wrapper .cta-inner-wrapper .cta{flex:0 80%}@media only screen and (width>=540px){.route-document-index .wrapper .header,.route-document-priorities .wrapper .header{flex-flow:row}.route-document-index .wrapper .header .button-wrapper,.route-document-priorities .wrapper .header .button-wrapper{flex-flow:row;justify-content:flex-end}.route-document-index .wrapper .header .button-wrapper .button,.route-document-priorities .wrapper .header .button-wrapper .button{margin-top:0;margin-left:25px}.route-document-index .wrapper .header .button-wrapper .button:first-of-type,.route-document-priorities .wrapper .header .button-wrapper .button:first-of-type{margin-left:0}}@media only screen and (width>=720px){.route-document-index .table-wrapper .table-title-wrapper,.route-document-priorities .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-document-index .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-document-priorities .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:50px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:100px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){flex:initial;width:250px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){flex:initial;width:140px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:200px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){width:100px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;width:100px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(8){width:100px}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(9),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(9){flex:initial;width:50px}.route-document-index .table-wrapper .table-content-wrapper .table-content,.route-document-priorities .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:50px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:100px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){flex:initial;width:250px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){flex:initial;width:140px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:200px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){width:100px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){flex:initial;width:100px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){width:100px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9){flex-flow:row;flex:initial;justify-content:flex-end;align-items:flex-start;width:50px;display:flex}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9) .link,.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9) .link{margin-left:10px}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9) .link:first-of-type,.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9) .link:first-of-type{margin-left:0}}.section-menu{width:100%;overflow-x:auto}.section-menu .section-item-wrapper{padding:15px 9px;display:flex}.section-menu .section-item-wrapper .section-link{cursor:pointer;background-color:#fff;flex:none;align-content:baseline;margin-right:10px;padding:10px 22px;display:flex;position:relative;box-shadow:0 5px 10px #00000026}.section-menu .section-item-wrapper .section-link i{margin-right:5px}.section-menu .section-item-wrapper .section-link .badge{z-index:1;border-radius:100%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex;position:absolute;top:0;right:0;transform:translate(50%,-50%);box-shadow:0 5px 10px #00000026}.section-menu .section-item-wrapper .section-link .badge+.badge{transform:translate(calc(2px - 50%),-50%)}.section-content-wrapper{margin-bottom:20px}.section-content-wrapper .section-content{background-color:#fff;padding:24px;box-shadow:0 5px 10px #00000026}.section-content-wrapper .section-content:not(.visible){display:none}.section-content-wrapper .section-content .section-row{flex-direction:column;justify-content:space-evenly;display:flex}.section-content-wrapper .section-content .section-row .issue-content{color:#ff9800;margin-bottom:20px}.section-content-wrapper .section-content .section-row .input-field{margin:20px 0}.current{color:#fff;background-color:#009ca0!important}.route-document-show .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-document-show .wrapper .header .button-wrapper .button{margin-top:25px}.route-document-show .wrapper .document-show-content{margin:calc(20px * var(--scale)) 0;width:100%}.route-document-show .wrapper .document-show-content .left-content-wrapper{flex:100%;max-width:100%}.route-document-show .wrapper .document-show-content .left-content-wrapper .vs--disabled .vs__dropdown-toggle,.route-document-show .wrapper .document-show-content .left-content-wrapper .vs--disabled .vs__clear,.route-document-show .wrapper .document-show-content .left-content-wrapper .vs--disabled .vs__search,.route-document-show .wrapper .document-show-content .left-content-wrapper .vs--disabled .vs__selected,.route-document-show .wrapper .document-show-content .left-content-wrapper .vs--disabled .vs__open-indicator{background-color:#0000}.route-document-show .wrapper .document-show-content .left-content-wrapper .select2-selection__rendered .select2-selection__choice{min-height:unset;text-overflow:ellipsis;white-space:normal;flex-direction:initial;text-align:left;width:auto;min-height:auto;padding-right:10px;display:inline-block;overflow:hidden}.route-document-show .wrapper .document-show-content .left-content-wrapper .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove,.route-document-show .wrapper .document-show-content .left-content-wrapper .select2-selection__rendered .select2-search,.route-document-show .wrapper .document-show-content .left-content-wrapper .select2-container .select2-selection__arrow{display:none}.route-document-show .wrapper .document-show-content .pdf-wrapper{margin-top:calc(20px * var(--scale));flex:100%;max-width:100%}@media only screen and (width>=540px){.route-document-show .wrapper .header{flex-flow:row}.route-document-show .wrapper .header .button-wrapper{flex-flow:row;justify-content:flex-start}.route-document-show .wrapper .header .button-wrapper input{margin-left:25px}.route-document-show .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (width>=720px){.route-document-show .wrapper .document-show-content{margin:calc(20px * var(--scale)) 0;flex-flow:row;justify-content:flex-start;width:100%;display:flex}.route-document-show .wrapper .document-show-content .left-content-wrapper{max-width:50%;margin-right:calc(20px * var(--scale));flex:50%}.route-document-show .wrapper .document-show-content .pdf-wrapper{flex:50%;max-width:50%;margin-top:0}}.route-databearer-priorities-index .wrapper .task-selection{padding:10px}.route-databearer-priorities-index .wrapper .task-selection a{color:#fff;background-color:#009ca0;border:3px solid #0000;margin-top:10px;padding:3px 5px;display:block}.route-databearer-priorities-index .wrapper .task-selection a.selected{color:#009ca0;background-color:#0000;border:3px solid #009ca0}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper{flex-direction:column}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected{background:#add8e6}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg{width:24px;height:15px}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a{margin-left:10px}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a:first-of-type{margin-left:0}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a svg{width:1.2rem;height:1.2rem}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper{align-content:center;display:flex}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="0"] svg #file-excel{fill:#000!important}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="1"] svg #file-excel{fill:#ff4500!important}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="2"] svg #file-excel{fill:#1e90ff!important}@media only screen and (width>=540px){.route-databearer-priorities-index .wrapper .header{flex-direction:row;align-items:baseline}}@media only screen and (width>=720px){.route-databearer-priorities-index .wrapper .header .input-wrapper .input-field{min-width:200px}.route-databearer-priorities-index .wrapper .content .inner-wrapper{flex-direction:column}.route-databearer-priorities-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:30px}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:140px}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:320px}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:140px}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:100px}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;width:80px}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:last-of-type{flex:initial;width:60px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:30px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:140px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:320px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:140px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:100px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){flex:initial;width:80px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item svg{width:1.2rem;height:1.2rem}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a{margin-left:10px}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a:first-of-type{margin-left:0}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper{align-content:center;display:flex}}.route-import-create .wrapper .header .button-wrapper,.route-import-create-supplier .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-import-create .wrapper .header .button-wrapper .button,.route-import-create-supplier .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (width>=540px){.route-import-create .wrapper .header,.route-import-create-supplier .wrapper .header{flex-flow:column}.route-import-create .wrapper .header .button-wrapper,.route-import-create-supplier .wrapper .header .button-wrapper{flex-flow:row;justify-content:flex-start;margin-top:25px}.route-import-create .wrapper .header .button-wrapper .button,.route-import-create-supplier .wrapper .header .button-wrapper .button{margin-top:0}}.route-import-index-admin .wrapper .header .button-wrapper,.route-import-index-supplier .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-import-index-admin .wrapper .header .button-wrapper .button,.route-import-index-supplier .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (width>=540px){.route-import-index-admin .wrapper .header,.route-import-index-supplier .wrapper .header{flex-flow:column}.route-import-index-admin .wrapper .header .button-wrapper,.route-import-index-supplier .wrapper .header .button-wrapper{flex-flow:row;justify-content:space-between;margin-top:25px}.route-import-index-admin .wrapper .header .button-wrapper .button,.route-import-index-supplier .wrapper .header .button-wrapper .button{margin-top:0}.route-import-index-admin .wrapper .header form,.route-import-index-supplier .wrapper .header form{width:initial}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper,.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:50px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(2),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:150px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(3),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){flex:initial;width:400px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){flex:initial;width:120px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(5),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:100px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(6),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:80px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;width:150px}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(8),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(8){flex:initial;width:50px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content,.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item,.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item{white-space:normal;flex-flow:column wrap;justify-content:flex-start;display:flex}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:50px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:150px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){flex:initial;width:400px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){flex:initial;width:120px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:100px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:80px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){flex:initial;width:150px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){flex:initial;width:50px}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item .comment,.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item .comment{white-space:pre-wrap}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item .table-actions,.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item .table-actions{display:flex}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item .table-actions svg:hover,.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item .table-actions svg:hover{stroke:#ca081f;cursor:pointer}}#main .section{margin-top:calc(84px * var(--scale));padding:30px}body.logged-in{background-color:#f7f7f7;flex-wrap:wrap;width:100%;display:flex;overflow-x:hidden}body.logged-in #main{flex:none;width:100%}@media only screen and (width>=720px){#main .section{padding:calc(30px * var(--scale));margin-top:0}body.logged-in{background-color:#f7f7f7;flex-wrap:wrap;width:100%;display:flex}body.logged-in .sidebar{max-width:calc(200px * var(--scale));background-color:#009ca0;flex:auto;align-self:stretch;display:block;position:fixed}body.logged-in #main{left:calc(200px * var(--scale));width:calc(100% - calc(200px * var(--scale)));flex:0 1 calc(100% - calc(200px * var(--scale)));max-width:calc(100% - calc(200px * var(--scale)));position:relative}}.card-pagination{z-index:4;background-color:#fff;border-top:1px solid #ddd;flex-flow:column;align-items:center;width:100%;margin-top:20px;padding-top:10px;display:flex;bottom:0}.card-pagination .pagination{flex-flow:wrap;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.card-pagination .pagination .simple-pagenumber{color:#fff;background:#009ca099;border-radius:2px;margin:0;padding:5px 16px;transition:background .2s ease-in-out}.card-pagination .pagination .button.button-simple{margin-right:25px}.card-pagination .pagination li{text-align:center;vertical-align:top;border-radius:2px;height:30px;margin-left:25px;list-style:none}.card-pagination .pagination li:first-of-type a{padding:5px calc(20px * var(--scale))/3;margin-left:0}.card-pagination .pagination li:first-of-type a i{font-size:34px}.card-pagination .pagination li:last-of-type a{padding:5px calc(20px * var(--scale))/3}.card-pagination .pagination li:last-of-type a i{font-size:34px}.card-pagination .pagination li a{color:#164142;padding:5px calc(20px * var(--scale))/2;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px}.card-pagination .pagination li.active a{color:#fff;z-index:10;background-color:#009ca0;margin:0;padding:3px 5px}.card-pagination .pagination li.disabled,.card-pagination .pagination li.waves-effect,.card-pagination .pagination li.active{align-items:center;display:flex}.card-pagination .pagination li.disabled a{cursor:default;color:#999;align-items:center;display:flex}.card-pagination .pagination li.pages ul li{float:none}.card-pagination .total{margin:calc(20px * var(--scale)) 0;color:#9e9e9e;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}@media only screen and (width>=720px){.card-pagination{flex-direction:row;justify-content:space-between;position:static}.card-pagination .pagination{justify-content:flex-start;width:75%}.card-pagination .pagination .total{padding-bottom:5px}}.sidebar{z-index:40;width:100%;height:calc(84px * var(--scale));background-color:#009ca0;border-bottom:2px solid #fff;position:fixed}.sidebar .sidebar-inner{flex-direction:row;justify-content:space-between;width:100%;padding:25px;display:flex}.sidebar .sidebar-inner .sidebar-title{text-align:center;color:#fff;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:400;line-height:15px}.sidebar .sidebar-inner .sidebar-title .username{text-align:left;color:#fff;margin-left:20px;padding-top:10px;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px;display:none}.sidebar .sidebar-inner .menu-toggle{cursor:pointer;outline:0;flex-direction:column;justify-content:space-between;align-self:center;align-items:center;height:69px;padding:26px 0;display:flex}.sidebar .sidebar-inner .menu-toggle .bar{visibility:visible;background-color:#fff;flex:0 0 3px;width:37.5px;transition:top .2s linear .2s,visibility 0s linear .2s,transform .2s ease-in-out;position:relative;top:0;transform:rotate(0)}.sidebar .menu-content{background-color:#009ca0;max-height:0;transition:all .4s;overflow:hidden}.sidebar .menu-content .menu-list{background-color:#009ca0;flex-direction:column;max-width:400px;margin:auto;display:flex}.sidebar .menu-content .menu-list .admin-label{color:#164142;width:100%;padding-top:-15px;padding-left:12px;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.sidebar .menu-content .menu-list .admin{flex-direction:column;margin:7px 0 7px 5px;display:flex;position:relative}.sidebar .menu-content .menu-list .admin .menu-item{height:calc(45px * var(--scale));background-color:#16414266;width:100%;padding-top:0;padding-bottom:0;transition:background-color .2s ease-in-out;position:relative}.sidebar .menu-content .menu-list .admin .menu-item:first-child,.sidebar .menu-content .menu-list .admin .menu-item:first-child a{border-radius:7px 0 0}.sidebar .menu-content .menu-list .admin .menu-item:last-child,.sidebar .menu-content .menu-list .admin .menu-item:last-child a{border-radius:0 0 0 7px}.sidebar .menu-content .menu-list .admin .menu-item:hover,.sidebar .menu-content .menu-list .admin .menu-item a:hover,.sidebar .menu-content .menu-list .admin .menu-item a.active{background-color:#1ab7bc}.sidebar .menu-content .menu-list .admin .menu-item svg{margin-left:22px!important}.sidebar .menu-content .menu-list>.menu-item{height:calc(45px * var(--scale));width:100%;position:relative}.sidebar .menu-content .menu-list>.menu-item .menu-link{height:100%}.sidebar .menu-content .menu-list>.menu-item:nth-last-child(2){padding-bottom:10px}.sidebar .menu-content .menu-list>.menu-item:last-child{padding-top:10px;position:relative}.sidebar .menu-content .menu-list>.menu-item:last-child:before{content:"";background-color:#fff;width:calc(100% - 40px);height:1px;position:absolute;top:0;left:20px;right:20px}.sidebar .menu-content .menu-list .menu-item{height:calc(45px * var(--scale));width:100%;position:relative}.sidebar .menu-content .menu-list .menu-item.impersonating{background-color:#f74156;border-radius:2px;height:auto;padding:6.25px 0;display:block;position:relative}.sidebar .menu-content .menu-list .menu-item.impersonating a{color:#fff;padding:6px 12px 6px 4px;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px}.sidebar .menu-content .menu-list .menu-item.impersonating a svg{padding:2px;margin:10px!important}.sidebar .menu-content .menu-list .menu-item .menu-link{color:#fff;justify-content:flex-start;align-items:center;height:100%;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px;transition:background-color .2s ease-in-out;display:flex;position:relative}.sidebar .menu-content .menu-list .menu-item .menu-link.active,.sidebar .menu-content .menu-list .menu-item .menu-link:hover{background-color:#fff3}.sidebar .menu-content .menu-list .menu-item .menu-link .svg{width:20px;margin-left:14px;margin-right:20px}.sidebar .menu-content .menu-list .menu-item .menu-link .svg>*{fill:#fff}.sidebar .menu-content .menu-list .menu-item .menu-link .menu-link-bold{color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px}.sidebar .menu-content .navbar-logo{display:none}@media only screen and (width>=720px){.sidebar{z-index:1;flex-flow:column;height:100%;display:flex;overflow-y:auto;box-shadow:0 5px 10px #00000026}.sidebar .sidebar-inner{justify-content:center}.sidebar .sidebar-inner .sidebar-title .username{padding-top:5px}.sidebar .sidebar-inner .menu-toggle{display:none}.sidebar .menu-content{max-height:initial;overflow:initial;flex-flow:column;justify-content:stretch;display:flex}.sidebar .menu-content .menu-list{max-width:initial;margin:0}.sidebar .menu-content .menu-list .menu-item{display:flex;position:relative}.sidebar .menu-content .menu-list .menu-item .menu-link{height:initial;flex:none;width:100%}.sidebar .menu-content .menu-list .menu-item .menu-link .svg{width:18px}.sidebar .menu-content .menu-list .menu-item .menu-link .link-text-wrapper{flex-direction:column;justify-content:center;padding:10px 0;display:flex}.sidebar .menu-content .menu-list .menu-item .menu-link .link-text-wrapper .menu-link-bold{font-size:.8em}.sidebar .menu-content .navbar-logo{color:#fff;z-index:41;width:60%;margin:10px auto;display:block}.sidebar .menu-content .navbar-logo p{text-align:center;width:100%;margin:0;padding:0;font-size:.8rem}}.active-menu .menu-toggle:before{content:"";background-color:#fff;border-radius:7.5px;width:37.5px;height:37.5px;margin-top:-10px;display:inline-block;position:absolute}.active-menu .menu-toggle .bar{background-color:#009ca0!important}.active-menu .menu-toggle .bar:first-of-type{transform:rotate(45deg)translate(5px,-5px)}.active-menu .menu-toggle .bar:nth-of-type(2){transform:rotate(45deg)translate(0)}.active-menu .menu-toggle .bar:nth-of-type(3){transform:rotate(45deg)translate(-5px,5px)}.active-menu .menu-content{max-height:calc(100vh - calc(84px * var(--scale)));min-height:calc(100vh - calc(84px * var(--scale)));height:calc(100vh - calc(84px * var(--scale)));padding-bottom:20vh;transition:all 1s;overflow-y:auto}.sidebar::-webkit-scrollbar-track{background-color:#f5f5f5}.sidebar::-webkit-scrollbar{background-color:#009ca0;width:5px}.sidebar::-webkit-scrollbar-thumb{background-color:#009ca0}.route-mutation-products-index .wrapper .task-selection{padding:10px}.route-mutation-products-index .wrapper .task-selection a{color:#fff;background-color:#009ca0;border:3px solid #0000;margin-top:10px;padding:3px 5px;display:block}.route-mutation-products-index .wrapper .task-selection a.selected{color:#009ca0;background-color:#0000;border:3px solid #009ca0}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper{flex-direction:column}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected{background:#add8e6}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item+.supplier-item svg{width:24px;height:15px}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a{margin-left:10px}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a:first-of-type{cursor:pointer;margin-left:0}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a svg{width:1.2rem;height:1.2rem}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper{align-content:center;display:flex}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="0"] svg #file-excel{fill:#000!important}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="1"] svg #file-excel{fill:#ff4500!important}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .doc-type-icon-wrapper[data-contradiction-type="2"] svg #file-excel{fill:#1e90ff!important}@media only screen and (width>=540px){.route-mutation-products-index .wrapper .header{flex-direction:row;align-items:baseline}}@media only screen and (width>=720px){.route-mutation-products-index .wrapper .header .input-wrapper .input-field{min-width:200px}.route-mutation-products-index .wrapper .content .inner-wrapper{flex-direction:column}.route-mutation-products-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title{flex:initial;white-space:normal;width:60px;overflow:visible}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:30px}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:100px}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:200px}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){flex:initial;width:140px}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:25px}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:last-of-type{flex:initial;width:60px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item{flex:initial;width:60px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:30px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:100px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:200px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){flex:initial;width:140px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:25px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item svg{width:1.2rem;height:1.2rem}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a{margin-left:10px}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type a:first-of-type{margin-left:0}.route-mutation-products-index .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper{align-content:center;display:flex}}.route-report_builder-index .section{flex-direction:column;min-height:100%;display:flex}.route-report_builder-index .wrapper,.route-report_builder-index .wrapper .report-builder{flex-direction:column;flex-grow:1;display:flex}.route-report_builder-index .wrapper .report-builder .subheader{flex-flow:row;justify-content:flex-start;display:flex}.route-report_builder-index .wrapper .report-builder .content-wrapper{flex-flow:column;flex-grow:1;display:flex}.route-report_builder-index .wrapper .report-builder .content-wrapper .report-select{flex-flow:column;justify-content:flex-start;width:300px;display:flex}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner{flex-grow:1;margin-top:25px;position:relative}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content{background-color:#fff;flex-flow:column;flex:0 50%;justify-content:flex-start;max-height:100%;margin-left:25px;padding:37.5px;display:flex;overflow-y:auto}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content:first-of-type{background-color:#009ca0;margin-left:0}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .button-wrapper{position:absolute;top:37.5px;right:37.5px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .button-wrapper .button{color:#fff;border-color:#fff}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .title-wrapper{flex-flow:row;justify-content:space-between;align-items:center;height:40px;display:flex}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .title-wrapper .title{color:#fff;height:40px;font-family:Lato,sans-serif;font-size:1.6em;font-weight:400;line-height:20px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .title-wrapper .title.toSelect{color:#164142;font-family:Lato,sans-serif;font-size:1.6em;font-weight:400;line-height:20px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .title-wrapper .button-wrapper .button{color:#fff;border-color:#fff}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper{flex-flow:row;justify-content:flex-start;margin-top:25px;display:flex}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.column{flex-flow:column}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary label{color:#164142}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field{color:#164142;border-color:#164142;margin-left:25px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field:first-of-type{margin-left:0}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field::placeholder{color:#164142}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field label,.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field select,.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field span{color:#164142}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.tertiary .input-field span .select2-selection__rendered{border-bottom:2px solid #164142}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper label{color:#fff}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field{color:#fff;border-color:#fff;margin-left:25px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field:first-of-type{margin-left:0}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field::placeholder{color:#fff}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field label,.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field select,.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field span{color:#fff}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper .input-field span .select2-selection__rendered{border-bottom:2px solid #fff}.route-report_builder-index .dragArea{flex-flow:column;flex:0 100%;justify-content:flex-start;margin-top:25px;display:flex}.route-report_builder-index .dragArea.toSelect span{flex-flow:wrap;flex:0 100%;justify-content:flex-start;display:flex}.route-report_builder-index .dragArea.toSelect span .report-field-wrapper{flex-flow:wrap;flex:1 0 45%;justify-content:flex-start;max-width:50%;height:45px;margin:0 10px 10px 0;display:flex;box-shadow:0 5px 10px #0003}.route-report_builder-index .dragArea.toSelect span .report-field-wrapper:nth-of-type(2n){margin-right:0}.route-report_builder-index .dragArea.toSelect span .report-field-wrapper .report-field-item{padding:12.5px 20px}.route-report_builder-index .dragArea .report-field-wrapper{background-color:#fff;flex-flow:row;justify-content:flex-start;align-items:center;margin:10px 0;display:flex;box-shadow:0 5px 10px #0003}.route-report_builder-index .dragArea .report-field-wrapper .report-field-item{color:#164142;cursor:grab;flex:0 100%;padding:0 20px;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px;position:relative}.route-report_builder-index .dragArea .report-field-wrapper .report-field-rename{flex:0 100%}.route-report_builder-index .dragArea .report-field-wrapper .report-field-rename:before{content:" ";background-color:#979797;width:2px;height:70%;position:absolute;top:15%;bottom:15%}.route-report_builder-index .dragArea .report-field-wrapper .report-field-rename input:not([type]){border:none;width:calc(100% - 37.5px);margin:0;padding-left:37.5px;overflow-x:auto}.route-report_builder-index .dragArea .report-field-wrapper .report-field-rename input:not([type]):focus:not([readonly]){box-shadow:none}.route-report_builder-index .content::-webkit-scrollbar-track{background-color:#f5f5f5}.route-report_builder-index .content::-webkit-scrollbar{background-color:#164142;width:5px}.route-report_builder-index .content::-webkit-scrollbar-thumb{background-color:#164142}.route-scanner-index .viewport{border:3px solid #009ca0;width:100%;height:50vh;position:relative;top:0;bottom:0;overflow:hidden}.route-scanner-index .viewport .drawingBuffer{position:absolute;top:0;left:0}.route-scanner-index .button-wrapper{margin:calc(20px * var(--scale)) 0;flex-flow:row;justify-content:space-between;width:100%;display:flex}.route-scanner-index .product-wrapper{display:none}.route-scanner-index .footer-scanner{width:100%;height:75px;padding:0 calc(20px * var(--scale));z-index:60;background-color:#009ca0;justify-content:space-between;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.route-scanner-index .footer-scanner .footer-scanner-title{color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.route-scanner-index .footer-scanner .total{margin-right:calc(20px * var(--scale));color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.route-scanner-index.active-total .product-wrapper{opacity:.9;z-index:50;background-color:#009ca0;width:100vw;height:100%;margin:auto;display:block;position:fixed;inset:0}.route-scanner-index.active-total .product-wrapper .item-wrapper{padding:calc(20px * var(--scale));color:#fff;flex-direction:column;justify-content:flex-start;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:25px;display:flex;position:relative}.route-scanner-index.active-total .product-wrapper .item-wrapper span{color:#fff;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.route-scanner-index.active-total .total{z-index:102}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper{flex-direction:column}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.notmine .table-item{color:#16414233}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content.selected{background:#add8e6}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a{margin-left:5px}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a:first-of-type{cursor:pointer;margin-left:0}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){flex:initial;flex-flow:row;justify-content:flex-start;display:flex}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a{margin-left:10px}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a:first-of-type{margin-left:0}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg{color:#009ca0;width:1.2rem;height:1.2rem}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8) a svg:hover{color:#00ced3}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper{align-content:center;display:flex}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=no-document] svg #file-excel{fill:red!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="0"] svg #file-excel{fill:#009ca0!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=not_required] svg #file-excel{fill:#1e90ff!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=not_required_contradiction] svg #file-excel{fill:#156cc2!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type=additional-document] svg #file-excel{fill:#6464644d!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="2"] svg #file-excel{fill:red!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="4"] svg #file-excel{fill:orange!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="8"] svg #file-excel{fill:#c71fbe!important}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item .doc-type-icon-wrapper[data-workload-type="16"] svg #file-excel{fill:#82d3d5!important}@media only screen and (width>=540px){.route-supplier-products-index .wrapper .header{flex-direction:row;align-items:baseline}}@media only screen and (width>=720px){.route-supplier-products-index .wrapper .header .input-wrapper .input-field{min-width:200px}.route-supplier-products-index .wrapper .content .inner-wrapper{flex-direction:column}.route-supplier-products-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:30px}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:140px}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:320px}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:140px}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:150px}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;flex-flow:row;justify-content:flex-start;width:120px;display:flex}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8){flex:initial;width:80px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:30px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:140px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:320px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:140px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:150px}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7){flex:initial;flex-flow:row;justify-content:flex-start;width:120px;display:flex}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7) a svg{width:1.3rem;height:1.3rem}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){flex:initial;width:80px}}.route-products-preliminary_assessment .wrapper{flex-wrap:wrap;justify-content:center;width:100%;display:flex}.route-products-preliminary_assessment .wrapper .header{flex-flow:column;justify-content:flex-start;width:100%;display:flex}.route-products-preliminary_assessment .wrapper .header img{align-self:center;display:flex}.route-products-preliminary_assessment .wrapper .header .text-wrapper{text-align:center;flex-flow:column;justify-content:center;align-self:center;margin-top:25px;display:flex}.route-products-preliminary_assessment .wrapper .header .text-wrapper .page-subtitle{color:#164142;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:400;line-height:39px}.route-products-preliminary_assessment .wrapper .header .button-wrapper{flex-flow:row;justify-content:flex-start;width:100%;max-width:400px;margin-top:25px;display:flex}.route-products-preliminary_assessment .wrapper .content-wrapper{flex-flow:row;flex:0 0 100%;justify-content:center;margin:25px 0;display:flex}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper{flex-flow:column;flex-basis:100%;display:flex}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper{background-color:#fff;border-radius:0;flex-direction:column;margin-bottom:25px;padding:24px;display:flex;box-shadow:0 5px 10px #00000026}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row{flex-flow:row;flex:0 0 100%;height:auto;padding:5px 0;display:flex}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row.smalltext .data-value{color:#164142;font-family:Lato,sans-serif;font-size:.8rem;font-weight:300;line-height:20px}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row.smalltext .data-value:first-of-type{margin-top:25px}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-label{color:#164142;flex:none;width:40vw;max-width:400px;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;line-height:20px}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .value-wrapper{flex-flow:column;flex:auto;justify-content:flex-start;display:flex}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .value-wrapper.contour{background-color:#f7f7f7}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value{color:#164142;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value.contour{background-color:#f7f7f7}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value.danger-level{color:#009ca0;flex-flow:column;display:flex}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value.danger-level .value{flex-flow:row;align-content:center;display:flex}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value.danger-level .value svg{width:20px}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value.danger-level .value .danger-desc{align-items:center;margin-left:12.5px;display:flex}@media only screen and (width>=540px){.route-products-preliminary_assessment .wrapper .header{flex-flow:wrap;justify-content:space-between}.route-products-preliminary_assessment .wrapper .header .button-wrapper{max-width:300px}.route-products-preliminary_assessment .wrapper .header .form-wrapper .button{float:right}}@media only screen and (width>=720px){.route-products-preliminary_assessment .wrapper .header{flex-flow:row}}.route-products-product_card .wrapper .header{flex-flow:column}.route-products-product_card .wrapper .header .button-wrapper{margin-top:25px}.route-products-product_card .wrapper .content .inner-wrapper{padding:0}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper{flex:0 100%;padding:25px}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block{flex-flow:column;justify-content:flex-start;align-items:baseline;margin-bottom:37.5px;display:flex}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .card-title{color:#164142;margin:0;padding:20px 0;font-family:Lato,sans-serif;font-size:1.4rem;font-weight:400;line-height:15px}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row{color:#164142;flex-flow:column;justify-content:flex-start;width:100%;margin-top:0;padding:7px 0;display:flex}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-label{color:#164142;flex:0 0 40%;font-family:Lato,sans-serif;font-size:.9rem;font-weight:700;line-height:15px}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-value-wrapper{flex-flow:column;flex:0 60%;padding:1px 0;display:flex}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-value-wrapper.images{flex-flow:wrap;justify-content:flex-start}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-value{color:#164142;font-family:Lato,sans-serif;font-size:.9rem;font-weight:400;line-height:15px}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-value img{width:50px;height:50px;margin-bottom:10px;margin-right:10px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper{background-color:#164142;flex:0 100%;padding:25px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .box{display:inline-block}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .progress{justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .progress>.inner{color:red;position:absolute}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .progress>svg{height:100%;display:block}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .card-title{color:#fff;margin-bottom:25px;font-family:Lato,sans-serif;font-size:1.4rem;font-weight:400;line-height:15px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper{color:#fff}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status{flex-flow:row;justify-content:space-between;margin-bottom:50px;display:flex}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper{flex-flow:column;justify-content:flex-start;align-items:center;display:flex}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .name{margin-bottom:25px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .svg-wrapper{width:40px;height:40px;position:relative}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .svg-wrapper .inner-circle{z-index:3;border-radius:20px;width:26px;height:26px;position:absolute;top:7px;left:7px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .svg-wrapper .inner-circle-border{z-index:2;border-radius:20px;width:34px;height:34px;position:absolute;top:3px;left:3px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .svg-wrapper .ldBar{z-index:1;border-radius:20px;width:40px;height:40px;position:absolute;top:0;left:0}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .svg-wrapper .ldBar .ldBar-label{display:none}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .image-wrapper{margin-bottom:calc(20px * var(--scale))}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .image-wrapper .image{width:100%}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper{flex-flow:column;justify-content:flex-start;margin:0;padding:0;display:flex}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row{margin:25px 0}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper{flex-flow:column;justify-content:flex-start;margin-top:12.5px;display:flex}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value{padding-bottom:5px;display:flex}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value a{width:auto}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value a:hover{color:#009ca066;transition:color .2s ease-in-out}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value .link svg *{fill:#4caf50!important}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value .button{padding:calc(2px * var(--scale)) calc(5px * var(--scale));background:0 0;border:none}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value .button svg{opacity:1;width:15px;height:15px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value .button svg path{opacity:1;transition:opacity .2s ease-in-out;fill:#f74156!important}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value .button svg path:hover{opacity:.5;transition:opacity .2s ease-in-out}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs svg g{fill:#fff}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs svg text{fill:#164142}@media only screen and (width>=540px){.route-products-product_card .wrapper .header{flex-flow:row;justify-content:space-between}.route-products-product_card .wrapper .header .button-wrapper{margin-top:25px}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row{flex-flow:row;padding:2px 0}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper{padding:50px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .card-title{color:#fff}}@media only screen and (width>=720px){.route-products-product_card .wrapper .header .button-wrapper{margin-top:25px}.route-products-product_card .wrapper .content .inner-wrapper{flex-flow:row}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper{flex:0 65%}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row{flex-flow:row}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper{flex:0 35%}}.route-products-safety_instruction_card .wrapper{flex-wrap:wrap;width:100%;display:flex}.route-products-safety_instruction_card .wrapper .header{margin-top:calc(20px * var(--scale));flex-direction:column;display:flex}.route-products-safety_instruction_card .wrapper .header .button-wrapper .button{margin-bottom:calc(20px * var(--scale))}.route-products-safety_instruction_card .wrapper .productcard-content{width:100%;margin-top:calc(20px * var(--scale));flex-wrap:wrap;display:flex}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper{background-color:#fff;border-radius:0;flex:none;width:100%;padding:24px;box-shadow:0 5px 10px #00000026}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .pictogram-wrapper{flex-flow:row;justify-content:flex-start;align-items:baseline;display:flex}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .pictogram-wrapper .card-title{min-width:300px}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .pictogram-wrapper .safety-icons{margin-left:25px}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .card-title{color:#164142;padding-top:25px;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:700;line-height:35px}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .data-row{color:#164142;margin:calc(20px * var(--scale))/4 0;flex-flow:row;justify-content:flex-start;align-items:flex-start;display:flex}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .data-row .data-label{color:#164142;min-width:300px;font-family:Lato,sans-serif;font-size:1rem;font-weight:700;line-height:15px}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .data-row .data-value{color:#164142;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:15px}.route-supplier-manager-index .wrapper .header .input-wrapper .input-field{flex-flow:row;align-items:baseline;display:flex}.route-supplier-manager-index .wrapper .header .input-wrapper .input-field .button{margin-left:calc(20px * var(--scale))}@media only screen and (width>=720px){.table-wrapper .table-title-wrapper{margin:0;padding:0}.table-wrapper .table-title-wrapper .table-title:first-of-type,.table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:100px}.table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:200px}.table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:200px}.table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:100px}.table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:100px}.table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:200px}.table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:200px}.table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:100px}}.route-tools-index .wrapper .content .inner-wrapper{margin-top:25px}.route-tools-index .wrapper .content .inner-wrapper .card-title-wrapper .card-title{color:#164142;font-family:Lato,sans-serif;font-size:1.2rem;font-weight:400;line-height:39px}.route-tools-index .wrapper .content .inner-wrapper .card-title-wrapper .download-link{color:#009ca0;text-decoration:none}.route-tools-index .wrapper .content .inner-wrapper .tools-row{flex:0 0 100%;align-items:baseline}.route-tools-index .wrapper .content .inner-wrapper .tools-row .input-field,.route-tools-index .wrapper .content .inner-wrapper .tools-row .tools-field{padding-top:calc(20px * var(--scale))}.route-tools-index .wrapper .content .inner-wrapper .tools-row .file-path-wrapper input{margin-top:calc(20px * var(--scale));color:#164142;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:20px}@media only screen and (width>=720px){.route-tools-index .wrapper .content{flex-flow:wrap;justify-content:flex-start;display:flex}.route-tools-index .wrapper .content .inner-wrapper{flex:30%;margin-top:25px;margin-right:25px}.route-tools-index .wrapper .content .inner-wrapper:first-of-type{margin-left:0}.route-tools-index .wrapper .content .inner-wrapper .tools-row{flex:0 0 100%;align-items:baseline}.route-tools-index .wrapper .content .inner-wrapper .tools-row .input-field{padding-top:calc(20px * var(--scale))}.route-tools-index .wrapper .content .inner-wrapper .tools-row .file-path-wrapper input{margin-top:calc(20px * var(--scale))}.route-tools-index .wrapper .content .inner-wrapper:last-of-type .tools-row{display:flex}.route-tools-index .wrapper .content .inner-wrapper:last-of-type .tools-row .input-field{margin-right:calc(20px * var(--scale));flex:0 50%}}.route-users-create .wrapper .header .button-wrapper,.route-import-create-admin .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-users-create .wrapper .header .button-wrapper .button,.route-import-create-admin .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (width>=540px){.route-users-create .wrapper .header,.route-import-create-admin .wrapper .header{flex-flow:column}.route-users-create .wrapper .header .button-wrapper,.route-import-create-admin .wrapper .header .button-wrapper{flex-flow:row;justify-content:flex-start;margin-top:25px}.route-users-create .wrapper .header .button-wrapper .button,.route-import-create-admin .wrapper .header .button-wrapper .button{margin-top:0}}.route-users-edit .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-users-edit .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (width>=540px){.route-users-edit .wrapper .header{flex-flow:column}.route-users-edit .wrapper .header .button-wrapper{flex-flow:row;justify-content:flex-start;margin-top:25px}.route-users-edit .wrapper .header .button-wrapper input{margin-left:25px}.route-users-edit .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (width>=720px){.route-users-edit .wrapper .content{width:60%}}.route-users-index .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-users-index .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (width>=540px){.route-users-index .wrapper .header{flex-flow:column}.route-users-index .wrapper .header .button-wrapper{flex-flow:row;justify-content:flex-start;align-items:center;margin-top:25px}.route-users-index .wrapper .header .button-wrapper .button{margin-top:0;margin-left:25px}.route-users-index .wrapper .header .button-wrapper .button:first-of-type{margin-left:0}}@media only screen and (width>=720px){.route-users-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-users-index .table-wrapper .table-title-wrapper .table-title:first-of-type{flex:initial;width:40px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:60px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){flex:initial;width:100px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4){min-width:200px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:200px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:150px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(7),.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(8){flex:initial;width:200px}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(9){flex:initial;width:50px}.route-users-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type{flex:initial;width:40px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:60px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){flex:initial;width:100px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4){min-width:200px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:200px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;flex-flow:column;justify-content:flex-start;align-items:flex-start;width:150px;display:flex}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6) .badge{text-align:center;margin-top:5px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6) .badge:first-of-type{margin-top:0}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(7),.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){flex:initial;width:200px}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(9){flex:initial;width:50px}}.route-users-settings .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-users-settings .wrapper .header .button-wrapper .button{margin-top:25px}.route-users-settings .wrapper .content .inner-wrapper .setting-row{flex-wrap:wrap;align-items:baseline;width:100%;display:flex}.route-users-settings .wrapper .content .inner-wrapper .setting-row .setting-col{flex:100%}@media only screen and (width>=540px){.route-users-settings .wrapper .header{flex-flow:column}.route-users-settings .wrapper .content .inner-wrapper .setting-row{align-items:center}.route-users-settings .wrapper .content .inner-wrapper .setting-row .setting-col{flex:1 0 calc(20% - calc(20px * var(--scale)));margin-right:calc(20px * var(--scale))}}.route-api_tokens-create .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-api_tokens-create .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (width>=540px){.route-api_tokens-create .wrapper .header{flex-flow:column}.route-api_tokens-create .wrapper .header .button-wrapper{flex-flow:row;justify-content:flex-start;margin-top:25px}.route-api_tokens-create .wrapper .header .button-wrapper input{margin-left:25px}.route-api_tokens-create .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (width>=720px){.route-api_tokens-create .wrapper .content{width:60%}}.route-api_tokens-edit .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-api_tokens-edit .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (width>=540px){.route-api_tokens-edit .wrapper .header{flex-flow:column}.route-api_tokens-edit .wrapper .header .button-wrapper{flex-flow:row;justify-content:flex-start;margin-top:25px}.route-api_tokens-edit .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (width>=720px){.route-api_tokens-edit .wrapper .content{width:60%}}.route-api_tokens-index .wrapper .header .button-wrapper{margin-top:25px}@media only screen and (width>=540px){.route-api_tokens-index .wrapper .header{flex-flow:column}}@media only screen and (width>=720px){.route-api_tokens-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:150px}.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:150px}.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(4),.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(5){flex:initial;width:100px}.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(6){flex:initial;width:50px}.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:150px}.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:150px}.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(4),.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(5){flex:initial;width:100px}.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(6){flex:initial;width:50px}}.route-api_tokens-whitelisted_ips-create .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}.route-api_tokens-whitelisted_ips-create .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (width>=540px){.route-api_tokens-whitelisted_ips-create .wrapper .header{flex-flow:column}.route-api_tokens-whitelisted_ips-create .wrapper .header .button-wrapper{flex-flow:row;justify-content:flex-start;margin-top:25px}.route-api_tokens-whitelisted_ips-create .wrapper .header .button-wrapper input{margin-left:25px}.route-api_tokens-whitelisted_ips-create .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (width>=720px){.route-api_tokens-whitelisted_ips-create .wrapper .content{width:60%}}.route-api_tokens-whitelisted_ips-index .wrapper .header .button-wrapper{flex-flow:column;justify-content:flex-start;align-items:baseline;width:100%;display:flex;position:relative}@media only screen and (width>=540px){.route-api_tokens-whitelisted_ips-index .wrapper .header{flex-flow:column}.route-api_tokens-whitelisted_ips-index .wrapper .header .button-wrapper{flex-flow:row;align-items:center;margin-top:25px}.route-api_tokens-whitelisted_ips-index .wrapper .header .button-wrapper .button{margin-left:25px}.route-api_tokens-whitelisted_ips-index .wrapper .header .button-wrapper .button:first-of-type{margin-left:0}}@media only screen and (width>=720px){.route-api_tokens-whitelisted_ips-index .table-wrapper .table-title-wrapper{margin:0;padding:0}.route-api_tokens-whitelisted_ips-index .table-wrapper .table-title-wrapper .table-title:first-of-type,.route-api_tokens-whitelisted_ips-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(2){flex:initial;width:150px}.route-api_tokens-whitelisted_ips-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(3){min-width:150px}.route-api_tokens-whitelisted_ips-index .table-wrapper .table-content-wrapper .table-content{margin:0;padding:0}.route-api_tokens-whitelisted_ips-index .table-wrapper .table-content-wrapper .table-content .table-item:first-of-type,.route-api_tokens-whitelisted_ips-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:150px}.route-api_tokens-whitelisted_ips-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){min-width:150px}}body.route-warehouse-products-index #main{flex:none;width:auto;max-width:100%;left:auto}.stacked-list{border-radius:5px;flex-direction:column;width:100%;display:flex}.stacked-list__item{cursor:pointer;border:1px solid #009ca033;border-bottom:none;border-radius:0;width:100%;padding:15px 12px;position:relative}.stacked-list__item:first-of-type{border-radius:5px 5px 0 0}.stacked-list__item:last-of-type{border-bottom:1px solid #009ca033;border-radius:0 0 5px 5px}.stacked-list__item:hover{background-color:#009ca01a}.stacked-list__title{color:#009ca0;margin-bottom:6px;font-size:16px;display:block}.stacked-list__value{display:block}.stacked-list__value>strong{width:60px;display:inline-block}.stacked-list__action{width:24px;height:24px;position:absolute;top:33px;right:20px}.stacked-list__action>svg>path{stroke:#009ca0}.list-table{border:1px solid #0000000d;border-radius:5px;flex-direction:column;min-width:100%;margin-top:8px;display:flex;overflow-x:scroll}.list-table__table{border-collapse:collapse;padding:5px 10px}.list-table__thead{background:#fff}.list-table__thead th{text-align:left;color:#111827;padding:10px;font-size:.9rem;font-weight:700}.list-table__tbody{background:#fff}.list-table__tbody tr{border-color:#d1d5db;border-top-style:solid;border-top-width:1px}.list-table__tbody th{text-align:left;color:#009ca0;background:#6464640d;padding:10px;font-size:1rem;font-weight:700}.list-table__tbody td{color:#6b7280;padding:10px;font-size:.9rem}.list-table__tbody td.rejected{color:#fa000099;background:#fa000033;border-radius:15px;margin-top:10px;padding:0 10px;display:inline-block}.list-table__tbody td.not-applicable{color:#0006}.list-table__actions{align-items:center;gap:1rem;display:flex}.list-table__action-item:hover{cursor:pointer}.description-list,.description-list--modal{background-color:#fff;width:100%;position:relative;overflow:hidden}.description-list__header{padding:1rem}.description-list__title{color:#111827;font-size:1.125rem;font-weight:500;line-height:1.5rem;display:block}.description-list__subtitle{color:#6b7280;max-width:42rem;margin-top:.25rem;font-size:.875rem;line-height:1.25rem}.description-list__content,.description-list__content--separated{padding:1rem}.description-list__content--separated{border-top:1px solid #e5e7eb}@media (width>=640px){.description-list__content,.description-list__content--separated{padding:0}.description-list__list>*+*{border-color:#e5e7eb;border-top-style:solid;border-top-width:1px;border-bottom-width:0}}.description-list__list--inline{justify-content:space-around;display:flex}.description-list__item,.description-list__item--compact,.description-list__item--select{width:100%;padding:1rem 0}@media (width>=640px){.description-list__item,.description-list__item--compact,.description-list__item--select{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:.75rem 1.5rem;display:grid}}.description-list__item--compact{padding:.15rem 1.5rem}.description-list__item--full{padding:1rem 0;display:block}@media (width>=640px){.description-list__item--full{padding:1.25rem 1.5rem}}.description-list__item--inline{flex-direction:column;align-items:center;gap:10px;display:flex}.description-list__item--select{align-items:center}.description-list__label{color:#6b7280;font-size:.875rem;line-height:1.25rem}.description-list__value,.description-list__value--select{color:#111827;grid-column:2/-1;margin-top:.25rem;font-size:.875rem;line-height:1.25rem}.description-list__value--image img{width:50px;height:50px}.description-list__value--select{justify-content:space-between;align-items:center;display:inline-flex}.description-list__value--select .select{border:1px solid #d1d5db;border-radius:.375rem;flex-grow:1;width:auto;max-width:80%;padding:.5rem 2.5rem .5rem .75rem;font-size:1rem;line-height:1.5rem;display:inline-block}@media (width>=640px){.description-list__value--select .select{font-size:.875rem;line-height:1.25rem}}.description-list__value--select .select:focus{--tw-ring-color:#10b981;border:1px solid #10b981;outline:none}.description-list__value--select .select.-dirty{--tw-ring-color:#d6ce66;border:2px solid #d6ce66;outline:none}.description-list__value--select .select.-disabled{cursor:not-allowed;color:#6b7280;background-color:#f9fafb;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.description-list__value--select .tail-button,.description-list__value--select .tail-button--colored{color:#fff;cursor:pointer;background-color:#10b981;border:1px solid #0000;border-radius:.375rem;align-items:center;margin-left:.75rem;padding:.6rem 1rem;font-size:1rem;font-weight:500;line-height:1.5rem;display:inline-flex;box-shadow:0 1px 2px #0000000d}.description-list__value--select .tail-button:hover,.description-list__value--select .tail-button--colored:hover{background-color:#047857}.description-list__value--select .tail-button:focus,.description-list__value--select .tail-button--colored:focus{--tw-ring-color:#10b981;box-shadow:2 0 0 0 3px var(--tw-ring-color);outline:none}.description-list__value--select .tail-button.-sending>svg,.description-list__value--select .-sending.tail-button--colored>svg{width:1.5em;height:1.5em}.description-list__value--select .tail-button.-disabled,.description-list__value--select .-disabled.tail-button--colored{cursor:not-allowed;color:#6b7280;background-color:#f9fafb;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.description-list__value--select .tail-button--colored{color:#fff;background-color:#10b981;border-color:#0000}.description-list__value--select .tail-button--colored:hover{background-color:#047857}.description-list__value--select .tail-button--colored:focus{--tw-ring-color:#047857;outline:none}.description-list--modal{margin-bottom:16px}.description-list--modal .description-list__header{justify-content:space-between;align-items:center;display:flex}.description-list--modal .description-list__title{font-size:20px;font-weight:900}.description-list--modal .description-list__action{background-color:#fff;border:1px solid #e2e8f0;align-items:center;transition:all 75ms ease-in-out;display:inline-flex;border-radius:5px!important}.description-list--modal .description-list__action>svg path{fill:#94a3b8}.description-list--modal .description-list__action>span{color:#0f172a;margin-left:8px;display:inline-block}.description-list--modal .description-list__action:hover{background-color:#f1f5f9}.description-list--modal .description-list__action.-disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;color:#6b7280;background-color:#f9fafb;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}.tabs,.tabs--buttons{flex-direction:column;justify-content:flex-start;align-items:center;display:flex}@media (width>=640px){.tabs,.tabs--buttons{flex-direction:row}}.tabs__item{cursor:pointer;width:100%;margin-bottom:.5rem;margin-left:0;font-size:1.1rem;font-weight:500;line-height:1.35rem;display:inline-block}@media (width>=640px){.tabs__item{width:auto;margin-bottom:0;margin-left:1rem}}.tabs__item:first-of-type{margin-left:0}.tabs__item:last-of-type{margin-bottom:0}.tabs--buttons .tabs__item{color:#6b7280;border-radius:.375rem;padding:.75rem 1rem}.tabs--buttons .tabs__item:hover{color:#374151;background-color:#f3f4f6}.tabs--buttons .tabs__item.selected{color:#009ca0;background-color:#009ca01a}.icon--danger{color:red}.datepicker-modal{width:100%;margin:20px 0}.datepicker-container.modal-content{background-color:#4c9da0;flex-direction:row;padding:0;display:flex}.datepicker-calendar-container{background-color:#fff;flex-direction:column;justify-content:center;display:flex}.datepicker-date-display{min-width:300px}.datepicker-clear{color:red;border:none;align-self:flex-end;margin-right:10px;font-family:Lato,sans-serif;font-size:15px;font-weight:700;line-height:18px;display:flex;padding:14px 24px!important}.datepicker-clear:hover{color:#fff;background-color:#009ca0;transition:all .2s ease-in-out}.confirmation-btns{justify-content:space-around;width:70%;margin-top:25px;display:flex}.confirmation-btns .btn-flat{color:#fff;cursor:pointer;background-color:#009ca0;border:none;border-radius:2px;width:auto;padding:14px 24px;font-family:Lato,sans-serif;font-size:15px;font-weight:700;line-height:18px;transition:background-color .2s ease-in-out,color .2s ease-in-out,filter .2s ease-in-out,opacity .2s ease-in-out;display:block}.confirmation-btns .btn-flat:hover{background-color:#007477}.datepicker-controls{justify-content:space-between;width:280px;margin:0 auto;display:flex}.datepicker-controls .selects-container{display:flex}.datepicker-controls .select-wrapper input:focus{border-bottom:none}.datepicker-controls .select-wrapper input{text-align:center;border-bottom:none;margin:0}.datepicker-controls .select-wrapper .caret{display:none}.datepicker-controls .select-year input{width:50px}.datepicker-controls .select-month input{width:70px}.month-prev,.month-next{cursor:pointer;background-color:#0000;border:none;margin-top:4px}.datepicker-date-display{color:#fff;flex:auto;padding:20px 22px;font-weight:500}.datepicker-date-display .year-text{color:#ffffffb3;font-size:1.5rem;line-height:25px;display:block}.datepicker-date-display .date-text{font-size:2.8rem;font-weight:500;line-height:47px;display:block}.datepicker-calendar-container{flex:2.5 auto}.datepicker-table{width:280px;margin:0 auto;font-size:1rem}.datepicker-table thead{border-bottom:none}.datepicker-table th{text-align:center;padding:10px 5px}.datepicker-table tr{border:none}.datepicker-table abbr{color:#999;text-decoration:none}.datepicker-table td.is-today{color:#26a69a}.datepicker-table td.is-selected{color:#fff;background-color:#26a69a}.datepicker-table td.is-outside-current-month,.datepicker-table td.is-disabled{color:#0000004d;pointer-events:none}.datepicker-table td{border-radius:50%;padding:0}.datepicker-day-button:focus{background-color:#2ba19640}.datepicker-day-button{cursor:pointer;width:100%;color:inherit;background-color:#0000;border:none;border-radius:50%;padding:0 5px;line-height:38px;display:block}.datepicker-footer{justify-content:space-between;width:280px;margin:0 auto;padding-bottom:5px;display:flex}.datepicker-cancel,.datepicker-clear,.datepicker-today,.datepicker-done{color:#26a69a;padding:0 1rem}.datepicker-modal{display:none}.meta-data-wrapper{align-self:flex-start}.collapsible-body:after{content:"";clear:both;display:table}.document-viewer-wrapper{margin-top:.5rem;margin-bottom:-.5rem;position:sticky;top:80px}.document-viewer-wrapper .document-viewer{width:100%;height:90vh}.collapsible-body .issue-content{color:#ff9800}.select-icon{vertical-align:middle;width:44px;margin:3px 3px 3px 0}.alert.alert-danger ul>li{color:red}[type=checkbox]{display:block}[type=checkbox]+span:not(.lever){transform:scale(1)translateY(7px)}[type=checkbox]+span:not(.lever):before,[type=checkbox]+span:not(.lever):after{transform:scale(1)}@media only screen and (width>=720px){[type=checkbox]{display:block}[type=checkbox]+span:not(.lever){transform:scale(.85)translateY(7px)}[type=checkbox]+span:not(.lever):before,[type=checkbox]+span:not(.lever):after{transform:scale(1)}}.vs--multiple .vs__deselect,.vs--multiple #unselected_option .vs__deselect{fill:#fff}.vs--multiple .vs__dropdown-option--selected{color:#fff;background-color:#009ca0;border:#009ca0}.vs--multiple .vs__selected,.vs--multiple #unselected_option .vs__selected{color:#fff;position:revert;background-color:#009ca0;border:#009ca0;margin:4px 2px 0;padding:0 .25em}
