@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Lato&display=swap";.tippy-tooltip[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper{pointer-events:none;max-width:calc(100vw - 10px);transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-property:transform}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;background-color:#333;transition-property:visibility,opacity,transform;outline:0}.tippy-tooltip[data-placement^=top]>.tippy-arrow{border-width:8px 8px 0;border-top-color:#333;margin:0 3px;transform-origin:50% 0;bottom:-7px}.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{border-width:0 8px 8px;border-bottom-color:#333;margin:0 3px;transform-origin:50% 7px;top:-7px}.tippy-tooltip[data-placement^=left]>.tippy-arrow{border-width:8px 0 8px 8px;border-left-color:#333;margin:3px 0;transform-origin:0 50%;right:-7px}.tippy-tooltip[data-placement^=right]>.tippy-arrow{border-width:8px 8px 8px 0;border-right-color:#333;margin:3px 0;transform-origin:7px 50%;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{position:absolute;border-color:transparent;border-style:solid}.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{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;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{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd)}.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{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.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;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:#000000e6;line-height:150%}.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{border:1px solid rgba(200,200,200,.8);background-color:#fffc}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:#fff6;padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px}.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:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:#ffffffe6;-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width .3s ease-in-out}.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;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom,#be2626,#a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}.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:transparent!important}.transparent-text{color:transparent!important}html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[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{display:none}[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;text-decoration:none;-webkit-tap-highlight-color:transparent}.valign-wrapper{display:flex;align-items:center}.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{height:1px;overflow:hidden;background-color:#e0e0e0}blockquote{margin:20px 0;padding-left:1.5rem;border-left:5px solid #ee6e73}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{font-size:18px;color:#ffffffb3}.breadcrumb i,.breadcrumb [class^=mdi-],.breadcrumb [class*=mdi-],.breadcrumb i.material-icons{display:inline-block;float:left;font-size:24px}.breadcrumb:before{content:"";color:#ffffffb3;vertical-align:top;display:inline-block;font-family:Material Icons;font-weight:400;font-style:normal;font-size:25px;margin:0 10px 0 8px;-webkit-font-smoothing:antialiased}.breadcrumb:first-child:before{display:none}.breadcrumb:last-child{color:#fff}.parallax-container{position:relative;overflow:hidden;height:500px}.parallax-container .parallax{position:absolute;inset:0;z-index:-1}.parallax-container .parallax img{opacity:0;position:absolute;left:50%;bottom:0;min-width:100%;min-height:100%;transform:translateZ(0);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 50%}@media only screen and (max-width:600px){.hide-on-small-only,.hide-on-small-and-down{display:none!important}}@media only screen and (max-width:992px){.hide-on-med-and-down{display:none!important}}@media only screen and (min-width:601px){.hide-on-med-and-up{display:none!important}}@media only screen and (min-width:600px)and (max-width:992px){.hide-on-med-only{display:none!important}}@media only screen and (min-width:993px){.hide-on-large-only{display:none!important}}@media only screen and (min-width:1201px){.hide-on-extra-large-only{display:none!important}.show-on-extra-large{display:block!important}}@media only screen and (min-width:993px){.show-on-large{display:block!important}}@media only screen and (min-width:600px)and (max-width:992px){.show-on-medium{display:block!important}}@media only screen and (max-width:600px){.show-on-small{display:block!important}}@media only screen and (min-width:601px){.show-on-medium-and-up{display:block!important}}@media only screen and (max-width:992px){.show-on-medium-and-down{display:block!important}}@media only screen and (max-width:600px){.center-on-small-only{text-align:center}}.page-footer{padding-top:20px;color:#fff;background-color:#ee6e73}.page-footer .footer-copyright{overflow:hidden;min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:10px 0;color:#fffc;background-color:#33333314}@media only screen and (max-width:992px){table.responsive-table{width:100%;border-collapse:collapse;border-spacing:0;display:block;position:relative}table.responsive-table td:empty:before{content:" "}table.responsive-table th,table.responsive-table td{margin:0;vertical-align:top}table.responsive-table th{text-align:left}table.responsive-table thead{display:block;float:left}table.responsive-table thead tr{display:block;padding:0 10px 0 0}table.responsive-table thead tr th:before{content:" "}table.responsive-table tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap}table.responsive-table tbody tr{display:inline-block;vertical-align:top}table.responsive-table th{display:block;text-align:right}table.responsive-table td{display:block;min-height:1.25em;text-align:left}table.responsive-table tr{border-bottom:none;padding:0 10px}table.responsive-table thead{border:0;border-right:1px solid rgba(0,0,0,.12)}}.collection{margin:.5rem 0 1rem;border:1px solid #e0e0e0;border-radius:2px;overflow:hidden;position:relative}.collection .collection-item{background-color:#fff;line-height:1.5rem;padding:10px 20px;margin:0;border-bottom:1px solid #e0e0e0}.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{position:absolute;width:42px;height:42px;overflow:hidden;left:15px;display:inline-block;vertical-align:middle}.collection .collection-item.avatar i.circle{font-size:18px;line-height:42px;color:#fff;background-color:#999;text-align:center}.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{background-color:#26a69a;color:#eafaf9}.collection .collection-item.active .secondary-content{color:#fff}.collection a.collection-item{display:block;transition:.25s;color:#26a69a}.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{margin:0;border:none}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.progress{position:relative;height:4px;display:block;width:100%;background-color:#acece6;border-radius:2px;margin:.5rem 0 1rem;overflow:hidden}.progress .determinate{position:absolute;top:0;left:0;bottom:0;background-color:#26a69a;transition:width .3s linear}.progress .indeterminate{background-color:#26a69a}.progress .indeterminate:before{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite}.progress .indeterminate:after{content:"";position:absolute;background-color:inherit;top:0;left:0;bottom:0;will-change:left,right;animation:indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;animation-delay:1.15s}@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;-moz-user-select:none;user-select:none}.circle{border-radius:50%}.center-block{display:block;margin-left:auto;margin-right:auto}.truncate{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-padding{padding:0!important}select:focus{outline:1px solid rgb(201.05,242.65,238.75)}button:focus{outline:none}label{font-size:.8rem;color:#9e9e9e}.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:transparent;-webkit-user-select:none;-moz-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{display:block;content:"";position:absolute;top:100%;left:0;opacity:0;transition:.2s opacity ease-out,.2s color ease-out}[type=checkbox]:not(:checked,.default),[type=checkbox]:checked:not(.default){position:absolute;opacity:0;pointer-events:none}[type=checkbox]+span:not(.lever){position:relative;padding-left:35px;cursor:pointer;display:inline-block;height:25px;line-height:25px;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}[type=checkbox]+span:not(.lever):before,[type=checkbox]:not(.filled-in)+span:not(.lever):after{content:"";position:absolute;top:0;left:0;width:18px;height:18px;z-index:0;border:2px solid #5a5a5a;border-radius:1px;margin-top:3px;transition:.2s}[type=checkbox]:not(.filled-in)+span:not(.lever):after{border:0;transform:scale(0)}[type=checkbox]:not(:checked):disabled+span:not(.lever):before{border:none;background-color:#0000006b}[type=checkbox].tabbed:focus+span:not(.lever):after{transform:scale(1);border:0;border-radius:50%;box-shadow:0 0 0 10px #0000001a;background-color:#0000001a}[type=checkbox]:checked+span:not(.lever):before{top:-4px;left:-5px;width:12px;height:22px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #26a69a;border-bottom:2px solid #26a69a;transform:rotate(40deg);backface-visibility:hidden;transform-origin:100% 100%}[type=checkbox]:checked:disabled+span:before{border-right:2px solid rgba(0,0,0,.42);border-bottom:2px solid rgba(0,0,0,.42)}[type=checkbox]:indeterminate+span:not(.lever):before{top:-11px;left:-12px;width:10px;height:22px;border-top:none;border-left:none;border-right:2px solid #26a69a;border-bottom:none;transform:rotate(90deg);backface-visibility:hidden;transform-origin:100% 100%}[type=checkbox]:indeterminate:disabled+span:not(.lever):before{border-right:2px solid rgba(0,0,0,.42);background-color:transparent}[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:"";left:0;position:absolute;transition:border .25s,background-color .25s,width .2s .1s,height .2s .1s,top .2s .1s,left .2s .1s;z-index:1}[type=checkbox].filled-in:not(:checked)+span:not(.lever):before{width:0;height:0;border:3px solid transparent;left:6px;top:10px;transform:rotate(37deg);transform-origin:100% 100%}[type=checkbox].filled-in:not(:checked)+span:not(.lever):after{height:20px;width:20px;background-color:transparent;border:2px solid #5a5a5a;top:0;z-index:0}[type=checkbox].filled-in:checked+span:not(.lever):before{top:0;left:1px;width:8px;height:13px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(37deg);transform-origin:100% 100%}[type=checkbox].filled-in:checked+span:not(.lever):after{top:0;width:20px;height:20px;border:2px solid #26a69a;background-color:#26a69a;z-index:0}[type=checkbox].filled-in.tabbed:focus+span:not(.lever):after{border-radius:2px;border-color:#5a5a5a;background-color:#0000001a}[type=checkbox].filled-in.tabbed:checked:focus+span:not(.lever):after{border-radius:2px;background-color:#26a69a;border-color:#26a69a}[type=checkbox].filled-in:disabled:not(:checked)+span:not(.lever):before{background-color:transparent;border:2px solid transparent}[type=checkbox].filled-in:disabled:not(:checked)+span:not(.lever):after{border-color:transparent;background-color:#949494}[type=checkbox].filled-in:disabled:checked+span:not(.lever):before{background-color:transparent}[type=checkbox].filled-in:disabled:checked+span:not(.lever):after{background-color:#949494;border-color:#949494}.file-field{position:relative}.file-field .file-path-wrapper{overflow:hidden;padding-left:10px}.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]{position:absolute;inset:0;width:100%;margin:0;padding:0;font-size:20px;cursor:pointer;opacity:0;filter:alpha(opacity=0)}::-moz-placeholder{color:#d1d1d1}::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{background-color:transparent;border:none;border-bottom:1px solid #9e9e9e;border-radius:0;outline:none;height:3rem;width:100%;font-size:16px;margin:0 0 8px;padding:0;box-shadow:none;box-sizing:content-box;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 rgba(0,0,0,.42)}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:transparent;-webkit-user-select:none;-moz-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{display:block;content:"";position:absolute;top:100%;left:0;opacity:0;transition:.2s opacity ease-out,.2s color ease-out}.input-field.inline{display:inline-block;vertical-align:middle;margin-left:5px}.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{position:relative;margin-top:1rem;margin-bottom:1rem}.input-field>label{color:#9e9e9e;position:absolute;top:0;left:0;font-size:1rem;cursor:text;transition:transform .2s ease-out,color .2s ease-out;transform-origin:0% 100%;text-align:initial;transform:translateY(12px)}.input-field>label:not(.label-icon).active{transform:translateY(-14px) scale(.8);transform-origin:0 0}.input-field>input[type]:-webkit-autofill:not(.browser-default):not([type=search])+label,.input-field>input[type=date]:not(.browser-default)+label,.input-field>input[type=time]:not(.browser-default)+label{transform:translateY(-14px) scale(.8);transform-origin:0 0}.input-field .helper-text:after{opacity:1;position:absolute;top:0;left:0}.input-field .helper-text{position:relative;min-height:18px;display:block;font-size:12px;color:#0000008a}.input-field .prefix{position:absolute;width:3rem;font-size:2rem;transition:color .2s;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{margin-left:3rem;width:92%;width:calc(100% - 3rem)}.input-field .prefix~label{margin-left:3rem}@media only screen and (max-width:992px){.input-field .prefix~input{width:86%;width:calc(100% - 3rem)}}@media only screen and (max-width:600px){.input-field .prefix~input{width:80%;width:calc(100% - 3rem)}}.input-field input[type=search]{display:block;line-height:inherit;transition:.3s background-color}.nav-wrapper .input-field input[type=search]{height:inherit;padding-left:4rem;width:calc(100% - 4rem);border:0;box-shadow:none}.input-field input[type=search]:focus:not(.browser-default){background-color:#fff;border:0;box-shadow:none;color:#444}.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{transform:none;left:1rem}.input-field input[type=search]~.mdi-navigation-close,.input-field input[type=search]~.material-icons{position:absolute;top:0;right:1rem;color:transparent;cursor:pointer;font-size:2rem;transition:.3s color}textarea{width:100%;height:3rem;background-color:transparent}textarea.materialize-textarea{line-height:normal;overflow-y:hidden;padding:.8rem 0;resize:none;min-height:3rem;box-sizing:border-box}.hiddendiv{visibility:hidden;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;padding-top:1.2rem;position:absolute;top:0;z-index:-1}.autocomplete-content li .highlight{color:#444}.autocomplete-content li img{height:40px;width:40px;margin:5px 15px}.character-counter{min-height:18px}[type=radio]:not(:checked),[type=radio]:checked{position:absolute;opacity:0;pointer-events:none}[type=radio]:not(:checked)+span,[type=radio]:checked+span{position:relative;padding-left:35px;cursor:pointer;display:inline-block;height:25px;line-height:25px;font-size:1rem;transition:.28s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}[type=radio]+span:before,[type=radio]+span:after{content:"";position:absolute;left:0;top:0;margin:4px;width:16px;height:16px;z-index:0;transition:.28s ease}[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 transparent}[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 rgba(0,0,0,.42)}[type=radio].with-gap:disabled:checked+span:after{border:none;background-color:#0000006b}[type=radio]:disabled:not(:checked)+span:before,[type=radio]:disabled:checked+span:before{background-color:transparent;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]{position:relative;background-color:transparent;border:none;outline:none;width:100%;margin:15px 0;padding:0}input[type=range]:focus{outline:none}input[type=range]+.thumb{position:absolute;top:10px;left:0;border:none;height:0;width:0;border-radius:50%;background-color:#26a69a;margin-left:7px;transform-origin:50% 50%;transform:rotate(-45deg)}input[type=range]+.thumb .value{display:block;width:30px;text-align:center;color:#26a69a;font-size:0;transform:rotate(45deg)}input[type=range]+.thumb.active{border-radius:50% 50% 50% 0}input[type=range]+.thumb.active .value{color:#fff;margin-left:-1px;margin-top:8px;font-size:10px}input[type=range]{-webkit-appearance:none}input[type=range]::-webkit-slider-runnable-track{height:3px;background:#c2c0c2;border:none}input[type=range]::-webkit-slider-thumb{border:none;height:14px;width:14px;border-radius:50%;background:#26a69a;-webkit-transition:box-shadow .3s;transition:box-shadow .3s;-webkit-appearance:none;background-color:#26a69a;transform-origin:50% 50%;margin:-5px 0 0}.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb{box-shadow:0 0 0 10px #26a69a42}input[type=range]{border:1px solid white}input[type=range]::-moz-range-track{height:3px;background:#c2c0c2;border:none}input[type=range]::-moz-focus-inner{border:0}input[type=range]::-moz-range-thumb{border:none;height:14px;width:14px;border-radius:50%;background:#26a69a;-moz-transition:box-shadow .3s;transition:box-shadow .3s;margin-top:-5px}input[type=range]:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb{box-shadow:0 0 0 10px #26a69a42}input[type=range]::-ms-track{height:3px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}input[type=range]::-ms-fill-lower{background:#777}input[type=range]::-ms-fill-upper{background:#ddd}input[type=range]::-ms-thumb{border:none;height:14px;width:14px;border-radius:50%;background:#26a69a;-ms-transition:box-shadow .3s;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;width:100%;padding:5px;border:1px solid #f2f2f2;border-radius:2px;height:3rem}.select-label{position:absolute}.select-wrapper.valid+label,.select-wrapper.invalid+label{width:100%;pointer-events:none}.select-wrapper{position:relative}.select-wrapper input.select-dropdown:focus{border-bottom:1px solid #26a69a}.select-wrapper input.select-dropdown{position:relative;cursor:pointer;background-color:transparent;border:none;border-bottom:1px solid #9e9e9e;outline:none;height:3rem;line-height:3rem;width:100%;font-size:16px;margin:0 0 8px;padding:0;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}.select-wrapper .caret{position:absolute;right:0;top:0;bottom:0;margin:auto 0;z-index:0;fill:#000000de}.select-wrapper+label{position:absolute;top:-26px;font-size:.8rem}select:disabled{color:#0000006b}.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;-moz-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:transparent}body.keyboard-focused .select-dropdown.dropdown-content li:focus{background-color:#00000014}.select-dropdown.dropdown-content li:hover{background-color:#00000014}.select-dropdown.dropdown-content li.selected{background-color:#00000008}.prefix~.select-wrapper{margin-left:3rem;width:92%;width:calc(100% - 3rem)}.prefix~label{margin-left:3rem}.select-dropdown li img{height:40px;width:40px;margin:5px 15px;float:right}.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;-moz-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:"";display:inline-block;position:relative;width:36px;height:14px;background-color:#00000061;border-radius:15px;transition:background .3s ease;vertical-align:middle;margin:0 16px}.switch label .lever:before,.switch label .lever:after{content:"";position:absolute;display:inline-block;width:20px;height:20px;border-radius:50%;left:0;top:-3px;transition:left .3s ease,background .3s ease,box-shadow .1s ease,transform .1s ease}.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{transform:scale(2.4);background-color:#26a69a26}input[type=checkbox]:not(:disabled)~.lever:active:before,input[type=checkbox]:not(:disabled).tabbed:focus~.lever:before{transform:scale(2.4);background-color:#00000014}.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{background-color:#fff;margin:0;display:none;min-width:100px;overflow-y:auto;opacity:0;visibility:hidden;position:absolute;left:0;top:0;z-index:9999;transform-origin:0 0}.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{min-height:0;height:1px}.dropdown-content li>a,.dropdown-content li>span{font-size:16px;color:#26a69a;display:block;line-height:22px;padding:14px 16px}.dropdown-content li>span>label{top:1px;left:0;height:18px}.dropdown-content li>a>i{height:inherit;line-height:inherit;float:left;margin:0 24px 0 0;width:24px}.dropdown-content li{clear:both;color:#000000de;cursor:pointer;min-height:50px;line-height:1.5rem;width:100%;text-align:left}body.keyboard-focused .dropdown-content li:focus{background-color:#dadada}.input-field.col .dropdown-content [type=checkbox]+label{top:1px;left:0;height:18px;transform:none}.dropdown-trigger{cursor:pointer}.collapsible{border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;margin:.5rem 0 1rem}.collapsible-header:focus{outline:0}.collapsible-header{display:flex;cursor:pointer;-webkit-tap-highlight-color:transparent;line-height:1.5;padding:1rem;background-color:#fff;border-bottom:1px solid #ddd}.collapsible-header i{width:2rem;font-size:1.6rem;display:inline-block;text-align:center;margin-right:1rem}.keyboard-focused .collapsible-header:focus{background-color:#eee}.collapsible-body{display:none;border-bottom:1px solid #ddd;box-sizing:border-box;padding:2rem}.sidenav .collapsible,.sidenav.fixed .collapsible{border:none;box-shadow:none}.sidenav .collapsible li,.sidenav.fixed .collapsible li{padding:0}.sidenav .collapsible-header,.sidenav.fixed .collapsible-header{background-color:transparent;border:none;line-height:inherit;height:inherit;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{border:0;background-color:#fff}.sidenav .collapsible-body li a,.sidenav.fixed .collapsible-body li a{padding:0 23.5px 0 31px}.collapsible.popout{border:none;box-shadow:none}.collapsible.popout>li{box-shadow:0 2px 5px #00000029,0 2px 10px #0000001f;margin:0 24px;transition:margin .35s cubic-bezier(.25,.46,.45,.94)}.collapsible.popout>li.active{box-shadow:0 5px 11px #0000002e,0 4px 15px #00000026;margin:16px 0}.file-dropzone{display:inline-flex;justify-content:center;align-items:center;padding:20px;width:100%;border:2px dashed #009CA0}.file-dropzone .dz-message{display:inline-block;margin:0}:root{--scale: .8;font-size:14px}@media only screen and (min-width:450px){:root{--scale: .9;font-size:15px}}@media only screen and (min-width:720px){:root{--scale: .8;font-size:14px}}@media only screen and (min-width:1440px){:root{--scale: .9;font-size:14px}}@media only screen and (min-width:1740px){:root{--scale: 1;font-size:15px}}.btn,.btn-large,.btn-small{background-color:#009ca0;box-shadow:none!important}button,input,optgroup,select,textarea{font-family:Lato,sans-serif;color:#164142;font-size:15px;line-height:1.5rem;font-weight:400}body [name=btn_login]{font-family:Lato,sans-serif;color:#fff;font-size:15px;line-height:18px;font-weight:700;padding:14px 24px!important;text-transform:unset;box-shadow:none!important;background-color:#009ca0!important;width:auto!important;height:auto!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{font-family:Lato,sans-serif;color:#164142;font-size:15px;line-height:1.5rem;font-weight:400;border-bottom:2px solid #9e9e9e}.input-field>label{font-family:Lato,sans-serif;color:#9e9e9e;font-size:15px;line-height:1.5rem;font-weight:400}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!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;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.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{background-color:#eee;cursor:default}.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-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.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-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.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--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=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;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.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:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.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;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.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-left-radius:0;border-bottom-right-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{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.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[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:gray}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.v-select{position:relative;font-family:inherit}.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{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:1px solid rgba(60,60,60,.26);border-radius:4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:4px 6px 0 3px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:#3c3c3c80;transform:scale(1);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:#3c3c3c80;padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;box-shadow:0 3px 6px #00000026;border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fff}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:3px 20px;clear:both;color:#333;white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:#5897fb;color:#fff}.vs__dropdown-option--deselect{background:#fb5858;color:#fff}.vs__dropdown-option--disabled{background:inherit;color:#3c3c3c80;cursor:inherit}.vs__selected{display:flex;align-items:center;background-color:#f0f0f0;border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:#3c3c3c80;text-shadow:0 1px 0 #fff}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.4;font-size:1em;border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:inherit}.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{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0);animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em}.vs--loading .vs__spinner{opacity:1}.select2-container{width:100%!important;opacity:1;transition:opacity .2s linear}.select2-container--disabled{opacity:.6}.select2-container img{display:inline-block}.select2-selection{display:flex;padding-top:16px}.select2-selection .select2-selection__rendered{float:left;border-bottom:2px solid #9e9e9e;padding-bottom:6px;padding-left:0!important;background-color:transparent;overflow:visible;width:calc(100% - 24px)}.select2-dropdown{border:0;border-top:2px solid #26a69a!important;box-shadow:0 9px 18px #0000001a;margin-top:-2px;border-radius:0}.select2-dropdown .select2-results__option--highlighted{background-color:#009ca080;color:#fff}.select2-dropdown [aria-selected=true]{background-color:#009ca0;color:#fff}.select2-dropdown [aria-selected=true]:hover{background-color:#009ca080;color:#fff}.select2-selection__rendered{display:flex!important;justify-content:flex-start;flex-wrap:wrap;background-color:#fff;width:100%}.select2-selection__rendered .select2-selection__choice{font-size:12px;max-width:calc(100% - 26px);text-overflow:ellipsis;font-weight:700;border-radius:30px;flex:0 1 auto;padding-left:10px;margin:5px 5px 0 0;line-height:2rem;text-align:center;background-color:#009ca0;color:#fff;overflow-x:hidden;transition:background-color .2s linear;min-height:50px;display:flex;flex-direction:row-reverse;align-items:baseline;white-space:initial}.select2-selection__rendered .select2-selection__choice:hover{background-color:#078084}.select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{float:right;margin:5px 2px 0 7px;position:relative;width:26px;height:26px;line-height:28px;text-indent:1px;text-align:center;z-index:0;font-size:21px}.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:"";transition:background-color .2s linear;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:50%;z-index:-1;background-color:#078084}.select2-selection__rendered .select2-search__field{height:16px!important}.select2-results__options{max-height:440px;overflow-y:auto;overflow-x:hidden}label[for=merge_with]{display:none}.vs__dropdown-toggle{border:none}.vs__dropdown-menu{overflow-x:hidden;width:100%;word-break:break-all}.vs__actions .vs__clear{display:none}.vs__open-indicator{width:16px}.vs__selected{word-break:break-all;position:absolute;bottom:17px;padding:0;margin:0}.vs__dropdown-option--highlight{background:#009ca0}body[environment=development]:before{content:"";position:fixed;pointer-events:none;inset:0;border:3px solid #B6BE10;z-index:9999999999}body[environment=development]:after{content:"Tablet: 0px 1065px"}@media(min-width:1066px)and (max-width:1369px){body[environment=development]:after{content:"Small desktop: 1066px 1369px"}}@media(min-width:1369px)and (max-width:1919px){body[environment=development]:after{content:"Desktop: 1369px 1919px"}}@media(min-width:1920px){body[environment=development]:after{content:"Max-width: 1920px > ∞"}}body[environment=development]:after{z-index:9999999999;pointer-events:none;position:fixed;right:0;bottom:0;background-color:#b6be10;font-size:16px;padding:0 5px;color:#fff}.hidden{display:none}iframe{height:calc(100vh - 50px);width:100%}@media(min-width:1066px)and (max-width:1369px){iframe{height:calc(100vh - 25px)}}.wrapper{width:100%;display:flex;flex-wrap:wrap;position:relative;z-index:0}.wrapper form{width:100%}.wrapper .page-subtitle{font-family:Lato,sans-serif;color:#164142;font-size:16px;line-height:40px;font-weight:700}.wrapper .header{margin-bottom:25px;width:100%;display:flex;flex-wrap:wrap;align-self:baseline;flex-direction:column}.wrapper .header .page-title{flex:0 0 auto;font-family:Lato,sans-serif;color:#164142;font-size:2rem;line-height:39px;font-weight:700}.wrapper .content-multi{width:100%;display:flex;flex-flow:row nowrap;position:relative}.wrapper .content-multi .inner-wrapper{padding:24px;border-radius:0;background-color:#fff;box-shadow:0 5px 10px #00000026;display:flex;flex-direction:column;width:100%;flex:0 1 auto;margin-left:25px}.wrapper .content-multi .inner-wrapper:first-of-type{margin-left:0}.wrapper .content-multi .inner-wrapper.col1{flex:0 1 auto;width:calc(100% / (12 / 1))}.wrapper .content-multi .inner-wrapper.col2{flex:0 1 auto;width:calc(100% / (12 / 2))}.wrapper .content-multi .inner-wrapper.col3{flex:0 1 auto;width:25%}.wrapper .content-multi .inner-wrapper.col4{flex:0 1 auto;width:calc(100% / (12 / 4))}.wrapper .content-multi .inner-wrapper.col5{flex:0 1 auto;width:calc(100% / (12 / 5))}.wrapper .content-multi .inner-wrapper.col6{flex:0 1 auto;width:50%}.wrapper .content-multi .inner-wrapper.col7{flex:0 1 auto;width:calc(100% / (12 / 7))}.wrapper .content-multi .inner-wrapper.col8{flex:0 1 auto;width:calc(100% / (12 / 8))}.wrapper .content-multi .inner-wrapper.col9{flex:0 1 auto;width:75%}.wrapper .content-multi .inner-wrapper.col10{flex:0 1 auto;width:calc(100% / (12 / 10))}.wrapper .content-multi .inner-wrapper.col11{flex:0 1 auto;width:calc(100% / (12 / 11))}.wrapper .content-multi .inner-wrapper.col12{flex:0 1 auto;width:100%}.wrapper .content{width:100%;display:flex;flex-flow:wrap;position:relative}.wrapper .content .inner-wrapper{padding:24px;border-radius:0;background-color:#fff;box-shadow:0 5px 10px #00000026;display:flex;flex-direction:column;width:100%;flex:0 1 auto}@media only screen and (min-width:540px){.wrapper .header{display:flex;align-items:baseline;flex-flow:row nowrap;justify-content:space-between}}.cover{position:fixed;z-index:20;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;opacity:1;background-color:#0000004d;transition-delay:.15s;transition:opacity .2s ease-in-out;overflow:visible!important}.cover--hidden{position:absolute;opacity:0;transition:opacity .25s ease-in-out}.cover.-hide-color{background-color:transparent}.modal,.modal--upload-dataset,.modal--queued-supplier-user-modal,.modal--product-information,.modal--docs-upload{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;width:auto;min-width:50vw;max-width:60vw;height:auto;max-height:80vh;background-color:#fff;transition:transform .25s ease-in-out}.modal--hidden{height:0;display:none;transition-delay:.15s;transition:transform .3s ease-in-out}.modal--product-information{width:60vw;height:80vh}.modal--product-information .modal__header{flex-grow:0;height:155px;min-height:175px;max-height:175px}@media(min-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{display:inline-flex;justify-content:flex-start;align-items:center;width:100%;height:64px;padding-left:24px;padding-right:24px;border-bottom:1px solid #d1d5db;font-family:Lato,sans-serif;font-size:25px;font-weight:400;letter-spacing:0}.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{display:inline-flex;justify-content:flex-start;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:16px 24px;width:100%;font-family:Lato,sans-serif;font-size:15px;font-weight:400;letter-spacing:.25px}.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{font-family:Lato,sans-serif;font-size:21px;font-weight:400;letter-spacing:.15px;display:inline-block;margin-bottom:15px}.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{display:grid;grid-auto-flow:column;grid-gap:.5rem}.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{display:block;width:20vw}.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{display:inline-flex;justify-content:flex-end;align-items:center;width:100%;height:52px;padding-left:24px;padding-right:24px;background-color:#f9fafb}.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{font-family:Lato,sans-serif;font-size:15px;font-weight:500;letter-spacing:1.25px;text-transform:uppercase;border-radius:2px;color:#fff!important;margin-right:16px}.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{padding-top:14px;padding-bottom:14px;height:62px}body{font-family:Lato,sans-serif;color:#164142;font-size:15px;line-height:1.5rem;font-weight:400;padding:0;margin:0}h1,h2,h3,h4,h5,h6{margin:0;font-size:1em;font-weight:inherit}ul{margin:0}picture,video{display:block}svg{display:block;max-width:100%}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,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{margin:0;padding:0;display:block;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;overflow-x:hidden}span.badge{font-family:Lato,sans-serif;color:#fff;font-size:13px;line-height:1.2rem;font-weight:400;padding:2px 8px;background-color:#d8d8d8;border-radius:5px;height:auto}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{font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:18px;font-weight:700;z-index:15;display:block;width:auto;border-radius:2px;padding:calc(10px * var(--scale)) calc(20px * var(--scale));background-color:#009ca0;cursor:pointer;border:none;transition:background-color .2s ease-in-out,color .2s ease-in-out,filter .2s ease-in-out,opacity .2s ease-in-out}.button[disabled=disabled],button.button[disabled=disabled]{filter:grayscale(100%);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{padding:10px 16px;text-align:center}.button.special-back,button.button.special-back{z-index:999999;position:fixed;text-align:center;display:block;left:0;color:#009ca0;width:200px;top:30px}.button.special-back:before,button.button.special-back:before{content:"";background-color:#fff;border-radius:2px;left:40px;top:33px;width:120px;height:40px;position:fixed;z-index:-1}.button.special-back:after,button.button.special-back:after{content:"";background-color:#009ca0;left:0;top:0;right:0;width:200px;height:100vh;position:fixed;z-index:-2}.button:hover,button.button:hover{background-color:#007477}.button.transparent,button.button.transparent{border:1px solid #009CA0;color:#009ca0;background-color:transparent}.button.transparent:hover,button.button.transparent:hover{background-color:#009ca0!important;color:#fff}.button.back,button.button.back{padding-left:42px;position:relative;background-color:#164142}.button.back:before,button.button.back:before{content:"";position:absolute;width:10px;height:2px;left:15px;border-radius:1px;background-color:#fff;top:calc(50% - 5px);transform:rotate(-45deg)}.button.back:after,button.button.back:after{content:"";position:absolute;width:10px;height:2px;left:15px;border-radius:1px;background-color:#fff;top:calc(50% + 2px);transform:rotate(45deg)}.button.create,button.button.create{background-color:#f74156;color:#fff;border-radius:30px;padding:13px 24px 13px 56px;align-self:flex-start;position:relative;display:inline-block}.button.create:hover,button.button.create:hover{background-color:#f85e70}.button.create:before,button.button.create:before{content:"";position:absolute;width:20px;height:2px;left:20px;border-radius:1px;background-color:#fff;top:50%}.button.create:after,button.button.create:after{content:"";position:absolute;width:20px;height:2px;left:20px;border-radius:1px;background-color:#fff;top:50%;transform:rotate(90deg)}.button.-float-right,button.button.-float-right{float:right}.cta-wrapper{position:relative;width:100%;display:flex;flex-flow:column nowrap}.cta-wrapper .cta-inner-wrapper{display:flex;flex:0 1 100%;justify-content:flex-start;flex-flow:column nowrap}.cta-wrapper .cta-inner-wrapper:nth-of-type(2){display:flex;justify-content:flex-start}.cta-wrapper .cta-inner-wrapper .cta{position:relative;padding:12.5px;border-radius:0;box-shadow:0 5px 10px #00000026;flex:1 1 auto;display:flex;flex-flow:column nowrap;margin-bottom:25px}.cta-wrapper .cta-inner-wrapper .cta .background-image{position:absolute;right:0;top:0}.cta-wrapper .cta-inner-wrapper .cta .background-image svg{width:150px;height:150px;opacity:.2}.cta-wrapper .cta-inner-wrapper .cta .background-image svg .color{height:100%;fill:#fff!important}.cta-wrapper .cta-inner-wrapper .cta .title{font-family:Lato,sans-serif;color:inherit;font-size:1rem;line-height:15px;font-weight:700}.cta-wrapper .cta-inner-wrapper .cta .text{font-family:Lato,sans-serif;color:inherit;font-size:.9rem;line-height:15px;font-weight:400}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper{display:flex;flex-flow:column nowrap}.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{width:100%;position:relative;display:flex;justify-content:flex-start;flex-flow:row wrap}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper .button{font-family:Lato,sans-serif;color:inherit;font-size:1rem;line-height:20px;font-weight:400;margin-right:25px;margin-top:25px}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper .button a{font-family:Lato,sans-serif;color:inherit;font-size:1rem;line-height:20px;font-weight:400}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .cta-button-wrapper .button:last-of-type{margin-right:0}.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{font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:20px;font-weight:400}.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{background-color:#fff;color:#164142}.cta-wrapper .cta-inner-wrapper .cta.cta-green .input-field{border-color:#fff;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{background-color:#164142;color:#164142}.cta-wrapper .cta-inner-wrapper .cta.cta-white .input-field{border-color:#164142;color:#fff}.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 (min-width:720px){.cta-wrapper{flex-flow:row nowrap;justify-content:flex-end;display:flex}.cta-wrapper .cta-inner-wrapper{flex:0 1 50%;display:flex;flex-flow:row nowrap;justify-content:flex-end}.cta-wrapper .cta-inner-wrapper:nth-of-type(2n){margin-left:25px;flex:0 1 50%;display:flex;flex-flow:row nowrap;justify-content:flex-end}.cta-wrapper .cta-inner-wrapper:nth-of-type(2n) .cta{margin-right:0}.cta-wrapper .cta-inner-wrapper .cta{margin-bottom:0;margin-right:0;flex-flow:column nowrap;flex:0 1 50%;justify-content:flex-start}.cta-wrapper .cta-inner-wrapper .cta .background-image svg{width:190px;height:190px}.cta-wrapper .cta-inner-wrapper .cta:nth-of-type(2n){margin-left:25px;display:flex;justify-content:flex-end}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper{display:flex;flex-flow:column nowrap;justify-content:flex-end;flex:1 1 auto}.cta-wrapper .cta-inner-wrapper .cta .cta-footer-wrapper .button-wrapper{margin:0}}.description-list__item,.description-list__item--select,.description-list__item--compact{padding:1rem 0;width:100%}@media(min-width:640px){.description-list__item,.description-list__item--select,.description-list__item--compact{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:.75rem 1.5rem}}.document-search{display:flex;justify-content:flex-start;align-items:center}.document-search__field{display:inline-block;margin-right:20px}.document-search__field:last-child{margin-right:0}.filter-wrapper{margin:calc(20px * var(--scale)) 0;display:flex;flex-direction:column}.filter-wrapper .filters{display:flex;align-items:center}.filter-wrapper .filters .inner .filter a{font-family:Lato,sans-serif;color:#b6be10;font-size:1.2rem;line-height:30px;font-weight:700;position:relative;margin-bottom:25px;cursor:pointer}.filter-wrapper .filters .inner .filter a:after{content:"";position:absolute;bottom:-5px;transition:width .2s ease-in-out,left .2s ease-in-out;background-color:#b6be10;height:2px;left:50%;width:0}.filter-wrapper .filters .inner .filter a.active:after,.filter-wrapper .filters .inner .filter a:hover:after{left:0;width:100%}.filter-wrapper .filters .inner .label{font-family:Lato,sans-serif;color:#000;font-size:1.2rem;line-height:30px;font-weight:700;position:relative;margin-right:calc(20px * var(--scale))}@media only screen and (min-width:540px){.filter-wrapper .filters .inner{display:flex;flex-direction:row}.filter-wrapper .filters .inner .filter a{margin-right:calc(20px * var(--scale))}}.help-wrapper{position:fixed;width:auto;bottom:0;right:0;z-index:9999999999;background-color:transparent;display:flex;justify-content:flex-end}.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-right:12.5px;margin-top:5px}.active-help .help-wrapper .button-wrapper .button{color:#164142;background-color:transparent;width:30px;height:30px;padding:0;margin:0}.active-help .help-wrapper .button-wrapper .button:before{position:absolute;content:" ";height:24px;width:2px;left:14px;background-color:#fff;transform:rotate(-45deg)}.active-help .help-wrapper .button-wrapper .button:after{position:absolute;content:" ";height:24px;left:14px;width:2px;background-color:#fff;transform:rotate(45deg)}.active-help .help-wrapper .button-wrapper .button img{display:none}.active-help .help-wrapper .help-content{display:flex;padding:6.25px}.active-help .help-wrapper .help-content .text-wrapper{display:flex;flex-flow:column nowrap}.active-help .help-wrapper .help-content .text-wrapper .text{font-size:1rem;font-weight:500;color:#fff;width:100%;display:flex;justify-content:flex-start;flex-flow:row nowrap;padding-top:5px}.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{width:50px;height:50px}.active-help .help-wrapper .help-content .image svg{width:50px;height:50px}.hidden-filters-wrapper{display:flex;justify-content:flex-start;flex-flow:column nowrap;border:1px solid #164142;padding:8.3333333333px;margin-bottom:25px}.hidden-filters-wrapper .hidden-filter-item{font-family:Lato,sans-serif;color:#164142;font-size:1rem;line-height:20px;font-weight:400;display:flex;justify-content:flex-start;flex-flow:row nowrap;width:100%;flex:1 0 auto}.hidden-filters-wrapper .hidden-filter-item .key{margin-right:5px;font-weight:700;width:100px}.input-field{padding:10px 0}.input-field input{font-family:Lato,sans-serif;color:#164142;font-size:1rem;line-height:15px;font-weight:400}.input-field label{font-family:Lato,sans-serif;color:#9e9e9e;font-size:1rem;line-height:15px;font-weight:400}.input-field .label.select2-label{top:-25px}.input-field.reset{margin:20px 0;font-family:Lato,sans-serif;color:#164142;font-size:1rem;line-height:15px;font-weight:400}.input-field.reset label{font-family:Lato,sans-serif;color:#9e9e9e;font-size:1rem;line-height:15px;font-weight:400}.input-field.reset .label.select2-label{top:-25px}.intro-text{display:flex;justify-content:space-between;flex-flow:row nowrap;flex:1 1 100%;color:#164142;border-radius:1px}.intro-text h1{display:flex;justify-content:flex-start;align-items:center;flex-flow:row nowrap;font-family:Lato,sans-serif;color:#164142;font-size:1.2rem;line-height:15px;font-weight:700}.intro-text h1 span{padding-left:5px}.intro-text p b{font-weight:700}@media only screen and (min-width:540px){.intro-text{margin-bottom:25px}}.link{font-family:Lato,sans-serif;color:#009ca0;font-size:1rem;line-height:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;background-color:transparent!important;border:none;transition:color .2s ease-in-out,fill .2s ease-in-out,filter .2s ease-in-out;text-indent:8px}.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{overflow:visible;width:15px;align-self:center}.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{padding:20px;position:absolute;bottom:0;width:100%}.results{overflow-y:scroll;max-height:40vh;font-size:12px}.results .results__item{margin-top:2px;padding-left:4px;border-bottom:1px solid #009CA0;transition:all .45s ease-in-out}.results .results__item>span{display:inline-block}.results .results__item:hover{background-color:#009ca0;cursor:pointer;color:#fff}.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{width:8px;text-align:center}.results .results__part--id{width:42px}.results .results__part--date{width:65px}.results .results__part--title,.results .results__part--author{width:250px;margin-bottom:-6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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 ease}.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{margin-top:1rem;margin-bottom:1rem;margin-left:40px;float:left}.card-color{border-radius:0;background-color:#fff;box-shadow:0 5px 10px #00000026}.card-content{padding:24px}.card-content .card-title{font-family:Lato,sans-serif;color:#164142;font-size:23px;line-height:28px;font-weight:400}.card-content .card-title:not(:first-child){margin-top:50px}.input-field{position:relative}.reset{padding:0;margin:0}.center{display:flex;justify-content:center}.right{display:flex;justify-content:flex-end}.baseline-end{display:flex;align-items:flex-end}.baseline{display:flex;align-items:baseline}.margin-right{margin-right:20px}.margin-bottom{margin-bottom:20px}.margin-left{margin-left:20px}.margin-top{margin-top:20px}.row{width:100%;display:flex;flex-wrap:wrap}.fit{flex-grow:1!important;flex-shrink:1!important}.col1{flex:0 0 auto;width:calc(100% / (12 / 1))}.col2{flex:0 0 auto;width:calc(100% / (12 / 2))}.col3{flex:0 0 auto;width:25%}.col4{flex:0 0 auto;width:calc(100% / (12 / 4))}.col5{flex:0 0 auto;width:calc(100% / (12 / 5))}.col6{flex:0 0 auto;width:50%}.col7{flex:0 0 auto;width:calc(100% / (12 / 7))}.col8{flex:0 0 auto;width:calc(100% / (12 / 8))}.col9{flex:0 0 auto;width:75%}.col10{flex:0 0 auto;width:calc(100% / (12 / 10))}.col11{flex:0 0 auto;width:calc(100% / (12 / 11))}.col12{flex:0 0 auto;width:100%}.space-around{justify-content:space-around}.svg{width:22px}.dropdown-trigger{float:left}.dropdown-trigger+.dropdown-content{display:flex;flex-direction:column;justify-content:flex-start}.dropdown-trigger+.dropdown-content>*{float:none!important;padding:10px 20px 10px 0;text-align:left!important}.dropdown-trigger+.dropdown-content>* svg{height:30px;width:18px;margin-right:10px;margin-left:15px}@media only screen and (min-width:720px){.dropdown-trigger{float:right}.dropdown-trigger+.dropdown-content{display:flex;flex-direction:column;justify-content:flex-start}.dropdown-trigger+.dropdown-content>*{float:none!important;padding:10px 20px 10px 0;text-align:left!important}.dropdown-trigger+.dropdown-content>* svg{height:30px;width:18px;margin-right:10px;margin-left:15px}}.search-wrapper-header{display:flex;flex:1 1 100%;margin-bottom:25px}.search-wrapper-header .button{font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:15px;font-weight:400;flex:1 1 100%}.search-wrapper{flex:1 1 100%;max-height:0;overflow:hidden;transition:max-height .4s ease;margin-bottom:25px}.search-wrapper .input-wrapper{flex:1 1 100%;padding:0}.search-wrapper .input-wrapper .label{pointer-events:none}.search-wrapper .input-wrapper.limit{max-width:100px;min-width:80px;flex:0 1 100px}.search-wrapper .button-wrapper{display:flex;align-items:flex-end;padding-bottom:20px}.search-wrapper .button-wrapper .button{align-self:flex-end}.search-wrapper .button-wrapper .button+.button{margin-left:20px}.search-wrapper .button{float:right;font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:15px;font-weight:400}@media only screen and (min-width:540px){.search-wrapper-header{justify-content:flex-end}.search-wrapper-header .button{flex:initial}}@media only screen and (min-width:720px){.search-wrapper-header{display:none}.search-wrapper{margin:25px 0;overflow:initial;max-height:initial;display:flex;flex-flow:row wrap;justify-content:flex-start;align-content:center}.search-wrapper .input-wrapper{flex:1 0 auto;min-width:200px;max-width:250px;margin-right:calc(20px * var(--scale))}.search-wrapper .button{align-self:center;margin-left:calc(20px * var(--scale))}.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{width:8px;height:8px;margin-top:8px;border-radius:100%}.status-code.text{margin-left:8px}.table-wrapper{display:flex;flex-direction:row}.table-wrapper .table-title-wrapper{padding-top:5px;min-width:130px;flex:1 0 auto}.table-wrapper .table-title-wrapper .table-title{font-family:Lato,sans-serif;color:#164142;font-size:.9rem;line-height:15px;font-weight:700;padding:5px 0}.table-wrapper .table-content-wrapper{display:flex;overflow-x:auto;flex-direction:row}.table-wrapper .table-content-wrapper .table-content{min-width:130px;flex:1 0 auto;padding-left:calc(20px * var(--scale))/4}.table-wrapper .table-content-wrapper .table-content .table-item{font-family:Lato,sans-serif;color:#164142;font-size:.9rem;line-height:15px;font-weight:400;padding:5px 8px}.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{display:flex;justify-content:flex-start}.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{display:flex;justify-content:flex-start;padding:0;margin-top:calc(20px * var(--scale))/1.5}.table-wrapper .table-content-wrapper .table-content .table-item.last a{margin-right:calc(20px * var(--scale))}@media only screen and (min-width:720px){.table-wrapper{flex-direction:column}.table-wrapper .table-title-wrapper{margin-left:0;flex:initial;min-width:initial;display:flex;padding:0 5px;flex-direction:row;flex-flow:row;justify-content:space-between;align-items:center}.table-wrapper .table-title-wrapper .table-title{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex:0 1 15%;padding:5px 2px;margin:0}.table-wrapper .table-title-wrapper .table-title.multi-select{max-width:40%;min-width:25%;flex:1 1 auto}.table-wrapper .table-title-wrapper .table-title.checkbox{max-width:50px;flex:0 0 50px}.table-wrapper .table-title-wrapper .table-title.small{max-width:40px;min-width:40px;flex:1 1 auto}.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 1 auto}.table-wrapper .table-content-wrapper{overflow-x:initial;width:100%;flex-direction:column}.table-wrapper .table-content-wrapper .table-content{padding:5px;flex-direction:row;display:flex;min-width:initial;justify-content:space-between;align-items:center}.table-wrapper .table-content-wrapper .table-content.-upload{padding:8px!important;border-radius:5px!important}.table-wrapper .table-content-wrapper .table-content .table-item{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex:0 1 15%;padding:2px;margin:0}.table-wrapper .table-content-wrapper .table-content .table-item.-show-overflow{overflow:visible}.table-wrapper .table-content-wrapper .table-content .table-item.options{display:flex;justify-content:flex-end}.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{max-width:40%;min-width:25%;flex:1 1 auto}.table-wrapper .table-content-wrapper .table-content .table-item.checkbox{max-width:50px;flex:0 0 50px}.table-wrapper .table-content-wrapper .table-content .table-item.small{max-width:40px;min-width:40px;flex:1 1 auto}.table-wrapper .table-content-wrapper .table-content .table-item.fit{max-width:200px;min-width:initial;flex:0 1 auto}.table-wrapper .table-content-wrapper .table-content .table-item.last{display:flex;justify-content:flex-end;padding:0;margin:0}.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))}}#documentUploadForm:after{content:"";display:table;clear:both}form .helper-text{font-size:14px}.validate.form-control.is-invalid{border:1px solid #F74156}.invalid-feedback{color:#f74156}#search-form:after{content:"";display:table;clear:both}.route-archive-products-index .wrapper .task-selection{padding:10px}.route-archive-products-index .wrapper .task-selection a{display:block;border:3px solid transparent;background-color:#009ca0;color:#fff;padding:3px 5px;margin-top:10px}.route-archive-products-index .wrapper .task-selection a.selected{border:3px solid #009CA0;background-color:transparent;color:#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{padding:0;margin:0}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;display:flex;justify-content:flex-start;flex-flow:row nowrap}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{padding:0;margin: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{height:15px;width:24px}.route-archive-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{flex:initial;display:flex;justify-content:flex-start;flex-flow:row nowrap}.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{margin-left:0;cursor:pointer}.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{display:flex;align-content:center}.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 (min-width:540px){.route-archive-products-index .wrapper .header{flex-direction:row;align-items:baseline}}@media only screen and (min-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{padding:0;margin:0}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title{flex:initial;width:60px;overflow:visible;white-space:normal}.route-archive-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(1){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{padding:0;margin: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:nth-of-type(1){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;display:flex;justify-content:flex-start;flex-flow:row nowrap}.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{display:flex;align-content:center}}.route-chemical-index .wrapper .header .button-wrapper{flex-flow:column nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.route-chemical-index .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-chemical-index .wrapper .header{flex-flow:column nowrap}.route-chemical-index .wrapper .header .button-wrapper{margin-top:25px;flex-flow:row nowrap;justify-content:space-between}.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{padding:2px;margin:2px}.route-chemical-index .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(1){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){flex:initial;width:150px}.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){flex:initial;width:100px}.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{padding:2px;margin:2px}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item{display:flex;justify-content:flex-start;flex-flow:column wrap}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1){flex:initial;width:65px}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(2){flex:initial;width:250px;white-space:pre-line}.route-chemical-index .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(3){flex:initial;width:150px}.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){flex:initial;width:100px}.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{padding:0;margin: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;display:flex;justify-content:flex-start;flex-flow:row nowrap}.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{padding:0;margin: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{height:15px;width:24px}.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;display:flex;flex-flow:row nowrap;justify-content:flex-start}.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;display:flex;justify-content:flex-start;flex-flow:row nowrap}.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{margin-left:0;cursor:pointer}.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{width:1.2rem;height:1.2rem;color:#009ca0}.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 (min-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 (min-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{padding:0;margin:0}.route-company-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(1),.route-warehouse-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(1),.route-own_brand-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(1){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){flex:initial;width:140px}.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;width:120px;display:flex;flex-flow:row nowrap;justify-content:flex-start}.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{padding:0;margin:0}.route-company-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1),.route-warehouse-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1),.route-own_brand-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1){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){flex:initial;width:140px}.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;width:120px;display:flex;flex-flow:row nowrap;justify-content:flex-start}.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{display:flex;align-content:center}.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 nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.route-company-index .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-company-index .wrapper .header{flex-flow:column nowrap}.route-company-index .wrapper .header .button-wrapper{margin-top:25px;flex-flow:row nowrap;justify-content:space-between}.route-company-index .wrapper .header .button-wrapper .button{margin-top:0}.route-company-index .table-wrapper .table-title-wrapper{padding:0;margin:0}.route-company-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(1){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{padding:0;margin:0}.route-company-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1){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{width:100%;display:flex;flex-flow:column}.route-dashboard .wrapper .dashboard-wrapper .content{opacity:1;transition:opacity .2s ease-in-out}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper{display:flex;justify-content:flex-start;flex-flow:column nowrap}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper.result .button{font-size:1.3rem;line-height:26px;font-weight:700}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper.result .button .small{font-weight:400;font-size:.8rem;line-height:10px}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button{padding:12px 21px;font-weight:400;border-radius:0;width:135px;text-align:center}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper .button.active{background-color:#009ca0!important;transition:background-color .2s ease-in-out;color:#fff}.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{font-family:Lato,sans-serif;color:#164142;font-size:1.6rem;line-height:26px;font-weight:400;margin-bottom:25px}.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{margin:0;padding-bottom:5px;font-family:Lato,sans-serif;color:#164142;font-size:1rem;line-height:16px;font-weight:700}@media only screen and (min-width:720px){.route-dashboard .wrapper{display:flex}.route-dashboard .wrapper .dashboard-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:25px}.route-dashboard .wrapper .dashboard-wrapper .dashboard-wrapper-content{padding:24px;border-radius:0;background-color:#fff;box-shadow:0 5px 10px #00000026;transition:height .2s ease-in-out}.route-dashboard .wrapper .dashboard-wrapper .content .button-wrapper{flex-flow:row nowrap}.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{display:flex;justify-content:flex-start;flex-flow:column nowrap;border-bottom:1px solid rgba(113,113,113,.5);margin-bottom:10px}.route-document-certificate .wrapper .certificate .content-wrapper p{font-size:1rem;margin:0}.route-document-certificate .wrapper .certificate .content-wrapper h3{font-size:1.5rem;line-height:1.5rem;margin-bottom:5px}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper{margin-bottom:5px;display:flex;flex-flow:row nowrap;justify-content:flex-start}.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{display:flex;justify-content:flex-end;flex-flow:row nowrap;align-items:flex-start;margin-bottom:0}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list.small-header .row span{line-height:14px;margin:0;font-size:12px}.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{display:flex;justify-content:flex-start;flex-flow:row nowrap;align-items:center;margin-bottom:2px}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row span{line-height:14px;margin:0;font-size:12px}.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{display:block;background-color:#000;width:15px;min-width:15px;height:15px;min-height:15px;margin-right:5px;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:"";position:absolute;width:4px;height:7px;top:3px;left:5px;border-bottom:2px solid #FFF;border-right:2px solid #FFF;transform:rotate(45deg)}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row .circle.red:before{content:"";position:absolute;width:80%;left:10%;height:2px;top:6.5px;background-color:#fff;transform:rotate(45deg)}.route-document-certificate .wrapper .certificate .content-wrapper .row-wrapper .list .row .circle.red:after{content:"";position:absolute;width:80%;left:10%;height:2px;top:6.5px;background-color:#fff;transform:rotate(-45deg)}.route-document-certificate .wrapper .certificate .footer{width:100%;display:flex;justify-content:space-between;flex-flow:row nowrap}.route-document-certificate .wrapper .certificate .footer p{margin:0}.route-databearer-edit .wrapper .header .button-wrapper{flex-flow:column nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.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:1 1 100%;max-width:100%}.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{padding:5px 0;color:#009ca0;border-bottom:1px solid #009CA0}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .extra-info .info{position:absolute;right:10px;bottom:-30px}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .product-name .button{background:transparent;border:none}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .product-name .button svg{width:20px;height:20px;opacity:1}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper .section-content-wrapper .product-name .button svg path{fill:#f74156!important;opacity:1;transition:opacity .2s ease-in-out}.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;overflow-y:scroll;margin-bottom:20px}.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;position:relative;padding:1em;margin-bottom:20px}.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:1 1 100%;max-width:100%}@media only screen and (min-width:540px){.route-databearer-edit .wrapper .header{flex-flow:row nowrap}.route-databearer-edit .wrapper .header .button-wrapper{flex-flow:row nowrap;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 (min-width:720px){.route-databearer-edit .wrapper .document-edit-content{position:relative;margin:calc(20px * var(--scale)) 0;width:100%;display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap}.route-databearer-edit .wrapper .document-edit-content .left-content-wrapper{flex:1 1 50%;max-width:50%;margin-right:calc(20px * var(--scale))}.route-databearer-edit .wrapper .document-edit-content .pdf-wrapper{position:fixed;margin-top:initial;flex:initial;max-width:initial;width:40%;right:calc(30px * var(--scale))}.route-databearer-edit .wrapper .document-edit-content .pdf-wrapper iframe{height:calc(100vh - 230px);width:100%}}.route-document-index .wrapper .header .button-wrapper,.route-document-priorities .wrapper .header .button-wrapper{flex-flow:column nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.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){display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:flex-end;width:50px;flex:initial}.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 1 80%}@media only screen and (min-width:540px){.route-document-index .wrapper .header,.route-document-priorities .wrapper .header{flex-flow:row nowrap}.route-document-index .wrapper .header .button-wrapper,.route-document-priorities .wrapper .header .button-wrapper{flex-flow:row nowrap;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 (min-width:720px){.route-document-index .table-wrapper .table-title-wrapper,.route-document-priorities .table-wrapper .table-title-wrapper{padding:0;margin:0}.route-document-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(1),.route-document-priorities .table-wrapper .table-title-wrapper .table-title:nth-of-type(1){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){width:100px;flex:initial}.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){width:50px;flex:initial}.route-document-index .table-wrapper .table-content-wrapper .table-content,.route-document-priorities .table-wrapper .table-content-wrapper .table-content{padding:0;margin:0}.route-document-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1),.route-document-priorities .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1){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){width:100px;flex:initial}.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){display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:flex-end;width:50px;flex:initial}.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{display:flex;padding:15px 9px}.section-menu .section-item-wrapper .section-link{display:flex;align-content:baseline;padding:10px 22px;flex:0 0 auto;margin-right:10px;background-color:#fff;box-shadow:0 5px 10px #00000026;position:relative;cursor:pointer}.section-menu .section-item-wrapper .section-link i{margin-right:5px}.section-menu .section-item-wrapper .section-link .badge{position:absolute;right:0;top:0;transform:translate(50%,-50%);border-radius:100%;z-index:1;width:20px;height:20px;font-size:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 10px #00000026}.section-menu .section-item-wrapper .section-link .badge+.badge{transform:translate(calc(-50% + 2px),-50%)}.section-content-wrapper{margin-bottom:20px}.section-content-wrapper .section-content{background-color:#fff;box-shadow:0 5px 10px #00000026;padding:24px}.section-content-wrapper .section-content:not(.visible){display:none}.section-content-wrapper .section-content .section-row{display:flex;flex-direction:column;justify-content:space-evenly}.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{background-color:#009ca0!important;color:#fff}.route-document-show .wrapper .header .button-wrapper{flex-flow:column nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.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:1 1 100%;max-width:100%}.route-document-show .wrapper .document-show-content .left-content-wrapper .select2-selection__rendered .select2-selection__choice{min-height:unset;min-height:auto;overflow:hidden;text-overflow:ellipsis;white-space:normal;flex-direction:initial;text-align:left;display:inline-block;width:auto;padding-right:10px}.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:1 1 100%;max-width:100%}@media only screen and (min-width:540px){.route-document-show .wrapper .header{flex-flow:row nowrap}.route-document-show .wrapper .header .button-wrapper{flex-flow:row nowrap;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 (min-width:720px){.route-document-show .wrapper .document-show-content{margin:calc(20px * var(--scale)) 0;width:100%;display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap}.route-document-show .wrapper .document-show-content .left-content-wrapper{flex:1 1 50%;max-width:50%;margin-right:calc(20px * var(--scale))}.route-document-show .wrapper .document-show-content .pdf-wrapper{margin-top:0;flex:1 1 50%;max-width:50%}}.route-databearer-priorities-index .wrapper .task-selection{padding:10px}.route-databearer-priorities-index .wrapper .task-selection a{display:block;border:3px solid transparent;background-color:#009ca0;color:#fff;padding:3px 5px;margin-top:10px}.route-databearer-priorities-index .wrapper .task-selection a.selected{border:3px solid #009CA0;background-color:transparent;color:#009ca0}.route-databearer-priorities-index .wrapper .cta-wrapper{justify-content:flex-start}.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{padding:0;margin:0}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;display:flex;justify-content:flex-start;flex-flow:row nowrap}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{padding:0;margin: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{height:15px;width:24px}.route-databearer-priorities-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{flex:initial;display:flex;justify-content:flex-start;flex-flow:row nowrap}.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{display:flex;align-content:center}.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 (min-width:540px){.route-databearer-priorities-index .wrapper .header{flex-direction:row;align-items:baseline}}@media only screen and (min-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{padding:0;margin:0}.route-databearer-priorities-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(1){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){flex:initial;width:140px}.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{padding:0;margin:0}.route-databearer-priorities-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1){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){flex:initial;width:140px}.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;display:flex;justify-content:flex-start;flex-flow:row nowrap}.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{display:flex;align-content:center}}.route-import-create .wrapper .header .button-wrapper,.route-import-create-supplier .wrapper .header .button-wrapper{flex-flow:column nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.route-import-create .wrapper .header .button-wrapper .button,.route-import-create-supplier .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-import-create .wrapper .header,.route-import-create-supplier .wrapper .header{flex-flow:column nowrap}.route-import-create .wrapper .header .button-wrapper,.route-import-create-supplier .wrapper .header .button-wrapper{margin-top:25px;flex-flow:row nowrap;justify-content:flex-start}.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 nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.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 (min-width:540px){.route-import-index-admin .wrapper .header,.route-import-index-supplier .wrapper .header{flex-flow:column nowrap}.route-import-index-admin .wrapper .header .button-wrapper,.route-import-index-supplier .wrapper .header .button-wrapper{margin-top:25px;flex-flow:row nowrap;justify-content:space-between}.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{padding:0;margin:0}.route-import-index-admin .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(1),.route-import-index-supplier .wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(1){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{padding:0;margin: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{display:flex;justify-content:flex-start;flex-flow:column wrap;white-space:normal}.route-import-index-admin .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1),.route-import-index-supplier .wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1){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{display:flex;flex-wrap:wrap;width:100%;background-color:#f7f7f7;overflow-x:hidden}body.logged-in #main{flex-grow:0;flex-shrink:0;flex-basis:auto;width:100%}@media only screen and (min-width:720px){#main .section{margin-top:0;padding:calc(30px * var(--scale))}body.logged-in{display:flex;flex-wrap:wrap;width:100%;background-color:#f7f7f7}body.logged-in .sidebar{position:fixed;display:block;flex:1 1 auto;max-width:calc(200px * var(--scale));align-self:stretch;background-color:#009ca0}body.logged-in #main{position:relative;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)))}}.card-pagination{width:100%;bottom:0;z-index:4;display:flex;flex-flow:column nowrap;align-items:center;margin-top:20px;padding-top:10px;background-color:#fff;border-top:1px solid #ddd}.card-pagination .pagination{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px}.card-pagination .pagination .simple-pagenumber{color:#fff;margin:0;background:#009ca099;padding:5px 16px;border-radius:2px;transition:background .2s ease-in-out}.card-pagination .pagination .button.button-simple{margin-right:25px}.card-pagination .pagination li{margin-left:25px;list-style:none;border-radius:2px;text-align:center;vertical-align:top;height:30px}.card-pagination .pagination li:first-of-type a{margin-left:0;padding:5px calc(20px * var(--scale))/3}.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{font-family:Lato,sans-serif;color:#164142;font-size:1rem;line-height:20px;font-weight:400;padding:5px calc(20px * var(--scale))/2}.card-pagination .pagination li.active a{color:#fff;padding:3px 5px;background-color:#009ca0;margin:0;z-index:10}.card-pagination .pagination li.disabled,.card-pagination .pagination li.waves-effect,.card-pagination .pagination li.active{display:flex;align-items:center}.card-pagination .pagination li.disabled a{display:flex;align-items:center;cursor:default;color:#999}.card-pagination .pagination li.pages ul li{float:none}.card-pagination .total{margin:calc(20px * var(--scale)) 0;font-family:Lato,sans-serif;color:#9e9e9e;font-size:1rem;line-height:15px;font-weight:400}@media only screen and (min-width:720px){.card-pagination{position:static;flex-direction:row;justify-content:space-between}.card-pagination .pagination{justify-content:flex-start;width:75%}.card-pagination .pagination .total{padding-bottom:5px}}.sidebar{width:100%;position:fixed;z-index:40;background-color:#009ca0;height:calc(84px * var(--scale));border-bottom:2px solid #FFF}.sidebar .sidebar-inner{width:100%;display:flex;padding:25px;flex-direction:row;justify-content:space-between}.sidebar .sidebar-inner .sidebar-title{text-align:center;font-family:Lato,sans-serif;color:#fff;font-size:1.2rem;line-height:15px;font-weight:400}.sidebar .sidebar-inner .sidebar-title .username{padding-top:10px;display:none;text-align:left;margin-left:20px;font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:15px;font-weight:400}.sidebar .sidebar-inner .menu-toggle{display:flex;cursor:pointer;outline:0 none;align-self:center;align-items:center;flex-direction:column;height:69px;padding:26px 0;justify-content:space-between}.sidebar .sidebar-inner .menu-toggle .bar{top:0;flex:0 0 3px;width:37.5px;position:relative;visibility:visible;transform:rotate(0);background-color:#fff;transition:top .2s linear .2s,visibility 0s linear .2s,transform .2s ease-in-out}.sidebar .menu-content{max-height:0;overflow:hidden;background-color:#009ca0;transition:all .4s ease}.sidebar .menu-content .menu-list{display:flex;max-width:400px;margin:auto;flex-direction:column;background-color:#009ca0}.sidebar .menu-content .menu-list .admin-label{width:100%;font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:15px;font-weight:400;padding-top:-15px;padding-left:12px;color:#164142}.sidebar .menu-content .menu-list .admin{margin:7px 0 7px 5px;position:relative;display:flex;flex-direction:column}.sidebar .menu-content .menu-list .admin .menu-item{position:relative;height:calc(45px * var(--scale));width:100%;padding-bottom:0;padding-top:0;background-color:#16414266;transition:background-color .2s ease-in-out}.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{border-radius:0 0 0 7px}.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{position:relative;height:calc(45px * var(--scale));width:100%}.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:"";position:absolute;left:20px;right:20px;top:0;background-color:#fff;width:calc(100% - 40px);height:1px}.sidebar .menu-content .menu-list .menu-item{position:relative;height:calc(45px * var(--scale));width:100%}.sidebar .menu-content .menu-list .menu-item.impersonating{position:relative;display:block;height:auto;border-radius:2px;background-color:#f74156;padding:6.25px 0}.sidebar .menu-content .menu-list .menu-item.impersonating a{font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:20px;font-weight:400;padding:6px 12px 6px 4px}.sidebar .menu-content .menu-list .menu-item.impersonating a svg{margin:10px!important;padding:2px}.sidebar .menu-content .menu-list .menu-item .menu-link{height:100%;display:flex;position:relative;align-items:center;justify-content:flex-start;font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:15px;font-weight:400;transition:background-color .2s ease-in-out}.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-right:20px;margin-left:14px}.sidebar .menu-content .menu-list .menu-item .menu-link .svg>*{fill:#fff}.sidebar .menu-content .menu-list .menu-item .menu-link .menu-link-bold{font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:20px;font-weight:400}.sidebar .menu-content .navbar-logo{display:none}@media only screen and (min-width:720px){.sidebar{z-index:1;height:100%;display:flex;flex-flow:column nowrap;box-shadow:0 5px 10px #00000026;overflow-y:auto}.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;display:flex;flex-flow:column nowrap;justify-content:stretch}.sidebar .menu-content .menu-list{margin:0;max-width:initial}.sidebar .menu-content .menu-list .menu-item{display:flex;position:relative}.sidebar .menu-content .menu-list .menu-item .menu-link{height:initial;flex:0 0 auto;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{display:flex;flex-direction:column;padding:10px 0;justify-content:center}.sidebar .menu-content .menu-list .menu-item .menu-link .link-text-wrapper .menu-link-bold{font-size:.8em}.sidebar .menu-content .navbar-logo{display:block;width:60%;margin:10px auto;color:#fff;z-index:41}.sidebar .menu-content .navbar-logo p{font-size:.8rem;padding:0;margin:0;text-align:center;width:100%}}.active-menu .menu-toggle:before{content:"";position:absolute;display:inline-block;width:37.5px;height:37.5px;border-radius:7.5px;background-color:#fff;margin-top:-10px}.active-menu .menu-toggle .bar{background-color:#009ca0!important}.active-menu .menu-toggle .bar:nth-of-type(1){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 ease;overflow-y:auto}.sidebar::-webkit-scrollbar-track{background-color:#f5f5f5}.sidebar::-webkit-scrollbar{width:5px;background-color:#009ca0}.sidebar::-webkit-scrollbar-thumb{background-color:#009ca0}.route-mutation-products-index .wrapper .task-selection{padding:10px}.route-mutation-products-index .wrapper .task-selection a{display:block;border:3px solid transparent;background-color:#009ca0;color:#fff;padding:3px 5px;margin-top:10px}.route-mutation-products-index .wrapper .task-selection a.selected{border:3px solid #009CA0;background-color:transparent;color:#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{padding:0;margin:0}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;display:flex;justify-content:flex-start;flex-flow:row nowrap}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{padding:0;margin: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{height:15px;width:24px}.route-mutation-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:last-of-type{flex:initial;display:flex;justify-content:flex-start;flex-flow:row nowrap}.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{margin-left:0;cursor:pointer}.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{display:flex;align-content:center}.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 (min-width:540px){.route-mutation-products-index .wrapper .header{flex-direction:row;align-items:baseline}}@media only screen and (min-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{padding:0;margin:0}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title{flex:initial;width:60px;overflow:visible;white-space:normal}.route-mutation-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(1){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{padding:0;margin: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:nth-of-type(1){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;display:flex;justify-content:flex-start;flex-flow:row nowrap}.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{display:flex;align-content:center}}.route-report_builder-index .section{min-height:100%;display:flex;flex-direction:column}.route-report_builder-index .wrapper,.route-report_builder-index .wrapper .report-builder{flex-grow:1;display:flex;flex-direction:column}.route-report_builder-index .wrapper .report-builder .subheader{display:flex;justify-content:flex-start;flex-flow:row nowrap}.route-report_builder-index .wrapper .report-builder .content-wrapper{flex-grow:1;display:flex;flex-flow:column nowrap}.route-report_builder-index .wrapper .report-builder .content-wrapper .report-select{display:flex;justify-content:flex-start;flex-flow:column nowrap;width:300px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner{flex-grow:1;position:relative;margin-top:25px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content{display:flex;justify-content:flex-start;flex-flow:column nowrap;flex:0 1 50%;margin-left:25px;padding:37.5px;background-color:#fff;overflow-y:auto;max-height:100%}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content:first-of-type{margin-left:0;background-color:#009ca0}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .button-wrapper{position:absolute;right:37.5px;top: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{display:flex;justify-content:space-between;flex-flow:row nowrap;align-items:center;height:40px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .title-wrapper .title{font-family:Lato,sans-serif;color:#fff;font-size:1.6em;line-height:20px;font-weight:400;height:40px}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .title-wrapper .title.toSelect{font-family:Lato,sans-serif;color:#164142;font-size:1.6em;line-height:20px;font-weight:400}.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{margin-top:25px;display:flex;justify-content:flex-start;flex-flow:row nowrap}.route-report_builder-index .wrapper .report-builder .content-wrapper .content-inner .content .input-wrapper.column{flex-flow:column nowrap}.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{border-color:#164142;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::-moz-placeholder{color:#164142}.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{border-color:#fff;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::-moz-placeholder{color:#fff}.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{margin-top:25px;display:flex;justify-content:flex-start;flex-flow:column nowrap;flex:0 1 100%}.route-report_builder-index .dragArea.toSelect span{flex-flow:row wrap;display:flex;justify-content:flex-start;flex:0 1 100%}.route-report_builder-index .dragArea.toSelect span .report-field-wrapper{height:45px;display:flex;justify-content:flex-start;flex-flow:row wrap;margin:0 10px 10px 0;flex:1 0 45%;max-width:50%;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{margin:10px 0;background-color:#fff;display:flex;justify-content:flex-start;flex-flow:row nowrap;align-items:center;box-shadow:0 5px 10px #0003}.route-report_builder-index .dragArea .report-field-wrapper .report-field-item{padding:0 20px;position:relative;font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:20px;font-weight:400;cursor:grab;color:#164142;flex:0 1 100%}.route-report_builder-index .dragArea .report-field-wrapper .report-field-rename{flex:0 1 100%}.route-report_builder-index .dragArea .report-field-wrapper .report-field-rename:before{position:absolute;content:" ";height:70%;width:2px;top:15%;bottom:15%;background-color:#979797}.route-report_builder-index .dragArea .report-field-wrapper .report-field-rename input:not([type]){overflow-x:auto;padding-left:37.5px;width:calc(100% - 37.5px);border:none;margin:0}.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{width:5px;background-color:#164142}.route-report_builder-index .content::-webkit-scrollbar-thumb{background-color:#164142}.route-scanner-index .viewport{border:3px solid #009CA0;position:relative;top:0;bottom:0;width:100%;height:50vh;overflow:hidden}.route-scanner-index .viewport .drawingBuffer{position:absolute;top:0;left:0}.route-scanner-index .button-wrapper{margin:calc(20px * var(--scale)) 0;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;width:100%}.route-scanner-index .product-wrapper{display:none}.route-scanner-index .footer-scanner{position:fixed;bottom:0;left:0;right:0;width:100%;height:75px;display:flex;background-color:#009ca0;justify-content:space-between;align-items:center;padding:0 calc(20px * var(--scale));z-index:60}.route-scanner-index .footer-scanner .footer-scanner-title{font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:15px;font-weight:400}.route-scanner-index .footer-scanner .total{margin-right:calc(20px * var(--scale));font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:15px;font-weight:400}.route-scanner-index.active-total .product-wrapper{opacity:.9;background-color:#009ca0;position:fixed;height:100%;width:100vw;margin:auto;display:block;inset:0;z-index:50}.route-scanner-index.active-total .product-wrapper .item-wrapper{position:relative;padding:calc(20px * var(--scale));display:flex;justify-content:flex-start;flex-direction:column;font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:25px;font-weight:400}.route-scanner-index.active-total .product-wrapper .item-wrapper span{font-family:Lato,sans-serif;color:#fff;font-size:1rem;line-height:15px;font-weight:400}.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{padding:0;margin:0}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-title-wrapper .table-title:nth-of-type(7){flex:initial;display:flex;justify-content:flex-start;flex-flow:row nowrap}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content{padding:0;margin: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;display:flex;flex-flow:row nowrap;justify-content:flex-start}.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{margin-left:0;cursor:pointer}.route-supplier-products-index .wrapper .content .inner-wrapper .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(8){flex:initial;display:flex;justify-content:flex-start;flex-flow:row nowrap}.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{width:1.2rem;height:1.2rem;color:#009ca0}.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{display:flex;align-content:center}.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 (min-width:540px){.route-supplier-products-index .wrapper .header{flex-direction:row;align-items:baseline}}@media only screen and (min-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{padding:0;margin:0}.route-supplier-products-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(1){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){flex:initial;width:140px}.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;width:120px;display:flex;flex-flow:row nowrap;justify-content:flex-start}.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{padding:0;margin:0}.route-supplier-products-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1){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){flex:initial;width:140px}.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;width:120px;display:flex;flex-flow:row nowrap;justify-content:flex-start}.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{width:100%;display:flex;flex-wrap:wrap;justify-content:center}.route-products-preliminary_assessment .wrapper .header{width:100%;justify-content:flex-start;flex-flow:column nowrap;display:flex}.route-products-preliminary_assessment .wrapper .header img{display:flex;align-self:center}.route-products-preliminary_assessment .wrapper .header .text-wrapper{display:flex;text-align:center;justify-content:center;flex-flow:column nowrap;align-self:center;margin-top:25px}.route-products-preliminary_assessment .wrapper .header .text-wrapper .page-subtitle{font-family:Lato,sans-serif;color:#164142;font-size:1.2rem;line-height:39px;font-weight:400}.route-products-preliminary_assessment .wrapper .header .button-wrapper{margin-top:25px;display:flex;justify-content:flex-start;flex-flow:row nowrap;max-width:400px;width:100%}.route-products-preliminary_assessment .wrapper .content-wrapper{margin:25px 0;display:flex;justify-content:center;flex-flow:row nowrap;flex:0 0 100%}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper{flex-basis:100%;display:flex;flex-flow:column nowrap}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper{padding:24px;border-radius:0;background-color:#fff;box-shadow:0 5px 10px #00000026;flex-direction:column;display:flex;margin-bottom:25px}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row{display:flex;flex:0 0 100%;height:auto;flex-flow:row nowrap;padding:5px 0}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row.smalltext .data-value{font-family:Lato,sans-serif;color:#164142;font-size:.8rem;line-height:20px;font-weight:300}.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{width:40vw;max-width:400px;flex:0 0 auto;font-family:Lato,sans-serif;color:#164142;font-size:1rem;line-height:20px;font-weight:700}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .value-wrapper{flex:1 1 auto;display:flex;justify-content:flex-start;flex-flow:column nowrap}.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{font-family:Lato,sans-serif;color:#164142;font-size:1rem;line-height:20px;font-weight:400}.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;display:flex;flex-flow:column nowrap}.route-products-preliminary_assessment .wrapper .content-wrapper .main-wrapper .info-wrapper .data-row .data-value.danger-level .value{display:flex;flex-flow:row nowrap;align-content:center}.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{margin-left:12.5px;display:flex;align-items:center}@media only screen and (min-width:540px){.route-products-preliminary_assessment .wrapper .header{justify-content:space-between;flex-flow:row wrap}.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 (min-width:720px){.route-products-preliminary_assessment .wrapper .header{flex-flow:row nowrap}}.route-products-product_card .wrapper .header{flex-flow:column nowrap}.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{padding:25px;flex:0 1 100%}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block{display:flex;flex-flow:column nowrap;align-items:baseline;justify-content:flex-start;margin-bottom:37.5px}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .card-title{font-family:Lato,sans-serif;color:#164142;font-size:1.4rem;line-height:15px;font-weight:400;padding:20px 0;margin:0}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row{display:flex;justify-content:flex-start;flex-flow:column nowrap;color:#164142;width:100%;margin-top:0;padding:7px 0}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-label{flex:0 0 40%;font-family:Lato,sans-serif;color:#164142;font-size:.9rem;line-height:15px;font-weight:700}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-value-wrapper{display:flex;flex-flow:column nowrap;flex:0 1 60%;padding:1px 0}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-value-wrapper.images{flex-flow:row wrap;justify-content:flex-start}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-value{font-family:Lato,sans-serif;color:#164142;font-size:.9rem;line-height:15px;font-weight:400}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row .data-value img{width:50px;height:50px;margin-right:10px;margin-bottom:10px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper{padding:25px;background-color:#164142;flex:0 1 100%}.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{width:100px;height:100px;position:relative;display:flex;align-items:center;justify-content:center}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .progress>.inner{position:absolute;color:red}.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{font-family:Lato,sans-serif;color:#fff;font-size:1.4rem;line-height:15px;font-weight:400;margin-bottom:25px}.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{display:flex;justify-content:space-between;flex-flow:row nowrap;margin-bottom:50px}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper{display:flex;justify-content:flex-start;flex-flow:column nowrap;align-items:center}.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{position:absolute;top:7px;left:7px;width:26px;height:26px;border-radius:20px;z-index:3}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .svg-wrapper .inner-circle-border{position:absolute;top:3px;left:3px;width:34px;height:34px;border-radius:20px;z-index:2}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .doc-status-wrapper .doc-status .status-light-wrapper .svg-wrapper .ldBar{position:absolute;top:0;left:0;width:40px;height:40px;border-radius:20px;z-index:1}.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{display:flex;justify-content:flex-start;flex-flow:column nowrap;padding:0;margin:0}.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{margin-top:12.5px;display:flex;justify-content:flex-start;flex-flow:column nowrap}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value{display:flex;padding-bottom:5px}.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{background:transparent;border:none;padding:calc(2px * var(--scale)) calc(5px * var(--scale))}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value .button svg{width:15px;height:15px;opacity:1}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper .available-docs .docs-wrapper .data-row .data-value-wrapper .data-value .button svg path{fill:#f74156!important;opacity:1;transition:opacity .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 .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 (min-width:540px){.route-products-product_card .wrapper .header{flex-flow:row nowrap;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 nowrap;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 (min-width:720px){.route-products-product_card .wrapper .header .button-wrapper{margin-top:25px}.route-products-product_card .wrapper .content .inner-wrapper{flex-flow:row nowrap}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper{flex:0 1 65%}.route-products-product_card .wrapper .content .inner-wrapper .left-wrapper .wrapper-block .data-row{flex-flow:row nowrap}.route-products-product_card .wrapper .content .inner-wrapper .right-wrapper{flex:0 1 35%}}.route-products-safety_instruction_card .wrapper{width:100%;display:flex;flex-wrap:wrap}.route-products-safety_instruction_card .wrapper .header{display:flex;margin-top:calc(20px * var(--scale));flex-direction:column}.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%;display:flex;flex-wrap:wrap;margin-top:calc(20px * var(--scale))}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper{padding:24px;width:100%;flex:0 0 auto;border-radius:0;background-color:#fff;box-shadow:0 5px 10px #00000026}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .pictogram-wrapper{display:flex;flex-flow:row nowrap;align-items:baseline;justify-content:flex-start}.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{padding-top:25px;font-family:Lato,sans-serif;color:#164142;font-size:1.2rem;line-height:35px;font-weight:700}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .data-row{display:flex;justify-content:flex-start;color:#164142;flex-direction:row;flex-wrap:nowrap;margin:calc(20px * var(--scale))/4 0;align-items:flex-start}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .data-row .data-label{min-width:300px;font-family:Lato,sans-serif;color:#164142;font-size:1rem;line-height:15px;font-weight:700}.route-products-safety_instruction_card .wrapper .productcard-content .inner-wrapper .data-row .data-value{font-family:Lato,sans-serif;color:#164142;font-size:1rem;line-height:15px;font-weight:400}.route-supplier-manager-index .wrapper .header .input-wrapper .input-field{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:baseline}.route-supplier-manager-index .wrapper .header .input-wrapper .input-field .button{margin-left:calc(20px * var(--scale))}@media only screen and (min-width:720px){.table-wrapper .table-title-wrapper{padding:0;margin:0}.table-wrapper .table-title-wrapper .table-title:nth-of-type(1){flex:initial;width:100px}.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){flex:initial;width:200px}.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{padding:0;margin:0}.table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1){flex:initial;width:100px}.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){flex:initial;width:200px}.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{font-family:Lato,sans-serif;color:#164142;font-size:1.2rem;line-height:39px;font-weight:400}.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));font-family:Lato,sans-serif;color:#164142;font-size:1rem;line-height:20px;font-weight:400}@media only screen and (min-width:720px){.route-tools-index .wrapper .content{display:flex;justify-content:flex-start;flex-flow:row wrap}.route-tools-index .wrapper .content .inner-wrapper{flex:1 1 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{flex:0 1 50%;margin-right:calc(20px * var(--scale))}}.route-users-create .wrapper .header .button-wrapper,.route-import-create-admin .wrapper .header .button-wrapper{flex-flow:column nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.route-users-create .wrapper .header .button-wrapper .button,.route-import-create-admin .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-users-create .wrapper .header,.route-import-create-admin .wrapper .header{flex-flow:column nowrap}.route-users-create .wrapper .header .button-wrapper,.route-import-create-admin .wrapper .header .button-wrapper{margin-top:25px;flex-flow:row nowrap;justify-content:flex-start}.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 nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.route-users-edit .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-users-edit .wrapper .header{flex-flow:column nowrap}.route-users-edit .wrapper .header .button-wrapper{margin-top:25px;flex-flow:row nowrap;justify-content:flex-start}.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 (min-width:720px){.route-users-edit .wrapper .content{width:60%}}.route-users-index .wrapper .header .button-wrapper{flex-flow:column nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.route-users-index .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-users-index .wrapper .header{flex-flow:column nowrap}.route-users-index .wrapper .header .button-wrapper{margin-top:25px;flex-flow:row nowrap;justify-content:flex-start;align-items:center}.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 (min-width:720px){.route-users-index .table-wrapper .table-title-wrapper{padding:0;margin:0}.route-users-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(1){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){flex:initial;width:200px}.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{padding:0;margin:0}.route-users-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1){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;width:150px;display:flex;justify-content:flex-start;flex-flow:column nowrap;align-items:flex-start}.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){flex:initial;width:200px}.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 nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.route-users-settings .wrapper .header .button-wrapper .button{margin-top:25px}.route-users-settings .wrapper .content .inner-wrapper .setting-row{width:100%;display:flex;flex-wrap:wrap;align-items:baseline}.route-users-settings .wrapper .content .inner-wrapper .setting-row .setting-col{flex:1 1 100%}@media only screen and (min-width:540px){.route-users-settings .wrapper .header{flex-flow:column nowrap}.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 nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.route-api_tokens-create .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-api_tokens-create .wrapper .header{flex-flow:column nowrap}.route-api_tokens-create .wrapper .header .button-wrapper{margin-top:25px;flex-flow:row nowrap;justify-content:flex-start}.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 (min-width:720px){.route-api_tokens-create .wrapper .content{width:60%}}.route-api_tokens-edit .wrapper .header .button-wrapper{flex-flow:column nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.route-api_tokens-edit .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-api_tokens-edit .wrapper .header{flex-flow:column nowrap}.route-api_tokens-edit .wrapper .header .button-wrapper{margin-top:25px;flex-flow:row nowrap;justify-content:flex-start}.route-api_tokens-edit .wrapper .header .button-wrapper .button{margin-top:0}}@media only screen and (min-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 (min-width:540px){.route-api_tokens-index .wrapper .header{flex-flow:column nowrap}}@media only screen and (min-width:720px){.route-api_tokens-index .table-wrapper .table-title-wrapper{padding:0;margin:0}.route-api_tokens-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(1){flex:initial;width:150px}.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){flex:initial;width:100px}.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{padding:0;margin:0}.route-api_tokens-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1){flex:initial;width:150px}.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){flex:initial;width:100px}.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 nowrap;position:relative;width:100%;display:flex;justify-content:flex-start;align-items:baseline}.route-api_tokens-whitelisted_ips-create .wrapper .header .button-wrapper .button{margin-top:25px}@media only screen and (min-width:540px){.route-api_tokens-whitelisted_ips-create .wrapper .header{flex-flow:column nowrap}.route-api_tokens-whitelisted_ips-create .wrapper .header .button-wrapper{margin-top:25px;flex-flow:row nowrap;justify-content:flex-start}.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 (min-width:720px){.route-api_tokens-whitelisted_ips-create .wrapper .content{width:60%}}.route-api_tokens-whitelisted_ips-index .wrapper .header .button-wrapper{display:flex;width:100%;position:relative;justify-content:flex-start;align-items:baseline;flex-flow:column nowrap}@media only screen and (min-width:540px){.route-api_tokens-whitelisted_ips-index .wrapper .header{flex-flow:column nowrap}.route-api_tokens-whitelisted_ips-index .wrapper .header .button-wrapper{margin-top:25px;align-items:center;flex-flow:row nowrap}.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 (min-width:720px){.route-api_tokens-whitelisted_ips-index .table-wrapper .table-title-wrapper{padding:0;margin:0}.route-api_tokens-whitelisted_ips-index .table-wrapper .table-title-wrapper .table-title:nth-of-type(1){flex:initial;width:150px}.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{padding:0;margin:0}.route-api_tokens-whitelisted_ips-index .table-wrapper .table-content-wrapper .table-content .table-item:nth-of-type(1){flex:initial;width:150px}.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{left:auto;width:auto;max-width:100%;flex:none}.stacked-list{display:flex;width:100%;border-radius:5px;flex-direction:column}.stacked-list__item{position:relative;width:100%;padding:15px 12px;border-radius:0;border:1px solid rgba(0,156,160,.2);border-bottom:none;cursor:pointer}.stacked-list__item:first-of-type{border-radius:5px 5px 0 0}.stacked-list__item:last-of-type{border-bottom:1px solid rgba(0,156,160,.2);border-radius:0 0 5px 5px}.stacked-list__item:hover{background-color:#009ca01a}.stacked-list__title{display:block;color:#009ca0;font-size:16px;margin-bottom:6px}.stacked-list__value{display:block}.stacked-list__value>strong{display:inline-block;width:60px}.stacked-list__action{position:absolute;top:33px;right:20px;width:24px;height:24px}.stacked-list__action>svg>path{stroke:#009ca0}.list-table{min-width:100%;margin-top:8px;display:flex;flex-direction:column;overflow-x:scroll;border-radius:5px;border:1px solid rgba(0,0,0,.05)}.list-table__table{border-collapse:collapse;padding:5px 10px}.list-table__thead{background:#fff}.list-table__thead th{padding:10px;text-align:left;font-size:.9rem;font-weight:700;color:#111827}.list-table__tbody{background:#fff}.list-table__tbody tr{border-top-style:solid;border-top-width:1px;border-color:#d1d5db}.list-table__tbody th{background:#6464640d;padding:10px;text-align:left;font-size:1rem;font-weight:700;color:#009ca0}.list-table__tbody td{padding:10px;font-size:.9rem;color:#6b7280}.list-table__tbody td.rejected{display:inline-block;margin-top:10px;background:#fa000033;padding:0 10px;border-radius:15px;color:#fa000099}.list-table__tbody td.not-applicable{color:#0006}.list-table__actions{display:flex;align-items:center;gap:1rem}.list-table__action-item:hover{cursor:pointer}.description-list,.description-list--modal{position:relative;width:100%;overflow:hidden;background-color:#fff}.description-list__header{padding:1rem}.description-list__title{display:block;font-size:1.125rem;line-height:1.5rem;font-weight:500;color:#111827}.description-list__subtitle{margin-top:.25rem;max-width:42rem;font-size:.875rem;line-height:1.25rem;color:#6b7280}.description-list__content,.description-list__content--separated{padding:1rem}.description-list__content--separated{border-top:1px solid #e5e7eb}@media(min-width:640px){.description-list__content,.description-list__content--separated{padding:0}.description-list__list>*+*{border-top-style:solid;border-top-width:1px;border-bottom-width:0;border-color:#e5e7eb}}.description-list__list--inline{display:flex;justify-content:space-around}.description-list__item,.description-list__item--compact,.description-list__item--select{padding:1rem 0;width:100%}@media(min-width:640px){.description-list__item,.description-list__item--compact,.description-list__item--select{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:.75rem 1.5rem}}.description-list__item--compact{padding:.15rem 1.5rem}.description-list__item--full{padding:1rem 0;display:block}@media(min-width:640px){.description-list__item--full{padding:1.25rem 1.5rem}}.description-list__item--inline{display:flex;gap:10px;flex-direction:column;align-items:center}.description-list__item--select{align-items:center}.description-list__label{font-size:.875rem;line-height:1.25rem;color:#6b7280}.description-list__value,.description-list__value--select{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#111827;grid-column:2/-1}.description-list__value--image img{width:50px;height:50px}.description-list__value--select{display:inline-flex;justify-content:space-between;align-items:center}.description-list__value--select .select{display:inline-block;flex-grow:1;border-radius:.375rem;border:1px solid #d1d5db;padding:.5rem 2.5rem .5rem .75rem;width:auto;max-width:80%;font-size:1rem;line-height:1.5rem}@media(min-width:640px){.description-list__value--select .select{font-size:.875rem;line-height:1.25rem}}.description-list__value--select .select:focus{border:1px solid #10b981;outline:none;--tw-ring-color: rgb(16, 185, 129)}.description-list__value--select .select.-dirty{border:2px solid #d6ce66;outline:none;--tw-ring-color: rgb(214, 206, 102)}.description-list__value--select .select.-disabled{border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;cursor:not-allowed;color:#6b7280;background-color:#f9fafb}.description-list__value--select .tail-button,.description-list__value--select .tail-button--colored{display:inline-flex;align-items:center;margin-left:.75rem;border-radius:.375rem;border:1px solid transparent;padding:.6rem 1rem;background-color:#10b981;font-size:1rem;line-height:1.5rem;font-weight:500;color:#fff;cursor:pointer;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{outline:none;--tw-ring-color: rgb(16, 185, 129);box-shadow:2 0 0 0 3px var(--tw-ring-color)}.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{border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;cursor:not-allowed;color:#6b7280;background-color:#f9fafb}.description-list__value--select .tail-button--colored{border-color:transparent;background-color:#10b981;color:#fff}.description-list__value--select .tail-button--colored:hover{background-color:#047857}.description-list__value--select .tail-button--colored:focus{outline:none;--tw-ring-color: rgb(4 120 87)}.description-list--modal{margin-bottom:16px}.description-list--modal .description-list__header{display:flex;justify-content:space-between;align-items:center}.description-list--modal .description-list__title{font-weight:900;font-size:20px}.description-list--modal .description-list__action{display:inline-flex;align-items:center;border-radius:5px!important;background-color:#fff;border:1px solid #e2e8f0;transition:all ease-in-out 75ms}.description-list--modal .description-list__action>svg path{fill:#94a3b8}.description-list--modal .description-list__action>span{display:inline-block;color:#0f172a;margin-left:8px}.description-list--modal .description-list__action:hover{background-color:#f1f5f9}.description-list--modal .description-list__action.-disabled{border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;cursor:not-allowed;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#6b7280;background-color:#f9fafb}.tabs,.tabs--buttons{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}@media(min-width:640px){.tabs,.tabs--buttons{flex-direction:row}}.tabs__item{display:inline-block;margin-left:0;margin-bottom:.5rem;width:100%;cursor:pointer;font-weight:500;font-size:1.1rem;line-height:1.35rem}@media(min-width:640px){.tabs__item{width:auto;margin-left:1rem;margin-bottom:0}}.tabs__item:first-of-type{margin-left:0}.tabs__item:last-of-type{margin-bottom:0}.tabs--buttons .tabs__item{padding:.75rem 1rem;border-radius:.375rem;color:#6b7280}.tabs--buttons .tabs__item:hover{color:#374151;background-color:#f3f4f6}.tabs--buttons .tabs__item.selected{background-color:#009ca01a;color:#009ca0}.icon--danger{color:red}.datepicker-modal{width:100%;margin:20px 0}.datepicker-container.modal-content{display:flex;flex-direction:row;padding:0;background-color:#4c9da0}.datepicker-calendar-container{background-color:#fff;display:flex;flex-direction:column;justify-content:center}.datepicker-date-display{min-width:300px}.datepicker-clear{display:flex;border:none;align-self:flex-end;padding:14px 24px!important;font-family:Lato,sans-serif;color:red;font-size:15px;line-height:18px;font-weight:700;margin-right:10px}.datepicker-clear:hover{transition:all .2s ease-in-out;background-color:#009ca0;color:#fff}.confirmation-btns{width:70%;margin-top:25px;display:flex;justify-content:space-around}.confirmation-btns .btn-flat{font-family:Lato,sans-serif;color:#fff;font-size:15px;line-height:18px;font-weight:700;display:block;width:auto;border-radius:2px;padding:14px 24px;background-color:#009ca0;cursor:pointer;border:none;transition:background-color .2s ease-in-out,color .2s ease-in-out,filter .2s ease-in-out,opacity .2s ease-in-out}.confirmation-btns .btn-flat:hover{background-color:#007477}.datepicker-controls{display:flex;justify-content:space-between;width:280px;margin:0 auto}.datepicker-controls .selects-container{display:flex}.datepicker-controls .select-wrapper input:focus{border-bottom:none}.datepicker-controls .select-wrapper input{border-bottom:none;text-align:center;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{margin-top:4px;cursor:pointer;background-color:transparent;border:none}.datepicker-date-display{flex:1 auto;color:#fff;padding:20px 22px;font-weight:500}.datepicker-date-display .year-text{display:block;font-size:1.5rem;line-height:25px;color:#ffffffb3}.datepicker-date-display .date-text{display:block;font-size:2.8rem;line-height:47px;font-weight:500}.datepicker-calendar-container{flex:2.5 auto}.datepicker-table{width:280px;font-size:1rem;margin:0 auto}.datepicker-table thead{border-bottom:none}.datepicker-table th{padding:10px 5px;text-align:center}.datepicker-table tr{border:none}.datepicker-table abbr{text-decoration:none;color:#999}.datepicker-table td.is-today{color:#26a69a}.datepicker-table td.is-selected{background-color:#26a69a;color:#fff}.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{background-color:transparent;border:none;line-height:38px;display:block;width:100%;border-radius:50%;padding:0 5px;cursor:pointer;color:inherit}.datepicker-footer{width:280px;margin:0 auto;padding-bottom:5px;display:flex;justify-content:space-between}.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:after{content:"";display:table;clear:both}.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{width:44px;vertical-align:middle}.pictogram-selector+* .select2-selection__choice__remove{top:7px!important}.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 (min-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{background-color:#009ca0;border:#009CA0;color:#fff}.vs--multiple .vs__selected,.vs--multiple #unselected_option .vs__selected{background-color:#009ca0;border:#009CA0;color:#fff;padding:0 .25em;position:revert;margin:4px 2px 0}
