From 3f6d451d52a417f498310d982d2a5755ebbc5a92 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Wed, 14 Aug 2019 09:34:38 -0700 Subject: [PATCH] :fire: remove commented code --- hyperglass/configuration/__init__.py | 45 ------------------------- hyperglass/static/ui/hyperglass.css | 22 ------------ hyperglass/static/ui/hyperglass.css.map | 1 - hyperglass/static/ui/hyperglass.js | 29 ---------------- hyperglass/static/ui/hyperglass.js.map | 1 - 5 files changed, 98 deletions(-) delete mode 100644 hyperglass/static/ui/hyperglass.css delete mode 100644 hyperglass/static/ui/hyperglass.css.map delete mode 100644 hyperglass/static/ui/hyperglass.js delete mode 100644 hyperglass/static/ui/hyperglass.js.map diff --git a/hyperglass/configuration/__init__.py b/hyperglass/configuration/__init__.py index fd75fe0..a4db966 100644 --- a/hyperglass/configuration/__init__.py +++ b/hyperglass/configuration/__init__.py @@ -143,48 +143,3 @@ net = Networks() networks = net.networks_verbose() logger.debug(networks) display_networks = net.networks_display() - -# def networks(): -# locations_dict = {} -# for (router, router_params) in devices.routers.items(): -# for (netname, net_params) in _networks.networks.items(): -# if router_params["network"] == netname: -# net_display = net_params["display_name"] -# if net_display in locations_dict: -# locations_dict[net_display].append( -# { -# "location": router_params["location"], -# "hostname": router, -# "display_name": router_params["display_name"], -# } -# ) -# elif net_display not in locations_dict: -# locations_dict[net_display] = [ -# { -# "location": router_params["location"], -# "hostname": router, -# "display_name": router_params["display_name"], -# } -# ] -# if not locations_dict: -# raise ConfigError("Unable to build network to device mapping") -# return locations_dict - - -# def display_networks(): -# locations_dict = {} -# for (router, router_params) in devices.routers.items(): -# for (netname, net_params) in _networks.networks.items(): -# if router_params["network"] == netname: -# net_display = net_params["display_name"] -# if net_display in locations_dict: -# locations_dict[net_display].append(router_params["display_name"]) -# elif net_display not in locations_dict: -# locations_dict[net_display] = [router_params["display_name"]] -# if not locations_dict: -# raise ConfigError("Unable to build network to device mapping") -# return locations_dict - - -# networks = networks() -# display_networks = display_networks() diff --git a/hyperglass/static/ui/hyperglass.css b/hyperglass/static/ui/hyperglass.css deleted file mode 100644 index 55db91d..0000000 --- a/hyperglass/static/ui/hyperglass.css +++ /dev/null @@ -1,22 +0,0 @@ -@charset "UTF-8";@media (min-width:576px){.mw-sm-25{max-width:25%!important}.mw-sm-50{max-width:50%!important}.mw-sm-75{max-width:75%!important}.mw-sm-100{max-width:100%!important}.mw-sm-auto{max-width:auto!important}.mh-sm-25{max-height:25%!important}.mh-sm-50{max-height:50%!important}.mh-sm-75{max-height:75%!important}.mh-sm-100{max-height:100%!important}.mh-sm-auto{max-height:auto!important}}@media (min-width:768px){.mw-md-25{max-width:25%!important}.mw-md-50{max-width:50%!important}.mw-md-75{max-width:75%!important}.mw-md-100{max-width:100%!important}.mw-md-auto{max-width:auto!important}.mh-md-25{max-height:25%!important}.mh-md-50{max-height:50%!important}.mh-md-75{max-height:75%!important}.mh-md-100{max-height:100%!important}.mh-md-auto{max-height:auto!important}}@media (min-width:992px){.mw-lg-25{max-width:25%!important}.mw-lg-50{max-width:50%!important}.mw-lg-75{max-width:75%!important}.mw-lg-100{max-width:100%!important}.mw-lg-auto{max-width:auto!important}.mh-lg-25{max-height:25%!important}.mh-lg-50{max-height:50%!important}.mh-lg-75{max-height:75%!important}.mh-lg-100{max-height:100%!important}.mh-lg-auto{max-height:auto!important}}@media (min-width:1200px){.mw-xl-25{max-width:25%!important}.mw-xl-50{max-width:50%!important}.mw-xl-75{max-width:75%!important}.mw-xl-100{max-width:100%!important}.mw-xl-auto{max-width:auto!important}.mh-xl-25{max-height:25%!important}.mh-xl-50{max-height:50%!important}.mh-xl-75{max-height:75%!important}.mh-xl-100{max-height:100%!important}.mh-xl-auto{max-height:auto!important}} -/*! - * Bootstrap v4.3.1 (https://getbootstrap.com/) - * Copyright 2011-2019 The Bootstrap Authors - * Copyright 2011-2019 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100% calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc((3em + 2.25rem)/4 + 1.75rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:100% calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc((3em + 2.25rem)/4 + 1.75rem);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{display:flex;align-items:center;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropleft .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio],.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label:before{pointer-events:none;background-color:#fff;border:1px solid #adb5bd}.custom-control-label:after,.custom-control-label:before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.custom-control-label:after{background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label:after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{position:relative;width:100%;height:calc(1.5em + .75rem + 2px)}.custom-file-input{z-index:2;margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{left:0;z-index:1;height:calc(1.5em + .75rem + 2px);font-weight:400;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label,.custom-file-label:after{position:absolute;top:0;right:0;padding:.375rem .75rem;line-height:1.5;color:#495057}.custom-file-label:after{bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar,.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat 50%;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.5);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:flex;flex:1 0 0%;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-horizontal{flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{top:0;left:0;z-index:1060;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{position:absolute;display:block}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow:after,.popover .arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem + -1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem + -1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem + -1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.8571428571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:transparent}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}#hg-form{margin-top:15%!important;margin-bottom:10%!important;padding:unset}#hg-results{margin-top:5%!important;margin-bottom:5%!important;padding:unset}.nav-masthead .nav-link+.nav-link{margin-left:1rem}.bootstrap-select.form-control-lg .dropdown-toggle,.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 3px)!important}.hg-back:hover{border:1px solid #007bff!important}.hg-back:focus,.hg-back:hover{text-decoration:none}.hg-back{position:fixed!important;width:3rem!important;height:3rem!important;left:2rem!important;bottom:2rem!important;border-radius:50rem!important;border:1px solid rgba(0,0,0,.125)!important;transition:all .3s!important;font-weight:200!important;font-size:1.4rem!important;opacity:1!important;pointer-events:auto!important}#hg-accordion .btn-link{font-weight:200;font-size:1.4rem}.hg-menu-btn{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.hg-menu-icon{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.tab-content{overflow:hidden}.tab-pane>pre{min-height:45vh;max-height:60vh;-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{width:0;background:transparent}.hg-status-container{display:inline-block;text-align:center;vertical-align:middle;line-height:1.5}.hg-loading{animation:spinner-border .75s linear infinite}.accordion div.card:only-child{border-bottom:1px solid rgba(0,0,0,.125)}.btn:active,.btn:focus{outline:none!important;box-shadow:none}.bg-danger *,.bg-info *,.bg-primary *,.bg-secondary *,.bg-success *,.bg-warning *{color:#f8f9fa!important}.bg-light *{color:#343a40!important}.bg-dark *{color:#f8f9fa!important}.bg-primary ::-moz-selection,.bg-primary ::selection{background-color:#f8f9fa!important;color:#007bff!important}.bg-secondary ::-moz-selection,.bg-secondary ::selection{background-color:#f8f9fa!important;color:#6c757d!important}.bg-success ::-moz-selection,.bg-success ::selection{background-color:#f8f9fa!important;color:#28a745!important}.bg-danger ::-moz-selection,.bg-danger ::selection{background-color:#f8f9fa!important;color:#dc3545!important}.bg-warning ::-moz-selection,.bg-warning ::selection{background-color:#f8f9fa!important;color:#ffc107!important}.bg-info ::-moz-selection,.bg-info ::selection{background-color:#f8f9fa!important;color:#17a2b8!important}.bg-light ::-moz-selection,.bg-light ::selection{background-color:#343a40!important;color:#f8f9fa!important}.bg-dark ::-moz-selection,.bg-dark ::selection{background-color:#f8f9fa!important;color:#343a40!important}.bg-danger .btn-outline-danger{border-color:#f8f9fa!important}.bg-danger .btn-outline-danger:hover{background-color:#f8f9fa!important;color:#dc3545!important}.bg-danger hr{background-color:#bd2130}.modal-body>p{padding-left:.3rem!important}.modal-title{padding-bottom:1rem!important} -/*! - * animsition v4.0.2 - * A simple and easy jQuery plugin for CSS animated page transitions. - * http://blivesta.github.io/animsition - * License : MIT - * Author : blivesta (http://blivesta.com/) - */.animsition,.animsition-overlay{position:relative;opacity:0;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animsition-overlay-slide{position:fixed;z-index:1;width:100%;height:100%;background-color:#ddd}.animsition-loading,.animsition-loading:after{width:32px;height:32px;position:fixed;top:50%;left:50%;margin-top:-16px;margin-left:-16px;border-radius:50%;z-index:2}.animsition-loading{background-color:transparent;border:5px solid rgba(0,0,0,.2);border-left-color:#eee;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-name:animsition-loading;animation-name:animsition-loading}@-webkit-keyframes animsition-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes animsition-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in{-webkit-animation-name:fade-in;animation-name:fade-in}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.fade-out{-webkit-animation-name:fade-out;animation-name:fade-out}@-webkit-keyframes fade-in-up{0%{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up{0%{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up{-webkit-animation-name:fade-in-up;animation-name:fade-in-up}@-webkit-keyframes fade-out-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}}@keyframes fade-out-up{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}}.fade-out-up{-webkit-animation-name:fade-out-up;animation-name:fade-out-up}@-webkit-keyframes fade-in-up-sm{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up-sm{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up-sm{-webkit-animation-name:fade-in-up-sm;animation-name:fade-in-up-sm}@-webkit-keyframes fade-out-up-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}}@keyframes fade-out-up-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}}.fade-out-up-sm{-webkit-animation-name:fade-out-up-sm;animation-name:fade-out-up-sm}@-webkit-keyframes fade-in-up-lg{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-up-lg{0%{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-up-lg{-webkit-animation-name:fade-in-up-lg;animation-name:fade-in-up-lg}@-webkit-keyframes fade-out-up-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-1000px);transform:translateY(-1000px);opacity:0}}@keyframes fade-out-up-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(-1000px);transform:translateY(-1000px);opacity:0}}.fade-out-up-lg{-webkit-animation-name:fade-out-up-lg;animation-name:fade-out-up-lg}@-webkit-keyframes fade-in-down{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-down{0%{-webkit-transform:translateY(-500px);transform:translateY(-500px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-down{-webkit-animation-name:fade-in-down;animation-name:fade-in-down}@-webkit-keyframes fade-out-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}}@keyframes fade-out-down{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(500px);transform:translateY(500px);opacity:0}}.fade-out-down{-webkit-animation-name:fade-out-down;animation-name:fade-out-down}@-webkit-keyframes fade-in-down-sm{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-down-sm{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.fade-in-down-sm{-webkit-animation-name:fade-in-down-sm;animation-name:fade-in-down-sm}@-webkit-keyframes fade-out-down-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}}@keyframes fade-out-down-sm{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}}.fade-out-down-sm{-webkit-animation-name:fade-out-down-sm;animation-name:fade-out-down-sm}.fade-in-down-lg{-webkit-animation-name:fade-in-down;animation-name:fade-in-down}@-webkit-keyframes fade-out-down-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}}@keyframes fade-out-down-lg{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}to{-webkit-transform:translateY(1000px);transform:translateY(1000px);opacity:0}}.fade-out-down-lg{-webkit-animation-name:fade-out-down-lg;animation-name:fade-out-down-lg}@-webkit-keyframes fade-in-left{0%{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left{0%{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left{-webkit-animation-name:fade-in-left;animation-name:fade-in-left}@-webkit-keyframes fade-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}}@keyframes fade-out-left{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-500px);transform:translateX(-500px);opacity:0}}.fade-out-left{-webkit-animation-name:fade-out-left;animation-name:fade-out-left}@-webkit-keyframes fade-in-left-sm{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left-sm{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left-sm{-webkit-animation-name:fade-in-left-sm;animation-name:fade-in-left-sm}@-webkit-keyframes fade-out-left-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}}@keyframes fade-out-left-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}}.fade-out-left-sm{-webkit-animation-name:fade-out-left-sm;animation-name:fade-out-left-sm}@-webkit-keyframes fade-in-left-lg{0%{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-left-lg{0%{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-left-lg{-webkit-animation-name:fade-in-left-lg;animation-name:fade-in-left-lg}@-webkit-keyframes fade-out-left-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}}@keyframes fade-out-left-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(-1500px);transform:translateX(-1500px);opacity:0}}.fade-out-left-lg{-webkit-animation-name:fade-out-left-lg;animation-name:fade-out-left-lg}@-webkit-keyframes fade-in-right{0%{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right{0%{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right{-webkit-animation-name:fade-in-right;animation-name:fade-in-right}@-webkit-keyframes fade-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}}@keyframes fade-out-right{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(500px);transform:translateX(500px);opacity:0}}.fade-out-right{-webkit-animation-name:fade-out-right;animation-name:fade-out-right}@-webkit-keyframes fade-in-right-sm{0%{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right-sm{0%{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right-sm{-webkit-animation-name:fade-in-right-sm;animation-name:fade-in-right-sm}@-webkit-keyframes fade-out-right-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}}@keyframes fade-out-right-sm{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(100px);transform:translateX(100px);opacity:0}}.fade-out-right-sm{-webkit-animation-name:fade-out-right-sm;animation-name:fade-out-right-sm}@-webkit-keyframes fade-in-right-lg{0%{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}@keyframes fade-in-right-lg{0%{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}to{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.fade-in-right-lg{-webkit-animation-name:fade-in-right-lg;animation-name:fade-in-right-lg}@-webkit-keyframes fade-out-right-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}}@keyframes fade-out-right-lg{0%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}to{-webkit-transform:translateX(1500px);transform:translateX(1500px);opacity:0}}.fade-out-right-lg{-webkit-animation-name:fade-out-right-lg;animation-name:fade-out-right-lg}@-webkit-keyframes rotate-in{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in{-webkit-animation-name:rotate-in;animation-name:rotate-in}@-webkit-keyframes rotate-out{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);transform-origin:center center;opacity:0}}@keyframes rotate-out{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);transform-origin:center center;opacity:0}}.rotate-out{-webkit-animation-name:rotate-out;animation-name:rotate-out}@-webkit-keyframes rotate-in-sm{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in-sm{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in-sm{-webkit-animation-name:rotate-in-sm;animation-name:rotate-in-sm}@-webkit-keyframes rotate-out-sm{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);transform-origin:center center;opacity:0}}@keyframes rotate-out-sm{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);transform-origin:center center;opacity:0}}.rotate-out-sm{-webkit-animation-name:rotate-out-sm;animation-name:rotate-out-sm}@-webkit-keyframes rotate-in-lg{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}@keyframes rotate-in-lg{0%{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);transform-origin:center center;opacity:0}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}}.rotate-in-lg{-webkit-animation-name:rotate-in-lg;animation-name:rotate-in-lg}@-webkit-keyframes rotate-out-lg{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(180deg);transform:rotate(180deg);transform-origin:center center;opacity:0}}@keyframes rotate-out-lg{0%{-webkit-transform:rotate(0);transform:rotate(0);transform-origin:center center;opacity:1}0%,to{-webkit-transform-origin:center center}to{-webkit-transform:rotate(180deg);transform:rotate(180deg);transform-origin:center center;opacity:0}}.rotate-out-lg{-webkit-animation-name:rotate-out-lg;animation-name:rotate-out-lg}@-webkit-keyframes flip-in-x{0%{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}}@keyframes flip-in-x{0%{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}}.flip-in-x{-webkit-animation-name:flip-in-x;animation-name:flip-in-x;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x{0%{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}}@keyframes flip-out-x{0%{-webkit-transform:perspective(550px) rotateX(0deg);transform:perspective(550px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateX(90deg);transform:perspective(550px) rotateX(90deg);opacity:0}}.flip-out-x{-webkit-animation-name:flip-out-x;animation-name:flip-out-x;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-x-nr{0%{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateX(0deg);transform:perspective(100px) rotateX(0deg);opacity:1}}@keyframes flip-in-x-nr{0%{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateX(0deg);transform:perspective(100px) rotateX(0deg);opacity:1}}.flip-in-x-nr{-webkit-animation-name:flip-in-x-nr;animation-name:flip-in-x-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x-nr{0%{-webkit-transform:perspective(100px) rotateX(0deg);transform:perspective(100px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}}@keyframes flip-out-x-nr{0%{-webkit-transform:perspective(100px) rotateX(0deg);transform:perspective(100px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(100px) rotateX(90deg);transform:perspective(100px) rotateX(90deg);opacity:0}}.flip-out-x-nr{-webkit-animation-name:flip-out-x-nr;animation-name:flip-out-x-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg);opacity:1}}@keyframes flip-in-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg);opacity:1}}.flip-in-x-fr{-webkit-animation-name:flip-in-x-fr;animation-name:flip-in-x-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes flip-out-x-fr{0%{-webkit-transform:perspective(1000px) rotateX(0deg);transform:perspective(1000px) rotateX(0deg);opacity:1}to{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}.flip-out-x-fr{-webkit-animation-name:flip-out-x-fr;animation-name:flip-out-x-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y{0%{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}}@keyframes flip-in-y{0%{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}}.flip-in-y{-webkit-animation-name:flip-in-y;animation-name:flip-in-y;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y{0%{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}}@keyframes flip-out-y{0%{-webkit-transform:perspective(550px) rotateY(0deg);transform:perspective(550px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(550px) rotateY(90deg);transform:perspective(550px) rotateY(90deg);opacity:0}}.flip-out-y{-webkit-animation-name:flip-out-y;animation-name:flip-out-y;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y-nr{0%{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateY(0deg);transform:perspective(100px) rotateY(0deg);opacity:1}}@keyframes flip-in-y-nr{0%{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(100px) rotateY(0deg);transform:perspective(100px) rotateY(0deg);opacity:1}}.flip-in-y-nr{-webkit-animation-name:flip-in-y-nr;animation-name:flip-in-y-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y-nr{0%{-webkit-transform:perspective(100px) rotateY(0deg);transform:perspective(100px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}}@keyframes flip-out-y-nr{0%{-webkit-transform:perspective(100px) rotateY(0deg);transform:perspective(100px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(100px) rotateY(90deg);transform:perspective(100px) rotateY(90deg);opacity:0}}.flip-out-y-nr{-webkit-animation-name:flip-out-y-nr;animation-name:flip-out-y-nr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-in-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}}@keyframes flip-in-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}to{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}}.flip-in-y-fr{-webkit-animation-name:flip-in-y-fr;animation-name:flip-in-y-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flip-out-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}}@keyframes flip-out-y-fr{0%{-webkit-transform:perspective(1000px) rotateY(0deg);transform:perspective(1000px) rotateY(0deg);opacity:1}to{-webkit-transform:perspective(1000px) rotateY(90deg);transform:perspective(1000px) rotateY(90deg);opacity:0}}.flip-out-y-fr{-webkit-animation-name:flip-out-y-fr;animation-name:flip-out-y-fr;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes zoom-in{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{opacity:1}}@keyframes zoom-in{0%{-webkit-transform:scale(.7);transform:scale(.7);opacity:0}to{opacity:1}}.zoom-in{-webkit-animation-name:zoom-in;animation-name:zoom-in}@-webkit-keyframes zoom-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.7);transform:scale(.7)}50%,to{opacity:0}}@keyframes zoom-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.7);transform:scale(.7)}50%,to{opacity:0}}.zoom-out{-webkit-animation-name:zoom-out;animation-name:zoom-out}@-webkit-keyframes zoom-in-sm{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}to{opacity:1}}@keyframes zoom-in-sm{0%{-webkit-transform:scale(.95);transform:scale(.95);opacity:0}to{opacity:1}}.zoom-in-sm{-webkit-animation-name:zoom-in-sm;animation-name:zoom-in-sm}@-webkit-keyframes zoom-out-sm{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.95);transform:scale(.95)}50%,to{opacity:0}}@keyframes zoom-out-sm{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.95);transform:scale(.95)}50%,to{opacity:0}}.zoom-out-sm{-webkit-animation-name:zoom-out-sm;animation-name:zoom-out-sm}@-webkit-keyframes zoom-in-lg{0%{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}to{opacity:1}}@keyframes zoom-in-lg{0%{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}to{opacity:1}}.zoom-in-lg{-webkit-animation-name:zoom-in-lg;animation-name:zoom-in-lg}@-webkit-keyframes zoom-out-lg{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.4);transform:scale(.4)}50%,to{opacity:0}}@keyframes zoom-out-lg{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.4);transform:scale(.4)}50%,to{opacity:0}}.zoom-out-lg{-webkit-animation-name:zoom-out-lg;animation-name:zoom-out-lg}@-webkit-keyframes overlay-slide-in-top{0%{height:100%}to{height:0}}@keyframes overlay-slide-in-top{0%{height:100%}to{height:0}}.overlay-slide-in-top{top:0;height:0;-webkit-animation-name:overlay-slide-in-top;animation-name:overlay-slide-in-top}@-webkit-keyframes overlay-slide-out-top{0%{height:0}to{height:100%}}@keyframes overlay-slide-out-top{0%{height:0}to{height:100%}}.overlay-slide-out-top{top:0;height:100%;-webkit-animation-name:overlay-slide-out-top;animation-name:overlay-slide-out-top}@-webkit-keyframes overlay-slide-in-bottom{0%{height:100%}to{height:0}}@keyframes overlay-slide-in-bottom{0%{height:100%}to{height:0}}.overlay-slide-in-bottom{bottom:0;height:0;-webkit-animation-name:overlay-slide-in-bottom;animation-name:overlay-slide-in-bottom}@-webkit-keyframes overlay-slide-out-bottom{0%{height:0}to{height:100%}}@keyframes overlay-slide-out-bottom{0%{height:0}to{height:100%}}.overlay-slide-out-bottom{bottom:0;height:100%;-webkit-animation-name:overlay-slide-out-bottom;animation-name:overlay-slide-out-bottom}@-webkit-keyframes overlay-slide-in-left{0%{width:100%}to{width:0}}@keyframes overlay-slide-in-left{0%{width:100%}to{width:0}}.overlay-slide-in-left{width:0;-webkit-animation-name:overlay-slide-in-left;animation-name:overlay-slide-in-left}@-webkit-keyframes overlay-slide-out-left{0%{width:0}to{width:100%}}@keyframes overlay-slide-out-left{0%{width:0}to{width:100%}}.overlay-slide-out-left{left:0;width:100%;-webkit-animation-name:overlay-slide-out-left;animation-name:overlay-slide-out-left}@-webkit-keyframes overlay-slide-in-right{0%{width:100%}to{width:0}}@keyframes overlay-slide-in-right{0%{width:100%}to{width:0}}.overlay-slide-in-right{right:0;width:0;-webkit-animation-name:overlay-slide-in-right;animation-name:overlay-slide-in-right}@-webkit-keyframes overlay-slide-out-right{0%{width:0}to{width:100%}}@keyframes overlay-slide-out-right{0%{width:0}to{width:100%}}.overlay-slide-out-right{right:0;width:100%;-webkit-animation-name:overlay-slide-out-right;animation-name:overlay-slide-out-right} -@font-face{font-family:remixicon;src:url(/ui/remixicon.ed3cd447.eot?t=1562401252720);src:url(/ui/remixicon.ed3cd447.eot?t=1562401252720#iefix) format("embedded-opentype"),url(/ui/remixicon.18408445.woff2?t=1562401252720) format("woff2"),url(/ui/remixicon.0773c4ad.woff?t=1562401252720) format("woff"),url(/ui/remixicon.f2ea6ad2.ttf?t=1562401252720) format("truetype"),url(/ui/remixicon.ac00b585.svg?t=1562401252720#remixicon) format("svg");font-display:swap}[class*=" remixicon-"],[class^=remixicon-]{font-family:remixicon!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ri-lg{font-size:1.3333em;line-height:.75em;vertical-align:-.0667em}.ri-xl{font-size:1.5em;line-height:.6666em;vertical-align:-.075em}.ri-xxs{font-size:.5em}.ri-xs{font-size:.75em}.ri-sm{font-size:.875em}.ri-1x{font-size:1em}.ri-2x{font-size:2em}.ri-3x{font-size:3em}.ri-4x{font-size:4em}.ri-5x{font-size:5em}.ri-6x{font-size:6em}.ri-7x{font-size:7em}.ri-8x{font-size:8em}.ri-9x{font-size:9em}.ri-10x{font-size:10em}.ri-fw{text-align:center;width:1.25em}.remixicon-4k-fill:before{content:"\ea01"}.remixicon-4k-line:before{content:"\ea02"}.remixicon-account-box-fill:before{content:"\ea03"}.remixicon-account-box-line:before{content:"\ea04"}.remixicon-account-circle-fill:before{content:"\ea05"}.remixicon-account-circle-line:before{content:"\ea06"}.remixicon-account-pin-box-fill:before{content:"\ea07"}.remixicon-account-pin-box-line:before{content:"\ea08"}.remixicon-account-pin-circle-fill:before{content:"\ea09"}.remixicon-account-pin-circle-line:before{content:"\ea0a"}.remixicon-add-box-fill:before{content:"\ea0b"}.remixicon-add-box-line:before{content:"\ea0c"}.remixicon-add-circle-fill:before{content:"\ea0d"}.remixicon-add-circle-line:before{content:"\ea0e"}.remixicon-add-fill:before{content:"\ea0f"}.remixicon-add-line:before{content:"\ea10"}.remixicon-admin-fill:before{content:"\ea11"}.remixicon-admin-line:before{content:"\ea12"}.remixicon-airplay-fill:before{content:"\ea13"}.remixicon-airplay-line:before{content:"\ea14"}.remixicon-alarm-fill:before{content:"\ea15"}.remixicon-alarm-line:before{content:"\ea16"}.remixicon-alarm-warning-fill:before{content:"\ea17"}.remixicon-alarm-warning-line:before{content:"\ea18"}.remixicon-album-fill:before{content:"\ea19"}.remixicon-album-line:before{content:"\ea1a"}.remixicon-alert-fill:before{content:"\ea1b"}.remixicon-alert-line:before{content:"\ea1c"}.remixicon-align-bottom:before{content:"\ea1d"}.remixicon-align-center:before{content:"\ea1e"}.remixicon-align-justify:before{content:"\ea1f"}.remixicon-align-left:before{content:"\ea20"}.remixicon-align-right:before{content:"\ea21"}.remixicon-align-top:before{content:"\ea22"}.remixicon-align-vertically:before{content:"\ea23"}.remixicon-alipay-fill:before{content:"\ea24"}.remixicon-alipay-line:before{content:"\ea25"}.remixicon-amazon-fill:before{content:"\ea26"}.remixicon-amazon-line:before{content:"\ea27"}.remixicon-anchor-fill:before{content:"\ea28"}.remixicon-anchor-line:before{content:"\ea29"}.remixicon-android-fill:before{content:"\ea2a"}.remixicon-android-line:before{content:"\ea2b"}.remixicon-angularjs-fill:before{content:"\ea2c"}.remixicon-angularjs-line:before{content:"\ea2d"}.remixicon-anticlockwise-2-fill:before{content:"\ea2e"}.remixicon-anticlockwise-2-line:before{content:"\ea2f"}.remixicon-anticlockwise-fill:before{content:"\ea30"}.remixicon-anticlockwise-line:before{content:"\ea31"}.remixicon-apple-fill:before{content:"\ea32"}.remixicon-apple-line:before{content:"\ea33"}.remixicon-apps-2-fill:before{content:"\ea34"}.remixicon-apps-2-line:before{content:"\ea35"}.remixicon-apps-fill:before{content:"\ea36"}.remixicon-apps-line:before{content:"\ea37"}.remixicon-archive-drawer-fill:before{content:"\ea38"}.remixicon-archive-drawer-line:before{content:"\ea39"}.remixicon-archive-fill:before{content:"\ea3a"}.remixicon-archive-line:before{content:"\ea3b"}.remixicon-arrow-down-circle-fill:before{content:"\ea3c"}.remixicon-arrow-down-circle-line:before{content:"\ea3d"}.remixicon-arrow-down-fill:before{content:"\ea3e"}.remixicon-arrow-down-line:before{content:"\ea3f"}.remixicon-arrow-down-s-fill:before{content:"\ea40"}.remixicon-arrow-down-s-line:before{content:"\ea41"}.remixicon-arrow-drop-down-fill:before{content:"\ea42"}.remixicon-arrow-drop-down-line:before{content:"\ea43"}.remixicon-arrow-drop-left-fill:before{content:"\ea44"}.remixicon-arrow-drop-left-line:before{content:"\ea45"}.remixicon-arrow-drop-right-fill:before{content:"\ea46"}.remixicon-arrow-drop-right-line:before{content:"\ea47"}.remixicon-arrow-drop-up-fill:before{content:"\ea48"}.remixicon-arrow-drop-up-line:before{content:"\ea49"}.remixicon-arrow-go-back-fill:before{content:"\ea4a"}.remixicon-arrow-go-back-line:before{content:"\ea4b"}.remixicon-arrow-go-forward-fill:before{content:"\ea4c"}.remixicon-arrow-go-forward-line:before{content:"\ea4d"}.remixicon-arrow-left-circle-fill:before{content:"\ea4e"}.remixicon-arrow-left-circle-line:before{content:"\ea4f"}.remixicon-arrow-left-down-fill:before{content:"\ea50"}.remixicon-arrow-left-down-line:before{content:"\ea51"}.remixicon-arrow-left-fill:before{content:"\ea52"}.remixicon-arrow-left-line:before{content:"\ea53"}.remixicon-arrow-left-s-fill:before{content:"\ea54"}.remixicon-arrow-left-s-line:before{content:"\ea55"}.remixicon-arrow-left-up-fill:before{content:"\ea56"}.remixicon-arrow-left-up-line:before{content:"\ea57"}.remixicon-arrow-right-circle-fill:before{content:"\ea58"}.remixicon-arrow-right-circle-line:before{content:"\ea59"}.remixicon-arrow-right-down-fill:before{content:"\ea5a"}.remixicon-arrow-right-down-line:before{content:"\ea5b"}.remixicon-arrow-right-fill:before{content:"\ea5c"}.remixicon-arrow-right-line:before{content:"\ea5d"}.remixicon-arrow-right-s-fill:before{content:"\ea5e"}.remixicon-arrow-right-s-line:before{content:"\ea5f"}.remixicon-arrow-right-up-fill:before{content:"\ea60"}.remixicon-arrow-right-up-line:before{content:"\ea61"}.remixicon-arrow-up-circle-fill:before{content:"\ea62"}.remixicon-arrow-up-circle-line:before{content:"\ea63"}.remixicon-arrow-up-fill:before{content:"\ea64"}.remixicon-arrow-up-line:before{content:"\ea65"}.remixicon-arrow-up-s-fill:before{content:"\ea66"}.remixicon-arrow-up-s-line:before{content:"\ea67"}.remixicon-artboard-2-fill:before{content:"\ea68"}.remixicon-artboard-2-line:before{content:"\ea69"}.remixicon-artboard-fill:before{content:"\ea6a"}.remixicon-artboard-line:before{content:"\ea6b"}.remixicon-article-fill:before{content:"\ea6c"}.remixicon-article-line:before{content:"\ea6d"}.remixicon-at-fill:before{content:"\ea6e"}.remixicon-at-line:before{content:"\ea6f"}.remixicon-attachment-2:before{content:"\ea70"}.remixicon-attachment-fill:before{content:"\ea71"}.remixicon-attachment-line:before{content:"\ea72"}.remixicon-award-fill:before{content:"\ea73"}.remixicon-award-line:before{content:"\ea74"}.remixicon-baidu-fill:before{content:"\ea75"}.remixicon-baidu-line:before{content:"\ea76"}.remixicon-ball-pen-fill:before{content:"\ea77"}.remixicon-ball-pen-line:before{content:"\ea78"}.remixicon-bank-card-2-fill:before{content:"\ea79"}.remixicon-bank-card-2-line:before{content:"\ea7a"}.remixicon-bank-card-fill:before{content:"\ea7b"}.remixicon-bank-card-line:before{content:"\ea7c"}.remixicon-bank-fill:before{content:"\ea7d"}.remixicon-bank-line:before{content:"\ea7e"}.remixicon-bar-chart-2-fill:before{content:"\ea7f"}.remixicon-bar-chart-2-line:before{content:"\ea80"}.remixicon-bar-chart-box-fill:before{content:"\ea81"}.remixicon-bar-chart-box-line:before{content:"\ea82"}.remixicon-bar-chart-fill:before{content:"\ea83"}.remixicon-bar-chart-grouped-fill:before{content:"\ea84"}.remixicon-bar-chart-grouped-line:before{content:"\ea85"}.remixicon-bar-chart-horizontal-fill:before{content:"\ea86"}.remixicon-bar-chart-horizontal-line:before{content:"\ea87"}.remixicon-bar-chart-line:before{content:"\ea88"}.remixicon-barcode-box-fill:before{content:"\ea89"}.remixicon-barcode-box-line:before{content:"\ea8a"}.remixicon-barcode-fill:before{content:"\ea8b"}.remixicon-barcode-line:before{content:"\ea8c"}.remixicon-barricade-fill:before{content:"\ea8d"}.remixicon-barricade-line:before{content:"\ea8e"}.remixicon-base-station-fill:before{content:"\ea8f"}.remixicon-base-station-line:before{content:"\ea90"}.remixicon-battery-2-charge-fill:before{content:"\ea91"}.remixicon-battery-2-charge-line:before{content:"\ea92"}.remixicon-battery-2-fill:before{content:"\ea93"}.remixicon-battery-2-line:before{content:"\ea94"}.remixicon-battery-charge-fill:before{content:"\ea95"}.remixicon-battery-charge-line:before{content:"\ea96"}.remixicon-battery-fill:before{content:"\ea97"}.remixicon-battery-line:before{content:"\ea98"}.remixicon-battery-low-fill:before{content:"\ea99"}.remixicon-battery-low-line:before{content:"\ea9a"}.remixicon-behance-fill:before{content:"\ea9b"}.remixicon-behance-line:before{content:"\ea9c"}.remixicon-bike-fill:before{content:"\ea9d"}.remixicon-bike-line:before{content:"\ea9e"}.remixicon-bill-fill:before{content:"\ea9f"}.remixicon-bill-line:before{content:"\eaa0"}.remixicon-bit-coin-fill:before{content:"\eaa1"}.remixicon-bit-coin-line:before{content:"\eaa2"}.remixicon-bluetooth-connect-fill:before{content:"\eaa3"}.remixicon-bluetooth-connect-line:before{content:"\eaa4"}.remixicon-bluetooth-fill:before{content:"\eaa5"}.remixicon-bluetooth-line:before{content:"\eaa6"}.remixicon-blur-off-fill:before{content:"\eaa7"}.remixicon-blur-off-line:before{content:"\eaa8"}.remixicon-bold:before{content:"\eaa9"}.remixicon-book-2-fill:before{content:"\eaaa"}.remixicon-book-2-line:before{content:"\eaab"}.remixicon-book-3-fill:before{content:"\eaac"}.remixicon-book-3-line:before{content:"\eaad"}.remixicon-book-fill:before{content:"\eaae"}.remixicon-book-line:before{content:"\eaaf"}.remixicon-book-mark-fill:before{content:"\eab0"}.remixicon-book-mark-line:before{content:"\eab1"}.remixicon-book-open-fill:before{content:"\eab2"}.remixicon-book-open-line:before{content:"\eab3"}.remixicon-book-read-fill:before{content:"\eab4"}.remixicon-book-read-line:before{content:"\eab5"}.remixicon-bookmark-2-fill:before{content:"\eab6"}.remixicon-bookmark-2-line:before{content:"\eab7"}.remixicon-bookmark-3-fill:before{content:"\eab8"}.remixicon-bookmark-3-line:before{content:"\eab9"}.remixicon-bookmark-fill:before{content:"\eaba"}.remixicon-bookmark-line:before{content:"\eabb"}.remixicon-braces-fill:before{content:"\eabc"}.remixicon-braces-line:before{content:"\eabd"}.remixicon-brackets-fill:before{content:"\eabe"}.remixicon-brackets-line:before{content:"\eabf"}.remixicon-briefcase-2-fill:before{content:"\eac0"}.remixicon-briefcase-2-line:before{content:"\eac1"}.remixicon-briefcase-3-fill:before{content:"\eac2"}.remixicon-briefcase-3-line:before{content:"\eac3"}.remixicon-briefcase-4-fill:before{content:"\eac4"}.remixicon-briefcase-4-line:before{content:"\eac5"}.remixicon-briefcase-5-fill:before{content:"\eac6"}.remixicon-briefcase-5-line:before{content:"\eac7"}.remixicon-briefcase-fill:before{content:"\eac8"}.remixicon-briefcase-line:before{content:"\eac9"}.remixicon-broadcast-fill:before{content:"\eaca"}.remixicon-broadcast-line:before{content:"\eacb"}.remixicon-brush-2-fill:before{content:"\eacc"}.remixicon-brush-2-line:before{content:"\eacd"}.remixicon-brush-3-fill:before{content:"\eace"}.remixicon-brush-3-line:before{content:"\eacf"}.remixicon-brush-4-fill:before{content:"\ead0"}.remixicon-brush-4-line:before{content:"\ead1"}.remixicon-brush-fill:before{content:"\ead2"}.remixicon-brush-line:before{content:"\ead3"}.remixicon-bug-2-fill:before{content:"\ead4"}.remixicon-bug-2-line:before{content:"\ead5"}.remixicon-bug-fill:before{content:"\ead6"}.remixicon-bug-line:before{content:"\ead7"}.remixicon-building-2-fill:before{content:"\ead8"}.remixicon-building-2-line:before{content:"\ead9"}.remixicon-building-3-fill:before{content:"\eada"}.remixicon-building-3-line:before{content:"\eadb"}.remixicon-building-4-fill:before{content:"\eadc"}.remixicon-building-4-line:before{content:"\eadd"}.remixicon-building-fill:before{content:"\eade"}.remixicon-building-line:before{content:"\eadf"}.remixicon-bus-2-fill:before{content:"\eae0"}.remixicon-bus-2-line:before{content:"\eae1"}.remixicon-bus-fill:before{content:"\eae2"}.remixicon-bus-line:before{content:"\eae3"}.remixicon-calculator-fill:before{content:"\eae4"}.remixicon-calculator-line:before{content:"\eae5"}.remixicon-calendar-2-fill:before{content:"\eae6"}.remixicon-calendar-2-line:before{content:"\eae7"}.remixicon-calendar-event-fill:before{content:"\eae8"}.remixicon-calendar-event-line:before{content:"\eae9"}.remixicon-calendar-fill:before{content:"\eaea"}.remixicon-calendar-line:before{content:"\eaeb"}.remixicon-calendar-todo-fill:before{content:"\eaec"}.remixicon-calendar-todo-line:before{content:"\eaed"}.remixicon-camera-2-fill:before{content:"\eaee"}.remixicon-camera-2-line:before{content:"\eaef"}.remixicon-camera-3-fill:before{content:"\eaf0"}.remixicon-camera-3-line:before{content:"\eaf1"}.remixicon-camera-fill:before{content:"\eaf2"}.remixicon-camera-lens-fill:before{content:"\eaf3"}.remixicon-camera-lens-line:before{content:"\eaf4"}.remixicon-camera-line:before{content:"\eaf5"}.remixicon-camera-off-fill:before{content:"\eaf6"}.remixicon-camera-off-line:before{content:"\eaf7"}.remixicon-camera-switch-fill:before{content:"\eaf8"}.remixicon-camera-switch-line:before{content:"\eaf9"}.remixicon-car-fill:before{content:"\eafa"}.remixicon-car-line:before{content:"\eafb"}.remixicon-car-washing-fill:before{content:"\eafc"}.remixicon-car-washing-line:before{content:"\eafd"}.remixicon-cast-fill:before{content:"\eafe"}.remixicon-cast-line:before{content:"\eaff"}.remixicon-cellphone-fill:before{content:"\eb00"}.remixicon-cellphone-line:before{content:"\eb01"}.remixicon-celsius-fill:before{content:"\eb02"}.remixicon-celsius-line:before{content:"\eb03"}.remixicon-charging-pile-2-fill:before{content:"\eb04"}.remixicon-charging-pile-2-line:before{content:"\eb05"}.remixicon-charging-pile-fill:before{content:"\eb06"}.remixicon-charging-pile-line:before{content:"\eb07"}.remixicon-chat-1-fill:before{content:"\eb08"}.remixicon-chat-1-line:before{content:"\eb09"}.remixicon-chat-2-fill:before{content:"\eb0a"}.remixicon-chat-2-line:before{content:"\eb0b"}.remixicon-chat-3-fill:before{content:"\eb0c"}.remixicon-chat-3-line:before{content:"\eb0d"}.remixicon-chat-4-fill:before{content:"\eb0e"}.remixicon-chat-4-line:before{content:"\eb0f"}.remixicon-chat-check-fill:before{content:"\eb10"}.remixicon-chat-check-line:before{content:"\eb11"}.remixicon-chat-delete-fill:before{content:"\eb12"}.remixicon-chat-delete-line:before{content:"\eb13"}.remixicon-chat-download-fill:before{content:"\eb14"}.remixicon-chat-download-line:before{content:"\eb15"}.remixicon-chat-forward-fill:before{content:"\eb16"}.remixicon-chat-forward-line:before{content:"\eb17"}.remixicon-chat-heart-fill:before{content:"\eb18"}.remixicon-chat-heart-line:before{content:"\eb19"}.remixicon-chat-new-fill:before{content:"\eb1a"}.remixicon-chat-new-line:before{content:"\eb1b"}.remixicon-chat-settings-fill:before{content:"\eb1c"}.remixicon-chat-settings-line:before{content:"\eb1d"}.remixicon-chat-smile-2-fill:before{content:"\eb1e"}.remixicon-chat-smile-2-line:before{content:"\eb1f"}.remixicon-chat-smile-3-fill:before{content:"\eb20"}.remixicon-chat-smile-3-line:before{content:"\eb21"}.remixicon-chat-smile-fill:before{content:"\eb22"}.remixicon-chat-smile-line:before{content:"\eb23"}.remixicon-chat-upload-fill:before{content:"\eb24"}.remixicon-chat-upload-line:before{content:"\eb25"}.remixicon-chat-voice-fill:before{content:"\eb26"}.remixicon-chat-voice-line:before{content:"\eb27"}.remixicon-check-double-fill:before{content:"\eb28"}.remixicon-check-double-line:before{content:"\eb29"}.remixicon-check-fill:before{content:"\eb2a"}.remixicon-check-line:before{content:"\eb2b"}.remixicon-checkbox-blank-circle-fill:before{content:"\eb2c"}.remixicon-checkbox-blank-circle-line:before{content:"\eb2d"}.remixicon-checkbox-blank-fill:before{content:"\eb2e"}.remixicon-checkbox-blank-line:before{content:"\eb2f"}.remixicon-checkbox-circle-fill:before{content:"\eb30"}.remixicon-checkbox-circle-line:before{content:"\eb31"}.remixicon-checkbox-fill:before{content:"\eb32"}.remixicon-checkbox-indeterminate-fill:before{content:"\eb33"}.remixicon-checkbox-indeterminate-line:before{content:"\eb34"}.remixicon-checkbox-line:before{content:"\eb35"}.remixicon-checkbox-multiple-blank-fill:before{content:"\eb36"}.remixicon-checkbox-multiple-blank-line:before{content:"\eb37"}.remixicon-checkbox-multiple-fill:before{content:"\eb38"}.remixicon-checkbox-multiple-line:before{content:"\eb39"}.remixicon-china-railway-fill:before{content:"\eb3a"}.remixicon-china-railway-line:before{content:"\eb3b"}.remixicon-chrome-fill:before{content:"\eb3c"}.remixicon-chrome-line:before{content:"\eb3d"}.remixicon-clapperboard-fill:before{content:"\eb3e"}.remixicon-clapperboard-line:before{content:"\eb3f"}.remixicon-clipboard-fill:before{content:"\eb40"}.remixicon-clipboard-line:before{content:"\eb41"}.remixicon-clockwise-2-fill:before{content:"\eb42"}.remixicon-clockwise-2-line:before{content:"\eb43"}.remixicon-clockwise-fill:before{content:"\eb44"}.remixicon-clockwise-line:before{content:"\eb45"}.remixicon-close-circle-fill:before{content:"\eb46"}.remixicon-close-circle-line:before{content:"\eb47"}.remixicon-close-fill:before{content:"\eb48"}.remixicon-close-line:before{content:"\eb49"}.remixicon-cloud-fill:before{content:"\eb4a"}.remixicon-cloud-line:before{content:"\eb4b"}.remixicon-cloud-windy-fill:before{content:"\eb4c"}.remixicon-cloud-windy-line:before{content:"\eb4d"}.remixicon-cloudy-2-fill:before{content:"\eb4e"}.remixicon-cloudy-2-line:before{content:"\eb4f"}.remixicon-cloudy-fill:before{content:"\eb50"}.remixicon-cloudy-line:before{content:"\eb51"}.remixicon-code-box-fill:before{content:"\eb52"}.remixicon-code-box-line:before{content:"\eb53"}.remixicon-code-fill:before{content:"\eb54"}.remixicon-code-line:before{content:"\eb55"}.remixicon-code-s-fill:before{content:"\eb56"}.remixicon-code-s-line:before{content:"\eb57"}.remixicon-code-s-slash-fill:before{content:"\eb58"}.remixicon-code-s-slash-line:before{content:"\eb59"}.remixicon-code-view:before{content:"\eb5a"}.remixicon-codepen-fill:before{content:"\eb5b"}.remixicon-codepen-line:before{content:"\eb5c"}.remixicon-command-fill:before{content:"\eb5d"}.remixicon-command-line:before{content:"\eb5e"}.remixicon-community-fill:before{content:"\eb5f"}.remixicon-community-line:before{content:"\eb60"}.remixicon-compass-2-fill:before{content:"\eb61"}.remixicon-compass-2-line:before{content:"\eb62"}.remixicon-compass-3-fill:before{content:"\eb63"}.remixicon-compass-3-line:before{content:"\eb64"}.remixicon-compass-4-fill:before{content:"\eb65"}.remixicon-compass-4-line:before{content:"\eb66"}.remixicon-compass-discover-fill:before{content:"\eb67"}.remixicon-compass-discover-line:before{content:"\eb68"}.remixicon-compass-fill:before{content:"\eb69"}.remixicon-compass-line:before{content:"\eb6a"}.remixicon-compasses-2-fill:before{content:"\eb6b"}.remixicon-compasses-2-line:before{content:"\eb6c"}.remixicon-compasses-fill:before{content:"\eb6d"}.remixicon-compasses-line:before{content:"\eb6e"}.remixicon-computer-fill:before{content:"\eb6f"}.remixicon-computer-line:before{content:"\eb70"}.remixicon-contacts-book-2-fill:before{content:"\eb71"}.remixicon-contacts-book-2-line:before{content:"\eb72"}.remixicon-contacts-book-fill:before{content:"\eb73"}.remixicon-contacts-book-line:before{content:"\eb74"}.remixicon-contacts-fill:before{content:"\eb75"}.remixicon-contacts-line:before{content:"\eb76"}.remixicon-contrast-2-fill:before{content:"\eb77"}.remixicon-contrast-2-line:before{content:"\eb78"}.remixicon-contrast-drop-2-fill:before{content:"\eb79"}.remixicon-contrast-drop-2-line:before{content:"\eb7a"}.remixicon-contrast-drop-fill:before{content:"\eb7b"}.remixicon-contrast-drop-line:before{content:"\eb7c"}.remixicon-contrast-fill:before{content:"\eb7d"}.remixicon-contrast-line:before{content:"\eb7e"}.remixicon-copper-coin-fill:before{content:"\eb7f"}.remixicon-copper-coin-line:before{content:"\eb80"}.remixicon-copper-diamond-fill:before{content:"\eb81"}.remixicon-copper-diamond-line:before{content:"\eb82"}.remixicon-coreos-fill:before{content:"\eb83"}.remixicon-coreos-line:before{content:"\eb84"}.remixicon-coupon-2-fill:before{content:"\eb85"}.remixicon-coupon-2-line:before{content:"\eb86"}.remixicon-coupon-3-fill:before{content:"\eb87"}.remixicon-coupon-3-line:before{content:"\eb88"}.remixicon-coupon-4-fill:before{content:"\eb89"}.remixicon-coupon-4-line:before{content:"\eb8a"}.remixicon-coupon-5-fill:before{content:"\eb8b"}.remixicon-coupon-5-line:before{content:"\eb8c"}.remixicon-coupon-fill:before{content:"\eb8d"}.remixicon-coupon-line:before{content:"\eb8e"}.remixicon-cpu-fill:before{content:"\eb8f"}.remixicon-cpu-line:before{content:"\eb90"}.remixicon-crop-2-fill:before{content:"\eb91"}.remixicon-crop-2-line:before{content:"\eb92"}.remixicon-crop-fill:before{content:"\eb93"}.remixicon-crop-line:before{content:"\eb94"}.remixicon-css3-fill:before{content:"\eb95"}.remixicon-css3-line:before{content:"\eb96"}.remixicon-cup-fill:before{content:"\eb97"}.remixicon-cup-line:before{content:"\eb98"}.remixicon-currency-fill:before{content:"\eb99"}.remixicon-currency-line:before{content:"\eb9a"}.remixicon-cursor-fill:before{content:"\eb9b"}.remixicon-cursor-line:before{content:"\eb9c"}.remixicon-customer-service-2-fill:before{content:"\eb9d"}.remixicon-customer-service-2-line:before{content:"\eb9e"}.remixicon-customer-service-fill:before{content:"\eb9f"}.remixicon-customer-service-line:before{content:"\eba0"}.remixicon-dashboard-fill:before{content:"\eba1"}.remixicon-dashboard-line:before{content:"\eba2"}.remixicon-database-2-fill:before{content:"\eba3"}.remixicon-database-2-line:before{content:"\eba4"}.remixicon-database-fill:before{content:"\eba5"}.remixicon-database-line:before{content:"\eba6"}.remixicon-delete-back-2-fill:before{content:"\eba7"}.remixicon-delete-back-2-line:before{content:"\eba8"}.remixicon-delete-back-fill:before{content:"\eba9"}.remixicon-delete-back-line:before{content:"\ebaa"}.remixicon-delete-bin-2-fill:before{content:"\ebab"}.remixicon-delete-bin-2-line:before{content:"\ebac"}.remixicon-delete-bin-3-fill:before{content:"\ebad"}.remixicon-delete-bin-3-line:before{content:"\ebae"}.remixicon-delete-bin-4-fill:before{content:"\ebaf"}.remixicon-delete-bin-4-line:before{content:"\ebb0"}.remixicon-delete-bin-5-fill:before{content:"\ebb1"}.remixicon-delete-bin-5-line:before{content:"\ebb2"}.remixicon-delete-bin-6-fill:before{content:"\ebb3"}.remixicon-delete-bin-6-line:before{content:"\ebb4"}.remixicon-delete-bin-7-fill:before{content:"\ebb5"}.remixicon-delete-bin-7-line:before{content:"\ebb6"}.remixicon-delete-bin-fill:before{content:"\ebb7"}.remixicon-delete-bin-line:before{content:"\ebb8"}.remixicon-device-fill:before{content:"\ebb9"}.remixicon-device-line:before{content:"\ebba"}.remixicon-dingding-fill:before{content:"\ebbb"}.remixicon-dingding-line:before{content:"\ebbc"}.remixicon-direction-fill:before{content:"\ebbd"}.remixicon-direction-line:before{content:"\ebbe"}.remixicon-disc-fill:before{content:"\ebbf"}.remixicon-disc-line:before{content:"\ebc0"}.remixicon-discord-fill:before{content:"\ebc1"}.remixicon-discord-line:before{content:"\ebc2"}.remixicon-discuss-fill:before{content:"\ebc3"}.remixicon-discuss-line:before{content:"\ebc4"}.remixicon-divide-fill:before{content:"\ebc5"}.remixicon-divide-line:before{content:"\ebc6"}.remixicon-door-lock-box-fill:before{content:"\ebc7"}.remixicon-door-lock-box-line:before{content:"\ebc8"}.remixicon-door-lock-fill:before{content:"\ebc9"}.remixicon-door-lock-line:before{content:"\ebca"}.remixicon-douban-fill:before{content:"\ebcb"}.remixicon-douban-line:before{content:"\ebcc"}.remixicon-double-quotes-l:before{content:"\ebcd"}.remixicon-double-quotes-r:before{content:"\ebce"}.remixicon-download-2-fill:before{content:"\ebcf"}.remixicon-download-2-line:before{content:"\ebd0"}.remixicon-download-cloud-fill:before{content:"\ebd1"}.remixicon-download-cloud-line:before{content:"\ebd2"}.remixicon-download-fill:before{content:"\ebd3"}.remixicon-download-line:before{content:"\ebd4"}.remixicon-drag-move-2-fill:before{content:"\ebd5"}.remixicon-drag-move-2-line:before{content:"\ebd6"}.remixicon-drag-move-fill:before{content:"\ebd7"}.remixicon-drag-move-line:before{content:"\ebd8"}.remixicon-dribbble-fill:before{content:"\ebd9"}.remixicon-dribbble-line:before{content:"\ebda"}.remixicon-drive-fill:before{content:"\ebdb"}.remixicon-drive-line:before{content:"\ebdc"}.remixicon-drizzle-fill:before{content:"\ebdd"}.remixicon-drizzle-line:before{content:"\ebde"}.remixicon-drop-fill:before{content:"\ebdf"}.remixicon-drop-line:before{content:"\ebe0"}.remixicon-dropbox-fill:before{content:"\ebe1"}.remixicon-dropbox-line:before{content:"\ebe2"}.remixicon-dv-fill:before{content:"\ebe3"}.remixicon-dv-line:before{content:"\ebe4"}.remixicon-dvd-fill:before{content:"\ebe5"}.remixicon-dvd-line:before{content:"\ebe6"}.remixicon-e-bike-2-fill:before{content:"\ebe7"}.remixicon-e-bike-2-line:before{content:"\ebe8"}.remixicon-e-bike-fill:before{content:"\ebe9"}.remixicon-e-bike-line:before{content:"\ebea"}.remixicon-earth-fill:before{content:"\ebeb"}.remixicon-earth-line:before{content:"\ebec"}.remixicon-edge-fill:before{content:"\ebed"}.remixicon-edge-line:before{content:"\ebee"}.remixicon-edit-2-fill:before{content:"\ebef"}.remixicon-edit-2-line:before{content:"\ebf0"}.remixicon-edit-box-fill:before{content:"\ebf1"}.remixicon-edit-box-line:before{content:"\ebf2"}.remixicon-edit-circle-fill:before{content:"\ebf3"}.remixicon-edit-circle-line:before{content:"\ebf4"}.remixicon-edit-fill:before{content:"\ebf5"}.remixicon-edit-line:before{content:"\ebf6"}.remixicon-eject-fill:before{content:"\ebf7"}.remixicon-eject-line:before{content:"\ebf8"}.remixicon-emotion-2-fill:before{content:"\ebf9"}.remixicon-emotion-2-line:before{content:"\ebfa"}.remixicon-emotion-fill:before{content:"\ebfb"}.remixicon-emotion-happy-fill:before{content:"\ebfc"}.remixicon-emotion-happy-line:before{content:"\ebfd"}.remixicon-emotion-line:before{content:"\ebfe"}.remixicon-emotion-normal-fill:before{content:"\ebff"}.remixicon-emotion-normal-line:before{content:"\ec00"}.remixicon-emotion-unhappy-fill:before{content:"\ec01"}.remixicon-emotion-unhappy-line:before{content:"\ec02"}.remixicon-equalizer-fill:before{content:"\ec03"}.remixicon-equalizer-line:before{content:"\ec04"}.remixicon-eraser-fill:before{content:"\ec05"}.remixicon-eraser-line:before{content:"\ec06"}.remixicon-error-warning-fill:before{content:"\ec07"}.remixicon-error-warning-line:before{content:"\ec08"}.remixicon-evernote-fill:before{content:"\ec09"}.remixicon-evernote-line:before{content:"\ec0a"}.remixicon-exchange-box-fill:before{content:"\ec0b"}.remixicon-exchange-box-line:before{content:"\ec0c"}.remixicon-exchange-cny-fill:before{content:"\ec0d"}.remixicon-exchange-cny-line:before{content:"\ec0e"}.remixicon-exchange-dollar-fill:before{content:"\ec0f"}.remixicon-exchange-dollar-line:before{content:"\ec10"}.remixicon-exchange-fill:before{content:"\ec11"}.remixicon-exchange-funds-fill:before{content:"\ec12"}.remixicon-exchange-funds-line:before{content:"\ec13"}.remixicon-exchange-line:before{content:"\ec14"}.remixicon-eye-close-fill:before{content:"\ec15"}.remixicon-eye-close-line:before{content:"\ec16"}.remixicon-eye-fill:before{content:"\ec17"}.remixicon-eye-line:before{content:"\ec18"}.remixicon-eye-off-fill:before{content:"\ec19"}.remixicon-eye-off-line:before{content:"\ec1a"}.remixicon-facebook-box-fill:before{content:"\ec1b"}.remixicon-facebook-box-line:before{content:"\ec1c"}.remixicon-facebook-circle-fill:before{content:"\ec1d"}.remixicon-facebook-circle-line:before{content:"\ec1e"}.remixicon-facebook-fill:before{content:"\ec1f"}.remixicon-facebook-line:before{content:"\ec20"}.remixicon-fahrenheit-fill:before{content:"\ec21"}.remixicon-fahrenheit-line:before{content:"\ec22"}.remixicon-feedback-fill:before{content:"\ec23"}.remixicon-feedback-line:before{content:"\ec24"}.remixicon-file-2-fill:before{content:"\ec25"}.remixicon-file-2-line:before{content:"\ec26"}.remixicon-file-3-fill:before{content:"\ec27"}.remixicon-file-3-line:before{content:"\ec28"}.remixicon-file-4-fill:before{content:"\ec29"}.remixicon-file-4-line:before{content:"\ec2a"}.remixicon-file-add-fill:before{content:"\ec2b"}.remixicon-file-add-line:before{content:"\ec2c"}.remixicon-file-chart-2-fill:before{content:"\ec2d"}.remixicon-file-chart-2-line:before{content:"\ec2e"}.remixicon-file-chart-fill:before{content:"\ec2f"}.remixicon-file-chart-line:before{content:"\ec30"}.remixicon-file-code-fill:before{content:"\ec31"}.remixicon-file-code-line:before{content:"\ec32"}.remixicon-file-copy-2-fill:before{content:"\ec33"}.remixicon-file-copy-2-line:before{content:"\ec34"}.remixicon-file-copy-fill:before{content:"\ec35"}.remixicon-file-copy-line:before{content:"\ec36"}.remixicon-file-damage-fill:before{content:"\ec37"}.remixicon-file-damage-line:before{content:"\ec38"}.remixicon-file-download-fill:before{content:"\ec39"}.remixicon-file-download-line:before{content:"\ec3a"}.remixicon-file-edit-fill:before{content:"\ec3b"}.remixicon-file-edit-line:before{content:"\ec3c"}.remixicon-file-excel-2-fill:before{content:"\ec3d"}.remixicon-file-excel-2-line:before{content:"\ec3e"}.remixicon-file-excel-fill:before{content:"\ec3f"}.remixicon-file-excel-line:before{content:"\ec40"}.remixicon-file-fill:before{content:"\ec41"}.remixicon-file-forbid-fill:before{content:"\ec42"}.remixicon-file-forbid-line:before{content:"\ec43"}.remixicon-file-info-fill:before{content:"\ec44"}.remixicon-file-info-line:before{content:"\ec45"}.remixicon-file-line:before{content:"\ec46"}.remixicon-file-list-2-fill:before{content:"\ec47"}.remixicon-file-list-2-line:before{content:"\ec48"}.remixicon-file-list-3-fill:before{content:"\ec49"}.remixicon-file-list-3-line:before{content:"\ec4a"}.remixicon-file-list-fill:before{content:"\ec4b"}.remixicon-file-list-line:before{content:"\ec4c"}.remixicon-file-lock-fill:before{content:"\ec4d"}.remixicon-file-lock-line:before{content:"\ec4e"}.remixicon-file-mark-fill:before{content:"\ec4f"}.remixicon-file-mark-line:before{content:"\ec50"}.remixicon-file-music-fill:before{content:"\ec51"}.remixicon-file-music-line:before{content:"\ec52"}.remixicon-file-paper-fill:before{content:"\ec53"}.remixicon-file-paper-line:before{content:"\ec54"}.remixicon-file-pdf-fill:before{content:"\ec55"}.remixicon-file-pdf-line:before{content:"\ec56"}.remixicon-file-ppt-2-fill:before{content:"\ec57"}.remixicon-file-ppt-2-line:before{content:"\ec58"}.remixicon-file-ppt-fill:before{content:"\ec59"}.remixicon-file-ppt-line:before{content:"\ec5a"}.remixicon-file-reduce-fill:before{content:"\ec5b"}.remixicon-file-reduce-line:before{content:"\ec5c"}.remixicon-file-search-fill:before{content:"\ec5d"}.remixicon-file-search-line:before{content:"\ec5e"}.remixicon-file-settings-fill:before{content:"\ec5f"}.remixicon-file-settings-line:before{content:"\ec60"}.remixicon-file-shield-2-fill:before{content:"\ec61"}.remixicon-file-shield-2-line:before{content:"\ec62"}.remixicon-file-shield-fill:before{content:"\ec63"}.remixicon-file-shield-line:before{content:"\ec64"}.remixicon-file-shred-fill:before{content:"\ec65"}.remixicon-file-shred-line:before{content:"\ec66"}.remixicon-file-text-fill:before{content:"\ec67"}.remixicon-file-text-line:before{content:"\ec68"}.remixicon-file-transfer-fill:before{content:"\ec69"}.remixicon-file-transfer-line:before{content:"\ec6a"}.remixicon-file-unknow-fill:before{content:"\ec6b"}.remixicon-file-unknow-line:before{content:"\ec6c"}.remixicon-file-upload-fill:before{content:"\ec6d"}.remixicon-file-upload-line:before{content:"\ec6e"}.remixicon-file-user-fill:before{content:"\ec6f"}.remixicon-file-user-line:before{content:"\ec70"}.remixicon-file-warning-fill:before{content:"\ec71"}.remixicon-file-warning-line:before{content:"\ec72"}.remixicon-file-word-2-fill:before{content:"\ec73"}.remixicon-file-word-2-line:before{content:"\ec74"}.remixicon-file-word-fill:before{content:"\ec75"}.remixicon-file-word-line:before{content:"\ec76"}.remixicon-file-zip-fill:before{content:"\ec77"}.remixicon-file-zip-line:before{content:"\ec78"}.remixicon-film-fill:before{content:"\ec79"}.remixicon-film-line:before{content:"\ec7a"}.remixicon-filter-2-fill:before{content:"\ec7b"}.remixicon-filter-2-line:before{content:"\ec7c"}.remixicon-filter-3-fill:before{content:"\ec7d"}.remixicon-filter-3-line:before{content:"\ec7e"}.remixicon-filter-fill:before{content:"\ec7f"}.remixicon-filter-line:before{content:"\ec80"}.remixicon-find-replace-fill:before{content:"\ec81"}.remixicon-find-replace-line:before{content:"\ec82"}.remixicon-fire-fill:before{content:"\ec83"}.remixicon-fire-line:before{content:"\ec84"}.remixicon-firefox-fill:before{content:"\ec85"}.remixicon-firefox-line:before{content:"\ec86"}.remixicon-flag-2-fill:before{content:"\ec87"}.remixicon-flag-2-line:before{content:"\ec88"}.remixicon-flag-fill:before{content:"\ec89"}.remixicon-flag-line:before{content:"\ec8a"}.remixicon-flashlight-fill:before{content:"\ec8b"}.remixicon-flashlight-line:before{content:"\ec8c"}.remixicon-flight-land-fill:before{content:"\ec8d"}.remixicon-flight-land-line:before{content:"\ec8e"}.remixicon-flight-takeoff-fill:before{content:"\ec8f"}.remixicon-flight-takeoff-line:before{content:"\ec90"}.remixicon-focus-2-fill:before{content:"\ec91"}.remixicon-focus-2-line:before{content:"\ec92"}.remixicon-focus-fill:before{content:"\ec93"}.remixicon-focus-line:before{content:"\ec94"}.remixicon-foggy-fill:before{content:"\ec95"}.remixicon-foggy-line:before{content:"\ec96"}.remixicon-folder-2-fill:before{content:"\ec97"}.remixicon-folder-2-line:before{content:"\ec98"}.remixicon-folder-3-fill:before{content:"\ec99"}.remixicon-folder-3-line:before{content:"\ec9a"}.remixicon-folder-4-fill:before{content:"\ec9b"}.remixicon-folder-4-line:before{content:"\ec9c"}.remixicon-folder-5-fill:before{content:"\ec9d"}.remixicon-folder-5-line:before{content:"\ec9e"}.remixicon-folder-add-fill:before{content:"\ec9f"}.remixicon-folder-add-line:before{content:"\eca0"}.remixicon-folder-chart-2-fill:before{content:"\eca1"}.remixicon-folder-chart-2-line:before{content:"\eca2"}.remixicon-folder-chart-fill:before{content:"\eca3"}.remixicon-folder-chart-line:before{content:"\eca4"}.remixicon-folder-download-fill:before{content:"\eca5"}.remixicon-folder-download-line:before{content:"\eca6"}.remixicon-folder-fill:before{content:"\eca7"}.remixicon-folder-forbid-fill:before{content:"\eca8"}.remixicon-folder-forbid-line:before{content:"\eca9"}.remixicon-folder-info-fill:before{content:"\ecaa"}.remixicon-folder-info-line:before{content:"\ecab"}.remixicon-folder-line:before{content:"\ecac"}.remixicon-folder-lock-fill:before{content:"\ecad"}.remixicon-folder-lock-line:before{content:"\ecae"}.remixicon-folder-music-fill:before{content:"\ecaf"}.remixicon-folder-music-line:before{content:"\ecb0"}.remixicon-folder-received-fill:before{content:"\ecb1"}.remixicon-folder-received-line:before{content:"\ecb2"}.remixicon-folder-reduce-fill:before{content:"\ecb3"}.remixicon-folder-reduce-line:before{content:"\ecb4"}.remixicon-folder-settings-fill:before{content:"\ecb5"}.remixicon-folder-settings-line:before{content:"\ecb6"}.remixicon-folder-shared-fill:before{content:"\ecb7"}.remixicon-folder-shared-line:before{content:"\ecb8"}.remixicon-folder-shield-2-fill:before{content:"\ecb9"}.remixicon-folder-shield-2-line:before{content:"\ecba"}.remixicon-folder-shield-fill:before{content:"\ecbb"}.remixicon-folder-shield-line:before{content:"\ecbc"}.remixicon-folder-transfer-fill:before{content:"\ecbd"}.remixicon-folder-transfer-line:before{content:"\ecbe"}.remixicon-folder-unknow-fill:before{content:"\ecbf"}.remixicon-folder-unknow-line:before{content:"\ecc0"}.remixicon-folder-upload-fill:before{content:"\ecc1"}.remixicon-folder-upload-line:before{content:"\ecc2"}.remixicon-folder-user-fill:before{content:"\ecc3"}.remixicon-folder-user-line:before{content:"\ecc4"}.remixicon-folder-warning-fill:before{content:"\ecc5"}.remixicon-folder-warning-line:before{content:"\ecc6"}.remixicon-folders-fill:before{content:"\ecc7"}.remixicon-folders-line:before{content:"\ecc8"}.remixicon-font-color:before{content:"\ecc9"}.remixicon-font-size-2:before{content:"\ecca"}.remixicon-font-size:before{content:"\eccb"}.remixicon-footprint-fill:before{content:"\eccc"}.remixicon-footprint-line:before{content:"\eccd"}.remixicon-forbid-2-fill:before{content:"\ecce"}.remixicon-forbid-2-line:before{content:"\eccf"}.remixicon-forbid-fill:before{content:"\ecd0"}.remixicon-forbid-line:before{content:"\ecd1"}.remixicon-format-clear:before{content:"\ecd2"}.remixicon-fullscreen-exit-fill:before{content:"\ecd3"}.remixicon-fullscreen-exit-line:before{content:"\ecd4"}.remixicon-fullscreen-fill:before{content:"\ecd5"}.remixicon-fullscreen-line:before{content:"\ecd6"}.remixicon-function-fill:before{content:"\ecd7"}.remixicon-function-line:before{content:"\ecd8"}.remixicon-functions:before{content:"\ecd9"}.remixicon-funds-box-fill:before{content:"\ecda"}.remixicon-funds-box-line:before{content:"\ecdb"}.remixicon-funds-fill:before{content:"\ecdc"}.remixicon-funds-line:before{content:"\ecdd"}.remixicon-gallery-fill:before{content:"\ecde"}.remixicon-gallery-line:before{content:"\ecdf"}.remixicon-gas-station-fill:before{content:"\ece0"}.remixicon-gas-station-line:before{content:"\ece1"}.remixicon-genderless-fill:before{content:"\ece2"}.remixicon-genderless-line:before{content:"\ece3"}.remixicon-git-branch-fill:before{content:"\ece4"}.remixicon-git-branch-line:before{content:"\ece5"}.remixicon-git-commit-fill:before{content:"\ece6"}.remixicon-git-commit-line:before{content:"\ece7"}.remixicon-git-merge-fill:before{content:"\ece8"}.remixicon-git-merge-line:before{content:"\ece9"}.remixicon-git-pull-request-fill:before{content:"\ecea"}.remixicon-git-pull-request-line:before{content:"\eceb"}.remixicon-git-repository-commits-fill:before{content:"\ecec"}.remixicon-git-repository-commits-line:before{content:"\eced"}.remixicon-git-repository-fill:before{content:"\ecee"}.remixicon-git-repository-line:before{content:"\ecef"}.remixicon-git-repository-private-fill:before{content:"\ecf0"}.remixicon-git-repository-private-line:before{content:"\ecf1"}.remixicon-github-fill:before{content:"\ecf2"}.remixicon-github-line:before{content:"\ecf3"}.remixicon-gitlab-fill:before{content:"\ecf4"}.remixicon-gitlab-line:before{content:"\ecf5"}.remixicon-global-fill:before{content:"\ecf6"}.remixicon-global-line:before{content:"\ecf7"}.remixicon-globe-fill:before{content:"\ecf8"}.remixicon-globe-line:before{content:"\ecf9"}.remixicon-goblet-fill:before{content:"\ecfa"}.remixicon-goblet-line:before{content:"\ecfb"}.remixicon-google-fill:before{content:"\ecfc"}.remixicon-google-line:before{content:"\ecfd"}.remixicon-government-fill:before{content:"\ecfe"}.remixicon-government-line:before{content:"\ecff"}.remixicon-gps-fill:before{content:"\ed00"}.remixicon-gps-line:before{content:"\ed01"}.remixicon-gradienter-fill:before{content:"\ed02"}.remixicon-gradienter-line:before{content:"\ed03"}.remixicon-grid-fill:before{content:"\ed04"}.remixicon-grid-line:before{content:"\ed05"}.remixicon-group-2-fill:before{content:"\ed06"}.remixicon-group-2-line:before{content:"\ed07"}.remixicon-group-fill:before{content:"\ed08"}.remixicon-group-line:before{content:"\ed09"}.remixicon-guide-fill:before{content:"\ed0a"}.remixicon-guide-line:before{content:"\ed0b"}.remixicon-hail-fill:before{content:"\ed0c"}.remixicon-hail-line:before{content:"\ed0d"}.remixicon-hard-drive-2-fill:before{content:"\ed0e"}.remixicon-hard-drive-2-line:before{content:"\ed0f"}.remixicon-hard-drive-fill:before{content:"\ed10"}.remixicon-hard-drive-line:before{content:"\ed11"}.remixicon-hashtag:before{content:"\ed12"}.remixicon-haze-fill:before{content:"\ed13"}.remixicon-haze-line:before{content:"\ed14"}.remixicon-hd-fill:before{content:"\ed15"}.remixicon-hd-line:before{content:"\ed16"}.remixicon-heading:before{content:"\ed17"}.remixicon-headphone-fill:before{content:"\ed18"}.remixicon-headphone-line:before{content:"\ed19"}.remixicon-heart-2-fill:before{content:"\ed1a"}.remixicon-heart-2-line:before{content:"\ed1b"}.remixicon-heart-fill:before{content:"\ed1c"}.remixicon-heart-line:before{content:"\ed1d"}.remixicon-heavy-showers-fill:before{content:"\ed1e"}.remixicon-heavy-showers-line:before{content:"\ed1f"}.remixicon-home-2-fill:before{content:"\ed20"}.remixicon-home-2-line:before{content:"\ed21"}.remixicon-home-3-fill:before{content:"\ed22"}.remixicon-home-3-line:before{content:"\ed23"}.remixicon-home-4-fill:before{content:"\ed24"}.remixicon-home-4-line:before{content:"\ed25"}.remixicon-home-5-fill:before{content:"\ed26"}.remixicon-home-5-line:before{content:"\ed27"}.remixicon-home-6-fill:before{content:"\ed28"}.remixicon-home-6-line:before{content:"\ed29"}.remixicon-home-7-fill:before{content:"\ed2a"}.remixicon-home-7-line:before{content:"\ed2b"}.remixicon-home-8-fill:before{content:"\ed2c"}.remixicon-home-8-line:before{content:"\ed2d"}.remixicon-home-fill:before{content:"\ed2e"}.remixicon-home-gear-fill:before{content:"\ed2f"}.remixicon-home-gear-line:before{content:"\ed30"}.remixicon-home-heart-fill:before{content:"\ed31"}.remixicon-home-heart-line:before{content:"\ed32"}.remixicon-home-line:before{content:"\ed33"}.remixicon-home-smile-2-fill:before{content:"\ed34"}.remixicon-home-smile-2-line:before{content:"\ed35"}.remixicon-home-smile-fill:before{content:"\ed36"}.remixicon-home-smile-line:before{content:"\ed37"}.remixicon-home-wifi-fill:before{content:"\ed38"}.remixicon-home-wifi-line:before{content:"\ed39"}.remixicon-honour-fill:before{content:"\ed3a"}.remixicon-honour-line:before{content:"\ed3b"}.remixicon-hospital-fill:before{content:"\ed3c"}.remixicon-hospital-line:before{content:"\ed3d"}.remixicon-hotel-bed-fill:before{content:"\ed3e"}.remixicon-hotel-bed-line:before{content:"\ed3f"}.remixicon-hotel-fill:before{content:"\ed40"}.remixicon-hotel-line:before{content:"\ed41"}.remixicon-hq-fill:before{content:"\ed42"}.remixicon-hq-line:before{content:"\ed43"}.remixicon-html5-fill:before{content:"\ed44"}.remixicon-html5-line:before{content:"\ed45"}.remixicon-ie-fill:before{content:"\ed46"}.remixicon-ie-line:before{content:"\ed47"}.remixicon-image-2-fill:before{content:"\ed48"}.remixicon-image-2-line:before{content:"\ed49"}.remixicon-image-fill:before{content:"\ed4a"}.remixicon-image-line:before{content:"\ed4b"}.remixicon-inbox-archive-fill:before{content:"\ed4c"}.remixicon-inbox-archive-line:before{content:"\ed4d"}.remixicon-inbox-fill:before{content:"\ed4e"}.remixicon-inbox-line:before{content:"\ed4f"}.remixicon-increase-decrease-fill:before{content:"\ed50"}.remixicon-increase-decrease-line:before{content:"\ed51"}.remixicon-indent-decrease:before{content:"\ed52"}.remixicon-indent-increase:before{content:"\ed53"}.remixicon-indeterminate-circle-fill:before{content:"\ed54"}.remixicon-indeterminate-circle-line:before{content:"\ed55"}.remixicon-information-fill:before{content:"\ed56"}.remixicon-information-line:before{content:"\ed57"}.remixicon-input-method-fill:before{content:"\ed58"}.remixicon-input-method-line:before{content:"\ed59"}.remixicon-instagram-fill:before{content:"\ed5a"}.remixicon-instagram-line:before{content:"\ed5b"}.remixicon-invision-fill:before{content:"\ed5c"}.remixicon-invision-line:before{content:"\ed5d"}.remixicon-italic:before{content:"\ed5e"}.remixicon-kakao-talk-fill:before{content:"\ed5f"}.remixicon-kakao-talk-line:before{content:"\ed60"}.remixicon-key-2-fill:before{content:"\ed61"}.remixicon-key-2-line:before{content:"\ed62"}.remixicon-key-fill:before{content:"\ed63"}.remixicon-key-line:before{content:"\ed64"}.remixicon-keyboard-box-fill:before{content:"\ed65"}.remixicon-keyboard-box-line:before{content:"\ed66"}.remixicon-keyboard-fill:before{content:"\ed67"}.remixicon-keyboard-line:before{content:"\ed68"}.remixicon-keynote-fill:before{content:"\ed69"}.remixicon-keynote-line:before{content:"\ed6a"}.remixicon-landscape-fill:before{content:"\ed6b"}.remixicon-landscape-line:before{content:"\ed6c"}.remixicon-layout-column-fill:before{content:"\ed6d"}.remixicon-layout-column-line:before{content:"\ed6e"}.remixicon-layout-fill:before{content:"\ed6f"}.remixicon-layout-line:before{content:"\ed70"}.remixicon-layout-row-fill:before{content:"\ed71"}.remixicon-layout-row-line:before{content:"\ed72"}.remixicon-lightbulb-fill:before{content:"\ed73"}.remixicon-lightbulb-flash-fill:before{content:"\ed74"}.remixicon-lightbulb-flash-line:before{content:"\ed75"}.remixicon-lightbulb-line:before{content:"\ed76"}.remixicon-line-fill:before{content:"\ed77"}.remixicon-line-height:before{content:"\ed78"}.remixicon-line-line:before{content:"\ed79"}.remixicon-link-m:before{content:"\ed7a"}.remixicon-link-unlink-m:before{content:"\ed7b"}.remixicon-link-unlink:before{content:"\ed7c"}.remixicon-link:before{content:"\ed7d"}.remixicon-linkedin-box-fill:before{content:"\ed7e"}.remixicon-linkedin-box-line:before{content:"\ed7f"}.remixicon-linkedin-fill:before{content:"\ed80"}.remixicon-linkedin-line:before{content:"\ed81"}.remixicon-links-fill:before{content:"\ed82"}.remixicon-links-line:before{content:"\ed83"}.remixicon-list-check-2:before{content:"\ed84"}.remixicon-list-check:before{content:"\ed85"}.remixicon-list-ordered:before{content:"\ed86"}.remixicon-list-settings-fill:before{content:"\ed87"}.remixicon-list-settings-line:before{content:"\ed88"}.remixicon-list-unordered:before{content:"\ed89"}.remixicon-loader-2-fill:before{content:"\ed8a"}.remixicon-loader-2-line:before{content:"\ed8b"}.remixicon-loader-3-fill:before{content:"\ed8c"}.remixicon-loader-3-line:before{content:"\ed8d"}.remixicon-loader-4-fill:before{content:"\ed8e"}.remixicon-loader-4-line:before{content:"\ed8f"}.remixicon-loader-5-fill:before{content:"\ed90"}.remixicon-loader-5-line:before{content:"\ed91"}.remixicon-loader-fill:before{content:"\ed92"}.remixicon-loader-line:before{content:"\ed93"}.remixicon-lock-2-fill:before{content:"\ed94"}.remixicon-lock-2-line:before{content:"\ed95"}.remixicon-lock-fill:before{content:"\ed96"}.remixicon-lock-line:before{content:"\ed97"}.remixicon-lock-password-fill:before{content:"\ed98"}.remixicon-lock-password-line:before{content:"\ed99"}.remixicon-lock-unlock-fill:before{content:"\ed9a"}.remixicon-lock-unlock-line:before{content:"\ed9b"}.remixicon-login-box-fill:before{content:"\ed9c"}.remixicon-login-box-line:before{content:"\ed9d"}.remixicon-login-circle-fill:before{content:"\ed9e"}.remixicon-login-circle-line:before{content:"\ed9f"}.remixicon-logout-box-fill:before{content:"\eda0"}.remixicon-logout-box-line:before{content:"\eda1"}.remixicon-logout-circle-fill:before{content:"\eda2"}.remixicon-logout-circle-line:before{content:"\eda3"}.remixicon-mac-fill:before{content:"\eda4"}.remixicon-mac-line:before{content:"\eda5"}.remixicon-macbook-fill:before{content:"\eda6"}.remixicon-macbook-line:before{content:"\eda7"}.remixicon-magic-fill:before{content:"\eda8"}.remixicon-magic-line:before{content:"\eda9"}.remixicon-mail-add-fill:before{content:"\edaa"}.remixicon-mail-add-line:before{content:"\edab"}.remixicon-mail-check-fill:before{content:"\edac"}.remixicon-mail-check-line:before{content:"\edad"}.remixicon-mail-close-fill:before{content:"\edae"}.remixicon-mail-close-line:before{content:"\edaf"}.remixicon-mail-download-fill:before{content:"\edb0"}.remixicon-mail-download-line:before{content:"\edb1"}.remixicon-mail-fill:before{content:"\edb2"}.remixicon-mail-forbid-fill:before{content:"\edb3"}.remixicon-mail-forbid-line:before{content:"\edb4"}.remixicon-mail-line:before{content:"\edb5"}.remixicon-mail-lock-fill:before{content:"\edb6"}.remixicon-mail-lock-line:before{content:"\edb7"}.remixicon-mail-open-fill:before{content:"\edb8"}.remixicon-mail-open-line:before{content:"\edb9"}.remixicon-mail-send-fill:before{content:"\edba"}.remixicon-mail-send-line:before{content:"\edbb"}.remixicon-mail-settings-fill:before{content:"\edbc"}.remixicon-mail-settings-line:before{content:"\edbd"}.remixicon-mail-star-fill:before{content:"\edbe"}.remixicon-mail-star-line:before{content:"\edbf"}.remixicon-mail-unread-fill:before{content:"\edc0"}.remixicon-mail-unread-line:before{content:"\edc1"}.remixicon-map-2-fill:before{content:"\edc2"}.remixicon-map-2-line:before{content:"\edc3"}.remixicon-map-fill:before{content:"\edc4"}.remixicon-map-line:before{content:"\edc5"}.remixicon-map-pin-2-fill:before{content:"\edc6"}.remixicon-map-pin-2-line:before{content:"\edc7"}.remixicon-map-pin-3-fill:before{content:"\edc8"}.remixicon-map-pin-3-line:before{content:"\edc9"}.remixicon-map-pin-4-fill:before{content:"\edca"}.remixicon-map-pin-4-line:before{content:"\edcb"}.remixicon-map-pin-5-fill:before{content:"\edcc"}.remixicon-map-pin-5-line:before{content:"\edcd"}.remixicon-map-pin-add-fill:before{content:"\edce"}.remixicon-map-pin-add-line:before{content:"\edcf"}.remixicon-map-pin-fill:before{content:"\edd0"}.remixicon-map-pin-line:before{content:"\edd1"}.remixicon-map-pin-range-fill:before{content:"\edd2"}.remixicon-map-pin-range-line:before{content:"\edd3"}.remixicon-map-pin-time-fill:before{content:"\edd4"}.remixicon-map-pin-time-line:before{content:"\edd5"}.remixicon-map-pin-user-fill:before{content:"\edd6"}.remixicon-map-pin-user-line:before{content:"\edd7"}.remixicon-mark-pen-fill:before{content:"\edd8"}.remixicon-mark-pen-line:before{content:"\edd9"}.remixicon-markdown-fill:before{content:"\edda"}.remixicon-markdown-line:before{content:"\eddb"}.remixicon-markup-fill:before{content:"\eddc"}.remixicon-markup-line:before{content:"\eddd"}.remixicon-mastercard-fill:before{content:"\edde"}.remixicon-mastercard-line:before{content:"\eddf"}.remixicon-mastodon-fill:before{content:"\ede0"}.remixicon-mastodon-line:before{content:"\ede1"}.remixicon-medium-fill:before{content:"\ede2"}.remixicon-medium-line:before{content:"\ede3"}.remixicon-men-fill:before{content:"\ede4"}.remixicon-men-line:before{content:"\ede5"}.remixicon-menu-2-fill:before{content:"\ede6"}.remixicon-menu-2-line:before{content:"\ede7"}.remixicon-menu-3-fill:before{content:"\ede8"}.remixicon-menu-3-line:before{content:"\ede9"}.remixicon-menu-fill:before{content:"\edea"}.remixicon-menu-line:before{content:"\edeb"}.remixicon-message-2-fill:before{content:"\edec"}.remixicon-message-2-line:before{content:"\eded"}.remixicon-message-3-fill:before{content:"\edee"}.remixicon-message-3-line:before{content:"\edef"}.remixicon-message-fill:before{content:"\edf0"}.remixicon-message-line:before{content:"\edf1"}.remixicon-messenger-fill:before{content:"\edf2"}.remixicon-messenger-line:before{content:"\edf3"}.remixicon-mic-2-fill:before{content:"\edf4"}.remixicon-mic-2-line:before{content:"\edf5"}.remixicon-mic-fill:before{content:"\edf6"}.remixicon-mic-line:before{content:"\edf7"}.remixicon-mic-off-fill:before{content:"\edf8"}.remixicon-mic-off-line:before{content:"\edf9"}.remixicon-mini-program-fill:before{content:"\edfa"}.remixicon-mini-program-line:before{content:"\edfb"}.remixicon-mist-fill:before{content:"\edfc"}.remixicon-mist-line:before{content:"\edfd"}.remixicon-money-cny-box-fill:before{content:"\edfe"}.remixicon-money-cny-box-line:before{content:"\edff"}.remixicon-money-cny-circle-fill:before{content:"\ee00"}.remixicon-money-cny-circle-line:before{content:"\ee01"}.remixicon-money-dollar-box-fill:before{content:"\ee02"}.remixicon-money-dollar-box-line:before{content:"\ee03"}.remixicon-money-dollar-circle-fill:before{content:"\ee04"}.remixicon-money-dollar-circle-line:before{content:"\ee05"}.remixicon-money-euro-box-fill:before{content:"\ee06"}.remixicon-money-euro-box-line:before{content:"\ee07"}.remixicon-money-euro-circle-fill:before{content:"\ee08"}.remixicon-money-euro-circle-line:before{content:"\ee09"}.remixicon-money-pound-box-fill:before{content:"\ee0a"}.remixicon-money-pound-box-line:before{content:"\ee0b"}.remixicon-money-pound-circle-fill:before{content:"\ee0c"}.remixicon-money-pound-circle-line:before{content:"\ee0d"}.remixicon-moon-clear-fill:before{content:"\ee0e"}.remixicon-moon-clear-line:before{content:"\ee0f"}.remixicon-moon-cloudy-fill:before{content:"\ee10"}.remixicon-moon-cloudy-line:before{content:"\ee11"}.remixicon-moon-fill:before{content:"\ee12"}.remixicon-moon-foggy-fill:before{content:"\ee13"}.remixicon-moon-foggy-line:before{content:"\ee14"}.remixicon-moon-line:before{content:"\ee15"}.remixicon-more-2-fill:before{content:"\ee16"}.remixicon-more-2-line:before{content:"\ee17"}.remixicon-more-fill:before{content:"\ee18"}.remixicon-more-line:before{content:"\ee19"}.remixicon-motorbike-fill:before{content:"\ee1a"}.remixicon-motorbike-line:before{content:"\ee1b"}.remixicon-mouse-fill:before{content:"\ee1c"}.remixicon-mouse-line:before{content:"\ee1d"}.remixicon-movie-2-fill:before{content:"\ee1e"}.remixicon-movie-2-line:before{content:"\ee1f"}.remixicon-movie-fill:before{content:"\ee20"}.remixicon-movie-line:before{content:"\ee21"}.remixicon-music-2-fill:before{content:"\ee22"}.remixicon-music-2-line:before{content:"\ee23"}.remixicon-music-fill:before{content:"\ee24"}.remixicon-music-line:before{content:"\ee25"}.remixicon-mv-fill:before{content:"\ee26"}.remixicon-mv-line:before{content:"\ee27"}.remixicon-navigation-fill:before{content:"\ee28"}.remixicon-navigation-line:before{content:"\ee29"}.remixicon-netease-cloud-music-fill:before{content:"\ee2a"}.remixicon-netease-cloud-music-line:before{content:"\ee2b"}.remixicon-netflix-fill:before{content:"\ee2c"}.remixicon-netflix-line:before{content:"\ee2d"}.remixicon-newspaper-fill:before{content:"\ee2e"}.remixicon-newspaper-line:before{content:"\ee2f"}.remixicon-notification-2-fill:before{content:"\ee30"}.remixicon-notification-2-line:before{content:"\ee31"}.remixicon-notification-3-fill:before{content:"\ee32"}.remixicon-notification-3-line:before{content:"\ee33"}.remixicon-notification-4-fill:before{content:"\ee34"}.remixicon-notification-4-line:before{content:"\ee35"}.remixicon-notification-badge-fill:before{content:"\ee36"}.remixicon-notification-badge-line:before{content:"\ee37"}.remixicon-notification-fill:before{content:"\ee38"}.remixicon-notification-line:before{content:"\ee39"}.remixicon-notification-off-fill:before{content:"\ee3a"}.remixicon-notification-off-line:before{content:"\ee3b"}.remixicon-numbers-fill:before{content:"\ee3c"}.remixicon-numbers-line:before{content:"\ee3d"}.remixicon-oil-fill:before{content:"\ee3e"}.remixicon-oil-line:before{content:"\ee3f"}.remixicon-omega:before{content:"\ee40"}.remixicon-open-arm-fill:before{content:"\ee41"}.remixicon-open-arm-line:before{content:"\ee42"}.remixicon-opera-fill:before{content:"\ee43"}.remixicon-opera-line:before{content:"\ee44"}.remixicon-order-play-fill:before{content:"\ee45"}.remixicon-order-play-line:before{content:"\ee46"}.remixicon-outlet-2-fill:before{content:"\ee47"}.remixicon-outlet-2-line:before{content:"\ee48"}.remixicon-outlet-fill:before{content:"\ee49"}.remixicon-outlet-line:before{content:"\ee4a"}.remixicon-page-separator:before{content:"\ee4b"}.remixicon-pages-fill:before{content:"\ee4c"}.remixicon-pages-line:before{content:"\ee4d"}.remixicon-paint-brush-fill:before{content:"\ee4e"}.remixicon-paint-brush-line:before{content:"\ee4f"}.remixicon-paint-fill:before{content:"\ee50"}.remixicon-paint-line:before{content:"\ee51"}.remixicon-palette-fill:before{content:"\ee52"}.remixicon-palette-line:before{content:"\ee53"}.remixicon-pantone-fill:before{content:"\ee54"}.remixicon-pantone-line:before{content:"\ee55"}.remixicon-paragraph:before{content:"\ee56"}.remixicon-parent-fill:before{content:"\ee57"}.remixicon-parent-line:before{content:"\ee58"}.remixicon-parentheses-fill:before{content:"\ee59"}.remixicon-parentheses-line:before{content:"\ee5a"}.remixicon-parking-box-fill:before{content:"\ee5b"}.remixicon-parking-box-line:before{content:"\ee5c"}.remixicon-parking-fill:before{content:"\ee5d"}.remixicon-parking-line:before{content:"\ee5e"}.remixicon-patreon-fill:before{content:"\ee5f"}.remixicon-patreon-line:before{content:"\ee60"}.remixicon-pause-circle-fill:before{content:"\ee61"}.remixicon-pause-circle-line:before{content:"\ee62"}.remixicon-pause-fill:before{content:"\ee63"}.remixicon-pause-line:before{content:"\ee64"}.remixicon-pause-mini-fill:before{content:"\ee65"}.remixicon-pause-mini-line:before{content:"\ee66"}.remixicon-paypal-fill:before{content:"\ee67"}.remixicon-paypal-line:before{content:"\ee68"}.remixicon-pen-nib-fill:before{content:"\ee69"}.remixicon-pen-nib-line:before{content:"\ee6a"}.remixicon-pencil-fill:before{content:"\ee6b"}.remixicon-pencil-line:before{content:"\ee6c"}.remixicon-pencil-ruler-2-fill:before{content:"\ee6d"}.remixicon-pencil-ruler-2-line:before{content:"\ee6e"}.remixicon-pencil-ruler-fill:before{content:"\ee6f"}.remixicon-pencil-ruler-line:before{content:"\ee70"}.remixicon-percent-fill:before{content:"\ee71"}.remixicon-percent-line:before{content:"\ee72"}.remixicon-phone-camera-fill:before{content:"\ee73"}.remixicon-phone-camera-line:before{content:"\ee74"}.remixicon-phone-fill:before{content:"\ee75"}.remixicon-phone-line:before{content:"\ee76"}.remixicon-pie-chart-2-fill:before{content:"\ee77"}.remixicon-pie-chart-2-line:before{content:"\ee78"}.remixicon-pie-chart-box-fill:before{content:"\ee79"}.remixicon-pie-chart-box-line:before{content:"\ee7a"}.remixicon-pie-chart-fill:before{content:"\ee7b"}.remixicon-pie-chart-line:before{content:"\ee7c"}.remixicon-pin-distance-fill:before{content:"\ee7d"}.remixicon-pin-distance-line:before{content:"\ee7e"}.remixicon-pinterest-fill:before{content:"\ee7f"}.remixicon-pinterest-line:before{content:"\ee80"}.remixicon-plane-fill:before{content:"\ee81"}.remixicon-plane-line:before{content:"\ee82"}.remixicon-play-circle-fill:before{content:"\ee83"}.remixicon-play-circle-line:before{content:"\ee84"}.remixicon-play-fill:before{content:"\ee85"}.remixicon-play-line:before{content:"\ee86"}.remixicon-play-list-add-fill:before{content:"\ee87"}.remixicon-play-list-add-line:before{content:"\ee88"}.remixicon-play-list-fill:before{content:"\ee89"}.remixicon-play-list-line:before{content:"\ee8a"}.remixicon-play-mini-fill:before{content:"\ee8b"}.remixicon-play-mini-line:before{content:"\ee8c"}.remixicon-playstation-fill:before{content:"\ee8d"}.remixicon-playstation-line:before{content:"\ee8e"}.remixicon-plug-2-fill:before{content:"\ee8f"}.remixicon-plug-2-line:before{content:"\ee90"}.remixicon-plug-fill:before{content:"\ee91"}.remixicon-plug-line:before{content:"\ee92"}.remixicon-polaroid-2-fill:before{content:"\ee93"}.remixicon-polaroid-2-line:before{content:"\ee94"}.remixicon-polaroid-fill:before{content:"\ee95"}.remixicon-polaroid-line:before{content:"\ee96"}.remixicon-police-car-fill:before{content:"\ee97"}.remixicon-police-car-line:before{content:"\ee98"}.remixicon-price-tag-2-fill:before{content:"\ee99"}.remixicon-price-tag-2-line:before{content:"\ee9a"}.remixicon-price-tag-3-fill:before{content:"\ee9b"}.remixicon-price-tag-3-line:before{content:"\ee9c"}.remixicon-price-tag-fill:before{content:"\ee9d"}.remixicon-price-tag-line:before{content:"\ee9e"}.remixicon-printer-fill:before{content:"\ee9f"}.remixicon-printer-line:before{content:"\eea0"}.remixicon-product-hunt-fill:before{content:"\eea1"}.remixicon-product-hunt-line:before{content:"\eea2"}.remixicon-profile-fill:before{content:"\eea3"}.remixicon-profile-line:before{content:"\eea4"}.remixicon-projector-2-fill:before{content:"\eea5"}.remixicon-projector-2-line:before{content:"\eea6"}.remixicon-projector-fill:before{content:"\eea7"}.remixicon-projector-line:before{content:"\eea8"}.remixicon-qq-fill:before{content:"\eea9"}.remixicon-qq-line:before{content:"\eeaa"}.remixicon-qr-code-fill:before{content:"\eeab"}.remixicon-qr-code-line:before{content:"\eeac"}.remixicon-qr-scan-2-fill:before{content:"\eead"}.remixicon-qr-scan-2-line:before{content:"\eeae"}.remixicon-qr-scan-fill:before{content:"\eeaf"}.remixicon-qr-scan-line:before{content:"\eeb0"}.remixicon-question-answer-fill:before{content:"\eeb1"}.remixicon-question-answer-line:before{content:"\eeb2"}.remixicon-question-fill:before{content:"\eeb3"}.remixicon-question-line:before{content:"\eeb4"}.remixicon-questionnaire-fill:before{content:"\eeb5"}.remixicon-questionnaire-line:before{content:"\eeb6"}.remixicon-quill-pen-fill:before{content:"\eeb7"}.remixicon-quill-pen-line:before{content:"\eeb8"}.remixicon-radar-fill:before{content:"\eeb9"}.remixicon-radar-line:before{content:"\eeba"}.remixicon-radio-2-fill:before{content:"\eebb"}.remixicon-radio-2-line:before{content:"\eebc"}.remixicon-radio-button-fill:before{content:"\eebd"}.remixicon-radio-button-line:before{content:"\eebe"}.remixicon-radio-fill:before{content:"\eebf"}.remixicon-radio-line:before{content:"\eec0"}.remixicon-rainy-fill:before{content:"\eec1"}.remixicon-rainy-line:before{content:"\eec2"}.remixicon-reactjs-fill:before{content:"\eec3"}.remixicon-reactjs-line:before{content:"\eec4"}.remixicon-record-circle-fill:before{content:"\eec5"}.remixicon-record-circle-line:before{content:"\eec6"}.remixicon-record-mail-fill:before{content:"\eec7"}.remixicon-record-mail-line:before{content:"\eec8"}.remixicon-red-packet-fill:before{content:"\eec9"}.remixicon-red-packet-line:before{content:"\eeca"}.remixicon-reddit-fill:before{content:"\eecb"}.remixicon-reddit-line:before{content:"\eecc"}.remixicon-refresh-fill:before{content:"\eecd"}.remixicon-refresh-line:before{content:"\eece"}.remixicon-refund-fill:before{content:"\eecf"}.remixicon-refund-line:before{content:"\eed0"}.remixicon-remixicon-fill:before{content:"\eed1"}.remixicon-remixicon-line:before{content:"\eed2"}.remixicon-repeat-2-fill:before{content:"\eed3"}.remixicon-repeat-2-line:before{content:"\eed4"}.remixicon-repeat-fill:before{content:"\eed5"}.remixicon-repeat-line:before{content:"\eed6"}.remixicon-repeat-one-fill:before{content:"\eed7"}.remixicon-repeat-one-line:before{content:"\eed8"}.remixicon-reply-fill:before{content:"\eed9"}.remixicon-reply-line:before{content:"\eeda"}.remixicon-reserved-fill:before{content:"\eedb"}.remixicon-reserved-line:before{content:"\eedc"}.remixicon-restart-fill:before{content:"\eedd"}.remixicon-restart-line:before{content:"\eede"}.remixicon-restaurant-2-fill:before{content:"\eedf"}.remixicon-restaurant-2-line:before{content:"\eee0"}.remixicon-restaurant-fill:before{content:"\eee1"}.remixicon-restaurant-line:before{content:"\eee2"}.remixicon-rewind-fill:before{content:"\eee3"}.remixicon-rewind-line:before{content:"\eee4"}.remixicon-rewind-mini-fill:before{content:"\eee5"}.remixicon-rewind-mini-line:before{content:"\eee6"}.remixicon-rhythm-fill:before{content:"\eee7"}.remixicon-rhythm-line:before{content:"\eee8"}.remixicon-riding-fill:before{content:"\eee9"}.remixicon-riding-line:before{content:"\eeea"}.remixicon-road-map-fill:before{content:"\eeeb"}.remixicon-road-map-line:before{content:"\eeec"}.remixicon-roadster-fill:before{content:"\eeed"}.remixicon-roadster-line:before{content:"\eeee"}.remixicon-robot-fill:before{content:"\eeef"}.remixicon-robot-line:before{content:"\eef0"}.remixicon-rocket-2-fill:before{content:"\eef1"}.remixicon-rocket-2-line:before{content:"\eef2"}.remixicon-rocket-fill:before{content:"\eef3"}.remixicon-rocket-line:before{content:"\eef4"}.remixicon-route-fill:before{content:"\eef5"}.remixicon-route-line:before{content:"\eef6"}.remixicon-router-fill:before{content:"\eef7"}.remixicon-router-line:before{content:"\eef8"}.remixicon-rss-fill:before{content:"\eef9"}.remixicon-rss-line:before{content:"\eefa"}.remixicon-ruler-2-fill:before{content:"\eefb"}.remixicon-ruler-2-line:before{content:"\eefc"}.remixicon-ruler-fill:before{content:"\eefd"}.remixicon-ruler-line:before{content:"\eefe"}.remixicon-run-fill:before{content:"\eeff"}.remixicon-run-line:before{content:"\ef00"}.remixicon-safari-fill:before{content:"\ef01"}.remixicon-safari-line:before{content:"\ef02"}.remixicon-safe-2-fill:before{content:"\ef03"}.remixicon-safe-2-line:before{content:"\ef04"}.remixicon-safe-fill:before{content:"\ef05"}.remixicon-safe-line:before{content:"\ef06"}.remixicon-sailboat-fill:before{content:"\ef07"}.remixicon-sailboat-line:before{content:"\ef08"}.remixicon-save-2-fill:before{content:"\ef09"}.remixicon-save-2-line:before{content:"\ef0a"}.remixicon-save-3-fill:before{content:"\ef0b"}.remixicon-save-3-line:before{content:"\ef0c"}.remixicon-save-fill:before{content:"\ef0d"}.remixicon-save-line:before{content:"\ef0e"}.remixicon-scan-2-fill:before{content:"\ef0f"}.remixicon-scan-2-line:before{content:"\ef10"}.remixicon-scan-fill:before{content:"\ef11"}.remixicon-scan-line:before{content:"\ef12"}.remixicon-scissors-2-fill:before{content:"\ef13"}.remixicon-scissors-2-line:before{content:"\ef14"}.remixicon-scissors-cut-fill:before{content:"\ef15"}.remixicon-scissors-cut-line:before{content:"\ef16"}.remixicon-scissors-fill:before{content:"\ef17"}.remixicon-scissors-line:before{content:"\ef18"}.remixicon-screenshot-2-fill:before{content:"\ef19"}.remixicon-screenshot-2-line:before{content:"\ef1a"}.remixicon-screenshot-fill:before{content:"\ef1b"}.remixicon-screenshot-line:before{content:"\ef1c"}.remixicon-sd-card-fill:before{content:"\ef1d"}.remixicon-sd-card-line:before{content:"\ef1e"}.remixicon-sd-card-mini-fill:before{content:"\ef1f"}.remixicon-sd-card-mini-line:before{content:"\ef20"}.remixicon-search-2-fill:before{content:"\ef21"}.remixicon-search-2-line:before{content:"\ef22"}.remixicon-search-eye-fill:before{content:"\ef23"}.remixicon-search-eye-line:before{content:"\ef24"}.remixicon-search-fill:before{content:"\ef25"}.remixicon-search-line:before{content:"\ef26"}.remixicon-send-plane-2-fill:before{content:"\ef27"}.remixicon-send-plane-2-line:before{content:"\ef28"}.remixicon-send-plane-fill:before{content:"\ef29"}.remixicon-send-plane-line:before{content:"\ef2a"}.remixicon-sensor-fill:before{content:"\ef2b"}.remixicon-sensor-line:before{content:"\ef2c"}.remixicon-separator:before{content:"\ef2d"}.remixicon-server-fill:before{content:"\ef2e"}.remixicon-server-line:before{content:"\ef2f"}.remixicon-settings-2-fill:before{content:"\ef30"}.remixicon-settings-2-line:before{content:"\ef31"}.remixicon-settings-3-fill:before{content:"\ef32"}.remixicon-settings-3-line:before{content:"\ef33"}.remixicon-settings-4-fill:before{content:"\ef34"}.remixicon-settings-4-line:before{content:"\ef35"}.remixicon-settings-5-fill:before{content:"\ef36"}.remixicon-settings-5-line:before{content:"\ef37"}.remixicon-settings-6-fill:before{content:"\ef38"}.remixicon-settings-6-line:before{content:"\ef39"}.remixicon-settings-fill:before{content:"\ef3a"}.remixicon-settings-line:before{content:"\ef3b"}.remixicon-shape-2-fill:before{content:"\ef3c"}.remixicon-shape-2-line:before{content:"\ef3d"}.remixicon-shape-fill:before{content:"\ef3e"}.remixicon-shape-line:before{content:"\ef3f"}.remixicon-share-box-fill:before{content:"\ef40"}.remixicon-share-box-line:before{content:"\ef41"}.remixicon-share-circle-fill:before{content:"\ef42"}.remixicon-share-circle-line:before{content:"\ef43"}.remixicon-share-fill:before{content:"\ef44"}.remixicon-share-forward-2-fill:before{content:"\ef45"}.remixicon-share-forward-2-line:before{content:"\ef46"}.remixicon-share-forward-box-fill:before{content:"\ef47"}.remixicon-share-forward-box-line:before{content:"\ef48"}.remixicon-share-forward-fill:before{content:"\ef49"}.remixicon-share-forward-line:before{content:"\ef4a"}.remixicon-share-line:before{content:"\ef4b"}.remixicon-shield-cross-fill:before{content:"\ef4c"}.remixicon-shield-cross-line:before{content:"\ef4d"}.remixicon-shield-fill:before{content:"\ef4e"}.remixicon-shield-flash-fill:before{content:"\ef4f"}.remixicon-shield-flash-line:before{content:"\ef50"}.remixicon-shield-line:before{content:"\ef51"}.remixicon-shield-star-fill:before{content:"\ef52"}.remixicon-shield-star-line:before{content:"\ef53"}.remixicon-shield-user-fill:before{content:"\ef54"}.remixicon-shield-user-line:before{content:"\ef55"}.remixicon-ship-2-fill:before{content:"\ef56"}.remixicon-ship-2-line:before{content:"\ef57"}.remixicon-ship-fill:before{content:"\ef58"}.remixicon-ship-line:before{content:"\ef59"}.remixicon-shirt-fill:before{content:"\ef5a"}.remixicon-shirt-line:before{content:"\ef5b"}.remixicon-shopping-bag-2-fill:before{content:"\ef5c"}.remixicon-shopping-bag-2-line:before{content:"\ef5d"}.remixicon-shopping-bag-3-fill:before{content:"\ef5e"}.remixicon-shopping-bag-3-line:before{content:"\ef5f"}.remixicon-shopping-bag-fill:before{content:"\ef60"}.remixicon-shopping-bag-line:before{content:"\ef61"}.remixicon-shopping-cart-2-fill:before{content:"\ef62"}.remixicon-shopping-cart-2-line:before{content:"\ef63"}.remixicon-shopping-cart-fill:before{content:"\ef64"}.remixicon-shopping-cart-line:before{content:"\ef65"}.remixicon-showers-fill:before{content:"\ef66"}.remixicon-showers-line:before{content:"\ef67"}.remixicon-shuffle-fill:before{content:"\ef68"}.remixicon-shuffle-line:before{content:"\ef69"}.remixicon-shut-down-fill:before{content:"\ef6a"}.remixicon-shut-down-line:before{content:"\ef6b"}.remixicon-side-bar-fill:before{content:"\ef6c"}.remixicon-side-bar-line:before{content:"\ef6d"}.remixicon-signal-tower-fill:before{content:"\ef6e"}.remixicon-signal-tower-line:before{content:"\ef6f"}.remixicon-sim-card-2-fill:before{content:"\ef70"}.remixicon-sim-card-2-line:before{content:"\ef71"}.remixicon-sim-card-fill:before{content:"\ef72"}.remixicon-sim-card-line:before{content:"\ef73"}.remixicon-single-quotes-l:before{content:"\ef74"}.remixicon-single-quotes-r:before{content:"\ef75"}.remixicon-sip-fill:before{content:"\ef76"}.remixicon-sip-line:before{content:"\ef77"}.remixicon-skip-back-fill:before{content:"\ef78"}.remixicon-skip-back-line:before{content:"\ef79"}.remixicon-skip-back-mini-fill:before{content:"\ef7a"}.remixicon-skip-back-mini-line:before{content:"\ef7b"}.remixicon-skip-forward-fill:before{content:"\ef7c"}.remixicon-skip-forward-line:before{content:"\ef7d"}.remixicon-skip-forward-mini-fill:before{content:"\ef7e"}.remixicon-skip-forward-mini-line:before{content:"\ef7f"}.remixicon-skull-fill:before{content:"\ef80"}.remixicon-skull-line:before{content:"\ef81"}.remixicon-skype-fill:before{content:"\ef82"}.remixicon-skype-line:before{content:"\ef83"}.remixicon-slack-fill:before{content:"\ef84"}.remixicon-slack-line:before{content:"\ef85"}.remixicon-slice-fill:before{content:"\ef86"}.remixicon-slice-line:before{content:"\ef87"}.remixicon-slideshow-2-fill:before{content:"\ef88"}.remixicon-slideshow-2-line:before{content:"\ef89"}.remixicon-slideshow-3-fill:before{content:"\ef8a"}.remixicon-slideshow-3-line:before{content:"\ef8b"}.remixicon-slideshow-4-fill:before{content:"\ef8c"}.remixicon-slideshow-4-line:before{content:"\ef8d"}.remixicon-slideshow-fill:before{content:"\ef8e"}.remixicon-slideshow-line:before{content:"\ef8f"}.remixicon-smartphone-fill:before{content:"\ef90"}.remixicon-smartphone-line:before{content:"\ef91"}.remixicon-snapchat-fill:before{content:"\ef92"}.remixicon-snapchat-line:before{content:"\ef93"}.remixicon-snowy-fill:before{content:"\ef94"}.remixicon-snowy-line:before{content:"\ef95"}.remixicon-sound-module-fill:before{content:"\ef96"}.remixicon-sound-module-line:before{content:"\ef97"}.remixicon-space-ship-fill:before{content:"\ef98"}.remixicon-space-ship-line:before{content:"\ef99"}.remixicon-space:before{content:"\ef9a"}.remixicon-spam-2-fill:before{content:"\ef9b"}.remixicon-spam-2-line:before{content:"\ef9c"}.remixicon-spam-3-fill:before{content:"\ef9d"}.remixicon-spam-3-line:before{content:"\ef9e"}.remixicon-spam-fill:before{content:"\ef9f"}.remixicon-spam-line:before{content:"\efa0"}.remixicon-speaker-2-fill:before{content:"\efa1"}.remixicon-speaker-2-line:before{content:"\efa2"}.remixicon-speaker-3-fill:before{content:"\efa3"}.remixicon-speaker-3-line:before{content:"\efa4"}.remixicon-speaker-fill:before{content:"\efa5"}.remixicon-speaker-line:before{content:"\efa6"}.remixicon-speed-fill:before{content:"\efa7"}.remixicon-speed-line:before{content:"\efa8"}.remixicon-speed-mini-fill:before{content:"\efa9"}.remixicon-speed-mini-line:before{content:"\efaa"}.remixicon-spotify-fill:before{content:"\efab"}.remixicon-spotify-line:before{content:"\efac"}.remixicon-stack-fill:before{content:"\efad"}.remixicon-stack-line:before{content:"\efae"}.remixicon-stack-overflow-fill:before{content:"\efaf"}.remixicon-stack-overflow-line:before{content:"\efb0"}.remixicon-star-fill:before{content:"\efb1"}.remixicon-star-half-fill:before{content:"\efb2"}.remixicon-star-half-line:before{content:"\efb3"}.remixicon-star-half-s-fill:before{content:"\efb4"}.remixicon-star-half-s-line:before{content:"\efb5"}.remixicon-star-line:before{content:"\efb6"}.remixicon-star-s-fill:before{content:"\efb7"}.remixicon-star-s-line:before{content:"\efb8"}.remixicon-stock-fill:before{content:"\efb9"}.remixicon-stock-line:before{content:"\efba"}.remixicon-stop-circle-fill:before{content:"\efbb"}.remixicon-stop-circle-line:before{content:"\efbc"}.remixicon-stop-fill:before{content:"\efbd"}.remixicon-stop-line:before{content:"\efbe"}.remixicon-stop-mini-fill:before{content:"\efbf"}.remixicon-stop-mini-line:before{content:"\efc0"}.remixicon-store-2-fill:before{content:"\efc1"}.remixicon-store-2-line:before{content:"\efc2"}.remixicon-store-3-fill:before{content:"\efc3"}.remixicon-store-3-line:before{content:"\efc4"}.remixicon-store-fill:before{content:"\efc5"}.remixicon-store-line:before{content:"\efc6"}.remixicon-strikethrough-2:before{content:"\efc7"}.remixicon-strikethrough:before{content:"\efc8"}.remixicon-subscript-2:before{content:"\efc9"}.remixicon-subscript:before{content:"\efca"}.remixicon-subtract-fill:before{content:"\efcb"}.remixicon-subtract-line:before{content:"\efcc"}.remixicon-subway-fill:before{content:"\efcd"}.remixicon-subway-line:before{content:"\efce"}.remixicon-sun-cloudy-fill:before{content:"\efcf"}.remixicon-sun-cloudy-line:before{content:"\efd0"}.remixicon-sun-fill:before{content:"\efd1"}.remixicon-sun-foggy-fill:before{content:"\efd2"}.remixicon-sun-foggy-line:before{content:"\efd3"}.remixicon-sun-line:before{content:"\efd4"}.remixicon-superscript-2:before{content:"\efd5"}.remixicon-superscript:before{content:"\efd6"}.remixicon-surround-sound-fill:before{content:"\efd7"}.remixicon-surround-sound-line:before{content:"\efd8"}.remixicon-swap-box-fill:before{content:"\efd9"}.remixicon-swap-box-line:before{content:"\efda"}.remixicon-swap-fill:before{content:"\efdb"}.remixicon-swap-line:before{content:"\efdc"}.remixicon-switch-fill:before{content:"\efdd"}.remixicon-switch-line:before{content:"\efde"}.remixicon-t-box-fill:before{content:"\efdf"}.remixicon-t-box-line:before{content:"\efe0"}.remixicon-t-shirt-fill:before{content:"\efe1"}.remixicon-t-shirt-line:before{content:"\efe2"}.remixicon-table-2:before{content:"\efe3"}.remixicon-table-fill:before{content:"\efe4"}.remixicon-table-line:before{content:"\efe5"}.remixicon-tablet-fill:before{content:"\efe6"}.remixicon-tablet-line:before{content:"\efe7"}.remixicon-taobao-fill:before{content:"\efe8"}.remixicon-taobao-line:before{content:"\efe9"}.remixicon-tape-fill:before{content:"\efea"}.remixicon-tape-line:before{content:"\efeb"}.remixicon-task-fill:before{content:"\efec"}.remixicon-task-line:before{content:"\efed"}.remixicon-taxi-fill:before{content:"\efee"}.remixicon-taxi-line:before{content:"\efef"}.remixicon-telegram-fill:before{content:"\eff0"}.remixicon-telegram-line:before{content:"\eff1"}.remixicon-temp-cold-fill:before{content:"\eff2"}.remixicon-temp-cold-line:before{content:"\eff3"}.remixicon-temp-hot-fill:before{content:"\eff4"}.remixicon-temp-hot-line:before{content:"\eff5"}.remixicon-terminal-box-fill:before{content:"\eff6"}.remixicon-terminal-box-line:before{content:"\eff7"}.remixicon-terminal-fill:before{content:"\eff8"}.remixicon-terminal-line:before{content:"\eff9"}.remixicon-terminal-window-fill:before{content:"\effa"}.remixicon-terminal-window-line:before{content:"\effb"}.remixicon-text-direction-l:before{content:"\effc"}.remixicon-text-direction-r:before{content:"\effd"}.remixicon-text-spacing:before{content:"\effe"}.remixicon-text-wrap:before{content:"\efff"}.remixicon-text:before{content:"\f000"}.remixicon-thumb-down-fill:before{content:"\f001"}.remixicon-thumb-down-line:before{content:"\f002"}.remixicon-thumb-up-fill:before{content:"\f003"}.remixicon-thumb-up-line:before{content:"\f004"}.remixicon-thunderstorms-fill:before{content:"\f005"}.remixicon-thunderstorms-line:before{content:"\f006"}.remixicon-time-fill:before{content:"\f007"}.remixicon-time-line:before{content:"\f008"}.remixicon-timer-2-fill:before{content:"\f009"}.remixicon-timer-2-line:before{content:"\f00a"}.remixicon-timer-fill:before{content:"\f00b"}.remixicon-timer-flash-fill:before{content:"\f00c"}.remixicon-timer-flash-line:before{content:"\f00d"}.remixicon-timer-line:before{content:"\f00e"}.remixicon-todo-fill:before{content:"\f00f"}.remixicon-todo-line:before{content:"\f010"}.remixicon-toggle-fill:before{content:"\f011"}.remixicon-toggle-line:before{content:"\f012"}.remixicon-tornado-fill:before{content:"\f013"}.remixicon-tornado-line:before{content:"\f014"}.remixicon-traffic-light-fill:before{content:"\f015"}.remixicon-traffic-light-line:before{content:"\f016"}.remixicon-train-fill:before{content:"\f017"}.remixicon-train-line:before{content:"\f018"}.remixicon-travesti-fill:before{content:"\f019"}.remixicon-travesti-line:before{content:"\f01a"}.remixicon-treasure-map-fill:before{content:"\f01b"}.remixicon-treasure-map-line:before{content:"\f01c"}.remixicon-trello-fill:before{content:"\f01d"}.remixicon-trello-line:before{content:"\f01e"}.remixicon-trophy-fill:before{content:"\f01f"}.remixicon-trophy-line:before{content:"\f020"}.remixicon-truck-fill:before{content:"\f021"}.remixicon-truck-line:before{content:"\f022"}.remixicon-tumblr-fill:before{content:"\f023"}.remixicon-tumblr-line:before{content:"\f024"}.remixicon-tv-2-fill:before{content:"\f025"}.remixicon-tv-2-line:before{content:"\f026"}.remixicon-tv-fill:before{content:"\f027"}.remixicon-tv-line:before{content:"\f028"}.remixicon-twitter-fill:before{content:"\f029"}.remixicon-twitter-line:before{content:"\f02a"}.remixicon-u-disk-fill:before{content:"\f02b"}.remixicon-u-disk-line:before{content:"\f02c"}.remixicon-ubuntu-fill:before{content:"\f02d"}.remixicon-ubuntu-line:before{content:"\f02e"}.remixicon-umbrella-fill:before{content:"\f02f"}.remixicon-umbrella-line:before{content:"\f030"}.remixicon-underline:before{content:"\f031"}.remixicon-upload-2-fill:before{content:"\f032"}.remixicon-upload-2-line:before{content:"\f033"}.remixicon-upload-cloud-fill:before{content:"\f034"}.remixicon-upload-cloud-line:before{content:"\f035"}.remixicon-upload-fill:before{content:"\f036"}.remixicon-upload-line:before{content:"\f037"}.remixicon-user-2-fill:before{content:"\f038"}.remixicon-user-2-line:before{content:"\f039"}.remixicon-user-3-fill:before{content:"\f03a"}.remixicon-user-3-line:before{content:"\f03b"}.remixicon-user-4-fill:before{content:"\f03c"}.remixicon-user-4-line:before{content:"\f03d"}.remixicon-user-5-fill:before{content:"\f03e"}.remixicon-user-5-line:before{content:"\f03f"}.remixicon-user-add-fill:before{content:"\f040"}.remixicon-user-add-line:before{content:"\f041"}.remixicon-user-fill:before{content:"\f042"}.remixicon-user-follow-fill:before{content:"\f043"}.remixicon-user-follow-line:before{content:"\f044"}.remixicon-user-line:before{content:"\f045"}.remixicon-user-location-fill:before{content:"\f046"}.remixicon-user-location-line:before{content:"\f047"}.remixicon-user-received-2-fill:before{content:"\f048"}.remixicon-user-received-2-line:before{content:"\f049"}.remixicon-user-received-fill:before{content:"\f04a"}.remixicon-user-received-line:before{content:"\f04b"}.remixicon-user-search-fill:before{content:"\f04c"}.remixicon-user-search-line:before{content:"\f04d"}.remixicon-user-settings-fill:before{content:"\f04e"}.remixicon-user-settings-line:before{content:"\f04f"}.remixicon-user-shared-2-fill:before{content:"\f050"}.remixicon-user-shared-2-line:before{content:"\f051"}.remixicon-user-shared-fill:before{content:"\f052"}.remixicon-user-shared-line:before{content:"\f053"}.remixicon-user-smile-fill:before{content:"\f054"}.remixicon-user-smile-line:before{content:"\f055"}.remixicon-user-star-fill:before{content:"\f056"}.remixicon-user-star-line:before{content:"\f057"}.remixicon-user-unfollow-fill:before{content:"\f058"}.remixicon-user-unfollow-line:before{content:"\f059"}.remixicon-user-voice-fill:before{content:"\f05a"}.remixicon-user-voice-line:before{content:"\f05b"}.remixicon-video-chat-fill:before{content:"\f05c"}.remixicon-video-chat-line:before{content:"\f05d"}.remixicon-video-fill:before{content:"\f05e"}.remixicon-video-line:before{content:"\f05f"}.remixicon-vidicon-2-fill:before{content:"\f060"}.remixicon-vidicon-2-line:before{content:"\f061"}.remixicon-vidicon-fill:before{content:"\f062"}.remixicon-vidicon-line:before{content:"\f063"}.remixicon-vip-crown-2-fill:before{content:"\f064"}.remixicon-vip-crown-2-line:before{content:"\f065"}.remixicon-vip-crown-fill:before{content:"\f066"}.remixicon-vip-crown-line:before{content:"\f067"}.remixicon-vip-diamond-fill:before{content:"\f068"}.remixicon-vip-diamond-line:before{content:"\f069"}.remixicon-vip-fill:before{content:"\f06a"}.remixicon-vip-line:before{content:"\f06b"}.remixicon-visa-fill:before{content:"\f06c"}.remixicon-visa-line:before{content:"\f06d"}.remixicon-voiceprint-fill:before{content:"\f06e"}.remixicon-voiceprint-line:before{content:"\f06f"}.remixicon-volume-down-fill:before{content:"\f070"}.remixicon-volume-down-line:before{content:"\f071"}.remixicon-volume-mute-fill:before{content:"\f072"}.remixicon-volume-mute-line:before{content:"\f073"}.remixicon-volume-up-fill:before{content:"\f074"}.remixicon-volume-up-line:before{content:"\f075"}.remixicon-vuejs-fill:before{content:"\f076"}.remixicon-vuejs-line:before{content:"\f077"}.remixicon-walk-fill:before{content:"\f078"}.remixicon-walk-line:before{content:"\f079"}.remixicon-wallet-2-fill:before{content:"\f07a"}.remixicon-wallet-2-line:before{content:"\f07b"}.remixicon-wallet-3-fill:before{content:"\f07c"}.remixicon-wallet-3-line:before{content:"\f07d"}.remixicon-wallet-fill:before{content:"\f07e"}.remixicon-wallet-line:before{content:"\f07f"}.remixicon-water-flash-fill:before{content:"\f080"}.remixicon-water-flash-line:before{content:"\f081"}.remixicon-webcam-fill:before{content:"\f082"}.remixicon-webcam-line:before{content:"\f083"}.remixicon-wechat-2-fill:before{content:"\f084"}.remixicon-wechat-2-line:before{content:"\f085"}.remixicon-wechat-fill:before{content:"\f086"}.remixicon-wechat-line:before{content:"\f087"}.remixicon-wechat-pay-fill:before{content:"\f088"}.remixicon-wechat-pay-line:before{content:"\f089"}.remixicon-weibo-fill:before{content:"\f08a"}.remixicon-weibo-line:before{content:"\f08b"}.remixicon-whatsapp-fill:before{content:"\f08c"}.remixicon-whatsapp-line:before{content:"\f08d"}.remixicon-wifi-fill:before{content:"\f08e"}.remixicon-wifi-line:before{content:"\f08f"}.remixicon-window-2-fill:before{content:"\f090"}.remixicon-window-2-line:before{content:"\f091"}.remixicon-window-fill:before{content:"\f092"}.remixicon-window-line:before{content:"\f093"}.remixicon-windows-fill:before{content:"\f094"}.remixicon-windows-line:before{content:"\f095"}.remixicon-windy-fill:before{content:"\f096"}.remixicon-windy-line:before{content:"\f097"}.remixicon-women-fill:before{content:"\f098"}.remixicon-women-line:before{content:"\f099"}.remixicon-xbox-fill:before{content:"\f09a"}.remixicon-xbox-line:before{content:"\f09b"}.remixicon-youtube-fill:before{content:"\f09c"}.remixicon-youtube-line:before{content:"\f09d"}.remixicon-zcool-fill:before{content:"\f09e"}.remixicon-zcool-line:before{content:"\f09f"}.remixicon-zhihu-fill:before{content:"\f0a0"}.remixicon-zhihu-line:before{content:"\f0a1"}.remixicon-zoom-in-fill:before{content:"\f0a2"}.remixicon-zoom-in-line:before{content:"\f0a3"}.remixicon-zoom-out-fill:before{content:"\f0a4"}.remixicon-zoom-out-line:before{content:"\f0a5"} -/*! - * Bootstrap-select v1.13.10 (https://developer.snapappointments.com/bootstrap-select) - * - * Copyright 2012-2019 SnapAppointments, LLC - * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) - */.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:hsla(0,0%,100%,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;-webkit-box-flex:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:hsla(0,0%,100%,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:"\00a0"}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:"";display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid hsla(0,0%,80%,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid hsla(0,0%,80%,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none} -/*# sourceMappingURL=/ui/hyperglass.css.map */ \ No newline at end of file diff --git a/hyperglass/static/ui/hyperglass.css.map b/hyperglass/static/ui/hyperglass.css.map deleted file mode 100644 index bdc7b14..0000000 --- a/hyperglass/static/ui/hyperglass.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["node_modules/bootstrap/scss/_type.scss","main.scss","node_modules/bootstrap/scss/bootstrap.scss","node_modules/bootstrap/scss/_root.scss","node_modules/bootstrap/scss/_reboot.scss","node_modules/bootstrap/scss/_variables.scss","node_modules/bootstrap/scss/vendor/_rfs.scss","node_modules/bootstrap/scss/mixins/_hover.scss","node_modules/bootstrap/scss/mixins/_lists.scss","node_modules/bootstrap/scss/_images.scss","node_modules/bootstrap/scss/mixins/_image.scss","node_modules/bootstrap/scss/mixins/_border-radius.scss","node_modules/bootstrap/scss/_code.scss","node_modules/bootstrap/scss/_grid.scss","node_modules/bootstrap/scss/mixins/_grid.scss","node_modules/bootstrap/scss/mixins/_breakpoints.scss","node_modules/bootstrap/scss/mixins/_grid-framework.scss","node_modules/bootstrap/scss/_tables.scss","node_modules/bootstrap/scss/mixins/_table-row.scss","node_modules/bootstrap/scss/_forms.scss","node_modules/bootstrap/scss/mixins/_transition.scss","node_modules/bootstrap/scss/mixins/_forms.scss","node_modules/bootstrap/scss/mixins/_gradients.scss","node_modules/bootstrap/scss/_buttons.scss","node_modules/bootstrap/scss/mixins/_buttons.scss","node_modules/bootstrap/scss/_transitions.scss","node_modules/bootstrap/scss/_dropdown.scss","node_modules/bootstrap/scss/mixins/_caret.scss","node_modules/bootstrap/scss/mixins/_nav-divider.scss","node_modules/bootstrap/scss/_button-group.scss","node_modules/bootstrap/scss/_input-group.scss","node_modules/bootstrap/scss/_custom-forms.scss","node_modules/bootstrap/scss/_nav.scss","node_modules/bootstrap/scss/_navbar.scss","node_modules/bootstrap/scss/_card.scss","node_modules/bootstrap/scss/_breadcrumb.scss","node_modules/bootstrap/scss/_pagination.scss","node_modules/bootstrap/scss/mixins/_pagination.scss","node_modules/bootstrap/scss/_badge.scss","node_modules/bootstrap/scss/mixins/_badge.scss","node_modules/bootstrap/scss/_jumbotron.scss","node_modules/bootstrap/scss/_alert.scss","node_modules/bootstrap/scss/mixins/_alert.scss","node_modules/bootstrap/scss/_progress.scss","node_modules/bootstrap/scss/_media.scss","node_modules/bootstrap/scss/_list-group.scss","node_modules/bootstrap/scss/mixins/_list-group.scss","node_modules/bootstrap/scss/_close.scss","node_modules/bootstrap/scss/_toasts.scss","node_modules/bootstrap/scss/_modal.scss","node_modules/bootstrap/scss/_tooltip.scss","node_modules/bootstrap/scss/mixins/_reset-text.scss","node_modules/bootstrap/scss/_popover.scss","node_modules/bootstrap/scss/_carousel.scss","node_modules/bootstrap/scss/mixins/_clearfix.scss","node_modules/bootstrap/scss/_spinners.scss","node_modules/bootstrap/scss/utilities/_align.scss","node_modules/bootstrap/scss/mixins/_background-variant.scss","node_modules/bootstrap/scss/utilities/_background.scss","node_modules/bootstrap/scss/utilities/_borders.scss","node_modules/bootstrap/scss/utilities/_display.scss","node_modules/bootstrap/scss/utilities/_embed.scss","node_modules/bootstrap/scss/utilities/_flex.scss","node_modules/bootstrap/scss/utilities/_float.scss","node_modules/bootstrap/scss/utilities/_overflow.scss","node_modules/bootstrap/scss/utilities/_position.scss","node_modules/bootstrap/scss/utilities/_screenreaders.scss","node_modules/bootstrap/scss/mixins/_screen-reader.scss","node_modules/bootstrap/scss/utilities/_shadows.scss","node_modules/bootstrap/scss/utilities/_sizing.scss","node_modules/bootstrap/scss/utilities/_stretched-link.scss","node_modules/bootstrap/scss/utilities/_spacing.scss","node_modules/bootstrap/scss/utilities/_text.scss","node_modules/bootstrap/scss/mixins/_text-truncate.scss","node_modules/bootstrap/scss/mixins/_text-emphasis.scss","node_modules/bootstrap/scss/mixins/_text-hide.scss","node_modules/bootstrap/scss/utilities/_visibility.scss","node_modules/bootstrap/scss/_print.scss","overrides.sass","animsition.min.css","remixicon.css","bootstrap-select.min.css"],"names":[],"mappings":"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AEA,uDlC3DJ,6BNuM0B,CMtM1B,gCNsM0B,CM1L1B,0BkCmDI,sDACE,cAAA,ClC/EN,8BNqN0B,CMpN1B,iCNoN0B,CM9K1B,6BIAA,yB8B2BA,0BACE,mBAEA,2CACE,iBAAA,CACA,gBAEA,uDlC3DJ,6BNuM0B,CMtM1B,gCNsM0B,CM1L1B,0BkCmDI,sDACE,cAAA,ClC/EN,8BNqN0B,CMpN1B,iCNoN0B,CM9K1B,6BIAA,0B8B2BA,0BACE,mBAEA,2CACE,iBAAA,CACA,gBAEA,uDlC3DJ,6BNuM0B,CMtM1B,gCNsM0B,CM1L1B,0BkCmDI,sDACE,cAAA,ClC/EN,8BNqN0B,CMpN1B,iCNoN0B,CM9K1B,6BkCwDF,mCACE,cAAA,CACA,aAAA,ClCjHA,gBkCoHA,8CACE,mBAKF,2DACE,aAKF,yDACE,eAAA,CACA,gBCpIJ,yBACE,aD+IsE,CC9ItE,yBvCWF,4GuCPM,aD0IkE,CCzIlE,yBAGF,uDACE,UzCPG,CyCQH,wBDoIkE,CCnIlE,qBAbN,2BACE,aD+IsE,CC9ItE,yBvCWF,gHuCPM,aD0IkE,CCzIlE,yBAGF,yDACE,UzCPG,CyCQH,wBDoIkE,CCnIlE,qBAbN,yBACE,aD+IsE,CC9ItE,yBvCWF,4GuCPM,aD0IkE,CCzIlE,yBAGF,uDACE,UzCPG,CyCQH,wBDoIkE,CCnIlE,qBAbN,sBACE,aD+IsE,CC9ItE,yBvCWF,sGuCPM,aD0IkE,CCzIlE,yBAGF,oDACE,UzCPG,CyCQH,wBDoIkE,CCnIlE,qBAbN,yBACE,aD+IsE,CC9ItE,yBvCWF,4GuCPM,aD0IkE,CCzIlE,yBAGF,uDACE,UzCPG,CyCQH,wBDoIkE,CCnIlE,qBAbN,wBACE,aD+IsE,CC9ItE,yBvCWF,0GuCPM,aD0IkE,CCzIlE,yBAGF,sDACE,UzCPG,CyCQH,wBDoIkE,CCnIlE,qBAbN,uBACE,aD+IsE,CC9ItE,yBvCWF,wGuCPM,aD0IkE,CCzIlE,yBAGF,qDACE,UzCPG,CyCQH,wBDoIkE,CCnIlE,qBAbN,sBACE,aD+IsE,CC9ItE,yBvCWF,sGuCPM,aD0IkE,CCzIlE,yBAGF,oDACE,UzCPG,CyCQH,wBD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","file":"hyperglass.css","sourceRoot":"..","sourcesContent":["// stylelint-disable declaration-no-important, selector-list-comma-newline-after\n\n//\n// Headings\n//\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: $headings-margin-bottom;\n font-family: $headings-font-family;\n font-weight: $headings-font-weight;\n line-height: $headings-line-height;\n color: $headings-color;\n}\n\nh1, .h1 { @include font-size($h1-font-size); }\nh2, .h2 { @include font-size($h2-font-size); }\nh3, .h3 { @include font-size($h3-font-size); }\nh4, .h4 { @include font-size($h4-font-size); }\nh5, .h5 { @include font-size($h5-font-size); }\nh6, .h6 { @include font-size($h6-font-size); }\n\n.lead {\n @include font-size($lead-font-size);\n font-weight: $lead-font-weight;\n}\n\n// Type display classes\n.display-1 {\n @include font-size($display1-size);\n font-weight: $display1-weight;\n line-height: $display-line-height;\n}\n.display-2 {\n @include font-size($display2-size);\n font-weight: $display2-weight;\n line-height: $display-line-height;\n}\n.display-3 {\n @include font-size($display3-size);\n font-weight: $display3-weight;\n line-height: $display-line-height;\n}\n.display-4 {\n @include font-size($display4-size);\n font-weight: $display4-weight;\n line-height: $display-line-height;\n}\n\n\n//\n// Horizontal rules\n//\n\nhr {\n margin-top: $hr-margin-y;\n margin-bottom: $hr-margin-y;\n border: 0;\n border-top: $hr-border-width solid $hr-border-color;\n}\n\n\n//\n// Emphasis\n//\n\nsmall,\n.small {\n @include font-size($small-font-size);\n font-weight: $font-weight-normal;\n}\n\nmark,\n.mark {\n padding: $mark-padding;\n background-color: $mark-bg;\n}\n\n\n//\n// Lists\n//\n\n.list-unstyled {\n @include list-unstyled;\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n @include list-unstyled;\n}\n.list-inline-item {\n display: inline-block;\n\n &:not(:last-child) {\n margin-right: $list-inline-padding;\n }\n}\n\n\n//\n// Misc\n//\n\n// Builds on `abbr`\n.initialism {\n @include font-size(90%);\n text-transform: uppercase;\n}\n\n// Blockquotes\n.blockquote {\n margin-bottom: $spacer;\n @include font-size($blockquote-font-size);\n}\n\n.blockquote-footer {\n display: block;\n @include font-size($blockquote-small-font-size);\n color: $blockquote-small-color;\n\n &::before {\n content: \"\\2014\\00A0\"; // em dash, nbsp\n }\n}\n","// Functions\n\n@function findTextColor($color) {\n @if (lightness($color) > 55%) {\n @return $dark;\n }\n\n @else {\n @return $light;\n }\n}\n\n// Custom Classes\n\n@media (min-width: 576px) {\n .mw-sm-25 {\n max-width: 25% !important;\n }\n\n .mw-sm-50 {\n max-width: 50% !important;\n }\n\n .mw-sm-75 {\n max-width: 75% !important;\n }\n\n .mw-sm-100 {\n max-width: 100% !important;\n }\n\n .mw-sm-auto {\n max-width: auto !important;\n }\n\n .mh-sm-25 {\n max-height: 25% !important;\n }\n\n .mh-sm-50 {\n max-height: 50% !important;\n }\n\n .mh-sm-75 {\n max-height: 75% !important;\n }\n\n .mh-sm-100 {\n max-height: 100% !important;\n }\n\n .mh-sm-auto {\n max-height: auto !important;\n }\n}\n\n@media (min-width: 768px) {\n .mw-md-25 {\n max-width: 25% !important;\n }\n\n .mw-md-50 {\n max-width: 50% !important;\n }\n\n .mw-md-75 {\n max-width: 75% !important;\n }\n\n .mw-md-100 {\n max-width: 100% !important;\n }\n\n .mw-md-auto {\n max-width: auto !important;\n }\n\n .mh-md-25 {\n max-height: 25% !important;\n }\n\n .mh-md-50 {\n max-height: 50% !important;\n }\n\n .mh-md-75 {\n max-height: 75% !important;\n }\n\n .mh-md-100 {\n max-height: 100% !important;\n }\n\n .mh-md-auto {\n max-height: auto !important;\n }\n}\n\n@media (min-width: 992px) {\n .mw-lg-25 {\n max-width: 25% !important;\n }\n\n .mw-lg-50 {\n max-width: 50% !important;\n }\n\n .mw-lg-75 {\n max-width: 75% !important;\n }\n\n .mw-lg-100 {\n max-width: 100% !important;\n }\n\n .mw-lg-auto {\n max-width: auto !important;\n }\n\n .mh-lg-25 {\n max-height: 25% !important;\n }\n\n .mh-lg-50 {\n max-height: 50% !important;\n }\n\n .mh-lg-75 {\n max-height: 75% !important;\n }\n\n .mh-lg-100 {\n max-height: 100% !important;\n }\n\n .mh-lg-auto {\n max-height: auto !important;\n }\n}\n\n@media (min-width: 1200px) {\n .mw-xl-25 {\n max-width: 25% !important;\n }\n\n .mw-xl-50 {\n max-width: 50% !important;\n }\n\n .mw-xl-75 {\n max-width: 75% !important;\n }\n\n .mw-xl-100 {\n max-width: 100% !important;\n }\n\n .mw-xl-auto {\n max-width: auto !important;\n }\n\n .mh-xl-25 {\n max-height: 25% !important;\n }\n\n .mh-xl-50 {\n max-height: 50% !important;\n }\n\n .mh-xl-75 {\n max-height: 75% !important;\n }\n\n .mh-xl-100 {\n max-height: 100% !important;\n }\n\n .mh-xl-auto {\n max-height: auto !important;\n }\n}\n\n// Imports\n@import \"./node_modules/bootstrap/scss/bootstrap\";\n@import \"./overrides.sass\";\n@import \"./theme.sass\";","/*!\n * Bootstrap v4.3.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 The Bootstrap Authors\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"root\";\n@import \"reboot\";\n@import \"type\";\n@import \"images\";\n@import \"code\";\n@import \"grid\";\n@import \"tables\";\n@import \"forms\";\n@import \"buttons\";\n@import \"transitions\";\n@import \"dropdown\";\n@import \"button-group\";\n@import \"input-group\";\n@import \"custom-forms\";\n@import \"nav\";\n@import \"navbar\";\n@import \"card\";\n@import \"breadcrumb\";\n@import \"pagination\";\n@import \"badge\";\n@import \"jumbotron\";\n@import \"alert\";\n@import \"progress\";\n@import \"media\";\n@import \"list-group\";\n@import \"close\";\n@import \"toasts\";\n@import \"modal\";\n@import \"tooltip\";\n@import \"popover\";\n@import \"carousel\";\n@import \"spinners\";\n@import \"utilities\";\n@import \"print\";\n",":root {\n // Custom variable values only support SassScript inside `#{}`.\n @each $color, $value in $colors {\n --#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$color}: #{$value};\n }\n\n @each $bp, $value in $grid-breakpoints {\n --breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --font-family-sans-serif: #{inspect($font-family-sans-serif)};\n --font-family-monospace: #{inspect($font-family-monospace)};\n}\n","// stylelint-disable at-rule-no-vendor-prefix, declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Suppress the focus outline on elements that cannot be accessed via keyboard.\n// This prevents an unwanted focus outline from appearing around elements that\n// might still respond to pointer events.\n//\n// Credit: https://github.com/suitcss/base\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `

