/**
 * Matericious v0.9.0 (https://matericious.com/)
 * Copyright 2018 Matericious Authors
 * Licensed under MIT (https://github.com/Matericious/Matericious/blob/master/LICENSE)
 */

.appbar{width:100%;height:65px;line-height:65px;overflow:hidden;color:#000}.appbar.fixed,.appbar.dense,.appbar.short,.appbar.collapse,.appbar.collapsed{position:-webkit-sticky;position:sticky;top:0px;z-index:2}.appbar.dense{-webkit-transition:top 0.4s;transition:top 0.4s}.appbar.collapse{-webkit-transition:width 0.4s;transition:width 0.4s}.appbar.collapsed{width:115px;border-radius:0px 0px 30px 0px}.appbar.collapsed .title{display:none}.appbar>.wrap{width:95%;height:100%;position:relative;margin:0px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.appbar>.wrap>section>.search{width:auto;height:35px;overflow:hidden;display:inline-block;background-color:rgba(255,255,255,0.15);border-radius:5px;color:#fff;-webkit-transition:background-color 0.5s;transition:background-color 0.5s;vertical-align:middle}.appbar>.wrap>section>.search:hover{background-color:rgba(255,255,255,0.3)}.appbar>.wrap>section>.search>i{font-size:22px;text-indent:20px;line-height:35px;position:relative;top:-7px}.appbar>.wrap>section>.search>input{width:60px;height:100%;padding:0;border:none;float:right;background:transparent;-webkit-transition:width 0.5s;transition:width 0.5s;padding-right:8px;padding-left:10px;color:inherit}.appbar>.wrap>section>.search>input:focus{width:200px}.appbar>.wrap>section>.search>input:hover,.appbar>.wrap>section>.search>input:focus{outline:none}.appbar>.wrap>section>.search>input::-webkit-input-placeholder{color:inherit}.appbar>.wrap>section>.search>input:-ms-input-placeholder{color:inherit}.appbar>.wrap>section>.search>input::-ms-input-placeholder{color:inherit}.appbar>.wrap>section>.search>input::placeholder{color:inherit}.appbar>.wrap>section>img{height:40px;vertical-align:middle;padding:8px}.appbar>.wrap>section>a{min-width:50px;height:40px;line-height:40px;padding:0px 6px 0px 6px;display:inline-block;text-decoration:none;text-transform:uppercase;text-align:center;font-size:14px;font-weight:500;font-family:"Roboto",san-serif;cursor:pointer;vertical-align:middle}.appbar>.wrap>section>a.icon{text-transform:none;width:50px;height:50px;padding:0;margin:0;text-align:center;border-radius:50%}.appbar>.wrap>section>a.icon>i{font-size:24px;position:relative;top:0.5em}.appbar>.wrap>section>a.icon>img{margin-top:8px}.appbar>.wrap>section>.title{font-size:16px;color:inherit;vertical-align:middle;font-family:"Roboto",san-serif;text-indent:10px}.appbar>.wrap>.left{float:left;height:100%}.appbar>.wrap>.center{margin:0px auto;height:100%}.appbar>.wrap>.center.static{position:absolute;left:50%;margin-left:-50px}.appbar>.wrap>.center.static ~ .right{margin-left:auto;margin-right:0}.appbar>.wrap>.right{height:100%;float:right}.badge[data-badge]{position:relative}.badge[data-badge]:after{content:attr(data-badge);width:22px;height:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:600;font-size:12px;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:-4px;right:-4px;background:#ff0026;color:#ffffff !important;border-radius:50%}.btn{margin-top:5px;padding:12px 20px;text-align:center;text-decoration:none;text-transform:uppercase;background:#2196F3;color:#fff;border:0px;border-radius:6px;font-size:12px;font-weight:500;-webkit-transition:all 150ms linear;transition:all 150ms linear;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.12);box-shadow:0 1px 2px 0 rgba(0,0,0,0.12)}.btn>i{font-size:15px;vertical-align:middle;margin-top:-2px;-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s;position:relative}.btn>i:nth-child(1){position:relative;left:-5px}.btn>i[ani],.btn>i[move]{left:0px;right:0px}.btn:hover{-webkit-transition:all 150ms linear;transition:all 150ms linear;opacity:0.9}.btn:hover>i[ani="left"]{-webkit-animation:ani-left 1s infinite;animation:ani-left 1s infinite}@-webkit-keyframes ani-left{10%{left:0px}50%{left:-5px}}@keyframes ani-left{10%{left:0px}50%{left:-5px}}.btn:hover>i[ani="right"]{-webkit-animation:ani-right 1s infinite;animation:ani-right 1s infinite}@-webkit-keyframes ani-right{10%{left:0px}50%{left:5px}}@keyframes ani-right{10%{left:0px}50%{left:5px}}.btn:hover>i[ani="rotate"]{-webkit-animation:ani-rotate 1s infinite;animation:ani-rotate 1s infinite}@-webkit-keyframes ani-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ani-rotate{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.btn:hover>i[move="left"]{-webkit-animation:ani-left 1s 1;animation:ani-left 1s 1}.btn:hover>i[move="right"]{-webkit-animation:ani-right 1s 1;animation:ani-right 1s 1}.btn:hover>i[move="rotate"]{-webkit-animation:ani-rotate 1s 1;animation:ani-rotate 1s 1}.btn:active{-webkit-transition:all 150ms linear;transition:all 150ms linear;opacity:0.7;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 8px 0 rgba(0,0,0,0.12);box-shadow:0 1px 2px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 8px 0 rgba(0,0,0,0.12)}.btn.outline{background:transparent;border:#2196F3 1px solid;color:#222}.btn.outline:hover{background:#2196F3;color:#424242}.btn.text{background:transparent;-webkit-box-shadow:none;box-shadow:none}.btn.round,.btn.transparent{width:50px;height:50px;padding:0px;margin:0;text-align:center;border-radius:50%}.btn.round>i,.btn.transparent>i{font-size:20px;left:0;right:0}.btn.round:before,.btn.transparent:before{content:"";width:30px;height:30px;background:rgba(33,150,243,0.8);border-radius:50%;margin:-6px -5.5px;display:inline-block;position:absolute;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s}.btns{position:relative}.btns>.btn:nth-child(1){border-radius:6px 0px 0px 6px}.btns>.btn:nth-child(3){border-radius:0px 6px 6px 0px}.btns>span{width:30px;height:30px;line-height:30px;text-align:center;overflow:hidden;position:absolute;background:white;border-radius:50%;top:50%;-webkit-transform:translateY(-45%);transform:translateY(-45%);margin-left:-17px;font-family:"Roboto",san-serif;font-size:10px;z-index:2}.link{margin-top:5px;padding:10px 15px;text-decoration:none;background:transparent;-webkit-box-shadow:none;box-shadow:none;color:#424242;font-size:14px;font-weight:bold;line-height:1.3;font-family:Tahoma, Geneva, sans-serif}btn.btn[ts]{background:transparent;text-align:center;-webkit-box-shadow:none;box-shadow:none}btn.btn[ts]>i{font-size:20px}btn.btn[ts]:hover{-webkit-box-shadow:none;box-shadow:none}.card{width:300px;height:auto;background:#fff;border-radius:6px;overflow:hidden;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 8px 0 rgba(0,0,0,0.12);box-shadow:0 1px 2px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 8px 0 rgba(0,0,0,0.12)}.card>img{width:100%;clear:both}.card>p{margin:0;height:auto;line-height:1.25rem;font-weight:400;font-family:"Roboto",san-serif;font-size:.875rem;letter-spacing:.01786em;padding:1rem}.card>.header{width:90%;height:auto;margin:0px auto;position:relative;padding:1rem}.card>.header>label{font-family:"Roboto",san-serif;font-size:1.25rem;font-weight:600;letter-spacing:.0125em;color:inherit !important}.card>.header>span{display:block;color:#9E9E9E;font-family:"Roboto",san-serif;position:relative;font-size:.875rem;line-height:1.375rem;font-weight:500;letter-spacing:.00714em;top:4px}.card>.content{width:90%;height:auto;line-height:1.25rem;font-weight:400;font-family:"Roboto",san-serif;font-size:.875rem;letter-spacing:.01786em;padding:0 1rem 8px}.card>action{width:95%;height:auto;margin:0px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px}.card>action button{padding:8px;display:inline-block}.card>action button>i{vertical-align:middle}.card>action button.round{width:35px;height:35px}.checkbox{z-index:0;position:relative;display:inline-block;color:rgba(0,0,0,0.87);font-family:"Roboto","Segoe UI",BlinkMacSystemFont,system-ui,-apple-system;font-size:16px;line-height:1.5;padding-right:15px}.checkbox>input{width:40px;height:40px;position:absolute;top:-8px;left:-10px;display:block;margin:0;border-radius:50%;appearance:none;-moz-appearance:none;-webkit-appearance:none;z-index:-1;background-color:rgba(0,0,0,0.4);-webkit-box-shadow:none;box-shadow:none;outline:none;opacity:0;-webkit-transform:scale(1);transform:scale(1);pointer-events:none;-webkit-transition:opacity 0.3s, -webkit-transform 0.2s;transition:opacity 0.3s, -webkit-transform 0.2s;transition:opacity 0.3s, transform 0.2s;transition:opacity 0.3s, transform 0.2s, -webkit-transform 0.2s}.checkbox>span{display:inline-block;width:100%;cursor:pointer}.checkbox>span::before{content:"";width:18px;height:18px;display:inline-block;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box;margin:3px 11px 3px 1px;border:solid 2px;border-color:rgba(0,0,0,0.4);border-radius:2px;-webkit-transition:border-color 0.2s, background-color 0.2s;transition:border-color 0.2s, background-color 0.2s}.checkbox>span::after{content:"";width:10px;height:5px;display:block;position:absolute;top:3px;left:1px;border:solid 2px transparent;border-right:none;border-top:none;-webkit-transform:translate(3px, 4px) rotate(-45deg);transform:translate(3px, 4px) rotate(-45deg)}.checkbox>input:checked,.checkbox>input:indeterminate{background-color:#00BCD4}.checkbox>input:checked+span::before,.checkbox>input:indeterminate+span::before{border-color:#00BCD4;background-color:#00BCD4}.checkbox>input:checked+span::after,.checkbox>input:indeterminate+span::after{border-color:#fff}.checkbox>input:checked:disabled+span::before,.checkbox>input:indeterminate:disabled+span::before{border-color:transparent;background-color:currentColor}.checkbox>input:indeterminate+span::after{border-left:none;-webkit-transform:translate(4px, 3px);transform:translate(4px, 3px)}.checkbox:hover>input{opacity:0.04}.checkbox>input:focus{opacity:0.12}.checkbox>input:active{opacity:1;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:opacity 0s, -webkit-transform 0s;transition:opacity 0s, -webkit-transform 0s;transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s, -webkit-transform 0s}.checkbox>input:active+span::before{border-color:#00BCD4}.checkbox>input:checked:active+span::before{border-color:transparent;background-color:rgba(0,0,0,0.4)}.checkbox>input:disabled{opacity:0}.checkbox>input:disabled+span{color:rgba(0,0,0,0.38);cursor:initial}.checkbox>input:disabled+span::before{border-color:currentColor}.checkbox:hover>input:focus{opacity:0.16}.checkbox.txt-left{padding-right:0px}.checkbox.txt-left>input{left:calc(100% - 30px);position:absolute}.checkbox.txt-left>span{backgruond:red}.checkbox.txt-left>span::after{left:auto;right:6px}.checkbox.txt-left>span::before{float:right;position:relative;right:-10px}a{text-decoration:none}.chips{background:rgba(158,158,158,0.6);padding:8px;border-radius:30px;font-size:14px;font-family:"Roboto",san-serif;font-weight:500;line-height:1.3;margin-left:5px;color:#2f2f2f;cursor:pointer;text-decoration:none;overflow:hidden}.chips:hover{background:#9E9E9E}.chips.raised{-webkit-box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 8px 0 rgba(0,0,0,0.12);box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,0.2),0 1px 8px 0 rgba(0,0,0,0.12)}.chips.outline{background:transparent;border:1px solid #9E9E9E}.chips.outline:hover{background:#9E9E9E;color:#424242}.chips>i{vertical-align:middle;width:22px;height:22px;font-size:22px;line-height:22px;color:#424242}.chips>i:nth-child(1){height:22px;margin-left:-2px}.chips>i:nth-child(2){height:22px;margin-right:2px}.chips>.close{font-size:22px;position:relative;top:-1.2px;left:8px;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out;color:rgba(0,0,0,0.4)}.chips>.close:hover{color:#000}.chips>img{width:33px;height:33px;vertical-align:middle;margin:-2px 5px 0 -8px;border-radius:50%}.chips>img.space{width:25px;height:25px;margin:-2px 5px 0 -3px;vertical-align:middle;border-radius:50%}.circular{width:3em;height:3em;padding:0.25em;border:none;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);color:#2196f3;font-size:16px;overflow:hidden}.circular::-webkit-progress-bar{background-color:rgba(0,0,0,0)}.circular:indeterminate{-webkit-mask-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0,0,0,0)), color-stop(50%, black)),-webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0,0,0,0)), color-stop(50%, black));-webkit-mask-image:linear-gradient(rgba(0,0,0,0) 50%, black 50%),linear-gradient(to right, rgba(0,0,0,0) 50%, black 50%);mask-image:-webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0,0,0,0)), color-stop(50%, black)),-webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0,0,0,0)), color-stop(50%, black));mask-image:linear-gradient(rgba(0,0,0,0) 50%, black 50%),linear-gradient(to right, rgba(0,0,0,0) 50%, black 50%);-webkit-animation:circular 6s infinite cubic-bezier(0.3, 0.6, 1, 1);animation:circular 6s infinite cubic-bezier(0.3, 0.6, 1, 1)}.circular:indeterminate:before,.circular:indeterminate::-webkit-progress-value{content:"";display:block;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0.25em;border:solid 0.25em rgba(0,0,0,0);border-top-color:currentColor;border-radius:50%;width:100% !important;height:100%;background-color:rgba(0,0,0,0);-webkit-animation:circular-pseudo 0.75s infinite linear alternate;animation:circular-pseudo 0.75s infinite linear alternate}.circular:indeterminate::-moz-progress-bar{box-sizing:border-box;border:solid 0.25em rgba(0,0,0,0);border-top-color:currentColor;border-radius:50%;width:100%;height:100%;background-color:rgba(0,0,0,0);-webkit-animation:circular-pseudo 0.75s infinite linear alternate;animation:circular-pseudo 0.75s infinite linear alternate}.circular:indeterminate::-ms-fill{animation-name:-ms-ring}:-ms-lang(x),.circular:indeterminate{animation:none}@-webkit-keyframes circular{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}12.5%{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}25%{-webkit-transform:rotate(630deg);transform:rotate(630deg)}37.5%{-webkit-transform:rotate(810deg);transform:rotate(810deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}50%{-webkit-transform:rotate(1260deg);transform:rotate(1260deg)}62.5%{-webkit-transform:rotate(1440deg);transform:rotate(1440deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}75%{-webkit-transform:rotate(1890deg);transform:rotate(1890deg)}87.5%{-webkit-transform:rotate(2070deg);transform:rotate(2070deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{-webkit-transform:rotate(2520deg);transform:rotate(2520deg)}}@keyframes circular{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}12.5%{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}25%{-webkit-transform:rotate(630deg);transform:rotate(630deg)}37.5%{-webkit-transform:rotate(810deg);transform:rotate(810deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}50%{-webkit-transform:rotate(1260deg);transform:rotate(1260deg)}62.5%{-webkit-transform:rotate(1440deg);transform:rotate(1440deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}75%{-webkit-transform:rotate(1890deg);transform:rotate(1890deg)}87.5%{-webkit-transform:rotate(2070deg);transform:rotate(2070deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}100%{-webkit-transform:rotate(2520deg);transform:rotate(2520deg)}}@-webkit-keyframes circular-pseudo{0%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}29.4%{border-left-color:rgba(0,0,0,0)}29.41%{border-left-color:currentColor}64.7%{border-bottom-color:rgba(0,0,0,0)}64.71%{border-bottom-color:currentColor}100%{border-left-color:currentColor;border-bottom-color:currentColor;-webkit-transform:rotate(225deg);transform:rotate(225deg)}}@keyframes circular-pseudo{0%{-webkit-transform:rotate(-30deg);transform:rotate(-30deg)}29.4%{border-left-color:rgba(0,0,0,0)}29.41%{border-left-color:currentColor}64.7%{border-bottom-color:rgba(0,0,0,0)}64.71%{border-bottom-color:currentColor}100%{border-left-color:currentColor;border-bottom-color:currentColor;-webkit-transform:rotate(225deg);transform:rotate(225deg)}}.red{background:#F44336 !important}.text-red{color:#F44336 !important}.red-light-1{background:#EF5350 !important}.text-red-light-1{color:#EF5350 !important}.red-light-2{background:#E57373 !important}.text-red-light-2{color:#E57373 !important}.red-light-3{background:#EF9A9A !important}.text-red-light-3{color:#EF9A9A !important}.red-light-4{background:#FFCDD2 !important}.text-red-light-4{color:#FFCDD2 !important}.red-light-5{background:#FFEBEE !important}.text-red-light-5{color:#FFEBEE !important}.red-dark-1{background:#E53935 !important}.text-red-dark-1{color:#E53935 !important}.red-dark-2{background:#D32F2F !important}.text-red-dark-2{color:#D32F2F !important}.red-dark-3{background:#C62828 !important}.text-red-dark-3{color:#C62828 !important}.red-dark-4{background:#B71C1C !important}.text-red-dark-4{color:#B71C1C !important}.pink{background:#E91E63 !important}.text-pink{color:#E91E63 !important}.pink-light-1{background:#EC407A !important}.text-pink-light-1{color:#EC407A !important}.pink-light-2{background:#F06292 !important}.text-pink-light-2{color:#F06292 !important}.pink-light-3{background:#F48FB1 !important}.text-pink-light-3{color:#F48FB1 !important}.pink-light-4{background:#F8BBD0 !important}.text-pink-light-4{color:#F8BBD0 !important}.pink-light-5{background:#FCE4EC !important}.text-pink-light-5{color:#FCE4EC !important}.pink-dark-1{background:#D81B60 !important}.text-pink-dark-1{color:#D81B60 !important}.pink-dark-2{background:#C2185B !important}.text-pink-dark-2{color:#C2185B !important}.pink-dark-3{background:#AD1457 !important}.text-pink-dark-3{color:#AD1457 !important}.pink-dark-4{background:#880E4F !important}.text-pink-dark-4{color:#880E4F !important}.purple{background:#9C27B0 !important}.text-purple{color:#9C27B0 !important}.purple-light-1{background:#AB47BC !important}.text-purple-light-1{color:#AB47BC !important}.purple-light-2{background:#BA68C8 !important}.text-purple-light-2{color:#BA68C8 !important}.purple-light-3{background:#CE93D8 !important}.text-purple-light-3{color:#CE93D8 !important}.purple-light-4{background:#E1BEE7 !important}.text-purple-light-4{color:#E1BEE7 !important}.purple-light-5{background:#F3E5F5 !important}.text-purple-light-5{color:#F3E5F5 !important}.purple-dark-1{background:#8E24AA !important}.text-purple-dark-1{color:#8E24AA !important}.purple-dark-2{background:#7B1FA2 !important}.text-purple-dark-2{color:#7B1FA2 !important}.purple-dark-3{background:#6A1B9A !important}.text-purple-dark-3{color:#6A1B9A !important}.purple-dark-4{background:#4A148C !important}.text-purple-dark-4{color:#4A148C !important}.deep-purple{background:#673AB7 !important}.text-deep-purple{color:#673AB7 !important}.deep-purple-light-1{background:#7E57C2 !important}.text-deep-purple-light-1{color:#7E57C2 !important}.deep-purple-light-2{background:#9575CD !important}.text-deep-purple-light-2{color:#9575CD !important}.deep-purple-light-3{background:#B39DDB !important}.text-deep-purple-light-3{color:#B39DDB !important}.deep-purple-light-4{background:#D1C4E9 !important}.text-deep-purple-light-4{color:#D1C4E9 !important}.deep-purple-light-5{background:#EDE7F6 !important}.text-deep-purple-light-5{color:#EDE7F6 !important}.deep-purple-dark-1{background:#5E35B1 !important}.text-deep-purple-dark-1{color:#5E35B1 !important}.deep-purple-dark-2{background:#512DA8 !important}.text-deep-purple-dark-2{color:#512DA8 !important}.deep-purple-dark-3{background:#4527A0 !important}.text-deep-purple-dark-3{color:#4527A0 !important}.deep-purple-dark-4{background:#311B92 !important}.text-deep-purple-dark-4{color:#311B92 !important}.indigo{background:#3F51B5 !important}.text-indigo{color:#3F51B5 !important}.indigo-light-1{background:#5C6BC0 !important}.text-indigo-light-1{color:#5C6BC0 !important}.indigo-light-2{background:#7986CB !important}.text-indigo-light-2{color:#7986CB !important}.indigo-light-3{background:#9FA8DA !important}.text-indigo-light-3{color:#9FA8DA !important}.indigo-light-4{background:#C5CAE9 !important}.text-indigo-light-4{color:#C5CAE9 !important}.indigo-light-5{background:#E8EAF6 !important}.text-indigo-light-5{color:#E8EAF6 !important}.indigo-dark-1{background:#3949AB !important}.text-indigo-dark-1{color:#3949AB !important}.indigo-dark-2{background:#303F9F !important}.text-indigo-dark-2{color:#303F9F !important}.indigo-dark-3{background:#283593 !important}.text-indigo-dark-3{color:#283593 !important}.indigo-dark-4{background:#1A237E !important}.text-indigo-dark-4{color:#1A237E !important}.blue{background:#2196F3 !important}.text-blue{color:#2196F3 !important}.blue-light-1{background:#42A5F5 !important}.text-blue-light-1{color:#42A5F5 !important}.blue-light-2{background:#64B5F6 !important}.text-blue-light-2{color:#64B5F6 !important}.blue-light-3{background:#90CAF9 !important}.text-blue-light-3{color:#90CAF9 !important}.blue-light-4{background:#BBDEFB !important}.text-blue-light-4{color:#BBDEFB !important}.blue-light-5{background:#E3F2FD !important}.text-blue-light-5{color:#E3F2FD !important}.blue-dark-1{background:#1E88E5 !important}.text-blue-dark-1{color:#1E88E5 !important}.blue-dark-2{background:#1976D2 !important}.text-blue-dark-2{color:#1976D2 !important}.blue-dark-3{background:#1565C0 !important}.text-blue-dark-3{color:#1565C0 !important}.blue-dark-4{background:#0D47A1 !important}.text-blue-dark-4{color:#0D47A1 !important}.light-blue{background:#03A9F4 !important}.text-light-blue{color:#03A9F4 !important}.light-blue-light-1{background:#29B6F6 !important}.text-light-blue-light-1{color:#29B6F6 !important}.light-blue-light-2{background:#4FC3F7 !important}.text-light-blue-light-2{color:#4FC3F7 !important}.light-blue-light-3{background:#81D4FA !important}.text-light-blue-light-3{color:#81D4FA !important}.light-blue-light-4{background:#B3E5FC !important}.text-light-blue-light-4{color:#B3E5FC !important}.light-blue-light-5{background:#E1F5FE !important}.text-light-blue-light-5{color:#E1F5FE !important}.light-blue-dark-1{background:#039BE5 !important}.text-light-blue-dark-1{color:#039BE5 !important}.light-blue-dark-2{background:#0288D1 !important}.text-light-blue-dark-2{color:#0288D1 !important}.light-blue-dark-3{background:#0277BD !important}.text-light-blue-dark-3{color:#0277BD !important}.light-blue-dark-4{background:#01579B !important}.text-light-blue-dark-4{color:#01579B !important}.cyan{background:#00BCD4 !important}.text-cyan{color:#00BCD4 !important}.cyan-light-1{background:#26C6DA !important}.text-cyan-light-1{color:#26C6DA !important}.cyan-light-2{background:#4DD0E1 !important}.text-cyan-light-2{color:#4DD0E1 !important}.cyan-light-3{background:#80DEEA !important}.text-cyan-light-3{color:#80DEEA !important}.cyan-light-4{background:#B2EBF2 !important}.text-cyan-light-4{color:#B2EBF2 !important}.cyan-light-5{background:#E0F7FA !important}.text-cyan-light-5{color:#E0F7FA !important}.cyan-dark-1{background:#00ACC1 !important}.text-cyan-dark-1{color:#00ACC1 !important}.cyan-dark-2{background:#0097A7 !important}.text-cyan-dark-2{color:#0097A7 !important}.cyan-dark-3{background:#00838F !important}.text-cyan-dark-3{color:#00838F !important}.cyan-dark-4{background:#006064 !important}.text-cyan-dark-4{color:#006064 !important}.teal{background:#009688 !important}.text-teal{color:#009688 !important}.teal-light-1{background:#26A69A !important}.text-teal-light-1{color:#26A69A !important}.teal-light-2{background:#4DB6AC !important}.text-teal-light-2{color:#4DB6AC !important}.teal-light-3{background:#80CBC4 !important}.text-teal-light-3{color:#80CBC4 !important}.teal-light-4{background:#B2DFDB !important}.text-teal-light-4{color:#B2DFDB !important}.teal-light-5{background:#E0F2F1 !important}.text-teal-light-5{color:#E0F2F1 !important}.teal-dark-1{background:#00897B !important}.text-teal-dark-1{color:#00897B !important}.teal-dark-2{background:#00796B !important}.text-teal-dark-2{color:#00796B !important}.teal-dark-3{background:#00695C !important}.text-teal-dark-3{color:#00695C !important}.teal-dark-4{background:#004D40 !important}.text-teal-dark-4{color:#004D40 !important}.green{background:#4CAF50 !important}.text-green{color:#4CAF50 !important}.green-light-1{background:#66BB6A !important}.text-green-light-1{color:#66BB6A !important}.green-light-2{background:#81C784 !important}.text-green-light-2{color:#81C784 !important}.green-light-3{background:#A5D6A7 !important}.text-green-light-3{color:#A5D6A7 !important}.green-light-4{background:#C8E6C9 !important}.text-green-light-4{color:#C8E6C9 !important}.green-light-5{background:#E8F5E9 !important}.text-green-light-5{color:#E8F5E9 !important}.green-dark-1{background:#43A047 !important}.text-green-dark-1{color:#43A047 !important}.green-dark-2{background:#388E3C !important}.text-green-dark-2{color:#388E3C !important}.green-dark-3{background:#2E7D32 !important}.text-green-dark-3{color:#2E7D32 !important}.green-dark-4{background:#1B5E20 !important}.text-green-dark-4{color:#1B5E20 !important}.light-green{background:#8BC34A !important}.text-light-green{color:#8BC34A !important}.light-green-light-1{background:#9CCC65 !important}.text-light-green-light-1{color:#9CCC65 !important}.light-green-light-2{background:#AED581 !important}.text-light-green-light-2{color:#AED581 !important}.light-green-light-3{background:#C5E1A5 !important}.text-light-green-light-3{color:#C5E1A5 !important}.light-green-light-4{background:#DCEDC8 !important}.text-light-green-light-4{color:#DCEDC8 !important}.light-green-light-5{background:#F1F8E9 !important}.text-light-green-light-5{color:#F1F8E9 !important}.light-green-dark-1{background:#7CB342 !important}.text-light-green-dark-1{color:#7CB342 !important}.light-green-dark-2{background:#689F38 !important}.text-light-green-dark-2{color:#689F38 !important}.light-green-dark-3{background:#558B2F !important}.text-light-green-dark-3{color:#558B2F !important}.light-green-dark-4{background:#33691E !important}.text-light-green-dark-4{color:#33691E !important}.lime{background:#CDDC39 !important}.text-lime{color:#CDDC39 !important}.lime-light-1{background:#D4E157 !important}.text-lime-light-1{color:#D4E157 !important}.lime-light-2{background:#DCE775 !important}.text-lime-light-2{color:#DCE775 !important}.lime-light-3{background:#E6EE9C !important}.text-lime-light-3{color:#E6EE9C !important}.lime-light-4{background:#F0F4C3 !important}.text-lime-light-4{color:#F0F4C3 !important}.lime-light-5{background:#F9FBE7 !important}.text-lime-light-5{color:#F9FBE7 !important}.lime-dark-1{background:#C0CA33 !important}.text-lime-dark-1{color:#C0CA33 !important}.lime-dark-2{background:#AFB42B !important}.text-lime-dark-2{color:#AFB42B !important}.lime-dark-3{background:#9E9D24 !important}.text-lime-dark-3{color:#9E9D24 !important}.lime-dark-4{background:#827717 !important}.text-lime-dark-4{color:#827717 !important}.yellow{background:#FFEB3B !important}.text-yellow{color:#FFEB3B !important}.yellow-light-1{background:#FFEE58 !important}.text-yellow-light-1{color:#FFEE58 !important}.yellow-light-2{background:#FFF176 !important}.text-yellow-light-2{color:#FFF176 !important}.yellow-light-3{background:#FFF59D !important}.text-yellow-light-3{color:#FFF59D !important}.yellow-light-4{background:#FFF9C4 !important}.text-yellow-light-4{color:#FFF9C4 !important}.yellow-light-5{background:#FFFDE7 !important}.text-yellow-light-5{color:#FFFDE7 !important}.yellow-dark-1{background:#FDD835 !important}.text-yellow-dark-1{color:#FDD835 !important}.yellow-dark-2{background:#FBC02D !important}.text-yellow-dark-2{color:#FBC02D !important}.yellow-dark-3{background:#F9A825 !important}.text-yellow-dark-3{color:#F9A825 !important}.yellow-dark-4{background:#F57F17 !important}.text-yellow-dark-4{color:#F57F17 !important}.amber{background:#FFC107 !important}.text-amber{color:#FFC107 !important}.amber-light-1{background:#FFCA28 !important}.text-amber-light-1{color:#FFCA28 !important}.amber-light-2{background:#FFD54F !important}.text-amber-light-2{color:#FFD54F !important}.amber-light-3{background:#FFE082 !important}.text-amber-light-3{color:#FFE082 !important}.amber-light-4{background:#FFECB3 !important}.text-amber-light-4{color:#FFECB3 !important}.amber-light-5{background:#FFF8E1 !important}.text-amber-light-5{color:#FFF8E1 !important}.amber-dark-1{background:#FFB300 !important}.text-amber-dark-1{color:#FFB300 !important}.amber-dark-2{background:#FFA000 !important}.text-amber-dark-2{color:#FFA000 !important}.amber-dark-3{background:#FF8F00 !important}.text-amber-dark-3{color:#FF8F00 !important}.amber-dark-4{background:#FF6F00 !important}.text-amber-dark-4{color:#FF6F00 !important}.orange{background:#FF9800 !important}.text-orange{color:#FF9800 !important}.orange-light-1{background:#FFA726 !important}.text-orange-light-1{color:#FFA726 !important}.orange-light-2{background:#FFB74D !important}.text-orange-light-2{color:#FFB74D !important}.orange-light-3{background:#FFCC80 !important}.text-orange-light-3{color:#FFCC80 !important}.orange-light-4{background:#FFE0B2 !important}.text-orange-light-4{color:#FFE0B2 !important}.orange-light-5{background:#FFF3E0 !important}.text-orange-light-5{color:#FFF3E0 !important}.orange-dark-1{background:#FB8C00 !important}.text-orange-dark-1{color:#FB8C00 !important}.orange-dark-2{background:#F57C00 !important}.text-orange-dark-2{color:#F57C00 !important}.orange-dark-3{background:#EF6C00 !important}.text-orange-dark-3{color:#EF6C00 !important}.orange-dark-4{background:#E65100 !important}.text-orange-dark-4{color:#E65100 !important}.deep-orange{background:#FF5722 !important}.text-deep-orange{color:#FF5722 !important}.deep-orange-light-1{background:#FF7043 !important}.text-deep-orange-light-1{color:#FF7043 !important}.deep-orange-light-2{background:#FF8A65 !important}.text-deep-orange-light-2{color:#FF8A65 !important}.deep-orange-light-3{background:#FFAB91 !important}.text-deep-orange-light-3{color:#FFAB91 !important}.deep-orange-light-4{background:#FFCCBC !important}.text-deep-orange-light-4{color:#FFCCBC !important}.deep-orange-light-5{background:#FBE9E7 !important}.text-deep-orange-light-5{color:#FBE9E7 !important}.deep-orange-dark-1{background:#F4511E !important}.text-deep-orange-dark-1{color:#F4511E !important}.deep-orange-dark-2{background:#E64A19 !important}.text-deep-orange-dark-2{color:#E64A19 !important}.deep-orange-dark-3{background:#D84315 !important}.text-deep-orange-dark-3{color:#D84315 !important}.deep-orange-dark-4{background:#BF360C !important}.text-deep-orange-dark-4{color:#BF360C !important}.brown{background:#795548 !important}.text-brown{color:#795548 !important}.brown-light-1{background:#8D6E63 !important}.text-brown-light-1{color:#8D6E63 !important}.brown-light-2{background:#A1887F !important}.text-brown-light-2{color:#A1887F !important}.brown-light-3{background:#BCAAA4 !important}.text-brown-light-3{color:#BCAAA4 !important}.brown-light-4{background:#D7CCC8 !important}.text-brown-light-4{color:#D7CCC8 !important}.brown-light-5{background:#EFEBE9 !important}.text-brown-light-5{color:#EFEBE9 !important}.brown-dark-1{background:#6D4C41 !important}.text-brown-dark-1{color:#6D4C41 !important}.brown-dark-2{background:#5D4037 !important}.text-brown-dark-2{color:#5D4037 !important}.brown-dark-3{background:#4E342E !important}.text-brown-dark-3{color:#4E342E !important}.brown-dark-4{background:#3E2723 !important}.text-brown-dark-4{color:#3E2723 !important}.grey{background:#9E9E9E !important}.text-grey{color:#9E9E9E !important}.grey-light-1{background:#BDBDBD !important}.text-grey-light-1{color:#BDBDBD !important}.grey-light-2{background:#E0E0E0 !important}.text-grey-light-2{color:#E0E0E0 !important}.grey-light-3{background:#eee !important}.text-grey-light-3{color:#eee !important}.grey-light-4{background:#f5f5f5 !important}.text-grey-light-4{color:#f5f5f5 !important}.grey-light-5{background:#FAFAFA !important}.text-grey-light-5{color:#FAFAFA !important}.grey-dark-1{background:#757575 !important}.text-grey-dark-1{color:#757575 !important}.grey-dark-2{background:#616161 !important}.text-grey-dark-2{color:#616161 !important}.grey-dark-3{background:#424242 !important}.text-grey-dark-3{color:#424242 !important}.grey-dark-4{background:#212121 !important}.text-grey-dark-4{color:#212121 !important}.blue-grey{background:#607D8B !important}.text-blue-grey{color:#607D8B !important}.blue-grey-light-1{background:#78909C !important}.text-blue-grey-light-1{color:#78909C !important}.blue-grey-light-2{background:#90A4AE !important}.text-blue-grey-light-2{color:#90A4AE !important}.blue-grey-light-3{background:#B0BEC5 !important}.text-blue-grey-light-3{color:#B0BEC5 !important}.blue-grey-light-4{background:#CFD8DC !important}.text-blue-grey-light-4{color:#CFD8DC !important}.blue-grey-light-5{background:#ECEFF1 !important}.text-blue-grey-light-5{color:#ECEFF1 !important}.blue-grey-dark-1{background:#546E7A !important}.text-blue-grey-dark-1{color:#546E7A !important}.blue-grey-dark-2{background:#455A64 !important}.text-blue-grey-dark-2{color:#455A64 !important}.blue-grey-dark-3{background:#37474F !important}.text-blue-grey-dark-3{color:#37474F !important}.blue-grey-dark-4{background:#263238 !important}.text-blue-grey-dark-4{color:#263238 !important}.black{background:#000 !important}.text-black{color:#000 !important}.white{background:#fff !important}.text-white{color:#fff !important}.red.outline{color:#F44336 !important;background:transparent !important;border:#F44336 1px solid !important}.red.outline:hover{color:#fff !important;background:#F44336 !important}.red.text{background:transparent !important;color:#F44336 !important}.red.checkbox{background:transparent !important}.red.checkbox>input:checked{background:#F44336 !important}.red.checkbox>input:checked+span::before{border-color:#F44336 !important;background:#F44336 !important}.red.checkbox>input:active+span::before{border-color:#F44336 !important}.red.radio{background:transparent !important}.red.radio>span::after{background-color:#F44336}.red.radio>input:checked{background-color:#F44336}.red.radio>input:checked+span::before{border-color:#F44336}.red.switch{background:transparent !important}.red.switch>input:checked{background-color:#F44336}.red.switch>input:checked ~ span:before{background:rgba(244,67,54,0.54) !important}.red.switch>input:checked ~ span:after{background:#F44336 !important;border-color:#F44336 !important}.red.switch>input:active+span::before{background-color:rgba(244,67,54,0.4)}.red.text:hover{background:rgba(244,67,54,0.1) !important}.red.text>.rippleWave{background:rgba(244,67,54,0.2) !important}.red.range{background:#F44336}.red.range::-webkit-slider-thumb{background:#F44336}.pink.outline{color:#E91E63 !important;background:transparent !important;border:#E91E63 1px solid !important}.pink.outline:hover{color:#fff !important;background:#E91E63 !important}.pink.text{background:transparent !important;color:#E91E63 !important}.pink.checkbox{background:transparent !important}.pink.checkbox>input:checked{background:#E91E63 !important}.pink.checkbox>input:checked+span::before{border-color:#E91E63 !important;background:#E91E63 !important}.pink.checkbox>input:active+span::before{border-color:#E91E63 !important}.pink.radio{background:transparent !important}.pink.radio>span::after{background-color:#E91E63}.pink.radio>input:checked{background-color:#E91E63}.pink.radio>input:checked+span::before{border-color:#E91E63}.pink.switch{background:transparent !important}.pink.switch>input:checked{background-color:#E91E63}.pink.switch>input:checked ~ span:before{background:rgba(233,30,99,0.54) !important}.pink.switch>input:checked ~ span:after{background:#E91E63 !important;border-color:#E91E63 !important}.pink.switch>input:active+span::before{background-color:rgba(233,30,99,0.4)}.pink.text:hover{background:rgba(233,30,99,0.1) !important}.pink.text>.rippleWave{background:rgba(233,30,99,0.2) !important}.pink.range{background:#E91E63}.pink.range::-webkit-slider-thumb{background:#E91E63}.purple.outline{color:#9C27B0 !important;background:transparent !important;border:#9C27B0 1px solid !important}.purple.outline:hover{color:#fff !important;background:#9C27B0 !important}.purple.text{background:transparent !important;color:#9C27B0 !important}.purple.checkbox{background:transparent !important}.purple.checkbox>input:checked{background:#9C27B0 !important}.purple.checkbox>input:checked+span::before{border-color:#9C27B0 !important;background:#9C27B0 !important}.purple.checkbox>input:active+span::before{border-color:#9C27B0 !important}.purple.radio{background:transparent !important}.purple.radio>span::after{background-color:#9C27B0}.purple.radio>input:checked{background-color:#9C27B0}.purple.radio>input:checked+span::before{border-color:#9C27B0}.purple.switch{background:transparent !important}.purple.switch>input:checked{background-color:#9C27B0}.purple.switch>input:checked ~ span:before{background:rgba(156,39,176,0.54) !important}.purple.switch>input:checked ~ span:after{background:#9C27B0 !important;border-color:#9C27B0 !important}.purple.switch>input:active+span::before{background-color:rgba(156,39,176,0.4)}.purple.text:hover{background:rgba(156,39,176,0.1) !important}.purple.text>.rippleWave{background:rgba(156,39,176,0.2) !important}.purple.range{background:#9C27B0}.purple.range::-webkit-slider-thumb{background:#9C27B0}.deep-purple.outline{color:#673AB7 !important;background:transparent !important;border:#673AB7 1px solid !important}.deep-purple.outline:hover{color:#fff !important;background:#673AB7 !important}.deep-purple.text{background:transparent !important;color:#673AB7 !important}.deep-purple.checkbox{background:transparent !important}.deep-purple.checkbox>input:checked{background:#673AB7 !important}.deep-purple.checkbox>input:checked+span::before{border-color:#673AB7 !important;background:#673AB7 !important}.deep-purple.checkbox>input:active+span::before{border-color:#673AB7 !important}.deep-purple.radio{background:transparent !important}.deep-purple.radio>span::after{background-color:#673AB7}.deep-purple.radio>input:checked{background-color:#673AB7}.deep-purple.radio>input:checked+span::before{border-color:#673AB7}.deep-purple.switch{background:transparent !important}.deep-purple.switch>input:checked{background-color:#673AB7}.deep-purple.switch>input:checked ~ span:before{background:rgba(103,58,183,0.54) !important}.deep-purple.switch>input:checked ~ span:after{background:#673AB7 !important;border-color:#673AB7 !important}.deep-purple.switch>input:active+span::before{background-color:rgba(103,58,183,0.4)}.deep-purple.text:hover{background:rgba(103,58,183,0.1) !important}.deep-purple.text>.rippleWave{background:rgba(103,58,183,0.2) !important}.deep-purple.range{background:#673AB7}.deep-purple.range::-webkit-slider-thumb{background:#673AB7}.indigo.outline{color:#3F51B5 !important;background:transparent !important;border:#3F51B5 1px solid !important}.indigo.outline:hover{color:#fff !important;background:#3F51B5 !important}.indigo.text{background:transparent !important;color:#3F51B5 !important}.indigo.checkbox{background:transparent !important}.indigo.checkbox>input:checked{background:#3F51B5 !important}.indigo.checkbox>input:checked+span::before{border-color:#3F51B5 !important;background:#3F51B5 !important}.indigo.checkbox>input:active+span::before{border-color:#3F51B5 !important}.indigo.radio{background:transparent !important}.indigo.radio>span::after{background-color:#3F51B5}.indigo.radio>input:checked{background-color:#3F51B5}.indigo.radio>input:checked+span::before{border-color:#3F51B5}.indigo.switch{background:transparent !important}.indigo.switch>input:checked{background-color:#3F51B5}.indigo.switch>input:checked ~ span:before{background:rgba(63,81,181,0.54) !important}.indigo.switch>input:checked ~ span:after{background:#3F51B5 !important;border-color:#3F51B5 !important}.indigo.switch>input:active+span::before{background-color:rgba(63,81,181,0.4)}.indigo.text:hover{background:rgba(63,81,181,0.1) !important}.indigo.text>.rippleWave{background:rgba(63,81,181,0.2) !important}.indigo.range{background:#3F51B5}.indigo.range::-webkit-slider-thumb{background:#3F51B5}.blue.outline{color:#2196F3 !important;background:transparent !important;border:#2196F3 1px solid !important}.blue.outline:hover{color:#fff !important;background:#2196F3 !important}.blue.text{background:transparent !important;color:#2196F3 !important}.blue.checkbox{background:transparent !important}.blue.checkbox>input:checked{background:#2196F3 !important}.blue.checkbox>input:checked+span::before{border-color:#2196F3 !important;background:#2196F3 !important}.blue.checkbox>input:active+span::before{border-color:#2196F3 !important}.blue.radio{background:transparent !important}.blue.radio>span::after{background-color:#2196F3}.blue.radio>input:checked{background-color:#2196F3}.blue.radio>input:checked+span::before{border-color:#2196F3}.blue.switch{background:transparent !important}.blue.switch>input:checked{background-color:#2196F3}.blue.switch>input:checked ~ span:before{background:rgba(33,150,243,0.54) !important}.blue.switch>input:checked ~ span:after{background:#2196F3 !important;border-color:#2196F3 !important}.blue.switch>input:active+span::before{background-color:rgba(33,150,243,0.4)}.blue.text:hover{background:rgba(33,150,243,0.1) !important}.blue.text>.rippleWave{background:rgba(33,150,243,0.2) !important}.blue.range{background:#2196F3}.blue.range::-webkit-slider-thumb{background:#2196F3}.light-blue.outline{color:#03A9F4 !important;background:transparent !important;border:#03A9F4 1px solid !important}.light-blue.outline:hover{color:#fff !important;background:#03A9F4 !important}.light-blue.text{background:transparent !important;color:#03A9F4 !important}.light-blue.checkbox{background:transparent !important}.light-blue.checkbox>input:checked{background:#03A9F4 !important}.light-blue.checkbox>input:checked+span::before{border-color:#03A9F4 !important;background:#03A9F4 !important}.light-blue.checkbox>input:active+span::before{border-color:#03A9F4 !important}.light-blue.radio{background:transparent !important}.light-blue.radio>span::after{background-color:#03A9F4}.light-blue.radio>input:checked{background-color:#03A9F4}.light-blue.radio>input:checked+span::before{border-color:#03A9F4}.light-blue.switch{background:transparent !important}.light-blue.switch>input:checked{background-color:#03A9F4}.light-blue.switch>input:checked ~ span:before{background:rgba(3,169,244,0.54) !important}.light-blue.switch>input:checked ~ span:after{background:#03A9F4 !important;border-color:#03A9F4 !important}.light-blue.switch>input:active+span::before{background-color:rgba(3,169,244,0.4)}.light-blue.text:hover{background:rgba(3,169,244,0.1) !important}.light-blue.text>.rippleWave{background:rgba(3,169,244,0.2) !important}.light-blue.range{background:#03A9F4}.light-blue.range::-webkit-slider-thumb{background:#03A9F4}.cyan.outline{color:#00BCD4 !important;background:transparent !important;border:#00BCD4 1px solid !important}.cyan.outline:hover{color:#fff !important;background:#00BCD4 !important}.cyan.text{background:transparent !important;color:#00BCD4 !important}.cyan.checkbox{background:transparent !important}.cyan.checkbox>input:checked{background:#00BCD4 !important}.cyan.checkbox>input:checked+span::before{border-color:#00BCD4 !important;background:#00BCD4 !important}.cyan.checkbox>input:active+span::before{border-color:#00BCD4 !important}.cyan.radio{background:transparent !important}.cyan.radio>span::after{background-color:#00BCD4}.cyan.radio>input:checked{background-color:#00BCD4}.cyan.radio>input:checked+span::before{border-color:#00BCD4}.cyan.switch{background:transparent !important}.cyan.switch>input:checked{background-color:#00BCD4}.cyan.switch>input:checked ~ span:before{background:rgba(0,188,212,0.54) !important}.cyan.switch>input:checked ~ span:after{background:#00BCD4 !important;border-color:#00BCD4 !important}.cyan.switch>input:active+span::before{background-color:rgba(0,188,212,0.4)}.cyan.text:hover{background:rgba(0,188,212,0.1) !important}.cyan.text>.rippleWave{background:rgba(0,188,212,0.2) !important}.cyan.range{background:#00BCD4}.cyan.range::-webkit-slider-thumb{background:#00BCD4}.teal.outline{color:#009688 !important;background:transparent !important;border:#009688 1px solid !important}.teal.outline:hover{color:#fff !important;background:#009688 !important}.teal.text{background:transparent !important;color:#009688 !important}.teal.checkbox{background:transparent !important}.teal.checkbox>input:checked{background:#009688 !important}.teal.checkbox>input:checked+span::before{border-color:#009688 !important;background:#009688 !important}.teal.checkbox>input:active+span::before{border-color:#009688 !important}.teal.radio{background:transparent !important}.teal.radio>span::after{background-color:#009688}.teal.radio>input:checked{background-color:#009688}.teal.radio>input:checked+span::before{border-color:#009688}.teal.switch{background:transparent !important}.teal.switch>input:checked{background-color:#009688}.teal.switch>input:checked ~ span:before{background:rgba(0,150,136,0.54) !important}.teal.switch>input:checked ~ span:after{background:#009688 !important;border-color:#009688 !important}.teal.switch>input:active+span::before{background-color:rgba(0,150,136,0.4)}.teal.text:hover{background:rgba(0,150,136,0.1) !important}.teal.text>.rippleWave{background:rgba(0,150,136,0.2) !important}.teal.range{background:#009688}.teal.range::-webkit-slider-thumb{background:#009688}.green.outline{color:#4CAF50 !important;background:transparent !important;border:#4CAF50 1px solid !important}.green.outline:hover{color:#fff !important;background:#4CAF50 !important}.green.text{background:transparent !important;color:#4CAF50 !important}.green.checkbox{background:transparent !important}.green.checkbox>input:checked{background:#4CAF50 !important}.green.checkbox>input:checked+span::before{border-color:#4CAF50 !important;background:#4CAF50 !important}.green.checkbox>input:active+span::before{border-color:#4CAF50 !important}.green.radio{background:transparent !important}.green.radio>span::after{background-color:#4CAF50}.green.radio>input:checked{background-color:#4CAF50}.green.radio>input:checked+span::before{border-color:#4CAF50}.green.switch{background:transparent !important}.green.switch>input:checked{background-color:#4CAF50}.green.switch>input:checked ~ span:before{background:rgba(76,175,80,0.54) !important}.green.switch>input:checked ~ span:after{background:#4CAF50 !important;border-color:#4CAF50 !important}.green.switch>input:active+span::before{background-color:rgba(76,175,80,0.4)}.green.text:hover{background:rgba(76,175,80,0.1) !important}.green.text>.rippleWave{background:rgba(76,175,80,0.2) !important}.green.range{background:#4CAF50}.green.range::-webkit-slider-thumb{background:#4CAF50}.light-green.outline{color:#8BC34A !important;background:transparent !important;border:#8BC34A 1px solid !important}.light-green.outline:hover{color:#fff !important;background:#8BC34A !important}.light-green.text{background:transparent !important;color:#8BC34A !important}.light-green.checkbox{background:transparent !important}.light-green.checkbox>input:checked{background:#8BC34A !important}.light-green.checkbox>input:checked+span::before{border-color:#8BC34A !important;background:#8BC34A !important}.light-green.checkbox>input:active+span::before{border-color:#8BC34A !important}.light-green.radio{background:transparent !important}.light-green.radio>span::after{background-color:#8BC34A}.light-green.radio>input:checked{background-color:#8BC34A}.light-green.radio>input:checked+span::before{border-color:#8BC34A}.light-green.switch{background:transparent !important}.light-green.switch>input:checked{background-color:#8BC34A}.light-green.switch>input:checked ~ span:before{background:rgba(139,195,74,0.54) !important}.light-green.switch>input:checked ~ span:after{background:#8BC34A !important;border-color:#8BC34A !important}.light-green.switch>input:active+span::before{background-color:rgba(139,195,74,0.4)}.light-green.text:hover{background:rgba(139,195,74,0.1) !important}.light-green.text>.rippleWave{background:rgba(139,195,74,0.2) !important}.light-green.range{background:#8BC34A}.light-green.range::-webkit-slider-thumb{background:#8BC34A}.lime.outline{color:#CDDC39 !important;background:transparent !important;border:#CDDC39 1px solid !important}.lime.outline:hover{color:#fff !important;background:#CDDC39 !important}.lime.text{background:transparent !important;color:#CDDC39 !important}.lime.checkbox{background:transparent !important}.lime.checkbox>input:checked{background:#CDDC39 !important}.lime.checkbox>input:checked+span::before{border-color:#CDDC39 !important;background:#CDDC39 !important}.lime.checkbox>input:active+span::before{border-color:#CDDC39 !important}.lime.radio{background:transparent !important}.lime.radio>span::after{background-color:#CDDC39}.lime.radio>input:checked{background-color:#CDDC39}.lime.radio>input:checked+span::before{border-color:#CDDC39}.lime.switch{background:transparent !important}.lime.switch>input:checked{background-color:#CDDC39}.lime.switch>input:checked ~ span:before{background:rgba(205,220,57,0.54) !important}.lime.switch>input:checked ~ span:after{background:#CDDC39 !important;border-color:#CDDC39 !important}.lime.switch>input:active+span::before{background-color:rgba(205,220,57,0.4)}.lime.text:hover{background:rgba(205,220,57,0.1) !important}.lime.text>.rippleWave{background:rgba(205,220,57,0.2) !important}.lime.range{background:#CDDC39}.lime.range::-webkit-slider-thumb{background:#CDDC39}.yellow.outline{color:#FFEB3B !important;background:transparent !important;border:#FFEB3B 1px solid !important}.yellow.outline:hover{color:#fff !important;background:#FFEB3B !important}.yellow.text{background:transparent !important;color:#FFEB3B !important}.yellow.checkbox{background:transparent !important}.yellow.checkbox>input:checked{background:#FFEB3B !important}.yellow.checkbox>input:checked+span::before{border-color:#FFEB3B !important;background:#FFEB3B !important}.yellow.checkbox>input:active+span::before{border-color:#FFEB3B !important}.yellow.radio{background:transparent !important}.yellow.radio>span::after{background-color:#FFEB3B}.yellow.radio>input:checked{background-color:#FFEB3B}.yellow.radio>input:checked+span::before{border-color:#FFEB3B}.yellow.switch{background:transparent !important}.yellow.switch>input:checked{background-color:#FFEB3B}.yellow.switch>input:checked ~ span:before{background:rgba(255,235,59,0.54) !important}.yellow.switch>input:checked ~ span:after{background:#FFEB3B !important;border-color:#FFEB3B !important}.yellow.switch>input:active+span::before{background-color:rgba(255,235,59,0.4)}.yellow.text:hover{background:rgba(255,235,59,0.1) !important}.yellow.text>.rippleWave{background:rgba(255,235,59,0.2) !important}.yellow.range{background:#FFEB3B}.yellow.range::-webkit-slider-thumb{background:#FFEB3B}.amber.outline{color:#FFC107 !important;background:transparent !important;border:#FFC107 1px solid !important}.amber.outline:hover{color:#fff !important;background:#FFC107 !important}.amber.text{background:transparent !important;color:#FFC107 !important}.amber.checkbox{background:transparent !important}.amber.checkbox>input:checked{background:#FFC107 !important}.amber.checkbox>input:checked+span::before{border-color:#FFC107 !important;background:#FFC107 !important}.amber.checkbox>input:active+span::before{border-color:#FFC107 !important}.amber.radio{background:transparent !important}.amber.radio>span::after{background-color:#FFC107}.amber.radio>input:checked{background-color:#FFC107}.amber.radio>input:checked+span::before{border-color:#FFC107}.amber.switch{background:transparent !important}.amber.switch>input:checked{background-color:#FFC107}.amber.switch>input:checked ~ span:before{background:rgba(255,193,7,0.54) !important}.amber.switch>input:checked ~ span:after{background:#FFC107 !important;border-color:#FFC107 !important}.amber.switch>input:active+span::before{background-color:rgba(255,193,7,0.4)}.amber.text:hover{background:rgba(255,193,7,0.1) !important}.amber.text>.rippleWave{background:rgba(255,193,7,0.2) !important}.amber.range{background:#FFC107}.amber.range::-webkit-slider-thumb{background:#FFC107}.orange.outline{color:#FF9800 !important;background:transparent !important;border:#FF9800 1px solid !important}.orange.outline:hover{color:#fff !important;background:#FF9800 !important}.orange.text{background:transparent !important;color:#FF9800 !important}.orange.checkbox{background:transparent !important}.orange.checkbox>input:checked{background:#FF9800 !important}.orange.checkbox>input:checked+span::before{border-color:#FF9800 !important;background:#FF9800 !important}.orange.checkbox>input:active+span::before{border-color:#FF9800 !important}.orange.radio{background:transparent !important}.orange.radio>span::after{background-color:#FF9800}.orange.radio>input:checked{background-color:#FF9800}.orange.radio>input:checked+span::before{border-color:#FF9800}.orange.switch{background:transparent !important}.orange.switch>input:checked{background-color:#FF9800}.orange.switch>input:checked ~ span:before{background:rgba(255,152,0,0.54) !important}.orange.switch>input:checked ~ span:after{background:#FF9800 !important;border-color:#FF9800 !important}.orange.switch>input:active+span::before{background-color:rgba(255,152,0,0.4)}.orange.text:hover{background:rgba(255,152,0,0.1) !important}.orange.text>.rippleWave{background:rgba(255,152,0,0.2) !important}.orange.range{background:#FF9800}.orange.range::-webkit-slider-thumb{background:#FF9800}.deep-orange.outline{color:#FF5722 !important;background:transparent !important;border:#FF5722 1px solid !important}.deep-orange.outline:hover{color:#fff !important;background:#FF5722 !important}.deep-orange.text{background:transparent !important;color:#FF5722 !important}.deep-orange.checkbox{background:transparent !important}.deep-orange.checkbox>input:checked{background:#FF5722 !important}.deep-orange.checkbox>input:checked+span::before{border-color:#FF5722 !important;background:#FF5722 !important}.deep-orange.checkbox>input:active+span::before{border-color:#FF5722 !important}.deep-orange.radio{background:transparent !important}.deep-orange.radio>span::after{background-color:#FF5722}.deep-orange.radio>input:checked{background-color:#FF5722}.deep-orange.radio>input:checked+span::before{border-color:#FF5722}.deep-orange.switch{background:transparent !important}.deep-orange.switch>input:checked{background-color:#FF5722}.deep-orange.switch>input:checked ~ span:before{background:rgba(255,87,34,0.54) !important}.deep-orange.switch>input:checked ~ span:after{background:#FF5722 !important;border-color:#FF5722 !important}.deep-orange.switch>input:active+span::before{background-color:rgba(255,87,34,0.4)}.deep-orange.text:hover{background:rgba(255,87,34,0.1) !important}.deep-orange.text>.rippleWave{background:rgba(255,87,34,0.2) !important}.deep-orange.range{background:#FF5722}.deep-orange.range::-webkit-slider-thumb{background:#FF5722}.brown.outline{color:#795548 !important;background:transparent !important;border:#795548 1px solid !important}.brown.outline:hover{color:#fff !important;background:#795548 !important}.brown.text{background:transparent !important;color:#795548 !important}.brown.checkbox{background:transparent !important}.brown.checkbox>input:checked{background:#795548 !important}.brown.checkbox>input:checked+span::before{border-color:#795548 !important;background:#795548 !important}.brown.checkbox>input:active+span::before{border-color:#795548 !important}.brown.radio{background:transparent !important}.brown.radio>span::after{background-color:#795548}.brown.radio>input:checked{background-color:#795548}.brown.radio>input:checked+span::before{border-color:#795548}.brown.switch{background:transparent !important}.brown.switch>input:checked{background-color:#795548}.brown.switch>input:checked ~ span:before{background:rgba(121,85,72,0.54) !important}.brown.switch>input:checked ~ span:after{background:#795548 !important;border-color:#795548 !important}.brown.switch>input:active+span::before{background-color:rgba(121,85,72,0.4)}.brown.text:hover{background:rgba(121,85,72,0.1) !important}.brown.text>.rippleWave{background:rgba(121,85,72,0.2) !important}.brown.range{background:#795548}.brown.range::-webkit-slider-thumb{background:#795548}.grey.outline{color:#9E9E9E !important;background:transparent !important;border:#9E9E9E 1px solid !important}.grey.outline:hover{color:#fff !important;background:#9E9E9E !important}.grey.text{background:transparent !important;color:#9E9E9E !important}.grey.checkbox{background:transparent !important}.grey.checkbox>input:checked{background:#9E9E9E !important}.grey.checkbox>input:checked+span::before{border-color:#9E9E9E !important;background:#9E9E9E !important}.grey.checkbox>input:active+span::before{border-color:#9E9E9E !important}.grey.radio{background:transparent !important}.grey.radio>span::after{background-color:#9E9E9E}.grey.radio>input:checked{background-color:#9E9E9E}.grey.radio>input:checked+span::before{border-color:#9E9E9E}.grey.switch{background:transparent !important}.grey.switch>input:checked{background-color:#9E9E9E}.grey.switch>input:checked ~ span:before{background:rgba(158,158,158,0.54) !important}.grey.switch>input:checked ~ span:after{background:#9E9E9E !important;border-color:#9E9E9E !important}.grey.switch>input:active+span::before{background-color:rgba(158,158,158,0.4)}.grey.text:hover{background:rgba(158,158,158,0.1) !important}.grey.text>.rippleWave{background:rgba(158,158,158,0.2) !important}.grey.range{background:#9E9E9E}.grey.range::-webkit-slider-thumb{background:#9E9E9E}.blue-grey.outline{color:#607D8B !important;background:transparent !important;border:#607D8B 1px solid !important}.blue-grey.outline:hover{color:#fff !important;background:#607D8B !important}.blue-grey.text{background:transparent !important;color:#607D8B !important}.blue-grey.checkbox{background:transparent !important}.blue-grey.checkbox>input:checked{background:#607D8B !important}.blue-grey.checkbox>input:checked+span::before{border-color:#607D8B !important;background:#607D8B !important}.blue-grey.checkbox>input:active+span::before{border-color:#607D8B !important}.blue-grey.radio{background:transparent !important}.blue-grey.radio>span::after{background-color:#607D8B}.blue-grey.radio>input:checked{background-color:#607D8B}.blue-grey.radio>input:checked+span::before{border-color:#607D8B}.blue-grey.switch{background:transparent !important}.blue-grey.switch>input:checked{background-color:#607D8B}.blue-grey.switch>input:checked ~ span:before{background:rgba(96,125,139,0.54) !important}.blue-grey.switch>input:checked ~ span:after{background:#607D8B !important;border-color:#607D8B !important}.blue-grey.switch>input:active+span::before{background-color:rgba(96,125,139,0.4)}.blue-grey.text:hover{background:rgba(96,125,139,0.1) !important}.blue-grey.text>.rippleWave{background:rgba(96,125,139,0.2) !important}.blue-grey.range{background:#607D8B}.blue-grey.range::-webkit-slider-thumb{background:#607D8B}.white.outline{color:#fff !important;background:transparent !important;border:#fff 1px solid !important}.white.outline:hover{color:#fff !important;background:#fff !important}.white.text{background:transparent !important;color:#fff !important}.white.checkbox{background:transparent !important}.white.checkbox>input:checked{background:#fff !important}.white.checkbox>input:checked+span::before{border-color:#fff !important;background:#fff !important}.white.checkbox>input:active+span::before{border-color:#fff !important}.white.radio{background:transparent !important}.white.radio>span::after{background-color:#fff}.white.radio>input:checked{background-color:#fff}.white.radio>input:checked+span::before{border-color:#fff}.white.switch{background:transparent !important}.white.switch>input:checked{background-color:#fff}.white.switch>input:checked ~ span:before{background:rgba(255,255,255,0.54) !important}.white.switch>input:checked ~ span:after{background:#fff !important;border-color:#fff !important}.white.switch>input:active+span::before{background-color:rgba(255,255,255,0.4)}.white.text:hover{background:rgba(255,255,255,0.1) !important}.white.text>.rippleWave{background:rgba(255,255,255,0.2) !important}.white.range{background:#fff}.white.range::-webkit-slider-thumb{background:#fff}.dialog_overlay{position:fixed;margin:auto;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,0.2);z-index:1}body{margin:0;height:100vh}.loader_overlay{position:absolute;top:0px;left:0px;width:100%;height:100%;pointer-events:none;background:rgba(0,0,0,0.8);z-index:6}.loader_overlay.light{background:rgba(255,255,255,0.8)}.loader_overlay.light .md-loader circle{stroke:blue}body.dialog-open{overflow:hidden}.dialog{visibility:hidden;position:fixed;top:0px;bottom:0px;width:100%;height:100vh;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:3;pointer-events:none;-webkit-transition:top 0s;transition:top 0s}.dialog>.content{width:320px;height:auto;max-width:85% !important;color:black;background:#fff;line-height:normal;margin:auto;pointer-events:auto;border-radius:5px;-webkit-box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);pointer-events:auto !important;overflow:hidden;font-family:"Roboto",san-serif;z-index:2}.dialog>.content *:focus,.dialog>.content *:hover{outline:none}.dialog>.content>header,.dialog>.content section,.dialog>.content footer{width:calc(100% - (24 * 2px));margin:0px auto}.dialog>.content>header{height:auto;padding-top:20px}.dialog>.content>header>.title{font-size:18px;color:#444444;font-family:inherit;font-weight:bold}.dialog>.content>header>.title:first-letter{text-transform:capitalize}.dialog>.content>header>.subtitle{display:block;font-size:14px}.dialog>.content>section{height:calc(100% - 95px);color:#838383;font-size:16px;overflow:hidden;scroll-behavior:smooth}.dialog>.content>.text-field{width:100%}.dialog>.content footer{width:100%;height:52px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff}.dialog>.content footer>a{min-width:30px;height:35px;padding:0px 8px 0px 8px;text-decoration:none;line-height:35px;text-transform:uppercase;text-align:center;cursor:pointer;font-size:14px;font-weight:500;margin-right:8px;font-family:inherit;font-weight:560;border-radius:5px;-webkit-transition:all 0s !important;transition:all 0s !important}.dialog>.content footer>a.ripple{-webkit-transition:all 0s;transition:all 0s}.dialog>.content footer>a.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;margin-left:15px;left:0px}.dialog.alert>.content{width:280px}.dialog.alert>.content>header{display:none}.dialog.alert>.content>section{height:100%;padding-top:8px}.dialog.scrollable>.content{width:500px;max-width:95% !important;height:calc(100vh - 10%);position:relative}.dialog.scrollable>.content>header{height:40px}.dialog.scrollable>.content>header>.title{font-weight:500;font-size:20px}.dialog.scrollable>.content>section{padding-left:25px;padding-right:25px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;overflow-y:scroll}.dialog.scrollable>.content>section::-webkit-scrollbar{width:10px}.dialog.scrollable>.content>section::-webkit-scrollbar-track{background:#fff}.dialog.scrollable>.content>section::-webkit-scrollbar-thumb{background:#ccc}.dialog.full>.content{width:100%;height:100vh;min-width:100%;visibility:visible !important;border-radius:0px;position:fixed;top:none;bottom:-200%;-webkit-transition:bottom 0.4s;transition:bottom 0.4s}.dialog.full>.content>header{padding-top:0;width:100%}.dialog.full.active>.content{bottom:0%}.dialog.sheet>.content{width:100%;height:calc(100vh / 1.5);min-width:100%;visibility:visible !important;border-radius:8px 8px 0px 0px;position:fixed;top:auto;bottom:-200%;-webkit-transition:bottom 0.3s;transition:bottom 0.3s}.dialog.sheet>.content>header{height:55px}.dialog.sheet>.content>header>.title{font-size:22px}.dialog.sheet>.content>footer{position:fixed;bottom:0px}.dialog.sheet>.content>section{overflow-y:scroll;border-top:0.5px solid #e5e5e5;height:calc(100% - 80px);padding-left:25px;padding-right:20px}.dialog.sheet>.content>section::-webkit-scrollbar{width:10px}.dialog.sheet>.content>section::-webkit-scrollbar-track{background:#fff}.dialog.sheet>.content>section::-webkit-scrollbar-thumb{background:#ccc}.dialog.sheet>.content>section footer{position:static !important}.dialog.sheet>.content>section footer>a:last-child{margin-right:2px}.dialog.sheet.active>.content{bottom:0%}.dialog.scrollable>.content footer,.dialog.full>.content footer{position:absolute;bottom:0px}.dialog.fadeIn{visibility:visible !important;-webkit-transition:all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-webkit-animation:fadeIn 1.5s;animation:fadeIn 1.5s}.dialog.fadeOut{-webkit-transition:all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-webkit-animation:fadeOut 1s;animation:fadeOut 1s;visibility:hidden}.dialog.slideUp{visibility:visible !important;-webkit-transition:all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-webkit-animation:slideUp 1s;animation:slideUp 1s}.dialog.expandUp{visibility:visible !important;-webkit-transition:all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:all 100ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-webkit-animation:expandUp 0.2s;animation:expandUp 0.2s}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes expandUp{0%{-webkit-transform:translateY(20%) scale(0.6) scaleY(0.5);transform:translateY(20%) scale(0.6) scaleY(0.5)}100%{-webkit-transform:translateY(0%) scale(1) scaleY(1);transform:translateY(0%) scale(1) scaleY(1)}}@keyframes expandUp{0%{-webkit-transform:translateY(20%) scale(0.6) scaleY(0.5);transform:translateY(20%) scale(0.6) scaleY(0.5)}100%{-webkit-transform:translateY(0%) scale(1) scaleY(1);transform:translateY(0%) scale(1) scaleY(1)}}.notrans{-webkit-transition:none !important;transition:none !important}body{-webkit-transition:margin-left .5s;transition:margin-left .5s}body.overlay{overflow:hidden}body.overlay.fadeIn:after{visibility:visible !important;-webkit-transition:all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-webkit-animation:fadeIn 0.5s;animation:fadeIn 0.5s}body.overlay:after{content:"";width:100%;height:140vh;background:rgba(0,0,0,0.2);position:absolute;top:0px;left:0px;z-index:1;visibility:hidden}.drawer{width:258px;height:100vh;max-width:calc(100% - 56px);background:#fff;position:fixed;-webkit-transition:left .4s;transition:left .4s;top:0px;left:-100%;z-index:2;border-right:1px solid #ccc}.drawer>.header{-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:64px;padding:0 16px 4px}.drawer>.header.image{text-indent:15px;display:inline-block}.drawer>.header>img{width:45px;height:45px;float:left;border-radius:50%;vertical-align:middle}.drawer>.header>.title{color:rgba(0,0,0,0.87);font-family:"Roboto",san-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1.25rem;line-height:2rem;font-weight:500;letter-spacing:.0125em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.drawer>.header>.title:before{content:"";display:inline-block;width:0;height:36px;vertical-align:0}.drawer>.header>.title:after{content:"";display:inline-block;width:0;height:20px;vertical-align:-20px}.drawer>.header>.subtitle{font-family:"Roboto",san-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.01786em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin-bottom:0;color:rgba(0,0,0,0.6)}.drawer>.header>.subtitle:before{content:"";display:inline-block;width:0;height:20px;vertical-align:0}.drawer>.content{width:auto;height:calc(100% - 55px);overflow-y:auto}.drawer>.content::-webkit-scrollbar{width:4px}.drawer>.content::-webkit-scrollbar-track{background:#fff}.drawer>.content::-webkit-scrollbar-thumb{background:#ccc}.drawer>.content h6.subheader{color:rgba(0,0,0,0.6);font-family:"Roboto",san-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.25rem;font-weight:400;letter-spacing:.01786em;text-decoration:inherit;text-transform:inherit;display:block;margin-top:0;line-height:normal;margin:0;padding:0 16px}.drawer>.content h6.subheader:before{display:inline-block;width:0;height:24px;content:"";vertical-align:0}.drawer>.content>nav.list{font-family:"Roboto",san-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:1rem;line-height:1.75rem;font-weight:400;letter-spacing:.00937em;text-decoration:inherit;text-transform:inherit;color:rgba(0,0,0,0.6);margin:0;padding:8px 0;line-height:1.5rem;list-style-type:none;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.drawer>.content>nav.list>hr{height:0;margin:3px 0 4px;border:none;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(0,0,0,0.12)}.drawer>.content>nav.list>a{color:rgba(0,0,0,0.6);font-family:"Roboto",san-serif;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-size:.875rem;line-height:1.375rem;font-weight:700;letter-spacing:.00714em;text-decoration:inherit;text-transform:inherit;height:40px;margin:8px;padding:0 8px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;overflow:hidden;border-radius:4px}.drawer>.content>nav.list>a:hover{background:#eee}.drawer>.content>nav.list>a:first-child{margin-top:2px}.drawer>.content>nav.list>a:before{top:-50%;left:-50%;width:200%;height:200%}.drawer>.content>nav.list>a:after{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.drawer>.content>nav.list>a>i{color:rgba(0,0,0,0.6);margin-left:0;margin-right:32px;width:24px;height:24px;font-size:24px;display:-ms-inline-flexbox;display:-webkit-inline-box;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-align:center;-webkit-box-align:center;align-items:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;fill:currentColor}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeOut{-webkit-transition:all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);transition:all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);-webkit-animation:fadeOut 1s;animation:fadeOut 1s;visibility:hidden}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.row{width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.row>*{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.row>.col-1{-ms-flex-preferred-size:1%;flex-basis:1%}.row>.col-2{-ms-flex-preferred-size:2%;flex-basis:2%}.row>.col-3{-ms-flex-preferred-size:3%;flex-basis:3%}.row>.col-4{-ms-flex-preferred-size:4%;flex-basis:4%}.row>.col-5{-ms-flex-preferred-size:5%;flex-basis:5%}.row>.col-6{-ms-flex-preferred-size:6%;flex-basis:6%}.row>.col-7{-ms-flex-preferred-size:7%;flex-basis:7%}.row>.col-8{-ms-flex-preferred-size:8%;flex-basis:8%}.row>.col-9{-ms-flex-preferred-size:9%;flex-basis:9%}.row>.col-10{-ms-flex-preferred-size:10%;flex-basis:10%}.row>.col-11{-ms-flex-preferred-size:11%;flex-basis:11%}.row>.col-12{-ms-flex-preferred-size:12%;flex-basis:12%}.row>.col-13{-ms-flex-preferred-size:13%;flex-basis:13%}.row>.col-14{-ms-flex-preferred-size:14%;flex-basis:14%}.row>.col-15{-ms-flex-preferred-size:15%;flex-basis:15%}.row>.col-16{-ms-flex-preferred-size:16%;flex-basis:16%}.row>.col-17{-ms-flex-preferred-size:17%;flex-basis:17%}.row>.col-18{-ms-flex-preferred-size:18%;flex-basis:18%}.row>.col-19{-ms-flex-preferred-size:19%;flex-basis:19%}.row>.col-20{-ms-flex-preferred-size:20%;flex-basis:20%}.row>.col-21{-ms-flex-preferred-size:21%;flex-basis:21%}.row>.col-22{-ms-flex-preferred-size:22%;flex-basis:22%}.row>.col-23{-ms-flex-preferred-size:23%;flex-basis:23%}.row>.col-24{-ms-flex-preferred-size:24%;flex-basis:24%}.row>.col-25{-ms-flex-preferred-size:25%;flex-basis:25%}.row>.col-26{-ms-flex-preferred-size:26%;flex-basis:26%}.row>.col-27{-ms-flex-preferred-size:27%;flex-basis:27%}.row>.col-28{-ms-flex-preferred-size:28%;flex-basis:28%}.row>.col-29{-ms-flex-preferred-size:29%;flex-basis:29%}.row>.col-30{-ms-flex-preferred-size:30%;flex-basis:30%}.row>.col-31{-ms-flex-preferred-size:31%;flex-basis:31%}.row>.col-32{-ms-flex-preferred-size:32%;flex-basis:32%}.row>.col-33{-ms-flex-preferred-size:33%;flex-basis:33%}.row>.col-34{-ms-flex-preferred-size:34%;flex-basis:34%}.row>.col-35{-ms-flex-preferred-size:35%;flex-basis:35%}.row>.col-36{-ms-flex-preferred-size:36%;flex-basis:36%}.row>.col-37{-ms-flex-preferred-size:37%;flex-basis:37%}.row>.col-38{-ms-flex-preferred-size:38%;flex-basis:38%}.row>.col-39{-ms-flex-preferred-size:39%;flex-basis:39%}.row>.col-40{-ms-flex-preferred-size:40%;flex-basis:40%}.row>.col-41{-ms-flex-preferred-size:41%;flex-basis:41%}.row>.col-42{-ms-flex-preferred-size:42%;flex-basis:42%}.row>.col-43{-ms-flex-preferred-size:43%;flex-basis:43%}.row>.col-44{-ms-flex-preferred-size:44%;flex-basis:44%}.row>.col-45{-ms-flex-preferred-size:45%;flex-basis:45%}.row>.col-46{-ms-flex-preferred-size:46%;flex-basis:46%}.row>.col-47{-ms-flex-preferred-size:47%;flex-basis:47%}.row>.col-48{-ms-flex-preferred-size:48%;flex-basis:48%}.row>.col-49{-ms-flex-preferred-size:49%;flex-basis:49%}.row>.col-50{-ms-flex-preferred-size:50%;flex-basis:50%}.row>.col-51{-ms-flex-preferred-size:51%;flex-basis:51%}.row>.col-52{-ms-flex-preferred-size:52%;flex-basis:52%}.row>.col-53{-ms-flex-preferred-size:53%;flex-basis:53%}.row>.col-54{-ms-flex-preferred-size:54%;flex-basis:54%}.row>.col-55{-ms-flex-preferred-size:55%;flex-basis:55%}.row>.col-56{-ms-flex-preferred-size:56%;flex-basis:56%}.row>.col-57{-ms-flex-preferred-size:57%;flex-basis:57%}.row>.col-58{-ms-flex-preferred-size:58%;flex-basis:58%}.row>.col-59{-ms-flex-preferred-size:59%;flex-basis:59%}.row>.col-60{-ms-flex-preferred-size:60%;flex-basis:60%}.row>.col-61{-ms-flex-preferred-size:61%;flex-basis:61%}.row>.col-62{-ms-flex-preferred-size:62%;flex-basis:62%}.row>.col-63{-ms-flex-preferred-size:63%;flex-basis:63%}.row>.col-64{-ms-flex-preferred-size:64%;flex-basis:64%}.row>.col-65{-ms-flex-preferred-size:65%;flex-basis:65%}.row>.col-66{-ms-flex-preferred-size:66%;flex-basis:66%}.row>.col-67{-ms-flex-preferred-size:67%;flex-basis:67%}.row>.col-68{-ms-flex-preferred-size:68%;flex-basis:68%}.row>.col-69{-ms-flex-preferred-size:69%;flex-basis:69%}.row>.col-70{-ms-flex-preferred-size:70%;flex-basis:70%}.row>.col-71{-ms-flex-preferred-size:71%;flex-basis:71%}.row>.col-72{-ms-flex-preferred-size:72%;flex-basis:72%}.row>.col-73{-ms-flex-preferred-size:73%;flex-basis:73%}.row>.col-74{-ms-flex-preferred-size:74%;flex-basis:74%}.row>.col-75{-ms-flex-preferred-size:75%;flex-basis:75%}.row>.col-76{-ms-flex-preferred-size:76%;flex-basis:76%}.row>.col-77{-ms-flex-preferred-size:77%;flex-basis:77%}.row>.col-78{-ms-flex-preferred-size:78%;flex-basis:78%}.row>.col-79{-ms-flex-preferred-size:79%;flex-basis:79%}.row>.col-80{-ms-flex-preferred-size:80%;flex-basis:80%}.row>.col-81{-ms-flex-preferred-size:81%;flex-basis:81%}.row>.col-82{-ms-flex-preferred-size:82%;flex-basis:82%}.row>.col-83{-ms-flex-preferred-size:83%;flex-basis:83%}.row>.col-84{-ms-flex-preferred-size:84%;flex-basis:84%}.row>.col-85{-ms-flex-preferred-size:85%;flex-basis:85%}.row>.col-86{-ms-flex-preferred-size:86%;flex-basis:86%}.row>.col-87{-ms-flex-preferred-size:87%;flex-basis:87%}.row>.col-88{-ms-flex-preferred-size:88%;flex-basis:88%}.row>.col-89{-ms-flex-preferred-size:89%;flex-basis:89%}.row>.col-90{-ms-flex-preferred-size:90%;flex-basis:90%}.row>.col-91{-ms-flex-preferred-size:91%;flex-basis:91%}.row>.col-92{-ms-flex-preferred-size:92%;flex-basis:92%}.row>.col-93{-ms-flex-preferred-size:93%;flex-basis:93%}.row>.col-94{-ms-flex-preferred-size:94%;flex-basis:94%}.row>.col-95{-ms-flex-preferred-size:95%;flex-basis:95%}.row>.col-96{-ms-flex-preferred-size:96%;flex-basis:96%}.row>.col-97{-ms-flex-preferred-size:97%;flex-basis:97%}.row>.col-98{-ms-flex-preferred-size:98%;flex-basis:98%}.row>.col-99{-ms-flex-preferred-size:99%;flex-basis:99%}.row>.col-100{-ms-flex-preferred-size:100%;flex-basis:100%}@media screen and (max-width: 100px){.break-1{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;display:block}.break-1>*{-webkit-box-flex:0;-ms-flex:0;flex:0}}@media screen and (max-width: 200px){.break-2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;display:block}.break-2>*{-webkit-box-flex:0;-ms-flex:0;flex:0}}@media screen and (max-width: 300px){.break-3{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;display:block}.break-3>*{-webkit-box-flex:0;-ms-flex:0;flex:0}}@media screen and (max-width: 400px){.break-4{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;display:block}.break-4>*{-webkit-box-flex:0;-ms-flex:0;flex:0}}@media screen and (max-width: 500px){.break-5{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;display:block}.break-5>*{-webkit-box-flex:0;-ms-flex:0;flex:0}}@media screen and (max-width: 600px){.break-6{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;display:block}.break-6>*{-webkit-box-flex:0;-ms-flex:0;flex:0}}@media screen and (max-width: 700px){.break-7{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;display:block}.break-7>*{-webkit-box-flex:0;-ms-flex:0;flex:0}}@media screen and (max-width: 800px){.break-8{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;display:block}.break-8>*{-webkit-box-flex:0;-ms-flex:0;flex:0}}@media screen and (max-width: 900px){.break-9{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;display:block}.break-9>*{-webkit-box-flex:0;-ms-flex:0;flex:0}}@media screen and (max-width: 1000px){.break-10{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;display:block}.break-10>*{-webkit-box-flex:0;-ms-flex:0;flex:0}}@media screen and (max-width: 600px){.row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;display:block}.row>*{-webkit-box-flex:0;-ms-flex:0;flex:0}}*:hover,*:focus{outline:none}.text-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Roboto", sans-serif}.text-field>i{color:#707071;pointer-events:none}.text-field>.line-ripple{width:100%;height:2px;background:#3F51B5;padding:0;position:absolute;top:55px;left:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1)}.text-field>input,.text-field textarea{width:100%;height:56px;border:none;border-bottom:2px solid #8e8e8f;padding:20px 0px 4px 2px;vertical-align:center;border-radius:4px 4px 0 0;outline:none;font-size:16px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background 0.5s;transition:background 0.5s;background:transparent;padding-left:0px}.text-field>input:hover,.text-field>input:focus,.text-field textarea:hover,.text-field textarea:focus{background:transparent}.text-field>input:focus,.text-field textarea:focus{border-bottom:none}.text-field>input:focus ~ .floating-label,.text-field textarea:focus ~ .floating-label{color:#3F51B5}.text-field>input:focus ~ .line-ripple,.text-field textarea:focus ~ .line-ripple{-webkit-transform:scaleX(1);transform:scaleX(1)}.text-field>input:focus ~ .floating-label,.text-field>input:not(:placeholder-shown) ~ .floating-label,.text-field textarea:focus ~ .floating-label,.text-field textarea:not(:placeholder-shown) ~ .floating-label{top:8px;font-size:12px;will-change:top, font-size, color}.text-field>.floating-label{font-size:16px;position:absolute;top:16px;left:0px;pointer-events:none;color:rgba(0,0,0,0.54);-webkit-transition:top 0.18s cubic-bezier(0.4, 0, 0.2, 1),font-size 0.18s cubic-bezier(0.4, 0, 0.2, 1);transition:top 0.18s cubic-bezier(0.4, 0, 0.2, 1),font-size 0.18s cubic-bezier(0.4, 0, 0.2, 1);clear:both}.text-field>.floating-label:first-letter{text-transform:capitalize}.text-field>.helper{font-size:12px;height:16px;color:#666666;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;bottom:-20px;left:0px}.text-field.fill>.floating-label{top:16px;left:12px}.text-field.fill>input{padding:20px 12px 4px 12px}.text-field.fill>input:hover{background:#e5e5e5}.text-field.fill>input:focus{background:#e5e5e5}.text-field.outlined>.floating-label{-webkit-transition:all 0.1s;transition:all 0.1s}.text-field.outlined>input,.text-field.outlined textarea{padding:20px 26px 12px 12px;border:none;height:56px;border:1.8px solid #c2c2c2;font-size:16px;border-radius:6px}.text-field.outlined>input:hover{background:transparent}.text-field.outlined>input:focus{background:transparent;border:2px solid #3F51B5}.text-field.outlined>input:focus ~ .floating-label,.text-field.outlined>input:not(:placeholder-shown) ~ .floating-label{top:-10px;left:10px;font-size:12px;will-change:top, font-size, color;background:#fff;padding:4px}.text-field.outlined>.line-ripple{display:none}.text-field.outlined.capsule>.floating-label{left:20px}.text-field.outlined.capsule .lead ~ .floating-label{left:45px}.text-field.outlined.capsule>input{padding:12px 15px;border-radius:28px}.text-field.outlined.capsule>input:focus ~ .floating-label,.text-field.outlined.capsule>input:not(:placeholder-shown) ~ .floating-label{left:25px}.text-field.fill>input,.text-field.fill textarea{background:#f5f5f6}.text-field .lead{position:absolute;top:17px;left:15px}.text-field .lead ~ input,.text-field .lead ~ textarea{padding-left:45px !important}.text-field .lead ~ .floating-label{left:45px}.text-field .lead ~ .helper{left:20px}.text-field .trail{position:absolute;top:18px;right:15px}.text-field .trail ~ input{padding-left:8px;padding-right:45px !important}.text-field .trail ~ .floating-label{left:8px}.text-field .trail ~ .helper{left:10px}.linear{height:0.25em;color:#2196f3;background-color:rgba(33,150,243,0.12);font-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none}.linear::-webkit-progress-bar{background-color:rgba(0,0,0,0)}.linear::-webkit-progress-value{background-color:currentColor;-webkit-transition:all 0.2s;transition:all 0.2s}.linear::-moz-progress-bar{background-color:currentColor;-webkit-transition:all 0.2s;transition:all 0.2s}.linear::-ms-fill{border:none;background-color:currentColor;-webkit-transition:all 0.2s;transition:all 0.2s}.linear:indeterminate{background-size:200% 100%;background-image:-webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0,0,0,0)), color-stop(50%, currentColor), color-stop(60%, currentColor), color-stop(60%, rgba(0,0,0,0)), color-stop(71.5%, rgba(0,0,0,0)), color-stop(71.5%, currentColor), color-stop(84%, currentColor), color-stop(84%, rgba(0,0,0,0)));background-image:linear-gradient(to right, rgba(0,0,0,0) 50%, currentColor 50%, currentColor 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 71.5%, currentColor 71.5%, currentColor 84%, rgba(0,0,0,0) 84%);-webkit-animation:progress-linear 2s infinite linear;animation:progress-linear 2s infinite linear}.linear:indeterminate::-moz-progress-bar{background-color:rgba(0,0,0,0)}.linear:indeterminate::-ms-fill{animation-name:none}@-webkit-keyframes progress-linear{0%{background-size:200% 100%;background-position:left -31.25% top 0%}50%{background-size:800% 100%;background-position:left -49% top 0%}100%{background-size:400% 100%;background-position:left -102% top 0%}}@keyframes progress-linear{0%{background-size:200% 100%;background-position:left -31.25% top 0%}50%{background-size:800% 100%;background-position:left -49% top 0%}100%{background-size:400% 100%;background-position:left -102% top 0%}}.list{max-width:100%;height:auto;list-style:none;padding:8px 0;border-radius:4px;background:#fff}.list>label{position:relative;display:block;color:#000;line-height:18px;cursor:pointer}.list>li,.list>label,.list>div{height:48px;line-height:48px;font-size:16px;padding:0 16px;color:#757575;font-family:"Roboto",san-serif}.list>li:hover,.list>label:hover,.list>div:hover{background:#f5f5f5}.list>li>a,.list>label>a,.list>div>a{text-decoration:none;color:#757575}.list>li>div span.title,.list>label>div span.title,.list>div>div span.title{color:#757575}.list>li>div span.subtitle,.list>label>div span.subtitle,.list>div>div span.subtitle{display:block;font-size:14px;color:#757575}.list>li>i,.list>label>i,.list>div>i{font-size:24px;vertical-align:middle;color:#757575;position:relative;margin-right:32px}.list>li>i.trail-icon,.list>label>i.trail-icon,.list>div>i.trail-icon{margin-right:0;margin-top:12px;display:inline-block;float:right;position:relative}.list>li.two-line,.list>label.two-line,.list>div.two-line{padding:8px 16px;height:56px;line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list>li.two-line .lead-icon,.list>label.two-line .lead-icon,.list>div.two-line .lead-icon{margin-right:16px;width:40px;height:40px;line-height:40px;font-size:20px;color:#fff;background-color:#757575;text-align:center;float:left;border-radius:50%}.list>li.two-line>.trail-icon,.list>label.two-line>.trail-icon,.list>div.two-line>.trail-icon{display:inline-block;margin:0 0 0 auto}.list>li.two-line+hr,.list>label.two-line+hr,.list>div.two-line+hr{margin:0}.list>li>.trail,.list>label>.trail,.list>div>.trail{float:right;height:100%;float:right;position:relative;top:12px;right:-20px}.list>hr{width:100%;height:1px;border:none;background:#757575}.loader{background:#fff;line-height:normal;position:fixed;margin:auto;top:0;right:0;bottom:0;left:0;border-radius:5px;-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,0.1),0 5px 15px 0 rgba(0,0,0,0.1);box-shadow:0 5px 15px 0 rgba(0,0,0,0.1),0 5px 15px 0 rgba(0,0,0,0.1);pointer-events:auto !important;visibility:hidden;overflow:hidden}.loader>.circular{width:40px;height:40px}.loader>.linear{width:calc(100% - 10%);height:4px}.loader.small{width:60px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.loader.small.lin{width:200px}.loader.small.lin>.linear{margin-top:4px}.loader.large{width:250px;height:100px;font-family:"Roboto",san-serif}.loader.large>.title{font-size:16px;width:100%;display:block;padding:16px;-webkit-box-sizing:border-box;box-sizing:border-box}.loader.large>.subtext{width:calc(100% - 60px);position:absolute;font-size:15px;left:60px;margin-top:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.loader.large>.circular{width:35px;height:35px;float:left;margin-left:15px}.loader.large.lin>.linear{width:90%;margin-left:5%}.loader.base{width:150px;height:60px;font-family:"Roboto",san-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.loader.base>.title{width:calc(100% - 60px);position:absolute;font-size:15px;left:50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.loader.base>.circular{width:35px;height:35px;position:absolute;left:10px}.loader.trans{background:transparent;-webkit-box-shadow:none;box-shadow:none}.loader.dark{background:#222;color:#fff}.loader.left{left:2em;right:auto}.loader.right{right:2em;left:auto}.loader.top{top:2em;bottom:auto}.loader.bottom{bottom:2em;top:auto}@media screen and (max-width: 400px){.loader.left,.loader.right{margin:0px auto;right:0px !important;left:0px !important}}.loader.slideDownIn{visibility:visible !important;-webkit-animation:slideDownIn 1s ease;animation:slideDownIn 1s ease}@-webkit-keyframes slideDownIn{0%{-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{-webkit-transform:translateY(0%);transform:translateY(0%)}}@keyframes slideDownIn{0%{-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{-webkit-transform:translateY(0%);transform:translateY(0%)}}.menu{width:auto;min-width:120px;height:auto;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12);box-shadow:0 5px 5px -3px rgba(0,0,0,0.2),0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,0.12);list-style:none;padding:8px 0 8px 0;border-radius:2px;background:#fff;visibility:hidden;position:absolute;top:0px;z-index:1;border-radius:4px}.menu>li{height:48px;line-height:48px;padding:0 16px}.menu>li>a{width:100%;text-align:left;font-family:"Roboto",san-serif;font-size:1rem;color:#424242;text-decoration:none;border-radius:0}.menu>li>a>i{vertical-align:middle}.menu>li:hover{background:#f5f5f5 !important}.menu>hr{width:100%;height:1px;border:none;background:#BDBDBD}.pullDown{visibility:visible;animation-name:pullDown;-webkit-animation-name:pullDown;animation-duration:.15s;-webkit-animation-duration:.15s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;transform-origin:50% 0%;-ms-transform-origin:50% 0%;-webkit-transform-origin:50% 0%}@-webkit-keyframes pullDown{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes pullDown{0%{-webkit-transform:scaleY(0);transform:scaleY(0)}100%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.pullUp{visibility:hidden;animation-name:pullDown;-webkit-animation-name:pullDown;animation-duration:.1s;-webkit-animation-duration:.1s;animation-timing-function:ease-out;-webkit-animation-timing-function:ease-out;animation-direction:reverse;transform-origin:50% 0%;-ms-transform-origin:50% 0%;-webkit-transform-origin:50% 0%}.radio{z-index:0;position:relative;display:inline-block;color:rgba(0,0,0,0.87);font-family:"Roboto","Segoe UI",BlinkMacSystemFont,system-ui,-apple-system;font-size:16px;line-height:1.5}.radio>input{appearance:none;-moz-appearance:none;-webkit-appearance:none;z-index:-1;position:absolute;left:-1px;top:-8px;display:block;margin:0;border-radius:50%;width:40px;height:40px;background-color:rgba(0,0,0,0.4);outline:none;opacity:0;-webkit-transform:scale(1);transform:scale(1);pointer-events:none;-webkit-transition:opacity 0.3s, -webkit-transform 0.2s;transition:opacity 0.3s, -webkit-transform 0.2s;transition:opacity 0.3s, transform 0.2s;transition:opacity 0.3s, transform 0.2s, -webkit-transform 0.2s}.radio>span{display:inline-block;width:100%;cursor:pointer;padding-left:10px}.radio>span::before{content:"";display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;margin:2px 10px 2px 0;border:solid 2px;border-color:rgba(0,0,0,0.4);border-radius:50%;width:20px;height:20px;vertical-align:top;-webkit-transition:border-color 0.2s;transition:border-color 0.2s}.radio>span::after{content:"";display:block;position:absolute;top:2px;left:10px;border-radius:50%;width:10px;height:10px;background-color:#00BCD4;-webkit-transform:translate(5px, 5px) scale(0);transform:translate(5px, 5px) scale(0);-webkit-transition:-webkit-transform 0.2s;transition:-webkit-transform 0.2s;transition:transform 0.2s;transition:transform 0.2s, -webkit-transform 0.2s}.radio>input:checked{background-color:#00BCD4}.radio>input:checked+span::before{border-color:#00BCD4}.radio>input:checked+span::after{-webkit-transform:translate(5px, 5px) scale(1);transform:translate(5px, 5px) scale(1)}.radio>input:focus{opacity:0.12}.radio:hover>input{opacity:0.04}.radio:hover>input:focus{opacity:0.16}.radio>input:active{opacity:1;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:opacity 0s, -webkit-transform 0s;transition:opacity 0s, -webkit-transform 0s;transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s, -webkit-transform 0s}.radio>input:active+span::before{border-color:#00BCD4}.radio>input:disabled{opacity:0}.radio>input:disabled+span{color:rgba(0,0,0,0.38);cursor:initial}.radio>input:disabled+span::before{border-color:currentColor}.radio>input:disabled+span::after{background-color:currentColor}.radio.txt-left{text-indent:50xp;padding-right:0px}.radio.txt-left>input{left:calc(100% - 30px);position:absolute}.radio.txt-left>span::after{left:auto;right:10px}.radio.txt-left>span::before{float:right;position:relative;right:0px}.ripple{z-index:1;position:relative;overflow:hidden !important}.ripple .rippleWave{width:12px;height:12px;position:absolute;background:rgba(255,255,255,0.3) !important;border-radius:100%;-webkit-animation:ripple 1.6s;animation:ripple 1.6s}@-webkit-keyframes ripple{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(40);transform:scale(40);opacity:0}}@keyframes ripple{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{-webkit-transform:scale(40);transform:scale(40);opacity:0}}.ripple.light .rippleWave{background:rgba(255,255,255,0.3) !important}.ripple.dark .rippleWave{background:rgba(0,0,0,0.3) !important}*:hover,*:focus{outline:none}.select-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;background-repeat:no-repeat;font-family:"Roboto", sans-serif;background-position:right 8px bottom 12px}.select-field>i{color:#707071;pointer-events:none}.select-field>.line-ripple{width:100%;height:2px;background:#6200ee;padding:0;position:absolute;bottom:-9px;left:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:-webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.18s cubic-bezier(0.4, 0, 0.2, 1);transition:transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1)}.select-field>.floating-label{font-size:16px;position:absolute;top:16px;left:4px;pointer-events:none;color:rgba(0,0,0,0.54);-webkit-transition:top 0.18s cubic-bezier(0.4, 0, 0.2, 1),font-size 0.18s cubic-bezier(0.4, 0, 0.2, 1);transition:top 0.18s cubic-bezier(0.4, 0, 0.2, 1),font-size 0.18s cubic-bezier(0.4, 0, 0.2, 1);clear:both}.select-field>.floating-label:first-letter{text-transform:capitalize}.select-field>select{padding:20px 26px 4px 4px;font-family:Roboto, sans-serif;width:100%;height:56px;font-size:16px;line-height:28px;border:none;border-bottom:1px solid;border-radius:0;white-space:nowrap;cursor:pointer;border-radius:4px 4px 0 0;-webkit-appearance:none;-moz-appearance:none}.select-field>select>option{background:#fff}.select-field>select:focus:focus ~ .floating-label,.select-field>select.has-value:focus ~ .floating-label{color:#6200ee}.select-field>select:focus:focus ~ .line-ripple,.select-field>select.has-value:focus ~ .line-ripple{-webkit-transform:scaleX(1);transform:scaleX(1)}.select-field>select:focus ~ .floating-label,.select-field>select.has-value ~ .floating-label{top:8px;font-size:12px;will-change:top, font-size, color}.select-field>.helper{font-size:12px;height:16px;padding:0 12px;color:#666666;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;bottom:-20px}.select-field.fill .floating-label{left:12px}.select-field.fill>select{padding:20px 26px 4px 12px;background:#f5f5f6}.select-field.outlined>.floating-label{left:12px;-webkit-transition:all 0.1s;transition:all 0.1s}.select-field.outlined>select{padding:20px 26px 12px 12px;border:none;height:56px;line-height:20px;background:transparent;border:1.8px solid #c2c2c2;font-size:16px;border-radius:6px}.select-field.outlined>select:hover{background:transparent}.select-field.outlined>select:focus{background:transparent;border:2px solid #6200ee}.select-field.outlined>select.has-value ~ .floating-label{top:-7px;left:10px;font-size:12px;will-change:top, font-size, color;background:#fff;padding:4px}.select-field .lead{position:absolute;top:17px;left:15px}.select-field .lead ~ select{padding-left:45px !important}.select-field .lead ~ .floating-label{left:45px}.select-field .trail{position:absolute;top:18px;right:5px}.select-field .trail ~ select{padding-right:45px !important}.z-0{-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0.2),0px 0px 0px 0px rgba(0,0,0,0.14),0px 0px 0px 0px rgba(0,0,0,0.12);box-shadow:0px 0px 0px 0px rgba(0,0,0,0.2),0px 0px 0px 0px rgba(0,0,0,0.14),0px 0px 0px 0px rgba(0,0,0,0.12)}.z-1{-webkit-box-shadow:0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);box-shadow:0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12)}.z-2{-webkit-box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);box-shadow:0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12)}.z-3{-webkit-box-shadow:0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);box-shadow:0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12)}.z-4{-webkit-box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)}.z-5{-webkit-box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12);box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12)}.z-6{-webkit-box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);box-shadow:0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12)}.z-7{-webkit-box-shadow:0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12);box-shadow:0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12)}.z-8{-webkit-box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)}.z-9{-webkit-box-shadow:0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12);box-shadow:0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12)}.z-10{-webkit-box-shadow:0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);box-shadow:0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12)}.z-11{-webkit-box-shadow:0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);box-shadow:0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12)}.z-12{-webkit-box-shadow:0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);box-shadow:0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12)}.z-13{-webkit-box-shadow:0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12);box-shadow:0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12)}.z-14{-webkit-box-shadow:0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12);box-shadow:0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12)}.z-15{-webkit-box-shadow:0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12);box-shadow:0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12)}.z-16{-webkit-box-shadow:0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);box-shadow:0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12)}.z-17{-webkit-box-shadow:0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12);box-shadow:0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12)}.z-18{-webkit-box-shadow:0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12);box-shadow:0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12)}.z-19{-webkit-box-shadow:0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12);box-shadow:0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12)}.z-20{-webkit-box-shadow:0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12);box-shadow:0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12)}.z-21{-webkit-box-shadow:0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12);box-shadow:0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12)}.z-22{-webkit-box-shadow:0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12);box-shadow:0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12)}.z-23{-webkit-box-shadow:0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12);box-shadow:0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12)}.z-24{-webkit-box-shadow:0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);box-shadow:0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12)}.z-anim{-webkit-transition:-webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:-webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);will-change:box-shadow}.slider{display:inline-block;width:200px;color:rgba(0,0,0,0.4);font-family:"Roboto","Segoe UI",BlinkMacSystemFont,system-ui,-apple-system;font-size:16px;line-height:1.5}.slider>input{width:100%;height:36px;-webkit-appearance:none;display:block;position:relative;top:24px;margin:0 0 -36px;background-color:transparent;cursor:pointer}.slider>input:last-child{position:static;margin:0}.slider>input:focus{outline:none}.slider>input:disabled{cursor:default;opacity:0.38}.slider>input:disabled+span{color:rgba(0,0,0,0.38)}.slider>input::-webkit-slider-runnable-track{margin:17px 0;border-radius:1px;width:100%;height:2px;background-color:rgba(0,188,212,0.24)}.slider>input::-webkit-slider-thumb{appearance:none;-webkit-appearance:none;border:none;border-radius:50%;height:2px;width:2px;-webkit-transform:scale(6, 6);transform:scale(6, 6);-webkit-transition:-webkit-box-shadow 0.2s;transition:-webkit-box-shadow 0.2s;transition:box-shadow 0.2s;transition:box-shadow 0.2s, -webkit-box-shadow 0.2s;background-color:#00BCD4}.slider>span{display:inline-block;margin-bottom:36px}.slider:hover>input::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 2px rgba(0,188,212,0.04);box-shadow:0 0 0 2px rgba(0,188,212,0.04)}.slider:hover>input:hover::-moz-range-thumb{box-shadow:0 0 0 2px rgba(0,188,212,0.04)}.slider:hover>input:focus::-moz-range-thumb{box-shadow:0 0 0 2px rgba(0,188,212,0.16)}.slider:hover>input::-ms-thumb{box-shadow:0 0 0 2px rgba(0,188,212,0.04)}.slider:hover>input:focus::-ms-thumb{box-shadow:0 0 0 2px rgba(0,188,212,0.16)}.slider>input:active::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 2px rgba(0,188,212,0.24) !important;box-shadow:0 0 0 2px rgba(0,188,212,0.24) !important}.slider>input:disabled::-webkit-slider-runnable-track{background-color:rgba(0,0,0,0.38)}.slider>input:disabled::-webkit-slider-runnable-track::-webkit-slider-thumb{background-color:#000;color:#fff;-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff;-webkit-transform:scale(4, 4);transform:scale(4, 4)}.slider>input::-moz-range-track{margin:17px 0;border-radius:1px;width:100%;height:2px;background-color:rgba(0,188,212,0.24)}.slider>input::-moz-range-thumb{appearance:none;-moz-appearance:none;border:none;border-radius:50%;height:2px;width:2px;background-color:#00BCD4;transform:scale(6, 6);-webkit-transition:-webkit-box-shadow 0.2s;transition:-webkit-box-shadow 0.2s;transition:box-shadow 0.2s;transition:box-shadow 0.2s, -webkit-box-shadow 0.2s}.slider>input::-moz-range-progress{border-radius:1px;height:2px;background-color:#00BCD4}.slider>input:focus::-moz-range-thumb{box-shadow:0 0 0 2px rgba(0,188,212,0.12)}.slider>input:active::-moz-range-thumb{box-shadow:0 0 0 2px rgba(0,188,212,0.24) !important}.slider>input:disabled::-moz-range-track{background-color:rgba(0,0,0,0.38)}.slider>input:disabled::-moz-range-progress{background-color:rgba(0,0,0,0.87)}.slider>input:disabled::-moz-range-thumb{background-color:#000;box-shadow:0 0 0 1px #fff !important;transform:scale(4, 4)}.slider>input::-moz-focus-outer{border:none}.slider>input::-ms-track{box-sizing:border-box;margin:17px 0;border:none;border-radius:1px;padding:0 17px;width:100%;height:2px;background-color:transparent}.slider>input::-ms-fill-lower{border-radius:1px;height:2px;background-color:#00BCD4}.slider>input::-ms-fill-upper{border-radius:1px;height:2px;background-color:rgba(0,188,212,0.24)}.slider>input::-ms-thumb{appearance:none;margin:0 17px;border:none;border-radius:50%;height:2px;width:2px;background-color:#00BCD4;transform:scale(6, 6);-webkit-transition:-webkit-box-shadow 0.2s;transition:-webkit-box-shadow 0.2s;transition:box-shadow 0.2s;transition:box-shadow 0.2s, -webkit-box-shadow 0.2s}.slider>input:focus::-ms-thumb{box-shadow:0 0 0 2px rgba(0,188,212,0.12)}.slider>input:focus::-ms-thumb{box-shadow:0 0 0 2px rgba(0,188,212,0.24) !important}.slider>input:disabled::-ms-fill-lower{background-color:rgba(0,0,0,0.38)}.slider>input:disabled::-ms-fill-upper{background-color:rgba(0,0,0,0.38);opacity:0.38}.slider>input:disabled::-ms-thumb{background-color:#000;box-shadow:0 0 0 1px #fff !important;transform:scale(4, 4)}*:hover,*:focus{outline:none}snackbar{width:100%;height:100vh;pointer-events:none}snackbar>div{width:350px;height:60px;max-width:95%;font-family:"Roboto",san-serif;background:#424242;color:#E0E0E0;border-radius:5px;position:fixed;bottom:-10px;pointer-events:auto;overflow:hidden;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}snackbar>div>text{width:calc(100% - 90px);height:60px;float:left;color:#fff;line-height:60px;text-indent:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}snackbar>div>button{display:inline-block;float:right;margin:14px;height:30px;margin-top:16px;border:none;background:transparent;color:#E0E0E0;border-radius:5px;text-transform:uppercase;display:inline-block}snackbar>div>button:nth-child(2){width:40px;height:40px;margin-top:10px;background:rgba(66,66,66,0.1);border-radius:50%;-webkit-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s}snackbar>div>button:nth-child(2)>i{vertical-align:middle;font-size:20px}snackbar>div>button:nth-child(3){font-size:14px;position:relative;left:20px !important}snackbar.light{background:rgba(66,66,66,0.6)}snackbar.light>div{background:#fff;-webkit-box-shadow:0 5px 30px 0 rgba(0,0,0,0.1),0 5px 30px 0 rgba(0,0,0,0.1);box-shadow:0 5px 30px 0 rgba(0,0,0,0.1),0 5px 30px 0 rgba(0,0,0,0.1)}snackbar.light>div>text{color:#424242}snackbar.light>div>button{color:#424242}snackbar.action>div{width:380px}snackbar.action>div>text{width:calc(100% - 160px)}snackbar.top>div{top:.5em}snackbar.bottom>div{bottom:.5em}snackbar.left>div{left:.5em}snackbar.right>div{right:.5em}snackbar.center>div{margin:0px auto;left:0px;right:0px}.slideUpBottom{-webkit-animation:slideUpBottom 0.5s 0s ease forwards;animation:slideUpBottom 0.5s 0s ease forwards}@-webkit-keyframes slideUpBottom{from{bottom:-100px}to{bottom:.5em}}@keyframes slideUpBottom{from{bottom:-100px}to{bottom:.5em}}.slideUpTop{-webkit-animation:slideUpTop 0.5s 0s ease forwards;animation:slideUpTop 0.5s 0s ease forwards}@-webkit-keyframes slideUpTop{from{top:-100px}to{top:.5em}}@keyframes slideUpTop{from{top:-100px}to{top:.5em}}.slideDownBottom{-webkit-animation:slideDownBottom 0.5s 0s ease forwards;animation:slideDownBottom 0.5s 0s ease forwards}@-webkit-keyframes slideDownBottom{from{bottom:.5em}to{bottom:-100px}}@keyframes slideDownBottom{from{bottom:.5em}to{bottom:-100px}}.slideDownTop{-webkit-animation:slideDownTop 1s 0s ease forwards;animation:slideDownTop 1s 0s ease forwards}@-webkit-keyframes slideDownTop{from{top:.5em}to{top:-100px}}@keyframes slideDownTop{from{top:.5em}to{top:-100px}}.switch{z-index:0;position:relative;display:inline-block;color:rgba(0,0,0,0.87);font-family:"Roboto","Segoe UI",BlinkMacSystemFont,system-ui,-apple-system;font-size:16px;line-height:1.5}.switch *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch>input{appearance:none;-moz-appearance:none;-webkit-appearance:none;z-index:-1;position:absolute;left:-10px;top:-7px;display:block;margin:0;border-radius:50%;width:40px;height:40px;background-color:rgba(0,0,0,0.4);outline:none;opacity:0;-webkit-transform:scale(1);transform:scale(1);pointer-events:none;-webkit-transition:opacity 0.3s 0.1s, -webkit-transform 0.2s 0.1s;transition:opacity 0.3s 0.1s, -webkit-transform 0.2s 0.1s;transition:opacity 0.3s 0.1s, transform 0.2s 0.1s;transition:opacity 0.3s 0.1s, transform 0.2s 0.1s, -webkit-transform 0.2s 0.1s}.switch>span{display:inline-block;width:100%;cursor:pointer;padding-left:10px}.switch>span::before{content:"";display:inline-block;margin:6px 0 2px 0px;border-radius:7px;width:36px;height:14px;position:relative;left:-10px;background-color:rgba(0,0,0,0.4);vertical-align:top;-webkit-transition:background-color 0.2s, opacity 0.2s;transition:background-color 0.2s, opacity 0.2s}.switch>span::after{content:"";position:absolute;top:2px;left:0px;border-radius:50%;width:20px;height:20px;background-color:#fff;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);box-shadow:0 3px 1px -2px rgba(0,0,0,0.2),0 2px 2px 0 rgba(0,0,0,0.14),0 1px 5px 0 rgba(0,0,0,0.12);-webkit-transition:background-color 0.2s, -webkit-transform 0.2s;transition:background-color 0.2s, -webkit-transform 0.2s;transition:background-color 0.2s, transform 0.2s;transition:background-color 0.2s, transform 0.2s, -webkit-transform 0.2s}.switch>input:checked{left:6px;background-color:#00BCD4}.switch>input:checked+span::before{background-color:rgba(0,188,212,0.4)}.switch>input:checked+span::after{background-color:#00BCD4;-webkit-transform:translateX(16px);transform:translateX(16px)}.switch>input:checked:active+span::before{background-color:rgba(0,0,0,0.38)}.switch:hover>input{opacity:0.04}.switch:hover>input:focus{opacity:0.16}.switch>input:focus{opacity:0.12}.switch>input:active{opacity:1;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:opacity 0s, -webkit-transform 0s;transition:opacity 0s, -webkit-transform 0s;transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s, -webkit-transform 0s}.switch>input+span::before{background-color:rgba(0,0,0,0.4)}.switch>input:disabled{opacity:0}.switch>input:disabled+span{color:#000;opacity:0.38;cursor:default}.switch>input:disabled+span::before{background-color:rgba(0,0,0,0.38)}.switch>input:checked:disabled+span::before{background-color:rgba(0,188,212,0.6)}.switch.txt-left{padding-left:6px;padding-right:0px}.switch.txt-left>input{left:calc(100% - 45px);position:absolute}.switch.txt-left>input:checked{left:calc(100% - 30px)}.switch.txt-left>span{padding-right:10px;padding-left:0}.switch.txt-left>span::after{left:auto;right:16px}.switch.txt-left>span::before{float:right;position:relative;left:0px;right:0px}.table{width:100%;display:table;background:white;border-collapse:collapse;font-family:"Roboto",san-serif;border-spacing:0;border-radius:6px}.table thead{border-bottom:1px solid rgba(0,0,0,0.12)}.table tr{height:48px;border-bottom:0}.table td,.table th{padding:16px;font-size:12px;color:rgba(0,0,0,0.54);font-weight:700;display:table-cell;text-align:left;vertical-align:middle}.table td,.table tr{font-size:13px;font-weight:normal;color:rgba(0,0,0,0.87)}.table.zebra tr{border-bottom:none}.table.zebra>tbody>tr:nth-child(odd){background-color:rgba(242,242,242,0.5)}.table.zebra>tbody>tr>td{border-radius:0}.table.pop>tbody>tr{-webkit-transition:background-color .25s ease;transition:background-color .25s ease}.table.pop>tbody>tr:hover{background-color:rgba(242,242,242,0.5)}.table.line tr{border-bottom:1px solid rgba(0,0,0,0.12)}.tabs>.tabs-header{overflow:auto;white-space:nowrap;position:relative}.tabs>.tabs-header::-webkit-scrollbar{width:4px;height:0px}.tabs>.tabs-header>a{display:inline-block;text-align:center;padding:14px;font-weight:500;font-size:14px;text-decoration:none;text-transform:uppercase;cursor:pointer;font-family:"Roboto",san-serif}.tabs>.tabs-header>a:hover{background-color:#efefef}.tabs>.tabs-header>.border{width:auto;height:2px;background:#222222;position:absolute;bottom:0;left:0;-webkit-transition:0.3s ease;transition:0.3s ease;z-index:1}.tabs>.tabs-content{overflow:hidden}.tabs>.tabs-content>.tab{display:none}.tabs>.tabs-content>.tab.active{display:block}[tip]{position:relative}[tip]:hover::before,[tip]:hover::after{display:block}[tip]::before{content:"";position:absolute;top:-6px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-width:5px;border-style:solid;border-color:#838383 transparent transparent transparent;z-index:100;display:none}[tip]::after{content:attr(tip);position:absolute;left:50%;top:-6px;-webkit-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%);background:#838383;text-align:center;text-align:center;color:#fff;padding:6px;text-transform:uppercase;font-family:"Roboto",san-serif;font-size:10px;border-radius:5px;pointer-events:none;display:none;z-index:2}[tip].tip-down::before{bottom:-8px;top:auto;border-width:5px;border-style:solid;border-color:transparent transparent #838383 transparent}[tip].tip-down::after{top:120%;-webkit-transform:translateX(-50%) translateY(0%);transform:translateX(-50%) translateY(0%)}[tip].tip-left::before{bottom:-8px;top:auto;border-width:4px 6px 4px 6px;border-style:solid;border-color:transparent transparent red transparent}[tip].tip-left::after{top:70%;left:auto;right:30%;-webkit-transform:translateX(-50%) translateY(-80%);transform:translateX(-50%) translateY(-80%)}[tip].tip-right::before{top:38%;left:auto;right:-18px;border-width:5px;border-style:solid;border-color:transparent #838383 transparent transparent}[tip].tip-right::after{top:70%;left:auto;right:-95px;-webkit-transform:translateX(-50%) translateY(-80%);transform:translateX(-50%) translateY(-80%)}label.tip-left::after,label.tip-right::after{margin-top:5%}.h-1{font-family:"Roboto",sans-serif;letter-spacing:-1.5px;font-weight:300;font-size:96px;text-transform:capitalize}.h-2{font-family:"Roboto",sans-serif;letter-spacing:-0.5px;font-weight:300;font-size:60px;text-transform:capitalize}.h-3{font-family:"Roboto",sans-serif;letter-spacing:0px;font-weight:400;font-size:48px;text-transform:capitalize}.h-4{font-family:"Roboto",sans-serif;letter-spacing:0.25px;font-weight:400;font-size:34px;text-transform:capitalize}.h-5{font-family:"Roboto",sans-serif;letter-spacing:0px;font-weight:400;font-size:24px;text-transform:capitalize}.h-6{font-family:"Roboto",sans-serif;letter-spacing:0.15px;font-weight:500;font-size:20px;text-transform:capitalize}.subtitle-1{font-family:"Roboto",sans-serif;letter-spacing:0.15px;font-weight:500;font-size:16px;text-transform:capitalize}.subtitle-2{font-family:"Roboto",sans-serif;letter-spacing:0.1px;font-weight:400;font-size:14px;text-transform:capitalize}.body-1{font-family:"Roboto",sans-serif;letter-spacing:0.5px;font-weight:500;font-size:16px;text-transform:capitalize}.body-2{font-family:"Roboto",sans-serif;letter-spacing:0.25px;font-weight:500;font-size:14px;text-transform:capitalize}.btn-txt{font-family:"Roboto",sans-serif;letter-spacing:1.25px;font-weight:500;font-size:14px;text-transform:uppercase}.caption{font-family:"Roboto",sans-serif;letter-spacing:0.4px;font-weight:500;font-size:12px;text-transform:capitalize}.overline{font-family:"Roboto",sans-serif;letter-spacing:0.5px;font-weight:500;font-size:10px;text-transform:uppercase}.wave{position:relative;overflow:hidden;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.wave:after{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle, #fff 10%, transparent 10.01%);background-repeat:no-repeat;background-position:50%;-webkit-transform:scale(10, 10);transform:scale(10, 10);opacity:0;-webkit-transition:opacity 1s, -webkit-transform 0.5s;transition:opacity 1s, -webkit-transform 0.5s;transition:transform 0.5s, opacity 1s;transition:transform 0.5s, opacity 1s, -webkit-transform 0.5s}.wave:active:after{-webkit-transform:scale(0, 0);transform:scale(0, 0);opacity:0.3;-webkit-transition:0s;transition:0s}

/*# sourceMappingURL=matericious.min.css.map */
