@import url(https://fonts.googleapis.com/icon?family=Material+Icons);@import url(https://fonts.googleapis.com/css?family=Roboto);@-webkit-keyframes progress-rotate{100%{transform:rotate(360deg)}}@-moz-keyframes progress-rotate{100%{transform:rotate(360deg)}}@-o-keyframes progress-rotate{100%{transform:rotate(360deg)}}@keyframes progress-rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes progress-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-moz-keyframes progress-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-o-keyframes progress-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes progress-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-webkit-keyframes progress-color{100%,0%{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}@-moz-keyframes progress-color{100%,0%{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}@-o-keyframes progress-color{100%,0%{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}@keyframes progress-color{100%,0%{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2016 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background:rgba(0,0,0,0.2);background:-webkit-radial-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.5) 60%,rgba(255,255,255,0) 70%);background:-o-radial-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.5) 60%,rgba(255,255,255,0) 70%);background:-moz-radial-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(0,0,0,0.2) 0,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.5) 60%,rgba(255,255,255,0) 70%);-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;-o-transition-property:-o-transform, opacity;transition-property:transform, opacity;-webkit-transform:scale(0) translate(0, 0);-moz-transform:scale(0) translate(0, 0);-ms-transform:scale(0) translate(0, 0);-o-transform:scale(0) translate(0, 0);transform:scale(0) translate(0, 0);pointer-events:none}.waves-effect.waves-light .waves-ripple{background:rgba(255,255,255,0.4);background:-webkit-radial-gradient(rgba(255,255,255,0.2) 0,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,0) 70%);background:-o-radial-gradient(rgba(255,255,255,0.2) 0,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,0) 70%);background:-moz-radial-gradient(rgba(255,255,255,0.2) 0,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,0) 70%);background:radial-gradient(rgba(255,255,255,0.2) 0,rgba(255,255,255,0.3) 40%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0.5) 60%,rgba(255,255,255,0) 70%)}.waves-effect.waves-classic .waves-ripple{background:rgba(0,0,0,0.2)}.waves-effect.waves-classic.waves-light .waves-ripple{background:rgba(255,255,255,0.4)}.waves-notransition{-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important;transition:none !important}.waves-button,.waves-circle{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle, #fff 100%, #000 100%)}.waves-button,.waves-button:hover,.waves-button:visited,.waves-button-input{white-space:nowrap;vertical-align:middle;cursor:pointer;border:none;outline:none;color:inherit;background-color:transparent;font-size:1em;line-height:1em;text-align:center;text-decoration:none;z-index:1}.waves-button{padding:0.85em 1.1em;border-radius:0.2em}.waves-button-input{margin:0;padding:0.85em 1.1em}.waves-input-wrapper{border-radius:0.2em;vertical-align:bottom}.waves-input-wrapper.waves-button{padding:0}.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}.waves-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%}.waves-float{-webkit-mask-image:none;-webkit-box-shadow:0px 1px 1.5px 1px rgba(0,0,0,0.12);box-shadow:0px 1px 1.5px 1px rgba(0,0,0,0.12);-webkit-transition:all 300ms;-moz-transition:all 300ms;-o-transition:all 300ms;transition:all 300ms}.waves-float:active{-webkit-box-shadow:0px 8px 20px 1px rgba(0,0,0,0.3);box-shadow:0px 8px 20px 1px rgba(0,0,0,0.3)}.waves-block{display:block}.tooltip{background:rgba(80,80,80,0.85);border-radius:3px}.tooltip>.nub{border-color:transparent transparent rgba(80,80,80,0.85) transparent}.tooltip.tip-top>.nub{border-color:rgba(80,80,80,0.85) transparent transparent transparent}.tooltip.tip-left>.nub{border-color:transparent transparent transparent rgba(80,80,80,0.85)}.tooltip.tip-right>.nub{border-color:transparent rgba(80,80,80,0.85) transparent transparent}.textshadow .text-blur{color:transparent}.text-blur{text-shadow:rgba(0,0,0,0.9) 0 0 15px;font-size:100%}ul:has(>li>.shareable-shares){list-style:none;margin:0;font-size:90% !important}ul>li:has(>.shareable-shares):not(:last-child):after{content:'';display:block;border-bottom:1px solid #eee;width:100%;margin:10px 0}.shareable-shares{display:flex;flex-direction:column;gap:0}.shareable-shares>a{font-size:87% !important}.shareable-shares>.shareable-user-details{display:flex;flex-direction:row;align-items:center;gap:5px}.shareable-shares>.shareable-user-details:has(>.shareable-user-icon>img){gap:10px}.shareable-shares>.shareable-user-details>.shareable-user-icon{position:relative}.shareable-shares>.shareable-user-details>.shareable-user-icon>img{position:absolute;bottom:0;right:-5px;border-radius:50%}.shareable-shares>.shareable-user-details>.shareable-user-icon>i.fa-user{color:#757575 !important}.materialize{padding:0				 !important;margin:0;background:#eeeeee		 !important;font-size:17px !important;line-height:21px !important;color:rgba(0,0,0,0.71) !important;/*! nouislider - 14.0.3 - 10/10/2019 */}.materialize sup{font-size:75%;top:-0.5em}.materialize i[class*="wz"]{font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;display:inline-block;text-decoration:inherit;font-size:100%}.materialize .filter-columns{align-items:flex-start}.materialize small{font-size:80%}.materialize td.has-dropdown a{color:rgba(0,0,0,0.71)}.materialize table .f-dropdown{display:flex;flex-direction:column;padding:0.3125rem 0.625rem;margin-top:-0.625rem;width:auto;list-style:none}.materialize table .f-dropdown li{display:block;padding:0;text-align:left;margin-bottom:0.3125rem}.materialize table .f-dropdown li:first-child{margin-top:0}.materialize table .f-dropdown li:last-child{margin-bottom:0}.materialize table .f-dropdown li a{color:#fff;display:block;padding:0 0 0.0625rem;line-height:1;text-transform:initial;white-space:nowrap;white-space:nowrap;overflow:hidden;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}.materialize .evolution{font-size:inherit;line-height:inherit}.materialize .text-default{color:#555 !important}.materialize .bg-channel{background-color:#fff}.materialize .bg-youtubers{background-color:#c62828}.materialize .bg-brands{background-color:#2277ba}.materialize .bg-networks{background-color:#ef6c00}.materialize .bg-youtubers-gradient{background-image:linear-gradient(#c62828, #ef5350) !important}.materialize .bg-brands-gradient{background-image:linear-gradient(#2277ba, #74bff6) !important}.materialize .bg-networks-gradient{background-image:linear-gradient(#ef6c00, #ffb74d) !important}.materialize .bg-youtube{background-color:#cc181e !important}.materialize .bg-youtube.lighten-1{background-color:#ffd7d2 !important}.materialize .text-youtube{color:#cc181e}.materialize .bg-gplus{background-color:#d34836 !important}.materialize .text-gplus{color:#d34836}.materialize .bg-facebook{background-color:#3a589e !important}.materialize .text-facebook{color:#3a589e}.materialize .bg-twitter{background-color:#000 !important}.materialize .text-twitter{color:#000}.materialize .bg-instagram{background-color:#c2185b !important}.materialize .text-instagram{color:#c2185b}.materialize .bg-creator{background-color:#333}.materialize .text-creator{color:#333}.materialize .bg-twitch{background-color:#6441a4 !important}.materialize .bg-twitch.lighten-1{background-color:#e6ccff !important}.materialize .text-twitch{color:#6441a4}.materialize .bg-tiktok{background-color:#010101 !important}.materialize .text-tiktok{color:#010101}.materialize .materialize-red{background-color:#e51c23 !important}.materialize .text-materialize-red{color:#e51c23 !important}.materialize .card-progress-materialize-red{background-color:#e51c23 !important}.materialize .card-progress-materialize-red .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-materialize-red progress[value]::-webkit-progress-bar{background-color:#ea4a4f}.materialize .card-progress-materialize-red .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-materialize-red progress[value]::-webkit-progress-value{background-color:#b9151b}.materialize .materialize-red.lighten-5{background-color:#fdeaeb !important}.materialize .text-materialize-red.text-lighten-5{color:#fdeaeb !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#f9bbbf}.materialize .materialize-red.lighten-4{background-color:#f8c1c3 !important}.materialize .text-materialize-red.text-lighten-4{color:#f8c1c3 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fdefef}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#f39397}.materialize .materialize-red.lighten-3{background-color:#f3989b !important}.materialize .text-materialize-red.text-lighten-3{color:#f3989b !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f8c6c7}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ee6a6f}.materialize .materialize-red.lighten-2{background-color:#ee6e73 !important}.materialize .text-materialize-red.text-lighten-2{color:#ee6e73 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f39c9f}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#e94047}.materialize .materialize-red.lighten-1{background-color:#ea454b !important}.materialize .text-materialize-red.text-lighten-1{color:#ea454b !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ef7377}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#e21a21}.materialize .materialize-red.darken-1{background-color:#d0181e !important}.materialize .text-materialize-red.text-darken-1{color:#d0181e !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#e83339}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#a21317}.materialize .materialize-red.darken-2{background-color:#b9151b !important}.materialize .text-materialize-red.text-darken-2{color:#b9151b !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#e51c23}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#8b1014}.materialize .materialize-red.darken-3{background-color:#a21318 !important}.materialize .text-materialize-red.text-darken-3{color:#a21318 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#d0181f}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#740e11}.materialize .materialize-red.darken-4{background-color:#8b1014 !important}.materialize .text-materialize-red.text-darken-4{color:#8b1014 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#b9151b}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#5d0b0d}.materialize .red{background-color:#f44336 !important}.materialize .text-red{color:#f44336 !important}.materialize .card-progress-red{background-color:#f44336 !important}.materialize .card-progress-red .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-red progress[value]::-webkit-progress-bar{background-color:#f77066}.materialize .card-progress-red .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-red progress[value]::-webkit-progress-value{background-color:#ea1c0d}.materialize .red.lighten-5{background-color:#ffebee !important}.materialize .text-red.text-lighten-5{color:#ffebee !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffb8c3}.materialize .red.lighten-4{background-color:#ffcdd2 !important}.materialize .text-red.text-lighten-4{color:#ffcdd2 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ff9aa4}.materialize .red.lighten-3{background-color:#ef9a9a !important}.materialize .text-red.text-lighten-3{color:#ef9a9a !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f6c6c6}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#e86e6e}.materialize .red.lighten-2{background-color:#e57373 !important}.materialize .text-red.text-lighten-2{color:#e57373 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ed9e9e}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#dd4848}.materialize .red.lighten-1{background-color:#ef5350 !important}.materialize .text-red.text-lighten-1{color:#ef5350 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f3817f}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#eb2521}.materialize .red.darken-1{background-color:#e53935 !important}.materialize .text-red.text-darken-1{color:#e53935 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#eb6562}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cd1e1a}.materialize .red.darken-2{background-color:#d32f2f !important}.materialize .text-red.text-darken-2{color:#d32f2f !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#dc5959}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ab2424}.materialize .red.darken-3{background-color:#c62828 !important}.materialize .text-red.text-darken-3{color:#c62828 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#da4747}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#9c1f1f}.materialize .red.darken-4{background-color:#b71c1c !important}.materialize .text-red.text-darken-4{color:#b71c1c !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#de2828}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#8b1515}.materialize .red.accent-1{background-color:#ff8a80 !important}.materialize .text-red.text-accent-1{color:#ff8a80 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffb9b3}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ff5b4d}.materialize .red.accent-2{background-color:#ff5252 !important}.materialize .text-red.text-accent-2{color:#ff5252 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff8585}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ff1f1f}.materialize .red.accent-3{background-color:#ff1744 !important}.materialize .text-red.text-accent-3{color:#ff1744 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff4a6d}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#e3002c}.materialize .red.accent-4{background-color:#d50000 !important}.materialize .text-red.text-accent-4{color:#d50000 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff0909}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#a20000}.materialize .pink{background-color:#e91e63 !important}.materialize .text-pink{color:#e91e63 !important}.materialize .card-progress-pink{background-color:#e91e63 !important}.materialize .card-progress-pink .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-pink progress[value]::-webkit-progress-bar{background-color:#ee4c83}.materialize .card-progress-pink .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-pink progress[value]::-webkit-progress-value{background-color:#c1134e}.materialize .pink.lighten-5{background-color:#fce4ec !important}.materialize .text-pink.text-lighten-5{color:#fce4ec !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#f7b6cc}.materialize .pink.lighten-4{background-color:#f8bbd0 !important}.materialize .text-pink.text-lighten-4{color:#f8bbd0 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fde9f0}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#f38db0}.materialize .pink.lighten-3{background-color:#f48fb1 !important}.materialize .text-pink.text-lighten-3{color:#f48fb1 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f9bdd1}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ef6191}.materialize .pink.lighten-2{background-color:#f06292 !important}.materialize .text-pink.text-lighten-2{color:#f06292 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f491b2}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ec3372}.materialize .pink.lighten-1{background-color:#ec407a !important}.materialize .text-pink.text-lighten-1{color:#ec407a !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f16e9a}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#e2175b}.materialize .pink.darken-1{background-color:#d81b60 !important}.materialize .text-pink.text-darken-1{color:#d81b60 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#e73f7c}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ab154c}.materialize .pink.darken-2{background-color:#c2185b !important}.materialize .text-pink.text-darken-2{color:#c2185b !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#e42973}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#951246}.materialize .pink.darken-3{background-color:#ad1457 !important}.materialize .text-pink.text-darken-3{color:#ad1457 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#db196e}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#7f0f40}.materialize .pink.darken-4{background-color:#880e4f !important}.materialize .text-pink.text-darken-4{color:#880e4f !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#b6136a}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#5a0934}.materialize .pink.accent-1{background-color:#ff80ab !important}.materialize .text-pink.text-accent-1{color:#ff80ab !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffb3cd}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ff4d89}.materialize .pink.accent-2{background-color:#ff4081 !important}.materialize .text-pink.text-accent-2{color:#ff4081 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff73a3}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ff0d5f}.materialize .pink.accent-3{background-color:#f50057 !important}.materialize .text-pink.text-accent-3{color:#f50057 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff2975}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#c20045}.materialize .pink.accent-4{background-color:#c51162 !important}.materialize .text-pink.text-accent-4{color:#c51162 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ec1d7a}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#960d4b}.materialize .purple{background-color:#9c27b0 !important}.materialize .text-purple{color:#9c27b0 !important}.materialize .card-progress-purple{background-color:#9c27b0 !important}.materialize .card-progress-purple .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-purple progress[value]::-webkit-progress-bar{background-color:#bc37d3}.materialize .card-progress-purple .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-purple progress[value]::-webkit-progress-value{background-color:#771e86}.materialize .purple.lighten-5{background-color:#f3e5f5 !important}.materialize .text-purple.text-lighten-5{color:#f3e5f5 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#e2c0e7}.materialize .purple.lighten-4{background-color:#e1bee7 !important}.materialize .text-purple.text-lighten-4{color:#e1bee7 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f2e3f5}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#d099d9}.materialize .purple.lighten-3{background-color:#ce93d8 !important}.materialize .text-purple.text-lighten-3{color:#ce93d8 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#dfb8e6}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#bd6eca}.materialize .purple.lighten-2{background-color:#ba68c8 !important}.materialize .text-purple.text-lighten-2{color:#ba68c8 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#cb8dd6}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#a844b9}.materialize .purple.lighten-1{background-color:#ab47bc !important}.materialize .text-purple.text-lighten-1{color:#ab47bc !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#bc6cca}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#8a3898}.materialize .purple.darken-1{background-color:#8e24aa !important}.materialize .text-purple.text-darken-1{color:#8e24aa !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#b02ed3}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#6b1b80}.materialize .purple.darken-2{background-color:#7b1fa2 !important}.materialize .text-purple.text-darken-2{color:#7b1fa2 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#9c27cd}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#5a1777}.materialize .purple.darken-3{background-color:#6a1b9a !important}.materialize .text-purple.text-darken-3{color:#6a1b9a !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#8823c5}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#4c136f}.materialize .purple.darken-4{background-color:#4a148c !important}.materialize .text-purple.text-darken-4{color:#4a148c !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#621ab9}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#320e5f}.materialize .purple.accent-1{background-color:#ea80fc !important}.materialize .text-purple.text-accent-1{color:#ea80fc !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f2b2fd}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#e24efb}.materialize .purple.accent-2{background-color:#e040fb !important}.materialize .text-purple.text-accent-2{color:#e040fb !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#e872fc}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#d80efa}.materialize .purple.accent-3{background-color:#d500f9 !important}.materialize .text-purple.text-accent-3{color:#d500f9 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#e12dff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#a900c6}.materialize .purple.accent-4{background-color:#a0f !important}.materialize .text-purple.text-accent-4{color:#a0f !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#b3f}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#80c}.materialize .deep-purple{background-color:#673ab7 !important}.materialize .text-deep-purple{color:#673ab7 !important}.materialize .card-progress-deep-purple{background-color:#673ab7 !important}.materialize .card-progress-deep-purple .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-deep-purple progress[value]::-webkit-progress-bar{background-color:#8259cb}.materialize .card-progress-deep-purple .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-deep-purple progress[value]::-webkit-progress-value{background-color:#512e90}.materialize .deep-purple.lighten-5{background-color:#ede7f6 !important}.materialize .text-deep-purple.text-lighten-5{color:#ede7f6 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#d1c2e8}.materialize .deep-purple.lighten-4{background-color:#d1c4e9 !important}.materialize .text-deep-purple.text-lighten-4{color:#d1c4e9 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#eee9f7}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#b49fdb}.materialize .deep-purple.lighten-3{background-color:#b39ddb !important}.materialize .text-deep-purple.text-lighten-3{color:#b39ddb !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#d0c2e9}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#9678cd}.materialize .deep-purple.lighten-2{background-color:#9575cd !important}.materialize .text-deep-purple.text-lighten-2{color:#9575cd !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#b29adb}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#7850bf}.materialize .deep-purple.lighten-1{background-color:#7e57c2 !important}.materialize .text-deep-purple.text-lighten-1{color:#7e57c2 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#9b7cd0}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#643da9}.materialize .deep-purple.darken-1{background-color:#5e35b1 !important}.materialize .text-deep-purple.text-darken-1{color:#5e35b1 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#784fca}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#49298a}.materialize .deep-purple.darken-2{background-color:#512da8 !important}.materialize .text-deep-purple.text-darken-2{color:#512da8 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#673dcb}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#3e2280}.materialize .deep-purple.darken-3{background-color:#4527a0 !important}.materialize .text-deep-purple.text-darken-3{color:#4527a0 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#5731c9}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#331d77}.materialize .deep-purple.darken-4{background-color:#311b92 !important}.materialize .text-deep-purple.text-darken-4{color:#311b92 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#3f23bd}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#231367}.materialize .deep-purple.accent-1{background-color:#b388ff !important}.materialize .text-deep-purple.text-accent-1{color:#b388ff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#d4bbff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#9255ff}.materialize .deep-purple.accent-2{background-color:#7c4dff !important}.materialize .text-deep-purple.text-accent-2{color:#7c4dff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#a280ff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#561aff}.materialize .deep-purple.accent-3{background-color:#651fff !important}.materialize .text-deep-purple.text-accent-3{color:#651fff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#8852ff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#4900eb}.materialize .deep-purple.accent-4{background-color:#6200ea !important}.materialize .text-deep-purple.text-accent-4{color:#6200ea !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#7c1eff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#4d00b7}.materialize .indigo{background-color:#3f51b5 !important}.materialize .text-indigo{color:#3f51b5 !important}.materialize .card-progress-indigo{background-color:#3f51b5 !important}.materialize .card-progress-indigo .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-indigo progress[value]::-webkit-progress-bar{background-color:#606fc7}.materialize .card-progress-indigo .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-indigo progress[value]::-webkit-progress-value{background-color:#32408f}.materialize .indigo.lighten-5{background-color:#e8eaf6 !important}.materialize .text-indigo.text-lighten-5{color:#e8eaf6 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#c3c9e8}.materialize .indigo.lighten-4{background-color:#c5cae9 !important}.materialize .text-indigo.text-lighten-4{color:#c5cae9 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#eaecf7}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#a0a8db}.materialize .indigo.lighten-3{background-color:#9fa8da !important}.materialize .text-indigo.text-lighten-3{color:#9fa8da !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#c4c9e8}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#7a87cc}.materialize .indigo.lighten-2{background-color:#7986cb !important}.materialize .text-indigo.text-lighten-2{color:#7986cb !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#9ea7d9}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#5465bd}.materialize .indigo.lighten-1{background-color:#5c6bc0 !important}.materialize .text-indigo.text-lighten-1{color:#5c6bc0 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#818cce}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#4150a8}.materialize .indigo.darken-1{background-color:#3949ab !important}.materialize .text-indigo.text-darken-1{color:#3949ab !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#5262c5}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#2c3985}.materialize .indigo.darken-2{background-color:#303f9f !important}.materialize .text-indigo.text-darken-2{color:#303f9f !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#3d50c5}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#242f78}.materialize .indigo.darken-3{background-color:#283593 !important}.materialize .text-indigo.text-darken-3{color:#283593 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#3343bb}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#1d276b}.materialize .indigo.darken-4{background-color:#1a237e !important}.materialize .text-indigo.text-darken-4{color:#1a237e !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#232fa8}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#111754}.materialize .indigo.accent-1{background-color:#8c9eff !important}.materialize .text-indigo.text-accent-1{color:#8c9eff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#bfc9ff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#5973ff}.materialize .indigo.accent-2{background-color:#536dfe !important}.materialize .text-indigo.text-accent-2{color:#536dfe !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#8698fe}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#2042fe}.materialize .indigo.accent-3{background-color:#3d5afe !important}.materialize .text-indigo.text-accent-3{color:#3d5afe !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#7085fe}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#0a2ffe}.materialize .indigo.accent-4{background-color:#304ffe !important}.materialize .text-indigo.text-accent-4{color:#304ffe !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#637afe}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#0127fa}.materialize .blue{background-color:#2196f3 !important}.materialize .text-blue{color:#2196f3 !important}.materialize .card-progress-blue{background-color:#2196f3 !important}.materialize .card-progress-blue .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-blue progress[value]::-webkit-progress-bar{background-color:#51adf6}.materialize .card-progress-blue .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-blue progress[value]::-webkit-progress-value{background-color:#0c7cd5}.materialize .blue.lighten-5{background-color:#e3f2fd !important}.materialize .text-blue.text-lighten-5{color:#e3f2fd !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#b3dcfa}.materialize .blue.lighten-4{background-color:#bbdefb !important}.materialize .text-blue.text-lighten-4{color:#bbdefb !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ebf5fe}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#8bc7f8}.materialize .blue.lighten-3{background-color:#90caf9 !important}.materialize .text-blue.text-lighten-3{color:#90caf9 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#c0e1fc}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#60b3f6}.materialize .blue.lighten-2{background-color:#64b5f6 !important}.materialize .text-blue.text-lighten-2{color:#64b5f6 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#94ccf9}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#349ef3}.materialize .blue.lighten-1{background-color:#42a5f5 !important}.materialize .text-blue.text-lighten-1{color:#42a5f5 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#72bcf8}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#128ef2}.materialize .blue.darken-1{background-color:#1e88e5 !important}.materialize .text-blue.text-darken-1{color:#1e88e5 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#4ca0ea}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#166dba}.materialize .blue.darken-2{background-color:#1976d2 !important}.materialize .text-blue.text-darken-2{color:#1976d2 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#378fe7}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#145ca4}.materialize .blue.darken-3{background-color:#1565c0 !important}.materialize .text-blue.text-darken-3{color:#1565c0 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#217ee7}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#104d92}.materialize .blue.darken-4{background-color:#0d47a1 !important}.materialize .text-blue.text-darken-4{color:#0d47a1 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#115cd0}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#093272}.materialize .blue.accent-1{background-color:#82b1ff !important}.materialize .text-blue.text-accent-1{color:#82b1ff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#b5d1ff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#4f91ff}.materialize .blue.accent-2{background-color:#448aff !important}.materialize .text-blue.text-accent-2{color:#448aff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#7af}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#116aff}.materialize .blue.accent-3{background-color:#2979ff !important}.materialize .text-blue.text-accent-3{color:#2979ff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#5c99ff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#005cf5}.materialize .blue.accent-4{background-color:#2962ff !important}.materialize .text-blue.text-accent-4{color:#2962ff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#5c87ff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#0041f5}.materialize .light-blue{background-color:#03a9f4 !important}.materialize .text-light-blue{color:#03a9f4 !important}.materialize .card-progress-light-blue{background-color:#03a9f4 !important}.materialize .card-progress-light-blue .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-light-blue progress[value]::-webkit-progress-bar{background-color:#2ebcfc}.materialize .card-progress-light-blue .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-light-blue progress[value]::-webkit-progress-value{background-color:#0286c2}.materialize .light-blue.lighten-5{background-color:#e1f5fe !important}.materialize .text-light-blue.text-lighten-5{color:#e1f5fe !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#b0e5fc}.materialize .light-blue.lighten-4{background-color:#b3e5fc !important}.materialize .text-light-blue.text-lighten-4{color:#b3e5fc !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#e4f6fe}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#82d4fa}.materialize .light-blue.lighten-3{background-color:#81d4fa !important}.materialize .text-light-blue.text-lighten-3{color:#81d4fa !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#b2e5fc}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#50c3f8}.materialize .light-blue.lighten-2{background-color:#4fc3f7 !important}.materialize .text-light-blue.text-lighten-2{color:#4fc3f7 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#80d4f9}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#1eb2f5}.materialize .light-blue.lighten-1{background-color:#29b6f6 !important}.materialize .text-light-blue.text-lighten-1{color:#29b6f6 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#5ac7f8}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#0a9fe2}.materialize .light-blue.darken-1{background-color:#039be5 !important}.materialize .text-light-blue.text-darken-1{color:#039be5 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#1fb4fc}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#0279b3}.materialize .light-blue.darken-2{background-color:#0288d1 !important}.materialize .text-light-blue.text-darken-2{color:#0288d1 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#09a7fd}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#02679e}.materialize .light-blue.darken-3{background-color:#0277bd !important}.materialize .text-light-blue.text-darken-3{color:#0277bd !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#0397ef}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#01578b}.materialize .light-blue.darken-4{background-color:#01579b !important}.materialize .text-light-blue.text-darken-4{color:#01579b !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#0173ce}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#013b68}.materialize .light-blue.accent-1{background-color:#80d8ff !important}.materialize .text-light-blue.text-accent-1{color:#80d8ff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#b3e8ff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#4dc8ff}.materialize .light-blue.accent-2{background-color:#40c4ff !important}.materialize .text-light-blue.text-accent-2{color:#40c4ff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#73d4ff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#0db4ff}.materialize .light-blue.accent-3{background-color:#00b0ff !important}.materialize .text-light-blue.text-accent-3{color:#00b0ff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#33c0ff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#008dcc}.materialize .light-blue.accent-4{background-color:#0091ea !important}.materialize .text-light-blue.text-accent-4{color:#0091ea !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#1ea9ff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#0071b7}.materialize .cyan{background-color:#00bcd4 !important}.materialize .text-cyan{color:#00bcd4 !important}.materialize .card-progress-cyan{background-color:#00bcd4 !important}.materialize .card-progress-cyan .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-cyan progress[value]::-webkit-progress-bar{background-color:#08e3ff}.materialize .card-progress-cyan .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-cyan progress[value]::-webkit-progress-value{background-color:#008fa1}.materialize .cyan.lighten-5{background-color:#e0f7fa !important}.materialize .text-cyan.text-lighten-5{color:#e0f7fa !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#b4ecf3}.materialize .cyan.lighten-4{background-color:#b2ebf2 !important}.materialize .text-cyan.text-lighten-4{color:#b2ebf2 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#def6f9}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#86e0eb}.materialize .cyan.lighten-3{background-color:#80deea !important}.materialize .text-cyan.text-lighten-3{color:#80deea !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ace9f1}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#54d3e3}.materialize .cyan.lighten-2{background-color:#4dd0e1 !important}.materialize .text-cyan.text-lighten-2{color:#4dd0e1 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#79dce8}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#24c2d7}.materialize .cyan.lighten-1{background-color:#26c6da !important}.materialize .text-cyan.text-lighten-1{color:#26c6da !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#52d1e1}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#1e9faf}.materialize .cyan.darken-1{background-color:#00acc1 !important}.materialize .text-cyan.text-darken-1{color:#00acc1 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#00d9f4}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#007f8e}.materialize .cyan.darken-2{background-color:#0097a7 !important}.materialize .text-cyan.text-darken-2{color:#0097a7 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#00c5da}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#006974}.materialize .cyan.darken-3{background-color:#00838f !important}.materialize .text-cyan.text-darken-3{color:#00838f !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#00b2c2}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#00545c}.materialize .cyan.darken-4{background-color:#006064 !important}.materialize .text-cyan.text-darken-4{color:#006064 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#009197}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#002f31}.materialize .cyan.accent-1{background-color:#84ffff !important}.materialize .text-cyan.text-accent-1{color:#84ffff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#b7ffff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#51ffff}.materialize .cyan.accent-2{background-color:#18ffff !important}.materialize .text-cyan.text-accent-2{color:#18ffff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#4bffff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#00e4e4}.materialize .cyan.accent-3{background-color:#00e5ff !important}.materialize .text-cyan.text-accent-3{color:#00e5ff !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#33eaff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#00b7cc}.materialize .cyan.accent-4{background-color:#00b8d4 !important}.materialize .text-cyan.text-accent-4{color:#00b8d4 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#08deff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#008ca1}.materialize .teal{background-color:#009688 !important}.materialize .text-teal{color:#009688 !important}.materialize .card-progress-teal{background-color:#009688 !important}.materialize .card-progress-teal .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-teal progress[value]::-webkit-progress-bar{background-color:#00c9b6}.materialize .card-progress-teal .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-teal progress[value]::-webkit-progress-value{background-color:#00635a}.materialize .teal.lighten-5{background-color:#e0f2f1 !important}.materialize .text-teal.text-lighten-5{color:#e0f2f1 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#bce3e1}.materialize .teal.lighten-4{background-color:#b2dfdb !important}.materialize .text-teal.text-lighten-4{color:#b2dfdb !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#d6eeec}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#8ed0ca}.materialize .teal.lighten-3{background-color:#80cbc4 !important}.materialize .text-teal.text-lighten-3{color:#80cbc4 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#a4dad5}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#5cbcb3}.materialize .teal.lighten-2{background-color:#4db6ac !important}.materialize .text-teal.text-lighten-2{color:#4db6ac !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#71c5bd}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#3c948b}.materialize .teal.lighten-1{background-color:#26a69a !important}.materialize .text-teal.text-lighten-1{color:#26a69a !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#30d0c1}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#1c7d74}.materialize .teal.darken-1{background-color:#00897b !important}.materialize .text-teal.text-darken-1{color:#00897b !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#00bca9}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#00564d}.materialize .teal.darken-2{background-color:#00796b !important}.materialize .text-teal.text-darken-2{color:#00796b !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#00ac98}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#00463e}.materialize .teal.darken-3{background-color:#00695c !important}.materialize .text-teal.text-darken-3{color:#00695c !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#009c89}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#00362f}.materialize .teal.darken-4{background-color:#004d40 !important}.materialize .text-teal.text-darken-4{color:#004d40 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#00806a}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#001a16}.materialize .teal.accent-1{background-color:#a7ffeb !important}.materialize .text-teal.text-accent-1{color:#a7ffeb !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#dafff7}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#74ffdf}.materialize .teal.accent-2{background-color:#64ffda !important}.materialize .text-teal.text-accent-2{color:#64ffda !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#97ffe6}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#31ffce}.materialize .teal.accent-3{background-color:#1de9b6 !important}.materialize .text-teal.text-accent-3{color:#1de9b6 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#4beec5}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#13c095}.materialize .teal.accent-4{background-color:#00bfa5 !important}.materialize .text-teal.text-accent-4{color:#00bfa5 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#00f2d1}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#008c79}.materialize .green{background-color:#4caf50 !important}.materialize .text-green{color:#4caf50 !important}.materialize .card-progress-green{background-color:#4caf50 !important}.materialize .card-progress-green .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-green progress[value]::-webkit-progress-bar{background-color:#6ec071}.materialize .card-progress-green .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-green progress[value]::-webkit-progress-value{background-color:#3d8b40}.materialize .green.lighten-5{background-color:#e8f5e9 !important}.materialize .text-green.text-lighten-5{color:#e8f5e9 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#c4e6c7}.materialize .green.lighten-4{background-color:#c8e6c9 !important}.materialize .text-green.text-lighten-4{color:#c8e6c9 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ebf6eb}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#a5d6a7}.materialize .green.lighten-3{background-color:#a5d6a7 !important}.materialize .text-green.text-lighten-3{color:#a5d6a7 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#c8e6c9}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#82c685}.materialize .green.lighten-2{background-color:#81c784 !important}.materialize .text-green.text-lighten-2{color:#81c784 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#a4d7a6}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#5eb762}.materialize .green.lighten-1{background-color:#66bb6a !important}.materialize .text-green.text-lighten-1{color:#66bb6a !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#89cb8c}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#49a54e}.materialize .green.darken-1{background-color:#43a047 !important}.materialize .text-green.text-darken-1{color:#43a047 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#5bbb60}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#347c37}.materialize .green.darken-2{background-color:#388e3c !important}.materialize .text-green.text-darken-2{color:#388e3c !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#46b34b}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#2a692d}.materialize .green.darken-3{background-color:#2e7d32 !important}.materialize .text-green.text-darken-3{color:#2e7d32 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#3ca241}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#205823}.materialize .green.darken-4{background-color:#1b5e20 !important}.materialize .text-green.text-darken-4{color:#1b5e20 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#26862d}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#103613}.materialize .green.accent-1{background-color:#b9f6ca !important}.materialize .text-green.text-accent-1{color:#b9f6ca !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#e6fcec}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#8cf0a8}.materialize .green.accent-2{background-color:#69f0ae !important}.materialize .text-green.text-accent-2{color:#69f0ae !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#97f5c7}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#3beb95}.materialize .green.accent-3{background-color:#00e676 !important}.materialize .text-green.text-accent-3{color:#00e676 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#1aff8f}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#00b35c}.materialize .green.accent-4{background-color:#00c853 !important}.materialize .text-green.text-accent-4{color:#00c853 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#00fb68}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#00953e}.materialize .light-green{background-color:#8bc34a !important}.materialize .text-light-green{color:#8bc34a !important}.materialize .card-progress-light-green{background-color:#8bc34a !important}.materialize .card-progress-light-green .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-light-green progress[value]::-webkit-progress-bar{background-color:#a4d070}.materialize .card-progress-light-green .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-light-green progress[value]::-webkit-progress-value{background-color:#71a436}.materialize .light-green.lighten-5{background-color:#f1f8e9 !important}.materialize .text-light-green.text-lighten-5{color:#f1f8e9 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#d8ecc2}.materialize .light-green.lighten-4{background-color:#dcedc8 !important}.materialize .text-light-green.text-lighten-4{color:#dcedc8 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f4faee}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#c4e0a2}.materialize .light-green.lighten-3{background-color:#c5e1a5 !important}.materialize .text-light-green.text-lighten-3{color:#c5e1a5 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#deeecb}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#acd47f}.materialize .light-green.lighten-2{background-color:#aed581 !important}.materialize .text-light-green.text-lighten-2{color:#aed581 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#c7e2a7}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#95c85b}.materialize .light-green.lighten-1{background-color:#9ccc65 !important}.materialize .text-light-green.text-lighten-1{color:#9ccc65 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#b5d98b}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#83bf3f}.materialize .light-green.darken-1{background-color:#7cb342 !important}.materialize .text-light-green.text-darken-1{color:#7cb342 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#95c563}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#628e34}.materialize .light-green.darken-2{background-color:#689f38 !important}.materialize .text-light-green.text-darken-2{color:#689f38 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#81bf4b}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#4f792b}.materialize .light-green.darken-3{background-color:#558b2f !important}.materialize .text-light-green.text-darken-3{color:#558b2f !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#6cb13c}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#3e6522}.materialize .light-green.darken-4{background-color:#33691e !important}.materialize .text-light-green.text-darken-4{color:#33691e !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#469129}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#204113}.materialize .light-green.accent-1{background-color:#ccff90 !important}.materialize .text-light-green.text-accent-1{color:#ccff90 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#e3ffc3}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#b5ff5d}.materialize .light-green.accent-2{background-color:#b2ff59 !important}.materialize .text-light-green.text-accent-2{color:#b2ff59 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#caff8c}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#9aff26}.materialize .light-green.accent-3{background-color:#76ff03 !important}.materialize .text-light-green.text-accent-3{color:#76ff03 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#92ff36}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#5ecf00}.materialize .light-green.accent-4{background-color:#64dd17 !important}.materialize .text-light-green.text-accent-4{color:#64dd17 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#80eb3c}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#4faf12}.materialize .lime{background-color:#cddc39 !important}.materialize .text-lime{color:#cddc39 !important}.materialize .card-progress-lime{background-color:#cddc39 !important}.materialize .card-progress-lime .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-lime progress[value]::-webkit-progress-bar{background-color:#d8e464}.materialize .card-progress-lime .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-lime progress[value]::-webkit-progress-value{background-color:#b2c022}.materialize .lime.lighten-5{background-color:#f9fbe7 !important}.materialize .text-lime.text-lighten-5{color:#f9fbe7 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#eef4bb}.materialize .lime.lighten-4{background-color:#f0f4c3 !important}.materialize .text-lime.text-lighten-4{color:#f0f4c3 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fbfcee}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#e5ec98}.materialize .lime.lighten-3{background-color:#e6ee9c !important}.materialize .text-lime.text-lighten-3{color:#e6ee9c !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f1f5c8}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#dbe770}.materialize .lime.lighten-2{background-color:#dce775 !important}.materialize .text-lime.text-lighten-2{color:#dce775 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#e7efa0}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#d1df4a}.materialize .lime.lighten-1{background-color:#d4e157 !important}.materialize .text-lime.text-lighten-1{color:#d4e157 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#dfe982}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#c9d92c}.materialize .lime.darken-1{background-color:#c0ca33 !important}.materialize .text-lime.text-darken-1{color:#c0ca33 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#cdd55b}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#99a129}.materialize .lime.darken-2{background-color:#afb42b !important}.materialize .text-lime.text-darken-2{color:#afb42b !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ccd141}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#878b21}.materialize .lime.darken-3{background-color:#9e9d24 !important}.materialize .text-lime.text-darken-3{color:#9e9d24 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#c8c62d}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#74741b}.materialize .lime.darken-4{background-color:#827717 !important}.materialize .text-lime.text-darken-4{color:#827717 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ad9f1f}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#574f0f}.materialize .lime.accent-1{background-color:#f4ff81 !important}.materialize .text-lime.text-accent-1{color:#f4ff81 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f8ffb4}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#f0ff4e}.materialize .lime.accent-2{background-color:#eeff41 !important}.materialize .text-lime.text-accent-2{color:#eeff41 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f3ff74}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#e9ff0e}.materialize .lime.accent-3{background-color:#c6ff00 !important}.materialize .text-lime.text-accent-3{color:#c6ff00 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#d1ff33}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#9ecc00}.materialize .lime.accent-4{background-color:#aeea00 !important}.materialize .text-lime.text-accent-4{color:#aeea00 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#c5ff1e}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#88b700}.materialize .yellow{background-color:#ffeb3b !important}.materialize .text-yellow{color:#ffeb3b !important}.materialize .card-progress-yellow{background-color:#ffeb3b !important}.materialize .card-progress-yellow .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-yellow progress[value]::-webkit-progress-bar{background-color:#fff06e}.materialize .card-progress-yellow .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-yellow progress[value]::-webkit-progress-value{background-color:#ffe608}.materialize .yellow.lighten-5{background-color:#fffde7 !important}.materialize .text-yellow.text-lighten-5{color:#fffde7 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#fff9b4}.materialize .yellow.lighten-4{background-color:#fff9c4 !important}.materialize .text-yellow.text-lighten-4{color:#fff9c4 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fffef7}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#fff491}.materialize .yellow.lighten-3{background-color:#fff59d !important}.materialize .text-yellow.text-lighten-3{color:#fff59d !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fffad0}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#fff06a}.materialize .yellow.lighten-2{background-color:#fff176 !important}.materialize .text-yellow.text-lighten-2{color:#fff176 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff6a9}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffec43}.materialize .yellow.lighten-1{background-color:#ffee58 !important}.materialize .text-yellow.text-lighten-1{color:#ffee58 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff38b}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffe925}.materialize .yellow.darken-1{background-color:#fdd835 !important}.materialize .text-yellow.text-darken-1{color:#fdd835 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fde268}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#fdce02}.materialize .yellow.darken-2{background-color:#fbc02d !important}.materialize .text-yellow.text-darken-2{color:#fbc02d !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fccf5f}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#f0ad05}.materialize .yellow.darken-3{background-color:#f9a825 !important}.materialize .text-yellow.text-darken-3{color:#f9a825 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fabc57}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#e59006}.materialize .yellow.darken-4{background-color:#f57f17 !important}.materialize .text-yellow.text-darken-4{color:#f57f17 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f79a48}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#d06609}.materialize .yellow.accent-1{background-color:#ffff8d !important}.materialize .text-yellow.text-accent-1{color:#ffff8d !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffffc0}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffff5a}.materialize .yellow.accent-2{background-color:#ff0 !important}.materialize .text-yellow.text-accent-2{color:#ff0 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff3}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cc0}.materialize .yellow.accent-3{background-color:#ffea00 !important}.materialize .text-yellow.text-accent-3{color:#ffea00 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fe3}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cb0}.materialize .yellow.accent-4{background-color:#ffd600 !important}.materialize .text-yellow.text-accent-4{color:#ffd600 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffde33}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ccab00}.materialize .amber{background-color:#ffc107 !important}.materialize .text-amber{color:#ffc107 !important}.materialize .card-progress-amber{background-color:#ffc107 !important}.materialize .card-progress-amber .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-amber progress[value]::-webkit-progress-bar{background-color:#ffce3a}.materialize .card-progress-amber .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-amber progress[value]::-webkit-progress-value{background-color:#d39e00}.materialize .amber.lighten-5{background-color:#fff8e1 !important}.materialize .text-amber.text-lighten-5{color:#fff8e1 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffecae}.materialize .amber.lighten-4{background-color:#ffecb3 !important}.materialize .text-amber.text-lighten-4{color:#ffecb3 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff9e6}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffdf80}.materialize .amber.lighten-3{background-color:#ffe082 !important}.materialize .text-amber.text-lighten-3{color:#ffe082 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffedb5}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffd34f}.materialize .amber.lighten-2{background-color:#ffd54f !important}.materialize .text-amber.text-lighten-2{color:#ffd54f !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffe182}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffc91c}.materialize .amber.lighten-1{background-color:#ffca28 !important}.materialize .text-amber.text-lighten-1{color:#ffca28 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffd75b}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#f4b800}.materialize .amber.darken-1{background-color:#ffb300 !important}.materialize .text-amber.text-darken-1{color:#ffb300 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffc233}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cc8f00}.materialize .amber.darken-2{background-color:#ffa000 !important}.materialize .text-amber.text-darken-2{color:#ffa000 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffb333}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cc8000}.materialize .amber.darken-3{background-color:#ff8f00 !important}.materialize .text-amber.text-darken-3{color:#ff8f00 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffa533}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cc7200}.materialize .amber.darken-4{background-color:#ff6f00 !important}.materialize .text-amber.text-darken-4{color:#ff6f00 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff8c33}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cc5900}.materialize .amber.accent-1{background-color:#ffe57f !important}.materialize .text-amber.text-accent-1{color:#ffe57f !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffefb2}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffdb4c}.materialize .amber.accent-2{background-color:#ffd740 !important}.materialize .text-amber.text-accent-2{color:#ffd740 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffe273}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffcc0d}.materialize .amber.accent-3{background-color:#ffc400 !important}.materialize .text-amber.text-accent-3{color:#ffc400 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffd033}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cc9d00}.materialize .amber.accent-4{background-color:#ffab00 !important}.materialize .text-amber.text-accent-4{color:#ffab00 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffbc33}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cc8900}.materialize .orange{background-color:#ff9800 !important}.materialize .text-orange{color:#ff9800 !important}.materialize .card-progress-orange{background-color:#ff9800 !important}.materialize .card-progress-orange .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-orange progress[value]::-webkit-progress-bar{background-color:#ffad33}.materialize .card-progress-orange .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-orange progress[value]::-webkit-progress-value{background-color:#cc7a00}.materialize .orange.lighten-5{background-color:#fff3e0 !important}.materialize .text-orange.text-lighten-5{color:#fff3e0 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffdfad}.materialize .orange.lighten-4{background-color:#ffe0b2 !important}.materialize .text-orange.text-lighten-4{color:#ffe0b2 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff5e5}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffcb7f}.materialize .orange.lighten-3{background-color:#ffcc80 !important}.materialize .text-orange.text-lighten-3{color:#ffcc80 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffe0b3}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffb84d}.materialize .orange.lighten-2{background-color:#ffb74d !important}.materialize .text-orange.text-lighten-2{color:#ffb74d !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffcc80}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffa21a}.materialize .orange.lighten-1{background-color:#ffa726 !important}.materialize .text-orange.text-lighten-1{color:#ffa726 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffbc59}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#f29000}.materialize .orange.darken-1{background-color:#fb8c00 !important}.materialize .text-orange.text-darken-1{color:#fb8c00 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffa32f}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#c87000}.materialize .orange.darken-2{background-color:#f57c00 !important}.materialize .text-orange.text-darken-2{color:#f57c00 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff9529}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#c26200}.materialize .orange.darken-3{background-color:#ef6c00 !important}.materialize .text-orange.text-darken-3{color:#ef6c00 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff8623}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#bc5500}.materialize .orange.darken-4{background-color:#e65100 !important}.materialize .text-orange.text-darken-4{color:#e65100 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff6b1a}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#b33f00}.materialize .orange.accent-1{background-color:#ffd180 !important}.materialize .text-orange.text-accent-1{color:#ffd180 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffe3b3}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffbf4d}.materialize .orange.accent-2{background-color:#ffab40 !important}.materialize .text-orange.text-accent-2{color:#ffab40 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffc173}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ff950d}.materialize .orange.accent-3{background-color:#ff9100 !important}.materialize .text-orange.text-accent-3{color:#ff9100 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffa733}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cc7400}.materialize .orange.accent-4{background-color:#ff6d00 !important}.materialize .text-orange.text-accent-4{color:#ff6d00 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff8a33}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cc5700}.materialize .deep-orange{background-color:#ff5722 !important}.materialize .text-deep-orange{color:#ff5722 !important}.materialize .card-progress-deep-orange{background-color:#ff5722 !important}.materialize .card-progress-deep-orange .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-deep-orange progress[value]::-webkit-progress-bar{background-color:#ff7e55}.materialize .card-progress-deep-orange .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-deep-orange progress[value]::-webkit-progress-value{background-color:#ee3900}.materialize .deep-orange.lighten-5{background-color:#fbe9e7 !important}.materialize .text-deep-orange.text-lighten-5{color:#fbe9e7 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#f4c1bb}.materialize .deep-orange.lighten-4{background-color:#ffccbc !important}.materialize .text-deep-orange.text-lighten-4{color:#ffccbc !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff3ef}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ffa589}.materialize .deep-orange.lighten-3{background-color:#ffab91 !important}.materialize .text-deep-orange.text-lighten-3{color:#ffab91 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffd2c4}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ff845e}.materialize .deep-orange.lighten-2{background-color:#ff8a65 !important}.materialize .text-deep-orange.text-lighten-2{color:#ff8a65 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffb198}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ff6332}.materialize .deep-orange.lighten-1{background-color:#ff7043 !important}.materialize .text-deep-orange.text-lighten-1{color:#ff7043 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff9776}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ff4910}.materialize .deep-orange.darken-1{background-color:#f4511e !important}.materialize .text-deep-orange.text-darken-1{color:#f4511e !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#f6774f}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#d53b0a}.materialize .deep-orange.darken-2{background-color:#e64a19 !important}.materialize .text-deep-orange.text-darken-2{color:#e64a19 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#eb6e47}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#b83b14}.materialize .deep-orange.darken-3{background-color:#d84315 !important}.materialize .text-deep-orange.text-darken-3{color:#d84315 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#eb6035}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#aa3510}.materialize .deep-orange.darken-4{background-color:#bf360c !important}.materialize .text-deep-orange.text-darken-4{color:#bf360c !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ef440f}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#8f2809}.materialize .deep-orange.accent-1{background-color:#ff9e80 !important}.materialize .text-deep-orange.text-accent-1{color:#ff9e80 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ffc5b3}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ff774d}.materialize .deep-orange.accent-2{background-color:#ff6e40 !important}.materialize .text-deep-orange.text-accent-2{color:#ff6e40 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff9573}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#ff470d}.materialize .deep-orange.accent-3{background-color:#ff3d00 !important}.materialize .text-deep-orange.text-accent-3{color:#ff3d00 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff6433}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cc3100}.materialize .deep-orange.accent-4{background-color:#dd2c00 !important}.materialize .text-deep-orange.text-accent-4{color:#dd2c00 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ff4011}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#a20}.materialize .brown{background-color:#795548 !important}.materialize .text-brown{color:#795548 !important}.materialize .card-progress-brown{background-color:#795548 !important}.materialize .card-progress-brown .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-brown progress[value]::-webkit-progress-bar{background-color:#996b5b}.materialize .card-progress-brown .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-brown progress[value]::-webkit-progress-value{background-color:#593f35}.materialize .brown.lighten-5{background-color:#efebe9 !important}.materialize .text-brown.text-lighten-5{color:#efebe9 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#dad0cb}.materialize .brown.lighten-4{background-color:#d7ccc8 !important}.materialize .text-brown.text-lighten-4{color:#d7ccc8 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ece7e6}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#c2b1aa}.materialize .brown.lighten-3{background-color:#bcaaa4 !important}.materialize .text-brown.text-lighten-3{color:#bcaaa4 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#d2c5c1}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#a68f87}.materialize .brown.lighten-2{background-color:#a1887f !important}.materialize .text-brown.text-lighten-2{color:#a1887f !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#b7a39c}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#896e64}.materialize .brown.lighten-1{background-color:#8d6e63 !important}.materialize .text-brown.text-lighten-1{color:#8d6e63 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#a5887e}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#6f574e}.materialize .brown.darken-1{background-color:#6d4c41 !important}.materialize .text-brown.text-darken-1{color:#6d4c41 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#8d6254}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#4d362e}.materialize .brown.darken-2{background-color:#5d4037 !important}.materialize .text-brown.text-darken-2{color:#5d4037 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#7d564a}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#3d2a24}.materialize .brown.darken-3{background-color:#4e342e !important}.materialize .text-brown.text-darken-3{color:#4e342e !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#6e4941}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#2e1f1b}.materialize .brown.darken-4{background-color:#3e2723 !important}.materialize .text-brown.text-darken-4{color:#3e2723 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#5f3c35}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#1d1211}.materialize .blue-grey{background-color:#607d8b !important}.materialize .text-blue-grey{color:#607d8b !important}.materialize .card-progress-blue-grey{background-color:#607d8b !important}.materialize .card-progress-blue-grey .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-blue-grey progress[value]::-webkit-progress-bar{background-color:#7b96a3}.materialize .card-progress-blue-grey .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-blue-grey progress[value]::-webkit-progress-value{background-color:#4b626d}.materialize .blue-grey.lighten-5{background-color:#eceff1 !important}.materialize .text-blue-grey.text-lighten-5{color:#eceff1 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#cfd6db}.materialize .blue-grey.lighten-4{background-color:#cfd8dc !important}.materialize .text-blue-grey.text-lighten-4{color:#cfd8dc !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#ecf0f2}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#b2c0c6}.materialize .blue-grey.lighten-3{background-color:#b0bec5 !important}.materialize .text-blue-grey.text-lighten-3{color:#b0bec5 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#cdd6db}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#93a6af}.materialize .blue-grey.lighten-2{background-color:#90a4ae !important}.materialize .text-blue-grey.text-lighten-2{color:#90a4ae !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#adbcc4}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#738c98}.materialize .blue-grey.lighten-1{background-color:#78909c !important}.materialize .text-blue-grey.text-lighten-1{color:#78909c !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#95a8b2}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#5f7682}.materialize .blue-grey.darken-1{background-color:#546e7a !important}.materialize .text-blue-grey.text-darken-1{color:#546e7a !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#698998}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#3f535c}.materialize .blue-grey.darken-2{background-color:#455a64 !important}.materialize .text-blue-grey.text-darken-2{color:#455a64 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#5a7582}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#303f46}.materialize .blue-grey.darken-3{background-color:#37474f !important}.materialize .text-blue-grey.text-darken-3{color:#37474f !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#4c626d}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#222c31}.materialize .blue-grey.darken-4{background-color:#263238 !important}.materialize .text-blue-grey.text-darken-4{color:#263238 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#3b4d56}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#11171a}.materialize .grey{background-color:#9e9e9e !important}.materialize .text-grey{color:#9e9e9e !important}.materialize .card-progress-grey{background-color:#9e9e9e !important}.materialize .card-progress-grey .progress-bar-widget::-webkit-progress-bar,.materialize .card-progress-grey progress[value]::-webkit-progress-bar{background-color:#b8b8b8}.materialize .card-progress-grey .progress-bar-widget::-webkit-progress-value,.materialize .card-progress-grey progress[value]::-webkit-progress-value{background-color:#858585}.materialize .grey.lighten-5{background-color:#fafafa !important}.materialize .text-grey.text-lighten-5{color:#fafafa !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#e1e1e1}.materialize .grey.lighten-4{background-color:#f5f5f5 !important}.materialize .text-grey.text-lighten-4{color:#f5f5f5 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#dcdcdc}.materialize .grey.lighten-3{background-color:#eee !important}.materialize .text-grey.text-lighten-3{color:#eee !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fff}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#d4d4d4}.materialize .grey.lighten-2{background-color:#e0e0e0 !important}.materialize .text-grey.text-lighten-2{color:#e0e0e0 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#fafafa}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#c7c7c7}.materialize .grey.lighten-1{background-color:#bdbdbd !important}.materialize .text-grey.text-lighten-1{color:#bdbdbd !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#d7d7d7}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#a4a4a4}.materialize .grey.darken-1{background-color:#757575 !important}.materialize .text-grey.text-darken-1{color:#757575 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#8f8f8f}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#5c5c5c}.materialize .grey.darken-2{background-color:#616161 !important}.materialize .text-grey.text-darken-2{color:#616161 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#7b7b7b}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#484848}.materialize .grey.darken-3{background-color:#424242 !important}.materialize .text-grey.text-darken-3{color:#424242 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#5c5c5c}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#292929}.materialize .grey.darken-4{background-color:#212121 !important}.materialize .text-grey.text-darken-4{color:#212121 !important}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{background-color:#3b3b3b}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{background-color:#080808}.materialize .black{background-color:#000 !important}.materialize .text-black{color:#000 !important}.materialize .white{background-color:#fff !important}.materialize .text-white{color:#fff !important}.materialize .transparent{background-color:transparent !important}.materialize .text-transparent{color:transparent !important}.materialize .container{padding:0.5rem;margin:0 auto;max-width:1280px;width:90%;background:transparent !important}@media only screen and (min-width: 601px){.materialize .container{width:85%}}@media only screen and (min-width: 993px){.materialize .container{width:75%}}.materialize .container-full{margin:0;padding:0.5rem;background:transparent !important}.materialize .container .row,.materialize .container-full .row{margin-left:-0.5rem;margin-right:-0.5rem;width:initial;max-width:none}.materialize .section{padding-top:1rem;padding-bottom:1rem}.materialize .section.no-pad{padding:0}.materialize .section.no-pad-bot{padding-bottom:0}.materialize .section.no-pad-top{padding-top:0}.materialize .row{margin-left:auto;margin-right:auto;margin-bottom:16px}.materialize .row:after{content:"";display:table;clear:both}.materialize .row .col{float:left;box-sizing:border-box;padding:0 0.5rem;min-height:1px}.materialize .row .col[class*="push-"],.materialize .row .col[class*="pull-"]{position:relative}.materialize .row .col.s1{width:8.33333%;margin-left:auto;left:auto;right:auto}.materialize .row .col.s2{width:16.66667%;margin-left:auto;left:auto;right:auto}.materialize .row .col.s3{width:25%;margin-left:auto;left:auto;right:auto}.materialize .row .col.s4{width:33.33333%;margin-left:auto;left:auto;right:auto}.materialize .row .col.s5{width:41.66667%;margin-left:auto;left:auto;right:auto}.materialize .row .col.s6{width:50%;margin-left:auto;left:auto;right:auto}.materialize .row .col.s7{width:58.33333%;margin-left:auto;left:auto;right:auto}.materialize .row .col.s8{width:66.66667%;margin-left:auto;left:auto;right:auto}.materialize .row .col.s9{width:75%;margin-left:auto;left:auto;right:auto}.materialize .row .col.s10{width:83.33333%;margin-left:auto;left:auto;right:auto}.materialize .row .col.s11{width:91.66667%;margin-left:auto;left:auto;right:auto}.materialize .row .col.s12{width:100%;margin-left:auto;left:auto;right:auto}.materialize .row .col.offset-s1{margin-left:8.33333%}.materialize .row .col.pull-s1{right:8.33333%}.materialize .row .col.push-s1{left:8.33333%}.materialize .row .col.offset-s2{margin-left:16.66667%}.materialize .row .col.pull-s2{right:16.66667%}.materialize .row .col.push-s2{left:16.66667%}.materialize .row .col.offset-s3{margin-left:25%}.materialize .row .col.pull-s3{right:25%}.materialize .row .col.push-s3{left:25%}.materialize .row .col.offset-s4{margin-left:33.33333%}.materialize .row .col.pull-s4{right:33.33333%}.materialize .row .col.push-s4{left:33.33333%}.materialize .row .col.offset-s5{margin-left:41.66667%}.materialize .row .col.pull-s5{right:41.66667%}.materialize .row .col.push-s5{left:41.66667%}.materialize .row .col.offset-s6{margin-left:50%}.materialize .row .col.pull-s6{right:50%}.materialize .row .col.push-s6{left:50%}.materialize .row .col.offset-s7{margin-left:58.33333%}.materialize .row .col.pull-s7{right:58.33333%}.materialize .row .col.push-s7{left:58.33333%}.materialize .row .col.offset-s8{margin-left:66.66667%}.materialize .row .col.pull-s8{right:66.66667%}.materialize .row .col.push-s8{left:66.66667%}.materialize .row .col.offset-s9{margin-left:75%}.materialize .row .col.pull-s9{right:75%}.materialize .row .col.push-s9{left:75%}.materialize .row .col.offset-s10{margin-left:83.33333%}.materialize .row .col.pull-s10{right:83.33333%}.materialize .row .col.push-s10{left:83.33333%}.materialize .row .col.offset-s11{margin-left:91.66667%}.materialize .row .col.pull-s11{right:91.66667%}.materialize .row .col.push-s11{left:91.66667%}.materialize .row .col.offset-s12{margin-left:100%}.materialize .row .col.pull-s12{right:100%}.materialize .row .col.push-s12{left:100%}@media only screen and (min-width: 601px){.materialize .row .col.m1{width:8.33333%;margin-left:auto;left:auto;right:auto}.materialize .row .col.m2{width:16.66667%;margin-left:auto;left:auto;right:auto}.materialize .row .col.m3{width:25%;margin-left:auto;left:auto;right:auto}.materialize .row .col.m4{width:33.33333%;margin-left:auto;left:auto;right:auto}.materialize .row .col.m5{width:41.66667%;margin-left:auto;left:auto;right:auto}.materialize .row .col.m6{width:50%;margin-left:auto;left:auto;right:auto}.materialize .row .col.m7{width:58.33333%;margin-left:auto;left:auto;right:auto}.materialize .row .col.m8{width:66.66667%;margin-left:auto;left:auto;right:auto}.materialize .row .col.m9{width:75%;margin-left:auto;left:auto;right:auto}.materialize .row .col.m10{width:83.33333%;margin-left:auto;left:auto;right:auto}.materialize .row .col.m11{width:91.66667%;margin-left:auto;left:auto;right:auto}.materialize .row .col.m12{width:100%;margin-left:auto;left:auto;right:auto}.materialize .row .col.offset-m1{margin-left:8.33333%}.materialize .row .col.pull-m1{right:8.33333%}.materialize .row .col.push-m1{left:8.33333%}.materialize .row .col.offset-m2{margin-left:16.66667%}.materialize .row .col.pull-m2{right:16.66667%}.materialize .row .col.push-m2{left:16.66667%}.materialize .row .col.offset-m3{margin-left:25%}.materialize .row .col.pull-m3{right:25%}.materialize .row .col.push-m3{left:25%}.materialize .row .col.offset-m4{margin-left:33.33333%}.materialize .row .col.pull-m4{right:33.33333%}.materialize .row .col.push-m4{left:33.33333%}.materialize .row .col.offset-m5{margin-left:41.66667%}.materialize .row .col.pull-m5{right:41.66667%}.materialize .row .col.push-m5{left:41.66667%}.materialize .row .col.offset-m6{margin-left:50%}.materialize .row .col.pull-m6{right:50%}.materialize .row .col.push-m6{left:50%}.materialize .row .col.offset-m7{margin-left:58.33333%}.materialize .row .col.pull-m7{right:58.33333%}.materialize .row .col.push-m7{left:58.33333%}.materialize .row .col.offset-m8{margin-left:66.66667%}.materialize .row .col.pull-m8{right:66.66667%}.materialize .row .col.push-m8{left:66.66667%}.materialize .row .col.offset-m9{margin-left:75%}.materialize .row .col.pull-m9{right:75%}.materialize .row .col.push-m9{left:75%}.materialize .row .col.offset-m10{margin-left:83.33333%}.materialize .row .col.pull-m10{right:83.33333%}.materialize .row .col.push-m10{left:83.33333%}.materialize .row .col.offset-m11{margin-left:91.66667%}.materialize .row .col.pull-m11{right:91.66667%}.materialize .row .col.push-m11{left:91.66667%}.materialize .row .col.offset-m12{margin-left:100%}.materialize .row .col.pull-m12{right:100%}.materialize .row .col.push-m12{left:100%}}@media only screen and (min-width: 993px){.materialize .row .col.l1{width:8.33333%;margin-left:auto;left:auto;right:auto}.materialize .row .col.l2{width:16.66667%;margin-left:auto;left:auto;right:auto}.materialize .row .col.l3{width:25%;margin-left:auto;left:auto;right:auto}.materialize .row .col.l4{width:33.33333%;margin-left:auto;left:auto;right:auto}.materialize .row .col.l5{width:41.66667%;margin-left:auto;left:auto;right:auto}.materialize .row .col.l6{width:50%;margin-left:auto;left:auto;right:auto}.materialize .row .col.l7{width:58.33333%;margin-left:auto;left:auto;right:auto}.materialize .row .col.l8{width:66.66667%;margin-left:auto;left:auto;right:auto}.materialize .row .col.l9{width:75%;margin-left:auto;left:auto;right:auto}.materialize .row .col.l10{width:83.33333%;margin-left:auto;left:auto;right:auto}.materialize .row .col.l11{width:91.66667%;margin-left:auto;left:auto;right:auto}.materialize .row .col.l12{width:100%;margin-left:auto;left:auto;right:auto}.materialize .row .col.offset-l1{margin-left:8.33333%}.materialize .row .col.pull-l1{right:8.33333%}.materialize .row .col.push-l1{left:8.33333%}.materialize .row .col.offset-l2{margin-left:16.66667%}.materialize .row .col.pull-l2{right:16.66667%}.materialize .row .col.push-l2{left:16.66667%}.materialize .row .col.offset-l3{margin-left:25%}.materialize .row .col.pull-l3{right:25%}.materialize .row .col.push-l3{left:25%}.materialize .row .col.offset-l4{margin-left:33.33333%}.materialize .row .col.pull-l4{right:33.33333%}.materialize .row .col.push-l4{left:33.33333%}.materialize .row .col.offset-l5{margin-left:41.66667%}.materialize .row .col.pull-l5{right:41.66667%}.materialize .row .col.push-l5{left:41.66667%}.materialize .row .col.offset-l6{margin-left:50%}.materialize .row .col.pull-l6{right:50%}.materialize .row .col.push-l6{left:50%}.materialize .row .col.offset-l7{margin-left:58.33333%}.materialize .row .col.pull-l7{right:58.33333%}.materialize .row .col.push-l7{left:58.33333%}.materialize .row .col.offset-l8{margin-left:66.66667%}.materialize .row .col.pull-l8{right:66.66667%}.materialize .row .col.push-l8{left:66.66667%}.materialize .row .col.offset-l9{margin-left:75%}.materialize .row .col.pull-l9{right:75%}.materialize .row .col.push-l9{left:75%}.materialize .row .col.offset-l10{margin-left:83.33333%}.materialize .row .col.pull-l10{right:83.33333%}.materialize .row .col.push-l10{left:83.33333%}.materialize .row .col.offset-l11{margin-left:91.66667%}.materialize .row .col.pull-l11{right:91.66667%}.materialize .row .col.push-l11{left:91.66667%}.materialize .row .col.offset-l12{margin-left:100%}.materialize .row .col.pull-l12{right:100%}.materialize .row .col.push-l12{left:100%}}.materialize h1,.materialize h2,.materialize h3,.materialize h4,.materialize h5,.materialize h6{font-family:"Roboto", sans-serif;color:inherit;-webkit-font-smoothing:antialiased;text-transform:none;font-weight:400;line-height:1.1}.materialize h1{font-size:2.3rem;margin:1.15rem 0 0.92rem 0}.materialize h2{font-size:1.9rem;margin:0.95rem 0 0.76rem 0}.materialize h3{font-size:1.6rem;margin:0.8rem 0 0.64rem 0}.materialize h4{font-size:1.35rem;margin:0.675rem 0 0.54rem 0}.materialize h5{font-size:1.15rem;margin:0.575rem 0 0.46rem 0}.materialize h6{font-size:0.8rem;margin:0.4rem 0 0.32rem 0}.materialize table{table-layout:auto;background:none;margin:0;width:100% !important;overflow-x:scroll}.materialize table th{background:#e0e0e0;padding:9px 9px;text-align:left;vertical-align:middle}.materialize table th>a:not(.btn):hover{border-bottom:1px solid}.materialize table th>a.asc:after,.materialize table th>a.desc:after{margin-left:0.5rem;font-family:'Font Awesome\ 5 Pro';font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;display:inline-block;text-decoration:inherit;margin-right:-2px}.materialize table th>a.desc:after{content:"\f175"}.materialize table th>a.asc:after{content:"\f176"}.materialize table th .evolution{font-size:11px}.materialize table th .evolution:not(a){color:inherit}.materialize table.no-stripe tr{border-bottom:1px solid rgba(160,160,160,0.2)}.materialize table.no-stripe tr:nth-of-type(odd){background:transparent}.materialize table.no-hover tr:hover{background:transparent}.materialize table tr{transition:background 0.3s;border-bottom:1px solid transparent}.materialize table tr:nth-of-type(odd){background:#f5f5f5}.materialize table tr:hover{background:#e0e0e0}.materialize table tr:not(.table-row-selected):last-of-type{border-bottom:1px solid #b0bec5}.materialize table tr.selected{background:#bbdefb;border-bottom:1px solid #90caf9}.materialize table tr.selected:hover{background:#90caf9}.materialize table tr.disabled{transition:none;background:#e6e6e6}.materialize table tr.disabled>td{color:#bbb7b7}.materialize table tr.disabled>td>a{color:#9dcff7}.materialize table tr.disabled>td .channel .detail .title a{color:#bbb7b7}.materialize table tr.disabled:hover{background:#e6e6e6}.materialize table td{padding:6px 9px;text-align:left;font-size:14px}.materialize table td.inactive{filter:opacity(25%) !important}.materialize table td.title,.materialize table td .title{font-size:12px;font-weight:bold;text-transform:uppercase}.materialize table td .desc{font-size:11px;color:rgba(0,0,0,0.65)}.materialize table td .day{font-size:11px;text-transform:capitalize}.materialize table td .date{font-size:13px;font-weight:bold;white-space:nowrap}.materialize table td .time{font-size:11px}.materialize table td dl dt{float:left;margin-right:6px}.materialize table td dl dd{overflow:hidden}.materialize table td .channel,.materialize table td .video{display:flex}.materialize table td .channel .thumb,.materialize table td .video .thumb{width:60px;margin-right:6px;flex-shrink:0}.materialize table td .channel .detail,.materialize table td .video .detail{flex-grow:2}.materialize table td .channel .detail .title,.materialize table td .video .detail .title{font-size:14px;line-height:18px;text-transform:none;top:auto;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.materialize table td .channel .detail .title a,.materialize table td .video .detail .title a{color:rgba(0,0,0,0.71)}.materialize table td .channel .detail .title i.fa,.materialize table td .video .detail .title i.fa{color:#757575;font-size:80%;vertical-align:top}.materialize table td .channel .extern-link,.materialize table td .video .extern-link{margin-left:3px;text-align:right;font-size:15px;line-height:22px}.materialize table td .channel .detail .category,.materialize table td .channel .detail .score,.materialize table td .channel .detail .subscribers{font-size:12px}.materialize table td .channel .detail .category small,.materialize table td .channel .detail .score small,.materialize table td .channel .detail .subscribers small{font-size:75%}.materialize table td .video{min-width:350px}.materialize table td .video .thumb{width:106px}.materialize table td .btn.btn-flat{padding:0;margin:1px 0;width:24px;color:#757575 !important}.materialize table td .btn.btn-flat:hover{background:#b0bec5}.materialize .table-filters{display:flex;align-items:stretch;flex-flow:row nowrap}.materialize .table-filters .filters-container{flex-shrink:0;width:200px;padding:0;margin:0 0.5rem 0 0;position:relative;transition:width 0.5s ease-in-out, background 0.5s ease-in-out, box-shadow 0.5s ease-in-out}.materialize .table-filters .filters-container .filters{visibility:visible;opacity:1;transition:visibility 0.5s, opacity 0.5s;height:100%;width:200px}.materialize .table-filters .filters-container .filters .title{font-size:18px}.materialize .table-filters .filters-container .collapser{position:absolute;top:0;right:0;bottom:0;height:26px;cursor:pointer;padding:4px 0;width:20px;transition:0.3s}.materialize .table-filters .filters-container .collapser:after{font-family:'Material Icons';font-size:28px;content:'keyboard_arrow_left'}.materialize .table-filters.collapsed .filters-container{width:28px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);border-radius:2px;background:#ffffff}.materialize .table-filters.collapsed .filters-container .collapser{width:28px;padding-top:9px;height:100%}.materialize .table-filters.collapsed .filters-container .collapser:after{content:'keyboard_arrow_right'}.materialize .table-filters.collapsed .filters-container .filters{visibility:hidden;opacity:0}.materialize .table-filters .table-container{flex:1;overflow-x:hidden}.materialize .table-filters .table-container.card{margin-bottom:0}.materialize .table-filters .table-container>.row:last-of-type{margin-bottom:0}.materialize .table-tools{padding:8px 8px 12px;display:flex;flex-wrap:wrap;align-items:flex-start}.materialize .table-tools a.dropdown-button:not(.btn){margin-right:16px;margin-top:18px;padding:0 20px 3px 0;color:rgba(0,0,0,0.71);border-bottom:1px solid #9e9e9e;font-size:14px}.materialize .table-tools a.dropdown-button:not(.btn):after{right:0}.materialize .table-tools a.dropdown-button:not(.btn).btn-row-selector{display:none}.materialize .table-tools .group-columns{margin-top:12px;margin-right:16px}.materialize .table-tools form.material{display:flex;flex-wrap:wrap;align-items:flex-start}.materialize .table-tools form.material .input-field.input-select{padding:15px 0 0;margin-right:28px;width:140px}.materialize .table-tools form.material .input-field.input-select label{font-size:12px}.materialize .table-tools form.material .input-field.input-select input[type=text]{font-size:14px;height:25px;line-height:14px}.materialize .table-tools ul.paginator{margin:0 0 0 auto;font-size:13px;float:right;display:flex;align-items:center;flex-shrink:0}.materialize .table-tools ul.paginator li{list-style:none;flex-shrink:0;transition:.3s}.materialize .table-tools ul.paginator li.total{margin-right:9px}.materialize .table-tools ul.paginator li a{height:1.4rem;line-height:1.4rem;font-weight:normal;display:block;margin:0 0.15625rem;padding:0 0.3125rem;border-radius:2px;transition:0.3s}.materialize .table-tools ul.paginator li:hover:not(.disabled):not(.total):not(.current) a{background:#cfd8dc}.materialize .table-tools ul.paginator li.current a{color:#ffffff;background-color:#757575}.materialize .table-tools.top ul.paginator{margin-top:12px}.materialize .table-row-selectable a.dropdown-button:not(.btn-dots).btn-row-selector{display:block;font-size:20px;padding:0 20px 2px 9px}.materialize .table-row-selectable tr.table-row-selected th{border-bottom:1px solid #b0bec5;padding:0}.materialize .table-row-selectable tr.table-row-selected th i:first-child{padding:0 13px 0 16px;font-size:20px;margin-top:6px;display:block;float:left}.materialize .table-row-selectable tr.table-row-selected th .row-selected{box-shadow:inset 0 2px 4px -2px #4e4e4e;background-color:#bbdefb;padding:11px 9px 7px;display:none;overflow:hidden}.materialize .table-row-selectable tr.table-row-selected th .row-selected-actions{margin-left:12px}.materialize .table-row-selectable td.row-selector{width:44px}.materialize .table-row-selectable td.row-selector>.checkbox{position:relative;width:20px;height:20px;margin:auto;cursor:pointer}.materialize .table-row-selectable td.row-selector>.checkbox:before{position:absolute;width:0;height:0;content:'';left:6px;top:10px;z-index:1;border:3px solid transparent;border-radius:1px;margin-top:2px;transition:border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:20% 40%;transform-origin:100% 100%}.materialize .table-row-selectable td.row-selector>.checkbox:after{position:absolute;height:20px;width:20px;top:auto;left:auto;z-index:0;background-color:transparent;border:2px solid #5a5a5a;border-radius:2px;content:'';transition:border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s}.materialize .table-row-selectable td.row-selector>.checkbox.checked: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;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);backface-visibility:hidden;-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.materialize .table-row-selectable td.row-selector>.checkbox.checked:after{top:0;width:20px;height:20px;border:2px solid #2196f3;background-color:#2196f3;z-index:0}.materialize .table-row-selectable td.row-selector>.checkbox.disabled{color:rgba(0,0,0,0.25);cursor:default}.materialize .table-row-selectable td.row-selector>.checkbox.disabled:before{border-right:2px solid rgba(0,0,0,0.25);border-bottom:2px solid rgba(0,0,0,0.25)}.materialize .table-row-selectable td.row-selector>.checkbox.disabled:not(:checked):before{background-color:transparent;border:2px solid transparent}.materialize .table-row-selectable td.row-selector>.checkbox.disabled:not(:checked):after{border-color:transparent;background-color:#bdbdbd}.materialize .table-row-selectable td.row-selector>.checkbox.disabled:checked:before{background-color:transparent}.materialize .table-row-selectable td.row-selector>.checkbox.disabled:checked:after{background-color:#bdbdbd;border-color:#bdbdbd}.materialize .table-double-slider{overflow-x:auto;width:100%}.materialize span.badge{white-space:nowrap;padding:2px 5px;text-align:center;font-size:0.8rem;line-height:25px;height:22px;box-sizing:border-box;border-radius:2px;background-color:#2196f3;color:#fff}.materialize span.badge.bg-youtube{background-color:#cc181e}.materialize span.badge.bg-gplus{background-color:#d34836}.materialize span.badge.bg-facebook{background-color:#3a589e}.materialize span.badge.bg-twitter{background-color:#000}.materialize span.badge.bg-instagram{background-color:#c2185b}.materialize span.badge.badge-shadow{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}.materialize .breadcrumb{margin:16px 0}.materialize .breadcrumb a{font-size:18px}.materialize .breadcrumb a:before{content:'\E5CC';vertical-align:top;display:inline-block;font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:25px;margin:0 10px 0 8px;color:rgba(0,0,0,0.3);-webkit-font-smoothing:antialiased}.materialize .breadcrumb a:first-child:before{display:none}.materialize .breadcrumb a[href="#"]{color:rgba(0,0,0,0.3) !important;cursor:default}.materialize .btn{display:inline-block;text-align:center;border-radius:2px;transition:.3s;cursor:pointer;font-size:14px;height:28px;line-height:30px;padding:0 0.5rem;margin:0 0.15rem 0.15rem;vertical-align:middle;text-transform:uppercase;font-family:"Roboto", sans-serif;font-weight:normal;background-color:#e0e0e0;color:rgba(0,0,0,0.71);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}.materialize .btn:last-child{margin-right:0}.materialize .btn:hover{color:#000;background-color:#e0e0e0;box-shadow:0 3px 3px 0 rgba(0,0,0,0.15),0 1px 7px 0 rgba(0,0,0,0.13),0 3px 1px -1px rgba(0,0,0,0.21)}.materialize .btn.btn-xsmall{font-size:9px;height:18px;line-height:20px;padding:0 0.3rem}.materialize .btn.btn-small{font-size:12px;height:24px;line-height:26px;padding:0 0.5rem}.materialize .btn.btn-large{font-size:18px;height:36px;line-height:38px;padding:0 1rem}.materialize .btn.btn-xlarge{font-size:22px;height:44px;line-height:46px;padding:0 1.5rem}.materialize .btn.btn-floating{display:inline-block;position:relative;overflow:hidden;z-index:1;width:40px;height:40px;line-height:40px;padding:0;border-radius:50%}.materialize .btn.btn-floating .fa,.materialize .btn.btn-floating .fab,.materialize .btn.btn-floating .fal,.materialize .btn.btn-floating .far,.materialize .btn.btn-floating .fas{line-height:40px !important}.materialize .btn.btn-floating.btn-xsmall{width:20px;height:20px;line-height:20px}.materialize .btn.btn-floating.btn-small{width:30px;height:30px;line-height:30px}.materialize .btn.btn-floating.btn-large{width:50px;height:50px;line-height:50px}.materialize .btn.btn-floating.btn-xlarge{width:60px;height:60px;line-height:60px}.materialize .btn.btn-primary{background-color:#2196f3;color:white}.materialize .btn.btn-primary:hover{background-color:#42a5f5}.materialize .btn.btn-success{background-color:#4caf50;color:white}.materialize .btn.btn-success:hover{background-color:#66bb6a}.materialize .btn.btn-info{background-color:#26c6da;color:white}.materialize .btn.btn-info:hover{background-color:#4dd0e1}.materialize .btn.btn-warning{background-color:#fb8c00;color:white}.materialize .btn.btn-warning:hover{background-color:#ffa726}.materialize .btn.btn-danger{background-color:#e53935;color:white}.materialize .btn.btn-danger:hover{background-color:#ef5350}.materialize .btn.btn-inverse{background-color:#424242;color:white}.materialize .btn.btn-inverse:hover{background-color:#616161}.materialize .btn.btn-facebook{background-color:#3a589e;color:white}.materialize .btn.btn-facebook:hover{background-color:#4d6fbe}.materialize .btn.btn-youtube{background-color:#cc181e;color:white}.materialize .btn.btn-youtube:hover{background-color:#e73036}.materialize .btn.btn-twitter{background-color:#000;color:white}.materialize .btn.btn-twitter:hover{background-color:#1a1a1a}.materialize .btn.btn-instagram{background-color:#c2185b;color:white}.materialize .btn.btn-instagram:hover{background-color:#e42973}.materialize .btn.btn-gplus{background-color:#d34836;color:white}.materialize .btn.btn-gplus:hover{background-color:#dc6e60}.materialize .btn.btn-youtuber{background-color:#c62828;color:white}.materialize .btn.btn-youtuber:hover{background-color:#da4747}.materialize .btn.btn-brand{background-color:#2277ba;color:white}.materialize .btn.btn-brand:hover{background-color:#3591da}.materialize .btn.btn-network{background-color:#ef6c00;color:white}.materialize .btn.btn-network:hover{background-color:#ff8623}.materialize .btn.disabled,.materialize .btn:disabled{background-color:#e0e0e0;color:#9e9e9e;box-shadow:1px 1px 1px 1px rgba(0,0,0,0.14);cursor:default}.materialize .btn.disabled:hover,.materialize .btn:disabled:hover{background-color:#e0e0e0;box-shadow:1px 1px 1px 1px rgba(0,0,0,0.14)}.materialize .btn.btn-flat{box-shadow:none;background:none;color:#2196f3}.materialize .btn.btn-flat:hover{box-shadow:none;background:#cfd8dc}.materialize .btn.btn-flat.disabled{color:#9e9e9e}.materialize .btn.btn-dots{box-shadow:none;background:none;text-align:center;padding:0}.materialize .btn.btn-dots:hover{box-shadow:none;background:none}.materialize .btn.btn-dots:after{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:24px;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;content:'more_vert'}.materialize .btn.btn-dots.btn-xsmall:after{font-size:15px}.materialize .btn.btn-dots.btn-small:after{font-size:17px}.materialize .btn.btn-dots.btn-large:after{font-size:30px;line-height:30px}.materialize .btn.btn-dots.btn-xlarge:after{font-size:36px;line-height:36px}.materialize .call-to-action{min-height:60px;display:flex;justify-content:space-between;align-items:center}.materialize .call-to-action .message{font-size:22px}.materialize .call-to-action .message i.fa{font-size:40px;margin:0 10px;vertical-align:sub}.materialize .card{position:relative;margin:0 0 16px 0;transition:box-shadow .25s;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);border-radius:2px;background:#ffffff;display:flex;flex-direction:column}.materialize .card header,.materialize .card .card-header{background:#1e88e5;color:white;padding:12px 16px;position:relative}.materialize .card header .inline-actions,.materialize .card .card-header .inline-actions{position:absolute;top:24px;right:24px}.materialize .card .card-content{padding:12px 16px;position:relative;flex-grow:1}.materialize .card .card-content.credits img{width:70px}.materialize .card .card-content.credits .numbers{float:right;font-size:35px;line-height:initial;padding-top:27px}.materialize .card .card-menu{position:absolute;top:16px;right:16px}.materialize .card .card-actions{position:relative;background-color:inherit;border-top:1px solid rgba(160,160,160,0.2);padding:6px 12px 4px;text-align:right}.materialize .card .card-actions .card-menu{top:4px;right:0}.materialize .card.card-primary{background-color:#1e88e5;color:white}.materialize .card.card-primary .card-actions .btn-flat{color:rgba(255,255,255,0.75);transition:0.5s}.materialize .card.card-primary .card-actions .btn-flat:hover{color:#ffffff;background-color:#42a5f5}.materialize .card.horizontal{display:flex;flex-direction:inherit}.materialize .card.horizontal.small .card-image,.materialize .card.horizontal.medium .card-image,.materialize .card.horizontal.large .card-image{height:100%;max-height:none;overflow:visible}.materialize .card.horizontal.small .card-image img,.materialize .card.horizontal.medium .card-image img,.materialize .card.horizontal.large .card-image img{height:100%}.materialize .card.horizontal .card-image{max-width:50%}.materialize .card.horizontal .card-image img{border-radius:2px 0 0 2px;max-width:100%;width:auto}.materialize .card.horizontal .card-stacked{display:flex;flex-direction:column;flex:1;position:relative}.materialize .card.horizontal .card-stacked .card-content{flex-grow:1}.materialize .card.channel-widget .activator,.materialize .card.video-widget .activator,.materialize .card.facebook-page-widget .activator{display:inline-block;text-align:center;border-radius:2px;transition:.3s;cursor:pointer;font-size:14px;height:28px;line-height:30px;padding:0 0.75rem;margin:0 0.15rem 0.15rem;vertical-align:middle;text-transform:uppercase;font-family:"Roboto", sans-serif;font-weight:normal;color:#2196f3}.materialize .card.channel-widget .activator,.materialize .card.channel-widget .card-reveal i,.materialize .card.video-widget .activator,.materialize .card.video-widget .card-reveal i,.materialize .card.facebook-page-widget .activator,.materialize .card.facebook-page-widget .card-reveal i{cursor:pointer}.materialize .card.channel-widget .card-image,.materialize .card.video-widget .card-image,.materialize .card.facebook-page-widget .card-image{width:100%}.materialize .card.channel-widget .rounded,.materialize .card.video-widget .rounded,.materialize .card.facebook-page-widget .rounded{width:50px;height:50px;border-radius:100%}.materialize .card.channel-widget .card-header-small,.materialize .card.video-widget .card-header-small,.materialize .card.facebook-page-widget .card-header-small{color:white;padding:12px 15px;position:relative}.materialize .card.channel-widget .card-header-small a,.materialize .card.video-widget .card-header-small a,.materialize .card.facebook-page-widget .card-header-small a{color:#333333}.materialize .card.channel-widget .card-header-small a:hover,.materialize .card.video-widget .card-header-small a:hover,.materialize .card.facebook-page-widget .card-header-small a:hover{color:#333333;text-decoration:underline}.materialize .card.channel-widget .cover,.materialize .card.video-widget .cover,.materialize .card.facebook-page-widget .cover{height:204px;background-size:cover;background-position:center}.materialize .card.channel-widget .cover a,.materialize .card.video-widget .cover a,.materialize .card.facebook-page-widget .cover a{width:100%;height:100%;display:block}.materialize .card.small-channel-card{max-width:240px}.materialize .card.small-channel-card .selectable,.materialize .card.small-video-card .selectable{position:absolute;top:11px;left:6px}.materialize .card.small-channel-card .title,.materialize .card.small-video-card .title{overflow:hidden;font-size:16px;font-weight:bold;white-space:nowrap}.materialize .card.small-channel-card .title a,.materialize .card.small-video-card .title a{color:#333333}.materialize .card.small-channel-card .title a:hover,.materialize .card.small-video-card .title a:hover{color:#333333;text-decoration:underline}.materialize .card.small-channel-card .title img,.materialize .card.small-video-card .title img{vertical-align:baseline}.materialize .card.small-channel-card .rounded,.materialize .card.small-video-card .rounded{width:50px;height:50px;border-radius:100%}.materialize .card.small-channel-card .cover,.materialize .card.small-video-card .cover{height:195px;background-size:cover;background-position:center}.materialize .card.small-channel-card .stat,.materialize .card.small-video-card .stat{margin-top:5px;font-size:15px;overflow:hidden;white-space:nowrap}.materialize .card.small-channel-card .card-content,.materialize .card.small-video-card .card-content{padding:5px 9px !important}.materialize .card.success{background-color:#388e3c;color:white}.materialize .card.warning{background-color:#ef6c00;color:white}.materialize .card.danger{background-color:#c62828;color:white}.materialize .card.info{background-color:#00acc1;color:white}.materialize .card.card-message{margin:8px 0 !important}.materialize .card.card-message p{font-size:17px;line-height:26px !important;margin:0}.materialize .card-panel{position:relative;transition:box-shadow .25s;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);padding:12px 16px;margin:0 0 16px 0;border-radius:2px;background-color:#ffffff}.materialize .card-panel .card-menu{position:absolute;top:12px;right:12px}.materialize .card-panel h1:first-child,.materialize .card-panel h2:first-child,.materialize .card-panel h3:first-child,.materialize .card-panel h4:first-child,.materialize .card-panel h5:first-child,.materialize .card-content h1:first-child,.materialize .card-content h2:first-child,.materialize .card-content h3:first-child,.materialize .card-content h4:first-child,.materialize .card-content h5:first-child{margin-top:0}.materialize .card-panel h1:last-child,.materialize .card-panel h2:last-child,.materialize .card-panel h3:last-child,.materialize .card-panel h4:last-child,.materialize .card-panel h5:last-child,.materialize .card-content h1:last-child,.materialize .card-content h2:last-child,.materialize .card-content h3:last-child,.materialize .card-content h4:last-child,.materialize .card-content h5:last-child{margin-bottom:0}.materialize .card-panel .row:last-child,.materialize .card-content .row:last-child{margin-bottom:0}.materialize .card-reveal{position:absolute;background-color:#ffffff;width:100%;left:0;top:100%;height:100%;z-index:3;display:none}.materialize .card-reveal header{padding:12px 6px 12px 24px}.materialize .card-reveal .card-title{cursor:pointer;display:block}.materialize .card-reveal .card-reveal-content{overflow-y:auto;padding:14px 24px 0 24px;height:calc(100% - 45px);overflow-wrap:break-word}.materialize .card-socialNetwork-infos .card-content>div{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.materialize .card-socialNetwork-infos .email-info{cursor:pointer}.materialize.card-message-container .card,.materialize.card-message-container-token .card{margin:0;border-bottom:1px solid #cccccc}.materialize.card-message-container .card .alert-icon,.materialize.card-message-container-token .card .alert-icon{font-size:30px;color:#ffffff;float:left;margin-right:16px}.materialize.card-message-container .card .alert-message,.materialize.card-message-container-token .card .alert-message{line-height:30px;float:left;font-size:110%}.materialize.card-message-container .card .close,.materialize.card-message-container-token .card .close{float:right}.materialize.card-message-container .card .close a,.materialize.card-message-container-token .card .close a{color:#eeeeee}.materialize.card-message-container .card .close a:hover,.materialize.card-message-container-token .card .close a:hover{color:#ffffff}.materialize .card-list{overflow-y:auto;overflow-x:hidden;border-bottom:1px solid #e0e0e0}.materialize .card-list .card-list-item{padding:8px 4px;border-top:1px solid #e0e0e0;display:flex;flex-direction:row;align-items:center;overflow:hidden;flex-grow:1}.materialize .games-list{font-size:80%}.materialize .games-list .card-list-item{position:relative}.materialize .games-list .card-list-item.game-header{padding:0 4px;border:none;font-size:70%}.materialize .games-list .card-list-item .game-bar{position:absolute;left:0;bottom:0px;height:5px}.materialize .games-list .card-list-item .game-logo{margin-right:3px;min-width:30px}.materialize .games-list .card-list-item .game-logo .rounded{width:30px;height:30px;border-radius:100%}.materialize .games-list .card-list-item .game-title{flex-grow:1;min-width:0}.materialize .games-list .card-list-item .game-performance{text-align:center;min-width:45px}.materialize .games-list .card-list-item .game-percent{text-align:right;min-width:35px}.materialize .chip,.materialize .chip-small{display:inline-block;height:32px;font-size:13px;font-weight:500;color:rgba(0,0,0,0.6);line-height:32px;padding:0 12px;border-radius:16px;background-color:#e4e4e4;margin-bottom:5px;margin-right:5px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}.materialize .chip img,.materialize .chip-small img{float:left;margin:1px 8px 0 -10px;height:30px;width:30px;border-radius:50%}.materialize .chip .close,.materialize .chip-small .close{cursor:pointer;float:right;font-size:16px;line-height:32px;padding-left:8px}.materialize .chip.selectize,.materialize .chip-small.selectize{border-radius:3px;background:#2196f3;color:white;margin:0 4px 2px 0;padding:4px;line-height:15px;height:auto}.materialize .chip-small{height:22px;font-size:11px;line-height:22px}.materialize .chip-small img{height:20px;width:20px}.materialize .chips{border:none;border-bottom:1px solid #9e9e9e;box-shadow:none;margin:0 0 36px 0;min-height:45px;outline:none;transition:all .3s}.materialize .chips.focus{border-bottom:1px solid #26a69a;box-shadow:0 1px 0 0 #26a69a}.materialize .chips:hover{cursor:text}.materialize .chips .chip.selected{background-color:#26a69a;color:#fff}.materialize .chips .input{background:none;border:0;color:rgba(0,0,0,0.6);display:inline-block;font-size:16px;height:2rem;line-height:32px;outline:0;margin:0;padding:0 !important;width:120px !important}.materialize .chips .input:focus{border:0 !important;box-shadow:none !important}.materialize .prefix ~ .chips{margin-left:3rem;width:92%;width:calc(100% - 3rem)}.materialize .chips:empty ~ label{font-size:0.8rem;transform:translateY(-140%)}.materialize ul.collapsible{border-top:1px solid #ddd;border-right:1px solid #ddd;border-left:1px solid #ddd;margin:0.33333rem 0 0.66667rem 0}.materialize ul.collapsible>li{list-style-type:none}.materialize ul.collapsible .collapsible-header{position:relative;display:block;cursor:pointer;min-height:3rem;line-height:3rem;padding:0 16px;background-color:#fff;border-bottom:1px solid #ddd;font-size:19px}.materialize ul.collapsible .collapsible-header i{line-height:3rem;margin-right:9px}.materialize ul.collapsible .collapsible-header:after{display:block;position:absolute;top:0;right:14px;font-family:'Material Icons';font-size:28px;line-height:3rem;content:'keyboard_arrow_down'}.materialize ul.collapsible .collapsible-header.active:after{content:'keyboard_arrow_up'}.materialize ul.collapsible .collapsible-body{border-bottom:1px solid #ddd;box-sizing:border-box;display:none}.materialize ul.collapsible .collapsible-body>p,.materialize ul.collapsible .collapsible-body>.collapsible-content{margin:16px;padding:0}.materialize .collapsible.popout{border:none;box-shadow:none}.materialize .collapsible.popout>li{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);margin:0 24px;transition:margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.materialize .collapsible.popout>li.active{box-shadow:0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);margin:16px 0}.materialize .compare-bar{position:relative;margin:0 10px;min-height:125px}.materialize .compare-bar .bar{position:absolute;top:65px;left:-5px;right:-5px;height:16px;background:linear-gradient(to right, #d50000, #ffab00, #00c853);border-radius:5px;border:1px solid #555}.materialize .compare-bar .legend{position:absolute}.materialize .compare-bar .legend .mark{position:absolute;width:2px;height:14px}.materialize .compare-bar .legend .arrow{position:absolute;border-left:6px solid transparent;border-right:6px solid transparent;border-top:0;border-bottom:0;width:0;height:0}.materialize .compare-bar .legend .inner{position:absolute;border:1px solid #666;border-radius:2px;padding:5px 5px;color:#fff;background:#666}.materialize .compare-bar .legend .inner label{color:#fff;cursor:auto}.materialize .compare-bar .legend.top{top:0;height:80px}.materialize .compare-bar .legend.top .mark{bottom:0}.materialize .compare-bar .legend.top .arrow{bottom:20px;border-top:6px solid #666}.materialize .compare-bar .legend.top .inner{top:0}.materialize .compare-bar .legend.bottom{top:66px}.materialize .compare-bar .legend.bottom .arrow{top:20px;border-bottom-width:6px}.materialize .compare-bar .legend.bottom .inner{top:26px}.materialize .compare-bar .legend.minimum{left:-10px;right:75%;height:100px}.materialize .compare-bar .legend.minimum .mark{left:10px;background-color:#ff5252}.materialize .compare-bar .legend.minimum .arrow{left:5px;border-bottom:6px solid #ff5252}.materialize .compare-bar .legend.minimum .inner{border:1px solid #ff5252;background:#ff5252}.materialize .compare-bar .legend.average{height:100px;z-index:100;min-width:100px}.materialize .compare-bar .legend.average .mark{background-color:#ffd740}.materialize .compare-bar .legend.average .arrow{border-bottom:6px solid #ffab40}.materialize .compare-bar .legend.average .inner{border:1px solid #ffab40;background:rgba(255,145,0,0.8)}.materialize .compare-bar .legend.average.left .mark{left:0}.materialize .compare-bar .legend.average.left .arrow{left:-5px}.materialize .compare-bar .legend.average.left .inner{left:-10px}.materialize .compare-bar .legend.average.right .mark{right:0}.materialize .compare-bar .legend.average.right .arrow{right:-5px}.materialize .compare-bar .legend.average.right .inner{right:-10px}.materialize .compare-bar .legend.maximum{right:-10px;left:75%;height:100px}.materialize .compare-bar .legend.maximum .mark{right:10px;background-color:#69f0ae}.materialize .compare-bar .legend.maximum .arrow{right:5px;border-bottom:6px solid #00e676}.materialize .compare-bar .legend.maximum .inner{right:0;border:1px solid #00e676;background:#00e676}.materialize .compare-bar .legend.current .mark{background-color:#0091ea}.materialize .compare-bar .legend.current .arrow{border-top:6px solid #0091ea}.materialize .compare-bar .legend.current .inner{border:1px solid #039be5;background:#039be5}.materialize .compare-bar .legend.current.left{right:0}.materialize .compare-bar .legend.current.left .mark{left:0}.materialize .compare-bar .legend.current.left .arrow{left:-5px}.materialize .compare-bar .legend.current.left .inner{left:-10px}.materialize .compare-bar .legend.current.right{left:0}.materialize .compare-bar .legend.current.right .mark{right:0}.materialize .compare-bar .legend.current.right .arrow{right:-5px}.materialize .compare-bar .legend.current.right .inner{right:-10px}.materialize .compare-bar .legend .logo{float:left}.materialize .compare-bar .legend .logo img{width:42px;margin-top:0;margin-right:5px;border-radius:100%}.materialize .compare-bar .legend .value{float:left;min-width:100px}.materialize .compare-bar .legend .value label{float:left}.materialize .compare-bar .legend .value .kpi{font-weight:bold}.materialize header{padding:16px;position:relative;font-size:17px;color:white;background:#1e88e5}.materialize header h1,.materialize header h2,.materialize header h3,.materialize header h4,.materialize header h5,.materialize header h6{display:block;padding:0;margin:5px 0 16px}.materialize header h1 small,.materialize header h2 small,.materialize header h3 small,.materialize header h4 small,.materialize header h5 small,.materialize header h6 small{color:#c4c4c4}.materialize header h1:only-child,.materialize header h2:only-child,.materialize header h3:only-child,.materialize header h4:only-child,.materialize header h5:only-child,.materialize header h6:only-child{margin-bottom:0}.materialize header p{color:white}.materialize header a{color:rgba(255,255,255,0.6);transition:.3s}.materialize header a:hover{color:#fff}.materialize header .inline-actions{position:absolute;top:24px;right:24px}.materialize header .actions{position:absolute;bottom:0;right:0}.materialize header .btn-floating{right:40px;top:20px}.materialize header .btn-floating.btn-xsmall{right:20px;top:10px}.materialize header .btn-floating.btn-small{right:30px;top:15px}.materialize header .btn-floating.btn-large{right:50px;top:25px}.materialize header .btn-floating.btn-xlarge{right:60px;top:30px}.materialize .actions-nav-menu .btn-floating{position:relative;float:right;top:-20px;left:-40px}.materialize .actions-nav-menu .btn-floating.btn-xsmall{top:-10px;left:-20px}.materialize .actions-nav-menu .btn-floating.btn-small{top:-15px;left:-30px}.materialize .actions-nav-menu .btn-floating.btn-large{top:-25px;left:-50px}.materialize .actions-nav-menu .btn-floating.btn-xlarge{top:-30px;left:-60px}.materialize ul.nav{margin:0;white-space:nowrap}.materialize ul.nav.inverse>li,.materialize ul.nav.inverse>li>a{color:#cacaca}.materialize ul.nav.inverse>li img,.materialize ul.nav.inverse>li>a img{position:relative}.materialize ul.nav.inverse>li:hover,.materialize ul.nav.inverse>li:hover>a{color:#fff}.materialize ul.nav.inverse>li.active{color:#fff;border-bottom:3px solid #fff}.materialize ul.nav.inverse>li.active>a{color:#fff}.materialize ul.nav li{font-size:17px;line-height:24px;color:#6b6b6b;text-decoration:none;display:inline-block;padding:12px 16px 9px;border-bottom:3px solid transparent}.materialize ul.nav li i{margin-right:4px}.materialize ul.nav li img{width:24px}.materialize ul.nav li.active{border-bottom:3px solid #6b6b6b}.materialize ul.nav li.static{background:rgba(0,0,0,0.08);border-bottom:1px solid #ddd}.materialize ul.nav li:not(.static):hover{background:rgba(0,0,0,0.15)}.materialize ul.nav li.drop{position:relative}.materialize ul.nav li a{color:#6b6b6b;text-decoration:none;cursor:pointer;display:block}.materialize ul.nav ul{margin-left:1px;position:absolute;transition:all 0.3s ease;transform:scale(0);transform-origin:0 0;box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 8px 0 rgba(0,0,0,0.12);background:#fff;z-index:1000}.materialize ul.nav ul li{display:block;width:100%;white-space:nowrap}.materialize ul.nav ul li.divider{margin:0;height:0;padding:0;border-bottom:1px solid #ddd}.materialize ul.nav ul li a{box-sizing:border-box}.materialize ul.nav>li.drop{padding-right:32px}.materialize ul.nav>li.drop:after{float:right;display:block;position:absolute;top:0;right:0;line-height:52px;content:'arrow_drop_down';font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased}.materialize ul.nav>li.drop:hover>ul{transform:scale(1)}.materialize ul.nav>li.drop>ul{left:0;top:48px}.materialize ul.nav>li.drop>ul.right{right:0;left:auto;top:48px}.materialize ul.nav>li.drop>ul>li.drop{margin-right:32px}.materialize ul.nav>li.drop>ul>li.drop:after{font-family:'Material Icons';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;content:'chevron_right';float:right}.materialize ul.nav>li.drop>ul>li.drop:hover>ul{transform:scale(1)}.materialize ul.nav>li.drop>ul>li.drop>ul{left:100%;top:0}.materialize ul.nav>li.drop.drop-left>ul{left:auto;right:0}.materialize .responsive-nav{position:relative;width:100%;z-index:101}.materialize .responsive-nav .swiper-slide{width:auto}.materialize .responsive-nav .swiper-slide>ul{min-width:100%}.materialize ul.tabs.color-revert>li,.materialize ul.tabs.color-revert>li>a{color:#cacaca}.materialize ul.tabs.color-revert>li img,.materialize ul.tabs.color-revert>li>a img{position:relative}.materialize ul.tabs.color-revert>li:hover,.materialize ul.tabs.color-revert>li:hover>a{color:#fff}.materialize ul.tabs.color-revert>li.active{color:#fff;background-color:rgba(255,255,255,0.15);border-bottom:3px solid #fff}.materialize ul.tabs.color-revert>li.active>a{color:#fff}.materialize .note{background:#bbdefb;color:#0288d1;font-size:17px;line-height:24px;display:block;margin:0 0 16px 0;padding:12px 12px 12px 48px}.materialize .note:before{font-family:"Font Awesome\ 5 Pro";content:"\f0eb";float:left;word-wrap:normal;margin-left:-32px;color:#0288d1;font-size:24px;font-style:normal}.materialize .note.success{background:#a5d6a7;color:#388e3c}.materialize .note.success:before{content:"\f00c";color:#1b5e20}.materialize .note.danger{background:#ef9a9a;color:#d32f2f}.materialize .note.danger:before{content:"\f071";color:#b71c1c}.materialize .note.warning{background:#ffcc80;color:#f57c00}.materialize .note.warning:before{content:"\f06a";color:#f57c00}.materialize .note a:not(.btn){text-decoration:underline}.materialize .note h1,.materialize .note h2,.materialize .note h3,.materialize .note h4,.materialize .note h5,.materialize .note h6{margin:0}.materialize .noUi-target,.materialize .noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.materialize .noUi-target{position:relative;direction:ltr}.materialize .noUi-base,.materialize .noUi-connects{width:100%;height:100%;position:relative;z-index:1}.materialize .noUi-connects{overflow:hidden;z-index:0}.materialize .noUi-connect,.materialize .noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.materialize .noUi-connect{height:100%;width:100%}.materialize .noUi-origin{height:10%;width:10%}.materialize .noUi-horizontal .noUi-origin{left:auto;right:0}.materialize .noUi-vertical .noUi-origin{width:0}.materialize .noUi-horizontal .noUi-origin{height:0}.materialize .noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.materialize .noUi-touch-area{height:100%;width:100%}.materialize .noUi-state-tap .noUi-connect,.materialize .noUi-state-tap .noUi-origin{-webkit-transition:transform 0.3s;transition:transform 0.3s}.materialize .noUi-state-drag *{cursor:inherit !important}.materialize .noUi-horizontal{height:18px}.materialize .noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.materialize .noUi-vertical{width:18px}.materialize .noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.materialize .noUi-horizontal .noUi-handle{right:-17px;left:auto}.materialize .noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB}.materialize .noUi-connects{border-radius:3px}.materialize .noUi-connect{background:#64b5f6}.materialize .noUi-draggable{cursor:ew-resize}.materialize .noUi-vertical .noUi-draggable{cursor:ns-resize}.materialize .noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB}.materialize .noUi-active{box-shadow:inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB}.materialize .noUi-handle:before,.materialize .noUi-handle:after{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.materialize .noUi-handle:after{left:17px}.materialize .noUi-vertical .noUi-handle:before,.materialize .noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px}.materialize .noUi-vertical .noUi-handle:after{top:17px}.materialize [disabled] .noUi-connect{background:#B8B8B8}.materialize [disabled].noUi-target,.materialize [disabled].noUi-handle,.materialize [disabled] .noUi-handle{cursor:not-allowed}.materialize .noUi-pips,.materialize .noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.materialize .noUi-pips{position:absolute;color:#999}.materialize .noUi-value{position:absolute;white-space:nowrap;text-align:center}.materialize .noUi-value-sub{color:#ccc;font-size:10px}.materialize .noUi-marker{position:absolute;background:#CCC}.materialize .noUi-marker-sub{background:#AAA}.materialize .noUi-marker-large{background:#AAA}.materialize .noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.materialize .noUi-value-horizontal{-webkit-transform:translate(-50%, 50%);transform:translate(-50%, 50%)}.materialize .noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%, 50%);transform:translate(50%, 50%)}.materialize .noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.materialize .noUi-marker-horizontal.noUi-marker-sub{height:10px}.materialize .noUi-marker-horizontal.noUi-marker-large{height:15px}.materialize .noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.materialize .noUi-value-vertical{-webkit-transform:translate(0, -50%);transform:translate(0, -50%);padding-left:25px}.materialize .noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0, 50%);transform:translate(0, 50%)}.materialize .noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.materialize .noUi-marker-vertical.noUi-marker-sub{width:10px}.materialize .noUi-marker-vertical.noUi-marker-large{width:15px}.materialize .noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.materialize .noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);left:50%;bottom:120%}.materialize .noUi-vertical .noUi-tooltip{-webkit-transform:translate(0, -50%);transform:translate(0, -50%);top:50%;right:120%}.materialize .progress{background-color:transparent;height:auto;border:none;padding:0;margin-bottom:0}.materialize .progress.progress-circular{position:relative;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center}.materialize .progress.progress-circular .loading-logo{position:relative;margin:6px auto;min-width:20px;max-width:75px;min-height:20px;max-height:75px;width:100%;height:100%}.materialize .progress.progress-circular .loading-logo .circular{-webkit-animation:progress-rotate 2s linear infinite;-moz-animation:progress-rotate 2s linear infinite;-o-animation:progress-rotate 2s linear infinite;animation:progress-rotate 2s linear infinite;height:100%;width:100%;transform-origin:center center;position:absolute;top:auto;bottom:0;left:0;right:0;margin:0}.materialize .progress.progress-circular .loading-logo .circular .path{stroke-dasharray:1, 200;stroke-dashoffset:0;-webkit-animation:progress-dash 1.5s ease-in-out infinite, progress-color 6s ease-in-out infinite;-moz-animation:progress-dash 1.5s ease-in-out infinite, progress-color 6s ease-in-out infinite;-o-animation:progress-dash 1.5s ease-in-out infinite, progress-color 6s ease-in-out infinite;animation:progress-dash 1.5s ease-in-out infinite, progress-color 6s ease-in-out infinite;stroke-linecap:round}.materialize .progress.progress-circular .loading-text{margin:6px auto}.materialize .progress-bar .progress{background-color:transparent;height:2px;border:0;padding:0;margin-bottom:0}.materialize .progress-bar .progress .meter:before,.materialize .progress-bar .progress .meter:after,.materialize .progress-bar .progress .meter.done{display:none}.materialize .progress-bar-widget,.materialize progress[value]{width:100%;border:none;margin:0;height:8px;display:block;appearance:none;-webkit-appearance:none;border-radius:0 0 2px 2px}.materialize .progress-bar-widget::-webkit-progress-bar,.materialize progress[value]::-webkit-progress-bar{border-radius:0 0 2px 2px}.materialize .progress-bar-widget::-webkit-progress-value,.materialize progress[value]::-webkit-progress-value{border-radius:0 2px 2px 2px}.materialize .progress-container{width:100%}.materialize .progress-container{height:28px;margin:6px 0;position:relative}.materialize .progress-container .progress{position:absolute;top:0;height:28px;border-radius:2px;overflow:hidden;left:0;right:0}.materialize .progress-container .progress.progress-text{z-index:2;border:none}.materialize .progress-container .progress .progress-before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:absolute;top:0;bottom:0;left:0;text-align:right;padding:5px}.materialize .progress-container .progress .progress-after{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position:absolute;top:0;bottom:0;right:0;text-align:left;padding:5px}.materialize .progress-container .progress.progress-bar .progress-after{border-top:1px solid #e0e0e0}.materialize .progress-container.with-extra-value{height:48px}.materialize .progress-container.with-extra-value .progress{top:20px}.materialize .progress-container.with-extra-value .progress-extra-value{position:absolute;height:48px;top:0;width:100%;z-index:1}.materialize .progress-container.with-extra-value .progress-extra-value .progress-extra-value-before{position:absolute;top:0;bottom:0;left:0;color:#757575;padding-right:3px;text-align:right;font-size:0.8em}.materialize .progress-container.with-extra-value .progress-extra-value .progress-extra-value-after{position:absolute;top:0;bottom:0;right:0;color:#757575;border-left:2px solid #9e9e9e;padding-left:3px;text-align:left;font-size:0.8em}.materialize .progress-container.with-extra-value .progress-extra-value .progress-extra-value-after.full{right:-3px}.materialize .progress-container.with-legend{height:50px}.materialize .progress-container.with-legend .progress-legend .legend-min{position:absolute;bottom:0;width:100%;text-align:left}.materialize .progress-container.with-legend .progress-legend .legend-max{position:absolute;bottom:0;width:100%;text-align:right}.materialize .progress-container.with-legend.with-extra-value{height:72px}.materialize .progress-container.small{height:18px;font-size:12px;line-height:normal}.materialize .progress-container.small .progress{height:18px}.materialize .progress-container.small .progress .progress-before{line-height:18px;padding:0 5px}.materialize .progress-container.small .progress .progress-after{line-height:20px;padding:0 5px}.materialize .progress-container.small.with-legend{height:34px}.materialize .progress-container.small.with-extra-value{height:32px}.materialize .progress-container.small.with-extra-value .progress{top:14px}.materialize .progress-container.small.with-extra-value .progress-extra-value{height:36px}.materialize .progress-container.small.with-legend.with-extra-value{height:48px}.materialize .ranking tr{height:64px}.materialize .ranking tr.highlight{background:#1e88e5 !important}.materialize .ranking tr.highlight .positive{color:#00c853 !important}.materialize .ranking tr.highlight .negative{color:#b71c1c !important}.materialize .ranking tr.highlight td,.materialize .ranking tr.highlight td a{color:#ffffff !important}.materialize .ranking tr td.rank{font-size:19px;font-weight:bold}.materialize .ranking tr td.ranking-evo{padding-right:0;font-size:20px;text-align:center}.materialize .ranking tr td.logo{min-width:62px;text-align:center}.materialize .ranking tr td.logo img{width:44px;height:44px;border-radius:100%}.materialize .ranking tr td.name{font-size:17px;font-weight:bold;width:100%}.materialize .ranking tr td.name a{color:rgba(0,0,0,0.71)}.materialize .ranking tr td.kpi{text-align:right;font-weight:bold;font-size:17px}.materialize .stepper{position:relative;font-family:"Roboto",sans-serif;font-size:14px;margin:0;padding:0;width:100%;border-radius:2px;display:flex;flex-direction:row;align-items:flex-start}.materialize .stepper .step{position:static;display:flex;justify-content:center;align-items:initial;margin-top:0 !important;margin-bottom:0 !important;height:initial;max-height:84px;overflow:hidden;list-style:none}.materialize .stepper .step:not(:last-child){flex:1}.materialize .stepper .step:not(:last-child):after{content:'';position:relative;flex:1;top:42px;width:168px;margin-left:0;margin-right:12px;height:1px;background-color:rgba(0,0,0,0.1)}.materialize .stepper .step a.step-label:hover{background-color:rgba(0,0,0,0.06);cursor:pointer}.materialize .stepper .step .step-label{position:relative;display:flex;align-items:center;top:0;flex:initial;margin:0;padding:0 12px 0 12px;min-height:84px;transition:0.025s border-radius linear;color:rgba(0,0,0,0.71)}.materialize .stepper .step .step-label .step-title{display:flex;flex-flow:column nowrap;order:2;width:initial}.materialize .stepper .step .step-label .step-title>*{line-height:1;overflow:hidden}.materialize .stepper .step .step-label .step-title-message{line-height:14px;position:absolute;font-size:12px;opacity:.7;font-weight:400;top:52px}.materialize .stepper .step .step-label-indicator{display:flex;order:1;background-color:rgba(0,0,0,0.3);border-radius:100%;color:white;margin-right:12px;margin-bottom:auto;margin-top:auto}.materialize .stepper .step .step-label-indicator>:first-child{display:flex;font-size:15px;width:28px;height:28px;align-items:center;justify-content:center}.materialize .stepper .step.active .step-title{font-weight:bold}.materialize .stepper .step.active .step-label-indicator{background-color:#2196f3;color:white}.materialize .stepper .step.completed .step-label-indicator{background-color:#2196f3;color:white}.materialize .swiper-container.swiper-list .swiper-wrapper{margin-bottom:16px}.materialize .swiper-container.swiper-list .swiper-slide .card,.materialize .swiper-container.swiper-list .swiper-slide .card-panel{margin-bottom:0;margin-right:12px}.materialize .swiper-container.swiper-list.swiper-container-horizontal>.swiper-scrollbar{left:0;right:0;width:auto}.materialize .swiper-container.swiper-list .swiper-loading{display:none;position:absolute;top:0;height:100%;z-index:20;width:100%;background:rgba(255,255,255,0.6)}.materialize .swiper-container.swiper-list.loading .swiper-loading{display:block}.materialize .swiper-container.swiper-list .swiper-button-prev,.materialize .swiper-container.swiper-list .swiper-button-next{position:absolute;top:0;bottom:16px;width:50px;height:auto;margin:0;z-index:10;cursor:pointer;-moz-background-size:30px 64px;-webkit-background-size:30px 64px;background-size:30px 64px;background-position:center;background-repeat:no-repeat;background-color:rgba(0,0,0,0.5)}.materialize .swiper-container.swiper-list .swiper-button-prev.swiper-button-disabled,.materialize .swiper-container.swiper-list .swiper-button-next.swiper-button-disabled{display:none}.materialize .swiper-container.swiper-list .swiper-button-next{right:0}.materialize .swiper-container.swiper-list .swiper-button-prev{left:0}.materialize .top-ranking{min-height:420px}.materialize .top-ranking .vertical-swiper-list{min-height:420px}.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top{max-height:420px}.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top .swiper-wrapper{margin-bottom:16px}.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top.swiper-container-horizontal>.swiper-scrollbar{left:0;right:0;width:auto}.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top .swiper-loading{display:none;position:absolute;top:0;width:100%;min-height:420px;z-index:20;background:rgba(255,255,255,0.6)}.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top .progress.progress-circular{position:relative;margin:0 auto;min-height:370px;display:flex;flex-direction:column;justify-content:center}.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top.loading .swiper-loading{display:block}.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top .swiper-button-prev,.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top .swiper-button-next{position:absolute;margin:0;z-index:10;cursor:pointer;width:100%;height:50px;-moz-background-size:30px 64px;-webkit-background-size:30px 64px;background-size:30px 64px;background-position:center;background-repeat:no-repeat;background-color:rgba(0,0,0,0.5)}.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top .swiper-button-prev.swiper-button-disabled,.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top .swiper-button-next.swiper-button-disabled{display:none}.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top .swiper-button-prev{background-image:url(/img/wz-svg/slide-prev-horizontale.svg);top:0;left:0;position:absolute;width:100%;height:50px}.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top .swiper-button-next{background-image:url(/img/wz-svg/slide-next-horizontale.svg);left:0;top:370px;position:absolute;width:100%}.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top .swiper-button-next{right:0}.materialize .top-ranking .swiper-container.vertical-swiper-list.channel-vertical-top .swiper-button-prev{left:0}.materialize .top-ranking .card-header-small,.materialize .top-ranking .card-content{padding:6px 15px !important}.materialize .tabs-container>div+div{display:none}.materialize .tabs-container.card .tabs{border-bottom:solid 1px #ccc}.materialize .tabs{position:relative;overflow-x:auto;overflow-y:hidden;height:48px;width:100%;background-color:transparent;margin:0 auto;white-space:nowrap}.materialize .tabs.tabs-transparent{background-color:transparent}.materialize .tabs.tabs-transparent .tab a,.materialize .tabs.tabs-transparent .tab.disabled a,.materialize .tabs.tabs-transparent .tab.disabled a:hover{color:rgba(255,255,255,0.7)}.materialize .tabs.tabs-transparent .tab a:hover,.materialize .tabs.tabs-transparent .tab a.active{color:#fff}.materialize .tabs.tabs-transparent .indicator{background-color:#fff}.materialize .tabs.tabs-fixed-width{display:flex}.materialize .tabs.tabs-fixed-width .tab{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.materialize .tabs .tab{display:inline-block;text-align:center;line-height:48px;height:48px;padding:0;margin:0;text-transform:uppercase}.materialize .tabs .tab a{color:rgba(33,150,243,0.7);display:block;width:100%;height:100%;padding:0 24px;font-size:14px;text-overflow:ellipsis;overflow:hidden;transition:color .28s ease}.materialize .tabs .tab a:hover,.materialize .tabs .tab a.active{background-color:transparent;color:#2196f3}.materialize .tabs .tab.disabled a,.materialize .tabs .tab.disabled a:hover{color:rgba(33,150,243,0.7);cursor:default}.materialize .tabs .indicator{position:absolute;bottom:0;height:2px;background-color:#2196f3;will-change:left, right}.materialize .tabs.color-revert a{color:#FFF}.materialize .tabs.color-revert a:hover{color:#4d4d4d}.materialize .tabs.color-revert a.active{color:#FFF}.materialize .tabs.color-revert li.disabled a,.materialize .tabs.color-revert li.disabled a:hover{color:#9e9e9e}.materialize .tabs.color-revert .indicator{background-color:#FFF}@media only screen and (max-width: 992px){.materialize .tabs{display:flex}.materialize .tabs .tab{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.materialize .tabs .tab a{padding:0 12px}}.materialize .title-news-features{float:left;position:absolute;height:54px;width:137px;font-size:18px;font-weight:bold;line-height:49px;white-space:nowrap;padding:2px 5px;text-align:center;box-sizing:border-box;border-radius:2px 0px 0px 2px;background-color:#2196f3;color:#fff}.materialize .content-news{padding-left:150px !important;overflow:hidden;max-height:55px !important;padding:12px 16px;position:relative;flex-grow:1}.materialize .content-news #prev-button,.materialize .content-news #next-button{font-size:18px;line-height:28px;cursor:pointer}.materialize ul.ticker{margin-bottom:0;font-size:17px;max-height:28px !important;overflow:hidden;line-height:28px !important;list-style-type:none;margin-left:15px !important;max-width:80%}.materialize ul.ticker li{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 993px){.materialize .content-news .news{width:90%}}@media only screen and (max-width: 640px){.materialize .content-news .news{width:65%}.materialize ul.ticker{max-width:60%}}.materialize .card-message-news-features-home .container-message{position:relative;background:#011a27 !important;display:flex;flex-direction:column}.materialize .card-message-news-features-home .container-message .title-news-features{float:left;position:absolute;height:34px;width:90px;font-size:18px;font-weight:bold;line-height:28px;white-space:nowrap;padding:2px 5px;text-align:center;box-sizing:border-box;border-radius:2px 0px 0px 2px;background-color:#2196f3;color:#fff}.materialize .card-message-news-features-home .container-message .content-news{padding-left:108px !important;overflow:hidden;max-height:55px !important;padding:3px;position:relative;flex-grow:1}.materialize .card-message-news-features-home .container-message #removeNewsFeature{line-height:28px;margin-right:6px;color:white}.materialize .simple-donut-chart{position:relative;border-radius:50%}.materialize .simple-donut-chart .chart-container{position:absolute;height:100%;width:100%;clip-path:polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);border-radius:50%}.materialize .simple-donut-chart .chart-container .chart-progress,.materialize .simple-donut-chart .chart-container .chart-full-half-part{position:absolute;height:100%;width:100%;transform:rotate(0deg);border-radius:50%}.materialize .simple-donut-chart .chart-container .chart-progress{display:block !important;clip-path:polygon(0% 0%, 50% 0%, 50% 100%, 0% 100%)}.materialize .simple-donut-chart .chart-container .chart-full-half-part{clip-path:polygon(50% 0, 100% 0, 100% 100%, 50% 100%);display:none}.materialize .simple-donut-chart .center,.materialize .simple-donut-chart .center-overlay,.materialize .simple-donut-chart .percentage-display{top:0;right:0;bottom:0;left:0;margin:auto;text-align:center;position:absolute;border-radius:50%}.materialize .simple-donut-chart .center{background-color:grey;background-repeat:no-repeat;background-size:cover}.materialize .simple-donut-chart .center-overlay{background-color:black;opacity:0;transition:0.5s}.materialize .simple-donut-chart .percentage-display{opacity:0;color:#fff;font-weight:bold;transition:0.5s}.materialize .simple-donut-chart:hover .center-overlay{opacity:0.7}.materialize .simple-donut-chart:hover .percentage-display{opacity:1}.materialize .gauge{position:relative;font-size:90px;width:1em;height:1em;border-radius:50%;background-color:#ccc;display:inline-block}.materialize .gauge .desc{font-size:inherit;position:absolute;z-index:1;left:0;top:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center}.materialize .gauge .desc .name{text-align:center;font-size:.26em;line-height:normal;color:#307bbb}.materialize .gauge .desc .name.text-blur{color:transparent !important;text-shadow:#000 0 0 5px}.materialize .gauge .desc .title{text-align:center;font-size:.18em;line-height:normal;color:#666}.materialize .gauge .desc .title.text-blur{color:transparent !important;text-shadow:#000 0 0 5px}.materialize .gauge .slice{position:absolute;width:1em;height:1em;clip:rect(0em, 1em, 1em, 0.5em)}.materialize .gauge .slice.halfed{clip:rect(auto, auto, auto, auto)}.materialize .gauge .slice.halfed .fill{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.materialize .gauge .slice .bar{position:absolute;border:.09em solid #307bbb;width:.82em;height:.82em;clip:rect(0em, 0.5em, 1em, 0em);border-radius:50%;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.materialize .gauge .slice .fill{position:absolute;border:.09em solid #307bbb;width:.82em;height:.82em;clip:rect(0em, 0.5em, 1em, 0em);border-radius:50%;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}.materialize .gauge .slice *,.materialize .gauge .slice *:before,.materialize .gauge .slice *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.materialize .gauge:after{position:absolute;top:.09em;left:.09em;display:block;content:" ";border-radius:50%;background-color:#f5f5f5;width:.82em;height:.82em}.materialize .gauge.large{font-size:120px}.materialize .gauge.small{font-size:55px}.materialize .gauge.small .bar,.materialize .gauge.small .fill{border:.11em solid #307bbb;width:.78em;height:.78em}.materialize .gauge.small:after{top:.11em;left:.11em;width:.78em;height:.78em}.materialize .gauge.xsmall{font-size:30px}.materialize .gauge.xsmall .bar,.materialize .gauge.xsmall .fill{border:.13em solid #307bbb;width:.74em;height:.74em}.materialize .gauge.xsmall:after{top:.13em;left:.13em;width:.74em;height:.74em}.materialize .gauge.xsmall .desc .title{display:none}.materialize .gauge.xsmall .desc .name{font-size:.36em;font-weight:bold}.materialize .gauge.danger .desc .name{color:#d32f2f}.materialize .gauge.danger .slice .fill,.materialize .gauge.danger .slice .bar{border-color:#d32f2f}.materialize .gauge.success .desc .name{color:#388e3c}.materialize .gauge.success .slice .fill,.materialize .gauge.success .slice .bar{border-color:#388e3c}.materialize .gauge.warning .desc .name{color:#fb8c00}.materialize .gauge.warning .slice .fill,.materialize .gauge.warning .slice .bar{border-color:#fb8c00}.materialize .gauge.demo-gender-m .desc .name{color:#1e88e5}.materialize .gauge.demo-gender-m .fill,.materialize .gauge.demo-gender-m .bar{border-color:#1e88e5}.materialize .gauge.demo-gender-f .desc .name{color:#ec407a}.materialize .gauge.demo-gender-f .fill,.materialize .gauge.demo-gender-f .bar{border-color:#ec407a}.materialize .users{padding-bottom:10px}.materialize .users .chip .avatar{width:30px;height:30px;border-radius:50%}.materialize .users .chip .avatar.initials{background-color:black;color:white;text-align:center;margin:1px 8px 0 -10px;float:left;line-height:2.4}.materialize .thread{height:100%}.materialize .thread .messages{max-height:600px;overflow:auto;padding-right:10px;border-top:1px solid #ccc}.materialize .thread .messages .message{margin-top:10px}.materialize .thread .messages .message.mine{text-align:right}.materialize .thread .messages .message.mine .header{margin-right:45px}.materialize .thread .messages .message.mine .content .avatar{right:0}.materialize .thread .messages .message.mine .content .text{margin-right:45px;text-align:left}.materialize .thread .messages .message.mine .content .text.sending{opacity:0.5}.materialize .thread .messages .message.user .header,.materialize .thread .messages .message.admin .header{margin-bottom:5px;margin-left:45px}.materialize .thread .messages .message.user .content .text,.materialize .thread .messages .message.admin .content .text{margin-left:45px}.materialize .thread .messages .message.user .content .text{background:#bbdefb}.materialize .thread .messages .message.admin .content .text{background:#fee0b2}.materialize .thread .messages .message .header .date{font-size:12px}.materialize .thread .messages .message .content{max-width:75%;display:inline-block;position:relative}.materialize .thread .messages .message .content .avatar{width:40px;height:40px;position:absolute;border-radius:50%;bottom:0}.materialize .thread .messages .message .content .avatar.initials{padding-top:10px;background-color:black;color:white;text-align:center}.materialize .thread .messages .message .content .text{border-radius:10px;padding:9px;display:inline-block}.materialize .thread #send-message-form{position:relative}.materialize .thread #send-message-form .input-field{margin-right:45px}.materialize .thread #send-message-form .input-field textarea{line-height:1.3}.materialize .thread #send-message-form button#send-message-btn{position:absolute;top:5px;right:0}.materialize .thread #message-template{display:none}.materialize form.material .input-field.input-switch{padding:4px 0 16px}.materialize form.material .input-field.input-checkbox{padding:4px 0 16px}.materialize form.material .input-field.input-checkbox .error:not(:checked)+label:after{border-color:#d32f2f}.materialize form.material .input-field.input-checkbox .error:checked+label:after{border-color:#d32f2f}.materialize form.material [type="checkbox"]:not(:checked),.materialize form.material [type="checkbox"]:checked{position:absolute;left:-9999px;opacity:0}.materialize form.material [type="checkbox"]+label{position:relative;padding-left:30px;cursor:pointer;display:inline-block;height:25px;line-height:20px;font-size:1rem;color:inherit;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.materialize form.material [type="checkbox"]+label:before,.materialize form.material [type="checkbox"]:not(.filled-in)+label:after{content:'';position:absolute;top:0;left:0;width:18px;height:18px;z-index:0;border:2px solid #5a5a5a;border-radius:1px;margin-top:2px;transition:.2s}.materialize form.material [type="checkbox"]:not(.filled-in)+label:after{border:0;transform:scale(0)}.materialize form.material [type="checkbox"]:not(:checked):disabled+label:before{border:none;background-color:rgba(0,0,0,0.25)}.materialize form.material [type="checkbox"].tabbed:focus+label:after{transform:scale(1);border:0;border-radius:50%;box-shadow:0 0 0 10px rgba(0,0,0,0.1);background-color:rgba(0,0,0,0.1)}.materialize form.material [type="checkbox"]:checked+label:before{top:-4px;left:-5px;width:12px;height:22px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #2196f3;border-bottom:2px solid #2196f3;transform:rotate(40deg);backface-visibility:hidden;transform-origin:100% 100%}.materialize form.material [type="checkbox"]:checked:disabled+label:before{border-right:2px solid rgba(0,0,0,0.25);border-bottom:2px solid rgba(0,0,0,0.25)}.materialize form.material [type="checkbox"]:indeterminate+label:before{top:-11px;left:-12px;width:10px;height:22px;border-top:none;border-left:none;border-right:2px solid #2196f3;border-bottom:none;transform:rotate(90deg);backface-visibility:hidden;transform-origin:100% 100%}.materialize form.material [type="checkbox"]:indeterminate:disabled+label:before{border-right:2px solid rgba(0,0,0,0.25);background-color:transparent}.materialize form.material [type="checkbox"].filled-in+label:after{border-radius:2px}.materialize form.material [type="checkbox"].filled-in+label:before,.materialize form.material [type="checkbox"].filled-in+label:after{content:'';left:0;position:absolute;transition:border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;z-index:1}.materialize form.material [type="checkbox"].filled-in:not(:checked)+label:before{width:0;height:0;border:3px solid transparent;left:6px;top:10px;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:20% 40%;transform-origin:100% 100%}.materialize form.material [type="checkbox"].filled-in:not(:checked)+label:after{height:20px;width:20px;background-color:transparent;border:2px solid #5a5a5a;top:0px;z-index:0}.materialize form.material [type="checkbox"].filled-in:checked+label: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;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.materialize form.material [type="checkbox"].filled-in:checked+label:after{top:0;width:20px;height:20px;border:2px solid #2196f3;background-color:#2196f3;z-index:0}.materialize form.material [type="checkbox"].filled-in.tabbed:focus+label:after{border-radius:2px;border-color:#5a5a5a;background-color:rgba(0,0,0,0.1)}.materialize form.material [type="checkbox"].filled-in.tabbed:checked:focus+label:after{border-radius:2px;background-color:#2196f3;border-color:#2196f3}.materialize form.material [type="checkbox"].filled-in:disabled+label{color:rgba(0,0,0,0.25)}.materialize form.material [type="checkbox"].filled-in:disabled:not(:checked)+label:before{background-color:transparent;border:2px solid transparent}.materialize form.material [type="checkbox"].filled-in:disabled:not(:checked)+label:after{border-color:transparent;background-color:#bdbdbd}.materialize form.material [type="checkbox"].filled-in:disabled:checked+label:before{background-color:transparent}.materialize form.material [type="checkbox"].filled-in:disabled:checked+label:after{background-color:#bdbdbd;border-color:#bdbdbd}.materialize form.material .file-field{position:relative}.materialize form.material .file-field .file-path-wrapper{overflow:hidden;padding-left:10px}.materialize form.material .file-field input.file-path{width:100%}.materialize form.material .file-field .btn{float:left;height:2rem;line-height:2rem}.materialize form.material .file-field span{cursor:pointer}.materialize form.material .file-field input[type=file]{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;margin:0;padding:0;font-size:20px;cursor:pointer;opacity:0;filter:alpha(opacity=0)}.materialize form.material ::-webkit-input-placeholder{color:rgba(0,0,0,0.3)}.materialize form.material :-moz-placeholder{color:rgba(0,0,0,0.3)}.materialize form.material ::-moz-placeholder{color:rgba(0,0,0,0.3)}.materialize form.material :-ms-input-placeholder{color:rgba(0,0,0,0.3)}.materialize form.material .modal-content .input-field.input-text label,.materialize form.material .modal-content .input-field.input-email label,.materialize form.material .modal-content .input-field.input-url label{z-index:-1}.materialize form.material .input-field{position:relative;padding:20px 0 10px 0}.materialize form.material .input-field.no-label{padding:0 0 20px}.materialize form.material .input-field.input-text label,.materialize form.material .input-field.input-email label,.materialize form.material .input-field.input-url label,.materialize form.material .input-field.input-slider label{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;color:rgba(0,0,0,0.5);position:absolute;top:26px;left:0;font-size:1rem;cursor:text;transition:.2s ease-out}.materialize form.material .input-field.input-text label.active,.materialize form.material .input-field.input-email label.active,.materialize form.material .input-field.input-url label.active,.materialize form.material .input-field.input-slider label.active{font-size:0.9rem;transform:translateY(-24px)}.materialize form.material .input-field.inline{display:inline-block;margin:0 5px}.materialize form.material .input-field:after{content:attr(data-message);opacity:1;font-size:0.9rem;display:block}.materialize form.material .input-field .percent{display:flex}.materialize form.material .input-field .percent .percent-sigle{content:'%';padding-top:7px;padding-left:4px}.materialize form.material .input-field input:not([type]),.materialize form.material .input-field input[type=text],.materialize form.material .input-field input[type=password],.materialize form.material .input-field input[type=email],.materialize form.material .input-field input[type=url],.materialize form.material .input-field input[type=time],.materialize form.material .input-field input[type=date],.materialize form.material .input-field input[type=datetime],.materialize form.material .input-field input[type=datetime-local],.materialize form.material .input-field input[type=tel],.materialize form.material .input-field input[type=number],.materialize form.material .input-field input[type=search],.materialize form.material .input-field textarea{background-color:transparent;border:none;border-bottom:1px solid #9e9e9e;border-radius:0;outline:none;line-height:36px;width:100%;font-size:16px;margin:0;padding:0;box-shadow:none;box-sizing:content-box;transition:all 0.3s}.materialize form.material .input-field input:not([type]).xsmall,.materialize form.material .input-field input[type=text].xsmall,.materialize form.material .input-field input[type=password].xsmall,.materialize form.material .input-field input[type=email].xsmall,.materialize form.material .input-field input[type=url].xsmall,.materialize form.material .input-field input[type=time].xsmall,.materialize form.material .input-field input[type=date].xsmall,.materialize form.material .input-field input[type=datetime].xsmall,.materialize form.material .input-field input[type=datetime-local].xsmall,.materialize form.material .input-field input[type=tel].xsmall,.materialize form.material .input-field input[type=number].xsmall,.materialize form.material .input-field input[type=search].xsmall,.materialize form.material .input-field textarea.xsmall{width:20%}.materialize form.material .input-field input:not([type]).small,.materialize form.material .input-field input[type=text].small,.materialize form.material .input-field input[type=password].small,.materialize form.material .input-field input[type=email].small,.materialize form.material .input-field input[type=url].small,.materialize form.material .input-field input[type=time].small,.materialize form.material .input-field input[type=date].small,.materialize form.material .input-field input[type=datetime].small,.materialize form.material .input-field input[type=datetime-local].small,.materialize form.material .input-field input[type=tel].small,.materialize form.material .input-field input[type=number].small,.materialize form.material .input-field input[type=search].small,.materialize form.material .input-field textarea.small{width:33%}.materialize form.material .input-field input:not([type]).large,.materialize form.material .input-field input[type=text].large,.materialize form.material .input-field input[type=password].large,.materialize form.material .input-field input[type=email].large,.materialize form.material .input-field input[type=url].large,.materialize form.material .input-field input[type=time].large,.materialize form.material .input-field input[type=date].large,.materialize form.material .input-field input[type=datetime].large,.materialize form.material .input-field input[type=datetime-local].large,.materialize form.material .input-field input[type=tel].large,.materialize form.material .input-field input[type=number].large,.materialize form.material .input-field input[type=search].large,.materialize form.material .input-field textarea.large{width:50%}.materialize form.material .input-field input:not([type]).xlarge,.materialize form.material .input-field input[type=text].xlarge,.materialize form.material .input-field input[type=password].xlarge,.materialize form.material .input-field input[type=email].xlarge,.materialize form.material .input-field input[type=url].xlarge,.materialize form.material .input-field input[type=time].xlarge,.materialize form.material .input-field input[type=date].xlarge,.materialize form.material .input-field input[type=datetime].xlarge,.materialize form.material .input-field input[type=datetime-local].xlarge,.materialize form.material .input-field input[type=tel].xlarge,.materialize form.material .input-field input[type=number].xlarge,.materialize form.material .input-field input[type=search].xlarge,.materialize form.material .input-field textarea.xlarge{width:75%}.materialize form.material .input-field input:not([type]):disabled,.materialize form.material .input-field input:not([type])[readonly="readonly"],.materialize form.material .input-field input[type=text]:disabled,.materialize form.material .input-field input[type=text][readonly="readonly"],.materialize form.material .input-field input[type=password]:disabled,.materialize form.material .input-field input[type=password][readonly="readonly"],.materialize form.material .input-field input[type=email]:disabled,.materialize form.material .input-field input[type=email][readonly="readonly"],.materialize form.material .input-field input[type=url]:disabled,.materialize form.material .input-field input[type=url][readonly="readonly"],.materialize form.material .input-field input[type=time]:disabled,.materialize form.material .input-field input[type=time][readonly="readonly"],.materialize form.material .input-field input[type=date]:disabled,.materialize form.material .input-field input[type=date][readonly="readonly"],.materialize form.material .input-field input[type=datetime]:disabled,.materialize form.material .input-field input[type=datetime][readonly="readonly"],.materialize form.material .input-field input[type=datetime-local]:disabled,.materialize form.material .input-field input[type=datetime-local][readonly="readonly"],.materialize form.material .input-field input[type=tel]:disabled,.materialize form.material .input-field input[type=tel][readonly="readonly"],.materialize form.material .input-field input[type=number]:disabled,.materialize form.material .input-field input[type=number][readonly="readonly"],.materialize form.material .input-field input[type=search]:disabled,.materialize form.material .input-field input[type=search][readonly="readonly"],.materialize form.material .input-field textarea:disabled,.materialize form.material .input-field textarea[readonly="readonly"]{color:rgba(0,0,0,0.25);border-bottom:1px dotted rgba(0,0,0,0.25)}.materialize form.material .input-field input:not([type]):disabled+label,.materialize form.material .input-field input:not([type])[readonly="readonly"]+label,.materialize form.material .input-field input[type=text]:disabled+label,.materialize form.material .input-field input[type=text][readonly="readonly"]+label,.materialize form.material .input-field input[type=password]:disabled+label,.materialize form.material .input-field input[type=password][readonly="readonly"]+label,.materialize form.material .input-field input[type=email]:disabled+label,.materialize form.material .input-field input[type=email][readonly="readonly"]+label,.materialize form.material .input-field input[type=url]:disabled+label,.materialize form.material .input-field input[type=url][readonly="readonly"]+label,.materialize form.material .input-field input[type=time]:disabled+label,.materialize form.material .input-field input[type=time][readonly="readonly"]+label,.materialize form.material .input-field input[type=date]:disabled+label,.materialize form.material .input-field input[type=date][readonly="readonly"]+label,.materialize form.material .input-field input[type=datetime]:disabled+label,.materialize form.material .input-field input[type=datetime][readonly="readonly"]+label,.materialize form.material .input-field input[type=datetime-local]:disabled+label,.materialize form.material .input-field input[type=datetime-local][readonly="readonly"]+label,.materialize form.material .input-field input[type=tel]:disabled+label,.materialize form.material .input-field input[type=tel][readonly="readonly"]+label,.materialize form.material .input-field input[type=number]:disabled+label,.materialize form.material .input-field input[type=number][readonly="readonly"]+label,.materialize form.material .input-field input[type=search]:disabled+label,.materialize form.material .input-field input[type=search][readonly="readonly"]+label,.materialize form.material .input-field textarea:disabled+label,.materialize form.material .input-field textarea[readonly="readonly"]+label{color:rgba(0,0,0,0.25)}.materialize form.material .input-field input:not([type]):focus:not([readonly]),.materialize form.material .input-field input[type=text]:focus:not([readonly]),.materialize form.material .input-field input[type=password]:focus:not([readonly]),.materialize form.material .input-field input[type=email]:focus:not([readonly]),.materialize form.material .input-field input[type=url]:focus:not([readonly]),.materialize form.material .input-field input[type=time]:focus:not([readonly]),.materialize form.material .input-field input[type=date]:focus:not([readonly]),.materialize form.material .input-field input[type=datetime]:focus:not([readonly]),.materialize form.material .input-field input[type=datetime-local]:focus:not([readonly]),.materialize form.material .input-field input[type=tel]:focus:not([readonly]),.materialize form.material .input-field input[type=number]:focus:not([readonly]),.materialize form.material .input-field input[type=search]:focus:not([readonly]),.materialize form.material .input-field textarea:focus:not([readonly]){border-bottom:1px solid #2196f3;box-shadow:0 1px 0 0 #2196f3}.materialize form.material .input-field input[type=number]{padding-right:5px}.materialize form.material .input-field.valid input:not([type]),.materialize form.material .input-field.valid input[type=text],.materialize form.material .input-field.valid input[type=password],.materialize form.material .input-field.valid input[type=email],.materialize form.material .input-field.valid input[type=url],.materialize form.material .input-field.valid input[type=time],.materialize form.material .input-field.valid input[type=date],.materialize form.material .input-field.valid input[type=datetime],.materialize form.material .input-field.valid input[type=datetime-local],.materialize form.material .input-field.valid input[type=tel],.materialize form.material .input-field.valid input[type=number],.materialize form.material .input-field.valid input[type=search],.materialize form.material .input-field.valid textarea{border-bottom:1px solid #388e3c !important;box-shadow:0 1px 0 0 #388e3c !important}.materialize form.material .input-field.valid:after{color:#388e3c}.materialize form.material .input-field.error input:not([type]),.materialize form.material .input-field.error input[type=text],.materialize form.material .input-field.error input[type=password],.materialize form.material .input-field.error input[type=email],.materialize form.material .input-field.error input[type=url],.materialize form.material .input-field.error input[type=time],.materialize form.material .input-field.error input[type=date],.materialize form.material .input-field.error input[type=datetime],.materialize form.material .input-field.error input[type=datetime-local],.materialize form.material .input-field.error input[type=tel],.materialize form.material .input-field.error input[type=number],.materialize form.material .input-field.error input[type=search],.materialize form.material .input-field.error textarea{border-bottom:1px solid #d32f2f !important;box-shadow:0 1px 0 0 #d32f2f !important}.materialize form.material .input-field.error:after{color:#d32f2f}.materialize form.material .input-field.error .error-message{color:#d32f2f;font-size:0.9rem}.materialize form.material .autocomplete-content{margin-top:-15px;display:block;opacity:1;position:static}.materialize form.material .autocomplete-content li .highlight{color:#444444}.materialize form.material .autocomplete-content li img{height:40px;width:40px;margin:5px 15px}.materialize form.material fieldset{border:none;margin:0;padding:0}.materialize form.material fieldset legend{font-weight:normal;background:transparent;font-size:1rem;color:rgba(0,0,0,0.5)}.materialize form.material .input-field.input-radio{padding:0 0 20px}.materialize form.material .input-field.input-radio label{color:rgba(0,0,0,0.71);margin-left:0}.materialize form.material .input-field.input-radio.valid [type="radio"]:not(:checked)+label:before,.materialize form.material .input-field.input-radio.valid [type="radio"]:not(:checked)+label:after{border-color:#388e3c}.materialize form.material .input-field.input-radio.valid [type="radio"]:checked+label:after,.materialize form.material .input-field.input-radio.valid [type="radio"].with-gap:checked+label:before,.materialize form.material .input-field.input-radio.valid [type="radio"].with-gap:checked+label:after{border-color:#388e3c}.materialize form.material .input-field.input-radio.valid [type="radio"]:checked+label:after,.materialize form.material .input-field.input-radio.valid [type="radio"].with-gap:checked+label:after{background-color:#388e3c}.materialize form.material .input-field.input-radio.error [type="radio"]:not(:checked)+label:before,.materialize form.material .input-field.input-radio.error [type="radio"]:not(:checked)+label:after{border-color:#d32f2f}.materialize form.material .input-field.input-radio.error [type="radio"]:checked+label:after,.materialize form.material .input-field.input-radio.error [type="radio"].with-gap:checked+label:before,.materialize form.material .input-field.input-radio.error [type="radio"].with-gap:checked+label:after{border-color:#d32f2f}.materialize form.material .input-field.input-radio.error [type="radio"]:checked+label:after,.materialize form.material .input-field.input-radio.error [type="radio"].with-gap:checked+label:after{background-color:#d32f2f}.materialize form.material [type="radio"]:not(:checked),.materialize form.material [type="radio"]:checked{position:absolute;left:-9999px;opacity:0}.materialize form.material [type="radio"]:not(:checked)+label,.materialize form.material [type="radio"]:checked+label{position:relative;padding-left:25px;cursor:pointer;display:inline-block;height:25px;line-height:25px;font-size:1rem;transition:.28s ease;-khtml-user-select:none;user-select:none}.materialize form.material [type="radio"]+label:before,.materialize form.material [type="radio"]+label:after{content:'';position:absolute;left:0;top:0;margin:4px 0;width:16px;height:16px;z-index:0;transition:.28s ease}.materialize form.material [type="radio"]:not(:checked)+label:before,.materialize form.material [type="radio"]:not(:checked)+label:after,.materialize form.material [type="radio"]:checked+label:before,.materialize form.material [type="radio"]:checked+label:after,.materialize form.material [type="radio"].with-gap:checked+label:before,.materialize form.material [type="radio"].with-gap:checked+label:after{border-radius:50%}.materialize form.material [type="radio"]:not(:checked)+label:before,.materialize form.material [type="radio"]:not(:checked)+label:after{border:2px solid #5a5a5a}.materialize form.material [type="radio"]:not(:checked)+label:after{transform:scale(0)}.materialize form.material [type="radio"]:checked+label:before{border:2px solid transparent}.materialize form.material [type="radio"]:checked+label:after,.materialize form.material [type="radio"].with-gap:checked+label:before,.materialize form.material [type="radio"].with-gap:checked+label:after{border:2px solid #2196f3}.materialize form.material [type="radio"]:checked+label:after,.materialize form.material [type="radio"].with-gap:checked+label:after{background-color:#2196f3}.materialize form.material [type="radio"]:checked+label:after{transform:scale(1.02)}.materialize form.material [type="radio"].with-gap:checked+label:after{transform:scale(0.5)}.materialize form.material [type="radio"].tabbed:focus+label:before{box-shadow:0 0 0 10px rgba(0,0,0,0.1)}.materialize form.material [type="radio"].with-gap:disabled:checked+label:before{border:2px solid rgba(0,0,0,0.25)}.materialize form.material [type="radio"].with-gap:disabled:checked+label:after{border:none;background-color:rgba(0,0,0,0.25)}.materialize form.material [type="radio"]:disabled:not(:checked)+label:before,.materialize form.material [type="radio"]:disabled:checked+label:before{background-color:transparent;border-color:rgba(0,0,0,0.25)}.materialize form.material [type="radio"]:disabled+label{color:rgba(0,0,0,0.25)}.materialize form.material [type="radio"]:disabled:not(:checked)+label:before{border-color:rgba(0,0,0,0.25)}.materialize form.material [type="radio"]:disabled:checked+label:after{background-color:rgba(0,0,0,0.25);border-color:#bdbdbd}.materialize form.material .range-field{position:relative}.materialize form.material input[type=range]{position:relative;background-color:transparent;border:none;outline:none;width:100%;margin:15px 0;padding:0}.materialize form.material input[type=range]:focus{outline:none}.materialize form.material input[type=range]+.thumb{position:absolute;border:none;height:0;width:0;border-radius:50%;background-color:#2196f3;top:10px;margin-left:-6px;transform-origin:50% 50%;transform:rotate(-45deg)}.materialize form.material input[type=range]+.thumb .value{display:block;width:30px;text-align:center;color:#2196f3;font-size:0;transform:rotate(45deg)}.materialize form.material input[type=range]+.thumb.active{border-radius:50% 50% 50% 0}.materialize form.material input[type=range]+.thumb.active .value{color:#fff;margin-left:-1px;margin-top:8px;font-size:10px}.materialize form.material input[type=range]{-webkit-appearance:none}.materialize form.material input[type=range]::-webkit-slider-runnable-track{height:3px;background:#c2c0c2;border:none}.materialize form.material input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:14px;width:14px;border-radius:50%;background-color:#2196f3;transform-origin:50% 50%;margin:-5px 0 0 0;transition:.3s}.materialize form.material input[type=range]:focus::-webkit-slider-runnable-track{background:#ccc}.materialize form.material input[type=range]{border:1px solid white}.materialize form.material input[type=range]::-moz-range-track{height:3px;background:#ddd;border:none}.materialize form.material input[type=range]::-moz-range-thumb{border:none;height:14px;width:14px;border-radius:50%;background:#2196f3;margin-top:-5px}.materialize form.material input[type=range]:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}.materialize form.material input[type=range]:focus::-moz-range-track{background:#ccc}.materialize form.material input[type=range]::-ms-track{height:3px;background:transparent;border-color:transparent;border-width:6px 0;color:transparent}.materialize form.material input[type=range]::-ms-fill-lower{background:#777}.materialize form.material input[type=range]::-ms-fill-upper{background:#ddd}.materialize form.material input[type=range]::-ms-thumb{border:none;height:14px;width:14px;border-radius:50%;background:#2196f3}.materialize form.material input[type=range]:focus::-ms-fill-lower{background:#888}.materialize form.material input[type=range]:focus::-ms-fill-upper{background:#ccc}.materialize form.material .input-field.input-select{padding-right:12px}.materialize form.material .input-field.input-select label{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;color:rgba(0,0,0,0.5);font-size:0.9rem;position:absolute;top:2px;left:0;cursor:pointer;transition:.2s ease-out}.materialize form.material .validate{margin:0}.materialize form.material select{display:none}.materialize form.material select.browser-default,.materialize form.material select.selectize{display:block}.materialize form.material select{background-color:rgba(255,255,255,0.9);width:100%;padding:5px;border:1px solid #f2f2f2;border-radius:2px;height:2rem}.materialize form.material .select-label{position:absolute}.materialize form.material .select-wrapper{position:relative}.materialize form.material .select-wrapper input.select-dropdown{position:relative;cursor:pointer;background-color:transparent;border:none;border-bottom:1px solid #9e9e9e;outline:none;line-height:2rem;width:100%;font-size:16px;margin:0;padding:0 12px 0 0;display:block}.materialize form.material .select-wrapper span.caret{color:initial;position:absolute;right:-12px;top:0;bottom:0;height:10px;margin:auto 0;font-size:11px;line-height:11px}.materialize form.material .select-wrapper span.caret.disabled{color:rgba(0,0,0,0.25)}.materialize form.material .select-wrapper .dropdown-content li{cursor:pointer}.materialize form.material .select-wrapper .dropdown-content li.optgroup,.materialize form.material .select-wrapper .dropdown-content li.disabled{cursor:default}.materialize form.material .select-wrapper .dropdown-content li>a,.materialize form.material .select-wrapper .dropdown-content li>span{padding:6px 16px 6px 6px}.materialize form.material .select-wrapper .dropdown-content.multiple-select-dropdown label{overflow:inherit;width:auto;white-space:normal;padding:0;margin:0 28px 0 2px;top:4px !important;position:relative;height:20px}.materialize form.material .select-wrapper .dropdown-content:not(.multiple-select-dropdown) li:not(.no-value):not(.optgroup){position:relative}.materialize form.material .select-wrapper .dropdown-content:not(.multiple-select-dropdown) li:not(.no-value):not(.optgroup).selected{background-color:#eee}.materialize form.material .select-wrapper .dropdown-content:not(.multiple-select-dropdown) li:not(.no-value):not(.optgroup)>a:before,.materialize form.material .select-wrapper .dropdown-content:not(.multiple-select-dropdown) li:not(.no-value):not(.optgroup)>span:before{color:rgba(0,0,0,0.54);display:block;width:24px;margin-right:6px;font-size:24px;text-rendering:auto;-webkit-font-smoothing:antialiased;content:" ";font-style:normal;text-transform:none;top:10px;left:6px;position:absolute}.materialize form.material .select-wrapper .dropdown-content:not(.multiple-select-dropdown) li:not(.no-value):not(.optgroup).selected:not(.disabled)>span:before,.materialize form.material .select-wrapper .dropdown-content:not(.multiple-select-dropdown) li:not(.no-value):not(.optgroup).selected:not(.disabled)>a:before{font-family:"Material Icons";content:"done"}.materialize form.material .select-wrapper .dropdown-content:not(.multiple-select-dropdown) li:not(.no-value):not(.optgroup)>a,.materialize form.material .select-wrapper .dropdown-content:not(.multiple-select-dropdown) li:not(.no-value):not(.optgroup)>span{padding:6px 16px 6px 36px}.materialize form.material select:disabled{color:rgba(0,0,0,0.3)}.materialize form.material .select-wrapper input.select-dropdown:disabled{color:rgba(0,0,0,0.3);cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;border-bottom:1px solid rgba(0,0,0,0.3)}.materialize form.material .select-wrapper i{color:rgba(0,0,0,0.3)}.materialize form.material .select-dropdown li.disabled,.materialize form.material .select-dropdown li.disabled>span,.materialize form.material .select-dropdown li.optgroup{color:rgba(0,0,0,0.3);background-color:transparent}.materialize form.material .topics-kg .kge-search-picker{width:100%}.materialize form.material .topics-kg .input-field:after{clear:left;content:' ';display:block;position:absolute;right:10px;top:50%;left:initial;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,0.75) transparent transparent transparent}.materialize form.material .topics-kg .input-field input[type=text].topics-search{cursor:pointer}.materialize form.material .topics-kg .multi-topics,.materialize form.material .topics-kg .search-field{display:none}.materialize form.material .topics-kg .chosen-container-multi .chosen-choices li{height:auto;line-height:13px;margin:0 5px 0 0;padding-right:16px;border-radius:3px;background:#2196f3;color:white;font-weight:normal;font-size:13px}.materialize form.material .topics-kg .chosen-container-multi .chosen-choices li>span{color:white;margin:2px;padding:2px 4px;font-weight:normal;font-size:13px;height:auto;line-height:13px}.materialize form.material .topics-kg .chosen-container-multi .chosen-choices li .search-choice-close:before{color:white;line-height:20px;width:16px;padding-right:2px;font-size:10px;font-weight:normal}.materialize form.material .topics-kg .chosen-container-multi .chosen-choices li .search-choice-close:hover:before{background:rgba(0,0,0,0.05) !important}.materialize form.material .slider{padding:0}.materialize form.material .noUi-target{margin:16px 8px;border:0;border-radius:0}.materialize form.material .noUi-handle{width:15px;height:15px;border-radius:50%;box-shadow:none;background-color:#64b5f6;border:none;right:-6px;top:-5px}.materialize form.material .noUi-handle:after,.materialize form.material .noUi-handle:before{content:none}.materialize form.material .noUi-connect{background:#64b5f6}.materialize form.material .noUi-horizontal{height:5px}.materialize form.material .noUi-horizontal .noUi-tooltip{bottom:auto;top:120%}.materialize form.material .noUi-tooltip{display:none;font-size:12px;padding:0 5px;border-radius:2px}.materialize form.material .noUi-active .noUi-tooltip{display:block}.materialize form.material .selectized .selectize-control{position:relative}.materialize form.material .selectized .selectize-dropdown,.materialize form.material .selectized .selectize-input,.materialize form.material .selectized .selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;-webkit-font-smoothing:inherit}.materialize form.material .selectized .selectize-input,.materialize form.material .selectized .selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;display:inline-block}.materialize form.material .selectized .selectize-input{padding:4px 4px 0;min-height:36px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #e0e0e0;border-radius:2px}.materialize form.material .selectized .selectize-input:after{content:' ';display:block;clear:left}.materialize form.material .selectized .selectize-input.full{background-color:#fff}.materialize form.material .selectized .selectize-input.disabled,.materialize form.material .selectized .selectize-input.disabled *{cursor:default !important}.selectize-control.multi .materialize form.material .selectized .selectize-input.has-items{padding:6px 8px 3px}.materialize form.material .selectized .selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline}.selectize-control.multi .materialize form.material .selectized .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:2px 6px;background:#f2f2f2;color:#303030;border:0 solid #d0d0d0}.selectize-control.multi .materialize form.material .selectized .selectize-input>div.active{background:#e1e1e1;color:#303030;border:0 solid #cacaca}.selectize-control.multi .materialize form.material .selectized .selectize-input.disabled>div,.selectize-control.multi .materialize form.material .selectized .selectize-input.disabled>div.active{color:#7d7d7d;background:#fff;border:0 solid #fff}.materialize form.material .selectized .selectize-input>input{line-height:26px !important;font-size:16px !important;height:26px !important;padding:0 !important;border-radius:0 !important;display:inline-block !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 2px 0 0 !important;text-indent:0 !important;border:0 none !important;background:none !important;-webkit-user-select:auto !important;box-shadow:none !important;transition:none !important}.materialize form.material .selectized .selectize-input>input::-ms-clear{display:none}.materialize form.material .selectized .selectize-input>input:focus{outline:none !important}.materialize form.material .selectized.input-field.error:after{bottom:6px}.materialize form.material .selectized.input-field.error .selectize-input{line-height:16px;border-bottom:1px solid #d32f2f !important;box-shadow:0 1px 0 0 #d32f2f !important}.materialize form.material .selectized.input-field.error .selectize-input>input[type=text]{box-shadow:none !important;border-bottom:none !important}.materialize form.material .selectized.input-field.error .error-message{bottom:6px}.materialize form.material .selectized.input-field.valid:after{bottom:6px}.materialize form.material .selectized.input-field.valid .selectize-input{line-height:16px;border-bottom:1px solid #388e3c !important;box-shadow:0 1px 0 0 #388e3c !important}.materialize form.material .selectized.input-field.valid .selectize-input>input[type=text]{box-shadow:none !important;border-bottom:none !important}.materialize form.material .selectized .selectize-input.dropdown-active::before{content:' ';display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.materialize form.material .selectized .selectize-dropdown{position:absolute;z-index:10;border:1px solid #e0e0e0;background:#fff;margin:-1px 0 0 0;border-top:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.materialize form.material .selectized .selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden;font-size:16px;line-height:16px}.materialize form.material .selectized .selectize-dropdown [data-selectable] .highlight{background:#c8c8c8;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.materialize form.material .selectized .selectize-dropdown [data-selectable],.materialize form.material .selectized .selectize-dropdown .optgroup-header{padding:6px}.materialize form.material .selectized .selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.materialize form.material .selectized .selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.materialize form.material .selectized .selectize-dropdown .active{background-color:#e1e1e1}.materialize form.material .selectized .selectize-dropdown .active.create{color:#495c68}.materialize form.material .selectized .selectize-dropdown .create{color:rgba(48,48,48,0.5)}.materialize form.material .selectized .selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:250px;-webkit-overflow-scrolling:touch}.materialize form.material .selectized .selectize-dropdown-content .logo{float:left;margin-right:5px}.materialize form.material .selectized .selectize-dropdown-content .logo img{max-height:40px}.materialize form.material .selectized .selectize-dropdown-content .title{font-weight:bold;top:auto;margin-bottom:6px}.materialize form.material .selectized .selectize-dropdown-content .desc{font-size:13px}.materialize form.material .selectized .selectize-control .selectize-input,.materialize form.material .selectized .selectize-control .selectize-input input{cursor:pointer}.materialize form.material .selectized .selectize-control .selectize-input.input-active,.materialize form.material .selectized .selectize-control .selectize-input.input-active input{cursor:text}.materialize form.material .selectized .selectize-control .selectize-input:after{content:' ';display:block;position:absolute;top:50%;right:10px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:rgba(0,0,0,0.75) transparent transparent transparent}.materialize form.material .selectized .selectize-control .selectize-input.dropdown-active:after{border-width:0 5px 5px 5px;border-color:transparent transparent rgba(0,0,0,0.75) transparent}.materialize form.material .selectized .selectize-control.loading .selectize-input:after{font-family:'Font Awesome\ 5 Pro';-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;content:'\f1ce';top:7px;right:10px;margin-top:0;width:auto;height:auto;border:none}.materialize form.material .selectized .selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.materialize form.material .selectized .selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px !important}.materialize form.material .selectized .selectize-control .selectize-input.disabled{opacity:0.5;background-color:#fafafa}.materialize form.material .selectized .selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,0.06) !important;border:0 none !important;-webkit-box-shadow:inset 0 0 12px 4px #fff;box-shadow:inset 0 0 12px 4px #fff}.materialize form.material .selectized .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:'!';visibility:hidden}.materialize form.material .selectized .selectize-control.plugin-drag_drop .ui-sortable-helper{-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 2px 5px rgba(0,0,0,0.2)}.materialize form.material .selectized .selectize-dropdown-header{position:relative;padding:5px 8px;border-bottom:1px solid #e0e0e0;background:#fafafa;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.materialize form.material .selectized .selectize-dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:0.4;margin-top:-12px;line-height:20px;font-size:20px !important}.materialize form.material .selectized .selectize-dropdown-header-close:hover{color:#000}.materialize form.material .selectized .selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.materialize form.material .selectized .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.materialize form.material .selectized .selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.materialize form.material .selectized .selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.materialize form.material .selectized .selectize-control:not(.single).plugin-remove_button [data-value]{position:relative;padding-right:20px !important}.materialize form.material .selectized .selectize-control:not(.single).plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:17px;text-align:center;font-weight:bold;font-size:12px;color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:2px 0 0 0;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.materialize form.material .selectized .selectize-control:not(.single).plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,0.05)}.materialize form.material .selectized .selectize-control:not(.single).plugin-remove_button [data-value].active .remove{border-left-color:#cacaca}.materialize form.material .selectized .selectize-control:not(.single).plugin-remove_button .disabled [data-value] .remove:hover{background:none}.materialize form.material .selectized .selectize-control:not(.single).plugin-remove_button .disabled [data-value] .remove{border-left-color:#fff}.materialize form.material .selectized .selectize-control:not(.single).plugin-remove_button .remove-single{position:absolute;right:28px;top:6px;font-size:23px}.materialize form.material .selectized .selectize-control.multi .selectize-input.disabled [data-value]{color:#999;text-shadow:none;background:none;-webkit-box-shadow:none;box-shadow:none}.materialize form.material .selectized .selectize-control.multi .selectize-input.disabled [data-value],.materialize form.material .selectized .selectize-control.multi .selectize-input.disabled [data-value] .remove{border-color:#e6e6e6}.materialize form.material .selectized .selectize-control.multi .selectize-input.disabled [data-value] .remove{background:none}.materialize form.material .selectized .selectize-control.multi .selectize-input [data-value]{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:#2196f3;color:white;margin:0 4px 4px 0;padding:2px 4px}.materialize form.material .selectized .selectize-control.single .selectize-input .item{font-size:16px;padding:4px 0;color:rgba(0,0,0,0.74)}.materialize form.material .selectized .selectize-dropdown .optgroup-header{padding-top:7px;font-weight:bold;font-size:0.85em}.materialize form.material .selectized .selectize-dropdown .optgroup{border-top:1px solid #f0f0f0}.materialize form.material .selectized .selectize-dropdown .optgroup:first-child{border-top:0 none}.materialize form.material.flat ::-webkit-input-placeholder,.materialize form.material .flat ::-webkit-input-placeholder{color:rgba(0,0,0,0.3)}.materialize form.material.flat :-moz-placeholder,.materialize form.material .flat :-moz-placeholder{color:rgba(0,0,0,0.3)}.materialize form.material.flat ::-moz-placeholder,.materialize form.material .flat ::-moz-placeholder{color:rgba(0,0,0,0.3)}.materialize form.material.flat :-ms-input-placeholder,.materialize form.material .flat :-ms-input-placeholder{color:rgba(0,0,0,0.3)}.materialize form.material.flat .input-field,.materialize form.material .flat .input-field{padding:25px 0 10px 0}.materialize form.material.flat .input-field.input-text label,.materialize form.material.flat .input-field.input-email label,.materialize form.material.flat .input-field.input-url label,.materialize form.material.flat .input-field.input-slider label,.materialize form.material .flat .input-field.input-text label,.materialize form.material .flat .input-field.input-email label,.materialize form.material .flat .input-field.input-url label,.materialize form.material .flat .input-field.input-slider label{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;font-size:1rem;top:0}.materialize form.material.flat .input-field.input-text label.active,.materialize form.material.flat .input-field.input-email label.active,.materialize form.material.flat .input-field.input-url label.active,.materialize form.material.flat .input-field.input-slider label.active,.materialize form.material .flat .input-field.input-text label.active,.materialize form.material .flat .input-field.input-email label.active,.materialize form.material .flat .input-field.input-url label.active,.materialize form.material .flat .input-field.input-slider label.active{font-size:1rem;transform:none}.materialize form.material.flat .input-field.input-select label,.materialize form.material .flat .input-field.input-select label{white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;font-size:1rem;top:0}.materialize form.material.flat .input-field.input-select .select-wrapper,.materialize form.material .flat .input-field.input-select .select-wrapper{background-color:white;padding:0}.materialize form.material.flat .input-field.input-select .select-wrapper .dropdown-content.multiple-select-dropdown label,.materialize form.material .flat .input-field.input-select .select-wrapper .dropdown-content.multiple-select-dropdown label{overflow:inherit;width:auto;white-space:normal;padding:0;margin:0 28px 0 2px;top:4px !important;position:relative;height:20px}.materialize form.material.flat .input-field.input-select .select-wrapper span.caret,.materialize form.material .flat .input-field.input-select .select-wrapper span.caret{top:-2px;right:9px;color:rgba(0,0,0,0.75)}.materialize form.material.flat .input-field.input-select input.select-dropdown,.materialize form.material .flat .input-field.input-select input.select-dropdown{background-color:transparent}.materialize form.material.flat .input-field input:not([type]),.materialize form.material.flat .input-field input[type=text],.materialize form.material.flat .input-field input[type=password],.materialize form.material.flat .input-field input[type=email],.materialize form.material.flat .input-field input[type=url],.materialize form.material.flat .input-field input[type=time],.materialize form.material.flat .input-field input[type=date],.materialize form.material.flat .input-field input[type=datetime],.materialize form.material.flat .input-field input[type=datetime-local],.materialize form.material.flat .input-field input[type=tel],.materialize form.material.flat .input-field input[type=number],.materialize form.material.flat .input-field input[type=search],.materialize form.material.flat .input-field textarea,.materialize form.material .flat .input-field input:not([type]),.materialize form.material .flat .input-field input[type=text],.materialize form.material .flat .input-field input[type=password],.materialize form.material .flat .input-field input[type=email],.materialize form.material .flat .input-field input[type=url],.materialize form.material .flat .input-field input[type=time],.materialize form.material .flat .input-field input[type=date],.materialize form.material .flat .input-field input[type=datetime],.materialize form.material .flat .input-field input[type=datetime-local],.materialize form.material .flat .input-field input[type=tel],.materialize form.material .flat .input-field input[type=number],.materialize form.material .flat .input-field input[type=search],.materialize form.material .flat .input-field textarea{background-color:white;border:1px solid #e0e0e0;border-radius:2px;line-height:20px;box-sizing:border-box;color:rgba(0,0,0,0.71);box-shadow:none;margin:0;padding:4px}.materialize form.material.flat .input-field input:not([type]):disabled,.materialize form.material.flat .input-field input:not([type])[readonly="readonly"],.materialize form.material.flat .input-field input[type=text]:disabled,.materialize form.material.flat .input-field input[type=text][readonly="readonly"],.materialize form.material.flat .input-field input[type=password]:disabled,.materialize form.material.flat .input-field input[type=password][readonly="readonly"],.materialize form.material.flat .input-field input[type=email]:disabled,.materialize form.material.flat .input-field input[type=email][readonly="readonly"],.materialize form.material.flat .input-field input[type=url]:disabled,.materialize form.material.flat .input-field input[type=url][readonly="readonly"],.materialize form.material.flat .input-field input[type=time]:disabled,.materialize form.material.flat .input-field input[type=time][readonly="readonly"],.materialize form.material.flat .input-field input[type=date]:disabled,.materialize form.material.flat .input-field input[type=date][readonly="readonly"],.materialize form.material.flat .input-field input[type=datetime]:disabled,.materialize form.material.flat .input-field input[type=datetime][readonly="readonly"],.materialize form.material.flat .input-field input[type=datetime-local]:disabled,.materialize form.material.flat .input-field input[type=datetime-local][readonly="readonly"],.materialize form.material.flat .input-field input[type=tel]:disabled,.materialize form.material.flat .input-field input[type=tel][readonly="readonly"],.materialize form.material.flat .input-field input[type=number]:disabled,.materialize form.material.flat .input-field input[type=number][readonly="readonly"],.materialize form.material.flat .input-field input[type=search]:disabled,.materialize form.material.flat .input-field input[type=search][readonly="readonly"],.materialize form.material.flat .input-field textarea:disabled,.materialize form.material.flat .input-field textarea[readonly="readonly"],.materialize form.material .flat .input-field input:not([type]):disabled,.materialize form.material .flat .input-field input:not([type])[readonly="readonly"],.materialize form.material .flat .input-field input[type=text]:disabled,.materialize form.material .flat .input-field input[type=text][readonly="readonly"],.materialize form.material .flat .input-field input[type=password]:disabled,.materialize form.material .flat .input-field input[type=password][readonly="readonly"],.materialize form.material .flat .input-field input[type=email]:disabled,.materialize form.material .flat .input-field input[type=email][readonly="readonly"],.materialize form.material .flat .input-field input[type=url]:disabled,.materialize form.material .flat .input-field input[type=url][readonly="readonly"],.materialize form.material .flat .input-field input[type=time]:disabled,.materialize form.material .flat .input-field input[type=time][readonly="readonly"],.materialize form.material .flat .input-field input[type=date]:disabled,.materialize form.material .flat .input-field input[type=date][readonly="readonly"],.materialize form.material .flat .input-field input[type=datetime]:disabled,.materialize form.material .flat .input-field input[type=datetime][readonly="readonly"],.materialize form.material .flat .input-field input[type=datetime-local]:disabled,.materialize form.material .flat .input-field input[type=datetime-local][readonly="readonly"],.materialize form.material .flat .input-field input[type=tel]:disabled,.materialize form.material .flat .input-field input[type=tel][readonly="readonly"],.materialize form.material .flat .input-field input[type=number]:disabled,.materialize form.material .flat .input-field input[type=number][readonly="readonly"],.materialize form.material .flat .input-field input[type=search]:disabled,.materialize form.material .flat .input-field input[type=search][readonly="readonly"],.materialize form.material .flat .input-field textarea:disabled,.materialize form.material .flat .input-field textarea[readonly="readonly"]{border:1px solid #e0e0e0;background:#f5f5f5}.materialize form.material.flat .input-field input:not([type]):disabled+label,.materialize form.material.flat .input-field input:not([type])[readonly="readonly"]+label,.materialize form.material.flat .input-field input[type=text]:disabled+label,.materialize form.material.flat .input-field input[type=text][readonly="readonly"]+label,.materialize form.material.flat .input-field input[type=password]:disabled+label,.materialize form.material.flat .input-field input[type=password][readonly="readonly"]+label,.materialize form.material.flat .input-field input[type=email]:disabled+label,.materialize form.material.flat .input-field input[type=email][readonly="readonly"]+label,.materialize form.material.flat .input-field input[type=url]:disabled+label,.materialize form.material.flat .input-field input[type=url][readonly="readonly"]+label,.materialize form.material.flat .input-field input[type=time]:disabled+label,.materialize form.material.flat .input-field input[type=time][readonly="readonly"]+label,.materialize form.material.flat .input-field input[type=date]:disabled+label,.materialize form.material.flat .input-field input[type=date][readonly="readonly"]+label,.materialize form.material.flat .input-field input[type=datetime]:disabled+label,.materialize form.material.flat .input-field input[type=datetime][readonly="readonly"]+label,.materialize form.material.flat .input-field input[type=datetime-local]:disabled+label,.materialize form.material.flat .input-field input[type=datetime-local][readonly="readonly"]+label,.materialize form.material.flat .input-field input[type=tel]:disabled+label,.materialize form.material.flat .input-field input[type=tel][readonly="readonly"]+label,.materialize form.material.flat .input-field input[type=number]:disabled+label,.materialize form.material.flat .input-field input[type=number][readonly="readonly"]+label,.materialize form.material.flat .input-field input[type=search]:disabled+label,.materialize form.material.flat .input-field input[type=search][readonly="readonly"]+label,.materialize form.material.flat .input-field textarea:disabled+label,.materialize form.material.flat .input-field textarea[readonly="readonly"]+label,.materialize form.material .flat .input-field input:not([type]):disabled+label,.materialize form.material .flat .input-field input:not([type])[readonly="readonly"]+label,.materialize form.material .flat .input-field input[type=text]:disabled+label,.materialize form.material .flat .input-field input[type=text][readonly="readonly"]+label,.materialize form.material .flat .input-field input[type=password]:disabled+label,.materialize form.material .flat .input-field input[type=password][readonly="readonly"]+label,.materialize form.material .flat .input-field input[type=email]:disabled+label,.materialize form.material .flat .input-field input[type=email][readonly="readonly"]+label,.materialize form.material .flat .input-field input[type=url]:disabled+label,.materialize form.material .flat .input-field input[type=url][readonly="readonly"]+label,.materialize form.material .flat .input-field input[type=time]:disabled+label,.materialize form.material .flat .input-field input[type=time][readonly="readonly"]+label,.materialize form.material .flat .input-field input[type=date]:disabled+label,.materialize form.material .flat .input-field input[type=date][readonly="readonly"]+label,.materialize form.material .flat .input-field input[type=datetime]:disabled+label,.materialize form.material .flat .input-field input[type=datetime][readonly="readonly"]+label,.materialize form.material .flat .input-field input[type=datetime-local]:disabled+label,.materialize form.material .flat .input-field input[type=datetime-local][readonly="readonly"]+label,.materialize form.material .flat .input-field input[type=tel]:disabled+label,.materialize form.material .flat .input-field input[type=tel][readonly="readonly"]+label,.materialize form.material .flat .input-field input[type=number]:disabled+label,.materialize form.material .flat .input-field input[type=number][readonly="readonly"]+label,.materialize form.material .flat .input-field input[type=search]:disabled+label,.materialize form.material .flat .input-field input[type=search][readonly="readonly"]+label,.materialize form.material .flat .input-field textarea:disabled+label,.materialize form.material .flat .input-field textarea[readonly="readonly"]+label{color:rgba(0,0,0,0.25)}.materialize form.material.flat .input-field input:not([type]):focus:not([readonly]),.materialize form.material.flat .input-field input[type=text]:focus:not([readonly]),.materialize form.material.flat .input-field input[type=password]:focus:not([readonly]),.materialize form.material.flat .input-field input[type=email]:focus:not([readonly]),.materialize form.material.flat .input-field input[type=url]:focus:not([readonly]),.materialize form.material.flat .input-field input[type=time]:focus:not([readonly]),.materialize form.material.flat .input-field input[type=date]:focus:not([readonly]),.materialize form.material.flat .input-field input[type=datetime]:focus:not([readonly]),.materialize form.material.flat .input-field input[type=datetime-local]:focus:not([readonly]),.materialize form.material.flat .input-field input[type=tel]:focus:not([readonly]),.materialize form.material.flat .input-field input[type=number]:focus:not([readonly]),.materialize form.material.flat .input-field input[type=search]:focus:not([readonly]),.materialize form.material.flat .input-field textarea:focus:not([readonly]),.materialize form.material .flat .input-field input:not([type]):focus:not([readonly]),.materialize form.material .flat .input-field input[type=text]:focus:not([readonly]),.materialize form.material .flat .input-field input[type=password]:focus:not([readonly]),.materialize form.material .flat .input-field input[type=email]:focus:not([readonly]),.materialize form.material .flat .input-field input[type=url]:focus:not([readonly]),.materialize form.material .flat .input-field input[type=time]:focus:not([readonly]),.materialize form.material .flat .input-field input[type=date]:focus:not([readonly]),.materialize form.material .flat .input-field input[type=datetime]:focus:not([readonly]),.materialize form.material .flat .input-field input[type=datetime-local]:focus:not([readonly]),.materialize form.material .flat .input-field input[type=tel]:focus:not([readonly]),.materialize form.material .flat .input-field input[type=number]:focus:not([readonly]),.materialize form.material .flat .input-field input[type=search]:focus:not([readonly]),.materialize form.material .flat .input-field textarea:focus:not([readonly]){border-bottom:1px solid #2196f3;box-shadow:0 1px 0 0 #2196f3}.materialize form.material footer{text-align:right}.materialize form.material label{font-size:0.9rem;color:rgba(0,0,0,0.5)}.materialize #material-datepicker{/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */}.materialize #material-datepicker .picker{font-size:16px;text-align:left;line-height:1.2;color:#000000;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.materialize #material-datepicker .picker__input{cursor:default}.materialize #material-datepicker .picker__input.picker__input--active{border-color:#0089ec}.materialize #material-datepicker .picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.materialize #material-datepicker .picker__holder,.materialize #material-datepicker .picker__frame{bottom:0;left:0;right:0;top:100%}.materialize #material-datepicker .picker__holder{position:fixed;-webkit-transition:background 0.15s ease-out, top 0s 0.15s;-moz-transition:background 0.15s ease-out, top 0s 0.15s;transition:background 0.15s ease-out, top 0s 0.15s;-webkit-backface-visibility:hidden}.materialize #material-datepicker .picker__frame{position:absolute;margin:0 auto;min-width:256px;width:300px;max-height:350px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all 0.15s ease-out;-moz-transition:all 0.15s ease-out;transition:all 0.15s ease-out}@media (min-height: 28.875em){.materialize #material-datepicker .picker__frame{overflow:visible;top:auto;bottom:-100%;max-height:80%}}@media (min-height: 40.125em){.materialize #material-datepicker .picker__frame{margin-bottom:7.5%}}.materialize #material-datepicker .picker__wrap{display:table;width:100%;height:100%}@media (min-height: 28.875em){.materialize #material-datepicker .picker__wrap{display:block}}.materialize #material-datepicker .picker__box{background:#ffffff;display:table-cell;vertical-align:middle}@media (min-height: 28.875em){.materialize #material-datepicker .picker__box{display:block;border:1px solid #777777;border-top-color:#898989;border-bottom-width:0;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;-webkit-box-shadow:0 12px 36px 16px rgba(0,0,0,0.24);-moz-box-shadow:0 12px 36px 16px rgba(0,0,0,0.24);box-shadow:0 12px 36px 16px rgba(0,0,0,0.24)}}.materialize #material-datepicker .picker--opened .picker__holder{top:0;background:transparent;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";zoom:1;background:rgba(0,0,0,0.32);-webkit-transition:background 0.15s ease-out;-moz-transition:background 0.15s ease-out;transition:background 0.15s ease-out}.materialize #material-datepicker .picker--opened .picker__frame{top:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1}@media (min-height: 35.875em){.materialize #material-datepicker .picker--opened .picker__frame{top:10%;bottom:auto}}.materialize #material-datepicker .picker__input.picker__input--active{border-color:#e3f2fd}.materialize #material-datepicker .picker__frame{margin:0 auto;max-width:325px}@media (min-height: 38.875em){.materialize #material-datepicker .picker--opened .picker__frame{top:10%;bottom:auto}}.materialize #material-datepicker .picker__box{padding:0 1em}.materialize #material-datepicker .picker__header{text-align:center;position:relative;margin-top:.75em;background:transparent;height:32px}.materialize #material-datepicker .picker__month,.materialize #material-datepicker .picker__year{display:inline-block;margin-left:.25em;margin-right:.25em}.materialize #material-datepicker .picker__select--month,.materialize #material-datepicker .picker__select--year{height:2em;padding:0;margin-left:.25em;margin-right:.25em}.materialize #material-datepicker .picker__select--month.browser-default{display:inline;background-color:#ffffff;width:40%}.materialize #material-datepicker .picker__select--year.browser-default{display:inline;background-color:#ffffff;width:26%;padding:0 5px}.materialize #material-datepicker .picker__select--month:focus,.materialize #material-datepicker .picker__select--year:focus{border-color:rgba(0,0,0,0.05)}.materialize #material-datepicker .picker__nav--prev,.materialize #material-datepicker .picker__nav--next{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box;top:0}.materialize #material-datepicker .picker__nav--prev{left:-1em;padding-right:1.25em}.materialize #material-datepicker .picker__nav--next{right:-1em;padding-left:1.25em}.materialize #material-datepicker .picker__nav--disabled,.materialize #material-datepicker .picker__nav--disabled:hover,.materialize #material-datepicker .picker__nav--disabled:before,.materialize #material-datepicker .picker__nav--disabled:before:hover{cursor:default;background:none;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.materialize #material-datepicker .picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:1rem;width:100%;margin-top:.75em;margin-bottom:.5em}.materialize #material-datepicker .picker__table thead,.materialize #material-datepicker .picker__table thead tr,.materialize #material-datepicker .picker__table thead th{background:none !important}.materialize #material-datepicker .picker__table th,.materialize #material-datepicker .picker__table td{text-align:center;line-height:0.8rem}.materialize #material-datepicker .picker__table td{margin:0;padding:0}.materialize #material-datepicker .picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999999;font-weight:500}@media (min-height: 33.875em){.materialize #material-datepicker .picker__weekday{padding-bottom:.5em}}.materialize #material-datepicker .picker__day--today{position:relative;color:#595959;letter-spacing:-.3;padding:.75rem 0;font-weight:400;border:1px solid transparent}.materialize #material-datepicker .picker__day--disabled:before{border-top-color:#aaaaaa}.materialize #material-datepicker .picker__day--infocus:hover{cursor:pointer;color:#000000;font-weight:700}.materialize #material-datepicker .picker__day--outfocus{display:none;padding:.75rem 0;color:#ffffff}.materialize #material-datepicker .picker__day--outfocus:hover{cursor:pointer;color:#dddddd;font-weight:500}.materialize #material-datepicker .picker__day--highlighted:hover,.materialize #material-datepicker .picker--focused .picker__day--highlighted{cursor:pointer}.materialize #material-datepicker .picker__day--selected,.materialize #material-datepicker .picker__day--selected:hover,.materialize #material-datepicker .picker--focused .picker__day--selected{border-radius:50%;transform:scale(0.75);background:#0089ec;color:#ffffff}.materialize #material-datepicker .picker__day--disabled,.materialize #material-datepicker .picker__day--disabled:hover,.materialize #material-datepicker .picker--focused .picker__day--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#dddddd;cursor:default}.materialize #material-datepicker .picker__day--highlighted.picker__day--disabled,.materialize #material-datepicker .picker__day--highlighted.picker__day--disabled:hover{background:#bbbbbb}.materialize #material-datepicker .picker__footer{text-align:center;display:flex;align-items:center;justify-content:space-between}.materialize #material-datepicker .picker__button--today,.materialize #material-datepicker .picker__button--clear,.materialize #material-datepicker .picker__button--close{border:1px solid #ffffff;background:#ffffff;font-size:.8em;padding:.66em 0;font-weight:bold;width:33%;display:inline-block;vertical-align:bottom}.materialize #material-datepicker .picker__button--today:hover,.materialize #material-datepicker .picker__button--clear:hover,.materialize #material-datepicker .picker__button--close:hover{cursor:pointer;color:#000000;background:#b1dcfb;border-bottom-color:#b1dcfb}.materialize #material-datepicker .picker__button--today:focus,.materialize #material-datepicker .picker__button--clear:focus,.materialize #material-datepicker .picker__button--close:focus{background:#b1dcfb;border-color:rgba(0,0,0,0.05);outline:none}.materialize #material-datepicker .picker__button--today:before,.materialize #material-datepicker .picker__button--clear:before,.materialize #material-datepicker .picker__button--close:before{position:relative;display:inline-block;height:0}.materialize #material-datepicker .picker__button--today:before,.materialize #material-datepicker .picker__button--clear:before{content:" ";margin-right:.45em}.materialize #material-datepicker .picker__button--today:before{top:-0.05em;width:0;border-top:0.66em solid #0059bc;border-left:.66em solid transparent}.materialize #material-datepicker .picker__button--clear:before{top:-0.25em;width:.66em;border-top:3px solid #ee2200}.materialize #material-datepicker .picker__button--close:before{content:"\D7";top:-0.1em;vertical-align:top;font-size:1.1em;margin-right:.35em;color:#777777}.materialize #material-datepicker .picker__button--today[disabled],.materialize #material-datepicker .picker__button--today[disabled]:hover{background:#f5f5f5;border-color:#f5f5f5;color:#dddddd;cursor:default}.materialize #material-datepicker .picker__button--today[disabled]:before{border-top-color:#aaaaaa}.materialize #material-datepicker .picker__box{border-radius:2px;overflow:hidden}.materialize #material-datepicker .picker__date-display{text-align:center;background-color:#2196f3;color:#ffffff;padding-bottom:15px;font-weight:300}.materialize #material-datepicker .picker__nav--prev:hover,.materialize #material-datepicker .picker__nav--next:hover{cursor:pointer;color:#000000;background:#cfe6f8}.materialize #material-datepicker .picker__weekday-display{background-color:#0c84e4;padding:10px;font-weight:200;letter-spacing:.5;font-size:1rem;margin-bottom:15px}.materialize #material-datepicker .picker__month-display{text-transform:uppercase;font-size:2rem}.materialize #material-datepicker .picker__day-display{font-size:4.5rem;font-weight:400}.materialize #material-datepicker .picker__year-display{font-size:1.8rem;color:rgba(255,255,255,0.4)}.materialize #material-datepicker .picker__box{padding:0}.materialize #material-datepicker .picker__calendar-container{padding:0 1rem}.materialize #material-datepicker .picker__calendar-container thead{border:none}.materialize #material-datepicker .picker__table{margin-top:0;margin-bottom:.5em}.materialize #material-datepicker .picker__day--infocus{color:#595959;letter-spacing:-.3;padding:.75rem 0;font-weight:400;border:1px solid transparent}.materialize #material-datepicker .picker__day.picker__day--today{color:#2196f3}.materialize #material-datepicker .picker__day.picker__day--today.picker__day--selected{color:#ffffff}.materialize #material-datepicker .picker__weekday{font-size:.9rem}.materialize #material-datepicker .picker__day--selected,.materialize #material-datepicker .picker__day--selected:hover,.materialize #material-datepicker .picker--focused .picker__day--selected{border-radius:50%;transform:scale(0.9);background-color:#2196f3;color:#ffffff}.materialize #material-datepicker .picker__day--selected.picker__day--outfocus,.materialize #material-datepicker .picker__day--selected:hover.picker__day--outfocus,.materialize #material-datepicker .picker--focused .picker__day--selected.picker__day--outfocus{background-color:#cfe6f8}.materialize #material-datepicker .picker__footer{text-align:right;padding:5px 10px}.materialize #material-datepicker .picker__nav--prev:before,.materialize #material-datepicker .picker__nav--next:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:0.75em solid #676767;width:0;height:0;display:block;margin:0 auto}.materialize #material-datepicker .picker__nav--next:before{border-right:0;border-left:0.75em solid #676767}.materialize #material-datepicker button.picker__today:focus,.materialize #material-datepicker button.picker__clear:focus,.materialize #material-datepicker button.picker__close:focus{background-color:#cfe6f8}.materialize #material-datepicker .picker__list{list-style:none;padding:0.75em 0 4.2em;margin:0}.materialize #material-datepicker .picker__list-item{border-bottom:1px solid #dddddd;border-top:1px solid #dddddd;margin-bottom:-1px;position:relative;background:#ffffff;padding:.75em 1.25em}@media (min-height: 46.75em){.materialize #material-datepicker .picker__list-item{padding:.5em 1em}}.materialize #material-datepicker .picker__list-item:hover{cursor:pointer;color:#000000;background:#b1dcfb;border-color:#0089ec;z-index:10}.materialize #material-datepicker .picker__list-item--highlighted{border-color:#0089ec;z-index:10}.materialize #material-datepicker .picker__list-item--highlighted:hover,.materialize #material-datepicker .picker--focused .picker__list-item--highlighted{cursor:pointer;color:#000000;background:#b1dcfb}.materialize #material-datepicker .picker__list-item--selected,.materialize #material-datepicker .picker__list-item--selected:hover,.materialize #material-datepicker .picker--focused .picker__list-item--selected{background:#0089ec;color:#ffffff;z-index:10}.materialize #material-datepicker .picker__list-item--disabled,.materialize #material-datepicker .picker__list-item--disabled:hover,.materialize #material-datepicker .picker--focused .picker__list-item--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#dddddd;cursor:default;border-color:#dddddd;z-index:auto}.materialize #material-datepicker .picker--time .picker__button--clear{display:block;width:80%;margin:1em auto 0;padding:1em 1.25em;background:none;border:0;font-weight:500;font-size:.67em;text-align:center;text-transform:uppercase;color:#666}.materialize #material-datepicker .picker--time .picker__button--clear:hover,.materialize #material-datepicker .picker--time .picker__button--clear:focus{color:#000000;background:#b1dcfb;background:#ee2200;border-color:#ee2200;cursor:pointer;color:#ffffff;outline:none}.materialize #material-datepicker .picker--time .picker__button--clear:before{top:-0.25em;color:#666;font-size:1.25em;font-weight:bold}.materialize #material-datepicker .picker--time .picker__button--clear:hover:before,.materialize #material-datepicker .picker--time .picker__button--clear:focus:before{color:#ffffff}.materialize #material-datepicker .picker--time .picker__frame{min-width:256px;max-width:320px}.materialize #material-datepicker .picker--time .picker__box{font-size:1em;background:#f2f2f2;padding:0}@media (min-height: 40.125em){.materialize #material-datepicker .picker--time .picker__box{margin-bottom:5em}}.materialize a.dropdown-button{position:relative}.materialize a.dropdown-button:not(.btn-dots){padding:0 27px 0 9px}.materialize a.dropdown-button:not(.btn-dots):after{content:' ';display:block;position:absolute;top:50%;right:9px;margin-top:-2px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:currentColor transparent transparent transparent}.materialize a.dropdown-button.dropdown-flat{padding:0 30px 0 9px;display:inline-block;text-align:center;transition:.3s;cursor:pointer;font-size:14px;height:36px;line-height:37px;margin:0;vertical-align:middle;text-transform:uppercase;font-family:"Roboto", sans-serif;font-weight:normal;-webkit-border-radius:0;-moz-border-radius:0;border:1px solid #e0e0e0;border-radius:2px;background-color:white;box-shadow:none}.materialize .dropdown-content{background-color:#fff;margin:0;display:none;min-width:100px;max-height:650px;overflow-y:auto;opacity:0;position:absolute;z-index:9999;will-change:width, height}.materialize .dropdown-content li{clear:both;color:rgba(0,0,0,0.71);cursor:pointer;width:100%;text-align:left;text-transform:none;display:list-item;padding:0;font-size:16px;line-height:16px;white-space:nowrap}.materialize .dropdown-content li.active{background-color:#eee}.materialize .dropdown-content li:hover{background-color:#e1e1e1}.materialize .dropdown-content li.divider{min-height:0;height:1px;margin:0;padding:0}.materialize .dropdown-content li.header:not(:first-of-type){border-top:1px solid #e0e0e0}.materialize .dropdown-content li.header{color:rgba(0,0,0,0.3);padding:12px 8px 4px;cursor:default}.materialize .dropdown-content li.header:hover{background-color:transparent}.materialize .dropdown-content li>a,.materialize .dropdown-content li>span{font-size:16px;color:rgba(0,0,0,0.71);display:block;padding:12px 16px 9px}.materialize .dropdown-content li.disbaled>a,.materialize .dropdown-content li.optgroup>span{color:rgba(0,0,0,0.25)}.materialize .dropdown-content li>span>label{top:1px;left:0;height:18px}.materialize .dropdown-content li>a>i{height:inherit;line-height:inherit;padding-right:6px}.materialize .dropdown-content.dropdown-selectable li{position:relative}.materialize .dropdown-content.dropdown-selectable li>a,.materialize .dropdown-content.dropdown-selectable li>span{margin-left:20px}.materialize .dropdown-content.dropdown-selectable li>a:after,.materialize .dropdown-content.dropdown-selectable li>span:after{border-radius:2px}.materialize .dropdown-content.dropdown-selectable li>a:before,.materialize .dropdown-content.dropdown-selectable li>a:after,.materialize .dropdown-content.dropdown-selectable li>span:before,.materialize .dropdown-content.dropdown-selectable li>span:after{content:'';left:10px;top:10px;position:absolute;transition:border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;z-index:1;height:20px;width:20px;background-color:transparent}.materialize .dropdown-content.dropdown-selectable li>a:not(.checked):before,.materialize .dropdown-content.dropdown-selectable li>span:not(.checked):before{width:0;height:0;border:3px solid transparent;left:16px;top:22px;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:20% 40%;transform-origin:100% 100%}.materialize .dropdown-content.dropdown-selectable li>a:not(.checked):after,.materialize .dropdown-content.dropdown-selectable li>span:not(.checked):after{height:20px;width:20px;border:2px solid #5a5a5a;z-index:0}.materialize .dropdown-content.dropdown-selectable li>a.checked:before,.materialize .dropdown-content.dropdown-selectable li>span.checked:before{top:12px;left:11px;width:8px;height:13px;border-top:2px solid transparent;border-left:2px solid transparent;border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotateZ(37deg);transform:rotateZ(37deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.materialize .dropdown-content.dropdown-selectable li>a.checked:after,.materialize .dropdown-content.dropdown-selectable li>span.checked:after{border:2px solid #2196f3;background-color:#2196f3;z-index:0}.materialize .filter-tools form{position:relative;margin-top:12px}.materialize .filter-tools form select{background-color:rgba(255,255,255,0.9);width:100%;padding:5px;border:1px solid #f2f2f2;border-radius:2px;height:3rem;display:none}.materialize .filter-tools form label{position:absolute;top:-14px;font-size:0.7rem;color:rgba(0,0,0,0.5)}.materialize .filter-tools form .select-wrapper{position:relative;font-size:12px;line-height:14px;font-weight:normal;color:rgba(0,0,0,0.87)}.materialize .filter-tools form .select-wrapper span.caret{color:initial;position:absolute;right:0;top:0;bottom:0;height:10px;margin:auto 0;font-size:10px;line-height:10px;font-family:"Roboto", sans-serif;font-weight:normal}.materialize .filter-tools form .select-wrapper input.select-dropdown{position:relative;cursor:pointer;background-color:transparent;border:none;border-bottom:1px solid rgba(0,0,0,0.12);outline:none;width:100%;padding:0;display:block;box-shadow:none;box-sizing:content-box;transition:all 0.3s;height:1.6rem}.materialize .filter-tools form .select-wrapper input.select-dropdown:not([disabled]):focus{border-bottom-color:#039be5}.materialize .filter-tools form .select-wrapper .dropdown-content{background-color:#fff;margin:0;display:none;min-width:100px;max-height:650px;overflow-y:auto;opacity:0;position:absolute;z-index:9999;will-change:width, height;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}.materialize .filter-tools form .select-wrapper .dropdown-content li{clear:both;color:rgba(0,0,0,0.87);cursor:pointer;min-height:50px;line-height:1.5rem;width:100%;text-align:left;text-transform:none}.materialize .filter-tools form .select-wrapper .dropdown-content li:hover,.materialize .filter-tools form .select-wrapper .dropdown-content li.active,.materialize .filter-tools form .select-wrapper .dropdown-content li.selected{background-color:#eee}.materialize .filter-tools form .select-wrapper .dropdown-content li>a,.materialize .filter-tools form .select-wrapper .dropdown-content li>span{font-size:16px;color:rgba(0,0,0,0.54);display:block;line-height:22px;padding:14px 16px 14px 14px}.materialize .filter-tools form .select-wrapper .dropdown-content li.disabled,.materialize .filter-tools form .select-wrapper .dropdown-content li.disabled>span{color:rgba(0,0,0,0.3);background-color:transparent}.materialize .filter-tools form .select-wrapper .dropdown-content li.selected>a,.materialize .filter-tools form .select-wrapper .dropdown-content li.selected>span{color:#039be5}.materialize .filter-tools form .select-wrapper ul li{list-style-type:none}.materialize .filter-tools form .select-wrapper ul li>span:before{color:rgba(0,0,0,0.54);display:inline-block;width:16px;margin-right:8px;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;content:" "}.materialize .filter-tools form .select-wrapper ul li.selected>span:before{font:normal normal normal 14px/1 FontAwesome;content:"\f00c"}.materialize nav.filter,.materialize nav.filter-nojs{margin:0 12px 0 3px;min-height:0 !important;overflow:visible;padding:0 0 5px 0}.materialize .table-filters nav.filter,.materialize .table-filters nav.filter-nojs{margin:0 0;padding:0}.materialize nav.filter form .row,.materialize nav.filter-nojs form .row{margin-left:0;margin-right:0}.materialize nav.filter form .row label,.materialize nav.filter-nojs form .row label{color:#b3a9a9;font-style:italic}.materialize nav.filter form .row:not(.inline),.materialize nav.filter-nojs form .row:not(.inline){background:#ffffff;border:none}.materialize nav.filter form .select-multiple label,.materialize nav.filter-nojs form .select-multiple label{color:#b3a9a9;font-style:italic}.materialize nav.filter .searchform,.materialize nav.filter-nojs .searchform{background:#fff}.materialize nav.filter .chosen-container-multi .chosen-choices li:not(.search-field),.materialize nav.filter-nojs .chosen-container-multi .chosen-choices li:not(.search-field){display:inline-block;height:auto;line-height:12px;font-size:12px;font-weight:500;color:rgba(0,0,0,0.71);padding:5px 9px;border-radius:12px;background-color:#e4e4e4;margin-bottom:5px;margin-right:5px}.materialize nav.filter .chosen-container-multi .chosen-choices li:not(.search-field) button,.materialize nav.filter-nojs .chosen-container-multi .chosen-choices li:not(.search-field) button{padding:0 0 0 5px}.materialize nav.filter .chosen-container-multi .chosen-choices li:not(.search-field) button:hover,.materialize nav.filter-nojs .chosen-container-multi .chosen-choices li:not(.search-field) button:hover{color:#757575}.materialize nav.filter .chosen-container-multi .chosen-choices li .search-choice-close:before,.materialize nav.filter-nojs .chosen-container-multi .chosen-choices li .search-choice-close:before{width:22px;padding-left:5px;text-align:left}.materialize nav.filter .chosen-container-multi .chosen-choices li .search-choice-close:hover:before,.materialize nav.filter-nojs .chosen-container-multi .chosen-choices li .search-choice-close:hover:before{background:none;color:#f44336}.materialize nav.filter .chosen-container-single .chosen-single span,.materialize nav.filter-nojs .chosen-container-single .chosen-single span{color:#555555;font-weight:normal}.materialize nav.filter .chosen-container .chosen-results li.active-result,.materialize nav.filter-nojs .chosen-container .chosen-results li.active-result{font-size:0.875rem}.materialize .switch,.materialize .switch *,.materialize .input-switch,.materialize .input-switch *{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.materialize .switch label,.materialize .switch * label,.materialize .input-switch label,.materialize .input-switch * label{cursor:pointer}.materialize .switch label input[type=checkbox],.materialize .switch * label input[type=checkbox],.materialize .input-switch label input[type=checkbox],.materialize .input-switch * label input[type=checkbox]{opacity:0;width:0;height:0}.materialize .switch label input[type=checkbox]:checked+.lever,.materialize .switch * label input[type=checkbox]:checked+.lever,.materialize .input-switch label input[type=checkbox]:checked+.lever,.materialize .input-switch * label input[type=checkbox]:checked+.lever{background-color:#90caf9}.materialize .switch label input[type=checkbox]:checked+.lever:after,.materialize .switch * label input[type=checkbox]:checked+.lever:after,.materialize .input-switch label input[type=checkbox]:checked+.lever:after,.materialize .input-switch * label input[type=checkbox]:checked+.lever:after{background-color:#2196f3;left:24px}.materialize .switch label .lever,.materialize .switch * label .lever,.materialize .input-switch label .lever,.materialize .input-switch * label .lever{content:"";display:inline-block;position:relative;width:40px;height:15px;background-color:#818181;border-radius:15px;transition:background 0.3s ease;vertical-align:middle;margin:0 16px}.materialize .switch label .lever:after,.materialize .switch * label .lever:after,.materialize .input-switch label .lever:after,.materialize .input-switch * label .lever:after{content:"";position:absolute;display:inline-block;width:21px;height:21px;background-color:#f1f1f1;border-radius:21px;box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);left:-5px;top:-3px;transition:left 0.3s ease, background .3s ease, box-shadow 0.1s ease}.materialize .switch label.disabled,.materialize .switch * label.disabled,.materialize .input-switch label.disabled,.materialize .input-switch * label.disabled{color:rgba(0,0,0,0.25)}.materialize .switch label.disabled input[type=checkbox]:checked+.lever,.materialize .switch * label.disabled input[type=checkbox]:checked+.lever,.materialize .input-switch label.disabled input[type=checkbox]:checked+.lever,.materialize .input-switch * label.disabled input[type=checkbox]:checked+.lever{background-color:#bbdefb}.materialize .switch label.disabled .lever,.materialize .switch * label.disabled .lever,.materialize .input-switch label.disabled .lever,.materialize .input-switch * label.disabled .lever{background-color:#e0e0e0}.materialize input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,.materialize input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after{box-shadow:0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(33,150,243,0.1)}.materialize input[type=checkbox]:not(:disabled) ~ .lever:active:after,.materialize input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after{box-shadow:0 1px 3px 1px rgba(0,0,0,0.4),0 0 0 15px rgba(0,0,0,0.08)}.materialize .input-switch input[type=checkbox][disabled]+.lever{cursor:default}.materialize .input-switch label input[type=checkbox][disabled]+.lever:after,.materialize .input-switch label input[type=checkbox][disabled]:checked+.lever:after{background-color:#bdbdbd}.materialize .form-helper{padding-top:24px;color:rgba(0,0,0,0.5);font-style:italic}.materialize .kpi{white-space:nowrap}.materialize .kpi i.fa{font-size:12px;top:-5px;color:#9e9e9e;line-height:0;position:relative;vertical-align:baseline}.materialize .kpi.unreliable,.materialize .kpi .unreliable{font-style:italic;color:#9e9e9e}.materialize .kpi.evolution,.materialize .kpi .evolution{font-size:90%}.materialize .kpi.positive,.materialize .kpi .positive{color:#388e3c}.materialize .kpi.negative,.materialize .kpi .negative{color:#d32f2f}.materialize .kpi.blurred{min-width:150px}.materialize dl.kpi dt{font-size:0.9rem}.materialize dl.kpi dd{margin-top:6px;font-size:1.6rem;line-height:1.7rem}.materialize dl.kpi.kpi-small dt{font-size:0.7rem}.materialize dl.kpi.kpi-small dd{margin-top:2px;font-size:1rem;line-height:1.1rem}.materialize dl.kpi.kpi-large dd{font-size:1.8rem;line-height:1.9rem;font-weight:bold}.materialize td dl.video-socials{font-size:13px;min-width:100px}.materialize td dl.video-socials dt{min-width:34px;text-align:right}.materialize td dl.video-socials dd{text-align:right}.materialize .header-stats{position:relative;padding:0 20px;border-bottom:solid 1px #ccc}.materialize .header-stats .stats.isLoading{min-height:160px;-webkit-filter:blur(3px);-moz-filter:blur(3px);-o-filter:blur(3px);-ms-filter:blur(3px);filter:blur(3px)}.materialize .header-stats .stats .unavailable{margin:70px 0 0 0;min-height:130px}.materialize .header-stats .row{margin-bottom:0}.materialize .header-stats .loading{position:absolute;left:45%;bottom:26px;zoom:170%}.materialize .header-stats .kpi-container{padding:0 10px 10px !important;border-right:solid 1px #ccc;min-height:178px}.materialize .header-stats .kpi-container:first-child{padding-left:0 !important}.materialize .header-stats .kpi-container:nth-child(6){border-right:none;padding-right:0 !important}.materialize .header-stats .kpi-container.small{min-height:94px}.materialize .social-header .kpi-header-container{position:relative;float:right;top:68px}.materialize .social-header .kpi-header-container .kpi-header{padding:5px 15px;margin:10px 15px;width:147px}.materialize .social-header .kpi-header-container .kpi-header.kpi-score .kpi.unreliable{color:#2c672f}.materialize .social-header .kpi-header-container .kpi-header.kpi-score .kpi i.fa{color:#2c672f}.materialize .social-header .cover{height:270px;background-size:cover;background-position:center}.materialize .social-header .card-header-small{color:white;padding:12px 15px 0px;position:relative;min-height:80px}.materialize .social-header .card-header-small .btn.btn-floating{line-height:35px}.materialize .social-header .card-header-small .logo{float:left;margin-right:15px;width:68px;height:68px;border-radius:100%;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}.materialize .social-header .card-header-small .card-title{min-height:56px}.materialize .social-header .card-header-small .header-channel-informations{display:inline-block}.materialize .social-header .inline-block{display:inline-block}.materialize header.social .logo{float:left;margin-right:16px}.materialize header.social .logo img{width:68px;height:68px;border-radius:100%;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}.materialize header.social .title{float:left;display:block}.materialize header.social .title h1{margin:5px 0}.materialize .activator{display:inline-block;text-align:center;border-radius:2px;transition:.3s;cursor:pointer;font-size:14px;height:28px;line-height:30px;padding:0 0.75rem;margin:0 0.15rem 0.15rem;vertical-align:middle;text-transform:uppercase;font-family:"Roboto", sans-serif;font-weight:normal;color:#2196f3}.materialize .creators-link{background-color:#464646 !important;display:inline-block;text-align:center;border-radius:2px;transition:.3s;cursor:pointer;font-size:14px;height:28px;line-height:30px;padding:0 0.75rem;margin:0 0.15rem 0.15rem;vertical-align:middle;text-transform:uppercase;font-family:"Roboto", sans-serif;font-weight:normal;color:rgba(0,0,0,0.71);box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}.materialize .creators-link img{margin:1px 8px 0 -5px;height:25px;width:25px;vertical-align:baseline}.materialize .channel-header{position:relative;background:#ffffff}.materialize .channel-header .links{padding:5px;float:left}.materialize .channel-header .links a img{height:12px;vertical-align:baseline}.materialize .channel-header .cover{height:270px;background-size:cover;background-position:center;background-repeat:no-repeat !important;position:relative}.materialize .channel-header .cover .stats{position:absolute;bottom:0;right:0}.materialize .channel-header .cover .stats .stat{padding:3px;margin:10px;width:145px;color:#ffffff;display:block;font-size:1.3rem;line-height:normal;font-weight:bold;text-align:center;overflow:hidden}.materialize .channel-header .cover .stats .stat .kpi{display:inline-block}.materialize .channel-header .cover .stats .stat:after{display:none}.materialize .channel-header .cover .stats .stat.subscribers{background-color:#d32f2f}.materialize .channel-header .cover .stats .stat.videos{background-color:#1e88e5}.materialize .channel-header .cover .stats .stat.videos_views{background-color:#fb8c00}.materialize .channel-header .cover .stats .stat.score{background-color:#388e3c}.materialize .channel-header .cover .stats .stat .unit,.materialize .channel-header .cover .stats .stat .name{color:#ccc;font-weight:normal;font-size:0.8rem}.materialize .channel-header .detail{padding:10px;position:relative;min-height:85px;overflow:hidden}.materialize .channel-header .detail .logo{float:left;width:68px;height:68px;border-radius:100%;margin:0 18px 0 2px}.materialize .channel-header .detail .info{float:left}.materialize .channel-header .detail .info .name{font-size:1.4rem;font-weight:bold;margin-bottom:3px}.materialize .channel-header .detail .info .name>a .fa-stack{font-size:0.5rem}.materialize .channel-header .detail .info .name>a .fa-stack .fab{top:-2px}.materialize .channel-header .detail .info .name>.fa,.materialize .channel-header .detail .info .name>.fas,.materialize .channel-header .detail .info .name>.far,.materialize .channel-header .detail .info .name>.fab{color:#777;font-size:0.9rem}.materialize .channel-header .detail .info .metadata{font-size:1rem;line-height:0.4rem}.materialize .channel-header .detail .info .metadata>span:not(:first-child):before{content:'\2022'}.materialize .channel-header .detail .social-counter-container{float:right}.materialize .video-header .video-description{height:302px;overflow-y:auto;width:100%;overflow-x:hidden;text-overflow:ellipsis}.materialize .video-header .video-description .fa.fa-circle{font-size:40%}.materialize .video-header dd.kpi{font-size:1.4rem}@media screen and (max-width: 1180px){.materialize .video-header dd.kpi{font-size:1.2rem}}.materialize .video-header .evolution{font-size:100%}.materialize .social-post-img{display:block}.materialize .media-empty img{width:100%}.materialize .media-0{height:240px;width:100%;background-size:cover;background-position:center}.materialize .media-1,.materialize .media-2,.materialize .media-3{height:60px;width:33.33%;background-size:cover;background-position:center;float:left}.materialize .banner{background-color:#303646;color:#ffffff;margin:0;height:60px;box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.12),0 1px 8px 0 rgba(0,0,0,0.2);z-index:21;display:flex;justify-content:space-between}.materialize .banner .zone{height:100%;display:flex}.materialize .banner .logo{background-image:url("/img/wizdeo-analytics-logo.png");background-repeat:no-repeat;background-size:100%;background-position:center;margin:0 28px 0 2px;height:100%;width:190px;min-width:75px}.materialize .banner .logo a{display:block;height:100%}.materialize .banner .logo a h1{display:none}.materialize .banner .logo.brands{background-image:url("/img/wizdeo-analytics-brands.png")}.materialize .banner .logo.networks{background-image:url("/img/wizdeo-analytics-networks.png")}.materialize .banner .universes{margin-top:20px;white-space:nowrap}.materialize .banner .universes.menu li{font-weight:normal}.materialize .banner .universes.menu ul.nav>li.drop{font-weight:bold;border-bottom:3px solid #c62828}.materialize .banner .universes.menu ul.nav>li.drop:hover{color:#fff;transition:all 0.5s}.materialize .banner .universes.menu.brands ul.nav>li.drop{border-bottom:3px solid #2277ba}.materialize .banner .universes.menu.networks ul.nav>li.drop{border-bottom:3px solid #ef6c00}.materialize .banner .universes .universe{display:inline;white-space:nowrap}.materialize .banner .universes .universe.selected a{color:#ffffff;border-bottom:3px solid #c62828}.materialize .banner .universes .universe.selected.brands a{border-bottom:3px solid #2277ba}.materialize .banner .universes .universe.selected.networks a{border-bottom:3px solid #ef6c00}.materialize .banner .universes .universe a{color:#666666;font-size:1.1rem;font-weight:bold;padding:0 8px 12px;border-bottom:3px solid #303646}.materialize .banner .universes .universe:hover a{color:#ffffff;border-color:#c62828;transition:all 0.5s}.materialize .banner .universes .universe.brands:hover a{border-color:#2277ba}.materialize .banner .universes .universe.networks:hover a{border-color:#ef6c00}@media only screen and (min-width: 993px){.materialize .banner .universes .universe a{font-size:1.25rem}}.materialize .banner .search{margin:12px 5px}.materialize .banner .search form{display:flex}.materialize .banner .search .search-selector{padding:0 !important}.materialize .banner .search .search-selector input{border-color:#ffffff !important;border-radius:0 !important;border-top-right-radius:4px !important;border-bottom-right-radius:4px !important;padding-right:30px !important}.materialize .banner .search .search-selector input:focus{border:1px solid #e0e0e0 !important;box-shadow:none !important}.materialize .banner .search .search-selector .input-append{min-width:50px;position:relative}.materialize .banner .search .search-selector .search-button{background-color:white;position:absolute;margin:0;padding:0;top:1px;width:30px;right:1px;height:34px}.materialize .banner .search .search-selector .autocomplete-suggestions{padding:0;width:270px !important;max-width:280px !important;max-height:350px !important;left:-54px;background-color:white;color:rgba(0,0,0,0.71);border:none;margin-top:2px}.materialize .banner .search .search-selector .autocomplete-suggestions .autocomplete-suggestion{white-space:nowrap;overflow:hidden;padding:0;margin:0;border-left:2px solid transparent;border-right:2px solid transparent;transition:0.75s}.materialize .banner .search .search-selector .autocomplete-suggestions .autocomplete-suggestion:hover{border-left:2px solid #c62828;background-color:#ccc !important;transition:0.25s}.materialize .banner .search .search-selector .autocomplete-suggestions .autocomplete-suggestion img{width:35px}.materialize .banner .search .search-selector .autocomplete-suggestions .no-suggestion{font-size:14px;overflow-y:auto;font-weight:normal}.materialize .banner .search .search-plateforms{background-color:#fff;height:37px;border:none;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;margin:0;font-size:17px;padding-top:3px}.materialize .banner .search #dropdown-search-plateforms{min-width:130px;z-index:10000}.materialize .banner .menu{margin:0 5px}.materialize .banner .menu ul.nav>li{line-height:36px;padding:12px 8px 9px}.materialize .banner .menu ul.nav>li.drop{padding-right:24px}.materialize .banner .menu ul.nav>li.drop:after{line-height:62px}.materialize .banner .menu ul.nav>li.drop>ul{top:60px}.materialize .banner .menu .lang{width:100px}.materialize .banner .menu .alerts-nb{position:absolute;height:1.125rem;min-width:1.125rem;line-height:1.0625rem;background-color:#d32f2f;border-radius:1.125rem;top:9px;left:20px;font-size:0.625rem;padding:0 4px;color:white}.materialize .banner .ytmp{margin:2px 5px 0}.materialize .banner .ytmp img{max-width:none}.materialize .banner .company{background-color:rgba(255,255,255,0.6);padding:3px 3px 0;border-bottom-left-radius:4px;border-bottom-right-radius:4px;position:absolute;top:60px;right:0;z-index:10000;height:18px}.materialize .banner .company img{height:10px;max-width:none;vertical-align:top}.materialize .learn-more .card-content{height:194px;overflow-y:auto}.materialize .card-graph form.material .input-field.input-select{padding-bottom:0}.materialize .card-graph .card-content h3{margin:5px 0}.materialize .card-graph .highchart{height:250px}.materialize .card-graph .highchart:not(.loading) .progress{display:none !important}.materialize .card-graph .highchart .graph{height:250px}.materialize .card-graph .highchart .highcharts-tooltip{font-size:12px;line-height:14px}.materialize .card-graph .datatable{min-height:250px}.materialize .card-graph .datatable .progress{height:250px}.materialize .card-graph .datatable:not(.loading) .progress{display:none !important}.materialize .datatable tr.ignored *,.materialize .datatable tr.computed *{color:#c5c5c5}.materialize .dataTables_wrapper .row{margin:0}.materialize .dataTables_wrapper .dataTables_length{float:left;margin:5px}.materialize .dataTables_wrapper .dataTables_length select{width:auto;padding:0.2rem 0.5rem;background-color:transparent;border-bottom-color:#999;height:auto}.materialize .dataTables_wrapper .dataTables_length select:hover{background-color:transparent}.materialize .dataTables_wrapper .dataTables_filter{float:right;text-align:right;margin:5px}.materialize .dataTables_wrapper .dataTables_filter input{width:auto;display:inline-block;background-color:white;border:1px solid #e0e0e0;border-radius:2px;line-height:14px;box-sizing:border-box;color:rgba(0,0,0,0.71);box-shadow:none;margin:0;padding:4px;outline:none;height:28px;font-size:14px;margin-left:5px}.materialize .dataTables_wrapper .dt-buttons{float:right;margin:5px}.materialize .dataTables_wrapper .dataTables_info{float:left;font-size:13px;margin:5px}.materialize .dataTables_wrapper .dataTables_paginate{text-align:right;margin:5px}.materialize .dataTables_wrapper .dataTables_paginate .paginate_button{height:1.4rem;line-height:1.4rem;font-weight:normal;margin:0 0.15625rem;padding:0 0.3125rem;border-radius:2px;transition:0.3s;font-size:13px}.materialize .dataTables_wrapper .dataTables_paginate .paginate_button:hover{background-color:#cfd8dc}.materialize .dataTables_wrapper .dataTables_paginate .paginate_button.current{color:#ffffff;background-color:#757575}.materialize .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#ffffff;background-color:#757575}.materialize ul.nav.videolist_tabs{border-bottom:solid 1px #ccc}.materialize .social-counter-container .social-counter-element{padding:4px;min-width:74px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);position:relative}.materialize .social-counter-container .social-counter-element .counter-link{width:100%;height:100%;position:absolute;top:0;left:0}.materialize .social-counter-container .social-counter-element i{font-size:18px}.materialize .social-counter-container .social-counter-element .counter{font-size:14px}.materialize .social-counter-container .social-counter-element .social-type{font-size:12px}.materialize .card-content .video-game{display:flex;align-items:center;height:58px;text-overflow:ellipsis;width:100%;overflow:hidden}.materialize .topicchannel-game{width:inherit}.materialize .topicchannel-game .logo{float:left;width:50px;height:50px;background-size:cover;background-repeat:no-repeat;border-radius:50%}.materialize .topicchannel-game .title{line-height:50px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.materialize #usual_games_played_list .container-full{padding:0 !important;max-height:350px;overflow-y:scroll}.materialize #usual_games_played_list .game{display:flex}.materialize #usual_games_played_list .game .logo{width:50px;height:50px;background-size:cover;background-repeat:no-repeat;border-radius:50%}.materialize #usual_games_played_list .game .title{line-height:50px}.materialize .card .card-list{overflow-y:auto;overflow-x:hidden;border-bottom:1px solid #e0e0e0}.materialize .card .card-list .card-list-item{padding:8px 4px;border-top:1px solid #e0e0e0;display:flex;flex-direction:row;align-items:center;overflow:hidden;flex-grow:1}.materialize .card.card-kpi{min-height:112px}.materialize .card.card-kpi .card-content{padding:6px 9px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.materialize .card.card-kpi .card-content .row.card-values{height:100%}.materialize .card.card-kpi .card-content .row.card-values .col{height:100%;display:flex;flex-direction:column;justify-content:space-between;text-align:right}.materialize .card.card-kpi .card-label,.materialize .card.card-kpi .card-title{font-size:0.7rem;line-height:normal;color:#9e9e9e;margin-bottom:5px}.materialize .card.card-kpi .card-values{text-align:right}.materialize .card.card-kpi .card-value,.materialize .card.card-kpi .card-small-value,.materialize .card.card-kpi .card-xsmall-value{white-space:nowrap;line-height:normal;text-align:right}.materialize .card.card-kpi .card-value{font-size:1.5rem;font-weight:bold;text-align:right}.materialize .card.card-kpi .card-small-value{font-size:1.1rem}.materialize .card.card-kpi .card-xsmall-value{font-size:0.8rem}.materialize .card .games-list{font-size:0.8rem}.materialize .card .games-list .card-list-item{position:relative}.materialize .card .games-list .card-list-item.game-header{padding:0 4px;border:none;font-size:0.6rem}.materialize .card .games-list .card-list-item .game-bar{position:absolute;left:0;bottom:0px;height:5px}.materialize .card .games-list .card-list-item .game-logo{margin-right:3px}.materialize .card .games-list .card-list-item .game-title{flex-grow:1;min-width:0}.materialize .card .games-list .card-list-item .game-performance{text-align:center;min-width:45px;font-size:0.6rem}.materialize .card .games-list .card-list-item .game-percent{text-align:right;min-width:35px}.materialize .custom_card .custom_header{padding:5px 9px;font-size:13px}.materialize .custom_card .card-content .value{overflow-wrap:break-word}.materialize .custom_card .card-content.param-value{padding:0 0 0 9px !important;height:52px;overflow-x:hidden;overflow-y:auto}.materialize .custom_card .card-content.mini-scroll::-webkit-scrollbar{width:8px;border-radius:2px;background-color:#bdbdbd}.materialize .custom_card .card-content.mini-scroll::-webkit-scrollbar-track{background-color:#eee}.materialize .custom_card .card-content.mini-scroll::-webkit-scrollbar-thumb{background-color:#bdbdbd}.materialize .custom_card .card-content .include-parameter span.badge{background-color:#66bb6a}.materialize .custom_card .card-content .exclude-parameter span.badge{background-color:#ef5350}.materialize .custom_card .card-content .include-parameter .element-form,.materialize .custom_card .card-content .exclude-parameter .element-form{display:none}.materialize .custom_card .card-actions.custom_card_actions{padding:2px}.materialize .custom_card .card-actions.custom_card_actions .btn{font-size:12px;height:24px;line-height:24px}.materialize .element{margin-bottom:10px}.materialize .advanced-search .materialize .container-full{padding:0.5rem 0px 0 3px}.materialize .advanced-search .materialize .criteria-container{margin-bottom:0}.materialize .add-criteria-elmt{-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;transition:all 0.2s ease-in;border:2px dashed #bdbdbd;height:116px;color:#bdbdbd}.materialize .add-criteria-elmt:hover{-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;transition:all 0.2s ease-in;color:#757575;border:2px dashed #757575;cursor:pointer}.materialize .criteria-container .recap-element{width:100%}.materialize .criteria-container .recap-element .element-form .card{margin-bottom:16px}.materialize .recap-element::-webkit-scrollbar{width:8px;border-radius:2px;background-color:#bdbdbd}.materialize .recap-element::-webkit-scrollbar-track{background-color:#eee}.materialize .recap-element::-webkit-scrollbar-thumb{background-color:#bdbdbd}.materialize .recap{margin-bottom:0 !important}.materialize .criteria-container{margin-bottom:0px !important;margin-left:-6px !important}.materialize .constructor h2.edit{display:none}.materialize .constructor button.apply{display:none}.materialize .constructor.editMode button.apply{display:block}.materialize .constructor.editMode button.submit{display:none}.materialize .constructor.editMode button.addOther{display:none}.materialize .constructor.editMode h2.add{display:none}.materialize .constructor.editMode h2.edit{display:block}.materialize .constructor h2.edit{display:none}.materialize .constructor button.apply{display:none}.materialize .constructor.editMode button.apply{display:inline-block}.materialize .constructor.editMode button.submit{display:none}.materialize .constructor.editMode button.addOther{display:none}.materialize .constructor.editMode h2.add{display:none}.materialize .constructor.editMode h2.edit{display:block}.materialize .youtube{background-color:#cc181e}.materialize .instagram{background-color:#c2185b}.materialize .facebook{background-color:#3a589e}.materialize .youtubers-search-button{position:absolute;top:3px;width:30px;right:1px;height:84px !important}.materialize .youtubers-search-button:hover{background-color:transparent !important}.materialize .youtubers-search-button i:hover{color:#757575 !important}.materialize .infoLink{line-height:85px !important}.materialize .social-community{margin:0 !important;height:265px;overflow-x:hidden;overflow-y:auto}.materialize .menu{position:relative}.materialize .menu .actions{position:absolute;right:20px;top:20px}.materialize .popular-tweet-slider .swiper-container.swiper-list .swiper-button-prev,.materialize .popular-tweet-slider .swiper-container.swiper-list .swiper-button-next{bottom:0px !important}.materialize .cover .twitter-cover-link{display:block;height:100%;width:100%}.materialize .post-top .swiper-slide{width:280px;height:255px}.materialize .offer-free,.materialize .offer-gratuit{background-color:#a8cbc7 !important}.materialize .offer-free-connected,.materialize .offer-connecte-gratuit{background-color:#e0e1e3  !important}.materialize .offer-youtuber,.materialize .offer-youtubeur{background-color:#A0AABF  !important}.materialize table.offers th{text-align:center;width:200px}.materialize table.offers th h3{text-align:center;margin-bottom:20px}.materialize table.offers tr td{background-color:#fff;border-bottom:1px solid #eee;height:60px}.materialize table.offers tr.category td{background-color:#eee}.materialize .youtuber-plans .card.plan{min-height:1350px}.materialize .mcn-plans .card.plan{min-height:850px}.materialize .card.plan{overflow:auto}.materialize .card.plan .card-header{min-height:154px;display:flex;align-items:center;justify-content:center;text-align:center}.materialize .card.plan.free-plan .card-header{background-color:#039be5}.materialize .card.plan.creators-plan .card-header{background-color:#e53935}.materialize .card.plan.partners-plan .card-header{background-color:#ffb300}.materialize .card.plan.connected-plan .card-header{background-color:#43a047}.materialize .card.plan .offer{padding:25px 0}.materialize .card.plan .offer h4{margin-bottom:15px}.materialize .card.plan .p-connected{background-color:#43a047;padding:40px 0;font-weight:bold;color:white}.materialize .card.plan .p-creators{background-color:#e53935;padding:40px 0;font-weight:bold;color:white}.materialize .company{background-color:#ef6c00}.materialize .company .actions-nav-menu .btn{background-color:#f57c00;color:#ddd}.materialize .company .actions-nav-menu .btn:hover{background-color:#fb8c00;color:#ffffff}.materialize header.company .logo{display:inline-block;float:left;margin-right:16px;padding:0;width:100px;height:100px;border-radius:100%;position:relative;background-color:rgba(255,255,255,0.85);vertical-align:middle}.materialize header.company .logo img{max-height:100%;max-width:100%;width:auto;height:auto;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding:5px}.materialize .add-token{display:flex;justify-content:space-between}.materialize .add-token .card{display:flex;flex-direction:column;width:49.5%;margin-bottom:0}.materialize .cms-partner-code .input-field{padding:0 !important}.materialize .cms-partner-code .input-field input{width:230px !important}.materialize .cms-partner-code .channel-logo{width:100%}.materialize .card.inactive{background:red;padding:5px}.materialize .card.inactive .card-content{background:white}.materialize .card.inactive .card-actions{background:white}.materialize .profile .video-top .swiper-slide,.materialize .insights .video-top .swiper-slide{width:360px;height:255px}.materialize .profile .progress,.materialize .insights .progress{display:none !important}.materialize .profile .loading .progress,.materialize .insights .loading .progress{display:flex !important}.materialize .profile .chart,.materialize .insights .chart{background-color:#fff;padding:0;margin:0;flex:none}.materialize .profile .chart .graph,.materialize .insights .chart .graph{background-color:transparent;padding:0;margin:0}.materialize .profile .card-charts .material-chart,.materialize .insights .card-charts .material-chart{height:20rem !important;max-width:100%;margin:0 0.625rem 0 0 !important}.materialize .profile .highcharts-tooltip .stats,.materialize .insights .highcharts-tooltip .stats{margin-left:0 !important}.materialize .profile .claims>span,.materialize .insights .claims>span{margin-right:5px}.materialize .profile .claims>span>i,.materialize .insights .claims>span>i{margin-right:2px}.materialize .country_distribution_full_list{padding:0 !important;max-height:350px;overflow-y:scroll}.materialize .profile .claims{margin-top:4px;font-size:20px;font-weight:bold}.materialize .ranking-element{padding:12px 16px;border-bottom:1px solid rgba(160,160,160,0.2);height:64px;display:flex}.materialize .ranking-element .statistic{line-height:inherit;text-align:right;margin-left:10px;display:flex;align-items:center}.materialize .ranking-element.highlight{background-color:#1e88e5;color:#ffffff}.materialize .ranking-element.highlight .card-title a{color:#fff !important}.materialize .ranking-element.highlight .kpi .negative{color:#863d3d}.materialize .ranking-element.highlight .kpi .positive{color:#61f167}.materialize .ranking-element.highlight .rank.positive,.materialize .ranking-element.highlight .ranking-evo.positive{color:#00c853}.materialize .ranking-element.highlight .rank.negative,.materialize .ranking-element.highlight .ranking-evo.negative{color:#b71c1c}.materialize .ranking-element .rounded{width:44px;height:44px;border-radius:100%}.materialize .ranking-element .rank{line-height:44px;margin-right:14px}.materialize .ranking-element .card-title{line-height:44px;float:left;display:inline-block;white-space:nowrap;width:227px;flex-grow:2;overflow:hidden;text-overflow:ellipsis}.materialize .ranking-element .card-title a{display:inline-block}.materialize .ranking-element:last-child{border-bottom:none}.materialize .ranking-element .ranking-evo{width:36px}.materialize .ranking-element .ranking-evo i{line-height:42px}.materialize .channel-ranking-title{display:block;margin-bottom:2px;margin-top:14px}.materialize .table-monetization.mini-scroll{height:347px;overflow-y:scroll}.materialize .card-img.commentators{min-height:206px;background-image:url(/img/report/commentators.jpg);background-size:cover;background-position:inherit}.materialize .card-img.scheduling{min-height:206px;background-image:url(/img/report/scheduling.jpg);background-size:cover;background-position:inherit}.materialize .card-img.overlap{min-height:206px;background-image:url(/img/report/overlap.jpg);background-size:cover;background-position:inherit}.materialize #video-top-views .small-video-card .stat,.materialize #video-top-rpm .small-video-card .stat,.materialize #video-top-loyalty .small-video-card .stat,.materialize #video-top-engagement .small-video-card .stat,.materialize #video-top-views1m .small-video-card .stat,.materialize #video-top-claims .small-video-card .stat{font-size:20px;line-height:26px;font-weight:bold;text-align:right;color:#888888}.materialize .card.video-report-widget .tag-best{float:right;background:#43a047;transition:box-shadow .25s;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);border-radius:100%;color:white;width:36px;height:36px;text-align:center;margin:6px}.materialize .card.video-report-widget .tag-worst{float:right;background:#e53935;transition:box-shadow .25s;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);border-radius:100%;color:white;width:36px;height:36px;text-align:center;margin:6px}.materialize .card.video-report-widget .tag-best i,.materialize .card.video-report-widget .tag-worst i{line-height:34px}.materialize .card.video-report-widget .title{font-weight:normal}.materialize .card.video-report-widget .stat{font-size:20px;line-height:26px;font-weight:bold;text-align:right}.materialize .card.video-report-widget .best{color:#43a047}.materialize .card.video-report-widget .worst{color:#e53935}.materialize .card-header.copyrights-monetisation,.materialize .img-copyrights-monetisation{background-color:#01579b !important}.materialize .adwords-subscribers-boost,.materialize .img-adwords-subscribers-boost{background-color:#43a047 !important}.materialize .card-header.creator-licence,.materialize .card-header.pros-licence,.materialize .img-creator-licence,.materialize .img-pros-licence{background-color:#c62828 !important}.materialize .img-creator-licence,.materialize .img-pros-licence,.materialize .img-adwords-subscribers-boost,.materialize .img-copyrights-monetisation{text-align:center}.materialize .card.services .card-content ul{margin:0 !important}.materialize .card.services .card-content{min-height:103px}.materialize .custom-form{transition:box-shadow .25s;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2);background-color:#21217D}.materialize .custom-form .right-side,.materialize .custom-form .left-side{min-height:270px;padding:0 !important}.materialize .custom-form .criteria-status{margin-right:5px;width:20px}.materialize .custom-form .validated-parameter{font-size:18px;color:white}.materialize .custom-form #channel-selector .input-field{max-width:400px;width:100%}.materialize .custom-form footer{display:block;border-radius:0 0 2px 2px;background-color:#fafafa;padding:6px;width:100%;text-align:right;border-top:1px solid rgba(0,0,0,0.1)}.materialize .custom-form .info-channel-multiple{-webkit-transition:all 0.2s ease-in;-moz-transition:all 0.2s ease-in;transition:all 0.2s ease-in;border:2px dashed #3656a5;height:116px;color:#bdbdbd;margin:0 0 16px 0}.materialize .custom-form .info-channel-multiple .text{margin-top:45px;color:#3656a5}.materialize .stack-element{position:absolute}.materialize .stack-element img{width:52px;height:52px;border:2px solid transparent;border-radius:100%}.materialize .stack-element:not(:first-of-type){left:36px}.materialize .stack-element:nth-of-type(3){left:60px}.materialize .stack-element:nth-of-type(4){left:84px}.materialize .stack-element:nth-of-type(5){left:108px}.materialize .stack-element:nth-of-type(2):hover{transition-duration:1s;transition-timing-function:ease}.materialize .stack-element:hover img{width:52px;height:52px;border:2px solid #1e88e5;border-radius:100%;transition-duration:700ms;transition-timing-function:ease}.materialize .card.services .cover img{width:100%}.materialize .card.services .cover .title-overlay{position:absolute;left:8px}.materialize .card.services .cover ul{position:absolute;top:80px;color:white;margin-left:30px}.materialize .card.services .cover ul li{max-width:130px}@media only screen and (min-width: 993px){.materialize .col-service{min-width:410px !important}.materialize .col-service .card.services{min-width:400px}}@media only screen and (max-width: 640px){.materialize .card.services .title-overlay{font-size:22px}.materialize .card.services ul{top:50px}.materialize .card.services ul li{max-width:115px}}.materialize #ChannelYoutubeSearchForm #searchButton{width:100%}.materialize #addChannelsYoutubeSearchForm .show-hide-btn label{margin-right:0 !important}.materialize #addChannelsYoutubeSearchForm .container-recap{min-height:133px !important}.materialize #addChannelsYoutubeSearchForm .channel-result.videos-displayed{margin-bottom:340px !important}.materialize #addChannelsYoutubeSearchForm #search-results{position:relative}.materialize #addChannelsYoutubeSearchForm #search-results .card.small-channel-card{height:auto !important}.materialize #addChannelsYoutubeSearchForm #search-results .card.tracked-channel .card-content,.materialize #addChannelsYoutubeSearchForm #search-results .card.saved-channel .card-content,.materialize #addChannelsYoutubeSearchForm #search-results .card.untracked-channel .card-content,.materialize #addChannelsYoutubeSearchForm #search-results .card.unselected-channel .card-content,.materialize #addChannelsYoutubeSearchForm #search-results .card.unsaved-channel .card-content{background-color:white}.materialize #addChannelsYoutubeSearchForm #search-results .card.tracked-channel .card-actions,.materialize #addChannelsYoutubeSearchForm #search-results .card.saved-channel .card-actions,.materialize #addChannelsYoutubeSearchForm #search-results .card.untracked-channel .card-actions,.materialize #addChannelsYoutubeSearchForm #search-results .card.unselected-channel .card-actions,.materialize #addChannelsYoutubeSearchForm #search-results .card.unsaved-channel .card-actions{background-color:white}.materialize #addChannelsYoutubeSearchForm #search-results .card.tracked-channel,.materialize #addChannelsYoutubeSearchForm #search-results .card.saved-channel{background:#228e00;padding:5px}.materialize #addChannelsYoutubeSearchForm #search-results .card.untracked-channel{background:#4D9FF3;padding:5px}.materialize #addChannelsYoutubeSearchForm #search-results .card.unselected-channel{background:white;padding:5px}.materialize #addChannelsYoutubeSearchForm #search-results .card.unsaved-channel{background:#ff0000;padding:5px}.materialize #addChannelsYoutubeSearchForm #search-results .card input[type="checkbox"].filled-in:not(:checked)+label:after{height:20px;width:20px;background-color:#ffffff;border:2px solid #bdbdbd;top:0px;z-index:0}.materialize #addChannelsYoutubeSearchForm #search-results .swiper-container{position:absolute;height:321px;padding:0 15px;margin:8px -8px;background-color:#eeeeee;visibility:hidden}.materialize #addChannelsYoutubeSearchForm #search-results .swiper-container.active{visibility:visible}.materialize #addChannelsYoutubeSearchForm #search-results .video-from-channel .swiper-slide{width:360px;height:320px}.materialize #addChannelsYoutubeSearchForm #search-results .video-from-channel .card .stat{text-align:right;float:right}.materialize .card-arrow:after{content:" ";position:absolute;left:30px;bottom:-30px;border-top:30px solid #4caf50;border-right:30px solid transparent;border-left:30px solid transparent;border-bottom:none}.materialize .statusRow{display:flex;flex-direction:column}.materialize .statusRow .cardCol-1{order:3}.materialize .statusRow .cardCol-2{order:2}.materialize .statusRow .cardCol-2{order:1}@media (min-width: 600px){.materialize .statusRow{display:flex;flex-direction:row}.materialize .statusRow .cardCol-1{order:0}}.materialize .editable-pricing{display:flex;justify-content:space-between}.materialize .editable-pricing dd{color:#2196f3}.materialize .editable-pricing .text-grey .editable-click,.materialize .editable-pricing .text-grey a.editable-click,.materialize .editable-pricing .text-grey a.editable-click:hover{text-decoration:none;border-bottom:dashed 1px #9e9e9e;color:#9e9e9e}.materialize .editable-pricing .text-grey.text-darken-4 .editable-click,.materialize .editable-pricing .text-grey.text-darken-4 a.editable-click,.materialize .editable-pricing .text-grey.text-darken-4 a.editable-click:hover{text-decoration:none;border-bottom:dashed 1px #212121;color:#212121}.materialize .editable-pricing .editable-input input{background-color:transparent;height:24px;border-bottom:dashed 1px #9e9e9e;font-size:17px}.materialize .editable-pricing .editable-input input:focus{outline-style:none;box-shadow:none;background-color:transparent;border-top:transparent;border-left:transparent;border-right:transparent;border-bottom:dashed 1px #9e9e9e}.materialize .editable-pricing .editable-error-block{font-size:10px}.materialize .editable-pricing .custom_pricing_form{float:left;width:39px}.materialize .editable-string{display:inline;background-color:transparent;font-size:1rem;line-height:24px}.materialize td .sponso-brands,.materialize .brands-card .sponso-brands{display:flex;align-items:center;justify-content:space-between}.materialize td .sponso-brands .visible .brand-logo,.materialize .brands-card .sponso-brands .visible .brand-logo{width:40px;height:40px;border:4px solid #ffffff;position:relative;border-radius:50%}.materialize td .sponso-brands .visible .brand-logo.zoho-linked,.materialize .brands-card .sponso-brands .visible .brand-logo.zoho-linked{border:4px solid #444}.materialize td .sponso-brands .visible .brand-logo-small,.materialize .brands-card .sponso-brands .visible .brand-logo-small{width:30px;height:30px;border:4px solid #ffffff;position:relative;border-radius:50%}.materialize td .sponso-brands .visible .brand-zoho,.materialize .brands-card .sponso-brands .visible .brand-zoho{border-radius:50%;width:15px;height:15px;position:absolute;bottom:-18px;left:12px}.materialize td .sponso-brands .visible .brand-logo.ambassador-linked,.materialize .brands-card .sponso-brands .visible .brand-logo.ambassador-linked{border:4px solid #e7a11c}.materialize td .sponso-brands .visible .brand-flag-ambassador,.materialize .brands-card .sponso-brands .visible .brand-flag-ambassador{border-radius:50%;width:17px;height:17px;position:absolute;top:-18px;left:12px;border:2px solid #e7a11c;background-color:white}.materialize td .sponso-brands .visible .brand-flag-ambassador i,.materialize .brands-card .sponso-brands .visible .brand-flag-ambassador i{color:#e7a11c;position:relative;top:-4px}.materialize .brands-card-large .sponso-brands .visible .brand-logo{width:60px;height:60px}.materialize p{margin-bottom:16px;font-size:17px;line-height:21px}.materialize ul{font-size:17px;line-height:21px;list-style-type:circle;margin-left:40px}.materialize dl{font-size:17px;line-height:21px;margin-bottom:0}.materialize dl:not(:first-of-type){margin-top:12px}.materialize dl dt{margin-bottom:0;font-size:75%;color:#aaa;font-weight:normal}.materialize dl.inline{display:block;clear:both}.materialize dl.inline dt{width:150px;clear:both;float:left}.materialize dl.inline dd{float:left}.materialize a{color:#2196f3}.materialize a:hover{color:#51adf6;transition:0.75s}.materialize a.inverse{color:#37474f}.materialize a.inverse:hover{color:#263238;text-decoration:underline}.materialize .text-error,.materialize .text-danger{color:#d32f2f}.materialize .text-success{color:#388e3c}.materialize .text-warning{color:#fb8c00}.materialize .text-bold{font-weight:bold}.materialize .text-italic{font-style:italic}.materialize .text-xxlarge{font-size:150%}.materialize .text-xlarge{font-size:130%}.materialize .text-large{font-size:110%}.materialize .text-small{font-size:80%;line-height:normal}.materialize .text-xsmall{font-size:70%}.materialize .text-color-l0{color:#d32f2f}.materialize .text-color-l1{color:#ec407a}.materialize .text-color-l2{color:#ff9800}.materialize .text-color-l3{color:#7cb342}.materialize .text-color-l4{color:#388e3c}.materialize .valign-wrapper{display:flex !important;flex-direction:row !important;align-items:center !important}.materialize .valign-wrapper .valign{display:block}.materialize .section{padding-top:1rem;padding-bottom:1rem}.materialize hr,.materialize .divider{height:1px;overflow:hidden;background-color:#e0e0e0;margin:16px 0;border:none}.materialize .circle{border-radius:50%}.materialize .clearfix{clear:both}.materialize .hidden{display:none}.materialize .no-wrap{white-space:nowrap}.materialize pre[class*="language-"]{padding:7px 12px;border:solid 1px rgba(51,51,51,0.12)}.materialize code{border:none}.materialize .z-depth-0{box-shadow:none !important}.materialize .z-depth-1,.materialize ul.collapsible,.materialize .dropdown-content{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12),0 3px 1px -2px rgba(0,0,0,0.2)}.materialize .z-depth-1-half{box-shadow:0 3px 3px 0 rgba(0,0,0,0.14),0 1px 7px 0 rgba(0,0,0,0.12),0 3px 1px -1px rgba(0,0,0,0.2)}.materialize .z-depth-2{box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,0.12),0 2px 4px -1px rgba(0,0,0,0.3)}.materialize .z-depth-3{box-shadow:0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12),0 3px 5px -1px rgba(0,0,0,0.3)}.materialize .z-depth-4,.materialize .modal.materialize,.materialize .reveal-modal.materialize{box-shadow:0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12),0 5px 5px -3px rgba(0,0,0,0.3)}.materialize .z-depth-5{box-shadow:0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.3)}.materialize .truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.materialize .blured-truncate{white-space:nowrap;overflow:hidden;position:relative}.materialize .blured-truncate .paragraph-end{background-image:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, #fff));background-image:-webkit-linear-gradient(left, rgba(255,255,255,0), #fff);background:linear-gradient(to right, rgba(255,255,255,0), #fff);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00ffffff', EndColorStr='#ffffff');bottom:0;height:100%;position:absolute;right:0;width:40px}.materialize .truncate-3l{max-width:350px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.materialize .mini-scroll::-webkit-scrollbar,.materialize .table-double-slider::-webkit-scrollbar{width:8px;height:8px;background-color:#bdbdbd}.materialize .mini-scroll::-webkit-scrollbar-track,.materialize .table-double-slider::-webkit-scrollbar-track{background-color:#eee}.materialize .mini-scroll::-webkit-scrollbar-thumb,.materialize .table-double-slider::-webkit-scrollbar-thumb{background-color:#bdbdbd;border-radius:8px}.materialize .mini-scroll::-webkit-scrollbar-thumb:hover,.materialize .table-double-slider::-webkit-scrollbar-thumb:hover{background-color:#42a5f5;-webkit-transition:all 0.75s linear;-moz-transition:all 0.75s linear;-o-transition:all 0.75s linear;transition:all 0.75s linear}.materialize .ml-0{margin-left:0px !important}.materialize .pl-0{padding-left:0px !important}.materialize .ml-5{margin-left:5px !important}.materialize .pl-5{padding-left:5px !important}.materialize .ml-10{margin-left:10px !important}.materialize .pl-10{padding-left:10px !important}.materialize .ml-15{margin-left:15px !important}.materialize .pl-15{padding-left:15px !important}.materialize .ml-20{margin-left:20px !important}.materialize .pl-20{padding-left:20px !important}.materialize .ml-25{margin-left:25px !important}.materialize .pl-25{padding-left:25px !important}.materialize .ml-30{margin-left:30px !important}.materialize .pl-30{padding-left:30px !important}.materialize .mr-0{margin-right:0px !important}.materialize .pr-0{padding-right:0px !important}.materialize .mr-5{margin-right:5px !important}.materialize .pr-5{padding-right:5px !important}.materialize .mr-10{margin-right:10px !important}.materialize .pr-10{padding-right:10px !important}.materialize .mr-15{margin-right:15px !important}.materialize .pr-15{padding-right:15px !important}.materialize .mr-20{margin-right:20px !important}.materialize .pr-20{padding-right:20px !important}.materialize .mr-25{margin-right:25px !important}.materialize .pr-25{padding-right:25px !important}.materialize .mr-30{margin-right:30px !important}.materialize .pr-30{padding-right:30px !important}.materialize .mb-0{margin-bottom:0px !important}.materialize .pb-0{padding-bottom:0px !important}.materialize .mb-5{margin-bottom:5px !important}.materialize .pb-5{padding-bottom:5px !important}.materialize .mb-10{margin-bottom:10px !important}.materialize .pb-10{padding-bottom:10px !important}.materialize .mb-15{margin-bottom:15px !important}.materialize .pb-15{padding-bottom:15px !important}.materialize .mb-20{margin-bottom:20px !important}.materialize .pb-20{padding-bottom:20px !important}.materialize .mb-25{margin-bottom:25px !important}.materialize .pb-25{padding-bottom:25px !important}.materialize .mb-30{margin-bottom:30px !important}.materialize .pb-30{padding-bottom:30px !important}.materialize .mt-0{margin-top:0px !important}.materialize .pt-0{padding-top:0px !important}.materialize .mt-5{margin-top:5px !important}.materialize .pt-5{padding-top:5px !important}.materialize .mt-10{margin-top:10px !important}.materialize .pt-10{padding-top:10px !important}.materialize .mt-15{margin-top:15px !important}.materialize .pt-15{padding-top:15px !important}.materialize .mt-20{margin-top:20px !important}.materialize .pt-20{padding-top:20px !important}.materialize .mt-25{margin-top:25px !important}.materialize .pt-25{padding-top:25px !important}.materialize .mt-30{margin-top:30px !important}.materialize .pt-30{padding-top:30px !important}@media only screen and (max-width: 600px){.materialize .hide-on-small-only,.materialize .hide-on-small-and-down{display:none !important}}@media only screen and (max-width: 992px){.materialize .hide-on-med-and-down{display:none !important}}@media only screen and (min-width: 601px){.materialize .hide-on-med-and-up{display:none !important}}@media only screen and (min-width: 600px) and (max-width: 992px){.materialize .hide-on-med-only{display:none !important}}@media only screen and (min-width: 993px){.materialize .hide-on-large-only{display:none !important}}@media only screen and (min-width: 993px){.materialize .show-on-large{display:block !important}}@media only screen and (min-width: 600px) and (max-width: 992px){.materialize .show-on-medium{display:block !important}}@media only screen and (max-width: 600px){.materialize .show-on-small{display:block !important}}@media only screen and (min-width: 601px){.materialize .show-on-medium-and-up{display:block !important}}@media only screen and (max-width: 992px){.materialize .show-on-medium-and-down{display:block !important}}
.modal.materialize,.reveal-modal.materialize{background-color:#fafafa;padding:0;border-radius:2px;will-change:top, opacity;text-align:left;white-space:normal}.modal.materialize h1,.modal.materialize h2,.modal.materialize h3,.modal.materialize h4,.reveal-modal.materialize h1,.reveal-modal.materialize h2,.reveal-modal.materialize h3,.reveal-modal.materialize h4{margin-top:0}.modal.materialize .spinner,.reveal-modal.materialize .spinner{display:none;z-index:9999;position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,0.9)}.modal.materialize .spinner div,.reveal-modal.materialize .spinner div{width:100%}.modal.materialize.loading .spinner,.reveal-modal.materialize.loading .spinner{display:flex}.modal.materialize header,.reveal-modal.materialize header{text-align:left;display:block}.modal.materialize .modal-content,.modal.materialize .container,.modal.materialize .container-full,.reveal-modal.materialize .modal-content,.reveal-modal.materialize .container,.reveal-modal.materialize .container-full{padding:10px 10px 4px;min-height:75px;text-align:left}.modal.materialize .modal-close,.reveal-modal.materialize .modal-close{cursor:pointer}.modal.materialize footer,.modal.materialize .modal-footer,.reveal-modal.materialize footer,.reveal-modal.materialize .modal-footer{display:block;border-radius:0 0 2px 2px;background-color:#fafafa;padding:6px;width:100%;text-align:right;border-top:1px solid rgba(0,0,0,0.1)}.modal.materialize footer .btn,.modal.materialize .modal-footer .btn,.reveal-modal.materialize footer .btn,.reveal-modal.materialize .modal-footer .btn{margin:6px 0}.modal.materialize{display:none;position:fixed;left:0;right:0;width:55%;margin:auto}.modal.materialize.small{width:35%}@media only screen and (max-width: 992px){.modal.materialize{width:80%}}
.modal-overlay{position:fixed;z-index:999;top:-100px;left:0;bottom:0;right:0;height:125%;width:100%;background:#000;display:none;will-change:opacity}#material-tooltips{display:none}.tooltipster{cursor:pointer}span.tooltipster{border-bottom:1px dotted #aaaaaa;padding-bottom:2px}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-content::-webkit-scrollbar{width:8px;height:8px;border-radius:2px;background-color:#bdbdbd}.tooltipster-content::-webkit-scrollbar-track{background-color:#eeeeee}.tooltipster-content::-webkit-scrollbar-thumb{background-color:#bdbdbd}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0, 0);-moz-transform:scale(0, 0);-o-transform:scale(0, 0);-ms-transform:scale(0, 0);transform:scale(0, 0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1);-ms-transform:scale(1, 1);transform:scale(1, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0deg);-moz-transform:rotateZ(0deg);-o-transform:rotateZ(0deg);-ms-transform:rotateZ(0deg);transform:rotateZ(0deg);-webkit-transition-timing-function:cubic-bezier(0.23, 0.635, 0.495, 1);-webkit-transition-timing-function:cubic-bezier(0.23, 0.635, 0.495, 2.4);-moz-transition-timing-function:cubic-bezier(0.23, 0.635, 0.495, 2.4);-ms-transition-timing-function:cubic-bezier(0.23, 0.635, 0.495, 2.4);-o-transition-timing-function:cubic-bezier(0.23, 0.635, 0.495, 2.4);transition-timing-function:cubic-bezier(0.23, 0.635, 0.495, 2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15)}.tooltipster-fall.tooltipster-initial{top:0 !important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0 !important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);-webkit-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-moz-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-ms-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);-o-transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15);transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.15)}.tooltipster-slide.tooltipster-initial{left:-40px !important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0 !important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading 400ms}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating 600ms}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling 600ms}.tooltipster-sidetip .tooltipster-box{background:#565656;border-radius:3px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:white;line-height:18px;font-size:14px;padding:8px 14px}.tooltipster-sidetip .tooltipster-content ul{margin-bottom:0;font-size:1rem}.tooltipster-sidetip .tooltipster-content a{color:#2196f3}.tooltipster-sidetip .tooltipster-content a:hover{text-decoration:underline}.tooltipster-sidetip.tooltipster-light .tooltipster-box{border-radius:3px;border:1px solid #ccc;background:#fff}.tooltipster-sidetip.tooltipster-light .tooltipster-content{color:#666}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow{height:9px;margin-left:-9px;width:18px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow{height:18px;margin-left:0;margin-top:-9px;width:9px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-1px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:1px}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-1px}.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border{border:9px solid transparent}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border{border-left-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border{border-right-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border{border-top-color:#ccc}.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped{top:-9px}.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped{left:-9px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0px;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0px;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#565656}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#565656}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#565656}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#565656}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}#material-datepicker{z-index:2000}