`-`

` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href)\n// which have not been made explicitly keyboard-focusable (without tabindex).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([tabindex]) {\n color: inherit;\n text-decoration: none;\n\n @include hover-focus {\n color: inherit;\n text-decoration: none;\n }\n\n &:focus {\n outline: 0;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `` alignment by inheriting from the ``, or the\n // closest parent with a set `text-align`.\n text-align: inherit;\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-blacklist\n border-radius: 0;\n}\n\n// Work around a Firefox/IE bug where the transparent `button` background\n// results in a loss of the default `button` focus styles.\n//\n// Credit: https://github.com/suitcss/base/\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Remove the inheritance of word-wrap in Safari.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24990\nselect {\n word-wrap: normal;\n}\n\n\n// 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`\n// controls in Android 4.\n// 2. Correct the inability to style clickable types in iOS and Safari.\nbutton,\n[type=\"button\"], // 1\n[type=\"reset\"],\n[type=\"submit\"] {\n -webkit-appearance: button; // 2\n}\n\n// Opinionated: add \"hand\" cursor to non-disabled button elements.\n@if $enable-pointer-cursor-for-buttons {\n button,\n [type=\"button\"],\n [type=\"reset\"],\n [type=\"submit\"] {\n &:not(:disabled) {\n cursor: pointer;\n }\n }\n}\n\n// Remove inner border and padding from Firefox, but don't restore the outline like Normalize.\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n box-sizing: border-box; // 1. Add the correct box sizing in IE 10-\n padding: 0; // 2. Remove the padding in IE 10-\n}\n\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n // Remove the default appearance of temporal inputs to avoid a Mobile Safari\n // bug where setting a custom line-height prevents text from being vertically\n // centered within the input.\n // See https://bugs.webkit.org/show_bug.cgi?id=139848\n // and https://github.com/twbs/bootstrap/issues/11266\n -webkit-appearance: listbox;\n}\n\ntextarea {\n overflow: auto; // Remove the default vertical scrollbar in IE.\n // Textareas should really only resize vertically so they don't break their (horizontal) containers.\n resize: vertical;\n}\n\nfieldset {\n // Browsers set a default `min-width: min-content;` on fieldsets,\n // unlike e.g. `

`s, which have `min-width: 0;` by default.\n // So we reset that to ensure fieldsets behave more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359\n // and https://html.spec.whatwg.org/multipage/#the-fieldset-and-legend-elements\n min-width: 0;\n // Reset the default outline behavior of fieldsets so they don't affect page layout.\n padding: 0;\n margin: 0;\n border: 0;\n}\n\n// 1. Correct the text wrapping in Edge and IE.\n// 2. Correct the color inheritance from `fieldset` elements in IE.\nlegend {\n display: block;\n width: 100%;\n max-width: 100%; // 1\n padding: 0;\n margin-bottom: .5rem;\n @include font-size(1.5rem);\n line-height: inherit;\n color: inherit; // 2\n white-space: normal; // 1\n}\n\nprogress {\n vertical-align: baseline; // Add the correct vertical alignment in Chrome, Firefox, and Opera.\n}\n\n// Correct the cursor style of increment and decrement buttons in Chrome.\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n // This overrides the extra rounded corners on search inputs in iOS so that our\n // `.form-control` class can properly style them. Note that this cannot simply\n // be added to `.form-control` as it's not specific enough. For details, see\n // https://github.com/twbs/bootstrap/issues/11586.\n outline-offset: -2px; // 2. Correct the outline style in Safari.\n -webkit-appearance: none;\n}\n\n//\n// Remove the inner padding in Chrome and Safari on macOS.\n//\n\n[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// 1. Correct the inability to style clickable types in iOS and Safari.\n// 2. Change font properties to `inherit` in Safari.\n//\n\n::-webkit-file-upload-button {\n font: inherit; // 2\n -webkit-appearance: button; // 1\n}\n\n//\n// Correct element displays\n//\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item; // Add the correct display in all browsers\n cursor: pointer;\n}\n\ntemplate {\n display: none; // Add the correct display in IE\n}\n\n// Always hide an element with the `hidden` HTML attribute (from PureCSS).\n// Needed for proper display in IE 10-.\n[hidden] {\n display: none !important;\n}\n","// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n$white: #fff !default;\n$gray-100: #f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6 !default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd !default;\n$gray-600: #6c757d !default;\n$gray-700: #495057 !default;\n$gray-800: #343a40 !default;\n$gray-900: #212529 !default;\n$black: #000 !default;\n\n$grays: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$grays: map-merge(\n (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n ),\n $grays\n);\n\n$blue: #007bff !default;\n$indigo: #6610f2 !default;\n$purple: #6f42c1 !default;\n$pink: #e83e8c !default;\n$red: #dc3545 !default;\n$orange: #fd7e14 !default;\n$yellow: #ffc107 !default;\n$green: #28a745 !default;\n$teal: #20c997 !default;\n$cyan: #17a2b8 !default;\n\n$colors: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$colors: map-merge(\n (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n ),\n $colors\n);\n\n$primary: $blue !default;\n$secondary: $gray-600 !default;\n$success: $green !default;\n$info: $cyan !default;\n$warning: $yellow !default;\n$danger: $red !default;\n$light: $gray-100 !default;\n$dark: $gray-800 !default;\n\n$theme-colors: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$theme-colors: map-merge(\n (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark\n ),\n $theme-colors\n);\n\n// Set a specific jump point for requesting color jumps\n$theme-color-interval: 8% !default;\n\n// The yiq lightness value that determines when the lightness of color changes from \"dark\" to \"light\". Acceptable values are between 0 and 255.\n$yiq-contrasted-threshold: 150 !default;\n\n// Customize the light and dark text colors for use in our YIQ color contrast function.\n$yiq-text-dark: $gray-900 !default;\n$yiq-text-light: $white !default;\n\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-prefers-reduced-motion-media-query: true !default;\n$enable-hover-media-query: false !default; // Deprecated, no longer affects any compiled CSS\n$enable-grid-classes: true !default;\n$enable-pointer-cursor-for-buttons: true !default;\n$enable-print-styles: true !default;\n$enable-responsive-font-sizes: false !default;\n$enable-validation-icons: true !default;\n$enable-deprecation-messages: true !default;\n\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n$spacer: 1rem !default;\n$spacers: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$spacers: map-merge(\n (\n 0: 0,\n 1: ($spacer * .25),\n 2: ($spacer * .5),\n 3: $spacer,\n 4: ($spacer * 1.5),\n 5: ($spacer * 3)\n ),\n $spacers\n);\n\n// This variable affects the `.h-*` and `.w-*` classes.\n$sizes: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$sizes: map-merge(\n (\n 25: 25%,\n 50: 50%,\n 75: 75%,\n 100: 100%,\n auto: auto\n ),\n $sizes\n);\n\n\n// Body\n//\n// Settings for the `` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: theme-color(\"primary\") !default;\n$link-decoration: none !default;\n$link-hover-color: darken($link-color, 15%) !default;\n$link-hover-decoration: underline !default;\n// Darken percentage for links with `.text-*` class (e.g. `.text-success`)\n$emphasized-link-hover-darken-percentage: 15% !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px\n) !default;\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n$container-max-widths: (\n sm: 540px,\n md: 720px,\n lg: 960px,\n xl: 1140px\n) !default;\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 30px !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n$line-height-lg: 1.5 !default;\n$line-height-sm: 1.5 !default;\n\n$border-width: 1px !default;\n$border-color: $gray-300 !default;\n\n$border-radius: .25rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-sm: .2rem !default;\n\n$rounded-pill: 50rem !default;\n\n$box-shadow-sm: 0 .125rem .25rem rgba($black, .075) !default;\n$box-shadow: 0 .5rem 1rem rgba($black, .15) !default;\n$box-shadow-lg: 0 1rem 3rem rgba($black, .175) !default;\n\n$component-active-color: $white !default;\n$component-active-bg: theme-color(\"primary\") !default;\n\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n$embed-responsive-aspect-ratios: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$embed-responsive-aspect-ratios: join(\n (\n (21 9),\n (16 9),\n (4 3),\n (1 1),\n ),\n $embed-responsive-aspect-ratios\n);\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n$font-family-base: $font-family-sans-serif !default;\n// stylelint-enable value-keyword-case\n\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-lg: $font-size-base * 1.25 !default;\n$font-size-sm: $font-size-base * .875 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: bolder !default;\n\n$font-weight-base: $font-weight-normal !default;\n$line-height-base: 1.5 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n\n$headings-margin-bottom: $spacer / 2 !default;\n$headings-font-family: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n\n$display1-size: 6rem !default;\n$display2-size: 5.5rem !default;\n$display3-size: 4.5rem !default;\n$display4-size: 3.5rem !default;\n\n$display1-weight: 300 !default;\n$display2-weight: 300 !default;\n$display3-weight: 300 !default;\n$display4-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: 80% !default;\n\n$text-muted: $gray-600 !default;\n\n$blockquote-small-color: $gray-600 !default;\n$blockquote-small-font-size: $small-font-size !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n\n$hr-border-color: rgba($black, .1) !default;\n$hr-border-width: $border-width !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default;\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n\n$hr-margin-y: $spacer !default;\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n$table-cell-padding: .75rem !default;\n$table-cell-padding-sm: .3rem !default;\n\n$table-color: $body-color !default;\n$table-bg: null !default;\n$table-accent-bg: rgba($black, .05) !default;\n$table-hover-color: $table-color !default;\n$table-hover-bg: rgba($black, .075) !default;\n$table-active-bg: $table-hover-bg !default;\n\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-head-bg: $gray-200 !default;\n$table-head-color: $gray-700 !default;\n\n$table-dark-color: $white !default;\n$table-dark-bg: $gray-800 !default;\n$table-dark-accent-bg: rgba($white, .05) !default;\n$table-dark-hover-color: $table-dark-color !default;\n$table-dark-hover-bg: rgba($white, .075) !default;\n$table-dark-border-color: lighten($table-dark-bg, 7.5%) !default;\n$table-dark-color: $white !default;\n\n$table-striped-order: odd !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-level: -9 !default;\n$table-border-level: -6 !default;\n\n\n// Buttons + Forms\n//\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .2rem !default;\n$input-btn-focus-color: rgba($component-active-bg, .25) !default;\n$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n$input-btn-line-height-sm: $line-height-sm !default;\n\n$input-btn-padding-y-lg: .5rem !default;\n$input-btn-padding-x-lg: 1rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n$input-btn-line-height-lg: $line-height-lg !default;\n\n$input-btn-border-width: $border-width !default;\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n$btn-padding-y: $input-btn-padding-y !default;\n$btn-padding-x: $input-btn-padding-x !default;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: $input-btn-line-height !default;\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n$btn-line-height-sm: $input-btn-line-height-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n$btn-line-height-lg: $input-btn-line-height-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: $font-weight-normal !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-disabled-color: $gray-600 !default;\n\n$btn-block-spacing-y: .5rem !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: $border-radius !default;\n$btn-border-radius-lg: $border-radius-lg !default;\n$btn-border-radius-sm: $border-radius-sm !default;\n\n$btn-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n\n// Forms\n\n$label-margin-bottom: .5rem !default;\n\n$input-padding-y: $input-btn-padding-y !default;\n$input-padding-x: $input-btn-padding-x !default;\n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n$input-line-height-sm: $input-btn-line-height-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n$input-line-height-lg: $input-btn-line-height-lg !default;\n\n$input-bg: $white !default;\n$input-disabled-bg: $gray-200 !default;\n\n$input-color: $gray-700 !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: inset 0 1px 1px rgba($black, .075) !default;\n\n$input-border-radius: $border-radius !default;\n$input-border-radius-lg: $border-radius-lg !default;\n$input-border-radius-sm: $border-radius-sm !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: lighten($component-active-bg, 25%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: calc(#{$input-line-height * 1em} + #{$input-padding-y * 2}) !default;\n$input-height-inner-half: calc(#{$input-line-height * .5em} + #{$input-padding-y}) !default;\n$input-height-inner-quarter: calc(#{$input-line-height * .25em} + #{$input-padding-y / 2}) !default;\n\n$input-height: calc(#{$input-line-height * 1em} + #{$input-padding-y * 2} + #{$input-height-border}) !default;\n$input-height-sm: calc(#{$input-line-height-sm * 1em} + #{$input-btn-padding-y-sm * 2} + #{$input-height-border}) !default;\n$input-height-lg: calc(#{$input-line-height-lg * 1em} + #{$input-btn-padding-y-lg * 2} + #{$input-height-border}) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-text-margin-top: .25rem !default;\n\n$form-check-input-gutter: 1.25rem !default;\n$form-check-input-margin-y: .3rem !default;\n$form-check-input-margin-x: .25rem !default;\n\n$form-check-inline-margin-x: .75rem !default;\n$form-check-inline-input-margin-x: .3125rem !default;\n\n$form-grid-gutter-width: 10px !default;\n$form-group-margin-bottom: 1rem !default;\n\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n\n$custom-forms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$custom-control-gutter: .5rem !default;\n$custom-control-spacer-x: 1rem !default;\n\n$custom-control-indicator-size: 1rem !default;\n$custom-control-indicator-bg: $input-bg !default;\n\n$custom-control-indicator-bg-size: 50% 50% !default;\n$custom-control-indicator-box-shadow: $input-box-shadow !default;\n$custom-control-indicator-border-color: $gray-500 !default;\n$custom-control-indicator-border-width: $input-border-width !default;\n\n$custom-control-indicator-disabled-bg: $input-disabled-bg !default;\n$custom-control-label-disabled-color: $gray-600 !default;\n\n$custom-control-indicator-checked-color: $component-active-color !default;\n$custom-control-indicator-checked-bg: $component-active-bg !default;\n$custom-control-indicator-checked-disabled-bg: rgba(theme-color(\"primary\"), .5) !default;\n$custom-control-indicator-checked-box-shadow: none !default;\n$custom-control-indicator-checked-border-color: $custom-control-indicator-checked-bg !default;\n\n$custom-control-indicator-focus-box-shadow: $input-focus-box-shadow !default;\n$custom-control-indicator-focus-border-color: $input-focus-border-color !default;\n\n$custom-control-indicator-active-color: $component-active-color !default;\n$custom-control-indicator-active-bg: lighten($component-active-bg, 35%) !default;\n$custom-control-indicator-active-box-shadow: none !default;\n$custom-control-indicator-active-border-color: $custom-control-indicator-active-bg !default;\n\n$custom-checkbox-indicator-border-radius: $border-radius !default;\n$custom-checkbox-indicator-icon-checked: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$custom-control-indicator-checked-color}' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n\n$custom-checkbox-indicator-indeterminate-bg: $component-active-bg !default;\n$custom-checkbox-indicator-indeterminate-color: $custom-control-indicator-checked-color !default;\n$custom-checkbox-indicator-icon-indeterminate: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='#{$custom-checkbox-indicator-indeterminate-color}' d='M0 2h4'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$custom-checkbox-indicator-indeterminate-box-shadow: none !default;\n$custom-checkbox-indicator-indeterminate-border-color: $custom-checkbox-indicator-indeterminate-bg !default;\n\n$custom-radio-indicator-border-radius: 50% !default;\n$custom-radio-indicator-icon-checked: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='#{$custom-control-indicator-checked-color}'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n\n$custom-switch-width: $custom-control-indicator-size * 1.75 !default;\n$custom-switch-indicator-border-radius: $custom-control-indicator-size / 2 !default;\n$custom-switch-indicator-size: calc(#{$custom-control-indicator-size} - #{$custom-control-indicator-border-width * 4}) !default;\n\n$custom-select-padding-y: $input-padding-y !default;\n$custom-select-padding-x: $input-padding-x !default;\n$custom-select-font-family: $input-font-family !default;\n$custom-select-font-size: $input-font-size !default;\n$custom-select-height: $input-height !default;\n$custom-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator\n$custom-select-font-weight: $input-font-weight !default;\n$custom-select-line-height: $input-line-height !default;\n$custom-select-color: $input-color !default;\n$custom-select-disabled-color: $gray-600 !default;\n$custom-select-bg: $input-bg !default;\n$custom-select-disabled-bg: $gray-200 !default;\n$custom-select-bg-size: 8px 10px !default; // In pixels because image dimensions\n$custom-select-indicator-color: $gray-800 !default;\n$custom-select-indicator: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='#{$custom-select-indicator-color}' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$custom-select-background: $custom-select-indicator no-repeat right $custom-select-padding-x center / $custom-select-bg-size !default; // Used so we can have multiple background elements (e.g., arrow and feedback icon)\n\n$custom-select-feedback-icon-padding-right: calc((1em + #{2 * $custom-select-padding-y}) * 3 / 4 + #{$custom-select-padding-x + $custom-select-indicator-padding}) !default;\n$custom-select-feedback-icon-position: center right ($custom-select-padding-x + $custom-select-indicator-padding) !default;\n$custom-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$custom-select-border-width: $input-border-width !default;\n$custom-select-border-color: $input-border-color !default;\n$custom-select-border-radius: $border-radius !default;\n$custom-select-box-shadow: inset 0 1px 2px rgba($black, .075) !default;\n\n$custom-select-focus-border-color: $input-focus-border-color !default;\n$custom-select-focus-width: $input-focus-width !default;\n$custom-select-focus-box-shadow: 0 0 0 $custom-select-focus-width $input-btn-focus-color !default;\n\n$custom-select-padding-y-sm: $input-padding-y-sm !default;\n$custom-select-padding-x-sm: $input-padding-x-sm !default;\n$custom-select-font-size-sm: $input-font-size-sm !default;\n$custom-select-height-sm: $input-height-sm !default;\n\n$custom-select-padding-y-lg: $input-padding-y-lg !default;\n$custom-select-padding-x-lg: $input-padding-x-lg !default;\n$custom-select-font-size-lg: $input-font-size-lg !default;\n$custom-select-height-lg: $input-height-lg !default;\n\n$custom-range-track-width: 100% !default;\n$custom-range-track-height: .5rem !default;\n$custom-range-track-cursor: pointer !default;\n$custom-range-track-bg: $gray-300 !default;\n$custom-range-track-border-radius: 1rem !default;\n$custom-range-track-box-shadow: inset 0 .25rem .25rem rgba($black, .1) !default;\n\n$custom-range-thumb-width: 1rem !default;\n$custom-range-thumb-height: $custom-range-thumb-width !default;\n$custom-range-thumb-bg: $component-active-bg !default;\n$custom-range-thumb-border: 0 !default;\n$custom-range-thumb-border-radius: 1rem !default;\n$custom-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$custom-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$custom-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in IE/Edge\n$custom-range-thumb-active-bg: lighten($component-active-bg, 35%) !default;\n$custom-range-thumb-disabled-bg: $gray-500 !default;\n\n$custom-file-height: $input-height !default;\n$custom-file-height-inner: $input-height-inner !default;\n$custom-file-focus-border-color: $input-focus-border-color !default;\n$custom-file-focus-box-shadow: $input-focus-box-shadow !default;\n$custom-file-disabled-bg: $input-disabled-bg !default;\n\n$custom-file-padding-y: $input-padding-y !default;\n$custom-file-padding-x: $input-padding-x !default;\n$custom-file-line-height: $input-line-height !default;\n$custom-file-font-family: $input-font-family !default;\n$custom-file-font-weight: $input-font-weight !default;\n$custom-file-color: $input-color !default;\n$custom-file-bg: $input-bg !default;\n$custom-file-border-width: $input-border-width !default;\n$custom-file-border-color: $input-border-color !default;\n$custom-file-border-radius: $input-border-radius !default;\n$custom-file-box-shadow: $input-box-shadow !default;\n$custom-file-button-color: $custom-file-color !default;\n$custom-file-button-bg: $input-group-addon-bg !default;\n$custom-file-text: (\n en: \"Browse\"\n) !default;\n\n\n// Form validation\n\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $small-font-size !default;\n$form-feedback-valid-color: theme-color(\"success\") !default;\n$form-feedback-invalid-color: theme-color(\"danger\") !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$form-feedback-icon-invalid-color}' viewBox='-2 -2 7 7'%3e%3cpath stroke='#{$form-feedback-icon-invalid-color}' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E\"), \"#\", \"%23\") !default;\n\n$form-validation-states: () !default;\n// stylelint-disable-next-line scss/dollar-variable-default\n$form-validation-states: map-merge(\n (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n ),\n ),\n $form-validation-states\n);\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-modal-backdrop: 1040 !default;\n$zindex-modal: 1050 !default;\n$zindex-popover: 1060 !default;\n$zindex-tooltip: 1070 !default;\n\n\n// Navs\n\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n\n$nav-divider-color: $gray-200 !default;\n$nav-divider-margin-y: $spacer / 2 !default;\n\n\n// Navbar\n\n$navbar-padding-y: $spacer / 2 !default;\n$navbar-padding-x: $spacer !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;\n\n$navbar-toggler-padding-y: .25rem !default;\n$navbar-toggler-padding-x: .75rem !default;\n$navbar-toggler-font-size: $font-size-lg !default;\n$navbar-toggler-border-radius: $btn-border-radius !default;\n\n$navbar-dark-color: rgba($white, .5) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-dark-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: rgba($black, .5) !default;\n$navbar-light-hover-color: rgba($black, .7) !default;\n$navbar-light-active-color: rgba($black, .9) !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $navbar-light-active-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: $font-size-base !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: rgba($black, .15) !default;\n$dropdown-border-radius: $border-radius !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: calc(#{$dropdown-border-radius} - #{$dropdown-border-width}) !default;\n$dropdown-divider-bg: $gray-200 !default;\n$dropdown-divider-margin-y: $nav-divider-margin-y !default;\n$dropdown-box-shadow: 0 .5rem 1rem rgba($black, .175) !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: darken($gray-900, 5%) !default;\n$dropdown-link-hover-bg: $gray-100 !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-600 !default;\n\n$dropdown-item-padding-y: .25rem !default;\n$dropdown-item-padding-x: 1.5rem !default;\n\n$dropdown-header-color: $gray-600 !default;\n\n\n// Pagination\n\n$pagination-padding-y: .5rem !default;\n$pagination-padding-x: .75rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n$pagination-line-height: 1.25 !default;\n\n$pagination-color: $link-color !default;\n$pagination-bg: $white !default;\n$pagination-border-width: $border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n\n// Jumbotron\n\n$jumbotron-padding: 2rem !default;\n$jumbotron-color: null !default;\n$jumbotron-bg: $gray-200 !default;\n\n\n// Cards\n\n$card-spacer-y: .75rem !default;\n$card-spacer-x: 1.25rem !default;\n$card-border-width: $border-width !default;\n$card-border-radius: $border-radius !default;\n$card-border-color: rgba($black, .125) !default;\n$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n\n$card-img-overlay-padding: 1.25rem !default;\n\n$card-group-margin: $grid-gutter-width / 2 !default;\n$card-deck-margin: $card-group-margin !default;\n\n$card-columns-count: 3 !default;\n$card-columns-gap: 1.25rem !default;\n$card-columns-margin: $card-spacer-y !default;\n\n\n// Tooltips\n\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: .25rem !default;\n$tooltip-padding-x: .5rem !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n\n// Form tooltips must come after regular tooltips\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: $line-height-base !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n\n\n// Popovers\n\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: rgba($black, .2) !default;\n$popover-border-radius: $border-radius-lg !default;\n$popover-box-shadow: 0 .25rem .5rem rgba($black, .2) !default;\n\n$popover-header-bg: darken($popover-bg, 3%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: .75rem !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $popover-header-padding-y !default;\n$popover-body-padding-x: $popover-header-padding-x !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n\n\n// Toasts\n\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .25rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba(0, 0, 0, .1) !default;\n$toast-border-radius: .25rem !default;\n$toast-box-shadow: 0 .25rem .75rem rgba($black, .1) !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba(0, 0, 0, .05) !default;\n\n\n// Badges\n\n$badge-font-size: 75% !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-padding-y: .25em !default;\n$badge-padding-x: .4em !default;\n$badge-border-radius: $border-radius !default;\n\n$badge-transition: $btn-transition !default;\n$badge-focus-width: $input-btn-focus-width !default;\n\n$badge-pill-padding-x: .6em !default;\n// Use a higher than normal value to ensure completely rounded edges when\n// customizing padding or font-size on labels.\n$badge-pill-border-radius: 10rem !default;\n\n\n// Modals\n\n// Padding applied to the modal body\n$modal-inner-padding: 1rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: $border-width !default;\n$modal-content-border-radius: $border-radius-lg !default;\n$modal-content-box-shadow-xs: 0 .25rem .5rem rgba($black, .5) !default;\n$modal-content-box-shadow-sm-up: 0 .5rem 1rem rgba($black, .5) !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: 1rem !default;\n$modal-header-padding-x: 1rem !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-xl: 1140px !default;\n$modal-lg: 800px !default;\n$modal-md: 500px !default;\n$modal-sm: 300px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n$alert-padding-y: .75rem !default;\n$alert-padding-x: 1.25rem !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: $border-radius !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n\n$alert-bg-level: -10 !default;\n$alert-border-level: -9 !default;\n$alert-color-level: 6 !default;\n\n\n// Progress bars\n\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: theme-color(\"primary\") !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n\n\n// List group\n\n$list-group-color: null !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: .75rem !default;\n$list-group-item-padding-x: 1.25rem !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n\n\n// Image thumbnails\n\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: 0 1px 2px rgba($black, .075) !default;\n\n\n// Figures\n\n$figure-caption-font-size: 90% !default;\n$figure-caption-color: $gray-600 !default;\n\n\n// Breadcrumbs\n\n$breadcrumb-padding-y: .75rem !default;\n$breadcrumb-padding-x: 1rem !default;\n$breadcrumb-item-padding: .5rem !default;\n\n$breadcrumb-margin-bottom: 1rem !default;\n\n$breadcrumb-bg: $gray-200 !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n\n$breadcrumb-border-radius: $border-radius !default;\n\n\n// Carousel\n\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n\n$carousel-control-icon-width: 20px !default;\n\n$carousel-control-prev-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n$carousel-control-next-icon-bg: str-replace(url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$carousel-control-color}' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e\"), \"#\", \"%23\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n\n// Spinners\n\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-border-width: .25em !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n\n\n// Close\n\n$close-font-size: $font-size-base * 1.5 !default;\n$close-font-weight: $font-weight-bold !default;\n$close-color: $black !default;\n$close-text-shadow: 0 1px 0 $white !default;\n\n\n// Code\n\n$code-font-size: 87.5% !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: $gray-900 !default;\n$pre-scrollable-max-height: 340px !default;\n\n\n// Utilities\n\n$displays: none, inline, inline-block, block, table, table-row, table-cell, flex, inline-flex !default;\n$overflows: auto, hidden !default;\n$positions: static, relative, absolute, fixed, sticky !default;\n\n\n// Printing\n\n$print-page-size: a3 !default;\n$print-body-min-width: map-get($grid-breakpoints, \"lg\") !default;\n","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated font-resizing\n//\n// See https://github.com/twbs/rfs\n\n// Configuration\n\n// Base font size\n$rfs-base-font-size: 1.25rem !default;\n$rfs-font-size-unit: rem !default;\n\n// Breakpoint at where font-size starts decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n// Resize font-size based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != \"number\" or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-responsive-font-sizes to false\n$enable-responsive-font-sizes: true !default;\n\n// Cache $rfs-base-font-size unit\n$rfs-base-font-size-unit: unit($rfs-base-font-size);\n\n// Remove px-unit from $rfs-base-font-size for calculations\n@if $rfs-base-font-size-unit == \"px\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1);\n}\n@else if $rfs-base-font-size-unit == \"rem\" {\n $rfs-base-font-size: $rfs-base-font-size / ($rfs-base-font-size * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == \"px\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == \"rem\" or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Responsive font-size mixin\n@mixin rfs($fs, $important: false) {\n // Cache $fs unit\n $fs-unit: if(type-of($fs) == \"number\", unit($fs), false);\n\n // Add !important suffix if needed\n $rfs-suffix: if($important, \" !important\", \"\");\n\n // If $fs isn't a number (like inherit) or $fs has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $fs-unit or $fs-unit != \"\" and $fs-unit != \"px\" and $fs-unit != \"rem\" or $fs == 0 {\n font-size: #{$fs}#{$rfs-suffix};\n }\n @else {\n // Variables for storing static and fluid rescaling\n $rfs-static: null;\n $rfs-fluid: null;\n\n // Remove px-unit from $fs for calculations\n @if $fs-unit == \"px\" {\n $fs: $fs / ($fs * 0 + 1);\n }\n @else if $fs-unit == \"rem\" {\n $fs: $fs / ($fs * 0 + 1 / $rfs-rem-value);\n }\n\n // Set default font-size\n @if $rfs-font-size-unit == rem {\n $rfs-static: #{$fs / $rfs-rem-value}rem#{$rfs-suffix};\n }\n @else if $rfs-font-size-unit == px {\n $rfs-static: #{$fs}px#{$rfs-suffix};\n }\n @else {\n @error \"`#{$rfs-font-size-unit}` is not a valid unit for $rfs-font-size-unit. Use `px` or `rem`.\";\n }\n\n // Only add media query if font-size is bigger as the minimum font-size\n // If $rfs-factor == 1, no rescaling will take place\n @if $fs > $rfs-base-font-size and $enable-responsive-font-sizes {\n $min-width: null;\n $variable-unit: null;\n\n // Calculate minimum font-size for given font-size\n $fs-min: $rfs-base-font-size + ($fs - $rfs-base-font-size) / $rfs-factor;\n\n // Calculate difference between given font-size and minimum font-size for given font-size\n $fs-diff: $fs - $fs-min;\n\n // Base font-size formatting\n // No need to check if the unit is valid, because we did that before\n $min-width: if($rfs-font-size-unit == rem, #{$fs-min / $rfs-rem-value}rem, #{$fs-min}px);\n\n // If two-dimensional, use smallest of screen width and height\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$fs-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Set the calculated font-size.\n $rfs-fluid: calc(#{$min-width} + #{$variable-width}) #{$rfs-suffix};\n }\n\n // Rendering\n @if $rfs-fluid == null {\n // Only render static font-size if no fluid font-size is available\n font-size: $rfs-static;\n }\n @else {\n $mq-value: null;\n\n // RFS breakpoint formatting\n @if $rfs-breakpoint-unit == em or $rfs-breakpoint-unit == rem {\n $mq-value: #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit};\n }\n @else if $rfs-breakpoint-unit == px {\n $mq-value: #{$rfs-breakpoint}px;\n }\n @else {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n }\n\n @if $rfs-class == \"disable\" {\n // Adding an extra class increases specificity,\n // which prevents the media query to override the font size\n &,\n .disable-responsive-font-size &,\n &.disable-responsive-font-size {\n font-size: $rfs-static;\n }\n }\n @else {\n font-size: $rfs-static;\n }\n\n @if $rfs-two-dimensional {\n @media (max-width: #{$mq-value}), (max-height: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n @else {\n @media (max-width: #{$mq-value}) {\n @if $rfs-class == \"enable\" {\n .enable-responsive-font-size &,\n &.enable-responsive-font-size {\n font-size: $rfs-fluid;\n }\n }\n @else {\n font-size: $rfs-fluid;\n }\n\n @if $rfs-safari-iframe-resize-bug-fix {\n // stylelint-disable-next-line length-zero-no-unit\n min-width: 0vw;\n }\n }\n }\n }\n }\n}\n\n// The font-size & responsive-font-size mixin uses RFS to rescale font sizes\n@mixin font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n\n@mixin responsive-font-size($fs, $important: false) {\n @include rfs($fs, $important);\n}\n","// Hover mixin and `$enable-hover-media-query` are deprecated.\n//\n// Originally added during our alphas and maintained during betas, this mixin was\n// designed to prevent `:hover` stickiness on iOS-an issue where hover styles\n// would persist after initial touch.\n//\n// For backward compatibility, we've kept these mixins and updated them to\n// always return their regular pseudo-classes instead of a shimmed media query.\n//\n// Issue: https://github.com/twbs/bootstrap/issues/25195\n\n@mixin hover {\n &:hover { @content; }\n}\n\n@mixin hover-focus {\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin plain-hover-focus {\n &,\n &:hover,\n &:focus {\n @content;\n }\n}\n\n@mixin hover-focus-active {\n &:hover,\n &:focus,\n &:active {\n @content;\n }\n}\n","// Lists\n\n// Unstyled keeps list items block level, just removes default browser padding and list-style\n@mixin list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n","// Responsive images (ensure images don't scale beyond their parents)\n//\n// This is purposefully opt-in via an explicit class rather than being the default for all ``s.\n// We previously tried the \"images are responsive by default\" approach in Bootstrap v2,\n// and abandoned it in Bootstrap v3 because it breaks lots of third-party widgets (including Google Maps)\n// which weren't expecting the images within themselves to be involuntarily resized.\n// See also https://github.com/twbs/bootstrap/issues/18178\n.img-fluid {\n @include img-fluid;\n}\n\n\n// Image thumbnails\n.img-thumbnail {\n padding: $thumbnail-padding;\n background-color: $thumbnail-bg;\n border: $thumbnail-border-width solid $thumbnail-border-color;\n @include border-radius($thumbnail-border-radius);\n @include box-shadow($thumbnail-box-shadow);\n\n // Keep them at most 100% wide\n @include img-fluid;\n}\n\n//\n// Figures\n//\n\n.figure {\n // Ensures the caption's text aligns with the image.\n display: inline-block;\n}\n\n.figure-img {\n margin-bottom: $spacer / 2;\n line-height: 1;\n}\n\n.figure-caption {\n @include font-size($figure-caption-font-size);\n color: $figure-caption-color;\n}\n","// Image Mixins\n// - Responsive image\n// - Retina image\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n\n@mixin img-fluid {\n // Part 1: Set a maximum relative to the parent\n max-width: 100%;\n // Part 2: Override the height to auto, otherwise images will be stretched\n // when setting a width and height attribute on the img element.\n height: auto;\n}\n\n\n// Retina image\n//\n// Short retina mixin for setting background-image and -size.\n\n@mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) {\n background-image: url($file-1x);\n\n // Autoprefixer takes care of adding -webkit-min-device-pixel-ratio and -o-min-device-pixel-ratio,\n // but doesn't convert dppx=>dpi.\n // There's no such thing as unprefixed min-device-pixel-ratio since it's nonstandard.\n // Compatibility info: https://caniuse.com/#feat=css-media-resolution\n @media only screen and (min-resolution: 192dpi), // IE9-11 don't support dppx\n only screen and (min-resolution: 2dppx) { // Standardized\n background-image: url($file-2x);\n background-size: $width-1x $height-1x;\n }\n @include deprecate(\"`img-retina()`\", \"v4.3.0\", \"v5\");\n}\n","// stylelint-disable property-blacklist\n// Single side border-radius\n\n@mixin border-radius($radius: $border-radius, $fallback-border-radius: false) {\n @if $enable-rounded {\n border-radius: $radius;\n }\n @else if $fallback-border-radius != false {\n border-radius: $fallback-border-radius;\n }\n}\n\n@mixin border-top-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n border-bottom-left-radius: $radius;\n }\n}\n\n@mixin border-top-left-radius($radius) {\n @if $enable-rounded {\n border-top-left-radius: $radius;\n }\n}\n\n@mixin border-top-right-radius($radius) {\n @if $enable-rounded {\n border-top-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-right-radius($radius) {\n @if $enable-rounded {\n border-bottom-right-radius: $radius;\n }\n}\n\n@mixin border-bottom-left-radius($radius) {\n @if $enable-rounded {\n border-bottom-left-radius: $radius;\n }\n}\n","// Inline code\ncode {\n @include font-size($code-font-size);\n color: $code-color;\n word-break: break-word;\n\n // Streamline the style when inside anchors to avoid broken underline and more\n a > & {\n color: inherit;\n }\n}\n\n// User input typically entered via keyboard\nkbd {\n padding: $kbd-padding-y $kbd-padding-x;\n @include font-size($kbd-font-size);\n color: $kbd-color;\n background-color: $kbd-bg;\n @include border-radius($border-radius-sm);\n @include box-shadow($kbd-box-shadow);\n\n kbd {\n padding: 0;\n @include font-size(100%);\n font-weight: $nested-kbd-font-weight;\n @include box-shadow(none);\n }\n}\n\n// Blocks of code\npre {\n display: block;\n @include font-size($code-font-size);\n color: $pre-color;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n @include font-size(inherit);\n color: inherit;\n word-break: normal;\n }\n}\n\n// Enable scrollable blocks of code\n.pre-scrollable {\n max-height: $pre-scrollable-max-height;\n overflow-y: scroll;\n}\n","// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n@if $enable-grid-classes {\n .container {\n @include make-container();\n @include make-container-max-widths();\n }\n}\n\n// Fluid container\n//\n// Utilizes the mixin meant for fixed width containers, but with 100% width for\n// fluid, full width layouts.\n\n@if $enable-grid-classes {\n .container-fluid {\n @include make-container();\n }\n}\n\n// Row\n//\n// Rows contain and clear the floats of your columns.\n\n@if $enable-grid-classes {\n .row {\n @include make-row();\n }\n\n // Remove the negative margin from default .row, then the horizontal padding\n // from all immediate children columns (to prevent runaway style inheritance).\n .no-gutters {\n margin-right: 0;\n margin-left: 0;\n\n > .col,\n > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n }\n }\n}\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n@if $enable-grid-classes {\n @include make-grid-columns();\n}\n","/// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n@mixin make-container($gutter: $grid-gutter-width) {\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n margin-right: auto;\n margin-left: auto;\n}\n\n\n// For each breakpoint, define the maximum width of the container in a media query\n@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {\n @each $breakpoint, $container-max-width in $max-widths {\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n max-width: $container-max-width;\n }\n }\n}\n\n@mixin make-row($gutter: $grid-gutter-width) {\n display: flex;\n flex-wrap: wrap;\n margin-right: -$gutter / 2;\n margin-left: -$gutter / 2;\n}\n\n@mixin make-col-ready($gutter: $grid-gutter-width) {\n position: relative;\n // Prevent columns from becoming too narrow when at smaller grid tiers by\n // always setting `width: 100%;`. This works because we use `flex` values\n // later on to override this initial width.\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n}\n\n@mixin make-col($size, $columns: $grid-columns) {\n flex: 0 0 percentage($size / $columns);\n // Add a `max-width` to ensure content within each column does not blow out\n // the width of the column. Applies to IE10+ and Firefox. Chrome and Safari\n // do not appear to require this.\n max-width: percentage($size / $columns);\n}\n\n@mixin make-col-offset($size, $columns: $grid-columns) {\n $num: $size / $columns;\n margin-left: if($num == 0, 0, percentage($num));\n}\n","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @return if($n != null and $n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width. Null for the largest (last) breakpoint.\n// The maximum value is calculated as the minimum of the next one less 0.02px\n// to work around the limitations of `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $next: breakpoint-next($name, $breakpoints);\n @return if($next, breakpoint-min($next, $breakpoints) - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $max: breakpoint-max($name, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($name, $breakpoints) {\n @content;\n }\n }\n}\n","// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `$grid-columns`.\n\n@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {\n // Common properties for all breakpoints\n %grid-column {\n position: relative;\n width: 100%;\n padding-right: $gutter / 2;\n padding-left: $gutter / 2;\n }\n\n @each $breakpoint in map-keys($breakpoints) {\n $infix: breakpoint-infix($breakpoint, $breakpoints);\n\n // Allow columns to stretch full width below their breakpoints\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @extend %grid-column;\n }\n }\n .col#{$infix},\n .col#{$infix}-auto {\n @extend %grid-column;\n }\n\n @include media-breakpoint-up($breakpoint, $breakpoints) {\n // Provide basic `.col-{bp}` classes for equal-width flexbox columns\n .col#{$infix} {\n flex-basis: 0;\n flex-grow: 1;\n max-width: 100%;\n }\n .col#{$infix}-auto {\n flex: 0 0 auto;\n width: auto;\n max-width: 100%; // Reset earlier grid tiers\n }\n\n @for $i from 1 through $columns {\n .col#{$infix}-#{$i} {\n @include make-col($i, $columns);\n }\n }\n\n .order#{$infix}-first { order: -1; }\n\n .order#{$infix}-last { order: $columns + 1; }\n\n @for $i from 0 through $columns {\n .order#{$infix}-#{$i} { order: $i; }\n }\n\n // `$columns - 1` because offsetting by the width of an entire row isn't possible\n @for $i from 0 through ($columns - 1) {\n @if not ($infix == \"\" and $i == 0) { // Avoid emitting useless .offset-0\n .offset#{$infix}-#{$i} {\n @include make-col-offset($i, $columns);\n }\n }\n }\n }\n }\n}\n","//\n// Basic Bootstrap table\n//\n\n.table {\n width: 100%;\n margin-bottom: $spacer;\n color: $table-color;\n background-color: $table-bg; // Reset for nesting within parents with `background-color`.\n\n th,\n td {\n padding: $table-cell-padding;\n vertical-align: top;\n border-top: $table-border-width solid $table-border-color;\n }\n\n thead th {\n vertical-align: bottom;\n border-bottom: (2 * $table-border-width) solid $table-border-color;\n }\n\n tbody + tbody {\n border-top: (2 * $table-border-width) solid $table-border-color;\n }\n}\n\n\n//\n// Condensed table w/ half padding\n//\n\n.table-sm {\n th,\n td {\n padding: $table-cell-padding-sm;\n }\n}\n\n\n// Border versions\n//\n// Add or remove borders all around the table and between all the columns.\n\n.table-bordered {\n border: $table-border-width solid $table-border-color;\n\n th,\n td {\n border: $table-border-width solid $table-border-color;\n }\n\n thead {\n th,\n td {\n border-bottom-width: 2 * $table-border-width;\n }\n }\n}\n\n.table-borderless {\n th,\n td,\n thead th,\n tbody + tbody {\n border: 0;\n }\n}\n\n// Zebra-striping\n//\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\n\n.table-striped {\n tbody tr:nth-of-type(#{$table-striped-order}) {\n background-color: $table-accent-bg;\n }\n}\n\n\n// Hover effect\n//\n// Placed here since it has to come after the potential zebra striping\n\n.table-hover {\n tbody tr {\n @include hover {\n color: $table-hover-color;\n background-color: $table-hover-bg;\n }\n }\n}\n\n\n// Table backgrounds\n//\n// Exact selectors below required to override `.table-striped` and prevent\n// inheritance to nested tables.\n\n@each $color, $value in $theme-colors {\n @include table-row-variant($color, theme-color-level($color, $table-bg-level), theme-color-level($color, $table-border-level));\n}\n\n@include table-row-variant(active, $table-active-bg);\n\n\n// Dark styles\n//\n// Same table markup, but inverted color scheme: dark background and light text.\n\n// stylelint-disable-next-line no-duplicate-selectors\n.table {\n .thead-dark {\n th {\n color: $table-dark-color;\n background-color: $table-dark-bg;\n border-color: $table-dark-border-color;\n }\n }\n\n .thead-light {\n th {\n color: $table-head-color;\n background-color: $table-head-bg;\n border-color: $table-border-color;\n }\n }\n}\n\n.table-dark {\n color: $table-dark-color;\n background-color: $table-dark-bg;\n\n th,\n td,\n thead th {\n border-color: $table-dark-border-color;\n }\n\n &.table-bordered {\n border: 0;\n }\n\n &.table-striped {\n tbody tr:nth-of-type(odd) {\n background-color: $table-dark-accent-bg;\n }\n }\n\n &.table-hover {\n tbody tr {\n @include hover {\n color: $table-dark-hover-color;\n background-color: $table-dark-hover-bg;\n }\n }\n }\n}\n\n\n// Responsive tables\n//\n// Generate series of `.table-responsive-*` classes for configuring the screen\n// size of where your table will overflow.\n\n.table-responsive {\n @each $breakpoint in map-keys($grid-breakpoints) {\n $next: breakpoint-next($breakpoint, $grid-breakpoints);\n $infix: breakpoint-infix($next, $grid-breakpoints);\n\n &#{$infix} {\n @include media-breakpoint-down($breakpoint) {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n\n // Prevent double border on horizontal scroll due to use of `display: block;`\n > .table-bordered {\n border: 0;\n }\n }\n }\n }\n}\n","// Tables\n\n@mixin table-row-variant($state, $background, $border: null) {\n // Exact selectors below required to override `.table-striped` and prevent\n // inheritance to nested tables.\n .table-#{$state} {\n &,\n > th,\n > td {\n background-color: $background;\n }\n\n @if $border != null {\n th,\n td,\n thead th,\n tbody + tbody {\n border-color: $border;\n }\n }\n }\n\n // Hover states for `.table-hover`\n // Note: this is not available for cells or rows within `thead` or `tfoot`.\n .table-hover {\n $hover-background: darken($background, 5%);\n\n .table-#{$state} {\n @include hover {\n background-color: $hover-background;\n\n > td,\n > th {\n background-color: $hover-background;\n }\n }\n }\n }\n}\n","// stylelint-disable selector-no-qualifying-type\n\n//\n// Textual form controls\n//\n\n.form-control {\n display: block;\n width: 100%;\n height: $input-height;\n padding: $input-padding-y $input-padding-x;\n font-family: $input-font-family;\n @include font-size($input-font-size);\n font-weight: $input-font-weight;\n line-height: $input-line-height;\n color: $input-color;\n background-color: $input-bg;\n background-clip: padding-box;\n border: $input-border-width solid $input-border-color;\n\n // Note: This has no effect on `s in CSS.\n @include border-radius($input-border-radius, 0);\n\n @include box-shadow($input-box-shadow);\n @include transition($input-transition);\n\n // Unstyle the caret on ` receives focus\n // in IE and (under certain conditions) Edge, as it looks bad and cannot be made to\n // match the appearance of the native widget.\n // See https://github.com/twbs/bootstrap/issues/19398.\n color: $input-color;\n background-color: $input-bg;\n }\n}\n\n// Make file inputs better match text inputs by forcing them to new lines.\n.form-control-file,\n.form-control-range {\n display: block;\n width: 100%;\n}\n\n\n//\n// Labels\n//\n\n// For use with horizontal and inline forms, when you need the label (or legend)\n// text to align with the form controls.\n.col-form-label {\n padding-top: calc(#{$input-padding-y} + #{$input-border-width});\n padding-bottom: calc(#{$input-padding-y} + #{$input-border-width});\n margin-bottom: 0; // Override the `