jekyll-theme-type-on-strap 6.0.0 → 7.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +97 -36
- data/_data/language.yml +13 -0
- data/_includes/blog.html +14 -8
- data/_includes/blog_nav.html +12 -10
- data/_includes/disqus.html +1 -1
- data/_includes/head.html +19 -33
- data/_includes/icons.html +55 -55
- data/_includes/navbar.html +16 -32
- data/_includes/post_info.html +13 -0
- data/_includes/post_nav.html +17 -16
- data/_includes/share_buttons.html +19 -26
- data/_layouts/feed.xml +9 -3
- data/_layouts/post.html +24 -9
- data/_sass/base/_global.scss +127 -110
- data/_sass/base/_utility.scss +60 -45
- data/_sass/base/_variables.scss +30 -26
- data/_sass/external/_font-awesome.scss +17 -0
- data/_sass/external/_katex.scss +1010 -0
- data/_sass/external/_pacifico.scss +17 -0
- data/{assets/css/vendor/google_fonts.css → _sass/external/_source-sans-pro.scss} +15 -5
- data/_sass/external/_syntax.scss +85 -83
- data/_sass/external/font-awesome/_animated.scss +34 -0
- data/_sass/external/font-awesome/_bordered-pulled.scss +25 -0
- data/_sass/external/font-awesome/_core.scss +12 -0
- data/_sass/external/font-awesome/_fixed-width.scss +6 -0
- data/_sass/external/font-awesome/_icons.scss +789 -0
- data/_sass/external/font-awesome/_larger.scss +13 -0
- data/_sass/external/font-awesome/_list.scss +19 -0
- data/_sass/external/font-awesome/_mixins.scss +60 -0
- data/_sass/external/font-awesome/_path.scss +16 -0
- data/_sass/external/font-awesome/_rotated-flipped.scss +20 -0
- data/_sass/external/font-awesome/_screen-reader.scss +5 -0
- data/_sass/external/font-awesome/_stacked.scss +20 -0
- data/_sass/external/font-awesome/_variables.scss +800 -0
- data/_sass/external/font-awesome/font-awesome.scss +17 -0
- data/_sass/includes/_blog_nav.scss +36 -38
- data/_sass/includes/_footer.scss +19 -16
- data/_sass/includes/_grid.scss +22 -22
- data/_sass/includes/_navbar.scss +117 -128
- data/_sass/includes/_portfolio.scss +40 -39
- data/_sass/includes/_post_nav.scss +28 -23
- data/_sass/includes/_share_buttons.scss +26 -25
- data/_sass/layouts/_blog.scss +103 -0
- data/_sass/layouts/_page.scss +5 -4
- data/_sass/layouts/_posts.scss +102 -96
- data/_sass/layouts/_search.scss +45 -44
- data/_sass/layouts/_tags.scss +43 -34
- data/_sass/type-on-strap.scss +6 -6
- data/assets/css/main.scss +1 -1
- data/assets/css/vendor/bootstrap-iso.css +1387 -468
- data/assets/css/vendor/bootstrap-iso.min.css +5 -5
- data/assets/css/vendor/bootstrap.css +1457 -450
- data/assets/data/search.json +25 -27
- data/assets/fonts/Pacifico/Pacifico.eot +0 -0
- data/assets/fonts/Pacifico/Pacifico.svg +10833 -0
- data/assets/fonts/Pacifico/Pacifico.ttf +0 -0
- data/assets/fonts/Pacifico/Pacifico.woff +0 -0
- data/assets/fonts/Pacifico/Pacifico.woff2 +0 -0
- data/assets/fonts/Pacifico/original-pacifico-regular.ttf +0 -0
- data/assets/fonts/fontawesome/FontAwesome.otf +0 -0
- data/assets/fonts/fontawesome/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome/fontawesome-webfont.svg +2671 -0
- data/assets/fonts/fontawesome/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/{fontawesome-webfont.woff → fontawesome/fontawesome-webfont.woff} +0 -0
- data/assets/fonts/{fontawesome-webfont.woff2 → fontawesome/fontawesome-webfont.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_AMS-Regular.eot +0 -0
- data/assets/fonts/katex/KaTeX_AMS-Regular.ttf +0 -0
- data/assets/fonts/{KaTeX_AMS-Regular.woff → katex/KaTeX_AMS-Regular.woff} +0 -0
- data/assets/fonts/{KaTeX_AMS-Regular.woff2 → katex/KaTeX_AMS-Regular.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Caligraphic-Bold.eot +0 -0
- data/assets/fonts/katex/KaTeX_Caligraphic-Bold.ttf +0 -0
- data/assets/fonts/{KaTeX_Caligraphic-Bold.woff → katex/KaTeX_Caligraphic-Bold.woff} +0 -0
- data/assets/fonts/{KaTeX_Caligraphic-Bold.woff2 → katex/KaTeX_Caligraphic-Bold.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Caligraphic-Regular.eot +0 -0
- data/assets/fonts/katex/KaTeX_Caligraphic-Regular.ttf +0 -0
- data/assets/fonts/{KaTeX_Caligraphic-Regular.woff → katex/KaTeX_Caligraphic-Regular.woff} +0 -0
- data/assets/fonts/{KaTeX_Caligraphic-Regular.woff2 → katex/KaTeX_Caligraphic-Regular.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Fraktur-Bold.eot +0 -0
- data/assets/fonts/katex/KaTeX_Fraktur-Bold.ttf +0 -0
- data/assets/fonts/{KaTeX_Fraktur-Bold.woff → katex/KaTeX_Fraktur-Bold.woff} +0 -0
- data/assets/fonts/{KaTeX_Fraktur-Bold.woff2 → katex/KaTeX_Fraktur-Bold.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Fraktur-Regular.eot +0 -0
- data/assets/fonts/katex/KaTeX_Fraktur-Regular.ttf +0 -0
- data/assets/fonts/{KaTeX_Fraktur-Regular.woff → katex/KaTeX_Fraktur-Regular.woff} +0 -0
- data/assets/fonts/{KaTeX_Fraktur-Regular.woff2 → katex/KaTeX_Fraktur-Regular.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Main-Bold.eot +0 -0
- data/assets/fonts/katex/KaTeX_Main-Bold.ttf +0 -0
- data/assets/fonts/{KaTeX_Main-Bold.woff → katex/KaTeX_Main-Bold.woff} +0 -0
- data/assets/fonts/{KaTeX_Main-Bold.woff2 → katex/KaTeX_Main-Bold.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Main-Italic.eot +0 -0
- data/assets/fonts/katex/KaTeX_Main-Italic.ttf +0 -0
- data/assets/fonts/{KaTeX_Main-Italic.woff → katex/KaTeX_Main-Italic.woff} +0 -0
- data/assets/fonts/{KaTeX_Main-Italic.woff2 → katex/KaTeX_Main-Italic.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Main-Regular.eot +0 -0
- data/assets/fonts/katex/KaTeX_Main-Regular.ttf +0 -0
- data/assets/fonts/{KaTeX_Main-Regular.woff → katex/KaTeX_Main-Regular.woff} +0 -0
- data/assets/fonts/{KaTeX_Main-Regular.woff2 → katex/KaTeX_Main-Regular.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Math-BoldItalic.eot +0 -0
- data/assets/fonts/katex/KaTeX_Math-BoldItalic.ttf +0 -0
- data/assets/fonts/{KaTeX_Math-BoldItalic.woff → katex/KaTeX_Math-BoldItalic.woff} +0 -0
- data/assets/fonts/{KaTeX_Math-BoldItalic.woff2 → katex/KaTeX_Math-BoldItalic.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Math-Italic.eot +0 -0
- data/assets/fonts/katex/KaTeX_Math-Italic.ttf +0 -0
- data/assets/fonts/{KaTeX_Math-Italic.woff → katex/KaTeX_Math-Italic.woff} +0 -0
- data/assets/fonts/{KaTeX_Math-Italic.woff2 → katex/KaTeX_Math-Italic.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Math-Regular.eot +0 -0
- data/assets/fonts/katex/KaTeX_Math-Regular.ttf +0 -0
- data/assets/fonts/{KaTeX_Math-Regular.woff → katex/KaTeX_Math-Regular.woff} +0 -0
- data/assets/fonts/{KaTeX_Math-Regular.woff2 → katex/KaTeX_Math-Regular.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_SansSerif-Bold.eot +0 -0
- data/assets/fonts/katex/KaTeX_SansSerif-Bold.ttf +0 -0
- data/assets/fonts/{KaTeX_SansSerif-Bold.woff → katex/KaTeX_SansSerif-Bold.woff} +0 -0
- data/assets/fonts/{KaTeX_SansSerif-Bold.woff2 → katex/KaTeX_SansSerif-Bold.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_SansSerif-Italic.eot +0 -0
- data/assets/fonts/katex/KaTeX_SansSerif-Italic.ttf +0 -0
- data/assets/fonts/{KaTeX_SansSerif-Italic.woff → katex/KaTeX_SansSerif-Italic.woff} +0 -0
- data/assets/fonts/{KaTeX_SansSerif-Italic.woff2 → katex/KaTeX_SansSerif-Italic.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_SansSerif-Regular.eot +0 -0
- data/assets/fonts/katex/KaTeX_SansSerif-Regular.ttf +0 -0
- data/assets/fonts/{KaTeX_SansSerif-Regular.woff → katex/KaTeX_SansSerif-Regular.woff} +0 -0
- data/assets/fonts/{KaTeX_SansSerif-Regular.woff2 → katex/KaTeX_SansSerif-Regular.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Script-Regular.eot +0 -0
- data/assets/fonts/katex/KaTeX_Script-Regular.ttf +0 -0
- data/assets/fonts/{KaTeX_Script-Regular.woff → katex/KaTeX_Script-Regular.woff} +0 -0
- data/assets/fonts/{KaTeX_Script-Regular.woff2 → katex/KaTeX_Script-Regular.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Size1-Regular.eot +0 -0
- data/assets/fonts/katex/KaTeX_Size1-Regular.ttf +0 -0
- data/assets/fonts/{KaTeX_Size1-Regular.woff → katex/KaTeX_Size1-Regular.woff} +0 -0
- data/assets/fonts/{KaTeX_Size1-Regular.woff2 → katex/KaTeX_Size1-Regular.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Size2-Regular.eot +0 -0
- data/assets/fonts/katex/KaTeX_Size2-Regular.ttf +0 -0
- data/assets/fonts/{KaTeX_Size2-Regular.woff → katex/KaTeX_Size2-Regular.woff} +0 -0
- data/assets/fonts/{KaTeX_Size2-Regular.woff2 → katex/KaTeX_Size2-Regular.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Size3-Regular.eot +0 -0
- data/assets/fonts/katex/KaTeX_Size3-Regular.ttf +0 -0
- data/assets/fonts/{KaTeX_Size3-Regular.woff → katex/KaTeX_Size3-Regular.woff} +0 -0
- data/assets/fonts/{KaTeX_Size3-Regular.woff2 → katex/KaTeX_Size3-Regular.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Size4-Regular.eot +0 -0
- data/assets/fonts/katex/KaTeX_Size4-Regular.ttf +0 -0
- data/assets/fonts/{KaTeX_Size4-Regular.woff → katex/KaTeX_Size4-Regular.woff} +0 -0
- data/assets/fonts/{KaTeX_Size4-Regular.woff2 → katex/KaTeX_Size4-Regular.woff2} +0 -0
- data/assets/fonts/katex/KaTeX_Typewriter-Regular.eot +0 -0
- data/assets/fonts/katex/KaTeX_Typewriter-Regular.ttf +0 -0
- data/assets/fonts/{KaTeX_Typewriter-Regular.woff → katex/KaTeX_Typewriter-Regular.woff} +0 -0
- data/assets/fonts/{KaTeX_Typewriter-Regular.woff2 → katex/KaTeX_Typewriter-Regular.woff2} +0 -0
- data/assets/fonts/{source-sans-pro-bold-italic.woff2 → source-sans-pro/source-sans-pro-bold-italic.woff2} +0 -0
- data/assets/fonts/{source-sans-pro-bold.woff2 → source-sans-pro/source-sans-pro-bold.woff2} +0 -0
- data/assets/fonts/{source-sans-pro-italic.woff2 → source-sans-pro/source-sans-pro-italic.woff2} +0 -0
- data/assets/fonts/{source-sans-pro-regular.woff2 → source-sans-pro/source-sans-pro-regular.woff2} +0 -0
- data/assets/js/partials/katex_init.js +20 -20
- data/assets/js/partials/masonry_init.js +17 -17
- data/assets/js/partials/navbar.js +18 -18
- data/assets/js/vendor/imagesloaded.min.js +7 -1
- data/assets/js/vendor/katex.min.js +1 -6
- data/assets/js/vendor/masonry.pkgd.min.js +2 -2
- metadata +137 -78
- data/_sass/layouts/_index.scss +0 -103
- data/assets/css/vendor/font-awesome.min.css +0 -4
- data/assets/css/vendor/google_fonts.min.css +0 -1
- data/assets/css/vendor/katex.min.css +0 -1
- data/assets/fonts/.DS_Store +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
.bootstrap-iso
|
2
|
-
* Bootstrap v4.1
|
3
|
-
* Copyright 2011-
|
4
|
-
* Copyright 2011-
|
1
|
+
.bootstrap-iso{/*!
|
2
|
+
* Bootstrap v4.3.1 (https://getbootstrap.com/)
|
3
|
+
* Copyright 2011-2019 The Bootstrap Authors
|
4
|
+
* Copyright 2011-2019 Twitter, Inc.
|
5
5
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
6
|
-
*/}.bootstrap-iso :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,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}.bootstrap-iso *,.bootstrap-iso ::after,.bootstrap-iso ::before{box-sizing:border-box}.not-used.bootstrap-iso html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}.bootstrap-iso article,.bootstrap-iso aside,.bootstrap-iso figcaption,.bootstrap-iso figure,.bootstrap-iso footer,.bootstrap-iso header,.bootstrap-iso hgroup,.bootstrap-iso main,.bootstrap-iso nav,.bootstrap-iso section{display:block}.not-used.bootstrap-iso body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,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}.bootstrap-iso .text-monospace,.bootstrap-iso code,.bootstrap-iso kbd,.bootstrap-iso pre,.bootstrap-iso samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.bootstrap-iso [tabindex="-1"]:focus{outline:0!important}.bootstrap-iso hr{box-sizing:content-box;height:0;overflow:visible}.bootstrap-iso h1,.bootstrap-iso h2,.bootstrap-iso h3,.bootstrap-iso h4,.bootstrap-iso h5,.bootstrap-iso h6{margin-top:0;margin-bottom:.5rem}.bootstrap-iso abbr[data-original-title],.bootstrap-iso abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}.bootstrap-iso .btn:not(:disabled):not(.disabled),.bootstrap-iso .close:not(:disabled):not(.disabled),.bootstrap-iso .navbar-toggler:not(:disabled):not(.disabled),.bootstrap-iso .page-link:not(:disabled):not(.disabled),.bootstrap-iso summary{cursor:pointer}.bootstrap-iso address{margin-bottom:1rem;font-style:normal;line-height:inherit}.bootstrap-iso ol ol,.bootstrap-iso ol ul,.bootstrap-iso ul ol,.bootstrap-iso ul ul{margin-bottom:0}.bootstrap-iso dt{font-weight:700}.bootstrap-iso dd{margin-bottom:.5rem;margin-left:0}.bootstrap-iso blockquote{margin:0 0 1rem}.bootstrap-iso dfn{font-style:italic}.bootstrap-iso b,.bootstrap-iso strong{font-weight:bolder}.bootstrap-iso small{font-size:80%}.bootstrap-iso sub,.bootstrap-iso sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.bootstrap-iso sub{bottom:-.25em}.bootstrap-iso sup{top:-.5em}.bootstrap-iso a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}.bootstrap-iso a:hover{color:#0056b3;text-decoration:underline}.bootstrap-iso a:not([href]):not([tabindex]),.bootstrap-iso a:not([href]):not([tabindex]):focus,.bootstrap-iso a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}.bootstrap-iso a:not([href]):not([tabindex]):focus{outline:0}.bootstrap-iso code,.bootstrap-iso kbd,.bootstrap-iso pre,.bootstrap-iso samp{font-size:1em}.bootstrap-iso pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}.bootstrap-iso figure{margin:0 0 1rem}.bootstrap-iso img{vertical-align:middle;border-style:none}.bootstrap-iso svg{overflow:hidden;vertical-align:middle}.bootstrap-iso .badge,.bootstrap-iso progress{vertical-align:baseline}.bootstrap-iso table{border-collapse:collapse}.bootstrap-iso caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}.bootstrap-iso th{text-align:inherit}.bootstrap-iso label{display:inline-block;margin-bottom:.5rem}.bootstrap-iso button{border-radius:0}.bootstrap-iso button:focus{outline:dotted 1px;outline:-webkit-focus-ring-color auto 5px}.bootstrap-iso button,.bootstrap-iso input,.bootstrap-iso optgroup,.bootstrap-iso select,.bootstrap-iso textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap-iso button,.bootstrap-iso input{overflow:visible}.bootstrap-iso button,.bootstrap-iso select{text-transform:none}.bootstrap-iso [type=reset],.bootstrap-iso [type=submit],.bootstrap-iso button,.not-used.bootstrap-iso html [type=button]{-webkit-appearance:button}.bootstrap-iso [type=reset]::-moz-focus-inner,.bootstrap-iso [type=submit]::-moz-focus-inner,.bootstrap-iso [type=button]::-moz-focus-inner,.bootstrap-iso button::-moz-focus-inner{padding:0;border-style:none}.bootstrap-iso input[type=radio],.bootstrap-iso input[type=checkbox]{box-sizing:border-box;padding:0}.bootstrap-iso input[type=date],.bootstrap-iso input[type=time],.bootstrap-iso input[type=datetime-local],.bootstrap-iso input[type=month]{-webkit-appearance:listbox}.bootstrap-iso textarea{overflow:auto;resize:vertical}.bootstrap-iso fieldset{min-width:0;padding:0;margin:0;border:0}.bootstrap-iso 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}.bootstrap-iso [type=number]::-webkit-inner-spin-button,.bootstrap-iso [type=number]::-webkit-outer-spin-button{height:auto}.bootstrap-iso [type=search]{outline-offset:-2px;-webkit-appearance:none}.bootstrap-iso [type=search]::-webkit-search-cancel-button,.bootstrap-iso [type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap-iso ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.bootstrap-iso output{display:inline-block}.bootstrap-iso summary{display:list-item}.bootstrap-iso template{display:none}.bootstrap-iso [hidden]{display:none!important}.bootstrap-iso .h1,.bootstrap-iso .h2,.bootstrap-iso .h3,.bootstrap-iso .h4,.bootstrap-iso .h5,.bootstrap-iso .h6,.bootstrap-iso h1,.bootstrap-iso h2,.bootstrap-iso h3,.bootstrap-iso h4,.bootstrap-iso h5,.bootstrap-iso h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.bootstrap-iso .h1,.bootstrap-iso h1{font-size:2.5rem}.bootstrap-iso .h2,.bootstrap-iso h2{font-size:2rem}.bootstrap-iso .h3,.bootstrap-iso h3{font-size:1.75rem}.bootstrap-iso .h4,.bootstrap-iso h4{font-size:1.5rem}.bootstrap-iso .h5,.bootstrap-iso h5{font-size:1.25rem}.bootstrap-iso .h6,.bootstrap-iso h6{font-size:1rem}.bootstrap-iso .lead{font-size:1.25rem;font-weight:300}.bootstrap-iso .display-1{font-size:6rem;font-weight:300;line-height:1.2}.bootstrap-iso .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.bootstrap-iso .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.bootstrap-iso .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.bootstrap-iso hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.bootstrap-iso .small,.bootstrap-iso small{font-size:80%;font-weight:400}.bootstrap-iso .mark,.bootstrap-iso mark{padding:.2em;background-color:#fcf8e3}.bootstrap-iso .list-inline,.bootstrap-iso .list-unstyled{padding-left:0;list-style:none}.bootstrap-iso .list-inline-item{display:inline-block}.bootstrap-iso .list-inline-item:not(:last-child){margin-right:.5rem}.bootstrap-iso .initialism{font-size:90%;text-transform:uppercase}.bootstrap-iso .blockquote{margin-bottom:1rem;font-size:1.25rem}.bootstrap-iso .blockquote-footer{display:block;font-size:80%;color:#6c757d}.bootstrap-iso .blockquote-footer::before{content:"\2014 \00A0"}.bootstrap-iso .img-fluid{max-width:100%;height:auto}.bootstrap-iso .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.bootstrap-iso .figure{display:inline-block}.bootstrap-iso .figure-img{margin-bottom:.5rem;line-height:1}.bootstrap-iso .figure-caption{font-size:90%;color:#6c757d}.bootstrap-iso code{font-size:87.5%;color:#e83e8c;word-break:break-word}.bootstrap-iso a>code{color:inherit}.bootstrap-iso kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}.bootstrap-iso kbd kbd{padding:0;font-size:100%;font-weight:700}.bootstrap-iso .container,.bootstrap-iso .container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%}.bootstrap-iso pre{display:block;font-size:87.5%;color:#212529}.bootstrap-iso pre code{font-size:inherit;color:inherit;word-break:normal}.bootstrap-iso .pre-scrollable{max-height:340px;overflow-y:scroll}@media (min-width:576px){.bootstrap-iso .container{max-width:540px}}@media (min-width:768px){.bootstrap-iso .container{max-width:720px}}@media (min-width:992px){.bootstrap-iso .container{max-width:960px}}@media (min-width:1200px){.bootstrap-iso .container{max-width:1140px}}.bootstrap-iso .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.bootstrap-iso .no-gutters{margin-right:0;margin-left:0}.bootstrap-iso .no-gutters>.col,.bootstrap-iso .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.bootstrap-iso .col,.bootstrap-iso .col-1,.bootstrap-iso .col-10,.bootstrap-iso .col-11,.bootstrap-iso .col-12,.bootstrap-iso .col-2,.bootstrap-iso .col-3,.bootstrap-iso .col-4,.bootstrap-iso .col-5,.bootstrap-iso .col-6,.bootstrap-iso .col-7,.bootstrap-iso .col-8,.bootstrap-iso .col-9,.bootstrap-iso .col-auto,.bootstrap-iso .col-lg,.bootstrap-iso .col-lg-1,.bootstrap-iso .col-lg-10,.bootstrap-iso .col-lg-11,.bootstrap-iso .col-lg-12,.bootstrap-iso .col-lg-2,.bootstrap-iso .col-lg-3,.bootstrap-iso .col-lg-4,.bootstrap-iso .col-lg-5,.bootstrap-iso .col-lg-6,.bootstrap-iso .col-lg-7,.bootstrap-iso .col-lg-8,.bootstrap-iso .col-lg-9,.bootstrap-iso .col-lg-auto,.bootstrap-iso .col-md,.bootstrap-iso .col-md-1,.bootstrap-iso .col-md-10,.bootstrap-iso .col-md-11,.bootstrap-iso .col-md-12,.bootstrap-iso .col-md-2,.bootstrap-iso .col-md-3,.bootstrap-iso .col-md-4,.bootstrap-iso .col-md-5,.bootstrap-iso .col-md-6,.bootstrap-iso .col-md-7,.bootstrap-iso .col-md-8,.bootstrap-iso .col-md-9,.bootstrap-iso .col-md-auto,.bootstrap-iso .col-sm,.bootstrap-iso .col-sm-1,.bootstrap-iso .col-sm-10,.bootstrap-iso .col-sm-11,.bootstrap-iso .col-sm-12,.bootstrap-iso .col-sm-2,.bootstrap-iso .col-sm-3,.bootstrap-iso .col-sm-4,.bootstrap-iso .col-sm-5,.bootstrap-iso .col-sm-6,.bootstrap-iso .col-sm-7,.bootstrap-iso .col-sm-8,.bootstrap-iso .col-sm-9,.bootstrap-iso .col-sm-auto,.bootstrap-iso .col-xl,.bootstrap-iso .col-xl-1,.bootstrap-iso .col-xl-10,.bootstrap-iso .col-xl-11,.bootstrap-iso .col-xl-12,.bootstrap-iso .col-xl-2,.bootstrap-iso .col-xl-3,.bootstrap-iso .col-xl-4,.bootstrap-iso .col-xl-5,.bootstrap-iso .col-xl-6,.bootstrap-iso .col-xl-7,.bootstrap-iso .col-xl-8,.bootstrap-iso .col-xl-9,.bootstrap-iso .col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.bootstrap-iso .col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-iso .col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bootstrap-iso .col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-iso .col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-iso .col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-iso .col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-iso .col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-iso .col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-iso .col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-iso .col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-iso .col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-iso .col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-iso .col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-iso .col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-iso .order-first{-ms-flex-order:-1;order:-1}.bootstrap-iso .order-last{-ms-flex-order:13;order:13}.bootstrap-iso .order-0{-ms-flex-order:0;order:0}.bootstrap-iso .order-1{-ms-flex-order:1;order:1}.bootstrap-iso .order-2{-ms-flex-order:2;order:2}.bootstrap-iso .order-3{-ms-flex-order:3;order:3}.bootstrap-iso .order-4{-ms-flex-order:4;order:4}.bootstrap-iso .order-5{-ms-flex-order:5;order:5}.bootstrap-iso .order-6{-ms-flex-order:6;order:6}.bootstrap-iso .order-7{-ms-flex-order:7;order:7}.bootstrap-iso .order-8{-ms-flex-order:8;order:8}.bootstrap-iso .order-9{-ms-flex-order:9;order:9}.bootstrap-iso .order-10{-ms-flex-order:10;order:10}.bootstrap-iso .order-11{-ms-flex-order:11;order:11}.bootstrap-iso .order-12{-ms-flex-order:12;order:12}.bootstrap-iso .offset-1{margin-left:8.333333%}.bootstrap-iso .offset-2{margin-left:16.666667%}.bootstrap-iso .offset-3{margin-left:25%}.bootstrap-iso .offset-4{margin-left:33.333333%}.bootstrap-iso .offset-5{margin-left:41.666667%}.bootstrap-iso .offset-6{margin-left:50%}.bootstrap-iso .offset-7{margin-left:58.333333%}.bootstrap-iso .offset-8{margin-left:66.666667%}.bootstrap-iso .offset-9{margin-left:75%}.bootstrap-iso .offset-10{margin-left:83.333333%}.bootstrap-iso .offset-11{margin-left:91.666667%}@media (min-width:576px){.bootstrap-iso .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-iso .col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bootstrap-iso .col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-iso .col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-iso .col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-iso .col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-iso .col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-iso .col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-iso .col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-iso .col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-iso .col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-iso .col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-iso .col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-iso .col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-iso .order-sm-first{-ms-flex-order:-1;order:-1}.bootstrap-iso .order-sm-last{-ms-flex-order:13;order:13}.bootstrap-iso .order-sm-0{-ms-flex-order:0;order:0}.bootstrap-iso .order-sm-1{-ms-flex-order:1;order:1}.bootstrap-iso .order-sm-2{-ms-flex-order:2;order:2}.bootstrap-iso .order-sm-3{-ms-flex-order:3;order:3}.bootstrap-iso .order-sm-4{-ms-flex-order:4;order:4}.bootstrap-iso .order-sm-5{-ms-flex-order:5;order:5}.bootstrap-iso .order-sm-6{-ms-flex-order:6;order:6}.bootstrap-iso .order-sm-7{-ms-flex-order:7;order:7}.bootstrap-iso .order-sm-8{-ms-flex-order:8;order:8}.bootstrap-iso .order-sm-9{-ms-flex-order:9;order:9}.bootstrap-iso .order-sm-10{-ms-flex-order:10;order:10}.bootstrap-iso .order-sm-11{-ms-flex-order:11;order:11}.bootstrap-iso .order-sm-12{-ms-flex-order:12;order:12}.bootstrap-iso .offset-sm-0{margin-left:0}.bootstrap-iso .offset-sm-1{margin-left:8.333333%}.bootstrap-iso .offset-sm-2{margin-left:16.666667%}.bootstrap-iso .offset-sm-3{margin-left:25%}.bootstrap-iso .offset-sm-4{margin-left:33.333333%}.bootstrap-iso .offset-sm-5{margin-left:41.666667%}.bootstrap-iso .offset-sm-6{margin-left:50%}.bootstrap-iso .offset-sm-7{margin-left:58.333333%}.bootstrap-iso .offset-sm-8{margin-left:66.666667%}.bootstrap-iso .offset-sm-9{margin-left:75%}.bootstrap-iso .offset-sm-10{margin-left:83.333333%}.bootstrap-iso .offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.bootstrap-iso .col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-iso .col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bootstrap-iso .col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-iso .col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-iso .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-iso .col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-iso .col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-iso .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-iso .col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-iso .col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-iso .col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-iso .col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-iso .col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-iso .col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-iso .order-md-first{-ms-flex-order:-1;order:-1}.bootstrap-iso .order-md-last{-ms-flex-order:13;order:13}.bootstrap-iso .order-md-0{-ms-flex-order:0;order:0}.bootstrap-iso .order-md-1{-ms-flex-order:1;order:1}.bootstrap-iso .order-md-2{-ms-flex-order:2;order:2}.bootstrap-iso .order-md-3{-ms-flex-order:3;order:3}.bootstrap-iso .order-md-4{-ms-flex-order:4;order:4}.bootstrap-iso .order-md-5{-ms-flex-order:5;order:5}.bootstrap-iso .order-md-6{-ms-flex-order:6;order:6}.bootstrap-iso .order-md-7{-ms-flex-order:7;order:7}.bootstrap-iso .order-md-8{-ms-flex-order:8;order:8}.bootstrap-iso .order-md-9{-ms-flex-order:9;order:9}.bootstrap-iso .order-md-10{-ms-flex-order:10;order:10}.bootstrap-iso .order-md-11{-ms-flex-order:11;order:11}.bootstrap-iso .order-md-12{-ms-flex-order:12;order:12}.bootstrap-iso .offset-md-0{margin-left:0}.bootstrap-iso .offset-md-1{margin-left:8.333333%}.bootstrap-iso .offset-md-2{margin-left:16.666667%}.bootstrap-iso .offset-md-3{margin-left:25%}.bootstrap-iso .offset-md-4{margin-left:33.333333%}.bootstrap-iso .offset-md-5{margin-left:41.666667%}.bootstrap-iso .offset-md-6{margin-left:50%}.bootstrap-iso .offset-md-7{margin-left:58.333333%}.bootstrap-iso .offset-md-8{margin-left:66.666667%}.bootstrap-iso .offset-md-9{margin-left:75%}.bootstrap-iso .offset-md-10{margin-left:83.333333%}.bootstrap-iso .offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.bootstrap-iso .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-iso .col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bootstrap-iso .col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-iso .col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-iso .col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-iso .col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-iso .col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-iso .col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-iso .col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-iso .col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-iso .col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-iso .col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-iso .col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-iso .col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-iso .order-lg-first{-ms-flex-order:-1;order:-1}.bootstrap-iso .order-lg-last{-ms-flex-order:13;order:13}.bootstrap-iso .order-lg-0{-ms-flex-order:0;order:0}.bootstrap-iso .order-lg-1{-ms-flex-order:1;order:1}.bootstrap-iso .order-lg-2{-ms-flex-order:2;order:2}.bootstrap-iso .order-lg-3{-ms-flex-order:3;order:3}.bootstrap-iso .order-lg-4{-ms-flex-order:4;order:4}.bootstrap-iso .order-lg-5{-ms-flex-order:5;order:5}.bootstrap-iso .order-lg-6{-ms-flex-order:6;order:6}.bootstrap-iso .order-lg-7{-ms-flex-order:7;order:7}.bootstrap-iso .order-lg-8{-ms-flex-order:8;order:8}.bootstrap-iso .order-lg-9{-ms-flex-order:9;order:9}.bootstrap-iso .order-lg-10{-ms-flex-order:10;order:10}.bootstrap-iso .order-lg-11{-ms-flex-order:11;order:11}.bootstrap-iso .order-lg-12{-ms-flex-order:12;order:12}.bootstrap-iso .offset-lg-0{margin-left:0}.bootstrap-iso .offset-lg-1{margin-left:8.333333%}.bootstrap-iso .offset-lg-2{margin-left:16.666667%}.bootstrap-iso .offset-lg-3{margin-left:25%}.bootstrap-iso .offset-lg-4{margin-left:33.333333%}.bootstrap-iso .offset-lg-5{margin-left:41.666667%}.bootstrap-iso .offset-lg-6{margin-left:50%}.bootstrap-iso .offset-lg-7{margin-left:58.333333%}.bootstrap-iso .offset-lg-8{margin-left:66.666667%}.bootstrap-iso .offset-lg-9{margin-left:75%}.bootstrap-iso .offset-lg-10{margin-left:83.333333%}.bootstrap-iso .offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.bootstrap-iso .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-iso .col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.bootstrap-iso .col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-iso .col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-iso .col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-iso .col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-iso .col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-iso .col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-iso .col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-iso .col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-iso .col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-iso .col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-iso .col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-iso .col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-iso .order-xl-first{-ms-flex-order:-1;order:-1}.bootstrap-iso .order-xl-last{-ms-flex-order:13;order:13}.bootstrap-iso .order-xl-0{-ms-flex-order:0;order:0}.bootstrap-iso .order-xl-1{-ms-flex-order:1;order:1}.bootstrap-iso .order-xl-2{-ms-flex-order:2;order:2}.bootstrap-iso .order-xl-3{-ms-flex-order:3;order:3}.bootstrap-iso .order-xl-4{-ms-flex-order:4;order:4}.bootstrap-iso .order-xl-5{-ms-flex-order:5;order:5}.bootstrap-iso .order-xl-6{-ms-flex-order:6;order:6}.bootstrap-iso .order-xl-7{-ms-flex-order:7;order:7}.bootstrap-iso .order-xl-8{-ms-flex-order:8;order:8}.bootstrap-iso .order-xl-9{-ms-flex-order:9;order:9}.bootstrap-iso .order-xl-10{-ms-flex-order:10;order:10}.bootstrap-iso .order-xl-11{-ms-flex-order:11;order:11}.bootstrap-iso .order-xl-12{-ms-flex-order:12;order:12}.bootstrap-iso .offset-xl-0{margin-left:0}.bootstrap-iso .offset-xl-1{margin-left:8.333333%}.bootstrap-iso .offset-xl-2{margin-left:16.666667%}.bootstrap-iso .offset-xl-3{margin-left:25%}.bootstrap-iso .offset-xl-4{margin-left:33.333333%}.bootstrap-iso .offset-xl-5{margin-left:41.666667%}.bootstrap-iso .offset-xl-6{margin-left:50%}.bootstrap-iso .offset-xl-7{margin-left:58.333333%}.bootstrap-iso .offset-xl-8{margin-left:66.666667%}.bootstrap-iso .offset-xl-9{margin-left:75%}.bootstrap-iso .offset-xl-10{margin-left:83.333333%}.bootstrap-iso .offset-xl-11{margin-left:91.666667%}}.bootstrap-iso .table{width:100%;margin-bottom:1rem;background-color:transparent}.bootstrap-iso .table td,.bootstrap-iso .table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.bootstrap-iso .table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.bootstrap-iso .table tbody+tbody{border-top:2px solid #dee2e6}.bootstrap-iso .table .table{background-color:#fff}.bootstrap-iso .table-sm td,.bootstrap-iso .table-sm th{padding:.3rem}.bootstrap-iso .table-bordered,.bootstrap-iso .table-bordered td,.bootstrap-iso .table-bordered th{border:1px solid #dee2e6}.bootstrap-iso .table-bordered thead td,.bootstrap-iso .table-bordered thead th{border-bottom-width:2px}.bootstrap-iso .table-borderless tbody+tbody,.bootstrap-iso .table-borderless td,.bootstrap-iso .table-borderless th,.bootstrap-iso .table-borderless thead th{border:0}.bootstrap-iso .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.bootstrap-iso .table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.bootstrap-iso .table-primary,.bootstrap-iso .table-primary>td,.bootstrap-iso .table-primary>th{background-color:#b8daff}.bootstrap-iso .table-hover .table-primary:hover,.bootstrap-iso .table-hover .table-primary:hover>td,.bootstrap-iso .table-hover .table-primary:hover>th{background-color:#9fcdff}.bootstrap-iso .table-secondary,.bootstrap-iso .table-secondary>td,.bootstrap-iso .table-secondary>th{background-color:#d6d8db}.bootstrap-iso .table-hover .table-secondary:hover,.bootstrap-iso .table-hover .table-secondary:hover>td,.bootstrap-iso .table-hover .table-secondary:hover>th{background-color:#c8cbcf}.bootstrap-iso .table-success,.bootstrap-iso .table-success>td,.bootstrap-iso .table-success>th{background-color:#c3e6cb}.bootstrap-iso .table-hover .table-success:hover,.bootstrap-iso .table-hover .table-success:hover>td,.bootstrap-iso .table-hover .table-success:hover>th{background-color:#b1dfbb}.bootstrap-iso .table-info,.bootstrap-iso .table-info>td,.bootstrap-iso .table-info>th{background-color:#bee5eb}.bootstrap-iso .table-hover .table-info:hover,.bootstrap-iso .table-hover .table-info:hover>td,.bootstrap-iso .table-hover .table-info:hover>th{background-color:#abdde5}.bootstrap-iso .table-warning,.bootstrap-iso .table-warning>td,.bootstrap-iso .table-warning>th{background-color:#ffeeba}.bootstrap-iso .table-hover .table-warning:hover,.bootstrap-iso .table-hover .table-warning:hover>td,.bootstrap-iso .table-hover .table-warning:hover>th{background-color:#ffe8a1}.bootstrap-iso .table-danger,.bootstrap-iso .table-danger>td,.bootstrap-iso .table-danger>th{background-color:#f5c6cb}.bootstrap-iso .table-hover .table-danger:hover,.bootstrap-iso .table-hover .table-danger:hover>td,.bootstrap-iso .table-hover .table-danger:hover>th{background-color:#f1b0b7}.bootstrap-iso .table-light,.bootstrap-iso .table-light>td,.bootstrap-iso .table-light>th{background-color:#fdfdfe}.bootstrap-iso .table-hover .table-light:hover,.bootstrap-iso .table-hover .table-light:hover>td,.bootstrap-iso .table-hover .table-light:hover>th{background-color:#ececf6}.bootstrap-iso .table-dark,.bootstrap-iso .table-dark>td,.bootstrap-iso .table-dark>th{background-color:#c6c8ca}.bootstrap-iso .table-hover .table-dark:hover,.bootstrap-iso .table-hover .table-dark:hover>td,.bootstrap-iso .table-hover .table-dark:hover>th{background-color:#b9bbbe}.bootstrap-iso .table-active,.bootstrap-iso .table-active>td,.bootstrap-iso .table-active>th,.bootstrap-iso .table-hover .table-active:hover,.bootstrap-iso .table-hover .table-active:hover>td,.bootstrap-iso .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.bootstrap-iso .table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.bootstrap-iso .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.bootstrap-iso .table-dark{color:#fff;background-color:#212529}.bootstrap-iso .table-dark td,.bootstrap-iso .table-dark th,.bootstrap-iso .table-dark thead th{border-color:#32383e}.bootstrap-iso .table-dark.table-bordered,.bootstrap-iso .table-responsive>.table-bordered{border:0}.bootstrap-iso .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.bootstrap-iso .table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.bootstrap-iso .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.bootstrap-iso .table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.bootstrap-iso .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.bootstrap-iso .table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.bootstrap-iso .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.bootstrap-iso .table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.bootstrap-iso .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.bootstrap-iso .table-responsive-xl>.table-bordered{border:0}}.bootstrap-iso .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.bootstrap-iso .form-control{display:block;width:100%;height:calc(4.25rem);padding:.375rem .75rem;font-size:1rem;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 screen and (prefers-reduced-motion:reduce){.bootstrap-iso .form-control{transition:none}}.bootstrap-iso .form-control::-ms-expand{background-color:transparent;border:0}.bootstrap-iso .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.bootstrap-iso .form-control::-moz-placeholder{color:#6c757d;opacity:1}.bootstrap-iso .form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.bootstrap-iso .form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.bootstrap-iso .form-control::placeholder{color:#6c757d;opacity:1}.bootstrap-iso .form-control:disabled,.bootstrap-iso .form-control[readonly]{background-color:#e9ecef;opacity:1}.bootstrap-iso select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.bootstrap-iso .form-control-file,.bootstrap-iso .form-control-range{display:block;width:100%}.bootstrap-iso .col-form-label{padding-top:calc(1.375rem);padding-bottom:calc(1.375rem);margin-bottom:0;font-size:inherit;line-height:1.5}.bootstrap-iso .col-form-label-lg{padding-top:calc(1.5rem);padding-bottom:calc(1.5rem);font-size:1.25rem;line-height:1.5}.bootstrap-iso .col-form-label-sm{padding-top:calc(1.25rem);padding-bottom:calc(1.25rem);font-size:.875rem;line-height:1.5}.bootstrap-iso .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}.bootstrap-iso .custom-file-input.is-valid~.custom-file-label,.bootstrap-iso .custom-select.is-valid,.bootstrap-iso .form-control.is-valid,.bootstrap-iso .was-validated .custom-file-input:valid~.custom-file-label,.bootstrap-iso .was-validated .custom-select:valid,.bootstrap-iso .was-validated .form-control:valid{border-color:#28a745}.bootstrap-iso .form-control-plaintext.form-control-lg,.bootstrap-iso .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.bootstrap-iso .form-control-sm{height:calc(3.8125rem);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.bootstrap-iso .form-control-lg{height:calc(4.875rem);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.bootstrap-iso select.form-control[multiple],.bootstrap-iso select.form-control[size],.bootstrap-iso textarea.form-control{height:auto}.bootstrap-iso .form-group{margin-bottom:1rem}.bootstrap-iso .form-text{display:block;margin-top:.25rem}.bootstrap-iso .form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.bootstrap-iso .form-row>.col,.bootstrap-iso .form-row>[class*=col-]{padding-right:5px;padding-left:5px}.bootstrap-iso .form-check{position:relative;display:block;padding-left:1.25rem}.bootstrap-iso .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.bootstrap-iso .form-check-input:disabled~.form-check-label{color:#6c757d}.bootstrap-iso .form-check-label{margin-bottom:0}.bootstrap-iso .form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.bootstrap-iso .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.bootstrap-iso .invalid-tooltip,.bootstrap-iso .valid-tooltip{position:absolute;z-index:5;max-width:100%;padding:.25rem .5rem;border-radius:.25rem;top:100%;line-height:1.5}.bootstrap-iso .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.bootstrap-iso .valid-tooltip{display:none;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(40,167,69,.9)}.bootstrap-iso .custom-control-input.is-valid~.valid-feedback,.bootstrap-iso .custom-control-input.is-valid~.valid-tooltip,.bootstrap-iso .custom-file-input.is-valid~.valid-feedback,.bootstrap-iso .custom-file-input.is-valid~.valid-tooltip,.bootstrap-iso .custom-select.is-valid~.valid-feedback,.bootstrap-iso .custom-select.is-valid~.valid-tooltip,.bootstrap-iso .form-check-input.is-valid~.valid-feedback,.bootstrap-iso .form-check-input.is-valid~.valid-tooltip,.bootstrap-iso .form-control-file.is-valid~.valid-feedback,.bootstrap-iso .form-control-file.is-valid~.valid-tooltip,.bootstrap-iso .form-control.is-valid~.valid-feedback,.bootstrap-iso .form-control.is-valid~.valid-tooltip,.bootstrap-iso .was-validated .custom-control-input:valid~.valid-feedback,.bootstrap-iso .was-validated .custom-control-input:valid~.valid-tooltip,.bootstrap-iso .was-validated .custom-file-input:valid~.valid-feedback,.bootstrap-iso .was-validated .custom-file-input:valid~.valid-tooltip,.bootstrap-iso .was-validated .custom-select:valid~.valid-feedback,.bootstrap-iso .was-validated .custom-select:valid~.valid-tooltip,.bootstrap-iso .was-validated .form-check-input:valid~.valid-feedback,.bootstrap-iso .was-validated .form-check-input:valid~.valid-tooltip,.bootstrap-iso .was-validated .form-control-file:valid~.valid-feedback,.bootstrap-iso .was-validated .form-control-file:valid~.valid-tooltip,.bootstrap-iso .was-validated .form-control:valid~.valid-feedback,.bootstrap-iso .was-validated .form-control:valid~.valid-tooltip{display:block}.bootstrap-iso .custom-control-input.is-valid~.custom-control-label,.bootstrap-iso .form-check-input.is-valid~.form-check-label,.bootstrap-iso .was-validated .custom-control-input:valid~.custom-control-label,.bootstrap-iso .was-validated .form-check-input:valid~.form-check-label{color:#28a745}.bootstrap-iso .custom-select.is-valid:focus,.bootstrap-iso .form-control.is-valid:focus,.bootstrap-iso .was-validated .custom-select:valid:focus,.bootstrap-iso .was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap-iso .custom-control-input.is-valid~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.bootstrap-iso .custom-control-input.is-valid:checked~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.bootstrap-iso .custom-control-input.is-valid:focus~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap-iso .custom-file-input.is-valid~.custom-file-label::after,.bootstrap-iso .was-validated .custom-file-input:valid~.custom-file-label::after{border-color:inherit}.bootstrap-iso .custom-file-input.is-invalid~.custom-file-label,.bootstrap-iso .custom-select.is-invalid,.bootstrap-iso .form-control.is-invalid,.bootstrap-iso .was-validated .custom-file-input:invalid~.custom-file-label,.bootstrap-iso .was-validated .custom-select:invalid,.bootstrap-iso .was-validated .form-control:invalid{border-color:#dc3545}.bootstrap-iso .custom-file-input.is-valid:focus~.custom-file-label,.bootstrap-iso .was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap-iso .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.bootstrap-iso .invalid-tooltip{display:none;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9)}.bootstrap-iso .custom-control-input.is-invalid~.invalid-feedback,.bootstrap-iso .custom-control-input.is-invalid~.invalid-tooltip,.bootstrap-iso .custom-file-input.is-invalid~.invalid-feedback,.bootstrap-iso .custom-file-input.is-invalid~.invalid-tooltip,.bootstrap-iso .custom-select.is-invalid~.invalid-feedback,.bootstrap-iso .custom-select.is-invalid~.invalid-tooltip,.bootstrap-iso .form-check-input.is-invalid~.invalid-feedback,.bootstrap-iso .form-check-input.is-invalid~.invalid-tooltip,.bootstrap-iso .form-control-file.is-invalid~.invalid-feedback,.bootstrap-iso .form-control-file.is-invalid~.invalid-tooltip,.bootstrap-iso .form-control.is-invalid~.invalid-feedback,.bootstrap-iso .form-control.is-invalid~.invalid-tooltip,.bootstrap-iso .was-validated .custom-control-input:invalid~.invalid-feedback,.bootstrap-iso .was-validated .custom-control-input:invalid~.invalid-tooltip,.bootstrap-iso .was-validated .custom-file-input:invalid~.invalid-feedback,.bootstrap-iso .was-validated .custom-file-input:invalid~.invalid-tooltip,.bootstrap-iso .was-validated .custom-select:invalid~.invalid-feedback,.bootstrap-iso .was-validated .custom-select:invalid~.invalid-tooltip,.bootstrap-iso .was-validated .form-check-input:invalid~.invalid-feedback,.bootstrap-iso .was-validated .form-check-input:invalid~.invalid-tooltip,.bootstrap-iso .was-validated .form-control-file:invalid~.invalid-feedback,.bootstrap-iso .was-validated .form-control-file:invalid~.invalid-tooltip,.bootstrap-iso .was-validated .form-control:invalid~.invalid-feedback,.bootstrap-iso .was-validated .form-control:invalid~.invalid-tooltip{display:block}.bootstrap-iso .custom-control-input.is-invalid~.custom-control-label,.bootstrap-iso .form-check-input.is-invalid~.form-check-label,.bootstrap-iso .was-validated .custom-control-input:invalid~.custom-control-label,.bootstrap-iso .was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.bootstrap-iso .custom-select.is-invalid:focus,.bootstrap-iso .form-control.is-invalid:focus,.bootstrap-iso .was-validated .custom-select:invalid:focus,.bootstrap-iso .was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap-iso .custom-control-input.is-invalid~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.bootstrap-iso .custom-control-input.is-invalid:checked~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.bootstrap-iso .custom-control-input.is-invalid:focus~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap-iso .custom-file-input.is-invalid~.custom-file-label::after,.bootstrap-iso .was-validated .custom-file-input:invalid~.custom-file-label::after{border-color:inherit}.bootstrap-iso .custom-file-input.is-invalid:focus~.custom-file-label,.bootstrap-iso .was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap-iso .form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.bootstrap-iso .form-inline .form-check{width:100%}@media (min-width:576px){.bootstrap-iso .form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.bootstrap-iso .form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.bootstrap-iso .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap-iso .form-inline .form-control-plaintext{display:inline-block}.bootstrap-iso .form-inline .custom-select,.bootstrap-iso .form-inline .input-group{width:auto}.bootstrap-iso .form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.bootstrap-iso .form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.bootstrap-iso .form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.bootstrap-iso .form-inline .custom-control-label{margin-bottom:0}}.bootstrap-iso .btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;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 screen and (prefers-reduced-motion:reduce){.bootstrap-iso .btn{transition:none}}.bootstrap-iso .btn:focus,.bootstrap-iso .btn:hover{text-decoration:none}.bootstrap-iso .btn.focus,.bootstrap-iso .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .btn-primary.focus,.bootstrap-iso .btn-primary:focus,.bootstrap-iso .btn-primary:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-primary:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.bootstrap-iso .btn.disabled,.bootstrap-iso .btn:disabled{opacity:.65}.bootstrap-iso a.btn.disabled,.bootstrap-iso fieldset:disabled a.btn{pointer-events:none}.bootstrap-iso .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-iso .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.bootstrap-iso .btn-primary.disabled,.bootstrap-iso .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-iso .btn-primary:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-primary:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.bootstrap-iso .btn-secondary.focus,.bootstrap-iso .btn-secondary:focus,.bootstrap-iso .btn-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-secondary:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap-iso .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-iso .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.bootstrap-iso .btn-secondary.disabled,.bootstrap-iso .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-iso .btn-secondary:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-secondary:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.bootstrap-iso .btn-success.focus,.bootstrap-iso .btn-success:focus,.bootstrap-iso .btn-success:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-success:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.bootstrap-iso .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap-iso .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.bootstrap-iso .btn-success.disabled,.bootstrap-iso .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap-iso .btn-success:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-success:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.bootstrap-iso .btn-info.focus,.bootstrap-iso .btn-info:focus,.bootstrap-iso .btn-info:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-info:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.bootstrap-iso .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap-iso .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.bootstrap-iso .btn-info.disabled,.bootstrap-iso .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap-iso .btn-info:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-info:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.bootstrap-iso .btn-warning.focus,.bootstrap-iso .btn-warning:focus,.bootstrap-iso .btn-warning:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-warning:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.bootstrap-iso .btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap-iso .btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.bootstrap-iso .btn-warning.disabled,.bootstrap-iso .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap-iso .btn-warning:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-warning:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.bootstrap-iso .btn-danger.focus,.bootstrap-iso .btn-danger:focus,.bootstrap-iso .btn-danger:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-danger:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.bootstrap-iso .btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-iso .btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.bootstrap-iso .btn-danger.disabled,.bootstrap-iso .btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-iso .btn-danger:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-danger:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.bootstrap-iso .btn-light.focus,.bootstrap-iso .btn-light:focus,.bootstrap-iso .btn-light:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-light:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap-iso .btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-iso .btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.bootstrap-iso .btn-light.disabled,.bootstrap-iso .btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-iso .btn-light:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-light:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.bootstrap-iso .btn-dark.focus,.bootstrap-iso .btn-dark:focus,.bootstrap-iso .btn-dark:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-dark:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap-iso .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap-iso .btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.bootstrap-iso .btn-dark.disabled,.bootstrap-iso .btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap-iso .btn-dark:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-dark:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.bootstrap-iso .btn-outline-primary.focus,.bootstrap-iso .btn-outline-primary:focus,.bootstrap-iso .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.bootstrap-iso .btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.bootstrap-iso .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-iso .btn-outline-primary.disabled,.bootstrap-iso .btn-outline-primary:disabled{color:#007bff;background-color:transparent}.bootstrap-iso .btn-outline-primary:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-primary:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-iso .btn-outline-secondary.focus,.bootstrap-iso .btn-outline-secondary:focus,.bootstrap-iso .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap-iso .btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.bootstrap-iso .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-iso .btn-outline-secondary.disabled,.bootstrap-iso .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.bootstrap-iso .btn-outline-secondary:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-secondary:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-iso .btn-outline-success.focus,.bootstrap-iso .btn-outline-success:focus,.bootstrap-iso .btn-outline-success:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-success:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.bootstrap-iso .btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.bootstrap-iso .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap-iso .btn-outline-success.disabled,.bootstrap-iso .btn-outline-success:disabled{color:#28a745;background-color:transparent}.bootstrap-iso .btn-outline-success:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-success:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap-iso .btn-outline-info.focus,.bootstrap-iso .btn-outline-info:focus,.bootstrap-iso .btn-outline-info:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-info:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.bootstrap-iso .btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.bootstrap-iso .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap-iso .btn-outline-info.disabled,.bootstrap-iso .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.bootstrap-iso .btn-outline-info:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-info:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap-iso .btn-outline-warning.focus,.bootstrap-iso .btn-outline-warning:focus,.bootstrap-iso .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.bootstrap-iso .btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.bootstrap-iso .btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap-iso .btn-outline-warning.disabled,.bootstrap-iso .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.bootstrap-iso .btn-outline-warning:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-warning:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap-iso .btn-outline-danger.focus,.bootstrap-iso .btn-outline-danger:focus,.bootstrap-iso .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.bootstrap-iso .btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.bootstrap-iso .btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-iso .btn-outline-danger.disabled,.bootstrap-iso .btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.bootstrap-iso .btn-outline-danger:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-danger:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-iso .btn-outline-light.focus,.bootstrap-iso .btn-outline-light:focus,.bootstrap-iso .btn-outline-light:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-light:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap-iso .btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.bootstrap-iso .btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-iso .btn-outline-light.disabled,.bootstrap-iso .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.bootstrap-iso .btn-outline-light:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-light:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-iso .btn-outline-dark.focus,.bootstrap-iso .btn-outline-dark:focus,.bootstrap-iso .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap-iso .btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.bootstrap-iso .btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap-iso .btn-outline-dark.disabled,.bootstrap-iso .btn-outline-dark:disabled{color:#343a40;background-color:transparent}.bootstrap-iso .btn-outline-dark:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-dark:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap-iso .btn-link{font-weight:400;color:#007bff;background-color:transparent}.bootstrap-iso .btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.bootstrap-iso .btn-link.focus,.bootstrap-iso .btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.bootstrap-iso .btn-link.disabled,.bootstrap-iso .btn-link:disabled{color:#6c757d;pointer-events:none}.bootstrap-iso .btn-group-lg>.btn,.bootstrap-iso .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.bootstrap-iso .btn-group-sm>.btn,.bootstrap-iso .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.bootstrap-iso .btn-block{display:block;width:100%}.bootstrap-iso .btn-block+.btn-block{margin-top:.5rem}.bootstrap-iso input[type=reset].btn-block,.bootstrap-iso input[type=submit].btn-block,.bootstrap-iso input[type=button].btn-block{width:100%}.bootstrap-iso .fade{transition:opacity .15s linear}@media screen and (prefers-reduced-motion:reduce){.bootstrap-iso .fade{transition:none}}.bootstrap-iso .fade:not(.show){opacity:0}.bootstrap-iso .collapse:not(.show){display:none}.bootstrap-iso .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media screen and (prefers-reduced-motion:reduce){.bootstrap-iso .collapsing{transition:none}}.bootstrap-iso .dropdown,.bootstrap-iso .dropleft,.bootstrap-iso .dropright,.bootstrap-iso .dropup{position:relative}.bootstrap-iso .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.bootstrap-iso .dropdown-toggle:empty::after{margin-left:0}.bootstrap-iso .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}.bootstrap-iso .dropdown-menu-right{right:0;left:auto}.bootstrap-iso .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.bootstrap-iso .dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.bootstrap-iso .dropleft .dropdown-toggle::before,.bootstrap-iso .dropright .dropdown-toggle::after{width:0;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;height:0}.bootstrap-iso .dropup .dropdown-toggle:empty::after{margin-left:0}.bootstrap-iso .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.bootstrap-iso .dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;border-right:0;border-left:.3em solid;vertical-align:0}.bootstrap-iso .dropright .dropdown-toggle:empty::after{margin-left:0}.bootstrap-iso .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.bootstrap-iso .dropleft .dropdown-toggle::after{width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";display:none}.bootstrap-iso .dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;border-right:.3em solid;vertical-align:0}.bootstrap-iso .dropleft .dropdown-toggle:empty::after{margin-left:0}.bootstrap-iso .dropdown-menu[x-placement^=top],.bootstrap-iso .dropdown-menu[x-placement^=right],.bootstrap-iso .dropdown-menu[x-placement^=bottom],.bootstrap-iso .dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.bootstrap-iso .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.bootstrap-iso .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}.bootstrap-iso .btn-group>.btn-group:not(:last-child)>.btn,.bootstrap-iso .btn-group>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-iso .input-group>.custom-file:not(:last-child) .custom-file-label,.bootstrap-iso .input-group>.custom-file:not(:last-child) .custom-file-label::after,.bootstrap-iso .input-group>.custom-select:not(:last-child),.bootstrap-iso .input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-iso .btn-group>.btn-group:not(:first-child)>.btn,.bootstrap-iso .btn-group>.btn:not(:first-child),.bootstrap-iso .input-group>.custom-file:not(:first-child) .custom-file-label,.bootstrap-iso .input-group>.custom-select:not(:first-child),.bootstrap-iso .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-iso .dropdown-item:focus,.bootstrap-iso .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.bootstrap-iso .dropdown-item.active,.bootstrap-iso .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.bootstrap-iso .dropdown-item.disabled,.bootstrap-iso .dropdown-item:disabled{color:#6c757d;background-color:transparent}.bootstrap-iso .dropdown-menu.show{display:block}.bootstrap-iso .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.bootstrap-iso .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.bootstrap-iso .btn-group,.bootstrap-iso .btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.bootstrap-iso .btn-group-vertical>.btn,.bootstrap-iso .btn-group>.btn{position:relative;-ms-flex:0 1 auto;flex:0 1 auto}.bootstrap-iso .btn-group-vertical>.btn.active,.bootstrap-iso .btn-group-vertical>.btn:active,.bootstrap-iso .btn-group-vertical>.btn:focus,.bootstrap-iso .btn-group-vertical>.btn:hover,.bootstrap-iso .btn-group>.btn.active,.bootstrap-iso .btn-group>.btn:active,.bootstrap-iso .btn-group>.btn:focus,.bootstrap-iso .btn-group>.btn:hover{z-index:1}.bootstrap-iso .btn-group .btn+.btn,.bootstrap-iso .btn-group .btn+.btn-group,.bootstrap-iso .btn-group .btn-group+.btn,.bootstrap-iso .btn-group .btn-group+.btn-group,.bootstrap-iso .btn-group-vertical .btn+.btn,.bootstrap-iso .btn-group-vertical .btn+.btn-group,.bootstrap-iso .btn-group-vertical .btn-group+.btn,.bootstrap-iso .btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.bootstrap-iso .btn-group>.btn:first-child,.bootstrap-iso .dropdown-toggle-split::after,.bootstrap-iso .dropright .dropdown-toggle-split::after,.bootstrap-iso .dropup .dropdown-toggle-split::after{margin-left:0}.bootstrap-iso .btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-iso .btn-toolbar .input-group{width:auto}.bootstrap-iso .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.bootstrap-iso .dropleft .dropdown-toggle-split::before{margin-right:0}.bootstrap-iso .btn-group-sm>.btn+.dropdown-toggle-split,.bootstrap-iso .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.bootstrap-iso .btn-group-lg>.btn+.dropdown-toggle-split,.bootstrap-iso .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.bootstrap-iso .btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.bootstrap-iso .btn-group-vertical .btn,.bootstrap-iso .btn-group-vertical .btn-group{width:100%}.bootstrap-iso .btn-group-vertical>.btn+.btn,.bootstrap-iso .btn-group-vertical>.btn+.btn-group,.bootstrap-iso .btn-group-vertical>.btn-group+.btn,.bootstrap-iso .btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.bootstrap-iso .input-group-append,.bootstrap-iso .input-group-append .btn+.btn,.bootstrap-iso .input-group-append .btn+.input-group-text,.bootstrap-iso .input-group-append .input-group-text+.btn,.bootstrap-iso .input-group-append .input-group-text+.input-group-text,.bootstrap-iso .input-group-prepend .btn+.btn,.bootstrap-iso .input-group-prepend .btn+.input-group-text,.bootstrap-iso .input-group-prepend .input-group-text+.btn,.bootstrap-iso .input-group-prepend .input-group-text+.input-group-text,.bootstrap-iso .input-group>.custom-file+.custom-file,.bootstrap-iso .input-group>.custom-file+.custom-select,.bootstrap-iso .input-group>.custom-file+.form-control,.bootstrap-iso .input-group>.custom-select+.custom-file,.bootstrap-iso .input-group>.custom-select+.custom-select,.bootstrap-iso .input-group>.custom-select+.form-control,.bootstrap-iso .input-group>.form-control+.custom-file,.bootstrap-iso .input-group>.form-control+.custom-select,.bootstrap-iso .input-group>.form-control+.form-control{margin-left:-1px}.bootstrap-iso .btn-group-vertical>.btn-group:not(:last-child)>.btn,.bootstrap-iso .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-iso .btn-group-vertical>.btn-group:not(:first-child)>.btn,.bootstrap-iso .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.bootstrap-iso .btn-group-toggle>.btn,.bootstrap-iso .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.bootstrap-iso .btn-group-toggle>.btn input[type=radio],.bootstrap-iso .btn-group-toggle>.btn input[type=checkbox],.bootstrap-iso .btn-group-toggle>.btn-group>.btn input[type=radio],.bootstrap-iso .btn-group-toggle>.btn-group>.btn input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bootstrap-iso .input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.bootstrap-iso .input-group>.custom-file,.bootstrap-iso .input-group>.custom-select,.bootstrap-iso .input-group>.form-control{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.bootstrap-iso .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.bootstrap-iso .input-group>.custom-select:focus,.bootstrap-iso .input-group>.form-control:focus{z-index:3}.bootstrap-iso .input-group>.custom-file .custom-file-input:focus{z-index:4}.bootstrap-iso .input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.bootstrap-iso .input-group-append,.bootstrap-iso .input-group-prepend{display:-ms-flexbox;display:flex}.bootstrap-iso .input-group-append .btn,.bootstrap-iso .input-group-prepend .btn{position:relative;z-index:2}.bootstrap-iso .input-group-prepend{margin-right:-1px}.bootstrap-iso .input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;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}.bootstrap-iso .input-group-text input[type=radio],.bootstrap-iso .input-group-text input[type=checkbox]{margin-top:0}.bootstrap-iso .input-group-lg>.form-control,.bootstrap-iso .input-group-lg>.input-group-append>.btn,.bootstrap-iso .input-group-lg>.input-group-append>.input-group-text,.bootstrap-iso .input-group-lg>.input-group-prepend>.btn,.bootstrap-iso .input-group-lg>.input-group-prepend>.input-group-text{height:calc(4.875rem);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.bootstrap-iso .input-group-sm>.form-control,.bootstrap-iso .input-group-sm>.input-group-append>.btn,.bootstrap-iso .input-group-sm>.input-group-append>.input-group-text,.bootstrap-iso .input-group-sm>.input-group-prepend>.btn,.bootstrap-iso .input-group-sm>.input-group-prepend>.input-group-text{height:calc(3.8125rem);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.bootstrap-iso .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-iso .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.bootstrap-iso .input-group>.input-group-append:not(:last-child)>.btn,.bootstrap-iso .input-group>.input-group-append:not(:last-child)>.input-group-text,.bootstrap-iso .input-group>.input-group-prepend>.btn,.bootstrap-iso .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-iso .input-group>.input-group-append>.btn,.bootstrap-iso .input-group>.input-group-append>.input-group-text,.bootstrap-iso .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.bootstrap-iso .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.bootstrap-iso .input-group>.input-group-prepend:not(:first-child)>.btn,.bootstrap-iso .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-iso .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.bootstrap-iso .custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.bootstrap-iso .custom-control-input{position:absolute;z-index:-1;opacity:0}.bootstrap-iso .custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.bootstrap-iso .custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.bootstrap-iso .custom-control-input:disabled~.custom-control-label{color:#6c757d}.bootstrap-iso .custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.bootstrap-iso .custom-control-label{position:relative;margin-bottom:0}.bootstrap-iso .custom-control-label::after,.bootstrap-iso .custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:""}.bootstrap-iso .custom-control-label::before{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.bootstrap-iso .custom-checkbox .custom-control-input:checked~.custom-control-label::before,.bootstrap-iso .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.bootstrap-iso .custom-control-label::after{background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.bootstrap-iso .custom-file-input:lang(en)~.custom-file-label::after,.bootstrap-iso .custom-file-label::after{content:"Browse"}.bootstrap-iso .custom-checkbox .custom-control-label::before{border-radius:.25rem}.bootstrap-iso .custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%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.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.bootstrap-iso .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.bootstrap-iso .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,.bootstrap-iso .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.bootstrap-iso .custom-radio .custom-control-label::before{border-radius:50%}.bootstrap-iso .custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.bootstrap-iso .custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.bootstrap-iso .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.bootstrap-iso .custom-select{display:inline-block;width:100%;height:calc(4.25rem);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml;charset=utf8,%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") right .75rem center no-repeat #fff;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bootstrap-iso .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(128,189,255,.5)}.bootstrap-iso .custom-select:focus::-ms-value{color:#495057;background-color:#fff}.bootstrap-iso .custom-select[multiple],.bootstrap-iso .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.bootstrap-iso .custom-select:disabled{color:#6c757d;background-color:#e9ecef}.bootstrap-iso .custom-select::-ms-expand{opacity:0}.bootstrap-iso .custom-select-sm{height:calc(3.8125rem);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.bootstrap-iso .custom-select-lg{height:calc(4.875rem);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.bootstrap-iso .custom-file{position:relative;display:inline-block;width:100%;height:calc(4.25rem);margin-bottom:0}.bootstrap-iso .custom-file-input{position:relative;z-index:2;width:100%;height:calc(4.25rem);margin:0;opacity:0}.bootstrap-iso .custom-file-label,.bootstrap-iso .custom-file-label::after{position:absolute;padding:.375rem .75rem;line-height:1.5;color:#495057;top:0;right:0}.bootstrap-iso .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .custom-file-input:focus~.custom-file-label::after{border-color:#80bdff}.bootstrap-iso .custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.bootstrap-iso .custom-file-label{left:0;z-index:1;height:calc(4.25rem);background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.bootstrap-iso .custom-file-label::after{bottom:0;z-index:3;display:block;height:2.25rem;background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.bootstrap-iso .custom-range{width:100%;padding-left:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bootstrap-iso .custom-range:focus{outline:0}.bootstrap-iso .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .custom-range::-moz-focus-outer{border:0}.bootstrap-iso .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;-webkit-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.bootstrap-iso .custom-range::-webkit-slider-thumb{transition:none}}.bootstrap-iso .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.bootstrap-iso .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.bootstrap-iso .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;-moz-appearance:none;appearance:none}@media screen and (prefers-reduced-motion:reduce){.bootstrap-iso .custom-range::-moz-range-thumb{transition:none}}.bootstrap-iso .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.bootstrap-iso .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.bootstrap-iso .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 screen and (prefers-reduced-motion:reduce){.bootstrap-iso .custom-range::-ms-thumb{transition:none}}.bootstrap-iso .custom-range::-ms-thumb:active{background-color:#b3d7ff}.bootstrap-iso .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.bootstrap-iso .custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.bootstrap-iso .custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.bootstrap-iso .custom-control-label::before,.bootstrap-iso .custom-file-label,.bootstrap-iso .custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.bootstrap-iso .custom-control-label::before,.bootstrap-iso .custom-file-label,.bootstrap-iso .custom-select{transition:none}}.bootstrap-iso .nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.bootstrap-iso .nav-link{display:block;padding:.5rem 1rem}.bootstrap-iso .nav-link:focus,.bootstrap-iso .nav-link:hover{text-decoration:none}.bootstrap-iso .nav-link.disabled{color:#6c757d}.bootstrap-iso .nav-tabs{border-bottom:1px solid #dee2e6}.bootstrap-iso .nav-tabs .nav-item{margin-bottom:-1px}.bootstrap-iso .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap-iso .nav-tabs .nav-link:focus,.bootstrap-iso .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.bootstrap-iso .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.bootstrap-iso .nav-tabs .nav-item.show .nav-link,.bootstrap-iso .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.bootstrap-iso .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.bootstrap-iso .nav-pills .nav-link{border-radius:.25rem}.bootstrap-iso .nav-pills .nav-link.active,.bootstrap-iso .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.bootstrap-iso .nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.bootstrap-iso .nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.bootstrap-iso .tab-content>.tab-pane{display:none}.bootstrap-iso .tab-content>.active{display:block}.bootstrap-iso .navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.bootstrap-iso .navbar>.container,.bootstrap-iso .navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-iso .navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.bootstrap-iso .navbar-brand:focus,.bootstrap-iso .navbar-brand:hover{text-decoration:none}.bootstrap-iso .navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.bootstrap-iso .navbar-nav .nav-link{padding-right:0;padding-left:0}.bootstrap-iso .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap-iso .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.bootstrap-iso .navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.bootstrap-iso .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.bootstrap-iso .navbar-toggler:focus,.bootstrap-iso .navbar-toggler:hover{text-decoration:none}.bootstrap-iso .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:center center no-repeat;background-size:100% 100%}@media (max-width:575.98px){.bootstrap-iso .navbar-expand-sm>.container,.bootstrap-iso .navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.bootstrap-iso .navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-iso .navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.bootstrap-iso .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-iso .navbar-expand-sm>.container,.bootstrap-iso .navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap-iso .navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-iso .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.bootstrap-iso .navbar-expand-md>.container,.bootstrap-iso .navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.bootstrap-iso .navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-iso .navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.bootstrap-iso .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-iso .navbar-expand-md>.container,.bootstrap-iso .navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap-iso .navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-iso .navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.bootstrap-iso .navbar-expand-lg>.container,.bootstrap-iso .navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.bootstrap-iso .navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-iso .navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.bootstrap-iso .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-iso .navbar-expand-lg>.container,.bootstrap-iso .navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap-iso .navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-iso .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.bootstrap-iso .navbar-expand-xl>.container,.bootstrap-iso .navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.bootstrap-iso .navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-iso .navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.bootstrap-iso .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-iso .navbar-expand-xl>.container,.bootstrap-iso .navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap-iso .navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-iso .navbar-expand-xl .navbar-toggler{display:none}}.bootstrap-iso .navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-iso .navbar-expand>.container,.bootstrap-iso .navbar-expand>.container-fluid{padding-right:0;padding-left:0}.bootstrap-iso .navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.bootstrap-iso .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-iso .navbar-expand>.container,.bootstrap-iso .navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap-iso .navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-iso .navbar-expand .navbar-toggler{display:none}.bootstrap-iso .navbar-light .navbar-brand,.bootstrap-iso .navbar-light .navbar-brand:focus,.bootstrap-iso .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.bootstrap-iso .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.bootstrap-iso .navbar-light .navbar-nav .nav-link:focus,.bootstrap-iso .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.bootstrap-iso .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.bootstrap-iso .navbar-light .navbar-nav .active>.nav-link,.bootstrap-iso .navbar-light .navbar-nav .nav-link.active,.bootstrap-iso .navbar-light .navbar-nav .nav-link.show,.bootstrap-iso .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.bootstrap-iso .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.bootstrap-iso .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%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")}.bootstrap-iso .navbar-light .navbar-text{color:rgba(0,0,0,.5)}.bootstrap-iso .navbar-light .navbar-text a,.bootstrap-iso .navbar-light .navbar-text a:focus,.bootstrap-iso .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.bootstrap-iso .navbar-dark .navbar-brand,.bootstrap-iso .navbar-dark .navbar-brand:focus,.bootstrap-iso .navbar-dark .navbar-brand:hover{color:#fff}.bootstrap-iso .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.bootstrap-iso .navbar-dark .navbar-nav .nav-link:focus,.bootstrap-iso .navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.bootstrap-iso .navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.bootstrap-iso .navbar-dark .navbar-nav .active>.nav-link,.bootstrap-iso .navbar-dark .navbar-nav .nav-link.active,.bootstrap-iso .navbar-dark .navbar-nav .nav-link.show,.bootstrap-iso .navbar-dark .navbar-nav .show>.nav-link{color:#fff}.bootstrap-iso .navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.bootstrap-iso .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%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")}.bootstrap-iso .navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.bootstrap-iso .navbar-dark .navbar-text a,.bootstrap-iso .navbar-dark .navbar-text a:focus,.bootstrap-iso .navbar-dark .navbar-text a:hover{color:#fff}.bootstrap-iso .card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;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}.bootstrap-iso .card>hr{margin-right:0;margin-left:0}.bootstrap-iso .card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap-iso .card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap-iso .card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.bootstrap-iso .card-footer,.bootstrap-iso .card-header{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03)}.bootstrap-iso .card-title{margin-bottom:.75rem}.bootstrap-iso .card-subtitle{margin-top:-.375rem;margin-bottom:0}.bootstrap-iso .card-text:last-child{margin-bottom:0}.bootstrap-iso .card-link:hover{text-decoration:none}.bootstrap-iso .card-link+.card-link{margin-left:1.25rem}.bootstrap-iso .card-header-pills,.bootstrap-iso .card-header-tabs{margin-right:-.625rem;margin-left:-.625rem}.bootstrap-iso .card-header{margin-bottom:0;border-bottom:1px solid rgba(0,0,0,.125)}.bootstrap-iso .card-header:first-child{border-radius:calc(-.75rem) calc(-.75rem) 0 0}.bootstrap-iso .card-header+.list-group .list-group-item:first-child{border-top:0}.bootstrap-iso .card-footer{border-top:1px solid rgba(0,0,0,.125)}.bootstrap-iso .card-footer:last-child{border-radius:0 0 calc(-.75rem) calc(-.75rem)}.bootstrap-iso .card-header-tabs{margin-bottom:-.75rem;border-bottom:0}.bootstrap-iso .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.bootstrap-iso .card-img{width:100%;border-radius:calc(-.75rem)}.bootstrap-iso .card-img-top{width:100%;border-top-left-radius:calc(-.75rem);border-top-right-radius:calc(-.75rem)}.bootstrap-iso .card-img-bottom{width:100%;border-bottom-right-radius:calc(-.75rem);border-bottom-left-radius:calc(-.75rem)}.bootstrap-iso .card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.bootstrap-iso .card-deck .card{margin-bottom:15px}@media (min-width:576px){.bootstrap-iso .card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.bootstrap-iso .card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.bootstrap-iso .card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.bootstrap-iso .card-group>.card{margin-bottom:15px}@media (min-width:576px){.bootstrap-iso .card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.bootstrap-iso .card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.bootstrap-iso .card-group>.card+.card{margin-left:0;border-left:0}.bootstrap-iso .card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-iso .card-group>.card:first-child .card-header,.bootstrap-iso .card-group>.card:first-child .card-img-top{border-top-right-radius:0}.bootstrap-iso .card-group>.card:first-child .card-footer,.bootstrap-iso .card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.bootstrap-iso .card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-iso .card-group>.card:last-child .card-header,.bootstrap-iso .card-group>.card:last-child .card-img-top{border-top-left-radius:0}.bootstrap-iso .card-group>.card:last-child .card-footer,.bootstrap-iso .card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.bootstrap-iso .card-group>.card:only-child{border-radius:.25rem}.bootstrap-iso .card-group>.card:only-child .card-header,.bootstrap-iso .card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap-iso .card-group>.card:only-child .card-footer,.bootstrap-iso .card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap-iso .card-group>.card:not(:first-child):not(:last-child):not(:only-child),.bootstrap-iso .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.bootstrap-iso .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.bootstrap-iso .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.bootstrap-iso .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}.bootstrap-iso .card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.bootstrap-iso .card-columns .card{display:inline-block;width:100%}}.bootstrap-iso .card-columns .card{margin-bottom:.75rem}.bootstrap-iso .accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.bootstrap-iso .accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.bootstrap-iso .accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-iso .accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.bootstrap-iso .breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.bootstrap-iso .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.bootstrap-iso .breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.bootstrap-iso .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.bootstrap-iso .breadcrumb-item.active{color:#6c757d}.bootstrap-iso .pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.bootstrap-iso .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}.bootstrap-iso .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.bootstrap-iso .page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap-iso .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.bootstrap-iso .page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-iso .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.bootstrap-iso .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.bootstrap-iso .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.bootstrap-iso .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.bootstrap-iso .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.bootstrap-iso .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.bootstrap-iso .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.bootstrap-iso .badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;border-radius:.25rem}.bootstrap-iso .badge:empty{display:none}.bootstrap-iso .btn .badge{position:relative;top:-1px}.bootstrap-iso .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.bootstrap-iso .badge-primary{color:#fff;background-color:#007bff}.bootstrap-iso .badge-primary[href]:focus,.bootstrap-iso .badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.bootstrap-iso .badge-secondary{color:#fff;background-color:#6c757d}.bootstrap-iso .badge-secondary[href]:focus,.bootstrap-iso .badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.bootstrap-iso .badge-success{color:#fff;background-color:#28a745}.bootstrap-iso .badge-success[href]:focus,.bootstrap-iso .badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.bootstrap-iso .badge-info{color:#fff;background-color:#17a2b8}.bootstrap-iso .badge-info[href]:focus,.bootstrap-iso .badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.bootstrap-iso .badge-warning{color:#212529;background-color:#ffc107}.bootstrap-iso .badge-warning[href]:focus,.bootstrap-iso .badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.bootstrap-iso .badge-danger{color:#fff;background-color:#dc3545}.bootstrap-iso .badge-danger[href]:focus,.bootstrap-iso .badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.bootstrap-iso .badge-light{color:#212529;background-color:#f8f9fa}.bootstrap-iso .badge-light[href]:focus,.bootstrap-iso .badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.bootstrap-iso .badge-dark{color:#fff;background-color:#343a40}.bootstrap-iso .badge-dark[href]:focus,.bootstrap-iso .badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.bootstrap-iso .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.bootstrap-iso .jumbotron{padding:4rem 2rem}}.bootstrap-iso .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.bootstrap-iso .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.bootstrap-iso .alert-heading{color:inherit}.bootstrap-iso .alert-link{font-weight:700}.bootstrap-iso .alert-dismissible{padding-right:4rem}.bootstrap-iso .alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.bootstrap-iso .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.bootstrap-iso .alert-primary hr{border-top-color:#9fcdff}.bootstrap-iso .alert-primary .alert-link{color:#002752}.bootstrap-iso .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.bootstrap-iso .alert-secondary hr{border-top-color:#c8cbcf}.bootstrap-iso .alert-secondary .alert-link{color:#202326}.bootstrap-iso .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.bootstrap-iso .alert-success hr{border-top-color:#b1dfbb}.bootstrap-iso .alert-success .alert-link{color:#0b2e13}.bootstrap-iso .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.bootstrap-iso .alert-info hr{border-top-color:#abdde5}.bootstrap-iso .alert-info .alert-link{color:#062c33}.bootstrap-iso .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.bootstrap-iso .alert-warning hr{border-top-color:#ffe8a1}.bootstrap-iso .alert-warning .alert-link{color:#533f03}.bootstrap-iso .alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.bootstrap-iso .alert-danger hr{border-top-color:#f1b0b7}.bootstrap-iso .alert-danger .alert-link{color:#491217}.bootstrap-iso .alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.bootstrap-iso .alert-light hr{border-top-color:#ececf6}.bootstrap-iso .alert-light .alert-link{color:#686868}.bootstrap-iso .alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.bootstrap-iso .alert-dark hr{border-top-color:#b9bbbe}.bootstrap-iso .alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.bootstrap-iso .progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.bootstrap-iso .progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media screen and (prefers-reduced-motion:reduce){.bootstrap-iso .progress-bar{transition:none}}.bootstrap-iso .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.bootstrap-iso .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.bootstrap-iso .media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.bootstrap-iso .media-body{-ms-flex:1;flex:1}.bootstrap-iso .list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.bootstrap-iso .list-group-item-action{width:100%;color:#495057;text-align:inherit}.bootstrap-iso .list-group-item-action:focus,.bootstrap-iso .list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.bootstrap-iso .list-group-item-action:active{color:#212529;background-color:#e9ecef}.bootstrap-iso .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)}.bootstrap-iso .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap-iso .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap-iso .list-group-item:focus,.bootstrap-iso .list-group-item:hover{z-index:1;text-decoration:none}.bootstrap-iso .list-group-item.disabled,.bootstrap-iso .list-group-item:disabled{color:#6c757d;background-color:#fff}.bootstrap-iso .list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-iso .list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.bootstrap-iso .list-group-flush:first-child .list-group-item:first-child{border-top:0}.bootstrap-iso .list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.bootstrap-iso .list-group-item-primary{color:#004085;background-color:#b8daff}.bootstrap-iso .list-group-item-primary.list-group-item-action:focus,.bootstrap-iso .list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.bootstrap-iso .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.bootstrap-iso .list-group-item-secondary{color:#383d41;background-color:#d6d8db}.bootstrap-iso .list-group-item-secondary.list-group-item-action:focus,.bootstrap-iso .list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.bootstrap-iso .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.bootstrap-iso .list-group-item-success{color:#155724;background-color:#c3e6cb}.bootstrap-iso .list-group-item-success.list-group-item-action:focus,.bootstrap-iso .list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.bootstrap-iso .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.bootstrap-iso .list-group-item-info{color:#0c5460;background-color:#bee5eb}.bootstrap-iso .list-group-item-info.list-group-item-action:focus,.bootstrap-iso .list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.bootstrap-iso .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.bootstrap-iso .list-group-item-warning{color:#856404;background-color:#ffeeba}.bootstrap-iso .list-group-item-warning.list-group-item-action:focus,.bootstrap-iso .list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.bootstrap-iso .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.bootstrap-iso .list-group-item-danger{color:#721c24;background-color:#f5c6cb}.bootstrap-iso .list-group-item-danger.list-group-item-action:focus,.bootstrap-iso .list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.bootstrap-iso .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.bootstrap-iso .list-group-item-light{color:#818182;background-color:#fdfdfe}.bootstrap-iso .list-group-item-light.list-group-item-action:focus,.bootstrap-iso .list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.bootstrap-iso .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.bootstrap-iso .list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.bootstrap-iso .list-group-item-dark.list-group-item-action:focus,.bootstrap-iso .list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.bootstrap-iso .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.bootstrap-iso .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.bootstrap-iso .popover,.bootstrap-iso .tooltip{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;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;text-decoration:none}.bootstrap-iso .close:not(:disabled):not(.disabled):focus,.bootstrap-iso .close:not(:disabled):not(.disabled):hover{color:#000;text-decoration:none;opacity:.75}.bootstrap-iso button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.bootstrap-iso .modal-open{overflow:hidden}.bootstrap-iso .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap-iso .modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.bootstrap-iso .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.bootstrap-iso .modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.bootstrap-iso .modal.fade .modal-dialog{transition:none}}.bootstrap-iso .modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.bootstrap-iso .modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(99%)}.bootstrap-iso .modal-dialog-centered::before{display:block;height:calc(99vh);content:""}.bootstrap-iso .modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;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}.bootstrap-iso .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.bootstrap-iso .modal-backdrop.fade{opacity:0}.bootstrap-iso .modal-backdrop.show{opacity:.5}.bootstrap-iso .modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.bootstrap-iso .modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.bootstrap-iso .modal-title{margin-bottom:0;line-height:1.5}.bootstrap-iso .modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.bootstrap-iso .modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.bootstrap-iso .modal-footer>:not(:first-child){margin-left:.25rem}.bootstrap-iso .modal-footer>:not(:last-child){margin-right:.25rem}.bootstrap-iso .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.bootstrap-iso .modal-dialog{max-width:500px;margin:1.75rem auto}.bootstrap-iso .modal-dialog-centered{min-height:calc(96.5%)}.bootstrap-iso .modal-dialog-centered::before{height:calc(96.5vh)}.bootstrap-iso .modal-sm{max-width:300px}}@media (min-width:992px){.bootstrap-iso .modal-lg{max-width:800px}}.bootstrap-iso .tooltip{position:absolute;z-index:1070;display:block;margin:0;line-height:1.5;text-align:left;text-align:start;text-shadow:none;opacity:0}.bootstrap-iso .tooltip.show{opacity:.9}.bootstrap-iso .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.bootstrap-iso .tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bootstrap-iso .bs-tooltip-auto[x-placement^=top],.bootstrap-iso .bs-tooltip-top{padding:.4rem 0}.bootstrap-iso .bs-tooltip-auto[x-placement^=top] .arrow,.bootstrap-iso .bs-tooltip-top .arrow{bottom:0}.bootstrap-iso .bs-tooltip-auto[x-placement^=top] .arrow::before,.bootstrap-iso .bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bootstrap-iso .bs-tooltip-auto[x-placement^=right],.bootstrap-iso .bs-tooltip-right{padding:0 .4rem}.bootstrap-iso .bs-tooltip-auto[x-placement^=right] .arrow,.bootstrap-iso .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bootstrap-iso .bs-tooltip-auto[x-placement^=right] .arrow::before,.bootstrap-iso .bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bootstrap-iso .bs-tooltip-auto[x-placement^=bottom],.bootstrap-iso .bs-tooltip-bottom{padding:.4rem 0}.bootstrap-iso .bs-tooltip-auto[x-placement^=bottom] .arrow,.bootstrap-iso .bs-tooltip-bottom .arrow{top:0}.bootstrap-iso .bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bootstrap-iso .bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bootstrap-iso .bs-tooltip-auto[x-placement^=left],.bootstrap-iso .bs-tooltip-left{padding:0 .4rem}.bootstrap-iso .bs-tooltip-auto[x-placement^=left] .arrow,.bootstrap-iso .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bootstrap-iso .bs-tooltip-auto[x-placement^=left] .arrow::before,.bootstrap-iso .bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.bootstrap-iso .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.bootstrap-iso .popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;line-height:1.5;text-align:left;text-align:start;text-shadow:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.bootstrap-iso .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.bootstrap-iso .popover .arrow::after,.bootstrap-iso .popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bootstrap-iso .bs-popover-auto[x-placement^=top],.bootstrap-iso .bs-popover-top{margin-bottom:.5rem}.bootstrap-iso .bs-popover-auto[x-placement^=top] .arrow,.bootstrap-iso .bs-popover-top .arrow{bottom:calc(-1.5rem)}.bootstrap-iso .bs-popover-auto[x-placement^=top] .arrow::after,.bootstrap-iso .bs-popover-auto[x-placement^=top] .arrow::before,.bootstrap-iso .bs-popover-top .arrow::after,.bootstrap-iso .bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bootstrap-iso .bs-popover-auto[x-placement^=top] .arrow::before,.bootstrap-iso .bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bootstrap-iso .bs-popover-auto[x-placement^=top] .arrow::after,.bootstrap-iso .bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bootstrap-iso .bs-popover-auto[x-placement^=right],.bootstrap-iso .bs-popover-right{margin-left:.5rem}.bootstrap-iso .bs-popover-auto[x-placement^=right] .arrow,.bootstrap-iso .bs-popover-right .arrow{left:calc(-1.5rem);width:.5rem;height:1rem;margin:.3rem 0}.bootstrap-iso .bs-popover-auto[x-placement^=right] .arrow::after,.bootstrap-iso .bs-popover-auto[x-placement^=right] .arrow::before,.bootstrap-iso .bs-popover-right .arrow::after,.bootstrap-iso .bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bootstrap-iso .bs-popover-auto[x-placement^=right] .arrow::before,.bootstrap-iso .bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bootstrap-iso .bs-popover-auto[x-placement^=right] .arrow::after,.bootstrap-iso .bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bootstrap-iso .bs-popover-auto[x-placement^=bottom],.bootstrap-iso .bs-popover-bottom{margin-top:.5rem}.bootstrap-iso .bs-popover-auto[x-placement^=bottom] .arrow,.bootstrap-iso .bs-popover-bottom .arrow{top:calc(-1.5rem)}.bootstrap-iso .bs-popover-auto[x-placement^=bottom] .arrow::after,.bootstrap-iso .bs-popover-auto[x-placement^=bottom] .arrow::before,.bootstrap-iso .bs-popover-bottom .arrow::after,.bootstrap-iso .bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem}.bootstrap-iso .bs-popover-auto[x-placement^=bottom] .arrow::before,.bootstrap-iso .bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bootstrap-iso .bs-popover-auto[x-placement^=bottom] .arrow::after,.bootstrap-iso .bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bootstrap-iso .bs-popover-auto[x-placement^=bottom] .popover-header::before,.bootstrap-iso .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}.bootstrap-iso .bs-popover-auto[x-placement^=left],.bootstrap-iso .bs-popover-left{margin-right:.5rem}.bootstrap-iso .bs-popover-auto[x-placement^=left] .arrow,.bootstrap-iso .bs-popover-left .arrow{right:calc(-1.5rem);width:.5rem;height:1rem;margin:.3rem 0}.bootstrap-iso .bs-popover-auto[x-placement^=left] .arrow::after,.bootstrap-iso .bs-popover-auto[x-placement^=left] .arrow::before,.bootstrap-iso .bs-popover-left .arrow::after,.bootstrap-iso .bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bootstrap-iso .bs-popover-auto[x-placement^=left] .arrow::before,.bootstrap-iso .bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bootstrap-iso .bs-popover-auto[x-placement^=left] .arrow::after,.bootstrap-iso .bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.bootstrap-iso .popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(-.7rem);border-top-right-radius:calc(-.7rem)}.bootstrap-iso .popover-header:empty{display:none}.bootstrap-iso .popover-body{padding:.5rem .75rem;color:#212529}.bootstrap-iso .carousel{position:relative}.bootstrap-iso .carousel-inner{position:relative;width:100%;overflow:hidden}.bootstrap-iso .carousel-item{position:relative;display:none;-ms-flex-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.bootstrap-iso .carousel-item-next,.bootstrap-iso .carousel-item-prev,.bootstrap-iso .carousel-item.active{display:block;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.bootstrap-iso .carousel-item-next,.bootstrap-iso .carousel-item-prev,.bootstrap-iso .carousel-item.active{transition:none}}.bootstrap-iso .carousel-item-next,.bootstrap-iso .carousel-item-prev{position:absolute;top:0}.bootstrap-iso .carousel-item-next.carousel-item-left,.bootstrap-iso .carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.bootstrap-iso .carousel-item-next.carousel-item-left,.bootstrap-iso .carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bootstrap-iso .active.carousel-item-right,.bootstrap-iso .carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.bootstrap-iso .active.carousel-item-right,.bootstrap-iso .carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.bootstrap-iso .active.carousel-item-left,.bootstrap-iso .carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.bootstrap-iso .active.carousel-item-left,.bootstrap-iso .carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.bootstrap-iso .carousel-fade .carousel-item{opacity:0;transition-duration:.6s;transition-property:opacity}.bootstrap-iso .carousel-fade .carousel-item-next.carousel-item-left,.bootstrap-iso .carousel-fade .carousel-item-prev.carousel-item-right,.bootstrap-iso .carousel-fade .carousel-item.active{opacity:1}.bootstrap-iso .carousel-fade .active.carousel-item-left,.bootstrap-iso .carousel-fade .active.carousel-item-right{opacity:0}.bootstrap-iso .carousel-fade .active.carousel-item-left,.bootstrap-iso .carousel-fade .active.carousel-item-prev,.bootstrap-iso .carousel-fade .carousel-item-next,.bootstrap-iso .carousel-fade .carousel-item-prev,.bootstrap-iso .carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.bootstrap-iso .carousel-fade .active.carousel-item-left,.bootstrap-iso .carousel-fade .active.carousel-item-prev,.bootstrap-iso .carousel-fade .carousel-item-next,.bootstrap-iso .carousel-fade .carousel-item-prev,.bootstrap-iso .carousel-fade .carousel-item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bootstrap-iso .carousel-control-next,.bootstrap-iso .carousel-control-prev{position:absolute;top:0;bottom:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.bootstrap-iso .carousel-control-next:focus,.bootstrap-iso .carousel-control-next:hover,.bootstrap-iso .carousel-control-prev:focus,.bootstrap-iso .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.bootstrap-iso .carousel-control-prev{left:0}.bootstrap-iso .carousel-control-next{right:0}.bootstrap-iso .carousel-control-next-icon,.bootstrap-iso .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:center center no-repeat;background-size:100% 100%}.bootstrap-iso .carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%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.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.bootstrap-iso .carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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")}.bootstrap-iso .carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.bootstrap-iso .carousel-indicators li{position:relative;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.bootstrap-iso .carousel-indicators li::after,.bootstrap-iso .carousel-indicators li::before{left:0;display:inline-block;height:10px;position:absolute;content:"";width:100%}.bootstrap-iso .carousel-indicators li::before{top:-10px}.bootstrap-iso .carousel-indicators li::after{bottom:-10px}.bootstrap-iso .carousel-indicators .active{background-color:#fff}.bootstrap-iso .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.bootstrap-iso .align-baseline{vertical-align:baseline!important}.bootstrap-iso .align-top{vertical-align:top!important}.bootstrap-iso .align-middle{vertical-align:middle!important}.bootstrap-iso .align-bottom{vertical-align:bottom!important}.bootstrap-iso .align-text-bottom{vertical-align:text-bottom!important}.bootstrap-iso .align-text-top{vertical-align:text-top!important}.bootstrap-iso .bg-primary{background-color:#007bff!important}.bootstrap-iso a.bg-primary:focus,.bootstrap-iso a.bg-primary:hover,.bootstrap-iso button.bg-primary:focus,.bootstrap-iso button.bg-primary:hover{background-color:#0062cc!important}.bootstrap-iso .bg-secondary{background-color:#6c757d!important}.bootstrap-iso a.bg-secondary:focus,.bootstrap-iso a.bg-secondary:hover,.bootstrap-iso button.bg-secondary:focus,.bootstrap-iso button.bg-secondary:hover{background-color:#545b62!important}.bootstrap-iso .bg-success{background-color:#28a745!important}.bootstrap-iso a.bg-success:focus,.bootstrap-iso a.bg-success:hover,.bootstrap-iso button.bg-success:focus,.bootstrap-iso button.bg-success:hover{background-color:#1e7e34!important}.bootstrap-iso .bg-info{background-color:#17a2b8!important}.bootstrap-iso a.bg-info:focus,.bootstrap-iso a.bg-info:hover,.bootstrap-iso button.bg-info:focus,.bootstrap-iso button.bg-info:hover{background-color:#117a8b!important}.bootstrap-iso .bg-warning{background-color:#ffc107!important}.bootstrap-iso a.bg-warning:focus,.bootstrap-iso a.bg-warning:hover,.bootstrap-iso button.bg-warning:focus,.bootstrap-iso button.bg-warning:hover{background-color:#d39e00!important}.bootstrap-iso .bg-danger{background-color:#dc3545!important}.bootstrap-iso a.bg-danger:focus,.bootstrap-iso a.bg-danger:hover,.bootstrap-iso button.bg-danger:focus,.bootstrap-iso button.bg-danger:hover{background-color:#bd2130!important}.bootstrap-iso .bg-light{background-color:#f8f9fa!important}.bootstrap-iso a.bg-light:focus,.bootstrap-iso a.bg-light:hover,.bootstrap-iso button.bg-light:focus,.bootstrap-iso button.bg-light:hover{background-color:#dae0e5!important}.bootstrap-iso .bg-dark{background-color:#343a40!important}.bootstrap-iso a.bg-dark:focus,.bootstrap-iso a.bg-dark:hover,.bootstrap-iso button.bg-dark:focus,.bootstrap-iso button.bg-dark:hover{background-color:#1d2124!important}.bootstrap-iso .bg-white{background-color:#fff!important}.bootstrap-iso .bg-transparent{background-color:transparent!important}.bootstrap-iso .border{border:1px solid #dee2e6!important}.bootstrap-iso .border-top{border-top:1px solid #dee2e6!important}.bootstrap-iso .border-right{border-right:1px solid #dee2e6!important}.bootstrap-iso .border-bottom{border-bottom:1px solid #dee2e6!important}.bootstrap-iso .border-left{border-left:1px solid #dee2e6!important}.bootstrap-iso .border-0{border:0!important}.bootstrap-iso .border-top-0{border-top:0!important}.bootstrap-iso .border-right-0{border-right:0!important}.bootstrap-iso .border-bottom-0{border-bottom:0!important}.bootstrap-iso .border-left-0{border-left:0!important}.bootstrap-iso .border-primary{border-color:#007bff!important}.bootstrap-iso .border-secondary{border-color:#6c757d!important}.bootstrap-iso .border-success{border-color:#28a745!important}.bootstrap-iso .border-info{border-color:#17a2b8!important}.bootstrap-iso .border-warning{border-color:#ffc107!important}.bootstrap-iso .border-danger{border-color:#dc3545!important}.bootstrap-iso .border-light{border-color:#f8f9fa!important}.bootstrap-iso .border-dark{border-color:#343a40!important}.bootstrap-iso .border-white{border-color:#fff!important}.bootstrap-iso .rounded{border-radius:.25rem!important}.bootstrap-iso .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.bootstrap-iso .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.bootstrap-iso .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.bootstrap-iso .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.bootstrap-iso .rounded-circle{border-radius:50%!important}.bootstrap-iso .rounded-0{border-radius:0!important}.bootstrap-iso .clearfix::after{display:block;clear:both;content:""}.bootstrap-iso .d-none{display:none!important}.bootstrap-iso .d-inline{display:inline!important}.bootstrap-iso .d-inline-block{display:inline-block!important}.bootstrap-iso .d-block{display:block!important}.bootstrap-iso .d-table{display:table!important}.bootstrap-iso .d-table-row{display:table-row!important}.bootstrap-iso .d-table-cell{display:table-cell!important}.bootstrap-iso .d-flex{display:-ms-flexbox!important;display:flex!important}.bootstrap-iso .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.bootstrap-iso .d-sm-none{display:none!important}.bootstrap-iso .d-sm-inline{display:inline!important}.bootstrap-iso .d-sm-inline-block{display:inline-block!important}.bootstrap-iso .d-sm-block{display:block!important}.bootstrap-iso .d-sm-table{display:table!important}.bootstrap-iso .d-sm-table-row{display:table-row!important}.bootstrap-iso .d-sm-table-cell{display:table-cell!important}.bootstrap-iso .d-sm-flex{display:-ms-flexbox!important;display:flex!important}.bootstrap-iso .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.bootstrap-iso .d-md-none{display:none!important}.bootstrap-iso .d-md-inline{display:inline!important}.bootstrap-iso .d-md-inline-block{display:inline-block!important}.bootstrap-iso .d-md-block{display:block!important}.bootstrap-iso .d-md-table{display:table!important}.bootstrap-iso .d-md-table-row{display:table-row!important}.bootstrap-iso .d-md-table-cell{display:table-cell!important}.bootstrap-iso .d-md-flex{display:-ms-flexbox!important;display:flex!important}.bootstrap-iso .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.bootstrap-iso .d-lg-none{display:none!important}.bootstrap-iso .d-lg-inline{display:inline!important}.bootstrap-iso .d-lg-inline-block{display:inline-block!important}.bootstrap-iso .d-lg-block{display:block!important}.bootstrap-iso .d-lg-table{display:table!important}.bootstrap-iso .d-lg-table-row{display:table-row!important}.bootstrap-iso .d-lg-table-cell{display:table-cell!important}.bootstrap-iso .d-lg-flex{display:-ms-flexbox!important;display:flex!important}.bootstrap-iso .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.bootstrap-iso .d-xl-none{display:none!important}.bootstrap-iso .d-xl-inline{display:inline!important}.bootstrap-iso .d-xl-inline-block{display:inline-block!important}.bootstrap-iso .d-xl-block{display:block!important}.bootstrap-iso .d-xl-table{display:table!important}.bootstrap-iso .d-xl-table-row{display:table-row!important}.bootstrap-iso .d-xl-table-cell{display:table-cell!important}.bootstrap-iso .d-xl-flex{display:-ms-flexbox!important;display:flex!important}.bootstrap-iso .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.bootstrap-iso .d-print-none{display:none!important}.bootstrap-iso .d-print-inline{display:inline!important}.bootstrap-iso .d-print-inline-block{display:inline-block!important}.bootstrap-iso .d-print-block{display:block!important}.bootstrap-iso .d-print-table{display:table!important}.bootstrap-iso .d-print-table-row{display:table-row!important}.bootstrap-iso .d-print-table-cell{display:table-cell!important}.bootstrap-iso .d-print-flex{display:-ms-flexbox!important;display:flex!important}.bootstrap-iso .d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.bootstrap-iso .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.bootstrap-iso .embed-responsive::before{display:block;content:""}.bootstrap-iso .embed-responsive .embed-responsive-item,.bootstrap-iso .embed-responsive embed,.bootstrap-iso .embed-responsive iframe,.bootstrap-iso .embed-responsive object,.bootstrap-iso .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.bootstrap-iso .embed-responsive-21by9::before{padding-top:42.857143%}.bootstrap-iso .embed-responsive-16by9::before{padding-top:56.25%}.bootstrap-iso .embed-responsive-4by3::before{padding-top:75%}.bootstrap-iso .embed-responsive-1by1::before{padding-top:100%}.bootstrap-iso .flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap-iso .flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap-iso .flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap-iso .flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap-iso .flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap-iso .flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap-iso .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap-iso .flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.bootstrap-iso .flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.bootstrap-iso .flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.bootstrap-iso .flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.bootstrap-iso .flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.bootstrap-iso .justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap-iso .justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap-iso .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.bootstrap-iso .justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap-iso .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap-iso .align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap-iso .align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap-iso .align-items-center{-ms-flex-align:center!important;align-items:center!important}.bootstrap-iso .align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap-iso .align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap-iso .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap-iso .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap-iso .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap-iso .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap-iso .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap-iso .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap-iso .align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap-iso .align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap-iso .align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap-iso .align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap-iso .align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap-iso .align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.bootstrap-iso .float-left{float:left!important}.bootstrap-iso .float-right{float:right!important}.bootstrap-iso .float-none{float:none!important}.bootstrap-iso .position-static{position:static!important}.bootstrap-iso .position-relative{position:relative!important}.bootstrap-iso .position-absolute{position:absolute!important}.bootstrap-iso .position-fixed{position:fixed!important}.bootstrap-iso .position-sticky{position:-webkit-sticky!important;position:sticky!important}.bootstrap-iso .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.bootstrap-iso .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.bootstrap-iso .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.bootstrap-iso .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bootstrap-iso .sr-only-focusable:active,.bootstrap-iso .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.bootstrap-iso .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.bootstrap-iso .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.bootstrap-iso .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.bootstrap-iso .shadow-none{box-shadow:none!important}.bootstrap-iso .w-25{width:25%!important}.bootstrap-iso .w-50{width:50%!important}.bootstrap-iso .w-75{width:75%!important}.bootstrap-iso .w-100{width:100%!important}.bootstrap-iso .w-auto{width:auto!important}.bootstrap-iso .h-25{height:25%!important}.bootstrap-iso .h-50{height:50%!important}.bootstrap-iso .h-75{height:75%!important}.bootstrap-iso .h-100{height:100%!important}.bootstrap-iso .h-auto{height:auto!important}.bootstrap-iso .mw-100{max-width:100%!important}.bootstrap-iso .mh-100{max-height:100%!important}.bootstrap-iso .m-0{margin:0!important}.bootstrap-iso .mt-0,.bootstrap-iso .my-0{margin-top:0!important}.bootstrap-iso .mr-0,.bootstrap-iso .mx-0{margin-right:0!important}.bootstrap-iso .mb-0,.bootstrap-iso .my-0{margin-bottom:0!important}.bootstrap-iso .ml-0,.bootstrap-iso .mx-0{margin-left:0!important}.bootstrap-iso .m-1{margin:.25rem!important}.bootstrap-iso .mt-1,.bootstrap-iso .my-1{margin-top:.25rem!important}.bootstrap-iso .mr-1,.bootstrap-iso .mx-1{margin-right:.25rem!important}.bootstrap-iso .mb-1,.bootstrap-iso .my-1{margin-bottom:.25rem!important}.bootstrap-iso .ml-1,.bootstrap-iso .mx-1{margin-left:.25rem!important}.bootstrap-iso .m-2{margin:.5rem!important}.bootstrap-iso .mt-2,.bootstrap-iso .my-2{margin-top:.5rem!important}.bootstrap-iso .mr-2,.bootstrap-iso .mx-2{margin-right:.5rem!important}.bootstrap-iso .mb-2,.bootstrap-iso .my-2{margin-bottom:.5rem!important}.bootstrap-iso .ml-2,.bootstrap-iso .mx-2{margin-left:.5rem!important}.bootstrap-iso .m-3{margin:1rem!important}.bootstrap-iso .mt-3,.bootstrap-iso .my-3{margin-top:1rem!important}.bootstrap-iso .mr-3,.bootstrap-iso .mx-3{margin-right:1rem!important}.bootstrap-iso .mb-3,.bootstrap-iso .my-3{margin-bottom:1rem!important}.bootstrap-iso .ml-3,.bootstrap-iso .mx-3{margin-left:1rem!important}.bootstrap-iso .m-4{margin:1.5rem!important}.bootstrap-iso .mt-4,.bootstrap-iso .my-4{margin-top:1.5rem!important}.bootstrap-iso .mr-4,.bootstrap-iso .mx-4{margin-right:1.5rem!important}.bootstrap-iso .mb-4,.bootstrap-iso .my-4{margin-bottom:1.5rem!important}.bootstrap-iso .ml-4,.bootstrap-iso .mx-4{margin-left:1.5rem!important}.bootstrap-iso .m-5{margin:3rem!important}.bootstrap-iso .mt-5,.bootstrap-iso .my-5{margin-top:3rem!important}.bootstrap-iso .mr-5,.bootstrap-iso .mx-5{margin-right:3rem!important}.bootstrap-iso .mb-5,.bootstrap-iso .my-5{margin-bottom:3rem!important}.bootstrap-iso .ml-5,.bootstrap-iso .mx-5{margin-left:3rem!important}.bootstrap-iso .p-0{padding:0!important}.bootstrap-iso .pt-0,.bootstrap-iso .py-0{padding-top:0!important}.bootstrap-iso .pr-0,.bootstrap-iso .px-0{padding-right:0!important}.bootstrap-iso .pb-0,.bootstrap-iso .py-0{padding-bottom:0!important}.bootstrap-iso .pl-0,.bootstrap-iso .px-0{padding-left:0!important}.bootstrap-iso .p-1{padding:.25rem!important}.bootstrap-iso .pt-1,.bootstrap-iso .py-1{padding-top:.25rem!important}.bootstrap-iso .pr-1,.bootstrap-iso .px-1{padding-right:.25rem!important}.bootstrap-iso .pb-1,.bootstrap-iso .py-1{padding-bottom:.25rem!important}.bootstrap-iso .pl-1,.bootstrap-iso .px-1{padding-left:.25rem!important}.bootstrap-iso .p-2{padding:.5rem!important}.bootstrap-iso .pt-2,.bootstrap-iso .py-2{padding-top:.5rem!important}.bootstrap-iso .pr-2,.bootstrap-iso .px-2{padding-right:.5rem!important}.bootstrap-iso .pb-2,.bootstrap-iso .py-2{padding-bottom:.5rem!important}.bootstrap-iso .pl-2,.bootstrap-iso .px-2{padding-left:.5rem!important}.bootstrap-iso .p-3{padding:1rem!important}.bootstrap-iso .pt-3,.bootstrap-iso .py-3{padding-top:1rem!important}.bootstrap-iso .pr-3,.bootstrap-iso .px-3{padding-right:1rem!important}.bootstrap-iso .pb-3,.bootstrap-iso .py-3{padding-bottom:1rem!important}.bootstrap-iso .pl-3,.bootstrap-iso .px-3{padding-left:1rem!important}.bootstrap-iso .p-4{padding:1.5rem!important}.bootstrap-iso .pt-4,.bootstrap-iso .py-4{padding-top:1.5rem!important}.bootstrap-iso .pr-4,.bootstrap-iso .px-4{padding-right:1.5rem!important}.bootstrap-iso .pb-4,.bootstrap-iso .py-4{padding-bottom:1.5rem!important}.bootstrap-iso .pl-4,.bootstrap-iso .px-4{padding-left:1.5rem!important}.bootstrap-iso .p-5{padding:3rem!important}.bootstrap-iso .pt-5,.bootstrap-iso .py-5{padding-top:3rem!important}.bootstrap-iso .pr-5,.bootstrap-iso .px-5{padding-right:3rem!important}.bootstrap-iso .pb-5,.bootstrap-iso .py-5{padding-bottom:3rem!important}.bootstrap-iso .pl-5,.bootstrap-iso .px-5{padding-left:3rem!important}.bootstrap-iso .m-auto{margin:auto!important}.bootstrap-iso .mt-auto,.bootstrap-iso .my-auto{margin-top:auto!important}.bootstrap-iso .mr-auto,.bootstrap-iso .mx-auto{margin-right:auto!important}.bootstrap-iso .mb-auto,.bootstrap-iso .my-auto{margin-bottom:auto!important}.bootstrap-iso .ml-auto,.bootstrap-iso .mx-auto{margin-left:auto!important}.bootstrap-iso .text-justify{text-align:justify!important}.bootstrap-iso .text-nowrap{white-space:nowrap!important}.bootstrap-iso .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap-iso .text-left{text-align:left!important}.bootstrap-iso .text-right{text-align:right!important}.bootstrap-iso .text-center{text-align:center!important}@media (min-width:576px){.bootstrap-iso .flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap-iso .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap-iso .flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap-iso .flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap-iso .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap-iso .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap-iso .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap-iso .flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.bootstrap-iso .flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.bootstrap-iso .flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.bootstrap-iso .flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.bootstrap-iso .flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.bootstrap-iso .justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap-iso .justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap-iso .justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.bootstrap-iso .justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap-iso .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap-iso .align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap-iso .align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap-iso .align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.bootstrap-iso .align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap-iso .align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap-iso .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap-iso .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap-iso .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap-iso .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap-iso .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap-iso .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap-iso .align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap-iso .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap-iso .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap-iso .align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap-iso .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap-iso .align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.bootstrap-iso .float-sm-left{float:left!important}.bootstrap-iso .float-sm-right{float:right!important}.bootstrap-iso .float-sm-none{float:none!important}.bootstrap-iso .m-sm-0{margin:0!important}.bootstrap-iso .mt-sm-0,.bootstrap-iso .my-sm-0{margin-top:0!important}.bootstrap-iso .mr-sm-0,.bootstrap-iso .mx-sm-0{margin-right:0!important}.bootstrap-iso .mb-sm-0,.bootstrap-iso .my-sm-0{margin-bottom:0!important}.bootstrap-iso .ml-sm-0,.bootstrap-iso .mx-sm-0{margin-left:0!important}.bootstrap-iso .m-sm-1{margin:.25rem!important}.bootstrap-iso .mt-sm-1,.bootstrap-iso .my-sm-1{margin-top:.25rem!important}.bootstrap-iso .mr-sm-1,.bootstrap-iso .mx-sm-1{margin-right:.25rem!important}.bootstrap-iso .mb-sm-1,.bootstrap-iso .my-sm-1{margin-bottom:.25rem!important}.bootstrap-iso .ml-sm-1,.bootstrap-iso .mx-sm-1{margin-left:.25rem!important}.bootstrap-iso .m-sm-2{margin:.5rem!important}.bootstrap-iso .mt-sm-2,.bootstrap-iso .my-sm-2{margin-top:.5rem!important}.bootstrap-iso .mr-sm-2,.bootstrap-iso .mx-sm-2{margin-right:.5rem!important}.bootstrap-iso .mb-sm-2,.bootstrap-iso .my-sm-2{margin-bottom:.5rem!important}.bootstrap-iso .ml-sm-2,.bootstrap-iso .mx-sm-2{margin-left:.5rem!important}.bootstrap-iso .m-sm-3{margin:1rem!important}.bootstrap-iso .mt-sm-3,.bootstrap-iso .my-sm-3{margin-top:1rem!important}.bootstrap-iso .mr-sm-3,.bootstrap-iso .mx-sm-3{margin-right:1rem!important}.bootstrap-iso .mb-sm-3,.bootstrap-iso .my-sm-3{margin-bottom:1rem!important}.bootstrap-iso .ml-sm-3,.bootstrap-iso .mx-sm-3{margin-left:1rem!important}.bootstrap-iso .m-sm-4{margin:1.5rem!important}.bootstrap-iso .mt-sm-4,.bootstrap-iso .my-sm-4{margin-top:1.5rem!important}.bootstrap-iso .mr-sm-4,.bootstrap-iso .mx-sm-4{margin-right:1.5rem!important}.bootstrap-iso .mb-sm-4,.bootstrap-iso .my-sm-4{margin-bottom:1.5rem!important}.bootstrap-iso .ml-sm-4,.bootstrap-iso .mx-sm-4{margin-left:1.5rem!important}.bootstrap-iso .m-sm-5{margin:3rem!important}.bootstrap-iso .mt-sm-5,.bootstrap-iso .my-sm-5{margin-top:3rem!important}.bootstrap-iso .mr-sm-5,.bootstrap-iso .mx-sm-5{margin-right:3rem!important}.bootstrap-iso .mb-sm-5,.bootstrap-iso .my-sm-5{margin-bottom:3rem!important}.bootstrap-iso .ml-sm-5,.bootstrap-iso .mx-sm-5{margin-left:3rem!important}.bootstrap-iso .p-sm-0{padding:0!important}.bootstrap-iso .pt-sm-0,.bootstrap-iso .py-sm-0{padding-top:0!important}.bootstrap-iso .pr-sm-0,.bootstrap-iso .px-sm-0{padding-right:0!important}.bootstrap-iso .pb-sm-0,.bootstrap-iso .py-sm-0{padding-bottom:0!important}.bootstrap-iso .pl-sm-0,.bootstrap-iso .px-sm-0{padding-left:0!important}.bootstrap-iso .p-sm-1{padding:.25rem!important}.bootstrap-iso .pt-sm-1,.bootstrap-iso .py-sm-1{padding-top:.25rem!important}.bootstrap-iso .pr-sm-1,.bootstrap-iso .px-sm-1{padding-right:.25rem!important}.bootstrap-iso .pb-sm-1,.bootstrap-iso .py-sm-1{padding-bottom:.25rem!important}.bootstrap-iso .pl-sm-1,.bootstrap-iso .px-sm-1{padding-left:.25rem!important}.bootstrap-iso .p-sm-2{padding:.5rem!important}.bootstrap-iso .pt-sm-2,.bootstrap-iso .py-sm-2{padding-top:.5rem!important}.bootstrap-iso .pr-sm-2,.bootstrap-iso .px-sm-2{padding-right:.5rem!important}.bootstrap-iso .pb-sm-2,.bootstrap-iso .py-sm-2{padding-bottom:.5rem!important}.bootstrap-iso .pl-sm-2,.bootstrap-iso .px-sm-2{padding-left:.5rem!important}.bootstrap-iso .p-sm-3{padding:1rem!important}.bootstrap-iso .pt-sm-3,.bootstrap-iso .py-sm-3{padding-top:1rem!important}.bootstrap-iso .pr-sm-3,.bootstrap-iso .px-sm-3{padding-right:1rem!important}.bootstrap-iso .pb-sm-3,.bootstrap-iso .py-sm-3{padding-bottom:1rem!important}.bootstrap-iso .pl-sm-3,.bootstrap-iso .px-sm-3{padding-left:1rem!important}.bootstrap-iso .p-sm-4{padding:1.5rem!important}.bootstrap-iso .pt-sm-4,.bootstrap-iso .py-sm-4{padding-top:1.5rem!important}.bootstrap-iso .pr-sm-4,.bootstrap-iso .px-sm-4{padding-right:1.5rem!important}.bootstrap-iso .pb-sm-4,.bootstrap-iso .py-sm-4{padding-bottom:1.5rem!important}.bootstrap-iso .pl-sm-4,.bootstrap-iso .px-sm-4{padding-left:1.5rem!important}.bootstrap-iso .p-sm-5{padding:3rem!important}.bootstrap-iso .pt-sm-5,.bootstrap-iso .py-sm-5{padding-top:3rem!important}.bootstrap-iso .pr-sm-5,.bootstrap-iso .px-sm-5{padding-right:3rem!important}.bootstrap-iso .pb-sm-5,.bootstrap-iso .py-sm-5{padding-bottom:3rem!important}.bootstrap-iso .pl-sm-5,.bootstrap-iso .px-sm-5{padding-left:3rem!important}.bootstrap-iso .m-sm-auto{margin:auto!important}.bootstrap-iso .mt-sm-auto,.bootstrap-iso .my-sm-auto{margin-top:auto!important}.bootstrap-iso .mr-sm-auto,.bootstrap-iso .mx-sm-auto{margin-right:auto!important}.bootstrap-iso .mb-sm-auto,.bootstrap-iso .my-sm-auto{margin-bottom:auto!important}.bootstrap-iso .ml-sm-auto,.bootstrap-iso .mx-sm-auto{margin-left:auto!important}.bootstrap-iso .text-sm-left{text-align:left!important}.bootstrap-iso .text-sm-right{text-align:right!important}.bootstrap-iso .text-sm-center{text-align:center!important}}@media (min-width:768px){.bootstrap-iso .flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap-iso .flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap-iso .flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap-iso .flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap-iso .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap-iso .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap-iso .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap-iso .flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.bootstrap-iso .flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.bootstrap-iso .flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.bootstrap-iso .flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.bootstrap-iso .flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.bootstrap-iso .justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap-iso .justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap-iso .justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.bootstrap-iso .justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap-iso .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap-iso .align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap-iso .align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap-iso .align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.bootstrap-iso .align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap-iso .align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap-iso .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap-iso .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap-iso .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap-iso .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap-iso .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap-iso .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap-iso .align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap-iso .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap-iso .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap-iso .align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap-iso .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap-iso .align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.bootstrap-iso .float-md-left{float:left!important}.bootstrap-iso .float-md-right{float:right!important}.bootstrap-iso .float-md-none{float:none!important}.bootstrap-iso .m-md-0{margin:0!important}.bootstrap-iso .mt-md-0,.bootstrap-iso .my-md-0{margin-top:0!important}.bootstrap-iso .mr-md-0,.bootstrap-iso .mx-md-0{margin-right:0!important}.bootstrap-iso .mb-md-0,.bootstrap-iso .my-md-0{margin-bottom:0!important}.bootstrap-iso .ml-md-0,.bootstrap-iso .mx-md-0{margin-left:0!important}.bootstrap-iso .m-md-1{margin:.25rem!important}.bootstrap-iso .mt-md-1,.bootstrap-iso .my-md-1{margin-top:.25rem!important}.bootstrap-iso .mr-md-1,.bootstrap-iso .mx-md-1{margin-right:.25rem!important}.bootstrap-iso .mb-md-1,.bootstrap-iso .my-md-1{margin-bottom:.25rem!important}.bootstrap-iso .ml-md-1,.bootstrap-iso .mx-md-1{margin-left:.25rem!important}.bootstrap-iso .m-md-2{margin:.5rem!important}.bootstrap-iso .mt-md-2,.bootstrap-iso .my-md-2{margin-top:.5rem!important}.bootstrap-iso .mr-md-2,.bootstrap-iso .mx-md-2{margin-right:.5rem!important}.bootstrap-iso .mb-md-2,.bootstrap-iso .my-md-2{margin-bottom:.5rem!important}.bootstrap-iso .ml-md-2,.bootstrap-iso .mx-md-2{margin-left:.5rem!important}.bootstrap-iso .m-md-3{margin:1rem!important}.bootstrap-iso .mt-md-3,.bootstrap-iso .my-md-3{margin-top:1rem!important}.bootstrap-iso .mr-md-3,.bootstrap-iso .mx-md-3{margin-right:1rem!important}.bootstrap-iso .mb-md-3,.bootstrap-iso .my-md-3{margin-bottom:1rem!important}.bootstrap-iso .ml-md-3,.bootstrap-iso .mx-md-3{margin-left:1rem!important}.bootstrap-iso .m-md-4{margin:1.5rem!important}.bootstrap-iso .mt-md-4,.bootstrap-iso .my-md-4{margin-top:1.5rem!important}.bootstrap-iso .mr-md-4,.bootstrap-iso .mx-md-4{margin-right:1.5rem!important}.bootstrap-iso .mb-md-4,.bootstrap-iso .my-md-4{margin-bottom:1.5rem!important}.bootstrap-iso .ml-md-4,.bootstrap-iso .mx-md-4{margin-left:1.5rem!important}.bootstrap-iso .m-md-5{margin:3rem!important}.bootstrap-iso .mt-md-5,.bootstrap-iso .my-md-5{margin-top:3rem!important}.bootstrap-iso .mr-md-5,.bootstrap-iso .mx-md-5{margin-right:3rem!important}.bootstrap-iso .mb-md-5,.bootstrap-iso .my-md-5{margin-bottom:3rem!important}.bootstrap-iso .ml-md-5,.bootstrap-iso .mx-md-5{margin-left:3rem!important}.bootstrap-iso .p-md-0{padding:0!important}.bootstrap-iso .pt-md-0,.bootstrap-iso .py-md-0{padding-top:0!important}.bootstrap-iso .pr-md-0,.bootstrap-iso .px-md-0{padding-right:0!important}.bootstrap-iso .pb-md-0,.bootstrap-iso .py-md-0{padding-bottom:0!important}.bootstrap-iso .pl-md-0,.bootstrap-iso .px-md-0{padding-left:0!important}.bootstrap-iso .p-md-1{padding:.25rem!important}.bootstrap-iso .pt-md-1,.bootstrap-iso .py-md-1{padding-top:.25rem!important}.bootstrap-iso .pr-md-1,.bootstrap-iso .px-md-1{padding-right:.25rem!important}.bootstrap-iso .pb-md-1,.bootstrap-iso .py-md-1{padding-bottom:.25rem!important}.bootstrap-iso .pl-md-1,.bootstrap-iso .px-md-1{padding-left:.25rem!important}.bootstrap-iso .p-md-2{padding:.5rem!important}.bootstrap-iso .pt-md-2,.bootstrap-iso .py-md-2{padding-top:.5rem!important}.bootstrap-iso .pr-md-2,.bootstrap-iso .px-md-2{padding-right:.5rem!important}.bootstrap-iso .pb-md-2,.bootstrap-iso .py-md-2{padding-bottom:.5rem!important}.bootstrap-iso .pl-md-2,.bootstrap-iso .px-md-2{padding-left:.5rem!important}.bootstrap-iso .p-md-3{padding:1rem!important}.bootstrap-iso .pt-md-3,.bootstrap-iso .py-md-3{padding-top:1rem!important}.bootstrap-iso .pr-md-3,.bootstrap-iso .px-md-3{padding-right:1rem!important}.bootstrap-iso .pb-md-3,.bootstrap-iso .py-md-3{padding-bottom:1rem!important}.bootstrap-iso .pl-md-3,.bootstrap-iso .px-md-3{padding-left:1rem!important}.bootstrap-iso .p-md-4{padding:1.5rem!important}.bootstrap-iso .pt-md-4,.bootstrap-iso .py-md-4{padding-top:1.5rem!important}.bootstrap-iso .pr-md-4,.bootstrap-iso .px-md-4{padding-right:1.5rem!important}.bootstrap-iso .pb-md-4,.bootstrap-iso .py-md-4{padding-bottom:1.5rem!important}.bootstrap-iso .pl-md-4,.bootstrap-iso .px-md-4{padding-left:1.5rem!important}.bootstrap-iso .p-md-5{padding:3rem!important}.bootstrap-iso .pt-md-5,.bootstrap-iso .py-md-5{padding-top:3rem!important}.bootstrap-iso .pr-md-5,.bootstrap-iso .px-md-5{padding-right:3rem!important}.bootstrap-iso .pb-md-5,.bootstrap-iso .py-md-5{padding-bottom:3rem!important}.bootstrap-iso .pl-md-5,.bootstrap-iso .px-md-5{padding-left:3rem!important}.bootstrap-iso .m-md-auto{margin:auto!important}.bootstrap-iso .mt-md-auto,.bootstrap-iso .my-md-auto{margin-top:auto!important}.bootstrap-iso .mr-md-auto,.bootstrap-iso .mx-md-auto{margin-right:auto!important}.bootstrap-iso .mb-md-auto,.bootstrap-iso .my-md-auto{margin-bottom:auto!important}.bootstrap-iso .ml-md-auto,.bootstrap-iso .mx-md-auto{margin-left:auto!important}.bootstrap-iso .text-md-left{text-align:left!important}.bootstrap-iso .text-md-right{text-align:right!important}.bootstrap-iso .text-md-center{text-align:center!important}}@media (min-width:992px){.bootstrap-iso .flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap-iso .flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap-iso .flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap-iso .flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap-iso .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap-iso .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap-iso .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap-iso .flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.bootstrap-iso .flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.bootstrap-iso .flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.bootstrap-iso .flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.bootstrap-iso .flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.bootstrap-iso .justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap-iso .justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap-iso .justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.bootstrap-iso .justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap-iso .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap-iso .align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap-iso .align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap-iso .align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.bootstrap-iso .align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap-iso .align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap-iso .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap-iso .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap-iso .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap-iso .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap-iso .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap-iso .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap-iso .align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap-iso .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap-iso .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap-iso .align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap-iso .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap-iso .align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.bootstrap-iso .float-lg-left{float:left!important}.bootstrap-iso .float-lg-right{float:right!important}.bootstrap-iso .float-lg-none{float:none!important}.bootstrap-iso .m-lg-0{margin:0!important}.bootstrap-iso .mt-lg-0,.bootstrap-iso .my-lg-0{margin-top:0!important}.bootstrap-iso .mr-lg-0,.bootstrap-iso .mx-lg-0{margin-right:0!important}.bootstrap-iso .mb-lg-0,.bootstrap-iso .my-lg-0{margin-bottom:0!important}.bootstrap-iso .ml-lg-0,.bootstrap-iso .mx-lg-0{margin-left:0!important}.bootstrap-iso .m-lg-1{margin:.25rem!important}.bootstrap-iso .mt-lg-1,.bootstrap-iso .my-lg-1{margin-top:.25rem!important}.bootstrap-iso .mr-lg-1,.bootstrap-iso .mx-lg-1{margin-right:.25rem!important}.bootstrap-iso .mb-lg-1,.bootstrap-iso .my-lg-1{margin-bottom:.25rem!important}.bootstrap-iso .ml-lg-1,.bootstrap-iso .mx-lg-1{margin-left:.25rem!important}.bootstrap-iso .m-lg-2{margin:.5rem!important}.bootstrap-iso .mt-lg-2,.bootstrap-iso .my-lg-2{margin-top:.5rem!important}.bootstrap-iso .mr-lg-2,.bootstrap-iso .mx-lg-2{margin-right:.5rem!important}.bootstrap-iso .mb-lg-2,.bootstrap-iso .my-lg-2{margin-bottom:.5rem!important}.bootstrap-iso .ml-lg-2,.bootstrap-iso .mx-lg-2{margin-left:.5rem!important}.bootstrap-iso .m-lg-3{margin:1rem!important}.bootstrap-iso .mt-lg-3,.bootstrap-iso .my-lg-3{margin-top:1rem!important}.bootstrap-iso .mr-lg-3,.bootstrap-iso .mx-lg-3{margin-right:1rem!important}.bootstrap-iso .mb-lg-3,.bootstrap-iso .my-lg-3{margin-bottom:1rem!important}.bootstrap-iso .ml-lg-3,.bootstrap-iso .mx-lg-3{margin-left:1rem!important}.bootstrap-iso .m-lg-4{margin:1.5rem!important}.bootstrap-iso .mt-lg-4,.bootstrap-iso .my-lg-4{margin-top:1.5rem!important}.bootstrap-iso .mr-lg-4,.bootstrap-iso .mx-lg-4{margin-right:1.5rem!important}.bootstrap-iso .mb-lg-4,.bootstrap-iso .my-lg-4{margin-bottom:1.5rem!important}.bootstrap-iso .ml-lg-4,.bootstrap-iso .mx-lg-4{margin-left:1.5rem!important}.bootstrap-iso .m-lg-5{margin:3rem!important}.bootstrap-iso .mt-lg-5,.bootstrap-iso .my-lg-5{margin-top:3rem!important}.bootstrap-iso .mr-lg-5,.bootstrap-iso .mx-lg-5{margin-right:3rem!important}.bootstrap-iso .mb-lg-5,.bootstrap-iso .my-lg-5{margin-bottom:3rem!important}.bootstrap-iso .ml-lg-5,.bootstrap-iso .mx-lg-5{margin-left:3rem!important}.bootstrap-iso .p-lg-0{padding:0!important}.bootstrap-iso .pt-lg-0,.bootstrap-iso .py-lg-0{padding-top:0!important}.bootstrap-iso .pr-lg-0,.bootstrap-iso .px-lg-0{padding-right:0!important}.bootstrap-iso .pb-lg-0,.bootstrap-iso .py-lg-0{padding-bottom:0!important}.bootstrap-iso .pl-lg-0,.bootstrap-iso .px-lg-0{padding-left:0!important}.bootstrap-iso .p-lg-1{padding:.25rem!important}.bootstrap-iso .pt-lg-1,.bootstrap-iso .py-lg-1{padding-top:.25rem!important}.bootstrap-iso .pr-lg-1,.bootstrap-iso .px-lg-1{padding-right:.25rem!important}.bootstrap-iso .pb-lg-1,.bootstrap-iso .py-lg-1{padding-bottom:.25rem!important}.bootstrap-iso .pl-lg-1,.bootstrap-iso .px-lg-1{padding-left:.25rem!important}.bootstrap-iso .p-lg-2{padding:.5rem!important}.bootstrap-iso .pt-lg-2,.bootstrap-iso .py-lg-2{padding-top:.5rem!important}.bootstrap-iso .pr-lg-2,.bootstrap-iso .px-lg-2{padding-right:.5rem!important}.bootstrap-iso .pb-lg-2,.bootstrap-iso .py-lg-2{padding-bottom:.5rem!important}.bootstrap-iso .pl-lg-2,.bootstrap-iso .px-lg-2{padding-left:.5rem!important}.bootstrap-iso .p-lg-3{padding:1rem!important}.bootstrap-iso .pt-lg-3,.bootstrap-iso .py-lg-3{padding-top:1rem!important}.bootstrap-iso .pr-lg-3,.bootstrap-iso .px-lg-3{padding-right:1rem!important}.bootstrap-iso .pb-lg-3,.bootstrap-iso .py-lg-3{padding-bottom:1rem!important}.bootstrap-iso .pl-lg-3,.bootstrap-iso .px-lg-3{padding-left:1rem!important}.bootstrap-iso .p-lg-4{padding:1.5rem!important}.bootstrap-iso .pt-lg-4,.bootstrap-iso .py-lg-4{padding-top:1.5rem!important}.bootstrap-iso .pr-lg-4,.bootstrap-iso .px-lg-4{padding-right:1.5rem!important}.bootstrap-iso .pb-lg-4,.bootstrap-iso .py-lg-4{padding-bottom:1.5rem!important}.bootstrap-iso .pl-lg-4,.bootstrap-iso .px-lg-4{padding-left:1.5rem!important}.bootstrap-iso .p-lg-5{padding:3rem!important}.bootstrap-iso .pt-lg-5,.bootstrap-iso .py-lg-5{padding-top:3rem!important}.bootstrap-iso .pr-lg-5,.bootstrap-iso .px-lg-5{padding-right:3rem!important}.bootstrap-iso .pb-lg-5,.bootstrap-iso .py-lg-5{padding-bottom:3rem!important}.bootstrap-iso .pl-lg-5,.bootstrap-iso .px-lg-5{padding-left:3rem!important}.bootstrap-iso .m-lg-auto{margin:auto!important}.bootstrap-iso .mt-lg-auto,.bootstrap-iso .my-lg-auto{margin-top:auto!important}.bootstrap-iso .mr-lg-auto,.bootstrap-iso .mx-lg-auto{margin-right:auto!important}.bootstrap-iso .mb-lg-auto,.bootstrap-iso .my-lg-auto{margin-bottom:auto!important}.bootstrap-iso .ml-lg-auto,.bootstrap-iso .mx-lg-auto{margin-left:auto!important}.bootstrap-iso .text-lg-left{text-align:left!important}.bootstrap-iso .text-lg-right{text-align:right!important}.bootstrap-iso .text-lg-center{text-align:center!important}}@media (min-width:1200px){.bootstrap-iso .flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap-iso .flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap-iso .flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap-iso .flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap-iso .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap-iso .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap-iso .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap-iso .flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.bootstrap-iso .flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.bootstrap-iso .flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.bootstrap-iso .flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.bootstrap-iso .flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.bootstrap-iso .justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap-iso .justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap-iso .justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.bootstrap-iso .justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap-iso .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap-iso .align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap-iso .align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap-iso .align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.bootstrap-iso .align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap-iso .align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap-iso .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap-iso .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap-iso .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap-iso .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap-iso .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap-iso .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap-iso .align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap-iso .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap-iso .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap-iso .align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap-iso .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap-iso .align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.bootstrap-iso .float-xl-left{float:left!important}.bootstrap-iso .float-xl-right{float:right!important}.bootstrap-iso .float-xl-none{float:none!important}.bootstrap-iso .m-xl-0{margin:0!important}.bootstrap-iso .mt-xl-0,.bootstrap-iso .my-xl-0{margin-top:0!important}.bootstrap-iso .mr-xl-0,.bootstrap-iso .mx-xl-0{margin-right:0!important}.bootstrap-iso .mb-xl-0,.bootstrap-iso .my-xl-0{margin-bottom:0!important}.bootstrap-iso .ml-xl-0,.bootstrap-iso .mx-xl-0{margin-left:0!important}.bootstrap-iso .m-xl-1{margin:.25rem!important}.bootstrap-iso .mt-xl-1,.bootstrap-iso .my-xl-1{margin-top:.25rem!important}.bootstrap-iso .mr-xl-1,.bootstrap-iso .mx-xl-1{margin-right:.25rem!important}.bootstrap-iso .mb-xl-1,.bootstrap-iso .my-xl-1{margin-bottom:.25rem!important}.bootstrap-iso .ml-xl-1,.bootstrap-iso .mx-xl-1{margin-left:.25rem!important}.bootstrap-iso .m-xl-2{margin:.5rem!important}.bootstrap-iso .mt-xl-2,.bootstrap-iso .my-xl-2{margin-top:.5rem!important}.bootstrap-iso .mr-xl-2,.bootstrap-iso .mx-xl-2{margin-right:.5rem!important}.bootstrap-iso .mb-xl-2,.bootstrap-iso .my-xl-2{margin-bottom:.5rem!important}.bootstrap-iso .ml-xl-2,.bootstrap-iso .mx-xl-2{margin-left:.5rem!important}.bootstrap-iso .m-xl-3{margin:1rem!important}.bootstrap-iso .mt-xl-3,.bootstrap-iso .my-xl-3{margin-top:1rem!important}.bootstrap-iso .mr-xl-3,.bootstrap-iso .mx-xl-3{margin-right:1rem!important}.bootstrap-iso .mb-xl-3,.bootstrap-iso .my-xl-3{margin-bottom:1rem!important}.bootstrap-iso .ml-xl-3,.bootstrap-iso .mx-xl-3{margin-left:1rem!important}.bootstrap-iso .m-xl-4{margin:1.5rem!important}.bootstrap-iso .mt-xl-4,.bootstrap-iso .my-xl-4{margin-top:1.5rem!important}.bootstrap-iso .mr-xl-4,.bootstrap-iso .mx-xl-4{margin-right:1.5rem!important}.bootstrap-iso .mb-xl-4,.bootstrap-iso .my-xl-4{margin-bottom:1.5rem!important}.bootstrap-iso .ml-xl-4,.bootstrap-iso .mx-xl-4{margin-left:1.5rem!important}.bootstrap-iso .m-xl-5{margin:3rem!important}.bootstrap-iso .mt-xl-5,.bootstrap-iso .my-xl-5{margin-top:3rem!important}.bootstrap-iso .mr-xl-5,.bootstrap-iso .mx-xl-5{margin-right:3rem!important}.bootstrap-iso .mb-xl-5,.bootstrap-iso .my-xl-5{margin-bottom:3rem!important}.bootstrap-iso .ml-xl-5,.bootstrap-iso .mx-xl-5{margin-left:3rem!important}.bootstrap-iso .p-xl-0{padding:0!important}.bootstrap-iso .pt-xl-0,.bootstrap-iso .py-xl-0{padding-top:0!important}.bootstrap-iso .pr-xl-0,.bootstrap-iso .px-xl-0{padding-right:0!important}.bootstrap-iso .pb-xl-0,.bootstrap-iso .py-xl-0{padding-bottom:0!important}.bootstrap-iso .pl-xl-0,.bootstrap-iso .px-xl-0{padding-left:0!important}.bootstrap-iso .p-xl-1{padding:.25rem!important}.bootstrap-iso .pt-xl-1,.bootstrap-iso .py-xl-1{padding-top:.25rem!important}.bootstrap-iso .pr-xl-1,.bootstrap-iso .px-xl-1{padding-right:.25rem!important}.bootstrap-iso .pb-xl-1,.bootstrap-iso .py-xl-1{padding-bottom:.25rem!important}.bootstrap-iso .pl-xl-1,.bootstrap-iso .px-xl-1{padding-left:.25rem!important}.bootstrap-iso .p-xl-2{padding:.5rem!important}.bootstrap-iso .pt-xl-2,.bootstrap-iso .py-xl-2{padding-top:.5rem!important}.bootstrap-iso .pr-xl-2,.bootstrap-iso .px-xl-2{padding-right:.5rem!important}.bootstrap-iso .pb-xl-2,.bootstrap-iso .py-xl-2{padding-bottom:.5rem!important}.bootstrap-iso .pl-xl-2,.bootstrap-iso .px-xl-2{padding-left:.5rem!important}.bootstrap-iso .p-xl-3{padding:1rem!important}.bootstrap-iso .pt-xl-3,.bootstrap-iso .py-xl-3{padding-top:1rem!important}.bootstrap-iso .pr-xl-3,.bootstrap-iso .px-xl-3{padding-right:1rem!important}.bootstrap-iso .pb-xl-3,.bootstrap-iso .py-xl-3{padding-bottom:1rem!important}.bootstrap-iso .pl-xl-3,.bootstrap-iso .px-xl-3{padding-left:1rem!important}.bootstrap-iso .p-xl-4{padding:1.5rem!important}.bootstrap-iso .pt-xl-4,.bootstrap-iso .py-xl-4{padding-top:1.5rem!important}.bootstrap-iso .pr-xl-4,.bootstrap-iso .px-xl-4{padding-right:1.5rem!important}.bootstrap-iso .pb-xl-4,.bootstrap-iso .py-xl-4{padding-bottom:1.5rem!important}.bootstrap-iso .pl-xl-4,.bootstrap-iso .px-xl-4{padding-left:1.5rem!important}.bootstrap-iso .p-xl-5{padding:3rem!important}.bootstrap-iso .pt-xl-5,.bootstrap-iso .py-xl-5{padding-top:3rem!important}.bootstrap-iso .pr-xl-5,.bootstrap-iso .px-xl-5{padding-right:3rem!important}.bootstrap-iso .pb-xl-5,.bootstrap-iso .py-xl-5{padding-bottom:3rem!important}.bootstrap-iso .pl-xl-5,.bootstrap-iso .px-xl-5{padding-left:3rem!important}.bootstrap-iso .m-xl-auto{margin:auto!important}.bootstrap-iso .mt-xl-auto,.bootstrap-iso .my-xl-auto{margin-top:auto!important}.bootstrap-iso .mr-xl-auto,.bootstrap-iso .mx-xl-auto{margin-right:auto!important}.bootstrap-iso .mb-xl-auto,.bootstrap-iso .my-xl-auto{margin-bottom:auto!important}.bootstrap-iso .ml-xl-auto,.bootstrap-iso .mx-xl-auto{margin-left:auto!important}.bootstrap-iso .text-xl-left{text-align:left!important}.bootstrap-iso .text-xl-right{text-align:right!important}.bootstrap-iso .text-xl-center{text-align:center!important}}.bootstrap-iso .text-lowercase{text-transform:lowercase!important}.bootstrap-iso .text-uppercase{text-transform:uppercase!important}.bootstrap-iso .text-capitalize{text-transform:capitalize!important}.bootstrap-iso .font-weight-light{font-weight:300!important}.bootstrap-iso .font-weight-normal{font-weight:400!important}.bootstrap-iso .font-weight-bold{font-weight:700!important}.bootstrap-iso .font-italic{font-style:italic!important}.bootstrap-iso .text-white{color:#fff!important}.bootstrap-iso .text-primary{color:#007bff!important}.bootstrap-iso a.text-primary:focus,.bootstrap-iso a.text-primary:hover{color:#0062cc!important}.bootstrap-iso .text-secondary{color:#6c757d!important}.bootstrap-iso a.text-secondary:focus,.bootstrap-iso a.text-secondary:hover{color:#545b62!important}.bootstrap-iso .text-success{color:#28a745!important}.bootstrap-iso a.text-success:focus,.bootstrap-iso a.text-success:hover{color:#1e7e34!important}.bootstrap-iso .text-info{color:#17a2b8!important}.bootstrap-iso a.text-info:focus,.bootstrap-iso a.text-info:hover{color:#117a8b!important}.bootstrap-iso .text-warning{color:#ffc107!important}.bootstrap-iso a.text-warning:focus,.bootstrap-iso a.text-warning:hover{color:#d39e00!important}.bootstrap-iso .text-danger{color:#dc3545!important}.bootstrap-iso a.text-danger:focus,.bootstrap-iso a.text-danger:hover{color:#bd2130!important}.bootstrap-iso .text-light{color:#f8f9fa!important}.bootstrap-iso a.text-light:focus,.bootstrap-iso a.text-light:hover{color:#dae0e5!important}.bootstrap-iso .text-dark{color:#343a40!important}.bootstrap-iso a.text-dark:focus,.bootstrap-iso a.text-dark:hover{color:#1d2124!important}.bootstrap-iso .text-body{color:#212529!important}.bootstrap-iso .text-muted{color:#6c757d!important}.bootstrap-iso .text-black-50{color:rgba(0,0,0,.5)!important}.bootstrap-iso .text-white-50{color:rgba(255,255,255,.5)!important}.bootstrap-iso .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap-iso .visible{visibility:visible!important}.bootstrap-iso .invisible{visibility:hidden!important}@media print{.bootstrap-iso *,.bootstrap-iso ::after,.bootstrap-iso ::before{text-shadow:none!important;box-shadow:none!important}.bootstrap-iso a:not(.btn){text-decoration:underline}.bootstrap-iso abbr[title]::after{content:" (" attr(title) ")"}.bootstrap-iso pre{white-space:pre-wrap!important}.bootstrap-iso blockquote,.bootstrap-iso pre{border:1px solid #adb5bd;page-break-inside:avoid}.bootstrap-iso thead{display:table-header-group}.bootstrap-iso img,.bootstrap-iso tr{page-break-inside:avoid}.bootstrap-iso h2,.bootstrap-iso h3,.bootstrap-iso p{orphans:3;widows:3}.bootstrap-iso h2,.bootstrap-iso h3{page-break-after:avoid}@page{size:a3}.bootstrap-iso .container,.not-used.bootstrap-iso body{min-width:992px!important}.bootstrap-iso .navbar{display:none}.bootstrap-iso .badge{border:1px solid #000}.bootstrap-iso .table{border-collapse:collapse!important}.bootstrap-iso .table td,.bootstrap-iso .table th{background-color:#fff!important}.bootstrap-iso .table-bordered td,.bootstrap-iso .table-bordered th{border:1px solid #dee2e6!important}.bootstrap-iso .table-dark{color:inherit}.bootstrap-iso .table-dark tbody+tbody,.bootstrap-iso .table-dark td,.bootstrap-iso .table-dark th,.bootstrap-iso .table-dark thead th{border-color:#dee2e6}.bootstrap-iso .table .thead-dark th{color:inherit;border-color:#dee2e6}}
|
6
|
+
*/}.bootstrap-iso :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}.bootstrap-iso *,.bootstrap-iso ::after,.bootstrap-iso ::before{box-sizing:border-box}.bootstrap-iso article,.bootstrap-iso aside,.bootstrap-iso figcaption,.bootstrap-iso figure,.bootstrap-iso footer,.bootstrap-iso header,.bootstrap-iso hgroup,.bootstrap-iso main,.bootstrap-iso nav,.bootstrap-iso section{display:block}.bootstrap-iso [tabindex="-1"]:focus{outline:0!important}.bootstrap-iso hr{box-sizing:content-box;height:0;overflow:visible}.bootstrap-iso h1,.bootstrap-iso h2,.bootstrap-iso h3,.bootstrap-iso h4,.bootstrap-iso h5,.bootstrap-iso h6{margin-top:0;margin-bottom:.5rem}.bootstrap-iso p{margin-top:0;margin-bottom:1rem}.bootstrap-iso abbr[data-original-title],.bootstrap-iso abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.bootstrap-iso address{margin-bottom:1rem;font-style:normal;line-height:inherit}.bootstrap-iso dl,.bootstrap-iso ol,.bootstrap-iso ul{margin-top:0;margin-bottom:1rem}.bootstrap-iso ol ol,.bootstrap-iso ol ul,.bootstrap-iso ul ol,.bootstrap-iso ul ul{margin-bottom:0}.bootstrap-iso dt{font-weight:700}.bootstrap-iso dd{margin-bottom:.5rem;margin-left:0}.bootstrap-iso blockquote{margin:0 0 1rem}.bootstrap-iso b,.bootstrap-iso strong{font-weight:bolder}.bootstrap-iso small{font-size:80%}.bootstrap-iso sub,.bootstrap-iso sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.bootstrap-iso sub{bottom:-.25em}.bootstrap-iso sup{top:-.5em}.bootstrap-iso a{color:#007bff;text-decoration:none;background-color:transparent}.bootstrap-iso a:hover{color:#0056b3;text-decoration:underline}.bootstrap-iso a:not([href]):not([tabindex]){color:inherit;text-decoration:none}.bootstrap-iso a:not([href]):not([tabindex]):focus,.bootstrap-iso a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}.bootstrap-iso a:not([href]):not([tabindex]):focus{outline:0}.bootstrap-iso code,.bootstrap-iso kbd,.bootstrap-iso pre,.bootstrap-iso samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}.bootstrap-iso pre{margin-top:0;margin-bottom:1rem;overflow:auto}.bootstrap-iso figure{margin:0 0 1rem}.bootstrap-iso img{vertical-align:middle;border-style:none}.bootstrap-iso svg{overflow:hidden;vertical-align:middle}.bootstrap-iso table{border-collapse:collapse}.bootstrap-iso caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}.bootstrap-iso th{text-align:inherit}.bootstrap-iso label{display:inline-block;margin-bottom:.5rem}.bootstrap-iso button{border-radius:0}.bootstrap-iso button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.bootstrap-iso button,.bootstrap-iso input,.bootstrap-iso optgroup,.bootstrap-iso select,.bootstrap-iso textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.bootstrap-iso button,.bootstrap-iso input{overflow:visible}.bootstrap-iso button,.bootstrap-iso select{text-transform:none}.bootstrap-iso select{word-wrap:normal}.bootstrap-iso [type=button],.bootstrap-iso [type=reset],.bootstrap-iso [type=submit],.bootstrap-iso button{-webkit-appearance:button}.bootstrap-iso [type=button]:not(:disabled),.bootstrap-iso [type=reset]:not(:disabled),.bootstrap-iso [type=submit]:not(:disabled),.bootstrap-iso button:not(:disabled){cursor:pointer}.bootstrap-iso [type=button]::-moz-focus-inner,.bootstrap-iso [type=reset]::-moz-focus-inner,.bootstrap-iso [type=submit]::-moz-focus-inner,.bootstrap-iso button::-moz-focus-inner{padding:0;border-style:none}.bootstrap-iso input[type=checkbox],.bootstrap-iso input[type=radio]{box-sizing:border-box;padding:0}.bootstrap-iso input[type=date],.bootstrap-iso input[type=datetime-local],.bootstrap-iso input[type=month],.bootstrap-iso input[type=time]{-webkit-appearance:listbox}.bootstrap-iso textarea{overflow:auto;resize:vertical}.bootstrap-iso fieldset{min-width:0;padding:0;margin:0;border:0}.bootstrap-iso 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}.bootstrap-iso progress{vertical-align:baseline}.bootstrap-iso [type=number]::-webkit-inner-spin-button,.bootstrap-iso [type=number]::-webkit-outer-spin-button{height:auto}.bootstrap-iso [type=search]{outline-offset:-2px;-webkit-appearance:none}.bootstrap-iso [type=search]::-webkit-search-decoration{-webkit-appearance:none}.bootstrap-iso ::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.bootstrap-iso output{display:inline-block}.bootstrap-iso summary{display:list-item;cursor:pointer}.bootstrap-iso template{display:none}.bootstrap-iso [hidden]{display:none!important}.bootstrap-iso .h1,.bootstrap-iso .h2,.bootstrap-iso .h3,.bootstrap-iso .h4,.bootstrap-iso .h5,.bootstrap-iso .h6,.bootstrap-iso h1,.bootstrap-iso h2,.bootstrap-iso h3,.bootstrap-iso h4,.bootstrap-iso h5,.bootstrap-iso h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.bootstrap-iso .h1,.bootstrap-iso h1{font-size:2.5rem}.bootstrap-iso .h2,.bootstrap-iso h2{font-size:2rem}.bootstrap-iso .h3,.bootstrap-iso h3{font-size:1.75rem}.bootstrap-iso .h4,.bootstrap-iso h4{font-size:1.5rem}.bootstrap-iso .h5,.bootstrap-iso h5{font-size:1.25rem}.bootstrap-iso .h6,.bootstrap-iso h6{font-size:1rem}.bootstrap-iso .lead{font-size:1.25rem;font-weight:300}.bootstrap-iso .display-1{font-size:6rem;font-weight:300;line-height:1.2}.bootstrap-iso .display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.bootstrap-iso .display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.bootstrap-iso .display-4{font-size:3.5rem;font-weight:300;line-height:1.2}.bootstrap-iso hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.bootstrap-iso .small,.bootstrap-iso small{font-size:80%;font-weight:400}.bootstrap-iso .mark,.bootstrap-iso mark{padding:.2em;background-color:#fcf8e3}.bootstrap-iso .list-unstyled{padding-left:0;list-style:none}.bootstrap-iso .list-inline{padding-left:0;list-style:none}.bootstrap-iso .list-inline-item{display:inline-block}.bootstrap-iso .list-inline-item:not(:last-child){margin-right:.5rem}.bootstrap-iso .initialism{font-size:90%;text-transform:uppercase}.bootstrap-iso .blockquote{margin-bottom:1rem;font-size:1.25rem}.bootstrap-iso .blockquote-footer{display:block;font-size:80%;color:#6c757d}.bootstrap-iso .blockquote-footer::before{content:"\2014\00A0"}.bootstrap-iso .img-fluid{max-width:100%;height:auto}.bootstrap-iso .img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.bootstrap-iso .figure{display:inline-block}.bootstrap-iso .figure-img{margin-bottom:.5rem;line-height:1}.bootstrap-iso .figure-caption{font-size:90%;color:#6c757d}.bootstrap-iso code{font-size:87.5%;color:#e83e8c;word-break:break-word}.bootstrap-iso a>code{color:inherit}.bootstrap-iso kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}.bootstrap-iso kbd kbd{padding:0;font-size:100%;font-weight:700}.bootstrap-iso pre{display:block;font-size:87.5%;color:#212529}.bootstrap-iso pre code{font-size:inherit;color:inherit;word-break:normal}.bootstrap-iso .pre-scrollable{max-height:340px;overflow-y:scroll}.bootstrap-iso .container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.bootstrap-iso .container{max-width:540px}}@media (min-width:768px){.bootstrap-iso .container{max-width:720px}}@media (min-width:992px){.bootstrap-iso .container{max-width:960px}}@media (min-width:1200px){.bootstrap-iso .container{max-width:1140px}}.bootstrap-iso .container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.bootstrap-iso .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.bootstrap-iso .no-gutters{margin-right:0;margin-left:0}.bootstrap-iso .no-gutters>.col,.bootstrap-iso .no-gutters>[class*=col-]{padding-right:0;padding-left:0}.bootstrap-iso .col,.bootstrap-iso .col-1,.bootstrap-iso .col-10,.bootstrap-iso .col-11,.bootstrap-iso .col-12,.bootstrap-iso .col-2,.bootstrap-iso .col-3,.bootstrap-iso .col-4,.bootstrap-iso .col-5,.bootstrap-iso .col-6,.bootstrap-iso .col-7,.bootstrap-iso .col-8,.bootstrap-iso .col-9,.bootstrap-iso .col-auto,.bootstrap-iso .col-lg,.bootstrap-iso .col-lg-1,.bootstrap-iso .col-lg-10,.bootstrap-iso .col-lg-11,.bootstrap-iso .col-lg-12,.bootstrap-iso .col-lg-2,.bootstrap-iso .col-lg-3,.bootstrap-iso .col-lg-4,.bootstrap-iso .col-lg-5,.bootstrap-iso .col-lg-6,.bootstrap-iso .col-lg-7,.bootstrap-iso .col-lg-8,.bootstrap-iso .col-lg-9,.bootstrap-iso .col-lg-auto,.bootstrap-iso .col-md,.bootstrap-iso .col-md-1,.bootstrap-iso .col-md-10,.bootstrap-iso .col-md-11,.bootstrap-iso .col-md-12,.bootstrap-iso .col-md-2,.bootstrap-iso .col-md-3,.bootstrap-iso .col-md-4,.bootstrap-iso .col-md-5,.bootstrap-iso .col-md-6,.bootstrap-iso .col-md-7,.bootstrap-iso .col-md-8,.bootstrap-iso .col-md-9,.bootstrap-iso .col-md-auto,.bootstrap-iso .col-sm,.bootstrap-iso .col-sm-1,.bootstrap-iso .col-sm-10,.bootstrap-iso .col-sm-11,.bootstrap-iso .col-sm-12,.bootstrap-iso .col-sm-2,.bootstrap-iso .col-sm-3,.bootstrap-iso .col-sm-4,.bootstrap-iso .col-sm-5,.bootstrap-iso .col-sm-6,.bootstrap-iso .col-sm-7,.bootstrap-iso .col-sm-8,.bootstrap-iso .col-sm-9,.bootstrap-iso .col-sm-auto,.bootstrap-iso .col-xl,.bootstrap-iso .col-xl-1,.bootstrap-iso .col-xl-10,.bootstrap-iso .col-xl-11,.bootstrap-iso .col-xl-12,.bootstrap-iso .col-xl-2,.bootstrap-iso .col-xl-3,.bootstrap-iso .col-xl-4,.bootstrap-iso .col-xl-5,.bootstrap-iso .col-xl-6,.bootstrap-iso .col-xl-7,.bootstrap-iso .col-xl-8,.bootstrap-iso .col-xl-9,.bootstrap-iso .col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.bootstrap-iso .col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-iso .col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.bootstrap-iso .col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-iso .col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-iso .col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-iso .col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-iso .col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-iso .col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-iso .col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-iso .col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-iso .col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-iso .col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-iso .col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-iso .col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-iso .order-first{-ms-flex-order:-1;order:-1}.bootstrap-iso .order-last{-ms-flex-order:13;order:13}.bootstrap-iso .order-0{-ms-flex-order:0;order:0}.bootstrap-iso .order-1{-ms-flex-order:1;order:1}.bootstrap-iso .order-2{-ms-flex-order:2;order:2}.bootstrap-iso .order-3{-ms-flex-order:3;order:3}.bootstrap-iso .order-4{-ms-flex-order:4;order:4}.bootstrap-iso .order-5{-ms-flex-order:5;order:5}.bootstrap-iso .order-6{-ms-flex-order:6;order:6}.bootstrap-iso .order-7{-ms-flex-order:7;order:7}.bootstrap-iso .order-8{-ms-flex-order:8;order:8}.bootstrap-iso .order-9{-ms-flex-order:9;order:9}.bootstrap-iso .order-10{-ms-flex-order:10;order:10}.bootstrap-iso .order-11{-ms-flex-order:11;order:11}.bootstrap-iso .order-12{-ms-flex-order:12;order:12}.bootstrap-iso .offset-1{margin-left:8.333333%}.bootstrap-iso .offset-2{margin-left:16.666667%}.bootstrap-iso .offset-3{margin-left:25%}.bootstrap-iso .offset-4{margin-left:33.333333%}.bootstrap-iso .offset-5{margin-left:41.666667%}.bootstrap-iso .offset-6{margin-left:50%}.bootstrap-iso .offset-7{margin-left:58.333333%}.bootstrap-iso .offset-8{margin-left:66.666667%}.bootstrap-iso .offset-9{margin-left:75%}.bootstrap-iso .offset-10{margin-left:83.333333%}.bootstrap-iso .offset-11{margin-left:91.666667%}@media (min-width:576px){.bootstrap-iso .col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-iso .col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.bootstrap-iso .col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-iso .col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-iso .col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-iso .col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-iso .col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-iso .col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-iso .col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-iso .col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-iso .col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-iso .col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-iso .col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-iso .col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-iso .order-sm-first{-ms-flex-order:-1;order:-1}.bootstrap-iso .order-sm-last{-ms-flex-order:13;order:13}.bootstrap-iso .order-sm-0{-ms-flex-order:0;order:0}.bootstrap-iso .order-sm-1{-ms-flex-order:1;order:1}.bootstrap-iso .order-sm-2{-ms-flex-order:2;order:2}.bootstrap-iso .order-sm-3{-ms-flex-order:3;order:3}.bootstrap-iso .order-sm-4{-ms-flex-order:4;order:4}.bootstrap-iso .order-sm-5{-ms-flex-order:5;order:5}.bootstrap-iso .order-sm-6{-ms-flex-order:6;order:6}.bootstrap-iso .order-sm-7{-ms-flex-order:7;order:7}.bootstrap-iso .order-sm-8{-ms-flex-order:8;order:8}.bootstrap-iso .order-sm-9{-ms-flex-order:9;order:9}.bootstrap-iso .order-sm-10{-ms-flex-order:10;order:10}.bootstrap-iso .order-sm-11{-ms-flex-order:11;order:11}.bootstrap-iso .order-sm-12{-ms-flex-order:12;order:12}.bootstrap-iso .offset-sm-0{margin-left:0}.bootstrap-iso .offset-sm-1{margin-left:8.333333%}.bootstrap-iso .offset-sm-2{margin-left:16.666667%}.bootstrap-iso .offset-sm-3{margin-left:25%}.bootstrap-iso .offset-sm-4{margin-left:33.333333%}.bootstrap-iso .offset-sm-5{margin-left:41.666667%}.bootstrap-iso .offset-sm-6{margin-left:50%}.bootstrap-iso .offset-sm-7{margin-left:58.333333%}.bootstrap-iso .offset-sm-8{margin-left:66.666667%}.bootstrap-iso .offset-sm-9{margin-left:75%}.bootstrap-iso .offset-sm-10{margin-left:83.333333%}.bootstrap-iso .offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.bootstrap-iso .col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-iso .col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.bootstrap-iso .col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-iso .col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-iso .col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-iso .col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-iso .col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-iso .col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-iso .col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-iso .col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-iso .col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-iso .col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-iso .col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-iso .col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-iso .order-md-first{-ms-flex-order:-1;order:-1}.bootstrap-iso .order-md-last{-ms-flex-order:13;order:13}.bootstrap-iso .order-md-0{-ms-flex-order:0;order:0}.bootstrap-iso .order-md-1{-ms-flex-order:1;order:1}.bootstrap-iso .order-md-2{-ms-flex-order:2;order:2}.bootstrap-iso .order-md-3{-ms-flex-order:3;order:3}.bootstrap-iso .order-md-4{-ms-flex-order:4;order:4}.bootstrap-iso .order-md-5{-ms-flex-order:5;order:5}.bootstrap-iso .order-md-6{-ms-flex-order:6;order:6}.bootstrap-iso .order-md-7{-ms-flex-order:7;order:7}.bootstrap-iso .order-md-8{-ms-flex-order:8;order:8}.bootstrap-iso .order-md-9{-ms-flex-order:9;order:9}.bootstrap-iso .order-md-10{-ms-flex-order:10;order:10}.bootstrap-iso .order-md-11{-ms-flex-order:11;order:11}.bootstrap-iso .order-md-12{-ms-flex-order:12;order:12}.bootstrap-iso .offset-md-0{margin-left:0}.bootstrap-iso .offset-md-1{margin-left:8.333333%}.bootstrap-iso .offset-md-2{margin-left:16.666667%}.bootstrap-iso .offset-md-3{margin-left:25%}.bootstrap-iso .offset-md-4{margin-left:33.333333%}.bootstrap-iso .offset-md-5{margin-left:41.666667%}.bootstrap-iso .offset-md-6{margin-left:50%}.bootstrap-iso .offset-md-7{margin-left:58.333333%}.bootstrap-iso .offset-md-8{margin-left:66.666667%}.bootstrap-iso .offset-md-9{margin-left:75%}.bootstrap-iso .offset-md-10{margin-left:83.333333%}.bootstrap-iso .offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.bootstrap-iso .col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-iso .col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.bootstrap-iso .col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-iso .col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-iso .col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-iso .col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-iso .col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-iso .col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-iso .col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-iso .col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-iso .col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-iso .col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-iso .col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-iso .col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-iso .order-lg-first{-ms-flex-order:-1;order:-1}.bootstrap-iso .order-lg-last{-ms-flex-order:13;order:13}.bootstrap-iso .order-lg-0{-ms-flex-order:0;order:0}.bootstrap-iso .order-lg-1{-ms-flex-order:1;order:1}.bootstrap-iso .order-lg-2{-ms-flex-order:2;order:2}.bootstrap-iso .order-lg-3{-ms-flex-order:3;order:3}.bootstrap-iso .order-lg-4{-ms-flex-order:4;order:4}.bootstrap-iso .order-lg-5{-ms-flex-order:5;order:5}.bootstrap-iso .order-lg-6{-ms-flex-order:6;order:6}.bootstrap-iso .order-lg-7{-ms-flex-order:7;order:7}.bootstrap-iso .order-lg-8{-ms-flex-order:8;order:8}.bootstrap-iso .order-lg-9{-ms-flex-order:9;order:9}.bootstrap-iso .order-lg-10{-ms-flex-order:10;order:10}.bootstrap-iso .order-lg-11{-ms-flex-order:11;order:11}.bootstrap-iso .order-lg-12{-ms-flex-order:12;order:12}.bootstrap-iso .offset-lg-0{margin-left:0}.bootstrap-iso .offset-lg-1{margin-left:8.333333%}.bootstrap-iso .offset-lg-2{margin-left:16.666667%}.bootstrap-iso .offset-lg-3{margin-left:25%}.bootstrap-iso .offset-lg-4{margin-left:33.333333%}.bootstrap-iso .offset-lg-5{margin-left:41.666667%}.bootstrap-iso .offset-lg-6{margin-left:50%}.bootstrap-iso .offset-lg-7{margin-left:58.333333%}.bootstrap-iso .offset-lg-8{margin-left:66.666667%}.bootstrap-iso .offset-lg-9{margin-left:75%}.bootstrap-iso .offset-lg-10{margin-left:83.333333%}.bootstrap-iso .offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.bootstrap-iso .col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.bootstrap-iso .col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.bootstrap-iso .col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.bootstrap-iso .col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.bootstrap-iso .col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.bootstrap-iso .col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.bootstrap-iso .col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.bootstrap-iso .col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.bootstrap-iso .col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.bootstrap-iso .col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.bootstrap-iso .col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.bootstrap-iso .col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.bootstrap-iso .col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.bootstrap-iso .col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.bootstrap-iso .order-xl-first{-ms-flex-order:-1;order:-1}.bootstrap-iso .order-xl-last{-ms-flex-order:13;order:13}.bootstrap-iso .order-xl-0{-ms-flex-order:0;order:0}.bootstrap-iso .order-xl-1{-ms-flex-order:1;order:1}.bootstrap-iso .order-xl-2{-ms-flex-order:2;order:2}.bootstrap-iso .order-xl-3{-ms-flex-order:3;order:3}.bootstrap-iso .order-xl-4{-ms-flex-order:4;order:4}.bootstrap-iso .order-xl-5{-ms-flex-order:5;order:5}.bootstrap-iso .order-xl-6{-ms-flex-order:6;order:6}.bootstrap-iso .order-xl-7{-ms-flex-order:7;order:7}.bootstrap-iso .order-xl-8{-ms-flex-order:8;order:8}.bootstrap-iso .order-xl-9{-ms-flex-order:9;order:9}.bootstrap-iso .order-xl-10{-ms-flex-order:10;order:10}.bootstrap-iso .order-xl-11{-ms-flex-order:11;order:11}.bootstrap-iso .order-xl-12{-ms-flex-order:12;order:12}.bootstrap-iso .offset-xl-0{margin-left:0}.bootstrap-iso .offset-xl-1{margin-left:8.333333%}.bootstrap-iso .offset-xl-2{margin-left:16.666667%}.bootstrap-iso .offset-xl-3{margin-left:25%}.bootstrap-iso .offset-xl-4{margin-left:33.333333%}.bootstrap-iso .offset-xl-5{margin-left:41.666667%}.bootstrap-iso .offset-xl-6{margin-left:50%}.bootstrap-iso .offset-xl-7{margin-left:58.333333%}.bootstrap-iso .offset-xl-8{margin-left:66.666667%}.bootstrap-iso .offset-xl-9{margin-left:75%}.bootstrap-iso .offset-xl-10{margin-left:83.333333%}.bootstrap-iso .offset-xl-11{margin-left:91.666667%}}.bootstrap-iso .table{width:100%;margin-bottom:1rem;color:#212529}.bootstrap-iso .table td,.bootstrap-iso .table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.bootstrap-iso .table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.bootstrap-iso .table tbody+tbody{border-top:2px solid #dee2e6}.bootstrap-iso .table-sm td,.bootstrap-iso .table-sm th{padding:.3rem}.bootstrap-iso .table-bordered{border:1px solid #dee2e6}.bootstrap-iso .table-bordered td,.bootstrap-iso .table-bordered th{border:1px solid #dee2e6}.bootstrap-iso .table-bordered thead td,.bootstrap-iso .table-bordered thead th{border-bottom-width:2px}.bootstrap-iso .table-borderless tbody+tbody,.bootstrap-iso .table-borderless td,.bootstrap-iso .table-borderless th,.bootstrap-iso .table-borderless thead th{border:0}.bootstrap-iso .table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.bootstrap-iso .table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.bootstrap-iso .table-primary,.bootstrap-iso .table-primary>td,.bootstrap-iso .table-primary>th{background-color:#b8daff}.bootstrap-iso .table-primary tbody+tbody,.bootstrap-iso .table-primary td,.bootstrap-iso .table-primary th,.bootstrap-iso .table-primary thead th{border-color:#7abaff}.bootstrap-iso .table-hover .table-primary:hover{background-color:#9fcdff}.bootstrap-iso .table-hover .table-primary:hover>td,.bootstrap-iso .table-hover .table-primary:hover>th{background-color:#9fcdff}.bootstrap-iso .table-secondary,.bootstrap-iso .table-secondary>td,.bootstrap-iso .table-secondary>th{background-color:#d6d8db}.bootstrap-iso .table-secondary tbody+tbody,.bootstrap-iso .table-secondary td,.bootstrap-iso .table-secondary th,.bootstrap-iso .table-secondary thead th{border-color:#b3b7bb}.bootstrap-iso .table-hover .table-secondary:hover{background-color:#c8cbcf}.bootstrap-iso .table-hover .table-secondary:hover>td,.bootstrap-iso .table-hover .table-secondary:hover>th{background-color:#c8cbcf}.bootstrap-iso .table-success,.bootstrap-iso .table-success>td,.bootstrap-iso .table-success>th{background-color:#c3e6cb}.bootstrap-iso .table-success tbody+tbody,.bootstrap-iso .table-success td,.bootstrap-iso .table-success th,.bootstrap-iso .table-success thead th{border-color:#8fd19e}.bootstrap-iso .table-hover .table-success:hover{background-color:#b1dfbb}.bootstrap-iso .table-hover .table-success:hover>td,.bootstrap-iso .table-hover .table-success:hover>th{background-color:#b1dfbb}.bootstrap-iso .table-info,.bootstrap-iso .table-info>td,.bootstrap-iso .table-info>th{background-color:#bee5eb}.bootstrap-iso .table-info tbody+tbody,.bootstrap-iso .table-info td,.bootstrap-iso .table-info th,.bootstrap-iso .table-info thead th{border-color:#86cfda}.bootstrap-iso .table-hover .table-info:hover{background-color:#abdde5}.bootstrap-iso .table-hover .table-info:hover>td,.bootstrap-iso .table-hover .table-info:hover>th{background-color:#abdde5}.bootstrap-iso .table-warning,.bootstrap-iso .table-warning>td,.bootstrap-iso .table-warning>th{background-color:#ffeeba}.bootstrap-iso .table-warning tbody+tbody,.bootstrap-iso .table-warning td,.bootstrap-iso .table-warning th,.bootstrap-iso .table-warning thead th{border-color:#ffdf7e}.bootstrap-iso .table-hover .table-warning:hover{background-color:#ffe8a1}.bootstrap-iso .table-hover .table-warning:hover>td,.bootstrap-iso .table-hover .table-warning:hover>th{background-color:#ffe8a1}.bootstrap-iso .table-danger,.bootstrap-iso .table-danger>td,.bootstrap-iso .table-danger>th{background-color:#f5c6cb}.bootstrap-iso .table-danger tbody+tbody,.bootstrap-iso .table-danger td,.bootstrap-iso .table-danger th,.bootstrap-iso .table-danger thead th{border-color:#ed969e}.bootstrap-iso .table-hover .table-danger:hover{background-color:#f1b0b7}.bootstrap-iso .table-hover .table-danger:hover>td,.bootstrap-iso .table-hover .table-danger:hover>th{background-color:#f1b0b7}.bootstrap-iso .table-light,.bootstrap-iso .table-light>td,.bootstrap-iso .table-light>th{background-color:#fdfdfe}.bootstrap-iso .table-light tbody+tbody,.bootstrap-iso .table-light td,.bootstrap-iso .table-light th,.bootstrap-iso .table-light thead th{border-color:#fbfcfc}.bootstrap-iso .table-hover .table-light:hover{background-color:#ececf6}.bootstrap-iso .table-hover .table-light:hover>td,.bootstrap-iso .table-hover .table-light:hover>th{background-color:#ececf6}.bootstrap-iso .table-dark,.bootstrap-iso .table-dark>td,.bootstrap-iso .table-dark>th{background-color:#c6c8ca}.bootstrap-iso .table-dark tbody+tbody,.bootstrap-iso .table-dark td,.bootstrap-iso .table-dark th,.bootstrap-iso .table-dark thead th{border-color:#95999c}.bootstrap-iso .table-hover .table-dark:hover{background-color:#b9bbbe}.bootstrap-iso .table-hover .table-dark:hover>td,.bootstrap-iso .table-hover .table-dark:hover>th{background-color:#b9bbbe}.bootstrap-iso .table-active,.bootstrap-iso .table-active>td,.bootstrap-iso .table-active>th{background-color:rgba(0,0,0,.075)}.bootstrap-iso .table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.bootstrap-iso .table-hover .table-active:hover>td,.bootstrap-iso .table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.bootstrap-iso .table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.bootstrap-iso .table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.bootstrap-iso .table-dark{color:#fff;background-color:#343a40}.bootstrap-iso .table-dark td,.bootstrap-iso .table-dark th,.bootstrap-iso .table-dark thead th{border-color:#454d55}.bootstrap-iso .table-dark.table-bordered{border:0}.bootstrap-iso .table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.bootstrap-iso .table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.bootstrap-iso .table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap-iso .table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.bootstrap-iso .table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap-iso .table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.bootstrap-iso .table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap-iso .table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.bootstrap-iso .table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap-iso .table-responsive-xl>.table-bordered{border:0}}.bootstrap-iso .table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.bootstrap-iso .table-responsive>.table-bordered{border:0}.bootstrap-iso .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){.bootstrap-iso .form-control{transition:none}}.bootstrap-iso .form-control::-ms-expand{background-color:transparent;border:0}.bootstrap-iso .form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.bootstrap-iso .form-control::-moz-placeholder{color:#6c757d;opacity:1}.bootstrap-iso .form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.bootstrap-iso .form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.bootstrap-iso .form-control::placeholder{color:#6c757d;opacity:1}.bootstrap-iso .form-control:disabled,.bootstrap-iso .form-control[readonly]{background-color:#e9ecef;opacity:1}.bootstrap-iso select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.bootstrap-iso .form-control-file,.bootstrap-iso .form-control-range{display:block;width:100%}.bootstrap-iso .col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.bootstrap-iso .col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.bootstrap-iso .col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.bootstrap-iso .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}.bootstrap-iso .form-control-plaintext.form-control-lg,.bootstrap-iso .form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.bootstrap-iso .form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.bootstrap-iso .form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.bootstrap-iso select.form-control[multiple],.bootstrap-iso select.form-control[size]{height:auto}.bootstrap-iso textarea.form-control{height:auto}.bootstrap-iso .form-group{margin-bottom:1rem}.bootstrap-iso .form-text{display:block;margin-top:.25rem}.bootstrap-iso .form-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.bootstrap-iso .form-row>.col,.bootstrap-iso .form-row>[class*=col-]{padding-right:5px;padding-left:5px}.bootstrap-iso .form-check{position:relative;display:block;padding-left:1.25rem}.bootstrap-iso .form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.bootstrap-iso .form-check-input:disabled~.form-check-label{color:#6c757d}.bootstrap-iso .form-check-label{margin-bottom:0}.bootstrap-iso .form-check-inline{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.bootstrap-iso .form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.bootstrap-iso .valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.bootstrap-iso .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}.bootstrap-iso .form-control.is-valid,.bootstrap-iso .was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%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:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.bootstrap-iso .form-control.is-valid:focus,.bootstrap-iso .was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap-iso .form-control.is-valid~.valid-feedback,.bootstrap-iso .form-control.is-valid~.valid-tooltip,.bootstrap-iso .was-validated .form-control:valid~.valid-feedback,.bootstrap-iso .was-validated .form-control:valid~.valid-tooltip{display:block}.bootstrap-iso .was-validated textarea.form-control:valid,.bootstrap-iso textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.bootstrap-iso .custom-select.is-valid,.bootstrap-iso .was-validated .custom-select:valid{border-color:#28a745;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%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,%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)}.bootstrap-iso .custom-select.is-valid:focus,.bootstrap-iso .was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap-iso .custom-select.is-valid~.valid-feedback,.bootstrap-iso .custom-select.is-valid~.valid-tooltip,.bootstrap-iso .was-validated .custom-select:valid~.valid-feedback,.bootstrap-iso .was-validated .custom-select:valid~.valid-tooltip{display:block}.bootstrap-iso .form-control-file.is-valid~.valid-feedback,.bootstrap-iso .form-control-file.is-valid~.valid-tooltip,.bootstrap-iso .was-validated .form-control-file:valid~.valid-feedback,.bootstrap-iso .was-validated .form-control-file:valid~.valid-tooltip{display:block}.bootstrap-iso .form-check-input.is-valid~.form-check-label,.bootstrap-iso .was-validated .form-check-input:valid~.form-check-label{color:#28a745}.bootstrap-iso .form-check-input.is-valid~.valid-feedback,.bootstrap-iso .form-check-input.is-valid~.valid-tooltip,.bootstrap-iso .was-validated .form-check-input:valid~.valid-feedback,.bootstrap-iso .was-validated .form-check-input:valid~.valid-tooltip{display:block}.bootstrap-iso .custom-control-input.is-valid~.custom-control-label,.bootstrap-iso .was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.bootstrap-iso .custom-control-input.is-valid~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.bootstrap-iso .custom-control-input.is-valid~.valid-feedback,.bootstrap-iso .custom-control-input.is-valid~.valid-tooltip,.bootstrap-iso .was-validated .custom-control-input:valid~.valid-feedback,.bootstrap-iso .was-validated .custom-control-input:valid~.valid-tooltip{display:block}.bootstrap-iso .custom-control-input.is-valid:checked~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.bootstrap-iso .custom-control-input.is-valid:focus~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap-iso .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.bootstrap-iso .custom-file-input.is-valid~.custom-file-label,.bootstrap-iso .was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.bootstrap-iso .custom-file-input.is-valid~.valid-feedback,.bootstrap-iso .custom-file-input.is-valid~.valid-tooltip,.bootstrap-iso .was-validated .custom-file-input:valid~.valid-feedback,.bootstrap-iso .was-validated .custom-file-input:valid~.valid-tooltip{display:block}.bootstrap-iso .custom-file-input.is-valid:focus~.custom-file-label,.bootstrap-iso .was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.bootstrap-iso .invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.bootstrap-iso .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}.bootstrap-iso .form-control.is-invalid,.bootstrap-iso .was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%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:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.bootstrap-iso .form-control.is-invalid:focus,.bootstrap-iso .was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap-iso .form-control.is-invalid~.invalid-feedback,.bootstrap-iso .form-control.is-invalid~.invalid-tooltip,.bootstrap-iso .was-validated .form-control:invalid~.invalid-feedback,.bootstrap-iso .was-validated .form-control:invalid~.invalid-tooltip{display:block}.bootstrap-iso .was-validated textarea.form-control:invalid,.bootstrap-iso textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.bootstrap-iso .custom-select.is-invalid,.bootstrap-iso .was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%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,%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)}.bootstrap-iso .custom-select.is-invalid:focus,.bootstrap-iso .was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap-iso .custom-select.is-invalid~.invalid-feedback,.bootstrap-iso .custom-select.is-invalid~.invalid-tooltip,.bootstrap-iso .was-validated .custom-select:invalid~.invalid-feedback,.bootstrap-iso .was-validated .custom-select:invalid~.invalid-tooltip{display:block}.bootstrap-iso .form-control-file.is-invalid~.invalid-feedback,.bootstrap-iso .form-control-file.is-invalid~.invalid-tooltip,.bootstrap-iso .was-validated .form-control-file:invalid~.invalid-feedback,.bootstrap-iso .was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.bootstrap-iso .form-check-input.is-invalid~.form-check-label,.bootstrap-iso .was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.bootstrap-iso .form-check-input.is-invalid~.invalid-feedback,.bootstrap-iso .form-check-input.is-invalid~.invalid-tooltip,.bootstrap-iso .was-validated .form-check-input:invalid~.invalid-feedback,.bootstrap-iso .was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.bootstrap-iso .custom-control-input.is-invalid~.custom-control-label,.bootstrap-iso .was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.bootstrap-iso .custom-control-input.is-invalid~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.bootstrap-iso .custom-control-input.is-invalid~.invalid-feedback,.bootstrap-iso .custom-control-input.is-invalid~.invalid-tooltip,.bootstrap-iso .was-validated .custom-control-input:invalid~.invalid-feedback,.bootstrap-iso .was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.bootstrap-iso .custom-control-input.is-invalid:checked~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.bootstrap-iso .custom-control-input.is-invalid:focus~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap-iso .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.bootstrap-iso .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.bootstrap-iso .custom-file-input.is-invalid~.custom-file-label,.bootstrap-iso .was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.bootstrap-iso .custom-file-input.is-invalid~.invalid-feedback,.bootstrap-iso .custom-file-input.is-invalid~.invalid-tooltip,.bootstrap-iso .was-validated .custom-file-input:invalid~.invalid-feedback,.bootstrap-iso .was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.bootstrap-iso .custom-file-input.is-invalid:focus~.custom-file-label,.bootstrap-iso .was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.bootstrap-iso .form-inline{display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center}.bootstrap-iso .form-inline .form-check{width:100%}@media (min-width:576px){.bootstrap-iso .form-inline label{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.bootstrap-iso .form-inline .form-group{display:-ms-flexbox;display:flex;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-align:center;align-items:center;margin-bottom:0}.bootstrap-iso .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.bootstrap-iso .form-inline .form-control-plaintext{display:inline-block}.bootstrap-iso .form-inline .custom-select,.bootstrap-iso .form-inline .input-group{width:auto}.bootstrap-iso .form-inline .form-check{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.bootstrap-iso .form-inline .form-check-input{position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.bootstrap-iso .form-inline .custom-control{-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.bootstrap-iso .form-inline .custom-control-label{margin-bottom:0}}.bootstrap-iso .btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;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){.bootstrap-iso .btn{transition:none}}.bootstrap-iso .btn:hover{color:#212529;text-decoration:none}.bootstrap-iso .btn.focus,.bootstrap-iso .btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .btn.disabled,.bootstrap-iso .btn:disabled{opacity:.65}.bootstrap-iso a.btn.disabled,.bootstrap-iso fieldset:disabled a.btn{pointer-events:none}.bootstrap-iso .btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-iso .btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.bootstrap-iso .btn-primary.focus,.bootstrap-iso .btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.bootstrap-iso .btn-primary.disabled,.bootstrap-iso .btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-iso .btn-primary:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-primary:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.bootstrap-iso .btn-primary:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-primary:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.bootstrap-iso .btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-iso .btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.bootstrap-iso .btn-secondary.focus,.bootstrap-iso .btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.bootstrap-iso .btn-secondary.disabled,.bootstrap-iso .btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-iso .btn-secondary:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-secondary:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.bootstrap-iso .btn-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-secondary:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.bootstrap-iso .btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap-iso .btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.bootstrap-iso .btn-success.focus,.bootstrap-iso .btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.bootstrap-iso .btn-success.disabled,.bootstrap-iso .btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap-iso .btn-success:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-success:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.bootstrap-iso .btn-success:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-success:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.bootstrap-iso .btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap-iso .btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.bootstrap-iso .btn-info.focus,.bootstrap-iso .btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.bootstrap-iso .btn-info.disabled,.bootstrap-iso .btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap-iso .btn-info:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-info:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.bootstrap-iso .btn-info:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-info:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.bootstrap-iso .btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap-iso .btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.bootstrap-iso .btn-warning.focus,.bootstrap-iso .btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.bootstrap-iso .btn-warning.disabled,.bootstrap-iso .btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap-iso .btn-warning:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-warning:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.bootstrap-iso .btn-warning:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-warning:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.bootstrap-iso .btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-iso .btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.bootstrap-iso .btn-danger.focus,.bootstrap-iso .btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.bootstrap-iso .btn-danger.disabled,.bootstrap-iso .btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-iso .btn-danger:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-danger:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.bootstrap-iso .btn-danger:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-danger:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.bootstrap-iso .btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-iso .btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.bootstrap-iso .btn-light.focus,.bootstrap-iso .btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.bootstrap-iso .btn-light.disabled,.bootstrap-iso .btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-iso .btn-light:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-light:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.bootstrap-iso .btn-light:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-light:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.bootstrap-iso .btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap-iso .btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.bootstrap-iso .btn-dark.focus,.bootstrap-iso .btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.bootstrap-iso .btn-dark.disabled,.bootstrap-iso .btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap-iso .btn-dark:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-dark:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.bootstrap-iso .btn-dark:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-dark:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.bootstrap-iso .btn-outline-primary{color:#007bff;border-color:#007bff}.bootstrap-iso .btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-iso .btn-outline-primary.focus,.bootstrap-iso .btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.bootstrap-iso .btn-outline-primary.disabled,.bootstrap-iso .btn-outline-primary:disabled{color:#007bff;background-color:transparent}.bootstrap-iso .btn-outline-primary:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-primary:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-iso .btn-outline-primary:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-primary:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.bootstrap-iso .btn-outline-secondary{color:#6c757d;border-color:#6c757d}.bootstrap-iso .btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-iso .btn-outline-secondary.focus,.bootstrap-iso .btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap-iso .btn-outline-secondary.disabled,.bootstrap-iso .btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.bootstrap-iso .btn-outline-secondary:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-secondary:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.bootstrap-iso .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap-iso .btn-outline-success{color:#28a745;border-color:#28a745}.bootstrap-iso .btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap-iso .btn-outline-success.focus,.bootstrap-iso .btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.bootstrap-iso .btn-outline-success.disabled,.bootstrap-iso .btn-outline-success:disabled{color:#28a745;background-color:transparent}.bootstrap-iso .btn-outline-success:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-success:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.bootstrap-iso .btn-outline-success:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-success:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.bootstrap-iso .btn-outline-info{color:#17a2b8;border-color:#17a2b8}.bootstrap-iso .btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap-iso .btn-outline-info.focus,.bootstrap-iso .btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.bootstrap-iso .btn-outline-info.disabled,.bootstrap-iso .btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.bootstrap-iso .btn-outline-info:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-info:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.bootstrap-iso .btn-outline-info:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-info:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.bootstrap-iso .btn-outline-warning{color:#ffc107;border-color:#ffc107}.bootstrap-iso .btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap-iso .btn-outline-warning.focus,.bootstrap-iso .btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.bootstrap-iso .btn-outline-warning.disabled,.bootstrap-iso .btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.bootstrap-iso .btn-outline-warning:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-warning:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.bootstrap-iso .btn-outline-warning:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-warning:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.bootstrap-iso .btn-outline-danger{color:#dc3545;border-color:#dc3545}.bootstrap-iso .btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-iso .btn-outline-danger.focus,.bootstrap-iso .btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.bootstrap-iso .btn-outline-danger.disabled,.bootstrap-iso .btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.bootstrap-iso .btn-outline-danger:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-danger:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.bootstrap-iso .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.bootstrap-iso .btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.bootstrap-iso .btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-iso .btn-outline-light.focus,.bootstrap-iso .btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap-iso .btn-outline-light.disabled,.bootstrap-iso .btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.bootstrap-iso .btn-outline-light:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-light:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.bootstrap-iso .btn-outline-light:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-light:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap-iso .btn-outline-dark{color:#343a40;border-color:#343a40}.bootstrap-iso .btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap-iso .btn-outline-dark.focus,.bootstrap-iso .btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap-iso .btn-outline-dark.disabled,.bootstrap-iso .btn-outline-dark:disabled{color:#343a40;background-color:transparent}.bootstrap-iso .btn-outline-dark:not(:disabled):not(.disabled).active,.bootstrap-iso .btn-outline-dark:not(:disabled):not(.disabled):active,.bootstrap-iso .show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.bootstrap-iso .btn-outline-dark:not(:disabled):not(.disabled).active:focus,.bootstrap-iso .btn-outline-dark:not(:disabled):not(.disabled):active:focus,.bootstrap-iso .show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap-iso .btn-link{font-weight:400;color:#007bff;text-decoration:none}.bootstrap-iso .btn-link:hover{color:#0056b3;text-decoration:underline}.bootstrap-iso .btn-link.focus,.bootstrap-iso .btn-link:focus{text-decoration:underline;box-shadow:none}.bootstrap-iso .btn-link.disabled,.bootstrap-iso .btn-link:disabled{color:#6c757d;pointer-events:none}.bootstrap-iso .btn-group-lg>.btn,.bootstrap-iso .btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.bootstrap-iso .btn-group-sm>.btn,.bootstrap-iso .btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.bootstrap-iso .btn-block{display:block;width:100%}.bootstrap-iso .btn-block+.btn-block{margin-top:.5rem}.bootstrap-iso input[type=button].btn-block,.bootstrap-iso input[type=reset].btn-block,.bootstrap-iso input[type=submit].btn-block{width:100%}.bootstrap-iso .fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.bootstrap-iso .fade{transition:none}}.bootstrap-iso .fade:not(.show){opacity:0}.bootstrap-iso .collapse:not(.show){display:none}.bootstrap-iso .collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.bootstrap-iso .collapsing{transition:none}}.bootstrap-iso .dropdown,.bootstrap-iso .dropleft,.bootstrap-iso .dropright,.bootstrap-iso .dropup{position:relative}.bootstrap-iso .dropdown-toggle{white-space:nowrap}.bootstrap-iso .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}.bootstrap-iso .dropdown-toggle:empty::after{margin-left:0}.bootstrap-iso .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}.bootstrap-iso .dropdown-menu-left{right:auto;left:0}.bootstrap-iso .dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.bootstrap-iso .dropdown-menu-sm-left{right:auto;left:0}.bootstrap-iso .dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.bootstrap-iso .dropdown-menu-md-left{right:auto;left:0}.bootstrap-iso .dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.bootstrap-iso .dropdown-menu-lg-left{right:auto;left:0}.bootstrap-iso .dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.bootstrap-iso .dropdown-menu-xl-left{right:auto;left:0}.bootstrap-iso .dropdown-menu-xl-right{right:0;left:auto}}.bootstrap-iso .dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.bootstrap-iso .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}.bootstrap-iso .dropup .dropdown-toggle:empty::after{margin-left:0}.bootstrap-iso .dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.bootstrap-iso .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}.bootstrap-iso .dropright .dropdown-toggle:empty::after{margin-left:0}.bootstrap-iso .dropright .dropdown-toggle::after{vertical-align:0}.bootstrap-iso .dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.bootstrap-iso .dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.bootstrap-iso .dropleft .dropdown-toggle::after{display:none}.bootstrap-iso .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}.bootstrap-iso .dropleft .dropdown-toggle:empty::after{margin-left:0}.bootstrap-iso .dropleft .dropdown-toggle::before{vertical-align:0}.bootstrap-iso .dropdown-menu[x-placement^=bottom],.bootstrap-iso .dropdown-menu[x-placement^=left],.bootstrap-iso .dropdown-menu[x-placement^=right],.bootstrap-iso .dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.bootstrap-iso .dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.bootstrap-iso .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}.bootstrap-iso .dropdown-item:focus,.bootstrap-iso .dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.bootstrap-iso .dropdown-item.active,.bootstrap-iso .dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.bootstrap-iso .dropdown-item.disabled,.bootstrap-iso .dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.bootstrap-iso .dropdown-menu.show{display:block}.bootstrap-iso .dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.bootstrap-iso .dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.bootstrap-iso .btn-group,.bootstrap-iso .btn-group-vertical{position:relative;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.bootstrap-iso .btn-group-vertical>.btn,.bootstrap-iso .btn-group>.btn{position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.bootstrap-iso .btn-group-vertical>.btn:hover,.bootstrap-iso .btn-group>.btn:hover{z-index:1}.bootstrap-iso .btn-group-vertical>.btn.active,.bootstrap-iso .btn-group-vertical>.btn:active,.bootstrap-iso .btn-group-vertical>.btn:focus,.bootstrap-iso .btn-group>.btn.active,.bootstrap-iso .btn-group>.btn:active,.bootstrap-iso .btn-group>.btn:focus{z-index:1}.bootstrap-iso .btn-toolbar{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-iso .btn-toolbar .input-group{width:auto}.bootstrap-iso .btn-group>.btn-group:not(:first-child),.bootstrap-iso .btn-group>.btn:not(:first-child){margin-left:-1px}.bootstrap-iso .btn-group>.btn-group:not(:last-child)>.btn,.bootstrap-iso .btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-iso .btn-group>.btn-group:not(:first-child)>.btn,.bootstrap-iso .btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-iso .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.bootstrap-iso .dropdown-toggle-split::after,.bootstrap-iso .dropright .dropdown-toggle-split::after,.bootstrap-iso .dropup .dropdown-toggle-split::after{margin-left:0}.bootstrap-iso .dropleft .dropdown-toggle-split::before{margin-right:0}.bootstrap-iso .btn-group-sm>.btn+.dropdown-toggle-split,.bootstrap-iso .btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.bootstrap-iso .btn-group-lg>.btn+.dropdown-toggle-split,.bootstrap-iso .btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.bootstrap-iso .btn-group-vertical{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:center;justify-content:center}.bootstrap-iso .btn-group-vertical>.btn,.bootstrap-iso .btn-group-vertical>.btn-group{width:100%}.bootstrap-iso .btn-group-vertical>.btn-group:not(:first-child),.bootstrap-iso .btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.bootstrap-iso .btn-group-vertical>.btn-group:not(:last-child)>.btn,.bootstrap-iso .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-iso .btn-group-vertical>.btn-group:not(:first-child)>.btn,.bootstrap-iso .btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.bootstrap-iso .btn-group-toggle>.btn,.bootstrap-iso .btn-group-toggle>.btn-group>.btn{margin-bottom:0}.bootstrap-iso .btn-group-toggle>.btn input[type=checkbox],.bootstrap-iso .btn-group-toggle>.btn input[type=radio],.bootstrap-iso .btn-group-toggle>.btn-group>.btn input[type=checkbox],.bootstrap-iso .btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.bootstrap-iso .input-group{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:stretch;align-items:stretch;width:100%}.bootstrap-iso .input-group>.custom-file,.bootstrap-iso .input-group>.custom-select,.bootstrap-iso .input-group>.form-control,.bootstrap-iso .input-group>.form-control-plaintext{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.bootstrap-iso .input-group>.custom-file+.custom-file,.bootstrap-iso .input-group>.custom-file+.custom-select,.bootstrap-iso .input-group>.custom-file+.form-control,.bootstrap-iso .input-group>.custom-select+.custom-file,.bootstrap-iso .input-group>.custom-select+.custom-select,.bootstrap-iso .input-group>.custom-select+.form-control,.bootstrap-iso .input-group>.form-control+.custom-file,.bootstrap-iso .input-group>.form-control+.custom-select,.bootstrap-iso .input-group>.form-control+.form-control,.bootstrap-iso .input-group>.form-control-plaintext+.custom-file,.bootstrap-iso .input-group>.form-control-plaintext+.custom-select,.bootstrap-iso .input-group>.form-control-plaintext+.form-control{margin-left:-1px}.bootstrap-iso .input-group>.custom-file .custom-file-input:focus~.custom-file-label,.bootstrap-iso .input-group>.custom-select:focus,.bootstrap-iso .input-group>.form-control:focus{z-index:3}.bootstrap-iso .input-group>.custom-file .custom-file-input:focus{z-index:4}.bootstrap-iso .input-group>.custom-select:not(:last-child),.bootstrap-iso .input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-iso .input-group>.custom-select:not(:first-child),.bootstrap-iso .input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-iso .input-group>.custom-file{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.bootstrap-iso .input-group>.custom-file:not(:last-child) .custom-file-label,.bootstrap-iso .input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-iso .input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-iso .input-group-append,.bootstrap-iso .input-group-prepend{display:-ms-flexbox;display:flex}.bootstrap-iso .input-group-append .btn,.bootstrap-iso .input-group-prepend .btn{position:relative;z-index:2}.bootstrap-iso .input-group-append .btn:focus,.bootstrap-iso .input-group-prepend .btn:focus{z-index:3}.bootstrap-iso .input-group-append .btn+.btn,.bootstrap-iso .input-group-append .btn+.input-group-text,.bootstrap-iso .input-group-append .input-group-text+.btn,.bootstrap-iso .input-group-append .input-group-text+.input-group-text,.bootstrap-iso .input-group-prepend .btn+.btn,.bootstrap-iso .input-group-prepend .btn+.input-group-text,.bootstrap-iso .input-group-prepend .input-group-text+.btn,.bootstrap-iso .input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.bootstrap-iso .input-group-prepend{margin-right:-1px}.bootstrap-iso .input-group-append{margin-left:-1px}.bootstrap-iso .input-group-text{display:-ms-flexbox;display:flex;-ms-flex-align:center;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}.bootstrap-iso .input-group-text input[type=checkbox],.bootstrap-iso .input-group-text input[type=radio]{margin-top:0}.bootstrap-iso .input-group-lg>.custom-select,.bootstrap-iso .input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.bootstrap-iso .input-group-lg>.custom-select,.bootstrap-iso .input-group-lg>.form-control,.bootstrap-iso .input-group-lg>.input-group-append>.btn,.bootstrap-iso .input-group-lg>.input-group-append>.input-group-text,.bootstrap-iso .input-group-lg>.input-group-prepend>.btn,.bootstrap-iso .input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.bootstrap-iso .input-group-sm>.custom-select,.bootstrap-iso .input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.bootstrap-iso .input-group-sm>.custom-select,.bootstrap-iso .input-group-sm>.form-control,.bootstrap-iso .input-group-sm>.input-group-append>.btn,.bootstrap-iso .input-group-sm>.input-group-append>.input-group-text,.bootstrap-iso .input-group-sm>.input-group-prepend>.btn,.bootstrap-iso .input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.bootstrap-iso .input-group-lg>.custom-select,.bootstrap-iso .input-group-sm>.custom-select{padding-right:1.75rem}.bootstrap-iso .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.bootstrap-iso .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.bootstrap-iso .input-group>.input-group-append:not(:last-child)>.btn,.bootstrap-iso .input-group>.input-group-append:not(:last-child)>.input-group-text,.bootstrap-iso .input-group>.input-group-prepend>.btn,.bootstrap-iso .input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-iso .input-group>.input-group-append>.btn,.bootstrap-iso .input-group>.input-group-append>.input-group-text,.bootstrap-iso .input-group>.input-group-prepend:first-child>.btn:not(:first-child),.bootstrap-iso .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.bootstrap-iso .input-group>.input-group-prepend:not(:first-child)>.btn,.bootstrap-iso .input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-iso .custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.bootstrap-iso .custom-control-inline{display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.bootstrap-iso .custom-control-input{position:absolute;z-index:-1;opacity:0}.bootstrap-iso .custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.bootstrap-iso .custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.bootstrap-iso .custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.bootstrap-iso .custom-control-input:disabled~.custom-control-label{color:#6c757d}.bootstrap-iso .custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.bootstrap-iso .custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.bootstrap-iso .custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.bootstrap-iso .custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.bootstrap-iso .custom-checkbox .custom-control-label::before{border-radius:.25rem}.bootstrap-iso .custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%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.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.bootstrap-iso .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.bootstrap-iso .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.bootstrap-iso .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.bootstrap-iso .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.bootstrap-iso .custom-radio .custom-control-label::before{border-radius:50%}.bootstrap-iso .custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.bootstrap-iso .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.bootstrap-iso .custom-switch{padding-left:2.25rem}.bootstrap-iso .custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.bootstrap-iso .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:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-iso .custom-switch .custom-control-label::after{transition:none}}.bootstrap-iso .custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}.bootstrap-iso .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.bootstrap-iso .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,%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;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bootstrap-iso .custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .custom-select:focus::-ms-value{color:#495057;background-color:#fff}.bootstrap-iso .custom-select[multiple],.bootstrap-iso .custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.bootstrap-iso .custom-select:disabled{color:#6c757d;background-color:#e9ecef}.bootstrap-iso .custom-select::-ms-expand{display:none}.bootstrap-iso .custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.bootstrap-iso .custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.bootstrap-iso .custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.bootstrap-iso .custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.bootstrap-iso .custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.bootstrap-iso .custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.bootstrap-iso .custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.bootstrap-iso .custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.bootstrap-iso .custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.bootstrap-iso .custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bootstrap-iso .custom-range:focus{outline:0}.bootstrap-iso .custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .custom-range::-moz-focus-outer{border:0}.bootstrap-iso .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;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.bootstrap-iso .custom-range::-webkit-slider-thumb{transition:none}}.bootstrap-iso .custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.bootstrap-iso .custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.bootstrap-iso .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;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.bootstrap-iso .custom-range::-moz-range-thumb{transition:none}}.bootstrap-iso .custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.bootstrap-iso .custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.bootstrap-iso .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){.bootstrap-iso .custom-range::-ms-thumb{transition:none}}.bootstrap-iso .custom-range::-ms-thumb:active{background-color:#b3d7ff}.bootstrap-iso .custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.bootstrap-iso .custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.bootstrap-iso .custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.bootstrap-iso .custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.bootstrap-iso .custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.bootstrap-iso .custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.bootstrap-iso .custom-range:disabled::-moz-range-track{cursor:default}.bootstrap-iso .custom-range:disabled::-ms-thumb{background-color:#adb5bd}.bootstrap-iso .custom-control-label::before,.bootstrap-iso .custom-file-label,.bootstrap-iso .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){.bootstrap-iso .custom-control-label::before,.bootstrap-iso .custom-file-label,.bootstrap-iso .custom-select{transition:none}}.bootstrap-iso .nav{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.bootstrap-iso .nav-link{display:block;padding:.5rem 1rem}.bootstrap-iso .nav-link:focus,.bootstrap-iso .nav-link:hover{text-decoration:none}.bootstrap-iso .nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.bootstrap-iso .nav-tabs{border-bottom:1px solid #dee2e6}.bootstrap-iso .nav-tabs .nav-item{margin-bottom:-1px}.bootstrap-iso .nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap-iso .nav-tabs .nav-link:focus,.bootstrap-iso .nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.bootstrap-iso .nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.bootstrap-iso .nav-tabs .nav-item.show .nav-link,.bootstrap-iso .nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.bootstrap-iso .nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.bootstrap-iso .nav-pills .nav-link{border-radius:.25rem}.bootstrap-iso .nav-pills .nav-link.active,.bootstrap-iso .nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.bootstrap-iso .nav-fill .nav-item{-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.bootstrap-iso .nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;text-align:center}.bootstrap-iso .tab-content>.tab-pane{display:none}.bootstrap-iso .tab-content>.active{display:block}.bootstrap-iso .navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.bootstrap-iso .navbar>.container,.bootstrap-iso .navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.bootstrap-iso .navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.bootstrap-iso .navbar-brand:focus,.bootstrap-iso .navbar-brand:hover{text-decoration:none}.bootstrap-iso .navbar-nav{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.bootstrap-iso .navbar-nav .nav-link{padding-right:0;padding-left:0}.bootstrap-iso .navbar-nav .dropdown-menu{position:static;float:none}.bootstrap-iso .navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.bootstrap-iso .navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}.bootstrap-iso .navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.bootstrap-iso .navbar-toggler:focus,.bootstrap-iso .navbar-toggler:hover{text-decoration:none}.bootstrap-iso .navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.bootstrap-iso .navbar-expand-sm>.container,.bootstrap-iso .navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.bootstrap-iso .navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-iso .navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.bootstrap-iso .navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-iso .navbar-expand-sm>.container,.bootstrap-iso .navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap-iso .navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-iso .navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.bootstrap-iso .navbar-expand-md>.container,.bootstrap-iso .navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.bootstrap-iso .navbar-expand-md{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-iso .navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.bootstrap-iso .navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-iso .navbar-expand-md>.container,.bootstrap-iso .navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap-iso .navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-iso .navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.bootstrap-iso .navbar-expand-lg>.container,.bootstrap-iso .navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.bootstrap-iso .navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-iso .navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.bootstrap-iso .navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-iso .navbar-expand-lg>.container,.bootstrap-iso .navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap-iso .navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-iso .navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.bootstrap-iso .navbar-expand-xl>.container,.bootstrap-iso .navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.bootstrap-iso .navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-iso .navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.bootstrap-iso .navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-iso .navbar-expand-xl>.container,.bootstrap-iso .navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap-iso .navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-iso .navbar-expand-xl .navbar-toggler{display:none}}.bootstrap-iso .navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.bootstrap-iso .navbar-expand>.container,.bootstrap-iso .navbar-expand>.container-fluid{padding-right:0;padding-left:0}.bootstrap-iso .navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .navbar-expand .navbar-nav .dropdown-menu{position:absolute}.bootstrap-iso .navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.bootstrap-iso .navbar-expand>.container,.bootstrap-iso .navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.bootstrap-iso .navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.bootstrap-iso .navbar-expand .navbar-toggler{display:none}.bootstrap-iso .navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.bootstrap-iso .navbar-light .navbar-brand:focus,.bootstrap-iso .navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.bootstrap-iso .navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.bootstrap-iso .navbar-light .navbar-nav .nav-link:focus,.bootstrap-iso .navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.bootstrap-iso .navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.bootstrap-iso .navbar-light .navbar-nav .active>.nav-link,.bootstrap-iso .navbar-light .navbar-nav .nav-link.active,.bootstrap-iso .navbar-light .navbar-nav .nav-link.show,.bootstrap-iso .navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.bootstrap-iso .navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.bootstrap-iso .navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%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")}.bootstrap-iso .navbar-light .navbar-text{color:rgba(0,0,0,.5)}.bootstrap-iso .navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.bootstrap-iso .navbar-light .navbar-text a:focus,.bootstrap-iso .navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.bootstrap-iso .navbar-dark .navbar-brand{color:#fff}.bootstrap-iso .navbar-dark .navbar-brand:focus,.bootstrap-iso .navbar-dark .navbar-brand:hover{color:#fff}.bootstrap-iso .navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.bootstrap-iso .navbar-dark .navbar-nav .nav-link:focus,.bootstrap-iso .navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.bootstrap-iso .navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.bootstrap-iso .navbar-dark .navbar-nav .active>.nav-link,.bootstrap-iso .navbar-dark .navbar-nav .nav-link.active,.bootstrap-iso .navbar-dark .navbar-nav .nav-link.show,.bootstrap-iso .navbar-dark .navbar-nav .show>.nav-link{color:#fff}.bootstrap-iso .navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.bootstrap-iso .navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%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")}.bootstrap-iso .navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.bootstrap-iso .navbar-dark .navbar-text a{color:#fff}.bootstrap-iso .navbar-dark .navbar-text a:focus,.bootstrap-iso .navbar-dark .navbar-text a:hover{color:#fff}.bootstrap-iso .card{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;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}.bootstrap-iso .card>hr{margin-right:0;margin-left:0}.bootstrap-iso .card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap-iso .card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap-iso .card-body{-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.bootstrap-iso .card-title{margin-bottom:.75rem}.bootstrap-iso .card-subtitle{margin-top:-.375rem;margin-bottom:0}.bootstrap-iso .card-text:last-child{margin-bottom:0}.bootstrap-iso .card-link:hover{text-decoration:none}.bootstrap-iso .card-link+.card-link{margin-left:1.25rem}.bootstrap-iso .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)}.bootstrap-iso .card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.bootstrap-iso .card-header+.list-group .list-group-item:first-child{border-top:0}.bootstrap-iso .card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.bootstrap-iso .card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.bootstrap-iso .card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.bootstrap-iso .card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.bootstrap-iso .card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.bootstrap-iso .card-img{width:100%;border-radius:calc(.25rem - 1px)}.bootstrap-iso .card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.bootstrap-iso .card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.bootstrap-iso .card-deck{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.bootstrap-iso .card-deck .card{margin-bottom:15px}@media (min-width:576px){.bootstrap-iso .card-deck{-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.bootstrap-iso .card-deck .card{display:-ms-flexbox;display:flex;-ms-flex:1 0 0%;flex:1 0 0%;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.bootstrap-iso .card-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.bootstrap-iso .card-group>.card{margin-bottom:15px}@media (min-width:576px){.bootstrap-iso .card-group{-ms-flex-flow:row wrap;flex-flow:row wrap}.bootstrap-iso .card-group>.card{-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.bootstrap-iso .card-group>.card+.card{margin-left:0;border-left:0}.bootstrap-iso .card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.bootstrap-iso .card-group>.card:not(:last-child) .card-header,.bootstrap-iso .card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.bootstrap-iso .card-group>.card:not(:last-child) .card-footer,.bootstrap-iso .card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.bootstrap-iso .card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.bootstrap-iso .card-group>.card:not(:first-child) .card-header,.bootstrap-iso .card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.bootstrap-iso .card-group>.card:not(:first-child) .card-footer,.bootstrap-iso .card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.bootstrap-iso .card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.bootstrap-iso .card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.bootstrap-iso .card-columns .card{display:inline-block;width:100%}}.bootstrap-iso .accordion>.card{overflow:hidden}.bootstrap-iso .accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.bootstrap-iso .accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.bootstrap-iso .accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.bootstrap-iso .accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.bootstrap-iso .accordion>.card .card-header{margin-bottom:-1px}.bootstrap-iso .breadcrumb{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.bootstrap-iso .breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.bootstrap-iso .breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.bootstrap-iso .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.bootstrap-iso .breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.bootstrap-iso .breadcrumb-item.active{color:#6c757d}.bootstrap-iso .pagination{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.bootstrap-iso .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}.bootstrap-iso .page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.bootstrap-iso .page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.bootstrap-iso .page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap-iso .page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.bootstrap-iso .page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-iso .page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.bootstrap-iso .pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.bootstrap-iso .pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.bootstrap-iso .pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.bootstrap-iso .pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.bootstrap-iso .pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.bootstrap-iso .pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.bootstrap-iso .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){.bootstrap-iso .badge{transition:none}}.bootstrap-iso a.badge:focus,.bootstrap-iso a.badge:hover{text-decoration:none}.bootstrap-iso .badge:empty{display:none}.bootstrap-iso .btn .badge{position:relative;top:-1px}.bootstrap-iso .badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.bootstrap-iso .badge-primary{color:#fff;background-color:#007bff}.bootstrap-iso a.badge-primary:focus,.bootstrap-iso a.badge-primary:hover{color:#fff;background-color:#0062cc}.bootstrap-iso a.badge-primary.focus,.bootstrap-iso a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.bootstrap-iso .badge-secondary{color:#fff;background-color:#6c757d}.bootstrap-iso a.badge-secondary:focus,.bootstrap-iso a.badge-secondary:hover{color:#fff;background-color:#545b62}.bootstrap-iso a.badge-secondary.focus,.bootstrap-iso a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.bootstrap-iso .badge-success{color:#fff;background-color:#28a745}.bootstrap-iso a.badge-success:focus,.bootstrap-iso a.badge-success:hover{color:#fff;background-color:#1e7e34}.bootstrap-iso a.badge-success.focus,.bootstrap-iso a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.bootstrap-iso .badge-info{color:#fff;background-color:#17a2b8}.bootstrap-iso a.badge-info:focus,.bootstrap-iso a.badge-info:hover{color:#fff;background-color:#117a8b}.bootstrap-iso a.badge-info.focus,.bootstrap-iso a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.bootstrap-iso .badge-warning{color:#212529;background-color:#ffc107}.bootstrap-iso a.badge-warning:focus,.bootstrap-iso a.badge-warning:hover{color:#212529;background-color:#d39e00}.bootstrap-iso a.badge-warning.focus,.bootstrap-iso a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.bootstrap-iso .badge-danger{color:#fff;background-color:#dc3545}.bootstrap-iso a.badge-danger:focus,.bootstrap-iso a.badge-danger:hover{color:#fff;background-color:#bd2130}.bootstrap-iso a.badge-danger.focus,.bootstrap-iso a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.bootstrap-iso .badge-light{color:#212529;background-color:#f8f9fa}.bootstrap-iso a.badge-light:focus,.bootstrap-iso a.badge-light:hover{color:#212529;background-color:#dae0e5}.bootstrap-iso a.badge-light.focus,.bootstrap-iso a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.bootstrap-iso .badge-dark{color:#fff;background-color:#343a40}.bootstrap-iso a.badge-dark:focus,.bootstrap-iso a.badge-dark:hover{color:#fff;background-color:#1d2124}.bootstrap-iso a.badge-dark.focus,.bootstrap-iso a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.bootstrap-iso .jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.bootstrap-iso .jumbotron{padding:4rem 2rem}}.bootstrap-iso .jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.bootstrap-iso .alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.bootstrap-iso .alert-heading{color:inherit}.bootstrap-iso .alert-link{font-weight:700}.bootstrap-iso .alert-dismissible{padding-right:4rem}.bootstrap-iso .alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.bootstrap-iso .alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.bootstrap-iso .alert-primary hr{border-top-color:#9fcdff}.bootstrap-iso .alert-primary .alert-link{color:#002752}.bootstrap-iso .alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.bootstrap-iso .alert-secondary hr{border-top-color:#c8cbcf}.bootstrap-iso .alert-secondary .alert-link{color:#202326}.bootstrap-iso .alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.bootstrap-iso .alert-success hr{border-top-color:#b1dfbb}.bootstrap-iso .alert-success .alert-link{color:#0b2e13}.bootstrap-iso .alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.bootstrap-iso .alert-info hr{border-top-color:#abdde5}.bootstrap-iso .alert-info .alert-link{color:#062c33}.bootstrap-iso .alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.bootstrap-iso .alert-warning hr{border-top-color:#ffe8a1}.bootstrap-iso .alert-warning .alert-link{color:#533f03}.bootstrap-iso .alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.bootstrap-iso .alert-danger hr{border-top-color:#f1b0b7}.bootstrap-iso .alert-danger .alert-link{color:#491217}.bootstrap-iso .alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.bootstrap-iso .alert-light hr{border-top-color:#ececf6}.bootstrap-iso .alert-light .alert-link{color:#686868}.bootstrap-iso .alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.bootstrap-iso .alert-dark hr{border-top-color:#b9bbbe}.bootstrap-iso .alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.bootstrap-iso .progress{display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.bootstrap-iso .progress-bar{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.bootstrap-iso .progress-bar{transition:none}}.bootstrap-iso .progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.bootstrap-iso .progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.bootstrap-iso .progress-bar-animated{-webkit-animation:none;animation:none}}.bootstrap-iso .media{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start}.bootstrap-iso .media-body{-ms-flex:1;flex:1}.bootstrap-iso .list-group{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.bootstrap-iso .list-group-item-action{width:100%;color:#495057;text-align:inherit}.bootstrap-iso .list-group-item-action:focus,.bootstrap-iso .list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.bootstrap-iso .list-group-item-action:active{color:#212529;background-color:#e9ecef}.bootstrap-iso .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)}.bootstrap-iso .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.bootstrap-iso .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.bootstrap-iso .list-group-item.disabled,.bootstrap-iso .list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.bootstrap-iso .list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.bootstrap-iso .list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.bootstrap-iso .list-group-horizontal .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-iso .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){.bootstrap-iso .list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.bootstrap-iso .list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-iso .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){.bootstrap-iso .list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.bootstrap-iso .list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-iso .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){.bootstrap-iso .list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.bootstrap-iso .list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-iso .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){.bootstrap-iso .list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.bootstrap-iso .list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.bootstrap-iso .list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.bootstrap-iso .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}}.bootstrap-iso .list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.bootstrap-iso .list-group-flush .list-group-item:last-child{margin-bottom:-1px}.bootstrap-iso .list-group-flush:first-child .list-group-item:first-child{border-top:0}.bootstrap-iso .list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.bootstrap-iso .list-group-item-primary{color:#004085;background-color:#b8daff}.bootstrap-iso .list-group-item-primary.list-group-item-action:focus,.bootstrap-iso .list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.bootstrap-iso .list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.bootstrap-iso .list-group-item-secondary{color:#383d41;background-color:#d6d8db}.bootstrap-iso .list-group-item-secondary.list-group-item-action:focus,.bootstrap-iso .list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.bootstrap-iso .list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.bootstrap-iso .list-group-item-success{color:#155724;background-color:#c3e6cb}.bootstrap-iso .list-group-item-success.list-group-item-action:focus,.bootstrap-iso .list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.bootstrap-iso .list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.bootstrap-iso .list-group-item-info{color:#0c5460;background-color:#bee5eb}.bootstrap-iso .list-group-item-info.list-group-item-action:focus,.bootstrap-iso .list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.bootstrap-iso .list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.bootstrap-iso .list-group-item-warning{color:#856404;background-color:#ffeeba}.bootstrap-iso .list-group-item-warning.list-group-item-action:focus,.bootstrap-iso .list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.bootstrap-iso .list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.bootstrap-iso .list-group-item-danger{color:#721c24;background-color:#f5c6cb}.bootstrap-iso .list-group-item-danger.list-group-item-action:focus,.bootstrap-iso .list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.bootstrap-iso .list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.bootstrap-iso .list-group-item-light{color:#818182;background-color:#fdfdfe}.bootstrap-iso .list-group-item-light.list-group-item-action:focus,.bootstrap-iso .list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.bootstrap-iso .list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.bootstrap-iso .list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.bootstrap-iso .list-group-item-dark.list-group-item-action:focus,.bootstrap-iso .list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.bootstrap-iso .list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.bootstrap-iso .close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.bootstrap-iso .close:hover{color:#000;text-decoration:none}.bootstrap-iso .close:not(:disabled):not(.disabled):focus,.bootstrap-iso .close:not(:disabled):not(.disabled):hover{opacity:.75}.bootstrap-iso button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.bootstrap-iso a.close.disabled{pointer-events:none}.bootstrap-iso .toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.bootstrap-iso .toast:not(:last-child){margin-bottom:.75rem}.bootstrap-iso .toast.showing{opacity:1}.bootstrap-iso .toast.show{display:block;opacity:1}.bootstrap-iso .toast.hide{display:none}.bootstrap-iso .toast-header{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.bootstrap-iso .toast-body{padding:.75rem}.bootstrap-iso .modal-open{overflow:hidden}.bootstrap-iso .modal-open .modal{overflow-x:hidden;overflow-y:auto}.bootstrap-iso .modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.bootstrap-iso .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.bootstrap-iso .modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-50px);transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.bootstrap-iso .modal.fade .modal-dialog{transition:none}}.bootstrap-iso .modal.show .modal-dialog{-webkit-transform:none;transform:none}.bootstrap-iso .modal-dialog-scrollable{display:-ms-flexbox;display:flex;max-height:calc(100% - 1rem)}.bootstrap-iso .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.bootstrap-iso .modal-dialog-scrollable .modal-footer,.bootstrap-iso .modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.bootstrap-iso .modal-dialog-scrollable .modal-body{overflow-y:auto}.bootstrap-iso .modal-dialog-centered{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - 1rem)}.bootstrap-iso .modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.bootstrap-iso .modal-dialog-centered.modal-dialog-scrollable{-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:100%}.bootstrap-iso .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.bootstrap-iso .modal-dialog-centered.modal-dialog-scrollable::before{content:none}.bootstrap-iso .modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;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}.bootstrap-iso .modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.bootstrap-iso .modal-backdrop.fade{opacity:0}.bootstrap-iso .modal-backdrop.show{opacity:.5}.bootstrap-iso .modal-header{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.bootstrap-iso .modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.bootstrap-iso .modal-title{margin-bottom:0;line-height:1.5}.bootstrap-iso .modal-body{position:relative;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.bootstrap-iso .modal-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.bootstrap-iso .modal-footer>:not(:first-child){margin-left:.25rem}.bootstrap-iso .modal-footer>:not(:last-child){margin-right:.25rem}.bootstrap-iso .modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.bootstrap-iso .modal-dialog{max-width:500px;margin:1.75rem auto}.bootstrap-iso .modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.bootstrap-iso .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.bootstrap-iso .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.bootstrap-iso .modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.bootstrap-iso .modal-sm{max-width:300px}}@media (min-width:992px){.bootstrap-iso .modal-lg,.bootstrap-iso .modal-xl{max-width:800px}}@media (min-width:1200px){.bootstrap-iso .modal-xl{max-width:1140px}}.bootstrap-iso .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}.bootstrap-iso .tooltip.show{opacity:.9}.bootstrap-iso .tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.bootstrap-iso .tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bootstrap-iso .bs-tooltip-auto[x-placement^=top],.bootstrap-iso .bs-tooltip-top{padding:.4rem 0}.bootstrap-iso .bs-tooltip-auto[x-placement^=top] .arrow,.bootstrap-iso .bs-tooltip-top .arrow{bottom:0}.bootstrap-iso .bs-tooltip-auto[x-placement^=top] .arrow::before,.bootstrap-iso .bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bootstrap-iso .bs-tooltip-auto[x-placement^=right],.bootstrap-iso .bs-tooltip-right{padding:0 .4rem}.bootstrap-iso .bs-tooltip-auto[x-placement^=right] .arrow,.bootstrap-iso .bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bootstrap-iso .bs-tooltip-auto[x-placement^=right] .arrow::before,.bootstrap-iso .bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bootstrap-iso .bs-tooltip-auto[x-placement^=bottom],.bootstrap-iso .bs-tooltip-bottom{padding:.4rem 0}.bootstrap-iso .bs-tooltip-auto[x-placement^=bottom] .arrow,.bootstrap-iso .bs-tooltip-bottom .arrow{top:0}.bootstrap-iso .bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bootstrap-iso .bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bootstrap-iso .bs-tooltip-auto[x-placement^=left],.bootstrap-iso .bs-tooltip-left{padding:0 .4rem}.bootstrap-iso .bs-tooltip-auto[x-placement^=left] .arrow,.bootstrap-iso .bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bootstrap-iso .bs-tooltip-auto[x-placement^=left] .arrow::before,.bootstrap-iso .bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.bootstrap-iso .tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.bootstrap-iso .popover{position:absolute;top:0;left:0;z-index:1060;display:block;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}.bootstrap-iso .popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.bootstrap-iso .popover .arrow::after,.bootstrap-iso .popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bootstrap-iso .bs-popover-auto[x-placement^=top],.bootstrap-iso .bs-popover-top{margin-bottom:.5rem}.bootstrap-iso .bs-popover-auto[x-placement^=top]>.arrow,.bootstrap-iso .bs-popover-top>.arrow{bottom:calc((.5rem + 1px) * -1)}.bootstrap-iso .bs-popover-auto[x-placement^=top]>.arrow::before,.bootstrap-iso .bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bootstrap-iso .bs-popover-auto[x-placement^=top]>.arrow::after,.bootstrap-iso .bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bootstrap-iso .bs-popover-auto[x-placement^=right],.bootstrap-iso .bs-popover-right{margin-left:.5rem}.bootstrap-iso .bs-popover-auto[x-placement^=right]>.arrow,.bootstrap-iso .bs-popover-right>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bootstrap-iso .bs-popover-auto[x-placement^=right]>.arrow::before,.bootstrap-iso .bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bootstrap-iso .bs-popover-auto[x-placement^=right]>.arrow::after,.bootstrap-iso .bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bootstrap-iso .bs-popover-auto[x-placement^=bottom],.bootstrap-iso .bs-popover-bottom{margin-top:.5rem}.bootstrap-iso .bs-popover-auto[x-placement^=bottom]>.arrow,.bootstrap-iso .bs-popover-bottom>.arrow{top:calc((.5rem + 1px) * -1)}.bootstrap-iso .bs-popover-auto[x-placement^=bottom]>.arrow::before,.bootstrap-iso .bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bootstrap-iso .bs-popover-auto[x-placement^=bottom]>.arrow::after,.bootstrap-iso .bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bootstrap-iso .bs-popover-auto[x-placement^=bottom] .popover-header::before,.bootstrap-iso .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}.bootstrap-iso .bs-popover-auto[x-placement^=left],.bootstrap-iso .bs-popover-left{margin-right:.5rem}.bootstrap-iso .bs-popover-auto[x-placement^=left]>.arrow,.bootstrap-iso .bs-popover-left>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bootstrap-iso .bs-popover-auto[x-placement^=left]>.arrow::before,.bootstrap-iso .bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bootstrap-iso .bs-popover-auto[x-placement^=left]>.arrow::after,.bootstrap-iso .bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.bootstrap-iso .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)}.bootstrap-iso .popover-header:empty{display:none}.bootstrap-iso .popover-body{padding:.5rem .75rem;color:#212529}.bootstrap-iso .carousel{position:relative}.bootstrap-iso .carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.bootstrap-iso .carousel-inner{position:relative;width:100%;overflow:hidden}.bootstrap-iso .carousel-inner::after{display:block;clear:both;content:""}.bootstrap-iso .carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.bootstrap-iso .carousel-item{transition:none}}.bootstrap-iso .carousel-item-next,.bootstrap-iso .carousel-item-prev,.bootstrap-iso .carousel-item.active{display:block}.bootstrap-iso .active.carousel-item-right,.bootstrap-iso .carousel-item-next:not(.carousel-item-left){-webkit-transform:translateX(100%);transform:translateX(100%)}.bootstrap-iso .active.carousel-item-left,.bootstrap-iso .carousel-item-prev:not(.carousel-item-right){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.bootstrap-iso .carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.bootstrap-iso .carousel-fade .carousel-item-next.carousel-item-left,.bootstrap-iso .carousel-fade .carousel-item-prev.carousel-item-right,.bootstrap-iso .carousel-fade .carousel-item.active{z-index:1;opacity:1}.bootstrap-iso .carousel-fade .active.carousel-item-left,.bootstrap-iso .carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media (prefers-reduced-motion:reduce){.bootstrap-iso .carousel-fade .active.carousel-item-left,.bootstrap-iso .carousel-fade .active.carousel-item-right{transition:none}}.bootstrap-iso .carousel-control-next,.bootstrap-iso .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.bootstrap-iso .carousel-control-next,.bootstrap-iso .carousel-control-prev{transition:none}}.bootstrap-iso .carousel-control-next:focus,.bootstrap-iso .carousel-control-next:hover,.bootstrap-iso .carousel-control-prev:focus,.bootstrap-iso .carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.bootstrap-iso .carousel-control-prev{left:0}.bootstrap-iso .carousel-control-next{right:0}.bootstrap-iso .carousel-control-next-icon,.bootstrap-iso .carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.bootstrap-iso .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%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.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.bootstrap-iso .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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")}.bootstrap-iso .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.bootstrap-iso .carousel-indicators li{box-sizing:content-box;-ms-flex:0 1 auto;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){.bootstrap-iso .carousel-indicators li{transition:none}}.bootstrap-iso .carousel-indicators .active{opacity:1}.bootstrap-iso .carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.bootstrap-iso .spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.bootstrap-iso .spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1}}.bootstrap-iso .spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.bootstrap-iso .spinner-grow-sm{width:1rem;height:1rem}.bootstrap-iso .align-baseline{vertical-align:baseline!important}.bootstrap-iso .align-top{vertical-align:top!important}.bootstrap-iso .align-middle{vertical-align:middle!important}.bootstrap-iso .align-bottom{vertical-align:bottom!important}.bootstrap-iso .align-text-bottom{vertical-align:text-bottom!important}.bootstrap-iso .align-text-top{vertical-align:text-top!important}.bootstrap-iso .bg-primary{background-color:#007bff!important}.bootstrap-iso a.bg-primary:focus,.bootstrap-iso a.bg-primary:hover,.bootstrap-iso button.bg-primary:focus,.bootstrap-iso button.bg-primary:hover{background-color:#0062cc!important}.bootstrap-iso .bg-secondary{background-color:#6c757d!important}.bootstrap-iso a.bg-secondary:focus,.bootstrap-iso a.bg-secondary:hover,.bootstrap-iso button.bg-secondary:focus,.bootstrap-iso button.bg-secondary:hover{background-color:#545b62!important}.bootstrap-iso .bg-success{background-color:#28a745!important}.bootstrap-iso a.bg-success:focus,.bootstrap-iso a.bg-success:hover,.bootstrap-iso button.bg-success:focus,.bootstrap-iso button.bg-success:hover{background-color:#1e7e34!important}.bootstrap-iso .bg-info{background-color:#17a2b8!important}.bootstrap-iso a.bg-info:focus,.bootstrap-iso a.bg-info:hover,.bootstrap-iso button.bg-info:focus,.bootstrap-iso button.bg-info:hover{background-color:#117a8b!important}.bootstrap-iso .bg-warning{background-color:#ffc107!important}.bootstrap-iso a.bg-warning:focus,.bootstrap-iso a.bg-warning:hover,.bootstrap-iso button.bg-warning:focus,.bootstrap-iso button.bg-warning:hover{background-color:#d39e00!important}.bootstrap-iso .bg-danger{background-color:#dc3545!important}.bootstrap-iso a.bg-danger:focus,.bootstrap-iso a.bg-danger:hover,.bootstrap-iso button.bg-danger:focus,.bootstrap-iso button.bg-danger:hover{background-color:#bd2130!important}.bootstrap-iso .bg-light{background-color:#f8f9fa!important}.bootstrap-iso a.bg-light:focus,.bootstrap-iso a.bg-light:hover,.bootstrap-iso button.bg-light:focus,.bootstrap-iso button.bg-light:hover{background-color:#dae0e5!important}.bootstrap-iso .bg-dark{background-color:#343a40!important}.bootstrap-iso a.bg-dark:focus,.bootstrap-iso a.bg-dark:hover,.bootstrap-iso button.bg-dark:focus,.bootstrap-iso button.bg-dark:hover{background-color:#1d2124!important}.bootstrap-iso .bg-white{background-color:#fff!important}.bootstrap-iso .bg-transparent{background-color:transparent!important}.bootstrap-iso .border{border:1px solid #dee2e6!important}.bootstrap-iso .border-top{border-top:1px solid #dee2e6!important}.bootstrap-iso .border-right{border-right:1px solid #dee2e6!important}.bootstrap-iso .border-bottom{border-bottom:1px solid #dee2e6!important}.bootstrap-iso .border-left{border-left:1px solid #dee2e6!important}.bootstrap-iso .border-0{border:0!important}.bootstrap-iso .border-top-0{border-top:0!important}.bootstrap-iso .border-right-0{border-right:0!important}.bootstrap-iso .border-bottom-0{border-bottom:0!important}.bootstrap-iso .border-left-0{border-left:0!important}.bootstrap-iso .border-primary{border-color:#007bff!important}.bootstrap-iso .border-secondary{border-color:#6c757d!important}.bootstrap-iso .border-success{border-color:#28a745!important}.bootstrap-iso .border-info{border-color:#17a2b8!important}.bootstrap-iso .border-warning{border-color:#ffc107!important}.bootstrap-iso .border-danger{border-color:#dc3545!important}.bootstrap-iso .border-light{border-color:#f8f9fa!important}.bootstrap-iso .border-dark{border-color:#343a40!important}.bootstrap-iso .border-white{border-color:#fff!important}.bootstrap-iso .rounded-sm{border-radius:.2rem!important}.bootstrap-iso .rounded{border-radius:.25rem!important}.bootstrap-iso .rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.bootstrap-iso .rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.bootstrap-iso .rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.bootstrap-iso .rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.bootstrap-iso .rounded-lg{border-radius:.3rem!important}.bootstrap-iso .rounded-circle{border-radius:50%!important}.bootstrap-iso .rounded-pill{border-radius:50rem!important}.bootstrap-iso .rounded-0{border-radius:0!important}.bootstrap-iso .clearfix::after{display:block;clear:both;content:""}.bootstrap-iso .d-none{display:none!important}.bootstrap-iso .d-inline{display:inline!important}.bootstrap-iso .d-inline-block{display:inline-block!important}.bootstrap-iso .d-block{display:block!important}.bootstrap-iso .d-table{display:table!important}.bootstrap-iso .d-table-row{display:table-row!important}.bootstrap-iso .d-table-cell{display:table-cell!important}.bootstrap-iso .d-flex{display:-ms-flexbox!important;display:flex!important}.bootstrap-iso .d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.bootstrap-iso .d-sm-none{display:none!important}.bootstrap-iso .d-sm-inline{display:inline!important}.bootstrap-iso .d-sm-inline-block{display:inline-block!important}.bootstrap-iso .d-sm-block{display:block!important}.bootstrap-iso .d-sm-table{display:table!important}.bootstrap-iso .d-sm-table-row{display:table-row!important}.bootstrap-iso .d-sm-table-cell{display:table-cell!important}.bootstrap-iso .d-sm-flex{display:-ms-flexbox!important;display:flex!important}.bootstrap-iso .d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.bootstrap-iso .d-md-none{display:none!important}.bootstrap-iso .d-md-inline{display:inline!important}.bootstrap-iso .d-md-inline-block{display:inline-block!important}.bootstrap-iso .d-md-block{display:block!important}.bootstrap-iso .d-md-table{display:table!important}.bootstrap-iso .d-md-table-row{display:table-row!important}.bootstrap-iso .d-md-table-cell{display:table-cell!important}.bootstrap-iso .d-md-flex{display:-ms-flexbox!important;display:flex!important}.bootstrap-iso .d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.bootstrap-iso .d-lg-none{display:none!important}.bootstrap-iso .d-lg-inline{display:inline!important}.bootstrap-iso .d-lg-inline-block{display:inline-block!important}.bootstrap-iso .d-lg-block{display:block!important}.bootstrap-iso .d-lg-table{display:table!important}.bootstrap-iso .d-lg-table-row{display:table-row!important}.bootstrap-iso .d-lg-table-cell{display:table-cell!important}.bootstrap-iso .d-lg-flex{display:-ms-flexbox!important;display:flex!important}.bootstrap-iso .d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.bootstrap-iso .d-xl-none{display:none!important}.bootstrap-iso .d-xl-inline{display:inline!important}.bootstrap-iso .d-xl-inline-block{display:inline-block!important}.bootstrap-iso .d-xl-block{display:block!important}.bootstrap-iso .d-xl-table{display:table!important}.bootstrap-iso .d-xl-table-row{display:table-row!important}.bootstrap-iso .d-xl-table-cell{display:table-cell!important}.bootstrap-iso .d-xl-flex{display:-ms-flexbox!important;display:flex!important}.bootstrap-iso .d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.bootstrap-iso .d-print-none{display:none!important}.bootstrap-iso .d-print-inline{display:inline!important}.bootstrap-iso .d-print-inline-block{display:inline-block!important}.bootstrap-iso .d-print-block{display:block!important}.bootstrap-iso .d-print-table{display:table!important}.bootstrap-iso .d-print-table-row{display:table-row!important}.bootstrap-iso .d-print-table-cell{display:table-cell!important}.bootstrap-iso .d-print-flex{display:-ms-flexbox!important;display:flex!important}.bootstrap-iso .d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.bootstrap-iso .embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.bootstrap-iso .embed-responsive::before{display:block;content:""}.bootstrap-iso .embed-responsive .embed-responsive-item,.bootstrap-iso .embed-responsive embed,.bootstrap-iso .embed-responsive iframe,.bootstrap-iso .embed-responsive object,.bootstrap-iso .embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.bootstrap-iso .embed-responsive-21by9::before{padding-top:42.857143%}.bootstrap-iso .embed-responsive-16by9::before{padding-top:56.25%}.bootstrap-iso .embed-responsive-4by3::before{padding-top:75%}.bootstrap-iso .embed-responsive-1by1::before{padding-top:100%}.bootstrap-iso .flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap-iso .flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap-iso .flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap-iso .flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap-iso .flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap-iso .flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap-iso .flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap-iso .flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.bootstrap-iso .flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.bootstrap-iso .flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.bootstrap-iso .flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.bootstrap-iso .flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.bootstrap-iso .justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap-iso .justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap-iso .justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.bootstrap-iso .justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap-iso .justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap-iso .align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap-iso .align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap-iso .align-items-center{-ms-flex-align:center!important;align-items:center!important}.bootstrap-iso .align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap-iso .align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap-iso .align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap-iso .align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap-iso .align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap-iso .align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap-iso .align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap-iso .align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap-iso .align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap-iso .align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap-iso .align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap-iso .align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap-iso .align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap-iso .align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.bootstrap-iso .flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap-iso .flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap-iso .flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap-iso .flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap-iso .flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap-iso .flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap-iso .flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap-iso .flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.bootstrap-iso .flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.bootstrap-iso .flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.bootstrap-iso .flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.bootstrap-iso .flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.bootstrap-iso .justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap-iso .justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap-iso .justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.bootstrap-iso .justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap-iso .justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap-iso .align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap-iso .align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap-iso .align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.bootstrap-iso .align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap-iso .align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap-iso .align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap-iso .align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap-iso .align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap-iso .align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap-iso .align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap-iso .align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap-iso .align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap-iso .align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap-iso .align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap-iso .align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap-iso .align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap-iso .align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.bootstrap-iso .flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap-iso .flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap-iso .flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap-iso .flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap-iso .flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap-iso .flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap-iso .flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap-iso .flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.bootstrap-iso .flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.bootstrap-iso .flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.bootstrap-iso .flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.bootstrap-iso .flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.bootstrap-iso .justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap-iso .justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap-iso .justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.bootstrap-iso .justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap-iso .justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap-iso .align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap-iso .align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap-iso .align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.bootstrap-iso .align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap-iso .align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap-iso .align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap-iso .align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap-iso .align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap-iso .align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap-iso .align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap-iso .align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap-iso .align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap-iso .align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap-iso .align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap-iso .align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap-iso .align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap-iso .align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.bootstrap-iso .flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap-iso .flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap-iso .flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap-iso .flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap-iso .flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap-iso .flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap-iso .flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap-iso .flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.bootstrap-iso .flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.bootstrap-iso .flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.bootstrap-iso .flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.bootstrap-iso .flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.bootstrap-iso .justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap-iso .justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap-iso .justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.bootstrap-iso .justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap-iso .justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap-iso .align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap-iso .align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap-iso .align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.bootstrap-iso .align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap-iso .align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap-iso .align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap-iso .align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap-iso .align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap-iso .align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap-iso .align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap-iso .align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap-iso .align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap-iso .align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap-iso .align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap-iso .align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap-iso .align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap-iso .align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.bootstrap-iso .flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.bootstrap-iso .flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.bootstrap-iso .flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.bootstrap-iso .flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.bootstrap-iso .flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.bootstrap-iso .flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.bootstrap-iso .flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.bootstrap-iso .flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.bootstrap-iso .flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.bootstrap-iso .flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.bootstrap-iso .flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.bootstrap-iso .flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.bootstrap-iso .justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.bootstrap-iso .justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.bootstrap-iso .justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.bootstrap-iso .justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.bootstrap-iso .justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.bootstrap-iso .align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.bootstrap-iso .align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.bootstrap-iso .align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.bootstrap-iso .align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.bootstrap-iso .align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.bootstrap-iso .align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.bootstrap-iso .align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.bootstrap-iso .align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.bootstrap-iso .align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.bootstrap-iso .align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.bootstrap-iso .align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.bootstrap-iso .align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.bootstrap-iso .align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.bootstrap-iso .align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.bootstrap-iso .align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.bootstrap-iso .align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.bootstrap-iso .align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.bootstrap-iso .float-left{float:left!important}.bootstrap-iso .float-right{float:right!important}.bootstrap-iso .float-none{float:none!important}@media (min-width:576px){.bootstrap-iso .float-sm-left{float:left!important}.bootstrap-iso .float-sm-right{float:right!important}.bootstrap-iso .float-sm-none{float:none!important}}@media (min-width:768px){.bootstrap-iso .float-md-left{float:left!important}.bootstrap-iso .float-md-right{float:right!important}.bootstrap-iso .float-md-none{float:none!important}}@media (min-width:992px){.bootstrap-iso .float-lg-left{float:left!important}.bootstrap-iso .float-lg-right{float:right!important}.bootstrap-iso .float-lg-none{float:none!important}}@media (min-width:1200px){.bootstrap-iso .float-xl-left{float:left!important}.bootstrap-iso .float-xl-right{float:right!important}.bootstrap-iso .float-xl-none{float:none!important}}.bootstrap-iso .overflow-auto{overflow:auto!important}.bootstrap-iso .overflow-hidden{overflow:hidden!important}.bootstrap-iso .position-static{position:static!important}.bootstrap-iso .position-relative{position:relative!important}.bootstrap-iso .position-absolute{position:absolute!important}.bootstrap-iso .position-fixed{position:fixed!important}.bootstrap-iso .position-sticky{position:-webkit-sticky!important;position:sticky!important}.bootstrap-iso .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.bootstrap-iso .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.bootstrap-iso .sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.bootstrap-iso .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bootstrap-iso .sr-only-focusable:active,.bootstrap-iso .sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.bootstrap-iso .shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.bootstrap-iso .shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.bootstrap-iso .shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.bootstrap-iso .shadow-none{box-shadow:none!important}.bootstrap-iso .w-25{width:25%!important}.bootstrap-iso .w-50{width:50%!important}.bootstrap-iso .w-75{width:75%!important}.bootstrap-iso .w-100{width:100%!important}.bootstrap-iso .w-auto{width:auto!important}.bootstrap-iso .h-25{height:25%!important}.bootstrap-iso .h-50{height:50%!important}.bootstrap-iso .h-75{height:75%!important}.bootstrap-iso .h-100{height:100%!important}.bootstrap-iso .h-auto{height:auto!important}.bootstrap-iso .mw-100{max-width:100%!important}.bootstrap-iso .mh-100{max-height:100%!important}.bootstrap-iso .min-vw-100{min-width:100vw!important}.bootstrap-iso .min-vh-100{min-height:100vh!important}.bootstrap-iso .vw-100{width:100vw!important}.bootstrap-iso .vh-100{height:100vh!important}.bootstrap-iso .stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.bootstrap-iso .m-0{margin:0!important}.bootstrap-iso .mt-0,.bootstrap-iso .my-0{margin-top:0!important}.bootstrap-iso .mr-0,.bootstrap-iso .mx-0{margin-right:0!important}.bootstrap-iso .mb-0,.bootstrap-iso .my-0{margin-bottom:0!important}.bootstrap-iso .ml-0,.bootstrap-iso .mx-0{margin-left:0!important}.bootstrap-iso .m-1{margin:.25rem!important}.bootstrap-iso .mt-1,.bootstrap-iso .my-1{margin-top:.25rem!important}.bootstrap-iso .mr-1,.bootstrap-iso .mx-1{margin-right:.25rem!important}.bootstrap-iso .mb-1,.bootstrap-iso .my-1{margin-bottom:.25rem!important}.bootstrap-iso .ml-1,.bootstrap-iso .mx-1{margin-left:.25rem!important}.bootstrap-iso .m-2{margin:.5rem!important}.bootstrap-iso .mt-2,.bootstrap-iso .my-2{margin-top:.5rem!important}.bootstrap-iso .mr-2,.bootstrap-iso .mx-2{margin-right:.5rem!important}.bootstrap-iso .mb-2,.bootstrap-iso .my-2{margin-bottom:.5rem!important}.bootstrap-iso .ml-2,.bootstrap-iso .mx-2{margin-left:.5rem!important}.bootstrap-iso .m-3{margin:1rem!important}.bootstrap-iso .mt-3,.bootstrap-iso .my-3{margin-top:1rem!important}.bootstrap-iso .mr-3,.bootstrap-iso .mx-3{margin-right:1rem!important}.bootstrap-iso .mb-3,.bootstrap-iso .my-3{margin-bottom:1rem!important}.bootstrap-iso .ml-3,.bootstrap-iso .mx-3{margin-left:1rem!important}.bootstrap-iso .m-4{margin:1.5rem!important}.bootstrap-iso .mt-4,.bootstrap-iso .my-4{margin-top:1.5rem!important}.bootstrap-iso .mr-4,.bootstrap-iso .mx-4{margin-right:1.5rem!important}.bootstrap-iso .mb-4,.bootstrap-iso .my-4{margin-bottom:1.5rem!important}.bootstrap-iso .ml-4,.bootstrap-iso .mx-4{margin-left:1.5rem!important}.bootstrap-iso .m-5{margin:3rem!important}.bootstrap-iso .mt-5,.bootstrap-iso .my-5{margin-top:3rem!important}.bootstrap-iso .mr-5,.bootstrap-iso .mx-5{margin-right:3rem!important}.bootstrap-iso .mb-5,.bootstrap-iso .my-5{margin-bottom:3rem!important}.bootstrap-iso .ml-5,.bootstrap-iso .mx-5{margin-left:3rem!important}.bootstrap-iso .p-0{padding:0!important}.bootstrap-iso .pt-0,.bootstrap-iso .py-0{padding-top:0!important}.bootstrap-iso .pr-0,.bootstrap-iso .px-0{padding-right:0!important}.bootstrap-iso .pb-0,.bootstrap-iso .py-0{padding-bottom:0!important}.bootstrap-iso .pl-0,.bootstrap-iso .px-0{padding-left:0!important}.bootstrap-iso .p-1{padding:.25rem!important}.bootstrap-iso .pt-1,.bootstrap-iso .py-1{padding-top:.25rem!important}.bootstrap-iso .pr-1,.bootstrap-iso .px-1{padding-right:.25rem!important}.bootstrap-iso .pb-1,.bootstrap-iso .py-1{padding-bottom:.25rem!important}.bootstrap-iso .pl-1,.bootstrap-iso .px-1{padding-left:.25rem!important}.bootstrap-iso .p-2{padding:.5rem!important}.bootstrap-iso .pt-2,.bootstrap-iso .py-2{padding-top:.5rem!important}.bootstrap-iso .pr-2,.bootstrap-iso .px-2{padding-right:.5rem!important}.bootstrap-iso .pb-2,.bootstrap-iso .py-2{padding-bottom:.5rem!important}.bootstrap-iso .pl-2,.bootstrap-iso .px-2{padding-left:.5rem!important}.bootstrap-iso .p-3{padding:1rem!important}.bootstrap-iso .pt-3,.bootstrap-iso .py-3{padding-top:1rem!important}.bootstrap-iso .pr-3,.bootstrap-iso .px-3{padding-right:1rem!important}.bootstrap-iso .pb-3,.bootstrap-iso .py-3{padding-bottom:1rem!important}.bootstrap-iso .pl-3,.bootstrap-iso .px-3{padding-left:1rem!important}.bootstrap-iso .p-4{padding:1.5rem!important}.bootstrap-iso .pt-4,.bootstrap-iso .py-4{padding-top:1.5rem!important}.bootstrap-iso .pr-4,.bootstrap-iso .px-4{padding-right:1.5rem!important}.bootstrap-iso .pb-4,.bootstrap-iso .py-4{padding-bottom:1.5rem!important}.bootstrap-iso .pl-4,.bootstrap-iso .px-4{padding-left:1.5rem!important}.bootstrap-iso .p-5{padding:3rem!important}.bootstrap-iso .pt-5,.bootstrap-iso .py-5{padding-top:3rem!important}.bootstrap-iso .pr-5,.bootstrap-iso .px-5{padding-right:3rem!important}.bootstrap-iso .pb-5,.bootstrap-iso .py-5{padding-bottom:3rem!important}.bootstrap-iso .pl-5,.bootstrap-iso .px-5{padding-left:3rem!important}.bootstrap-iso .m-n1{margin:-.25rem!important}.bootstrap-iso .mt-n1,.bootstrap-iso .my-n1{margin-top:-.25rem!important}.bootstrap-iso .mr-n1,.bootstrap-iso .mx-n1{margin-right:-.25rem!important}.bootstrap-iso .mb-n1,.bootstrap-iso .my-n1{margin-bottom:-.25rem!important}.bootstrap-iso .ml-n1,.bootstrap-iso .mx-n1{margin-left:-.25rem!important}.bootstrap-iso .m-n2{margin:-.5rem!important}.bootstrap-iso .mt-n2,.bootstrap-iso .my-n2{margin-top:-.5rem!important}.bootstrap-iso .mr-n2,.bootstrap-iso .mx-n2{margin-right:-.5rem!important}.bootstrap-iso .mb-n2,.bootstrap-iso .my-n2{margin-bottom:-.5rem!important}.bootstrap-iso .ml-n2,.bootstrap-iso .mx-n2{margin-left:-.5rem!important}.bootstrap-iso .m-n3{margin:-1rem!important}.bootstrap-iso .mt-n3,.bootstrap-iso .my-n3{margin-top:-1rem!important}.bootstrap-iso .mr-n3,.bootstrap-iso .mx-n3{margin-right:-1rem!important}.bootstrap-iso .mb-n3,.bootstrap-iso .my-n3{margin-bottom:-1rem!important}.bootstrap-iso .ml-n3,.bootstrap-iso .mx-n3{margin-left:-1rem!important}.bootstrap-iso .m-n4{margin:-1.5rem!important}.bootstrap-iso .mt-n4,.bootstrap-iso .my-n4{margin-top:-1.5rem!important}.bootstrap-iso .mr-n4,.bootstrap-iso .mx-n4{margin-right:-1.5rem!important}.bootstrap-iso .mb-n4,.bootstrap-iso .my-n4{margin-bottom:-1.5rem!important}.bootstrap-iso .ml-n4,.bootstrap-iso .mx-n4{margin-left:-1.5rem!important}.bootstrap-iso .m-n5{margin:-3rem!important}.bootstrap-iso .mt-n5,.bootstrap-iso .my-n5{margin-top:-3rem!important}.bootstrap-iso .mr-n5,.bootstrap-iso .mx-n5{margin-right:-3rem!important}.bootstrap-iso .mb-n5,.bootstrap-iso .my-n5{margin-bottom:-3rem!important}.bootstrap-iso .ml-n5,.bootstrap-iso .mx-n5{margin-left:-3rem!important}.bootstrap-iso .m-auto{margin:auto!important}.bootstrap-iso .mt-auto,.bootstrap-iso .my-auto{margin-top:auto!important}.bootstrap-iso .mr-auto,.bootstrap-iso .mx-auto{margin-right:auto!important}.bootstrap-iso .mb-auto,.bootstrap-iso .my-auto{margin-bottom:auto!important}.bootstrap-iso .ml-auto,.bootstrap-iso .mx-auto{margin-left:auto!important}@media (min-width:576px){.bootstrap-iso .m-sm-0{margin:0!important}.bootstrap-iso .mt-sm-0,.bootstrap-iso .my-sm-0{margin-top:0!important}.bootstrap-iso .mr-sm-0,.bootstrap-iso .mx-sm-0{margin-right:0!important}.bootstrap-iso .mb-sm-0,.bootstrap-iso .my-sm-0{margin-bottom:0!important}.bootstrap-iso .ml-sm-0,.bootstrap-iso .mx-sm-0{margin-left:0!important}.bootstrap-iso .m-sm-1{margin:.25rem!important}.bootstrap-iso .mt-sm-1,.bootstrap-iso .my-sm-1{margin-top:.25rem!important}.bootstrap-iso .mr-sm-1,.bootstrap-iso .mx-sm-1{margin-right:.25rem!important}.bootstrap-iso .mb-sm-1,.bootstrap-iso .my-sm-1{margin-bottom:.25rem!important}.bootstrap-iso .ml-sm-1,.bootstrap-iso .mx-sm-1{margin-left:.25rem!important}.bootstrap-iso .m-sm-2{margin:.5rem!important}.bootstrap-iso .mt-sm-2,.bootstrap-iso .my-sm-2{margin-top:.5rem!important}.bootstrap-iso .mr-sm-2,.bootstrap-iso .mx-sm-2{margin-right:.5rem!important}.bootstrap-iso .mb-sm-2,.bootstrap-iso .my-sm-2{margin-bottom:.5rem!important}.bootstrap-iso .ml-sm-2,.bootstrap-iso .mx-sm-2{margin-left:.5rem!important}.bootstrap-iso .m-sm-3{margin:1rem!important}.bootstrap-iso .mt-sm-3,.bootstrap-iso .my-sm-3{margin-top:1rem!important}.bootstrap-iso .mr-sm-3,.bootstrap-iso .mx-sm-3{margin-right:1rem!important}.bootstrap-iso .mb-sm-3,.bootstrap-iso .my-sm-3{margin-bottom:1rem!important}.bootstrap-iso .ml-sm-3,.bootstrap-iso .mx-sm-3{margin-left:1rem!important}.bootstrap-iso .m-sm-4{margin:1.5rem!important}.bootstrap-iso .mt-sm-4,.bootstrap-iso .my-sm-4{margin-top:1.5rem!important}.bootstrap-iso .mr-sm-4,.bootstrap-iso .mx-sm-4{margin-right:1.5rem!important}.bootstrap-iso .mb-sm-4,.bootstrap-iso .my-sm-4{margin-bottom:1.5rem!important}.bootstrap-iso .ml-sm-4,.bootstrap-iso .mx-sm-4{margin-left:1.5rem!important}.bootstrap-iso .m-sm-5{margin:3rem!important}.bootstrap-iso .mt-sm-5,.bootstrap-iso .my-sm-5{margin-top:3rem!important}.bootstrap-iso .mr-sm-5,.bootstrap-iso .mx-sm-5{margin-right:3rem!important}.bootstrap-iso .mb-sm-5,.bootstrap-iso .my-sm-5{margin-bottom:3rem!important}.bootstrap-iso .ml-sm-5,.bootstrap-iso .mx-sm-5{margin-left:3rem!important}.bootstrap-iso .p-sm-0{padding:0!important}.bootstrap-iso .pt-sm-0,.bootstrap-iso .py-sm-0{padding-top:0!important}.bootstrap-iso .pr-sm-0,.bootstrap-iso .px-sm-0{padding-right:0!important}.bootstrap-iso .pb-sm-0,.bootstrap-iso .py-sm-0{padding-bottom:0!important}.bootstrap-iso .pl-sm-0,.bootstrap-iso .px-sm-0{padding-left:0!important}.bootstrap-iso .p-sm-1{padding:.25rem!important}.bootstrap-iso .pt-sm-1,.bootstrap-iso .py-sm-1{padding-top:.25rem!important}.bootstrap-iso .pr-sm-1,.bootstrap-iso .px-sm-1{padding-right:.25rem!important}.bootstrap-iso .pb-sm-1,.bootstrap-iso .py-sm-1{padding-bottom:.25rem!important}.bootstrap-iso .pl-sm-1,.bootstrap-iso .px-sm-1{padding-left:.25rem!important}.bootstrap-iso .p-sm-2{padding:.5rem!important}.bootstrap-iso .pt-sm-2,.bootstrap-iso .py-sm-2{padding-top:.5rem!important}.bootstrap-iso .pr-sm-2,.bootstrap-iso .px-sm-2{padding-right:.5rem!important}.bootstrap-iso .pb-sm-2,.bootstrap-iso .py-sm-2{padding-bottom:.5rem!important}.bootstrap-iso .pl-sm-2,.bootstrap-iso .px-sm-2{padding-left:.5rem!important}.bootstrap-iso .p-sm-3{padding:1rem!important}.bootstrap-iso .pt-sm-3,.bootstrap-iso .py-sm-3{padding-top:1rem!important}.bootstrap-iso .pr-sm-3,.bootstrap-iso .px-sm-3{padding-right:1rem!important}.bootstrap-iso .pb-sm-3,.bootstrap-iso .py-sm-3{padding-bottom:1rem!important}.bootstrap-iso .pl-sm-3,.bootstrap-iso .px-sm-3{padding-left:1rem!important}.bootstrap-iso .p-sm-4{padding:1.5rem!important}.bootstrap-iso .pt-sm-4,.bootstrap-iso .py-sm-4{padding-top:1.5rem!important}.bootstrap-iso .pr-sm-4,.bootstrap-iso .px-sm-4{padding-right:1.5rem!important}.bootstrap-iso .pb-sm-4,.bootstrap-iso .py-sm-4{padding-bottom:1.5rem!important}.bootstrap-iso .pl-sm-4,.bootstrap-iso .px-sm-4{padding-left:1.5rem!important}.bootstrap-iso .p-sm-5{padding:3rem!important}.bootstrap-iso .pt-sm-5,.bootstrap-iso .py-sm-5{padding-top:3rem!important}.bootstrap-iso .pr-sm-5,.bootstrap-iso .px-sm-5{padding-right:3rem!important}.bootstrap-iso .pb-sm-5,.bootstrap-iso .py-sm-5{padding-bottom:3rem!important}.bootstrap-iso .pl-sm-5,.bootstrap-iso .px-sm-5{padding-left:3rem!important}.bootstrap-iso .m-sm-n1{margin:-.25rem!important}.bootstrap-iso .mt-sm-n1,.bootstrap-iso .my-sm-n1{margin-top:-.25rem!important}.bootstrap-iso .mr-sm-n1,.bootstrap-iso .mx-sm-n1{margin-right:-.25rem!important}.bootstrap-iso .mb-sm-n1,.bootstrap-iso .my-sm-n1{margin-bottom:-.25rem!important}.bootstrap-iso .ml-sm-n1,.bootstrap-iso .mx-sm-n1{margin-left:-.25rem!important}.bootstrap-iso .m-sm-n2{margin:-.5rem!important}.bootstrap-iso .mt-sm-n2,.bootstrap-iso .my-sm-n2{margin-top:-.5rem!important}.bootstrap-iso .mr-sm-n2,.bootstrap-iso .mx-sm-n2{margin-right:-.5rem!important}.bootstrap-iso .mb-sm-n2,.bootstrap-iso .my-sm-n2{margin-bottom:-.5rem!important}.bootstrap-iso .ml-sm-n2,.bootstrap-iso .mx-sm-n2{margin-left:-.5rem!important}.bootstrap-iso .m-sm-n3{margin:-1rem!important}.bootstrap-iso .mt-sm-n3,.bootstrap-iso .my-sm-n3{margin-top:-1rem!important}.bootstrap-iso .mr-sm-n3,.bootstrap-iso .mx-sm-n3{margin-right:-1rem!important}.bootstrap-iso .mb-sm-n3,.bootstrap-iso .my-sm-n3{margin-bottom:-1rem!important}.bootstrap-iso .ml-sm-n3,.bootstrap-iso .mx-sm-n3{margin-left:-1rem!important}.bootstrap-iso .m-sm-n4{margin:-1.5rem!important}.bootstrap-iso .mt-sm-n4,.bootstrap-iso .my-sm-n4{margin-top:-1.5rem!important}.bootstrap-iso .mr-sm-n4,.bootstrap-iso .mx-sm-n4{margin-right:-1.5rem!important}.bootstrap-iso .mb-sm-n4,.bootstrap-iso .my-sm-n4{margin-bottom:-1.5rem!important}.bootstrap-iso .ml-sm-n4,.bootstrap-iso .mx-sm-n4{margin-left:-1.5rem!important}.bootstrap-iso .m-sm-n5{margin:-3rem!important}.bootstrap-iso .mt-sm-n5,.bootstrap-iso .my-sm-n5{margin-top:-3rem!important}.bootstrap-iso .mr-sm-n5,.bootstrap-iso .mx-sm-n5{margin-right:-3rem!important}.bootstrap-iso .mb-sm-n5,.bootstrap-iso .my-sm-n5{margin-bottom:-3rem!important}.bootstrap-iso .ml-sm-n5,.bootstrap-iso .mx-sm-n5{margin-left:-3rem!important}.bootstrap-iso .m-sm-auto{margin:auto!important}.bootstrap-iso .mt-sm-auto,.bootstrap-iso .my-sm-auto{margin-top:auto!important}.bootstrap-iso .mr-sm-auto,.bootstrap-iso .mx-sm-auto{margin-right:auto!important}.bootstrap-iso .mb-sm-auto,.bootstrap-iso .my-sm-auto{margin-bottom:auto!important}.bootstrap-iso .ml-sm-auto,.bootstrap-iso .mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.bootstrap-iso .m-md-0{margin:0!important}.bootstrap-iso .mt-md-0,.bootstrap-iso .my-md-0{margin-top:0!important}.bootstrap-iso .mr-md-0,.bootstrap-iso .mx-md-0{margin-right:0!important}.bootstrap-iso .mb-md-0,.bootstrap-iso .my-md-0{margin-bottom:0!important}.bootstrap-iso .ml-md-0,.bootstrap-iso .mx-md-0{margin-left:0!important}.bootstrap-iso .m-md-1{margin:.25rem!important}.bootstrap-iso .mt-md-1,.bootstrap-iso .my-md-1{margin-top:.25rem!important}.bootstrap-iso .mr-md-1,.bootstrap-iso .mx-md-1{margin-right:.25rem!important}.bootstrap-iso .mb-md-1,.bootstrap-iso .my-md-1{margin-bottom:.25rem!important}.bootstrap-iso .ml-md-1,.bootstrap-iso .mx-md-1{margin-left:.25rem!important}.bootstrap-iso .m-md-2{margin:.5rem!important}.bootstrap-iso .mt-md-2,.bootstrap-iso .my-md-2{margin-top:.5rem!important}.bootstrap-iso .mr-md-2,.bootstrap-iso .mx-md-2{margin-right:.5rem!important}.bootstrap-iso .mb-md-2,.bootstrap-iso .my-md-2{margin-bottom:.5rem!important}.bootstrap-iso .ml-md-2,.bootstrap-iso .mx-md-2{margin-left:.5rem!important}.bootstrap-iso .m-md-3{margin:1rem!important}.bootstrap-iso .mt-md-3,.bootstrap-iso .my-md-3{margin-top:1rem!important}.bootstrap-iso .mr-md-3,.bootstrap-iso .mx-md-3{margin-right:1rem!important}.bootstrap-iso .mb-md-3,.bootstrap-iso .my-md-3{margin-bottom:1rem!important}.bootstrap-iso .ml-md-3,.bootstrap-iso .mx-md-3{margin-left:1rem!important}.bootstrap-iso .m-md-4{margin:1.5rem!important}.bootstrap-iso .mt-md-4,.bootstrap-iso .my-md-4{margin-top:1.5rem!important}.bootstrap-iso .mr-md-4,.bootstrap-iso .mx-md-4{margin-right:1.5rem!important}.bootstrap-iso .mb-md-4,.bootstrap-iso .my-md-4{margin-bottom:1.5rem!important}.bootstrap-iso .ml-md-4,.bootstrap-iso .mx-md-4{margin-left:1.5rem!important}.bootstrap-iso .m-md-5{margin:3rem!important}.bootstrap-iso .mt-md-5,.bootstrap-iso .my-md-5{margin-top:3rem!important}.bootstrap-iso .mr-md-5,.bootstrap-iso .mx-md-5{margin-right:3rem!important}.bootstrap-iso .mb-md-5,.bootstrap-iso .my-md-5{margin-bottom:3rem!important}.bootstrap-iso .ml-md-5,.bootstrap-iso .mx-md-5{margin-left:3rem!important}.bootstrap-iso .p-md-0{padding:0!important}.bootstrap-iso .pt-md-0,.bootstrap-iso .py-md-0{padding-top:0!important}.bootstrap-iso .pr-md-0,.bootstrap-iso .px-md-0{padding-right:0!important}.bootstrap-iso .pb-md-0,.bootstrap-iso .py-md-0{padding-bottom:0!important}.bootstrap-iso .pl-md-0,.bootstrap-iso .px-md-0{padding-left:0!important}.bootstrap-iso .p-md-1{padding:.25rem!important}.bootstrap-iso .pt-md-1,.bootstrap-iso .py-md-1{padding-top:.25rem!important}.bootstrap-iso .pr-md-1,.bootstrap-iso .px-md-1{padding-right:.25rem!important}.bootstrap-iso .pb-md-1,.bootstrap-iso .py-md-1{padding-bottom:.25rem!important}.bootstrap-iso .pl-md-1,.bootstrap-iso .px-md-1{padding-left:.25rem!important}.bootstrap-iso .p-md-2{padding:.5rem!important}.bootstrap-iso .pt-md-2,.bootstrap-iso .py-md-2{padding-top:.5rem!important}.bootstrap-iso .pr-md-2,.bootstrap-iso .px-md-2{padding-right:.5rem!important}.bootstrap-iso .pb-md-2,.bootstrap-iso .py-md-2{padding-bottom:.5rem!important}.bootstrap-iso .pl-md-2,.bootstrap-iso .px-md-2{padding-left:.5rem!important}.bootstrap-iso .p-md-3{padding:1rem!important}.bootstrap-iso .pt-md-3,.bootstrap-iso .py-md-3{padding-top:1rem!important}.bootstrap-iso .pr-md-3,.bootstrap-iso .px-md-3{padding-right:1rem!important}.bootstrap-iso .pb-md-3,.bootstrap-iso .py-md-3{padding-bottom:1rem!important}.bootstrap-iso .pl-md-3,.bootstrap-iso .px-md-3{padding-left:1rem!important}.bootstrap-iso .p-md-4{padding:1.5rem!important}.bootstrap-iso .pt-md-4,.bootstrap-iso .py-md-4{padding-top:1.5rem!important}.bootstrap-iso .pr-md-4,.bootstrap-iso .px-md-4{padding-right:1.5rem!important}.bootstrap-iso .pb-md-4,.bootstrap-iso .py-md-4{padding-bottom:1.5rem!important}.bootstrap-iso .pl-md-4,.bootstrap-iso .px-md-4{padding-left:1.5rem!important}.bootstrap-iso .p-md-5{padding:3rem!important}.bootstrap-iso .pt-md-5,.bootstrap-iso .py-md-5{padding-top:3rem!important}.bootstrap-iso .pr-md-5,.bootstrap-iso .px-md-5{padding-right:3rem!important}.bootstrap-iso .pb-md-5,.bootstrap-iso .py-md-5{padding-bottom:3rem!important}.bootstrap-iso .pl-md-5,.bootstrap-iso .px-md-5{padding-left:3rem!important}.bootstrap-iso .m-md-n1{margin:-.25rem!important}.bootstrap-iso .mt-md-n1,.bootstrap-iso .my-md-n1{margin-top:-.25rem!important}.bootstrap-iso .mr-md-n1,.bootstrap-iso .mx-md-n1{margin-right:-.25rem!important}.bootstrap-iso .mb-md-n1,.bootstrap-iso .my-md-n1{margin-bottom:-.25rem!important}.bootstrap-iso .ml-md-n1,.bootstrap-iso .mx-md-n1{margin-left:-.25rem!important}.bootstrap-iso .m-md-n2{margin:-.5rem!important}.bootstrap-iso .mt-md-n2,.bootstrap-iso .my-md-n2{margin-top:-.5rem!important}.bootstrap-iso .mr-md-n2,.bootstrap-iso .mx-md-n2{margin-right:-.5rem!important}.bootstrap-iso .mb-md-n2,.bootstrap-iso .my-md-n2{margin-bottom:-.5rem!important}.bootstrap-iso .ml-md-n2,.bootstrap-iso .mx-md-n2{margin-left:-.5rem!important}.bootstrap-iso .m-md-n3{margin:-1rem!important}.bootstrap-iso .mt-md-n3,.bootstrap-iso .my-md-n3{margin-top:-1rem!important}.bootstrap-iso .mr-md-n3,.bootstrap-iso .mx-md-n3{margin-right:-1rem!important}.bootstrap-iso .mb-md-n3,.bootstrap-iso .my-md-n3{margin-bottom:-1rem!important}.bootstrap-iso .ml-md-n3,.bootstrap-iso .mx-md-n3{margin-left:-1rem!important}.bootstrap-iso .m-md-n4{margin:-1.5rem!important}.bootstrap-iso .mt-md-n4,.bootstrap-iso .my-md-n4{margin-top:-1.5rem!important}.bootstrap-iso .mr-md-n4,.bootstrap-iso .mx-md-n4{margin-right:-1.5rem!important}.bootstrap-iso .mb-md-n4,.bootstrap-iso .my-md-n4{margin-bottom:-1.5rem!important}.bootstrap-iso .ml-md-n4,.bootstrap-iso .mx-md-n4{margin-left:-1.5rem!important}.bootstrap-iso .m-md-n5{margin:-3rem!important}.bootstrap-iso .mt-md-n5,.bootstrap-iso .my-md-n5{margin-top:-3rem!important}.bootstrap-iso .mr-md-n5,.bootstrap-iso .mx-md-n5{margin-right:-3rem!important}.bootstrap-iso .mb-md-n5,.bootstrap-iso .my-md-n5{margin-bottom:-3rem!important}.bootstrap-iso .ml-md-n5,.bootstrap-iso .mx-md-n5{margin-left:-3rem!important}.bootstrap-iso .m-md-auto{margin:auto!important}.bootstrap-iso .mt-md-auto,.bootstrap-iso .my-md-auto{margin-top:auto!important}.bootstrap-iso .mr-md-auto,.bootstrap-iso .mx-md-auto{margin-right:auto!important}.bootstrap-iso .mb-md-auto,.bootstrap-iso .my-md-auto{margin-bottom:auto!important}.bootstrap-iso .ml-md-auto,.bootstrap-iso .mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.bootstrap-iso .m-lg-0{margin:0!important}.bootstrap-iso .mt-lg-0,.bootstrap-iso .my-lg-0{margin-top:0!important}.bootstrap-iso .mr-lg-0,.bootstrap-iso .mx-lg-0{margin-right:0!important}.bootstrap-iso .mb-lg-0,.bootstrap-iso .my-lg-0{margin-bottom:0!important}.bootstrap-iso .ml-lg-0,.bootstrap-iso .mx-lg-0{margin-left:0!important}.bootstrap-iso .m-lg-1{margin:.25rem!important}.bootstrap-iso .mt-lg-1,.bootstrap-iso .my-lg-1{margin-top:.25rem!important}.bootstrap-iso .mr-lg-1,.bootstrap-iso .mx-lg-1{margin-right:.25rem!important}.bootstrap-iso .mb-lg-1,.bootstrap-iso .my-lg-1{margin-bottom:.25rem!important}.bootstrap-iso .ml-lg-1,.bootstrap-iso .mx-lg-1{margin-left:.25rem!important}.bootstrap-iso .m-lg-2{margin:.5rem!important}.bootstrap-iso .mt-lg-2,.bootstrap-iso .my-lg-2{margin-top:.5rem!important}.bootstrap-iso .mr-lg-2,.bootstrap-iso .mx-lg-2{margin-right:.5rem!important}.bootstrap-iso .mb-lg-2,.bootstrap-iso .my-lg-2{margin-bottom:.5rem!important}.bootstrap-iso .ml-lg-2,.bootstrap-iso .mx-lg-2{margin-left:.5rem!important}.bootstrap-iso .m-lg-3{margin:1rem!important}.bootstrap-iso .mt-lg-3,.bootstrap-iso .my-lg-3{margin-top:1rem!important}.bootstrap-iso .mr-lg-3,.bootstrap-iso .mx-lg-3{margin-right:1rem!important}.bootstrap-iso .mb-lg-3,.bootstrap-iso .my-lg-3{margin-bottom:1rem!important}.bootstrap-iso .ml-lg-3,.bootstrap-iso .mx-lg-3{margin-left:1rem!important}.bootstrap-iso .m-lg-4{margin:1.5rem!important}.bootstrap-iso .mt-lg-4,.bootstrap-iso .my-lg-4{margin-top:1.5rem!important}.bootstrap-iso .mr-lg-4,.bootstrap-iso .mx-lg-4{margin-right:1.5rem!important}.bootstrap-iso .mb-lg-4,.bootstrap-iso .my-lg-4{margin-bottom:1.5rem!important}.bootstrap-iso .ml-lg-4,.bootstrap-iso .mx-lg-4{margin-left:1.5rem!important}.bootstrap-iso .m-lg-5{margin:3rem!important}.bootstrap-iso .mt-lg-5,.bootstrap-iso .my-lg-5{margin-top:3rem!important}.bootstrap-iso .mr-lg-5,.bootstrap-iso .mx-lg-5{margin-right:3rem!important}.bootstrap-iso .mb-lg-5,.bootstrap-iso .my-lg-5{margin-bottom:3rem!important}.bootstrap-iso .ml-lg-5,.bootstrap-iso .mx-lg-5{margin-left:3rem!important}.bootstrap-iso .p-lg-0{padding:0!important}.bootstrap-iso .pt-lg-0,.bootstrap-iso .py-lg-0{padding-top:0!important}.bootstrap-iso .pr-lg-0,.bootstrap-iso .px-lg-0{padding-right:0!important}.bootstrap-iso .pb-lg-0,.bootstrap-iso .py-lg-0{padding-bottom:0!important}.bootstrap-iso .pl-lg-0,.bootstrap-iso .px-lg-0{padding-left:0!important}.bootstrap-iso .p-lg-1{padding:.25rem!important}.bootstrap-iso .pt-lg-1,.bootstrap-iso .py-lg-1{padding-top:.25rem!important}.bootstrap-iso .pr-lg-1,.bootstrap-iso .px-lg-1{padding-right:.25rem!important}.bootstrap-iso .pb-lg-1,.bootstrap-iso .py-lg-1{padding-bottom:.25rem!important}.bootstrap-iso .pl-lg-1,.bootstrap-iso .px-lg-1{padding-left:.25rem!important}.bootstrap-iso .p-lg-2{padding:.5rem!important}.bootstrap-iso .pt-lg-2,.bootstrap-iso .py-lg-2{padding-top:.5rem!important}.bootstrap-iso .pr-lg-2,.bootstrap-iso .px-lg-2{padding-right:.5rem!important}.bootstrap-iso .pb-lg-2,.bootstrap-iso .py-lg-2{padding-bottom:.5rem!important}.bootstrap-iso .pl-lg-2,.bootstrap-iso .px-lg-2{padding-left:.5rem!important}.bootstrap-iso .p-lg-3{padding:1rem!important}.bootstrap-iso .pt-lg-3,.bootstrap-iso .py-lg-3{padding-top:1rem!important}.bootstrap-iso .pr-lg-3,.bootstrap-iso .px-lg-3{padding-right:1rem!important}.bootstrap-iso .pb-lg-3,.bootstrap-iso .py-lg-3{padding-bottom:1rem!important}.bootstrap-iso .pl-lg-3,.bootstrap-iso .px-lg-3{padding-left:1rem!important}.bootstrap-iso .p-lg-4{padding:1.5rem!important}.bootstrap-iso .pt-lg-4,.bootstrap-iso .py-lg-4{padding-top:1.5rem!important}.bootstrap-iso .pr-lg-4,.bootstrap-iso .px-lg-4{padding-right:1.5rem!important}.bootstrap-iso .pb-lg-4,.bootstrap-iso .py-lg-4{padding-bottom:1.5rem!important}.bootstrap-iso .pl-lg-4,.bootstrap-iso .px-lg-4{padding-left:1.5rem!important}.bootstrap-iso .p-lg-5{padding:3rem!important}.bootstrap-iso .pt-lg-5,.bootstrap-iso .py-lg-5{padding-top:3rem!important}.bootstrap-iso .pr-lg-5,.bootstrap-iso .px-lg-5{padding-right:3rem!important}.bootstrap-iso .pb-lg-5,.bootstrap-iso .py-lg-5{padding-bottom:3rem!important}.bootstrap-iso .pl-lg-5,.bootstrap-iso .px-lg-5{padding-left:3rem!important}.bootstrap-iso .m-lg-n1{margin:-.25rem!important}.bootstrap-iso .mt-lg-n1,.bootstrap-iso .my-lg-n1{margin-top:-.25rem!important}.bootstrap-iso .mr-lg-n1,.bootstrap-iso .mx-lg-n1{margin-right:-.25rem!important}.bootstrap-iso .mb-lg-n1,.bootstrap-iso .my-lg-n1{margin-bottom:-.25rem!important}.bootstrap-iso .ml-lg-n1,.bootstrap-iso .mx-lg-n1{margin-left:-.25rem!important}.bootstrap-iso .m-lg-n2{margin:-.5rem!important}.bootstrap-iso .mt-lg-n2,.bootstrap-iso .my-lg-n2{margin-top:-.5rem!important}.bootstrap-iso .mr-lg-n2,.bootstrap-iso .mx-lg-n2{margin-right:-.5rem!important}.bootstrap-iso .mb-lg-n2,.bootstrap-iso .my-lg-n2{margin-bottom:-.5rem!important}.bootstrap-iso .ml-lg-n2,.bootstrap-iso .mx-lg-n2{margin-left:-.5rem!important}.bootstrap-iso .m-lg-n3{margin:-1rem!important}.bootstrap-iso .mt-lg-n3,.bootstrap-iso .my-lg-n3{margin-top:-1rem!important}.bootstrap-iso .mr-lg-n3,.bootstrap-iso .mx-lg-n3{margin-right:-1rem!important}.bootstrap-iso .mb-lg-n3,.bootstrap-iso .my-lg-n3{margin-bottom:-1rem!important}.bootstrap-iso .ml-lg-n3,.bootstrap-iso .mx-lg-n3{margin-left:-1rem!important}.bootstrap-iso .m-lg-n4{margin:-1.5rem!important}.bootstrap-iso .mt-lg-n4,.bootstrap-iso .my-lg-n4{margin-top:-1.5rem!important}.bootstrap-iso .mr-lg-n4,.bootstrap-iso .mx-lg-n4{margin-right:-1.5rem!important}.bootstrap-iso .mb-lg-n4,.bootstrap-iso .my-lg-n4{margin-bottom:-1.5rem!important}.bootstrap-iso .ml-lg-n4,.bootstrap-iso .mx-lg-n4{margin-left:-1.5rem!important}.bootstrap-iso .m-lg-n5{margin:-3rem!important}.bootstrap-iso .mt-lg-n5,.bootstrap-iso .my-lg-n5{margin-top:-3rem!important}.bootstrap-iso .mr-lg-n5,.bootstrap-iso .mx-lg-n5{margin-right:-3rem!important}.bootstrap-iso .mb-lg-n5,.bootstrap-iso .my-lg-n5{margin-bottom:-3rem!important}.bootstrap-iso .ml-lg-n5,.bootstrap-iso .mx-lg-n5{margin-left:-3rem!important}.bootstrap-iso .m-lg-auto{margin:auto!important}.bootstrap-iso .mt-lg-auto,.bootstrap-iso .my-lg-auto{margin-top:auto!important}.bootstrap-iso .mr-lg-auto,.bootstrap-iso .mx-lg-auto{margin-right:auto!important}.bootstrap-iso .mb-lg-auto,.bootstrap-iso .my-lg-auto{margin-bottom:auto!important}.bootstrap-iso .ml-lg-auto,.bootstrap-iso .mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.bootstrap-iso .m-xl-0{margin:0!important}.bootstrap-iso .mt-xl-0,.bootstrap-iso .my-xl-0{margin-top:0!important}.bootstrap-iso .mr-xl-0,.bootstrap-iso .mx-xl-0{margin-right:0!important}.bootstrap-iso .mb-xl-0,.bootstrap-iso .my-xl-0{margin-bottom:0!important}.bootstrap-iso .ml-xl-0,.bootstrap-iso .mx-xl-0{margin-left:0!important}.bootstrap-iso .m-xl-1{margin:.25rem!important}.bootstrap-iso .mt-xl-1,.bootstrap-iso .my-xl-1{margin-top:.25rem!important}.bootstrap-iso .mr-xl-1,.bootstrap-iso .mx-xl-1{margin-right:.25rem!important}.bootstrap-iso .mb-xl-1,.bootstrap-iso .my-xl-1{margin-bottom:.25rem!important}.bootstrap-iso .ml-xl-1,.bootstrap-iso .mx-xl-1{margin-left:.25rem!important}.bootstrap-iso .m-xl-2{margin:.5rem!important}.bootstrap-iso .mt-xl-2,.bootstrap-iso .my-xl-2{margin-top:.5rem!important}.bootstrap-iso .mr-xl-2,.bootstrap-iso .mx-xl-2{margin-right:.5rem!important}.bootstrap-iso .mb-xl-2,.bootstrap-iso .my-xl-2{margin-bottom:.5rem!important}.bootstrap-iso .ml-xl-2,.bootstrap-iso .mx-xl-2{margin-left:.5rem!important}.bootstrap-iso .m-xl-3{margin:1rem!important}.bootstrap-iso .mt-xl-3,.bootstrap-iso .my-xl-3{margin-top:1rem!important}.bootstrap-iso .mr-xl-3,.bootstrap-iso .mx-xl-3{margin-right:1rem!important}.bootstrap-iso .mb-xl-3,.bootstrap-iso .my-xl-3{margin-bottom:1rem!important}.bootstrap-iso .ml-xl-3,.bootstrap-iso .mx-xl-3{margin-left:1rem!important}.bootstrap-iso .m-xl-4{margin:1.5rem!important}.bootstrap-iso .mt-xl-4,.bootstrap-iso .my-xl-4{margin-top:1.5rem!important}.bootstrap-iso .mr-xl-4,.bootstrap-iso .mx-xl-4{margin-right:1.5rem!important}.bootstrap-iso .mb-xl-4,.bootstrap-iso .my-xl-4{margin-bottom:1.5rem!important}.bootstrap-iso .ml-xl-4,.bootstrap-iso .mx-xl-4{margin-left:1.5rem!important}.bootstrap-iso .m-xl-5{margin:3rem!important}.bootstrap-iso .mt-xl-5,.bootstrap-iso .my-xl-5{margin-top:3rem!important}.bootstrap-iso .mr-xl-5,.bootstrap-iso .mx-xl-5{margin-right:3rem!important}.bootstrap-iso .mb-xl-5,.bootstrap-iso .my-xl-5{margin-bottom:3rem!important}.bootstrap-iso .ml-xl-5,.bootstrap-iso .mx-xl-5{margin-left:3rem!important}.bootstrap-iso .p-xl-0{padding:0!important}.bootstrap-iso .pt-xl-0,.bootstrap-iso .py-xl-0{padding-top:0!important}.bootstrap-iso .pr-xl-0,.bootstrap-iso .px-xl-0{padding-right:0!important}.bootstrap-iso .pb-xl-0,.bootstrap-iso .py-xl-0{padding-bottom:0!important}.bootstrap-iso .pl-xl-0,.bootstrap-iso .px-xl-0{padding-left:0!important}.bootstrap-iso .p-xl-1{padding:.25rem!important}.bootstrap-iso .pt-xl-1,.bootstrap-iso .py-xl-1{padding-top:.25rem!important}.bootstrap-iso .pr-xl-1,.bootstrap-iso .px-xl-1{padding-right:.25rem!important}.bootstrap-iso .pb-xl-1,.bootstrap-iso .py-xl-1{padding-bottom:.25rem!important}.bootstrap-iso .pl-xl-1,.bootstrap-iso .px-xl-1{padding-left:.25rem!important}.bootstrap-iso .p-xl-2{padding:.5rem!important}.bootstrap-iso .pt-xl-2,.bootstrap-iso .py-xl-2{padding-top:.5rem!important}.bootstrap-iso .pr-xl-2,.bootstrap-iso .px-xl-2{padding-right:.5rem!important}.bootstrap-iso .pb-xl-2,.bootstrap-iso .py-xl-2{padding-bottom:.5rem!important}.bootstrap-iso .pl-xl-2,.bootstrap-iso .px-xl-2{padding-left:.5rem!important}.bootstrap-iso .p-xl-3{padding:1rem!important}.bootstrap-iso .pt-xl-3,.bootstrap-iso .py-xl-3{padding-top:1rem!important}.bootstrap-iso .pr-xl-3,.bootstrap-iso .px-xl-3{padding-right:1rem!important}.bootstrap-iso .pb-xl-3,.bootstrap-iso .py-xl-3{padding-bottom:1rem!important}.bootstrap-iso .pl-xl-3,.bootstrap-iso .px-xl-3{padding-left:1rem!important}.bootstrap-iso .p-xl-4{padding:1.5rem!important}.bootstrap-iso .pt-xl-4,.bootstrap-iso .py-xl-4{padding-top:1.5rem!important}.bootstrap-iso .pr-xl-4,.bootstrap-iso .px-xl-4{padding-right:1.5rem!important}.bootstrap-iso .pb-xl-4,.bootstrap-iso .py-xl-4{padding-bottom:1.5rem!important}.bootstrap-iso .pl-xl-4,.bootstrap-iso .px-xl-4{padding-left:1.5rem!important}.bootstrap-iso .p-xl-5{padding:3rem!important}.bootstrap-iso .pt-xl-5,.bootstrap-iso .py-xl-5{padding-top:3rem!important}.bootstrap-iso .pr-xl-5,.bootstrap-iso .px-xl-5{padding-right:3rem!important}.bootstrap-iso .pb-xl-5,.bootstrap-iso .py-xl-5{padding-bottom:3rem!important}.bootstrap-iso .pl-xl-5,.bootstrap-iso .px-xl-5{padding-left:3rem!important}.bootstrap-iso .m-xl-n1{margin:-.25rem!important}.bootstrap-iso .mt-xl-n1,.bootstrap-iso .my-xl-n1{margin-top:-.25rem!important}.bootstrap-iso .mr-xl-n1,.bootstrap-iso .mx-xl-n1{margin-right:-.25rem!important}.bootstrap-iso .mb-xl-n1,.bootstrap-iso .my-xl-n1{margin-bottom:-.25rem!important}.bootstrap-iso .ml-xl-n1,.bootstrap-iso .mx-xl-n1{margin-left:-.25rem!important}.bootstrap-iso .m-xl-n2{margin:-.5rem!important}.bootstrap-iso .mt-xl-n2,.bootstrap-iso .my-xl-n2{margin-top:-.5rem!important}.bootstrap-iso .mr-xl-n2,.bootstrap-iso .mx-xl-n2{margin-right:-.5rem!important}.bootstrap-iso .mb-xl-n2,.bootstrap-iso .my-xl-n2{margin-bottom:-.5rem!important}.bootstrap-iso .ml-xl-n2,.bootstrap-iso .mx-xl-n2{margin-left:-.5rem!important}.bootstrap-iso .m-xl-n3{margin:-1rem!important}.bootstrap-iso .mt-xl-n3,.bootstrap-iso .my-xl-n3{margin-top:-1rem!important}.bootstrap-iso .mr-xl-n3,.bootstrap-iso .mx-xl-n3{margin-right:-1rem!important}.bootstrap-iso .mb-xl-n3,.bootstrap-iso .my-xl-n3{margin-bottom:-1rem!important}.bootstrap-iso .ml-xl-n3,.bootstrap-iso .mx-xl-n3{margin-left:-1rem!important}.bootstrap-iso .m-xl-n4{margin:-1.5rem!important}.bootstrap-iso .mt-xl-n4,.bootstrap-iso .my-xl-n4{margin-top:-1.5rem!important}.bootstrap-iso .mr-xl-n4,.bootstrap-iso .mx-xl-n4{margin-right:-1.5rem!important}.bootstrap-iso .mb-xl-n4,.bootstrap-iso .my-xl-n4{margin-bottom:-1.5rem!important}.bootstrap-iso .ml-xl-n4,.bootstrap-iso .mx-xl-n4{margin-left:-1.5rem!important}.bootstrap-iso .m-xl-n5{margin:-3rem!important}.bootstrap-iso .mt-xl-n5,.bootstrap-iso .my-xl-n5{margin-top:-3rem!important}.bootstrap-iso .mr-xl-n5,.bootstrap-iso .mx-xl-n5{margin-right:-3rem!important}.bootstrap-iso .mb-xl-n5,.bootstrap-iso .my-xl-n5{margin-bottom:-3rem!important}.bootstrap-iso .ml-xl-n5,.bootstrap-iso .mx-xl-n5{margin-left:-3rem!important}.bootstrap-iso .m-xl-auto{margin:auto!important}.bootstrap-iso .mt-xl-auto,.bootstrap-iso .my-xl-auto{margin-top:auto!important}.bootstrap-iso .mr-xl-auto,.bootstrap-iso .mx-xl-auto{margin-right:auto!important}.bootstrap-iso .mb-xl-auto,.bootstrap-iso .my-xl-auto{margin-bottom:auto!important}.bootstrap-iso .ml-xl-auto,.bootstrap-iso .mx-xl-auto{margin-left:auto!important}}.bootstrap-iso .text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.bootstrap-iso .text-justify{text-align:justify!important}.bootstrap-iso .text-wrap{white-space:normal!important}.bootstrap-iso .text-nowrap{white-space:nowrap!important}.bootstrap-iso .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bootstrap-iso .text-left{text-align:left!important}.bootstrap-iso .text-right{text-align:right!important}.bootstrap-iso .text-center{text-align:center!important}@media (min-width:576px){.bootstrap-iso .text-sm-left{text-align:left!important}.bootstrap-iso .text-sm-right{text-align:right!important}.bootstrap-iso .text-sm-center{text-align:center!important}}@media (min-width:768px){.bootstrap-iso .text-md-left{text-align:left!important}.bootstrap-iso .text-md-right{text-align:right!important}.bootstrap-iso .text-md-center{text-align:center!important}}@media (min-width:992px){.bootstrap-iso .text-lg-left{text-align:left!important}.bootstrap-iso .text-lg-right{text-align:right!important}.bootstrap-iso .text-lg-center{text-align:center!important}}@media (min-width:1200px){.bootstrap-iso .text-xl-left{text-align:left!important}.bootstrap-iso .text-xl-right{text-align:right!important}.bootstrap-iso .text-xl-center{text-align:center!important}}.bootstrap-iso .text-lowercase{text-transform:lowercase!important}.bootstrap-iso .text-uppercase{text-transform:uppercase!important}.bootstrap-iso .text-capitalize{text-transform:capitalize!important}.bootstrap-iso .font-weight-light{font-weight:300!important}.bootstrap-iso .font-weight-lighter{font-weight:lighter!important}.bootstrap-iso .font-weight-normal{font-weight:400!important}.bootstrap-iso .font-weight-bold{font-weight:700!important}.bootstrap-iso .font-weight-bolder{font-weight:bolder!important}.bootstrap-iso .font-italic{font-style:italic!important}.bootstrap-iso .text-white{color:#fff!important}.bootstrap-iso .text-primary{color:#007bff!important}.bootstrap-iso a.text-primary:focus,.bootstrap-iso a.text-primary:hover{color:#0056b3!important}.bootstrap-iso .text-secondary{color:#6c757d!important}.bootstrap-iso a.text-secondary:focus,.bootstrap-iso a.text-secondary:hover{color:#494f54!important}.bootstrap-iso .text-success{color:#28a745!important}.bootstrap-iso a.text-success:focus,.bootstrap-iso a.text-success:hover{color:#19692c!important}.bootstrap-iso .text-info{color:#17a2b8!important}.bootstrap-iso a.text-info:focus,.bootstrap-iso a.text-info:hover{color:#0f6674!important}.bootstrap-iso .text-warning{color:#ffc107!important}.bootstrap-iso a.text-warning:focus,.bootstrap-iso a.text-warning:hover{color:#ba8b00!important}.bootstrap-iso .text-danger{color:#dc3545!important}.bootstrap-iso a.text-danger:focus,.bootstrap-iso a.text-danger:hover{color:#a71d2a!important}.bootstrap-iso .text-light{color:#f8f9fa!important}.bootstrap-iso a.text-light:focus,.bootstrap-iso a.text-light:hover{color:#cbd3da!important}.bootstrap-iso .text-dark{color:#343a40!important}.bootstrap-iso a.text-dark:focus,.bootstrap-iso a.text-dark:hover{color:#121416!important}.bootstrap-iso .text-body{color:#212529!important}.bootstrap-iso .text-muted{color:#6c757d!important}.bootstrap-iso .text-black-50{color:rgba(0,0,0,.5)!important}.bootstrap-iso .text-white-50{color:rgba(255,255,255,.5)!important}.bootstrap-iso .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.bootstrap-iso .text-decoration-none{text-decoration:none!important}.bootstrap-iso .text-break{word-break:break-word!important;overflow-wrap:break-word!important}.bootstrap-iso .text-reset{color:inherit!important}.bootstrap-iso .visible{visibility:visible!important}.bootstrap-iso .invisible{visibility:hidden!important}@media print{.bootstrap-iso *,.bootstrap-iso ::after,.bootstrap-iso ::before{text-shadow:none!important;box-shadow:none!important}.bootstrap-iso a:not(.btn){text-decoration:underline}.bootstrap-iso abbr[title]::after{content:" (" attr(title) ")"}.bootstrap-iso pre{white-space:pre-wrap!important}.bootstrap-iso blockquote,.bootstrap-iso pre{border:1px solid #adb5bd;page-break-inside:avoid}.bootstrap-iso thead{display:table-header-group}.bootstrap-iso img,.bootstrap-iso tr{page-break-inside:avoid}.bootstrap-iso h2,.bootstrap-iso h3,.bootstrap-iso p{orphans:3;widows:3}.bootstrap-iso h2,.bootstrap-iso h3{page-break-after:avoid}@page{size:a3}.bootstrap-iso .container{min-width:992px!important}.bootstrap-iso .navbar{display:none}.bootstrap-iso .badge{border:1px solid #000}.bootstrap-iso .table{border-collapse:collapse!important}.bootstrap-iso .table td,.bootstrap-iso .table th{background-color:#fff!important}.bootstrap-iso .table-bordered td,.bootstrap-iso .table-bordered th{border:1px solid #dee2e6!important}.bootstrap-iso .table-dark{color:inherit}.bootstrap-iso .table-dark tbody+tbody,.bootstrap-iso .table-dark td,.bootstrap-iso .table-dark th,.bootstrap-iso .table-dark thead th{border-color:#dee2e6}.bootstrap-iso .table .thead-dark th{color:inherit;border-color:#dee2e6}}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
/*!
|
2
|
-
* Bootstrap v4.1
|
3
|
-
* Copyright 2011-
|
4
|
-
* Copyright 2011-
|
2
|
+
* Bootstrap v4.3.1 (https://getbootstrap.com/)
|
3
|
+
* Copyright 2011-2019 The Bootstrap Authors
|
4
|
+
* Copyright 2011-2019 Twitter, Inc.
|
5
5
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
6
6
|
*/
|
7
7
|
:root {
|
@@ -31,7 +31,7 @@
|
|
31
31
|
--breakpoint-md: 768px;
|
32
32
|
--breakpoint-lg: 992px;
|
33
33
|
--breakpoint-xl: 1200px;
|
34
|
-
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
34
|
+
--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";
|
35
35
|
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
36
36
|
}
|
37
37
|
|
@@ -45,22 +45,16 @@ html {
|
|
45
45
|
font-family: sans-serif;
|
46
46
|
line-height: 1.15;
|
47
47
|
-webkit-text-size-adjust: 100%;
|
48
|
-
-ms-text-size-adjust: 100%;
|
49
|
-
-ms-overflow-style: scrollbar;
|
50
48
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
51
49
|
}
|
52
50
|
|
53
|
-
@-ms-viewport {
|
54
|
-
width: device-width;
|
55
|
-
}
|
56
|
-
|
57
51
|
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
|
58
52
|
display: block;
|
59
53
|
}
|
60
54
|
|
61
55
|
body {
|
62
56
|
margin: 0;
|
63
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
57
|
+
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";
|
64
58
|
font-size: 1rem;
|
65
59
|
font-weight: 400;
|
66
60
|
line-height: 1.5;
|
@@ -96,6 +90,8 @@ abbr[data-original-title] {
|
|
96
90
|
text-decoration: underline dotted;
|
97
91
|
cursor: help;
|
98
92
|
border-bottom: 0;
|
93
|
+
-webkit-text-decoration-skip-ink: none;
|
94
|
+
text-decoration-skip-ink: none;
|
99
95
|
}
|
100
96
|
|
101
97
|
address {
|
@@ -131,10 +127,6 @@ blockquote {
|
|
131
127
|
margin: 0 0 1rem;
|
132
128
|
}
|
133
129
|
|
134
|
-
dfn {
|
135
|
-
font-style: italic;
|
136
|
-
}
|
137
|
-
|
138
130
|
b,
|
139
131
|
strong {
|
140
132
|
font-weight: bolder;
|
@@ -164,7 +156,6 @@ a {
|
|
164
156
|
color: #007bff;
|
165
157
|
text-decoration: none;
|
166
158
|
background-color: transparent;
|
167
|
-
-webkit-text-decoration-skip: objects;
|
168
159
|
}
|
169
160
|
|
170
161
|
a:hover {
|
@@ -198,7 +189,6 @@ pre {
|
|
198
189
|
margin-top: 0;
|
199
190
|
margin-bottom: 1rem;
|
200
191
|
overflow: auto;
|
201
|
-
-ms-overflow-style: scrollbar;
|
202
192
|
}
|
203
193
|
|
204
194
|
figure {
|
@@ -266,13 +256,24 @@ select {
|
|
266
256
|
text-transform: none;
|
267
257
|
}
|
268
258
|
|
259
|
+
select {
|
260
|
+
word-wrap: normal;
|
261
|
+
}
|
262
|
+
|
269
263
|
button,
|
270
|
-
|
264
|
+
[type="button"],
|
271
265
|
[type="reset"],
|
272
266
|
[type="submit"] {
|
273
267
|
-webkit-appearance: button;
|
274
268
|
}
|
275
269
|
|
270
|
+
button:not(:disabled),
|
271
|
+
[type="button"]:not(:disabled),
|
272
|
+
[type="reset"]:not(:disabled),
|
273
|
+
[type="submit"]:not(:disabled) {
|
274
|
+
cursor: pointer;
|
275
|
+
}
|
276
|
+
|
276
277
|
button::-moz-focus-inner,
|
277
278
|
[type="button"]::-moz-focus-inner,
|
278
279
|
[type="reset"]::-moz-focus-inner,
|
@@ -332,7 +333,6 @@ progress {
|
|
332
333
|
-webkit-appearance: none;
|
333
334
|
}
|
334
335
|
|
335
|
-
[type="search"]::-webkit-search-cancel-button,
|
336
336
|
[type="search"]::-webkit-search-decoration {
|
337
337
|
-webkit-appearance: none;
|
338
338
|
}
|
@@ -362,10 +362,8 @@ template {
|
|
362
362
|
h1, h2, h3, h4, h5, h6,
|
363
363
|
.h1, .h2, .h3, .h4, .h5, .h6 {
|
364
364
|
margin-bottom: 0.5rem;
|
365
|
-
font-family: inherit;
|
366
365
|
font-weight: 500;
|
367
366
|
line-height: 1.2;
|
368
|
-
color: inherit;
|
369
367
|
}
|
370
368
|
|
371
369
|
h1, .h1 {
|
@@ -475,7 +473,7 @@ mark,
|
|
475
473
|
}
|
476
474
|
|
477
475
|
.blockquote-footer::before {
|
478
|
-
content: "\2014
|
476
|
+
content: "\2014\00A0";
|
479
477
|
}
|
480
478
|
|
481
479
|
.img-fluid {
|
@@ -615,7 +613,6 @@ pre code {
|
|
615
613
|
.col-xl-auto {
|
616
614
|
position: relative;
|
617
615
|
width: 100%;
|
618
|
-
min-height: 1px;
|
619
616
|
padding-right: 15px;
|
620
617
|
padding-left: 15px;
|
621
618
|
}
|
@@ -632,7 +629,7 @@ pre code {
|
|
632
629
|
-ms-flex: 0 0 auto;
|
633
630
|
flex: 0 0 auto;
|
634
631
|
width: auto;
|
635
|
-
max-width:
|
632
|
+
max-width: 100%;
|
636
633
|
}
|
637
634
|
|
638
635
|
.col-1 {
|
@@ -838,7 +835,7 @@ pre code {
|
|
838
835
|
-ms-flex: 0 0 auto;
|
839
836
|
flex: 0 0 auto;
|
840
837
|
width: auto;
|
841
|
-
max-width:
|
838
|
+
max-width: 100%;
|
842
839
|
}
|
843
840
|
.col-sm-1 {
|
844
841
|
-ms-flex: 0 0 8.333333%;
|
@@ -1010,7 +1007,7 @@ pre code {
|
|
1010
1007
|
-ms-flex: 0 0 auto;
|
1011
1008
|
flex: 0 0 auto;
|
1012
1009
|
width: auto;
|
1013
|
-
max-width:
|
1010
|
+
max-width: 100%;
|
1014
1011
|
}
|
1015
1012
|
.col-md-1 {
|
1016
1013
|
-ms-flex: 0 0 8.333333%;
|
@@ -1182,7 +1179,7 @@ pre code {
|
|
1182
1179
|
-ms-flex: 0 0 auto;
|
1183
1180
|
flex: 0 0 auto;
|
1184
1181
|
width: auto;
|
1185
|
-
max-width:
|
1182
|
+
max-width: 100%;
|
1186
1183
|
}
|
1187
1184
|
.col-lg-1 {
|
1188
1185
|
-ms-flex: 0 0 8.333333%;
|
@@ -1354,7 +1351,7 @@ pre code {
|
|
1354
1351
|
-ms-flex: 0 0 auto;
|
1355
1352
|
flex: 0 0 auto;
|
1356
1353
|
width: auto;
|
1357
|
-
max-width:
|
1354
|
+
max-width: 100%;
|
1358
1355
|
}
|
1359
1356
|
.col-xl-1 {
|
1360
1357
|
-ms-flex: 0 0 8.333333%;
|
@@ -1517,7 +1514,7 @@ pre code {
|
|
1517
1514
|
.table {
|
1518
1515
|
width: 100%;
|
1519
1516
|
margin-bottom: 1rem;
|
1520
|
-
|
1517
|
+
color: #212529;
|
1521
1518
|
}
|
1522
1519
|
|
1523
1520
|
.table th,
|
@@ -1536,10 +1533,6 @@ pre code {
|
|
1536
1533
|
border-top: 2px solid #dee2e6;
|
1537
1534
|
}
|
1538
1535
|
|
1539
|
-
.table .table {
|
1540
|
-
background-color: #fff;
|
1541
|
-
}
|
1542
|
-
|
1543
1536
|
.table-sm th,
|
1544
1537
|
.table-sm td {
|
1545
1538
|
padding: 0.3rem;
|
@@ -1571,6 +1564,7 @@ pre code {
|
|
1571
1564
|
}
|
1572
1565
|
|
1573
1566
|
.table-hover tbody tr:hover {
|
1567
|
+
color: #212529;
|
1574
1568
|
background-color: rgba(0, 0, 0, 0.075);
|
1575
1569
|
}
|
1576
1570
|
|
@@ -1580,6 +1574,13 @@ pre code {
|
|
1580
1574
|
background-color: #b8daff;
|
1581
1575
|
}
|
1582
1576
|
|
1577
|
+
.table-primary th,
|
1578
|
+
.table-primary td,
|
1579
|
+
.table-primary thead th,
|
1580
|
+
.table-primary tbody + tbody {
|
1581
|
+
border-color: #7abaff;
|
1582
|
+
}
|
1583
|
+
|
1583
1584
|
.table-hover .table-primary:hover {
|
1584
1585
|
background-color: #9fcdff;
|
1585
1586
|
}
|
@@ -1595,6 +1596,13 @@ pre code {
|
|
1595
1596
|
background-color: #d6d8db;
|
1596
1597
|
}
|
1597
1598
|
|
1599
|
+
.table-secondary th,
|
1600
|
+
.table-secondary td,
|
1601
|
+
.table-secondary thead th,
|
1602
|
+
.table-secondary tbody + tbody {
|
1603
|
+
border-color: #b3b7bb;
|
1604
|
+
}
|
1605
|
+
|
1598
1606
|
.table-hover .table-secondary:hover {
|
1599
1607
|
background-color: #c8cbcf;
|
1600
1608
|
}
|
@@ -1610,6 +1618,13 @@ pre code {
|
|
1610
1618
|
background-color: #c3e6cb;
|
1611
1619
|
}
|
1612
1620
|
|
1621
|
+
.table-success th,
|
1622
|
+
.table-success td,
|
1623
|
+
.table-success thead th,
|
1624
|
+
.table-success tbody + tbody {
|
1625
|
+
border-color: #8fd19e;
|
1626
|
+
}
|
1627
|
+
|
1613
1628
|
.table-hover .table-success:hover {
|
1614
1629
|
background-color: #b1dfbb;
|
1615
1630
|
}
|
@@ -1625,6 +1640,13 @@ pre code {
|
|
1625
1640
|
background-color: #bee5eb;
|
1626
1641
|
}
|
1627
1642
|
|
1643
|
+
.table-info th,
|
1644
|
+
.table-info td,
|
1645
|
+
.table-info thead th,
|
1646
|
+
.table-info tbody + tbody {
|
1647
|
+
border-color: #86cfda;
|
1648
|
+
}
|
1649
|
+
|
1628
1650
|
.table-hover .table-info:hover {
|
1629
1651
|
background-color: #abdde5;
|
1630
1652
|
}
|
@@ -1640,6 +1662,13 @@ pre code {
|
|
1640
1662
|
background-color: #ffeeba;
|
1641
1663
|
}
|
1642
1664
|
|
1665
|
+
.table-warning th,
|
1666
|
+
.table-warning td,
|
1667
|
+
.table-warning thead th,
|
1668
|
+
.table-warning tbody + tbody {
|
1669
|
+
border-color: #ffdf7e;
|
1670
|
+
}
|
1671
|
+
|
1643
1672
|
.table-hover .table-warning:hover {
|
1644
1673
|
background-color: #ffe8a1;
|
1645
1674
|
}
|
@@ -1655,6 +1684,13 @@ pre code {
|
|
1655
1684
|
background-color: #f5c6cb;
|
1656
1685
|
}
|
1657
1686
|
|
1687
|
+
.table-danger th,
|
1688
|
+
.table-danger td,
|
1689
|
+
.table-danger thead th,
|
1690
|
+
.table-danger tbody + tbody {
|
1691
|
+
border-color: #ed969e;
|
1692
|
+
}
|
1693
|
+
|
1658
1694
|
.table-hover .table-danger:hover {
|
1659
1695
|
background-color: #f1b0b7;
|
1660
1696
|
}
|
@@ -1670,6 +1706,13 @@ pre code {
|
|
1670
1706
|
background-color: #fdfdfe;
|
1671
1707
|
}
|
1672
1708
|
|
1709
|
+
.table-light th,
|
1710
|
+
.table-light td,
|
1711
|
+
.table-light thead th,
|
1712
|
+
.table-light tbody + tbody {
|
1713
|
+
border-color: #fbfcfc;
|
1714
|
+
}
|
1715
|
+
|
1673
1716
|
.table-hover .table-light:hover {
|
1674
1717
|
background-color: #ececf6;
|
1675
1718
|
}
|
@@ -1685,6 +1728,13 @@ pre code {
|
|
1685
1728
|
background-color: #c6c8ca;
|
1686
1729
|
}
|
1687
1730
|
|
1731
|
+
.table-dark th,
|
1732
|
+
.table-dark td,
|
1733
|
+
.table-dark thead th,
|
1734
|
+
.table-dark tbody + tbody {
|
1735
|
+
border-color: #95999c;
|
1736
|
+
}
|
1737
|
+
|
1688
1738
|
.table-hover .table-dark:hover {
|
1689
1739
|
background-color: #b9bbbe;
|
1690
1740
|
}
|
@@ -1711,8 +1761,8 @@ pre code {
|
|
1711
1761
|
|
1712
1762
|
.table .thead-dark th {
|
1713
1763
|
color: #fff;
|
1714
|
-
background-color: #
|
1715
|
-
border-color: #
|
1764
|
+
background-color: #343a40;
|
1765
|
+
border-color: #454d55;
|
1716
1766
|
}
|
1717
1767
|
|
1718
1768
|
.table .thead-light th {
|
@@ -1723,13 +1773,13 @@ pre code {
|
|
1723
1773
|
|
1724
1774
|
.table-dark {
|
1725
1775
|
color: #fff;
|
1726
|
-
background-color: #
|
1776
|
+
background-color: #343a40;
|
1727
1777
|
}
|
1728
1778
|
|
1729
1779
|
.table-dark th,
|
1730
1780
|
.table-dark td,
|
1731
1781
|
.table-dark thead th {
|
1732
|
-
border-color: #
|
1782
|
+
border-color: #454d55;
|
1733
1783
|
}
|
1734
1784
|
|
1735
1785
|
.table-dark.table-bordered {
|
@@ -1741,6 +1791,7 @@ pre code {
|
|
1741
1791
|
}
|
1742
1792
|
|
1743
1793
|
.table-dark.table-hover tbody tr:hover {
|
1794
|
+
color: #fff;
|
1744
1795
|
background-color: rgba(255, 255, 255, 0.075);
|
1745
1796
|
}
|
1746
1797
|
|
@@ -1750,7 +1801,6 @@ pre code {
|
|
1750
1801
|
width: 100%;
|
1751
1802
|
overflow-x: auto;
|
1752
1803
|
-webkit-overflow-scrolling: touch;
|
1753
|
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
1754
1804
|
}
|
1755
1805
|
.table-responsive-sm > .table-bordered {
|
1756
1806
|
border: 0;
|
@@ -1763,7 +1813,6 @@ pre code {
|
|
1763
1813
|
width: 100%;
|
1764
1814
|
overflow-x: auto;
|
1765
1815
|
-webkit-overflow-scrolling: touch;
|
1766
|
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
1767
1816
|
}
|
1768
1817
|
.table-responsive-md > .table-bordered {
|
1769
1818
|
border: 0;
|
@@ -1776,7 +1825,6 @@ pre code {
|
|
1776
1825
|
width: 100%;
|
1777
1826
|
overflow-x: auto;
|
1778
1827
|
-webkit-overflow-scrolling: touch;
|
1779
|
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
1780
1828
|
}
|
1781
1829
|
.table-responsive-lg > .table-bordered {
|
1782
1830
|
border: 0;
|
@@ -1789,7 +1837,6 @@ pre code {
|
|
1789
1837
|
width: 100%;
|
1790
1838
|
overflow-x: auto;
|
1791
1839
|
-webkit-overflow-scrolling: touch;
|
1792
|
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
1793
1840
|
}
|
1794
1841
|
.table-responsive-xl > .table-bordered {
|
1795
1842
|
border: 0;
|
@@ -1801,7 +1848,6 @@ pre code {
|
|
1801
1848
|
width: 100%;
|
1802
1849
|
overflow-x: auto;
|
1803
1850
|
-webkit-overflow-scrolling: touch;
|
1804
|
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
1805
1851
|
}
|
1806
1852
|
|
1807
1853
|
.table-responsive > .table-bordered {
|
@@ -1811,9 +1857,10 @@ pre code {
|
|
1811
1857
|
.form-control {
|
1812
1858
|
display: block;
|
1813
1859
|
width: 100%;
|
1814
|
-
height: calc(
|
1860
|
+
height: calc(1.5em + 0.75rem + 2px);
|
1815
1861
|
padding: 0.375rem 0.75rem;
|
1816
1862
|
font-size: 1rem;
|
1863
|
+
font-weight: 400;
|
1817
1864
|
line-height: 1.5;
|
1818
1865
|
color: #495057;
|
1819
1866
|
background-color: #fff;
|
@@ -1823,7 +1870,7 @@ pre code {
|
|
1823
1870
|
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
1824
1871
|
}
|
1825
1872
|
|
1826
|
-
@media
|
1873
|
+
@media (prefers-reduced-motion: reduce) {
|
1827
1874
|
.form-control {
|
1828
1875
|
transition: none;
|
1829
1876
|
}
|
@@ -1924,7 +1971,7 @@ select.form-control:focus::-ms-value {
|
|
1924
1971
|
}
|
1925
1972
|
|
1926
1973
|
.form-control-sm {
|
1927
|
-
height: calc(1.
|
1974
|
+
height: calc(1.5em + 0.5rem + 2px);
|
1928
1975
|
padding: 0.25rem 0.5rem;
|
1929
1976
|
font-size: 0.875rem;
|
1930
1977
|
line-height: 1.5;
|
@@ -1932,7 +1979,7 @@ select.form-control:focus::-ms-value {
|
|
1932
1979
|
}
|
1933
1980
|
|
1934
1981
|
.form-control-lg {
|
1935
|
-
height: calc(
|
1982
|
+
height: calc(1.5em + 1rem + 2px);
|
1936
1983
|
padding: 0.5rem 1rem;
|
1937
1984
|
font-size: 1.25rem;
|
1938
1985
|
line-height: 1.5;
|
@@ -2030,26 +2077,44 @@ textarea.form-control {
|
|
2030
2077
|
border-radius: 0.25rem;
|
2031
2078
|
}
|
2032
2079
|
|
2033
|
-
.was-validated .form-control:valid, .form-control.is-valid
|
2034
|
-
.custom-select:valid,
|
2035
|
-
.custom-select.is-valid {
|
2080
|
+
.was-validated .form-control:valid, .form-control.is-valid {
|
2036
2081
|
border-color: #28a745;
|
2082
|
+
padding-right: calc(1.5em + 0.75rem);
|
2083
|
+
background-image: url("data:image/svg+xml,%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");
|
2084
|
+
background-repeat: no-repeat;
|
2085
|
+
background-position: center right calc(0.375em + 0.1875rem);
|
2086
|
+
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
2037
2087
|
}
|
2038
2088
|
|
2039
|
-
.was-validated .form-control:valid:focus, .form-control.is-valid:focus
|
2040
|
-
.custom-select:valid:focus,
|
2041
|
-
.custom-select.is-valid:focus {
|
2089
|
+
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
|
2042
2090
|
border-color: #28a745;
|
2043
2091
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
2044
2092
|
}
|
2045
2093
|
|
2046
2094
|
.was-validated .form-control:valid ~ .valid-feedback,
|
2047
2095
|
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
|
2048
|
-
.form-control.is-valid ~ .valid-tooltip
|
2049
|
-
|
2050
|
-
|
2051
|
-
|
2052
|
-
.
|
2096
|
+
.form-control.is-valid ~ .valid-tooltip {
|
2097
|
+
display: block;
|
2098
|
+
}
|
2099
|
+
|
2100
|
+
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
|
2101
|
+
padding-right: calc(1.5em + 0.75rem);
|
2102
|
+
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
|
2103
|
+
}
|
2104
|
+
|
2105
|
+
.was-validated .custom-select:valid, .custom-select.is-valid {
|
2106
|
+
border-color: #28a745;
|
2107
|
+
padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
|
2108
|
+
background: url("data:image/svg+xml,%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 0.75rem center/8px 10px, url("data:image/svg+xml,%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(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
2109
|
+
}
|
2110
|
+
|
2111
|
+
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
|
2112
|
+
border-color: #28a745;
|
2113
|
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
2114
|
+
}
|
2115
|
+
|
2116
|
+
.was-validated .custom-select:valid ~ .valid-feedback,
|
2117
|
+
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
|
2053
2118
|
.custom-select.is-valid ~ .valid-tooltip {
|
2054
2119
|
display: block;
|
2055
2120
|
}
|
@@ -2075,7 +2140,7 @@ textarea.form-control {
|
|
2075
2140
|
}
|
2076
2141
|
|
2077
2142
|
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
|
2078
|
-
|
2143
|
+
border-color: #28a745;
|
2079
2144
|
}
|
2080
2145
|
|
2081
2146
|
.was-validated .custom-control-input:valid ~ .valid-feedback,
|
@@ -2085,19 +2150,20 @@ textarea.form-control {
|
|
2085
2150
|
}
|
2086
2151
|
|
2087
2152
|
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
|
2153
|
+
border-color: #34ce57;
|
2088
2154
|
background-color: #34ce57;
|
2089
2155
|
}
|
2090
2156
|
|
2091
2157
|
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
|
2092
|
-
box-shadow: 0 0 0
|
2158
|
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
2093
2159
|
}
|
2094
2160
|
|
2095
|
-
.was-validated .custom-
|
2161
|
+
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
|
2096
2162
|
border-color: #28a745;
|
2097
2163
|
}
|
2098
2164
|
|
2099
|
-
.was-validated .custom-file-input:valid ~ .custom-file-label
|
2100
|
-
border-color:
|
2165
|
+
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
|
2166
|
+
border-color: #28a745;
|
2101
2167
|
}
|
2102
2168
|
|
2103
2169
|
.was-validated .custom-file-input:valid ~ .valid-feedback,
|
@@ -2107,6 +2173,7 @@ textarea.form-control {
|
|
2107
2173
|
}
|
2108
2174
|
|
2109
2175
|
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
|
2176
|
+
border-color: #28a745;
|
2110
2177
|
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
2111
2178
|
}
|
2112
2179
|
|
@@ -2133,26 +2200,44 @@ textarea.form-control {
|
|
2133
2200
|
border-radius: 0.25rem;
|
2134
2201
|
}
|
2135
2202
|
|
2136
|
-
.was-validated .form-control:invalid, .form-control.is-invalid
|
2137
|
-
.custom-select:invalid,
|
2138
|
-
.custom-select.is-invalid {
|
2203
|
+
.was-validated .form-control:invalid, .form-control.is-invalid {
|
2139
2204
|
border-color: #dc3545;
|
2205
|
+
padding-right: calc(1.5em + 0.75rem);
|
2206
|
+
background-image: url("data:image/svg+xml,%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");
|
2207
|
+
background-repeat: no-repeat;
|
2208
|
+
background-position: center right calc(0.375em + 0.1875rem);
|
2209
|
+
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
2140
2210
|
}
|
2141
2211
|
|
2142
|
-
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus
|
2143
|
-
.custom-select:invalid:focus,
|
2144
|
-
.custom-select.is-invalid:focus {
|
2212
|
+
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
|
2145
2213
|
border-color: #dc3545;
|
2146
2214
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
2147
2215
|
}
|
2148
2216
|
|
2149
2217
|
.was-validated .form-control:invalid ~ .invalid-feedback,
|
2150
2218
|
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
|
2151
|
-
.form-control.is-invalid ~ .invalid-tooltip
|
2152
|
-
|
2153
|
-
|
2154
|
-
|
2155
|
-
.
|
2219
|
+
.form-control.is-invalid ~ .invalid-tooltip {
|
2220
|
+
display: block;
|
2221
|
+
}
|
2222
|
+
|
2223
|
+
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
|
2224
|
+
padding-right: calc(1.5em + 0.75rem);
|
2225
|
+
background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
|
2226
|
+
}
|
2227
|
+
|
2228
|
+
.was-validated .custom-select:invalid, .custom-select.is-invalid {
|
2229
|
+
border-color: #dc3545;
|
2230
|
+
padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
|
2231
|
+
background: url("data:image/svg+xml,%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 0.75rem center/8px 10px, url("data:image/svg+xml,%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(0.75em + 0.375rem) calc(0.75em + 0.375rem);
|
2232
|
+
}
|
2233
|
+
|
2234
|
+
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
|
2235
|
+
border-color: #dc3545;
|
2236
|
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
2237
|
+
}
|
2238
|
+
|
2239
|
+
.was-validated .custom-select:invalid ~ .invalid-feedback,
|
2240
|
+
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
|
2156
2241
|
.custom-select.is-invalid ~ .invalid-tooltip {
|
2157
2242
|
display: block;
|
2158
2243
|
}
|
@@ -2178,7 +2263,7 @@ textarea.form-control {
|
|
2178
2263
|
}
|
2179
2264
|
|
2180
2265
|
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
|
2181
|
-
|
2266
|
+
border-color: #dc3545;
|
2182
2267
|
}
|
2183
2268
|
|
2184
2269
|
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
|
@@ -2188,19 +2273,20 @@ textarea.form-control {
|
|
2188
2273
|
}
|
2189
2274
|
|
2190
2275
|
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
|
2276
|
+
border-color: #e4606d;
|
2191
2277
|
background-color: #e4606d;
|
2192
2278
|
}
|
2193
2279
|
|
2194
2280
|
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
|
2195
|
-
box-shadow: 0 0 0
|
2281
|
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
2196
2282
|
}
|
2197
2283
|
|
2198
|
-
.was-validated .custom-
|
2284
|
+
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
|
2199
2285
|
border-color: #dc3545;
|
2200
2286
|
}
|
2201
2287
|
|
2202
|
-
.was-validated .custom-file-input:invalid ~ .custom-file-label
|
2203
|
-
border-color:
|
2288
|
+
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
|
2289
|
+
border-color: #dc3545;
|
2204
2290
|
}
|
2205
2291
|
|
2206
2292
|
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
|
@@ -2210,6 +2296,7 @@ textarea.form-control {
|
|
2210
2296
|
}
|
2211
2297
|
|
2212
2298
|
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
|
2299
|
+
border-color: #dc3545;
|
2213
2300
|
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
2214
2301
|
}
|
2215
2302
|
|
@@ -2271,6 +2358,8 @@ textarea.form-control {
|
|
2271
2358
|
}
|
2272
2359
|
.form-inline .form-check-input {
|
2273
2360
|
position: relative;
|
2361
|
+
-ms-flex-negative: 0;
|
2362
|
+
flex-shrink: 0;
|
2274
2363
|
margin-top: 0;
|
2275
2364
|
margin-right: 0.25rem;
|
2276
2365
|
margin-left: 0;
|
@@ -2289,13 +2378,14 @@ textarea.form-control {
|
|
2289
2378
|
.btn {
|
2290
2379
|
display: inline-block;
|
2291
2380
|
font-weight: 400;
|
2381
|
+
color: #212529;
|
2292
2382
|
text-align: center;
|
2293
|
-
white-space: nowrap;
|
2294
2383
|
vertical-align: middle;
|
2295
2384
|
-webkit-user-select: none;
|
2296
2385
|
-moz-user-select: none;
|
2297
2386
|
-ms-user-select: none;
|
2298
2387
|
user-select: none;
|
2388
|
+
background-color: transparent;
|
2299
2389
|
border: 1px solid transparent;
|
2300
2390
|
padding: 0.375rem 0.75rem;
|
2301
2391
|
font-size: 1rem;
|
@@ -2304,13 +2394,14 @@ textarea.form-control {
|
|
2304
2394
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
2305
2395
|
}
|
2306
2396
|
|
2307
|
-
@media
|
2397
|
+
@media (prefers-reduced-motion: reduce) {
|
2308
2398
|
.btn {
|
2309
2399
|
transition: none;
|
2310
2400
|
}
|
2311
2401
|
}
|
2312
2402
|
|
2313
|
-
.btn:hover
|
2403
|
+
.btn:hover {
|
2404
|
+
color: #212529;
|
2314
2405
|
text-decoration: none;
|
2315
2406
|
}
|
2316
2407
|
|
@@ -2323,10 +2414,6 @@ textarea.form-control {
|
|
2323
2414
|
opacity: 0.65;
|
2324
2415
|
}
|
2325
2416
|
|
2326
|
-
.btn:not(:disabled):not(.disabled) {
|
2327
|
-
cursor: pointer;
|
2328
|
-
}
|
2329
|
-
|
2330
2417
|
a.btn.disabled,
|
2331
2418
|
fieldset:disabled a.btn {
|
2332
2419
|
pointer-events: none;
|
@@ -2345,7 +2432,7 @@ fieldset:disabled a.btn {
|
|
2345
2432
|
}
|
2346
2433
|
|
2347
2434
|
.btn-primary:focus, .btn-primary.focus {
|
2348
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2435
|
+
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
2349
2436
|
}
|
2350
2437
|
|
2351
2438
|
.btn-primary.disabled, .btn-primary:disabled {
|
@@ -2363,7 +2450,7 @@ fieldset:disabled a.btn {
|
|
2363
2450
|
|
2364
2451
|
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
|
2365
2452
|
.show > .btn-primary.dropdown-toggle:focus {
|
2366
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2453
|
+
box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
|
2367
2454
|
}
|
2368
2455
|
|
2369
2456
|
.btn-secondary {
|
@@ -2379,7 +2466,7 @@ fieldset:disabled a.btn {
|
|
2379
2466
|
}
|
2380
2467
|
|
2381
2468
|
.btn-secondary:focus, .btn-secondary.focus {
|
2382
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2469
|
+
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
|
2383
2470
|
}
|
2384
2471
|
|
2385
2472
|
.btn-secondary.disabled, .btn-secondary:disabled {
|
@@ -2397,7 +2484,7 @@ fieldset:disabled a.btn {
|
|
2397
2484
|
|
2398
2485
|
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
|
2399
2486
|
.show > .btn-secondary.dropdown-toggle:focus {
|
2400
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2487
|
+
box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
|
2401
2488
|
}
|
2402
2489
|
|
2403
2490
|
.btn-success {
|
@@ -2413,7 +2500,7 @@ fieldset:disabled a.btn {
|
|
2413
2500
|
}
|
2414
2501
|
|
2415
2502
|
.btn-success:focus, .btn-success.focus {
|
2416
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2503
|
+
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
|
2417
2504
|
}
|
2418
2505
|
|
2419
2506
|
.btn-success.disabled, .btn-success:disabled {
|
@@ -2431,7 +2518,7 @@ fieldset:disabled a.btn {
|
|
2431
2518
|
|
2432
2519
|
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
2433
2520
|
.show > .btn-success.dropdown-toggle:focus {
|
2434
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2521
|
+
box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
|
2435
2522
|
}
|
2436
2523
|
|
2437
2524
|
.btn-info {
|
@@ -2447,7 +2534,7 @@ fieldset:disabled a.btn {
|
|
2447
2534
|
}
|
2448
2535
|
|
2449
2536
|
.btn-info:focus, .btn-info.focus {
|
2450
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2537
|
+
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
|
2451
2538
|
}
|
2452
2539
|
|
2453
2540
|
.btn-info.disabled, .btn-info:disabled {
|
@@ -2465,7 +2552,7 @@ fieldset:disabled a.btn {
|
|
2465
2552
|
|
2466
2553
|
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
|
2467
2554
|
.show > .btn-info.dropdown-toggle:focus {
|
2468
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2555
|
+
box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
|
2469
2556
|
}
|
2470
2557
|
|
2471
2558
|
.btn-warning {
|
@@ -2481,7 +2568,7 @@ fieldset:disabled a.btn {
|
|
2481
2568
|
}
|
2482
2569
|
|
2483
2570
|
.btn-warning:focus, .btn-warning.focus {
|
2484
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2571
|
+
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
2485
2572
|
}
|
2486
2573
|
|
2487
2574
|
.btn-warning.disabled, .btn-warning:disabled {
|
@@ -2499,7 +2586,7 @@ fieldset:disabled a.btn {
|
|
2499
2586
|
|
2500
2587
|
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
|
2501
2588
|
.show > .btn-warning.dropdown-toggle:focus {
|
2502
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2589
|
+
box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
|
2503
2590
|
}
|
2504
2591
|
|
2505
2592
|
.btn-danger {
|
@@ -2515,7 +2602,7 @@ fieldset:disabled a.btn {
|
|
2515
2602
|
}
|
2516
2603
|
|
2517
2604
|
.btn-danger:focus, .btn-danger.focus {
|
2518
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2605
|
+
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
|
2519
2606
|
}
|
2520
2607
|
|
2521
2608
|
.btn-danger.disabled, .btn-danger:disabled {
|
@@ -2533,7 +2620,7 @@ fieldset:disabled a.btn {
|
|
2533
2620
|
|
2534
2621
|
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
|
2535
2622
|
.show > .btn-danger.dropdown-toggle:focus {
|
2536
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2623
|
+
box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
|
2537
2624
|
}
|
2538
2625
|
|
2539
2626
|
.btn-light {
|
@@ -2549,7 +2636,7 @@ fieldset:disabled a.btn {
|
|
2549
2636
|
}
|
2550
2637
|
|
2551
2638
|
.btn-light:focus, .btn-light.focus {
|
2552
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2639
|
+
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
|
2553
2640
|
}
|
2554
2641
|
|
2555
2642
|
.btn-light.disabled, .btn-light:disabled {
|
@@ -2567,7 +2654,7 @@ fieldset:disabled a.btn {
|
|
2567
2654
|
|
2568
2655
|
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
|
2569
2656
|
.show > .btn-light.dropdown-toggle:focus {
|
2570
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2657
|
+
box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
|
2571
2658
|
}
|
2572
2659
|
|
2573
2660
|
.btn-dark {
|
@@ -2583,7 +2670,7 @@ fieldset:disabled a.btn {
|
|
2583
2670
|
}
|
2584
2671
|
|
2585
2672
|
.btn-dark:focus, .btn-dark.focus {
|
2586
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2673
|
+
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
|
2587
2674
|
}
|
2588
2675
|
|
2589
2676
|
.btn-dark.disabled, .btn-dark:disabled {
|
@@ -2601,13 +2688,11 @@ fieldset:disabled a.btn {
|
|
2601
2688
|
|
2602
2689
|
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
|
2603
2690
|
.show > .btn-dark.dropdown-toggle:focus {
|
2604
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
2691
|
+
box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
|
2605
2692
|
}
|
2606
2693
|
|
2607
2694
|
.btn-outline-primary {
|
2608
2695
|
color: #007bff;
|
2609
|
-
background-color: transparent;
|
2610
|
-
background-image: none;
|
2611
2696
|
border-color: #007bff;
|
2612
2697
|
}
|
2613
2698
|
|
@@ -2640,8 +2725,6 @@ fieldset:disabled a.btn {
|
|
2640
2725
|
|
2641
2726
|
.btn-outline-secondary {
|
2642
2727
|
color: #6c757d;
|
2643
|
-
background-color: transparent;
|
2644
|
-
background-image: none;
|
2645
2728
|
border-color: #6c757d;
|
2646
2729
|
}
|
2647
2730
|
|
@@ -2674,8 +2757,6 @@ fieldset:disabled a.btn {
|
|
2674
2757
|
|
2675
2758
|
.btn-outline-success {
|
2676
2759
|
color: #28a745;
|
2677
|
-
background-color: transparent;
|
2678
|
-
background-image: none;
|
2679
2760
|
border-color: #28a745;
|
2680
2761
|
}
|
2681
2762
|
|
@@ -2708,8 +2789,6 @@ fieldset:disabled a.btn {
|
|
2708
2789
|
|
2709
2790
|
.btn-outline-info {
|
2710
2791
|
color: #17a2b8;
|
2711
|
-
background-color: transparent;
|
2712
|
-
background-image: none;
|
2713
2792
|
border-color: #17a2b8;
|
2714
2793
|
}
|
2715
2794
|
|
@@ -2742,8 +2821,6 @@ fieldset:disabled a.btn {
|
|
2742
2821
|
|
2743
2822
|
.btn-outline-warning {
|
2744
2823
|
color: #ffc107;
|
2745
|
-
background-color: transparent;
|
2746
|
-
background-image: none;
|
2747
2824
|
border-color: #ffc107;
|
2748
2825
|
}
|
2749
2826
|
|
@@ -2776,8 +2853,6 @@ fieldset:disabled a.btn {
|
|
2776
2853
|
|
2777
2854
|
.btn-outline-danger {
|
2778
2855
|
color: #dc3545;
|
2779
|
-
background-color: transparent;
|
2780
|
-
background-image: none;
|
2781
2856
|
border-color: #dc3545;
|
2782
2857
|
}
|
2783
2858
|
|
@@ -2810,8 +2885,6 @@ fieldset:disabled a.btn {
|
|
2810
2885
|
|
2811
2886
|
.btn-outline-light {
|
2812
2887
|
color: #f8f9fa;
|
2813
|
-
background-color: transparent;
|
2814
|
-
background-image: none;
|
2815
2888
|
border-color: #f8f9fa;
|
2816
2889
|
}
|
2817
2890
|
|
@@ -2844,8 +2917,6 @@ fieldset:disabled a.btn {
|
|
2844
2917
|
|
2845
2918
|
.btn-outline-dark {
|
2846
2919
|
color: #343a40;
|
2847
|
-
background-color: transparent;
|
2848
|
-
background-image: none;
|
2849
2920
|
border-color: #343a40;
|
2850
2921
|
}
|
2851
2922
|
|
@@ -2879,19 +2950,16 @@ fieldset:disabled a.btn {
|
|
2879
2950
|
.btn-link {
|
2880
2951
|
font-weight: 400;
|
2881
2952
|
color: #007bff;
|
2882
|
-
|
2953
|
+
text-decoration: none;
|
2883
2954
|
}
|
2884
2955
|
|
2885
2956
|
.btn-link:hover {
|
2886
2957
|
color: #0056b3;
|
2887
2958
|
text-decoration: underline;
|
2888
|
-
background-color: transparent;
|
2889
|
-
border-color: transparent;
|
2890
2959
|
}
|
2891
2960
|
|
2892
2961
|
.btn-link:focus, .btn-link.focus {
|
2893
2962
|
text-decoration: underline;
|
2894
|
-
border-color: transparent;
|
2895
2963
|
box-shadow: none;
|
2896
2964
|
}
|
2897
2965
|
|
@@ -2933,7 +3001,7 @@ input[type="button"].btn-block {
|
|
2933
3001
|
transition: opacity 0.15s linear;
|
2934
3002
|
}
|
2935
3003
|
|
2936
|
-
@media
|
3004
|
+
@media (prefers-reduced-motion: reduce) {
|
2937
3005
|
.fade {
|
2938
3006
|
transition: none;
|
2939
3007
|
}
|
@@ -2954,7 +3022,7 @@ input[type="button"].btn-block {
|
|
2954
3022
|
transition: height 0.35s ease;
|
2955
3023
|
}
|
2956
3024
|
|
2957
|
-
@media
|
3025
|
+
@media (prefers-reduced-motion: reduce) {
|
2958
3026
|
.collapsing {
|
2959
3027
|
transition: none;
|
2960
3028
|
}
|
@@ -2967,10 +3035,12 @@ input[type="button"].btn-block {
|
|
2967
3035
|
position: relative;
|
2968
3036
|
}
|
2969
3037
|
|
3038
|
+
.dropdown-toggle {
|
3039
|
+
white-space: nowrap;
|
3040
|
+
}
|
3041
|
+
|
2970
3042
|
.dropdown-toggle::after {
|
2971
3043
|
display: inline-block;
|
2972
|
-
width: 0;
|
2973
|
-
height: 0;
|
2974
3044
|
margin-left: 0.255em;
|
2975
3045
|
vertical-align: 0.255em;
|
2976
3046
|
content: "";
|
@@ -3004,11 +3074,60 @@ input[type="button"].btn-block {
|
|
3004
3074
|
border-radius: 0.25rem;
|
3005
3075
|
}
|
3006
3076
|
|
3077
|
+
.dropdown-menu-left {
|
3078
|
+
right: auto;
|
3079
|
+
left: 0;
|
3080
|
+
}
|
3081
|
+
|
3007
3082
|
.dropdown-menu-right {
|
3008
3083
|
right: 0;
|
3009
3084
|
left: auto;
|
3010
3085
|
}
|
3011
3086
|
|
3087
|
+
@media (min-width: 576px) {
|
3088
|
+
.dropdown-menu-sm-left {
|
3089
|
+
right: auto;
|
3090
|
+
left: 0;
|
3091
|
+
}
|
3092
|
+
.dropdown-menu-sm-right {
|
3093
|
+
right: 0;
|
3094
|
+
left: auto;
|
3095
|
+
}
|
3096
|
+
}
|
3097
|
+
|
3098
|
+
@media (min-width: 768px) {
|
3099
|
+
.dropdown-menu-md-left {
|
3100
|
+
right: auto;
|
3101
|
+
left: 0;
|
3102
|
+
}
|
3103
|
+
.dropdown-menu-md-right {
|
3104
|
+
right: 0;
|
3105
|
+
left: auto;
|
3106
|
+
}
|
3107
|
+
}
|
3108
|
+
|
3109
|
+
@media (min-width: 992px) {
|
3110
|
+
.dropdown-menu-lg-left {
|
3111
|
+
right: auto;
|
3112
|
+
left: 0;
|
3113
|
+
}
|
3114
|
+
.dropdown-menu-lg-right {
|
3115
|
+
right: 0;
|
3116
|
+
left: auto;
|
3117
|
+
}
|
3118
|
+
}
|
3119
|
+
|
3120
|
+
@media (min-width: 1200px) {
|
3121
|
+
.dropdown-menu-xl-left {
|
3122
|
+
right: auto;
|
3123
|
+
left: 0;
|
3124
|
+
}
|
3125
|
+
.dropdown-menu-xl-right {
|
3126
|
+
right: 0;
|
3127
|
+
left: auto;
|
3128
|
+
}
|
3129
|
+
}
|
3130
|
+
|
3012
3131
|
.dropup .dropdown-menu {
|
3013
3132
|
top: auto;
|
3014
3133
|
bottom: 100%;
|
@@ -3018,8 +3137,6 @@ input[type="button"].btn-block {
|
|
3018
3137
|
|
3019
3138
|
.dropup .dropdown-toggle::after {
|
3020
3139
|
display: inline-block;
|
3021
|
-
width: 0;
|
3022
|
-
height: 0;
|
3023
3140
|
margin-left: 0.255em;
|
3024
3141
|
vertical-align: 0.255em;
|
3025
3142
|
content: "";
|
@@ -3043,8 +3160,6 @@ input[type="button"].btn-block {
|
|
3043
3160
|
|
3044
3161
|
.dropright .dropdown-toggle::after {
|
3045
3162
|
display: inline-block;
|
3046
|
-
width: 0;
|
3047
|
-
height: 0;
|
3048
3163
|
margin-left: 0.255em;
|
3049
3164
|
vertical-align: 0.255em;
|
3050
3165
|
content: "";
|
@@ -3072,8 +3187,6 @@ input[type="button"].btn-block {
|
|
3072
3187
|
|
3073
3188
|
.dropleft .dropdown-toggle::after {
|
3074
3189
|
display: inline-block;
|
3075
|
-
width: 0;
|
3076
|
-
height: 0;
|
3077
3190
|
margin-left: 0.255em;
|
3078
3191
|
vertical-align: 0.255em;
|
3079
3192
|
content: "";
|
@@ -3085,8 +3198,6 @@ input[type="button"].btn-block {
|
|
3085
3198
|
|
3086
3199
|
.dropleft .dropdown-toggle::before {
|
3087
3200
|
display: inline-block;
|
3088
|
-
width: 0;
|
3089
|
-
height: 0;
|
3090
3201
|
margin-right: 0.255em;
|
3091
3202
|
vertical-align: 0.255em;
|
3092
3203
|
content: "";
|
@@ -3142,6 +3253,7 @@ input[type="button"].btn-block {
|
|
3142
3253
|
|
3143
3254
|
.dropdown-item.disabled, .dropdown-item:disabled {
|
3144
3255
|
color: #6c757d;
|
3256
|
+
pointer-events: none;
|
3145
3257
|
background-color: transparent;
|
3146
3258
|
}
|
3147
3259
|
|
@@ -3175,8 +3287,8 @@ input[type="button"].btn-block {
|
|
3175
3287
|
.btn-group > .btn,
|
3176
3288
|
.btn-group-vertical > .btn {
|
3177
3289
|
position: relative;
|
3178
|
-
-ms-flex:
|
3179
|
-
flex:
|
3290
|
+
-ms-flex: 1 1 auto;
|
3291
|
+
flex: 1 1 auto;
|
3180
3292
|
}
|
3181
3293
|
|
3182
3294
|
.btn-group > .btn:hover,
|
@@ -3191,17 +3303,6 @@ input[type="button"].btn-block {
|
|
3191
3303
|
z-index: 1;
|
3192
3304
|
}
|
3193
3305
|
|
3194
|
-
.btn-group .btn + .btn,
|
3195
|
-
.btn-group .btn + .btn-group,
|
3196
|
-
.btn-group .btn-group + .btn,
|
3197
|
-
.btn-group .btn-group + .btn-group,
|
3198
|
-
.btn-group-vertical .btn + .btn,
|
3199
|
-
.btn-group-vertical .btn + .btn-group,
|
3200
|
-
.btn-group-vertical .btn-group + .btn,
|
3201
|
-
.btn-group-vertical .btn-group + .btn-group {
|
3202
|
-
margin-left: -1px;
|
3203
|
-
}
|
3204
|
-
|
3205
3306
|
.btn-toolbar {
|
3206
3307
|
display: -ms-flexbox;
|
3207
3308
|
display: flex;
|
@@ -3215,8 +3316,9 @@ input[type="button"].btn-block {
|
|
3215
3316
|
width: auto;
|
3216
3317
|
}
|
3217
3318
|
|
3218
|
-
.btn-group > .btn:first-child
|
3219
|
-
|
3319
|
+
.btn-group > .btn:not(:first-child),
|
3320
|
+
.btn-group > .btn-group:not(:first-child) {
|
3321
|
+
margin-left: -1px;
|
3220
3322
|
}
|
3221
3323
|
|
3222
3324
|
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
@@ -3265,17 +3367,14 @@ input[type="button"].btn-block {
|
|
3265
3367
|
justify-content: center;
|
3266
3368
|
}
|
3267
3369
|
|
3268
|
-
.btn-group-vertical .btn,
|
3269
|
-
.btn-group-vertical .btn-group {
|
3370
|
+
.btn-group-vertical > .btn,
|
3371
|
+
.btn-group-vertical > .btn-group {
|
3270
3372
|
width: 100%;
|
3271
3373
|
}
|
3272
3374
|
|
3273
|
-
.btn-group-vertical > .btn
|
3274
|
-
.btn-group-vertical > .btn
|
3275
|
-
.btn-group-vertical > .btn-group + .btn,
|
3276
|
-
.btn-group-vertical > .btn-group + .btn-group {
|
3375
|
+
.btn-group-vertical > .btn:not(:first-child),
|
3376
|
+
.btn-group-vertical > .btn-group:not(:first-child) {
|
3277
3377
|
margin-top: -1px;
|
3278
|
-
margin-left: 0;
|
3279
3378
|
}
|
3280
3379
|
|
3281
3380
|
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
@@ -3316,6 +3415,7 @@ input[type="button"].btn-block {
|
|
3316
3415
|
}
|
3317
3416
|
|
3318
3417
|
.input-group > .form-control,
|
3418
|
+
.input-group > .form-control-plaintext,
|
3319
3419
|
.input-group > .custom-select,
|
3320
3420
|
.input-group > .custom-file {
|
3321
3421
|
position: relative;
|
@@ -3328,6 +3428,9 @@ input[type="button"].btn-block {
|
|
3328
3428
|
.input-group > .form-control + .form-control,
|
3329
3429
|
.input-group > .form-control + .custom-select,
|
3330
3430
|
.input-group > .form-control + .custom-file,
|
3431
|
+
.input-group > .form-control-plaintext + .form-control,
|
3432
|
+
.input-group > .form-control-plaintext + .custom-select,
|
3433
|
+
.input-group > .form-control-plaintext + .custom-file,
|
3331
3434
|
.input-group > .custom-select + .form-control,
|
3332
3435
|
.input-group > .custom-select + .custom-select,
|
3333
3436
|
.input-group > .custom-select + .custom-file,
|
@@ -3389,6 +3492,11 @@ input[type="button"].btn-block {
|
|
3389
3492
|
z-index: 2;
|
3390
3493
|
}
|
3391
3494
|
|
3495
|
+
.input-group-prepend .btn:focus,
|
3496
|
+
.input-group-append .btn:focus {
|
3497
|
+
z-index: 3;
|
3498
|
+
}
|
3499
|
+
|
3392
3500
|
.input-group-prepend .btn + .btn,
|
3393
3501
|
.input-group-prepend .btn + .input-group-text,
|
3394
3502
|
.input-group-prepend .input-group-text + .input-group-text,
|
@@ -3431,30 +3539,45 @@ input[type="button"].btn-block {
|
|
3431
3539
|
margin-top: 0;
|
3432
3540
|
}
|
3433
3541
|
|
3542
|
+
.input-group-lg > .form-control:not(textarea),
|
3543
|
+
.input-group-lg > .custom-select {
|
3544
|
+
height: calc(1.5em + 1rem + 2px);
|
3545
|
+
}
|
3546
|
+
|
3434
3547
|
.input-group-lg > .form-control,
|
3548
|
+
.input-group-lg > .custom-select,
|
3435
3549
|
.input-group-lg > .input-group-prepend > .input-group-text,
|
3436
3550
|
.input-group-lg > .input-group-append > .input-group-text,
|
3437
3551
|
.input-group-lg > .input-group-prepend > .btn,
|
3438
3552
|
.input-group-lg > .input-group-append > .btn {
|
3439
|
-
height: calc(2.875rem + 2px);
|
3440
3553
|
padding: 0.5rem 1rem;
|
3441
3554
|
font-size: 1.25rem;
|
3442
3555
|
line-height: 1.5;
|
3443
3556
|
border-radius: 0.3rem;
|
3444
3557
|
}
|
3445
3558
|
|
3559
|
+
.input-group-sm > .form-control:not(textarea),
|
3560
|
+
.input-group-sm > .custom-select {
|
3561
|
+
height: calc(1.5em + 0.5rem + 2px);
|
3562
|
+
}
|
3563
|
+
|
3446
3564
|
.input-group-sm > .form-control,
|
3565
|
+
.input-group-sm > .custom-select,
|
3447
3566
|
.input-group-sm > .input-group-prepend > .input-group-text,
|
3448
3567
|
.input-group-sm > .input-group-append > .input-group-text,
|
3449
3568
|
.input-group-sm > .input-group-prepend > .btn,
|
3450
3569
|
.input-group-sm > .input-group-append > .btn {
|
3451
|
-
height: calc(1.8125rem + 2px);
|
3452
3570
|
padding: 0.25rem 0.5rem;
|
3453
3571
|
font-size: 0.875rem;
|
3454
3572
|
line-height: 1.5;
|
3455
3573
|
border-radius: 0.2rem;
|
3456
3574
|
}
|
3457
3575
|
|
3576
|
+
.input-group-lg > .custom-select,
|
3577
|
+
.input-group-sm > .custom-select {
|
3578
|
+
padding-right: 1.75rem;
|
3579
|
+
}
|
3580
|
+
|
3458
3581
|
.input-group > .input-group-prepend > .btn,
|
3459
3582
|
.input-group > .input-group-prepend > .input-group-text,
|
3460
3583
|
.input-group > .input-group-append:not(:last-child) > .btn,
|
@@ -3496,16 +3619,22 @@ input[type="button"].btn-block {
|
|
3496
3619
|
|
3497
3620
|
.custom-control-input:checked ~ .custom-control-label::before {
|
3498
3621
|
color: #fff;
|
3622
|
+
border-color: #007bff;
|
3499
3623
|
background-color: #007bff;
|
3500
3624
|
}
|
3501
3625
|
|
3502
3626
|
.custom-control-input:focus ~ .custom-control-label::before {
|
3503
|
-
box-shadow: 0 0 0
|
3627
|
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
3628
|
+
}
|
3629
|
+
|
3630
|
+
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
3631
|
+
border-color: #80bdff;
|
3504
3632
|
}
|
3505
3633
|
|
3506
|
-
.custom-control-input:active ~ .custom-control-label::before {
|
3634
|
+
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
|
3507
3635
|
color: #fff;
|
3508
3636
|
background-color: #b3d7ff;
|
3637
|
+
border-color: #b3d7ff;
|
3509
3638
|
}
|
3510
3639
|
|
3511
3640
|
.custom-control-input:disabled ~ .custom-control-label {
|
@@ -3519,6 +3648,7 @@ input[type="button"].btn-block {
|
|
3519
3648
|
.custom-control-label {
|
3520
3649
|
position: relative;
|
3521
3650
|
margin-bottom: 0;
|
3651
|
+
vertical-align: top;
|
3522
3652
|
}
|
3523
3653
|
|
3524
3654
|
.custom-control-label::before {
|
@@ -3530,11 +3660,8 @@ input[type="button"].btn-block {
|
|
3530
3660
|
height: 1rem;
|
3531
3661
|
pointer-events: none;
|
3532
3662
|
content: "";
|
3533
|
-
-
|
3534
|
-
|
3535
|
-
-ms-user-select: none;
|
3536
|
-
user-select: none;
|
3537
|
-
background-color: #dee2e6;
|
3663
|
+
background-color: #fff;
|
3664
|
+
border: #adb5bd solid 1px;
|
3538
3665
|
}
|
3539
3666
|
|
3540
3667
|
.custom-control-label::after {
|
@@ -3545,29 +3672,24 @@ input[type="button"].btn-block {
|
|
3545
3672
|
width: 1rem;
|
3546
3673
|
height: 1rem;
|
3547
3674
|
content: "";
|
3548
|
-
background
|
3549
|
-
background-position: center center;
|
3550
|
-
background-size: 50% 50%;
|
3675
|
+
background: no-repeat 50% / 50% 50%;
|
3551
3676
|
}
|
3552
3677
|
|
3553
3678
|
.custom-checkbox .custom-control-label::before {
|
3554
3679
|
border-radius: 0.25rem;
|
3555
3680
|
}
|
3556
3681
|
|
3557
|
-
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
|
3558
|
-
background-color: #007bff;
|
3559
|
-
}
|
3560
|
-
|
3561
3682
|
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
3562
|
-
background-image: url("data:image/svg+xml
|
3683
|
+
background-image: url("data:image/svg+xml,%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.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
|
3563
3684
|
}
|
3564
3685
|
|
3565
3686
|
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
|
3687
|
+
border-color: #007bff;
|
3566
3688
|
background-color: #007bff;
|
3567
3689
|
}
|
3568
3690
|
|
3569
3691
|
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
3570
|
-
background-image: url("data:image/svg+xml
|
3692
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
|
3571
3693
|
}
|
3572
3694
|
|
3573
3695
|
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
@@ -3582,28 +3704,65 @@ input[type="button"].btn-block {
|
|
3582
3704
|
border-radius: 50%;
|
3583
3705
|
}
|
3584
3706
|
|
3585
|
-
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
|
3586
|
-
background-color: #007bff;
|
3587
|
-
}
|
3588
|
-
|
3589
3707
|
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
3590
|
-
background-image: url("data:image/svg+xml
|
3708
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
|
3591
3709
|
}
|
3592
3710
|
|
3593
3711
|
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
3594
3712
|
background-color: rgba(0, 123, 255, 0.5);
|
3595
3713
|
}
|
3596
3714
|
|
3715
|
+
.custom-switch {
|
3716
|
+
padding-left: 2.25rem;
|
3717
|
+
}
|
3718
|
+
|
3719
|
+
.custom-switch .custom-control-label::before {
|
3720
|
+
left: -2.25rem;
|
3721
|
+
width: 1.75rem;
|
3722
|
+
pointer-events: all;
|
3723
|
+
border-radius: 0.5rem;
|
3724
|
+
}
|
3725
|
+
|
3726
|
+
.custom-switch .custom-control-label::after {
|
3727
|
+
top: calc(0.25rem + 2px);
|
3728
|
+
left: calc(-2.25rem + 2px);
|
3729
|
+
width: calc(1rem - 4px);
|
3730
|
+
height: calc(1rem - 4px);
|
3731
|
+
background-color: #adb5bd;
|
3732
|
+
border-radius: 0.5rem;
|
3733
|
+
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
|
3734
|
+
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
3735
|
+
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
|
3736
|
+
}
|
3737
|
+
|
3738
|
+
@media (prefers-reduced-motion: reduce) {
|
3739
|
+
.custom-switch .custom-control-label::after {
|
3740
|
+
transition: none;
|
3741
|
+
}
|
3742
|
+
}
|
3743
|
+
|
3744
|
+
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
|
3745
|
+
background-color: #fff;
|
3746
|
+
-webkit-transform: translateX(0.75rem);
|
3747
|
+
transform: translateX(0.75rem);
|
3748
|
+
}
|
3749
|
+
|
3750
|
+
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
3751
|
+
background-color: rgba(0, 123, 255, 0.5);
|
3752
|
+
}
|
3753
|
+
|
3597
3754
|
.custom-select {
|
3598
3755
|
display: inline-block;
|
3599
3756
|
width: 100%;
|
3600
|
-
height: calc(
|
3757
|
+
height: calc(1.5em + 0.75rem + 2px);
|
3601
3758
|
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
3759
|
+
font-size: 1rem;
|
3760
|
+
font-weight: 400;
|
3602
3761
|
line-height: 1.5;
|
3603
3762
|
color: #495057;
|
3604
3763
|
vertical-align: middle;
|
3605
|
-
background:
|
3606
|
-
background-
|
3764
|
+
background: url("data:image/svg+xml,%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 0.75rem center/8px 10px;
|
3765
|
+
background-color: #fff;
|
3607
3766
|
border: 1px solid #ced4da;
|
3608
3767
|
border-radius: 0.25rem;
|
3609
3768
|
-webkit-appearance: none;
|
@@ -3614,7 +3773,7 @@ input[type="button"].btn-block {
|
|
3614
3773
|
.custom-select:focus {
|
3615
3774
|
border-color: #80bdff;
|
3616
3775
|
outline: 0;
|
3617
|
-
box-shadow: 0 0 0 0.2rem rgba(
|
3776
|
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
3618
3777
|
}
|
3619
3778
|
|
3620
3779
|
.custom-select:focus::-ms-value {
|
@@ -3634,28 +3793,30 @@ input[type="button"].btn-block {
|
|
3634
3793
|
}
|
3635
3794
|
|
3636
3795
|
.custom-select::-ms-expand {
|
3637
|
-
|
3796
|
+
display: none;
|
3638
3797
|
}
|
3639
3798
|
|
3640
3799
|
.custom-select-sm {
|
3641
|
-
height: calc(1.
|
3642
|
-
padding-top: 0.
|
3643
|
-
padding-bottom: 0.
|
3644
|
-
|
3800
|
+
height: calc(1.5em + 0.5rem + 2px);
|
3801
|
+
padding-top: 0.25rem;
|
3802
|
+
padding-bottom: 0.25rem;
|
3803
|
+
padding-left: 0.5rem;
|
3804
|
+
font-size: 0.875rem;
|
3645
3805
|
}
|
3646
3806
|
|
3647
3807
|
.custom-select-lg {
|
3648
|
-
height: calc(
|
3649
|
-
padding-top: 0.
|
3650
|
-
padding-bottom: 0.
|
3651
|
-
|
3808
|
+
height: calc(1.5em + 1rem + 2px);
|
3809
|
+
padding-top: 0.5rem;
|
3810
|
+
padding-bottom: 0.5rem;
|
3811
|
+
padding-left: 1rem;
|
3812
|
+
font-size: 1.25rem;
|
3652
3813
|
}
|
3653
3814
|
|
3654
3815
|
.custom-file {
|
3655
3816
|
position: relative;
|
3656
3817
|
display: inline-block;
|
3657
3818
|
width: 100%;
|
3658
|
-
height: calc(
|
3819
|
+
height: calc(1.5em + 0.75rem + 2px);
|
3659
3820
|
margin-bottom: 0;
|
3660
3821
|
}
|
3661
3822
|
|
@@ -3663,7 +3824,7 @@ input[type="button"].btn-block {
|
|
3663
3824
|
position: relative;
|
3664
3825
|
z-index: 2;
|
3665
3826
|
width: 100%;
|
3666
|
-
height: calc(
|
3827
|
+
height: calc(1.5em + 0.75rem + 2px);
|
3667
3828
|
margin: 0;
|
3668
3829
|
opacity: 0;
|
3669
3830
|
}
|
@@ -3673,10 +3834,6 @@ input[type="button"].btn-block {
|
|
3673
3834
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
3674
3835
|
}
|
3675
3836
|
|
3676
|
-
.custom-file-input:focus ~ .custom-file-label::after {
|
3677
|
-
border-color: #80bdff;
|
3678
|
-
}
|
3679
|
-
|
3680
3837
|
.custom-file-input:disabled ~ .custom-file-label {
|
3681
3838
|
background-color: #e9ecef;
|
3682
3839
|
}
|
@@ -3685,14 +3842,19 @@ input[type="button"].btn-block {
|
|
3685
3842
|
content: "Browse";
|
3686
3843
|
}
|
3687
3844
|
|
3845
|
+
.custom-file-input ~ .custom-file-label[data-browse]::after {
|
3846
|
+
content: attr(data-browse);
|
3847
|
+
}
|
3848
|
+
|
3688
3849
|
.custom-file-label {
|
3689
3850
|
position: absolute;
|
3690
3851
|
top: 0;
|
3691
3852
|
right: 0;
|
3692
3853
|
left: 0;
|
3693
3854
|
z-index: 1;
|
3694
|
-
height: calc(
|
3855
|
+
height: calc(1.5em + 0.75rem + 2px);
|
3695
3856
|
padding: 0.375rem 0.75rem;
|
3857
|
+
font-weight: 400;
|
3696
3858
|
line-height: 1.5;
|
3697
3859
|
color: #495057;
|
3698
3860
|
background-color: #fff;
|
@@ -3707,19 +3869,20 @@ input[type="button"].btn-block {
|
|
3707
3869
|
bottom: 0;
|
3708
3870
|
z-index: 3;
|
3709
3871
|
display: block;
|
3710
|
-
height:
|
3872
|
+
height: calc(1.5em + 0.75rem);
|
3711
3873
|
padding: 0.375rem 0.75rem;
|
3712
3874
|
line-height: 1.5;
|
3713
3875
|
color: #495057;
|
3714
3876
|
content: "Browse";
|
3715
3877
|
background-color: #e9ecef;
|
3716
|
-
border-left:
|
3878
|
+
border-left: inherit;
|
3717
3879
|
border-radius: 0 0.25rem 0.25rem 0;
|
3718
3880
|
}
|
3719
3881
|
|
3720
3882
|
.custom-range {
|
3721
3883
|
width: 100%;
|
3722
|
-
|
3884
|
+
height: calc(1rem + 0.4rem);
|
3885
|
+
padding: 0;
|
3723
3886
|
background-color: transparent;
|
3724
3887
|
-webkit-appearance: none;
|
3725
3888
|
-moz-appearance: none;
|
@@ -3758,7 +3921,7 @@ input[type="button"].btn-block {
|
|
3758
3921
|
appearance: none;
|
3759
3922
|
}
|
3760
3923
|
|
3761
|
-
@media
|
3924
|
+
@media (prefers-reduced-motion: reduce) {
|
3762
3925
|
.custom-range::-webkit-slider-thumb {
|
3763
3926
|
transition: none;
|
3764
3927
|
}
|
@@ -3789,7 +3952,7 @@ input[type="button"].btn-block {
|
|
3789
3952
|
appearance: none;
|
3790
3953
|
}
|
3791
3954
|
|
3792
|
-
@media
|
3955
|
+
@media (prefers-reduced-motion: reduce) {
|
3793
3956
|
.custom-range::-moz-range-thumb {
|
3794
3957
|
transition: none;
|
3795
3958
|
}
|
@@ -3822,7 +3985,7 @@ input[type="button"].btn-block {
|
|
3822
3985
|
appearance: none;
|
3823
3986
|
}
|
3824
3987
|
|
3825
|
-
@media
|
3988
|
+
@media (prefers-reduced-motion: reduce) {
|
3826
3989
|
.custom-range::-ms-thumb {
|
3827
3990
|
transition: none;
|
3828
3991
|
}
|
@@ -3853,13 +4016,33 @@ input[type="button"].btn-block {
|
|
3853
4016
|
border-radius: 1rem;
|
3854
4017
|
}
|
3855
4018
|
|
4019
|
+
.custom-range:disabled::-webkit-slider-thumb {
|
4020
|
+
background-color: #adb5bd;
|
4021
|
+
}
|
4022
|
+
|
4023
|
+
.custom-range:disabled::-webkit-slider-runnable-track {
|
4024
|
+
cursor: default;
|
4025
|
+
}
|
4026
|
+
|
4027
|
+
.custom-range:disabled::-moz-range-thumb {
|
4028
|
+
background-color: #adb5bd;
|
4029
|
+
}
|
4030
|
+
|
4031
|
+
.custom-range:disabled::-moz-range-track {
|
4032
|
+
cursor: default;
|
4033
|
+
}
|
4034
|
+
|
4035
|
+
.custom-range:disabled::-ms-thumb {
|
4036
|
+
background-color: #adb5bd;
|
4037
|
+
}
|
4038
|
+
|
3856
4039
|
.custom-control-label::before,
|
3857
4040
|
.custom-file-label,
|
3858
4041
|
.custom-select {
|
3859
4042
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
3860
4043
|
}
|
3861
4044
|
|
3862
|
-
@media
|
4045
|
+
@media (prefers-reduced-motion: reduce) {
|
3863
4046
|
.custom-control-label::before,
|
3864
4047
|
.custom-file-label,
|
3865
4048
|
.custom-select {
|
@@ -3888,6 +4071,8 @@ input[type="button"].btn-block {
|
|
3888
4071
|
|
3889
4072
|
.nav-link.disabled {
|
3890
4073
|
color: #6c757d;
|
4074
|
+
pointer-events: none;
|
4075
|
+
cursor: default;
|
3891
4076
|
}
|
3892
4077
|
|
3893
4078
|
.nav-tabs {
|
@@ -4046,10 +4231,6 @@ input[type="button"].btn-block {
|
|
4046
4231
|
text-decoration: none;
|
4047
4232
|
}
|
4048
4233
|
|
4049
|
-
.navbar-toggler:not(:disabled):not(.disabled) {
|
4050
|
-
cursor: pointer;
|
4051
|
-
}
|
4052
|
-
|
4053
4234
|
.navbar-toggler-icon {
|
4054
4235
|
display: inline-block;
|
4055
4236
|
width: 1.5em;
|
@@ -4305,7 +4486,7 @@ input[type="button"].btn-block {
|
|
4305
4486
|
}
|
4306
4487
|
|
4307
4488
|
.navbar-light .navbar-toggler-icon {
|
4308
|
-
background-image: url("data:image/svg+xml
|
4489
|
+
background-image: url("data:image/svg+xml,%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");
|
4309
4490
|
}
|
4310
4491
|
|
4311
4492
|
.navbar-light .navbar-text {
|
@@ -4353,7 +4534,7 @@ input[type="button"].btn-block {
|
|
4353
4534
|
}
|
4354
4535
|
|
4355
4536
|
.navbar-dark .navbar-toggler-icon {
|
4356
|
-
background-image: url("data:image/svg+xml
|
4537
|
+
background-image: url("data:image/svg+xml,%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");
|
4357
4538
|
}
|
4358
4539
|
|
4359
4540
|
.navbar-dark .navbar-text {
|
@@ -4543,52 +4724,30 @@ input[type="button"].btn-block {
|
|
4543
4724
|
margin-left: 0;
|
4544
4725
|
border-left: 0;
|
4545
4726
|
}
|
4546
|
-
.card-group > .card:
|
4727
|
+
.card-group > .card:not(:last-child) {
|
4547
4728
|
border-top-right-radius: 0;
|
4548
4729
|
border-bottom-right-radius: 0;
|
4549
4730
|
}
|
4550
|
-
.card-group > .card:
|
4551
|
-
.card-group > .card:
|
4731
|
+
.card-group > .card:not(:last-child) .card-img-top,
|
4732
|
+
.card-group > .card:not(:last-child) .card-header {
|
4552
4733
|
border-top-right-radius: 0;
|
4553
4734
|
}
|
4554
|
-
.card-group > .card:
|
4555
|
-
.card-group > .card:
|
4735
|
+
.card-group > .card:not(:last-child) .card-img-bottom,
|
4736
|
+
.card-group > .card:not(:last-child) .card-footer {
|
4556
4737
|
border-bottom-right-radius: 0;
|
4557
4738
|
}
|
4558
|
-
.card-group > .card:
|
4739
|
+
.card-group > .card:not(:first-child) {
|
4559
4740
|
border-top-left-radius: 0;
|
4560
4741
|
border-bottom-left-radius: 0;
|
4561
4742
|
}
|
4562
|
-
.card-group > .card:
|
4563
|
-
.card-group > .card:
|
4743
|
+
.card-group > .card:not(:first-child) .card-img-top,
|
4744
|
+
.card-group > .card:not(:first-child) .card-header {
|
4564
4745
|
border-top-left-radius: 0;
|
4565
4746
|
}
|
4566
|
-
.card-group > .card:
|
4567
|
-
.card-group > .card:
|
4747
|
+
.card-group > .card:not(:first-child) .card-img-bottom,
|
4748
|
+
.card-group > .card:not(:first-child) .card-footer {
|
4568
4749
|
border-bottom-left-radius: 0;
|
4569
4750
|
}
|
4570
|
-
.card-group > .card:only-child {
|
4571
|
-
border-radius: 0.25rem;
|
4572
|
-
}
|
4573
|
-
.card-group > .card:only-child .card-img-top,
|
4574
|
-
.card-group > .card:only-child .card-header {
|
4575
|
-
border-top-left-radius: 0.25rem;
|
4576
|
-
border-top-right-radius: 0.25rem;
|
4577
|
-
}
|
4578
|
-
.card-group > .card:only-child .card-img-bottom,
|
4579
|
-
.card-group > .card:only-child .card-footer {
|
4580
|
-
border-bottom-right-radius: 0.25rem;
|
4581
|
-
border-bottom-left-radius: 0.25rem;
|
4582
|
-
}
|
4583
|
-
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
|
4584
|
-
border-radius: 0;
|
4585
|
-
}
|
4586
|
-
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
|
4587
|
-
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
|
4588
|
-
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
|
4589
|
-
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
|
4590
|
-
border-radius: 0;
|
4591
|
-
}
|
4592
4751
|
}
|
4593
4752
|
|
4594
4753
|
.card-columns .card {
|
@@ -4612,26 +4771,34 @@ input[type="button"].btn-block {
|
|
4612
4771
|
}
|
4613
4772
|
}
|
4614
4773
|
|
4615
|
-
.accordion .card
|
4616
|
-
|
4774
|
+
.accordion > .card {
|
4775
|
+
overflow: hidden;
|
4776
|
+
}
|
4777
|
+
|
4778
|
+
.accordion > .card:not(:first-of-type) .card-header:first-child {
|
4617
4779
|
border-radius: 0;
|
4618
4780
|
}
|
4619
4781
|
|
4620
|
-
.accordion .card:not(:first-of-type)
|
4782
|
+
.accordion > .card:not(:first-of-type):not(:last-of-type) {
|
4783
|
+
border-bottom: 0;
|
4621
4784
|
border-radius: 0;
|
4622
4785
|
}
|
4623
4786
|
|
4624
|
-
.accordion .card:first-of-type {
|
4787
|
+
.accordion > .card:first-of-type {
|
4625
4788
|
border-bottom: 0;
|
4626
4789
|
border-bottom-right-radius: 0;
|
4627
4790
|
border-bottom-left-radius: 0;
|
4628
4791
|
}
|
4629
4792
|
|
4630
|
-
.accordion .card:last-of-type {
|
4793
|
+
.accordion > .card:last-of-type {
|
4631
4794
|
border-top-left-radius: 0;
|
4632
4795
|
border-top-right-radius: 0;
|
4633
4796
|
}
|
4634
4797
|
|
4798
|
+
.accordion > .card .card-header {
|
4799
|
+
margin-bottom: -1px;
|
4800
|
+
}
|
4801
|
+
|
4635
4802
|
.breadcrumb {
|
4636
4803
|
display: -ms-flexbox;
|
4637
4804
|
display: flex;
|
@@ -4700,10 +4867,6 @@ input[type="button"].btn-block {
|
|
4700
4867
|
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
4701
4868
|
}
|
4702
4869
|
|
4703
|
-
.page-link:not(:disabled):not(.disabled) {
|
4704
|
-
cursor: pointer;
|
4705
|
-
}
|
4706
|
-
|
4707
4870
|
.page-item:first-child .page-link {
|
4708
4871
|
margin-left: 0;
|
4709
4872
|
border-top-left-radius: 0.25rem;
|
@@ -4772,6 +4935,17 @@ input[type="button"].btn-block {
|
|
4772
4935
|
white-space: nowrap;
|
4773
4936
|
vertical-align: baseline;
|
4774
4937
|
border-radius: 0.25rem;
|
4938
|
+
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
4939
|
+
}
|
4940
|
+
|
4941
|
+
@media (prefers-reduced-motion: reduce) {
|
4942
|
+
.badge {
|
4943
|
+
transition: none;
|
4944
|
+
}
|
4945
|
+
}
|
4946
|
+
|
4947
|
+
a.badge:hover, a.badge:focus {
|
4948
|
+
text-decoration: none;
|
4775
4949
|
}
|
4776
4950
|
|
4777
4951
|
.badge:empty {
|
@@ -4794,89 +4968,121 @@ input[type="button"].btn-block {
|
|
4794
4968
|
background-color: #007bff;
|
4795
4969
|
}
|
4796
4970
|
|
4797
|
-
.badge-primary
|
4971
|
+
a.badge-primary:hover, a.badge-primary:focus {
|
4798
4972
|
color: #fff;
|
4799
|
-
text-decoration: none;
|
4800
4973
|
background-color: #0062cc;
|
4801
4974
|
}
|
4802
4975
|
|
4976
|
+
a.badge-primary:focus, a.badge-primary.focus {
|
4977
|
+
outline: 0;
|
4978
|
+
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
4979
|
+
}
|
4980
|
+
|
4803
4981
|
.badge-secondary {
|
4804
4982
|
color: #fff;
|
4805
4983
|
background-color: #6c757d;
|
4806
4984
|
}
|
4807
4985
|
|
4808
|
-
.badge-secondary
|
4986
|
+
a.badge-secondary:hover, a.badge-secondary:focus {
|
4809
4987
|
color: #fff;
|
4810
|
-
text-decoration: none;
|
4811
4988
|
background-color: #545b62;
|
4812
4989
|
}
|
4813
4990
|
|
4991
|
+
a.badge-secondary:focus, a.badge-secondary.focus {
|
4992
|
+
outline: 0;
|
4993
|
+
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
4994
|
+
}
|
4995
|
+
|
4814
4996
|
.badge-success {
|
4815
4997
|
color: #fff;
|
4816
4998
|
background-color: #28a745;
|
4817
4999
|
}
|
4818
5000
|
|
4819
|
-
.badge-success
|
5001
|
+
a.badge-success:hover, a.badge-success:focus {
|
4820
5002
|
color: #fff;
|
4821
|
-
text-decoration: none;
|
4822
5003
|
background-color: #1e7e34;
|
4823
5004
|
}
|
4824
5005
|
|
5006
|
+
a.badge-success:focus, a.badge-success.focus {
|
5007
|
+
outline: 0;
|
5008
|
+
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
5009
|
+
}
|
5010
|
+
|
4825
5011
|
.badge-info {
|
4826
5012
|
color: #fff;
|
4827
5013
|
background-color: #17a2b8;
|
4828
5014
|
}
|
4829
5015
|
|
4830
|
-
.badge-info
|
5016
|
+
a.badge-info:hover, a.badge-info:focus {
|
4831
5017
|
color: #fff;
|
4832
|
-
text-decoration: none;
|
4833
5018
|
background-color: #117a8b;
|
4834
5019
|
}
|
4835
5020
|
|
5021
|
+
a.badge-info:focus, a.badge-info.focus {
|
5022
|
+
outline: 0;
|
5023
|
+
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
5024
|
+
}
|
5025
|
+
|
4836
5026
|
.badge-warning {
|
4837
5027
|
color: #212529;
|
4838
5028
|
background-color: #ffc107;
|
4839
5029
|
}
|
4840
5030
|
|
4841
|
-
.badge-warning
|
5031
|
+
a.badge-warning:hover, a.badge-warning:focus {
|
4842
5032
|
color: #212529;
|
4843
|
-
text-decoration: none;
|
4844
5033
|
background-color: #d39e00;
|
4845
5034
|
}
|
4846
5035
|
|
5036
|
+
a.badge-warning:focus, a.badge-warning.focus {
|
5037
|
+
outline: 0;
|
5038
|
+
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
5039
|
+
}
|
5040
|
+
|
4847
5041
|
.badge-danger {
|
4848
5042
|
color: #fff;
|
4849
5043
|
background-color: #dc3545;
|
4850
5044
|
}
|
4851
5045
|
|
4852
|
-
.badge-danger
|
5046
|
+
a.badge-danger:hover, a.badge-danger:focus {
|
4853
5047
|
color: #fff;
|
4854
|
-
text-decoration: none;
|
4855
5048
|
background-color: #bd2130;
|
4856
5049
|
}
|
4857
5050
|
|
5051
|
+
a.badge-danger:focus, a.badge-danger.focus {
|
5052
|
+
outline: 0;
|
5053
|
+
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
5054
|
+
}
|
5055
|
+
|
4858
5056
|
.badge-light {
|
4859
5057
|
color: #212529;
|
4860
5058
|
background-color: #f8f9fa;
|
4861
5059
|
}
|
4862
5060
|
|
4863
|
-
.badge-light
|
5061
|
+
a.badge-light:hover, a.badge-light:focus {
|
4864
5062
|
color: #212529;
|
4865
|
-
text-decoration: none;
|
4866
5063
|
background-color: #dae0e5;
|
4867
5064
|
}
|
4868
5065
|
|
5066
|
+
a.badge-light:focus, a.badge-light.focus {
|
5067
|
+
outline: 0;
|
5068
|
+
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
5069
|
+
}
|
5070
|
+
|
4869
5071
|
.badge-dark {
|
4870
5072
|
color: #fff;
|
4871
5073
|
background-color: #343a40;
|
4872
5074
|
}
|
4873
5075
|
|
4874
|
-
.badge-dark
|
5076
|
+
a.badge-dark:hover, a.badge-dark:focus {
|
4875
5077
|
color: #fff;
|
4876
|
-
text-decoration: none;
|
4877
5078
|
background-color: #1d2124;
|
4878
5079
|
}
|
4879
5080
|
|
5081
|
+
a.badge-dark:focus, a.badge-dark.focus {
|
5082
|
+
outline: 0;
|
5083
|
+
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
5084
|
+
}
|
5085
|
+
|
4880
5086
|
.jumbotron {
|
4881
5087
|
padding: 2rem 1rem;
|
4882
5088
|
margin-bottom: 2rem;
|
@@ -5078,7 +5284,7 @@ input[type="button"].btn-block {
|
|
5078
5284
|
transition: width 0.6s ease;
|
5079
5285
|
}
|
5080
5286
|
|
5081
|
-
@media
|
5287
|
+
@media (prefers-reduced-motion: reduce) {
|
5082
5288
|
.progress-bar {
|
5083
5289
|
transition: none;
|
5084
5290
|
}
|
@@ -5094,6 +5300,13 @@ input[type="button"].btn-block {
|
|
5094
5300
|
animation: progress-bar-stripes 1s linear infinite;
|
5095
5301
|
}
|
5096
5302
|
|
5303
|
+
@media (prefers-reduced-motion: reduce) {
|
5304
|
+
.progress-bar-animated {
|
5305
|
+
-webkit-animation: none;
|
5306
|
+
animation: none;
|
5307
|
+
}
|
5308
|
+
}
|
5309
|
+
|
5097
5310
|
.media {
|
5098
5311
|
display: -ms-flexbox;
|
5099
5312
|
display: flex;
|
@@ -5122,6 +5335,7 @@ input[type="button"].btn-block {
|
|
5122
5335
|
}
|
5123
5336
|
|
5124
5337
|
.list-group-item-action:hover, .list-group-item-action:focus {
|
5338
|
+
z-index: 1;
|
5125
5339
|
color: #495057;
|
5126
5340
|
text-decoration: none;
|
5127
5341
|
background-color: #f8f9fa;
|
@@ -5152,13 +5366,9 @@ input[type="button"].btn-block {
|
|
5152
5366
|
border-bottom-left-radius: 0.25rem;
|
5153
5367
|
}
|
5154
5368
|
|
5155
|
-
.list-group-item:hover, .list-group-item:focus {
|
5156
|
-
z-index: 1;
|
5157
|
-
text-decoration: none;
|
5158
|
-
}
|
5159
|
-
|
5160
5369
|
.list-group-item.disabled, .list-group-item:disabled {
|
5161
5370
|
color: #6c757d;
|
5371
|
+
pointer-events: none;
|
5162
5372
|
background-color: #fff;
|
5163
5373
|
}
|
5164
5374
|
|
@@ -5169,17 +5379,133 @@ input[type="button"].btn-block {
|
|
5169
5379
|
border-color: #007bff;
|
5170
5380
|
}
|
5171
5381
|
|
5382
|
+
.list-group-horizontal {
|
5383
|
+
-ms-flex-direction: row;
|
5384
|
+
flex-direction: row;
|
5385
|
+
}
|
5386
|
+
|
5387
|
+
.list-group-horizontal .list-group-item {
|
5388
|
+
margin-right: -1px;
|
5389
|
+
margin-bottom: 0;
|
5390
|
+
}
|
5391
|
+
|
5392
|
+
.list-group-horizontal .list-group-item:first-child {
|
5393
|
+
border-top-left-radius: 0.25rem;
|
5394
|
+
border-bottom-left-radius: 0.25rem;
|
5395
|
+
border-top-right-radius: 0;
|
5396
|
+
}
|
5397
|
+
|
5398
|
+
.list-group-horizontal .list-group-item:last-child {
|
5399
|
+
margin-right: 0;
|
5400
|
+
border-top-right-radius: 0.25rem;
|
5401
|
+
border-bottom-right-radius: 0.25rem;
|
5402
|
+
border-bottom-left-radius: 0;
|
5403
|
+
}
|
5404
|
+
|
5405
|
+
@media (min-width: 576px) {
|
5406
|
+
.list-group-horizontal-sm {
|
5407
|
+
-ms-flex-direction: row;
|
5408
|
+
flex-direction: row;
|
5409
|
+
}
|
5410
|
+
.list-group-horizontal-sm .list-group-item {
|
5411
|
+
margin-right: -1px;
|
5412
|
+
margin-bottom: 0;
|
5413
|
+
}
|
5414
|
+
.list-group-horizontal-sm .list-group-item:first-child {
|
5415
|
+
border-top-left-radius: 0.25rem;
|
5416
|
+
border-bottom-left-radius: 0.25rem;
|
5417
|
+
border-top-right-radius: 0;
|
5418
|
+
}
|
5419
|
+
.list-group-horizontal-sm .list-group-item:last-child {
|
5420
|
+
margin-right: 0;
|
5421
|
+
border-top-right-radius: 0.25rem;
|
5422
|
+
border-bottom-right-radius: 0.25rem;
|
5423
|
+
border-bottom-left-radius: 0;
|
5424
|
+
}
|
5425
|
+
}
|
5426
|
+
|
5427
|
+
@media (min-width: 768px) {
|
5428
|
+
.list-group-horizontal-md {
|
5429
|
+
-ms-flex-direction: row;
|
5430
|
+
flex-direction: row;
|
5431
|
+
}
|
5432
|
+
.list-group-horizontal-md .list-group-item {
|
5433
|
+
margin-right: -1px;
|
5434
|
+
margin-bottom: 0;
|
5435
|
+
}
|
5436
|
+
.list-group-horizontal-md .list-group-item:first-child {
|
5437
|
+
border-top-left-radius: 0.25rem;
|
5438
|
+
border-bottom-left-radius: 0.25rem;
|
5439
|
+
border-top-right-radius: 0;
|
5440
|
+
}
|
5441
|
+
.list-group-horizontal-md .list-group-item:last-child {
|
5442
|
+
margin-right: 0;
|
5443
|
+
border-top-right-radius: 0.25rem;
|
5444
|
+
border-bottom-right-radius: 0.25rem;
|
5445
|
+
border-bottom-left-radius: 0;
|
5446
|
+
}
|
5447
|
+
}
|
5448
|
+
|
5449
|
+
@media (min-width: 992px) {
|
5450
|
+
.list-group-horizontal-lg {
|
5451
|
+
-ms-flex-direction: row;
|
5452
|
+
flex-direction: row;
|
5453
|
+
}
|
5454
|
+
.list-group-horizontal-lg .list-group-item {
|
5455
|
+
margin-right: -1px;
|
5456
|
+
margin-bottom: 0;
|
5457
|
+
}
|
5458
|
+
.list-group-horizontal-lg .list-group-item:first-child {
|
5459
|
+
border-top-left-radius: 0.25rem;
|
5460
|
+
border-bottom-left-radius: 0.25rem;
|
5461
|
+
border-top-right-radius: 0;
|
5462
|
+
}
|
5463
|
+
.list-group-horizontal-lg .list-group-item:last-child {
|
5464
|
+
margin-right: 0;
|
5465
|
+
border-top-right-radius: 0.25rem;
|
5466
|
+
border-bottom-right-radius: 0.25rem;
|
5467
|
+
border-bottom-left-radius: 0;
|
5468
|
+
}
|
5469
|
+
}
|
5470
|
+
|
5471
|
+
@media (min-width: 1200px) {
|
5472
|
+
.list-group-horizontal-xl {
|
5473
|
+
-ms-flex-direction: row;
|
5474
|
+
flex-direction: row;
|
5475
|
+
}
|
5476
|
+
.list-group-horizontal-xl .list-group-item {
|
5477
|
+
margin-right: -1px;
|
5478
|
+
margin-bottom: 0;
|
5479
|
+
}
|
5480
|
+
.list-group-horizontal-xl .list-group-item:first-child {
|
5481
|
+
border-top-left-radius: 0.25rem;
|
5482
|
+
border-bottom-left-radius: 0.25rem;
|
5483
|
+
border-top-right-radius: 0;
|
5484
|
+
}
|
5485
|
+
.list-group-horizontal-xl .list-group-item:last-child {
|
5486
|
+
margin-right: 0;
|
5487
|
+
border-top-right-radius: 0.25rem;
|
5488
|
+
border-bottom-right-radius: 0.25rem;
|
5489
|
+
border-bottom-left-radius: 0;
|
5490
|
+
}
|
5491
|
+
}
|
5492
|
+
|
5172
5493
|
.list-group-flush .list-group-item {
|
5173
5494
|
border-right: 0;
|
5174
5495
|
border-left: 0;
|
5175
5496
|
border-radius: 0;
|
5176
5497
|
}
|
5177
5498
|
|
5499
|
+
.list-group-flush .list-group-item:last-child {
|
5500
|
+
margin-bottom: -1px;
|
5501
|
+
}
|
5502
|
+
|
5178
5503
|
.list-group-flush:first-child .list-group-item:first-child {
|
5179
5504
|
border-top: 0;
|
5180
5505
|
}
|
5181
5506
|
|
5182
5507
|
.list-group-flush:last-child .list-group-item:last-child {
|
5508
|
+
margin-bottom: 0;
|
5183
5509
|
border-bottom: 0;
|
5184
5510
|
}
|
5185
5511
|
|
@@ -5321,13 +5647,12 @@ input[type="button"].btn-block {
|
|
5321
5647
|
opacity: .5;
|
5322
5648
|
}
|
5323
5649
|
|
5324
|
-
.close:
|
5325
|
-
|
5650
|
+
.close:hover {
|
5651
|
+
color: #000;
|
5652
|
+
text-decoration: none;
|
5326
5653
|
}
|
5327
5654
|
|
5328
5655
|
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
|
5329
|
-
color: #000;
|
5330
|
-
text-decoration: none;
|
5331
5656
|
opacity: .75;
|
5332
5657
|
}
|
5333
5658
|
|
@@ -5336,6 +5661,59 @@ button.close {
|
|
5336
5661
|
background-color: transparent;
|
5337
5662
|
border: 0;
|
5338
5663
|
-webkit-appearance: none;
|
5664
|
+
-moz-appearance: none;
|
5665
|
+
appearance: none;
|
5666
|
+
}
|
5667
|
+
|
5668
|
+
a.close.disabled {
|
5669
|
+
pointer-events: none;
|
5670
|
+
}
|
5671
|
+
|
5672
|
+
.toast {
|
5673
|
+
max-width: 350px;
|
5674
|
+
overflow: hidden;
|
5675
|
+
font-size: 0.875rem;
|
5676
|
+
background-color: rgba(255, 255, 255, 0.85);
|
5677
|
+
background-clip: padding-box;
|
5678
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
5679
|
+
box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
|
5680
|
+
-webkit-backdrop-filter: blur(10px);
|
5681
|
+
backdrop-filter: blur(10px);
|
5682
|
+
opacity: 0;
|
5683
|
+
border-radius: 0.25rem;
|
5684
|
+
}
|
5685
|
+
|
5686
|
+
.toast:not(:last-child) {
|
5687
|
+
margin-bottom: 0.75rem;
|
5688
|
+
}
|
5689
|
+
|
5690
|
+
.toast.showing {
|
5691
|
+
opacity: 1;
|
5692
|
+
}
|
5693
|
+
|
5694
|
+
.toast.show {
|
5695
|
+
display: block;
|
5696
|
+
opacity: 1;
|
5697
|
+
}
|
5698
|
+
|
5699
|
+
.toast.hide {
|
5700
|
+
display: none;
|
5701
|
+
}
|
5702
|
+
|
5703
|
+
.toast-header {
|
5704
|
+
display: -ms-flexbox;
|
5705
|
+
display: flex;
|
5706
|
+
-ms-flex-align: center;
|
5707
|
+
align-items: center;
|
5708
|
+
padding: 0.25rem 0.75rem;
|
5709
|
+
color: #6c757d;
|
5710
|
+
background-color: rgba(255, 255, 255, 0.85);
|
5711
|
+
background-clip: padding-box;
|
5712
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
|
5713
|
+
}
|
5714
|
+
|
5715
|
+
.toast-body {
|
5716
|
+
padding: 0.75rem;
|
5339
5717
|
}
|
5340
5718
|
|
5341
5719
|
.modal-open {
|
@@ -5350,11 +5728,11 @@ button.close {
|
|
5350
5728
|
.modal {
|
5351
5729
|
position: fixed;
|
5352
5730
|
top: 0;
|
5353
|
-
right: 0;
|
5354
|
-
bottom: 0;
|
5355
5731
|
left: 0;
|
5356
5732
|
z-index: 1050;
|
5357
5733
|
display: none;
|
5734
|
+
width: 100%;
|
5735
|
+
height: 100%;
|
5358
5736
|
overflow: hidden;
|
5359
5737
|
outline: 0;
|
5360
5738
|
}
|
@@ -5370,19 +5748,40 @@ button.close {
|
|
5370
5748
|
transition: -webkit-transform 0.3s ease-out;
|
5371
5749
|
transition: transform 0.3s ease-out;
|
5372
5750
|
transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
|
5373
|
-
-webkit-transform: translate(0, -
|
5374
|
-
transform: translate(0, -
|
5751
|
+
-webkit-transform: translate(0, -50px);
|
5752
|
+
transform: translate(0, -50px);
|
5375
5753
|
}
|
5376
5754
|
|
5377
|
-
@media
|
5755
|
+
@media (prefers-reduced-motion: reduce) {
|
5378
5756
|
.modal.fade .modal-dialog {
|
5379
5757
|
transition: none;
|
5380
5758
|
}
|
5381
5759
|
}
|
5382
5760
|
|
5383
5761
|
.modal.show .modal-dialog {
|
5384
|
-
-webkit-transform:
|
5385
|
-
transform:
|
5762
|
+
-webkit-transform: none;
|
5763
|
+
transform: none;
|
5764
|
+
}
|
5765
|
+
|
5766
|
+
.modal-dialog-scrollable {
|
5767
|
+
display: -ms-flexbox;
|
5768
|
+
display: flex;
|
5769
|
+
max-height: calc(100% - 1rem);
|
5770
|
+
}
|
5771
|
+
|
5772
|
+
.modal-dialog-scrollable .modal-content {
|
5773
|
+
max-height: calc(100vh - 1rem);
|
5774
|
+
overflow: hidden;
|
5775
|
+
}
|
5776
|
+
|
5777
|
+
.modal-dialog-scrollable .modal-header,
|
5778
|
+
.modal-dialog-scrollable .modal-footer {
|
5779
|
+
-ms-flex-negative: 0;
|
5780
|
+
flex-shrink: 0;
|
5781
|
+
}
|
5782
|
+
|
5783
|
+
.modal-dialog-scrollable .modal-body {
|
5784
|
+
overflow-y: auto;
|
5386
5785
|
}
|
5387
5786
|
|
5388
5787
|
.modal-dialog-centered {
|
@@ -5390,15 +5789,31 @@ button.close {
|
|
5390
5789
|
display: flex;
|
5391
5790
|
-ms-flex-align: center;
|
5392
5791
|
align-items: center;
|
5393
|
-
min-height: calc(100% -
|
5792
|
+
min-height: calc(100% - 1rem);
|
5394
5793
|
}
|
5395
5794
|
|
5396
5795
|
.modal-dialog-centered::before {
|
5397
5796
|
display: block;
|
5398
|
-
height: calc(100vh -
|
5797
|
+
height: calc(100vh - 1rem);
|
5399
5798
|
content: "";
|
5400
5799
|
}
|
5401
5800
|
|
5801
|
+
.modal-dialog-centered.modal-dialog-scrollable {
|
5802
|
+
-ms-flex-direction: column;
|
5803
|
+
flex-direction: column;
|
5804
|
+
-ms-flex-pack: center;
|
5805
|
+
justify-content: center;
|
5806
|
+
height: 100%;
|
5807
|
+
}
|
5808
|
+
|
5809
|
+
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
|
5810
|
+
max-height: none;
|
5811
|
+
}
|
5812
|
+
|
5813
|
+
.modal-dialog-centered.modal-dialog-scrollable::before {
|
5814
|
+
content: none;
|
5815
|
+
}
|
5816
|
+
|
5402
5817
|
.modal-content {
|
5403
5818
|
position: relative;
|
5404
5819
|
display: -ms-flexbox;
|
@@ -5417,10 +5832,10 @@ button.close {
|
|
5417
5832
|
.modal-backdrop {
|
5418
5833
|
position: fixed;
|
5419
5834
|
top: 0;
|
5420
|
-
right: 0;
|
5421
|
-
bottom: 0;
|
5422
5835
|
left: 0;
|
5423
5836
|
z-index: 1040;
|
5837
|
+
width: 100vw;
|
5838
|
+
height: 100vh;
|
5424
5839
|
background-color: #000;
|
5425
5840
|
}
|
5426
5841
|
|
@@ -5439,14 +5854,14 @@ button.close {
|
|
5439
5854
|
align-items: flex-start;
|
5440
5855
|
-ms-flex-pack: justify;
|
5441
5856
|
justify-content: space-between;
|
5442
|
-
padding: 1rem;
|
5443
|
-
border-bottom: 1px solid #
|
5857
|
+
padding: 1rem 1rem;
|
5858
|
+
border-bottom: 1px solid #dee2e6;
|
5444
5859
|
border-top-left-radius: 0.3rem;
|
5445
5860
|
border-top-right-radius: 0.3rem;
|
5446
5861
|
}
|
5447
5862
|
|
5448
5863
|
.modal-header .close {
|
5449
|
-
padding: 1rem;
|
5864
|
+
padding: 1rem 1rem;
|
5450
5865
|
margin: -1rem -1rem -1rem auto;
|
5451
5866
|
}
|
5452
5867
|
|
@@ -5470,7 +5885,9 @@ button.close {
|
|
5470
5885
|
-ms-flex-pack: end;
|
5471
5886
|
justify-content: flex-end;
|
5472
5887
|
padding: 1rem;
|
5473
|
-
border-top: 1px solid #
|
5888
|
+
border-top: 1px solid #dee2e6;
|
5889
|
+
border-bottom-right-radius: 0.3rem;
|
5890
|
+
border-bottom-left-radius: 0.3rem;
|
5474
5891
|
}
|
5475
5892
|
|
5476
5893
|
.modal-footer > :not(:first-child) {
|
@@ -5494,11 +5911,17 @@ button.close {
|
|
5494
5911
|
max-width: 500px;
|
5495
5912
|
margin: 1.75rem auto;
|
5496
5913
|
}
|
5914
|
+
.modal-dialog-scrollable {
|
5915
|
+
max-height: calc(100% - 3.5rem);
|
5916
|
+
}
|
5917
|
+
.modal-dialog-scrollable .modal-content {
|
5918
|
+
max-height: calc(100vh - 3.5rem);
|
5919
|
+
}
|
5497
5920
|
.modal-dialog-centered {
|
5498
|
-
min-height: calc(100% -
|
5921
|
+
min-height: calc(100% - 3.5rem);
|
5499
5922
|
}
|
5500
5923
|
.modal-dialog-centered::before {
|
5501
|
-
height: calc(100vh -
|
5924
|
+
height: calc(100vh - 3.5rem);
|
5502
5925
|
}
|
5503
5926
|
.modal-sm {
|
5504
5927
|
max-width: 300px;
|
@@ -5506,17 +5929,24 @@ button.close {
|
|
5506
5929
|
}
|
5507
5930
|
|
5508
5931
|
@media (min-width: 992px) {
|
5509
|
-
.modal-lg
|
5932
|
+
.modal-lg,
|
5933
|
+
.modal-xl {
|
5510
5934
|
max-width: 800px;
|
5511
5935
|
}
|
5512
5936
|
}
|
5513
5937
|
|
5938
|
+
@media (min-width: 1200px) {
|
5939
|
+
.modal-xl {
|
5940
|
+
max-width: 1140px;
|
5941
|
+
}
|
5942
|
+
}
|
5943
|
+
|
5514
5944
|
.tooltip {
|
5515
5945
|
position: absolute;
|
5516
5946
|
z-index: 1070;
|
5517
5947
|
display: block;
|
5518
5948
|
margin: 0;
|
5519
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
5949
|
+
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";
|
5520
5950
|
font-style: normal;
|
5521
5951
|
font-weight: 400;
|
5522
5952
|
line-height: 1.5;
|
@@ -5629,7 +6059,7 @@ button.close {
|
|
5629
6059
|
z-index: 1060;
|
5630
6060
|
display: block;
|
5631
6061
|
max-width: 276px;
|
5632
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
6062
|
+
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";
|
5633
6063
|
font-style: normal;
|
5634
6064
|
font-weight: 400;
|
5635
6065
|
line-height: 1.5;
|
@@ -5671,25 +6101,19 @@ button.close {
|
|
5671
6101
|
margin-bottom: 0.5rem;
|
5672
6102
|
}
|
5673
6103
|
|
5674
|
-
.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
|
6104
|
+
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
|
5675
6105
|
bottom: calc((0.5rem + 1px) * -1);
|
5676
6106
|
}
|
5677
6107
|
|
5678
|
-
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before
|
5679
|
-
.bs-popover-top .arrow::after,
|
5680
|
-
.bs-popover-auto[x-placement^="top"] .arrow::after {
|
5681
|
-
border-width: 0.5rem 0.5rem 0;
|
5682
|
-
}
|
5683
|
-
|
5684
|
-
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
|
6108
|
+
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
|
5685
6109
|
bottom: 0;
|
6110
|
+
border-width: 0.5rem 0.5rem 0;
|
5686
6111
|
border-top-color: rgba(0, 0, 0, 0.25);
|
5687
6112
|
}
|
5688
6113
|
|
5689
|
-
|
5690
|
-
.bs-popover-top .arrow::after,
|
5691
|
-
.bs-popover-auto[x-placement^="top"] .arrow::after {
|
6114
|
+
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
|
5692
6115
|
bottom: 1px;
|
6116
|
+
border-width: 0.5rem 0.5rem 0;
|
5693
6117
|
border-top-color: #fff;
|
5694
6118
|
}
|
5695
6119
|
|
@@ -5697,28 +6121,22 @@ button.close {
|
|
5697
6121
|
margin-left: 0.5rem;
|
5698
6122
|
}
|
5699
6123
|
|
5700
|
-
.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
|
6124
|
+
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
|
5701
6125
|
left: calc((0.5rem + 1px) * -1);
|
5702
6126
|
width: 0.5rem;
|
5703
6127
|
height: 1rem;
|
5704
6128
|
margin: 0.3rem 0;
|
5705
6129
|
}
|
5706
6130
|
|
5707
|
-
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before
|
5708
|
-
.bs-popover-right .arrow::after,
|
5709
|
-
.bs-popover-auto[x-placement^="right"] .arrow::after {
|
5710
|
-
border-width: 0.5rem 0.5rem 0.5rem 0;
|
5711
|
-
}
|
5712
|
-
|
5713
|
-
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
|
6131
|
+
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
|
5714
6132
|
left: 0;
|
6133
|
+
border-width: 0.5rem 0.5rem 0.5rem 0;
|
5715
6134
|
border-right-color: rgba(0, 0, 0, 0.25);
|
5716
6135
|
}
|
5717
6136
|
|
5718
|
-
|
5719
|
-
.bs-popover-right .arrow::after,
|
5720
|
-
.bs-popover-auto[x-placement^="right"] .arrow::after {
|
6137
|
+
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
|
5721
6138
|
left: 1px;
|
6139
|
+
border-width: 0.5rem 0.5rem 0.5rem 0;
|
5722
6140
|
border-right-color: #fff;
|
5723
6141
|
}
|
5724
6142
|
|
@@ -5726,25 +6144,19 @@ button.close {
|
|
5726
6144
|
margin-top: 0.5rem;
|
5727
6145
|
}
|
5728
6146
|
|
5729
|
-
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
|
6147
|
+
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
|
5730
6148
|
top: calc((0.5rem + 1px) * -1);
|
5731
6149
|
}
|
5732
6150
|
|
5733
|
-
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before
|
5734
|
-
.bs-popover-bottom .arrow::after,
|
5735
|
-
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
|
5736
|
-
border-width: 0 0.5rem 0.5rem 0.5rem;
|
5737
|
-
}
|
5738
|
-
|
5739
|
-
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
|
6151
|
+
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
|
5740
6152
|
top: 0;
|
6153
|
+
border-width: 0 0.5rem 0.5rem 0.5rem;
|
5741
6154
|
border-bottom-color: rgba(0, 0, 0, 0.25);
|
5742
6155
|
}
|
5743
6156
|
|
5744
|
-
|
5745
|
-
.bs-popover-bottom .arrow::after,
|
5746
|
-
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
|
6157
|
+
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
|
5747
6158
|
top: 1px;
|
6159
|
+
border-width: 0 0.5rem 0.5rem 0.5rem;
|
5748
6160
|
border-bottom-color: #fff;
|
5749
6161
|
}
|
5750
6162
|
|
@@ -5763,28 +6175,22 @@ button.close {
|
|
5763
6175
|
margin-right: 0.5rem;
|
5764
6176
|
}
|
5765
6177
|
|
5766
|
-
.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
|
6178
|
+
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
|
5767
6179
|
right: calc((0.5rem + 1px) * -1);
|
5768
6180
|
width: 0.5rem;
|
5769
6181
|
height: 1rem;
|
5770
6182
|
margin: 0.3rem 0;
|
5771
6183
|
}
|
5772
6184
|
|
5773
|
-
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before
|
5774
|
-
.bs-popover-left .arrow::after,
|
5775
|
-
.bs-popover-auto[x-placement^="left"] .arrow::after {
|
5776
|
-
border-width: 0.5rem 0 0.5rem 0.5rem;
|
5777
|
-
}
|
5778
|
-
|
5779
|
-
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
|
6185
|
+
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
|
5780
6186
|
right: 0;
|
6187
|
+
border-width: 0.5rem 0 0.5rem 0.5rem;
|
5781
6188
|
border-left-color: rgba(0, 0, 0, 0.25);
|
5782
6189
|
}
|
5783
6190
|
|
5784
|
-
|
5785
|
-
.bs-popover-left .arrow::after,
|
5786
|
-
.bs-popover-auto[x-placement^="left"] .arrow::after {
|
6191
|
+
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
|
5787
6192
|
right: 1px;
|
6193
|
+
border-width: 0.5rem 0 0.5rem 0.5rem;
|
5788
6194
|
border-left-color: #fff;
|
5789
6195
|
}
|
5790
6196
|
|
@@ -5792,7 +6198,6 @@ button.close {
|
|
5792
6198
|
padding: 0.5rem 0.75rem;
|
5793
6199
|
margin-bottom: 0;
|
5794
6200
|
font-size: 1rem;
|
5795
|
-
color: inherit;
|
5796
6201
|
background-color: #f7f7f7;
|
5797
6202
|
border-bottom: 1px solid #ebebeb;
|
5798
6203
|
border-top-left-radius: calc(0.3rem - 1px);
|
@@ -5812,123 +6217,85 @@ button.close {
|
|
5812
6217
|
position: relative;
|
5813
6218
|
}
|
5814
6219
|
|
6220
|
+
.carousel.pointer-event {
|
6221
|
+
-ms-touch-action: pan-y;
|
6222
|
+
touch-action: pan-y;
|
6223
|
+
}
|
6224
|
+
|
5815
6225
|
.carousel-inner {
|
5816
6226
|
position: relative;
|
5817
6227
|
width: 100%;
|
5818
6228
|
overflow: hidden;
|
5819
6229
|
}
|
5820
6230
|
|
6231
|
+
.carousel-inner::after {
|
6232
|
+
display: block;
|
6233
|
+
clear: both;
|
6234
|
+
content: "";
|
6235
|
+
}
|
6236
|
+
|
5821
6237
|
.carousel-item {
|
5822
6238
|
position: relative;
|
5823
6239
|
display: none;
|
5824
|
-
|
5825
|
-
align-items: center;
|
6240
|
+
float: left;
|
5826
6241
|
width: 100%;
|
6242
|
+
margin-right: -100%;
|
5827
6243
|
-webkit-backface-visibility: hidden;
|
5828
6244
|
backface-visibility: hidden;
|
5829
|
-
-webkit-
|
5830
|
-
|
6245
|
+
transition: -webkit-transform 0.6s ease-in-out;
|
6246
|
+
transition: transform 0.6s ease-in-out;
|
6247
|
+
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
|
5831
6248
|
}
|
5832
6249
|
|
5833
|
-
|
5834
|
-
.carousel-item
|
5835
|
-
.carousel-item-prev {
|
5836
|
-
display: block;
|
5837
|
-
transition: -webkit-transform 0.6s ease;
|
5838
|
-
transition: transform 0.6s ease;
|
5839
|
-
transition: transform 0.6s ease, -webkit-transform 0.6s ease;
|
5840
|
-
}
|
5841
|
-
|
5842
|
-
@media screen and (prefers-reduced-motion: reduce) {
|
5843
|
-
.carousel-item.active,
|
5844
|
-
.carousel-item-next,
|
5845
|
-
.carousel-item-prev {
|
6250
|
+
@media (prefers-reduced-motion: reduce) {
|
6251
|
+
.carousel-item {
|
5846
6252
|
transition: none;
|
5847
6253
|
}
|
5848
6254
|
}
|
5849
6255
|
|
6256
|
+
.carousel-item.active,
|
5850
6257
|
.carousel-item-next,
|
5851
6258
|
.carousel-item-prev {
|
5852
|
-
|
5853
|
-
top: 0;
|
5854
|
-
}
|
5855
|
-
|
5856
|
-
.carousel-item-next.carousel-item-left,
|
5857
|
-
.carousel-item-prev.carousel-item-right {
|
5858
|
-
-webkit-transform: translateX(0);
|
5859
|
-
transform: translateX(0);
|
5860
|
-
}
|
5861
|
-
|
5862
|
-
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
|
5863
|
-
.carousel-item-next.carousel-item-left,
|
5864
|
-
.carousel-item-prev.carousel-item-right {
|
5865
|
-
-webkit-transform: translate3d(0, 0, 0);
|
5866
|
-
transform: translate3d(0, 0, 0);
|
5867
|
-
}
|
6259
|
+
display: block;
|
5868
6260
|
}
|
5869
6261
|
|
5870
|
-
.carousel-item-next,
|
6262
|
+
.carousel-item-next:not(.carousel-item-left),
|
5871
6263
|
.active.carousel-item-right {
|
5872
6264
|
-webkit-transform: translateX(100%);
|
5873
6265
|
transform: translateX(100%);
|
5874
6266
|
}
|
5875
6267
|
|
5876
|
-
|
5877
|
-
.carousel-item-next,
|
5878
|
-
.active.carousel-item-right {
|
5879
|
-
-webkit-transform: translate3d(100%, 0, 0);
|
5880
|
-
transform: translate3d(100%, 0, 0);
|
5881
|
-
}
|
5882
|
-
}
|
5883
|
-
|
5884
|
-
.carousel-item-prev,
|
6268
|
+
.carousel-item-prev:not(.carousel-item-right),
|
5885
6269
|
.active.carousel-item-left {
|
5886
6270
|
-webkit-transform: translateX(-100%);
|
5887
6271
|
transform: translateX(-100%);
|
5888
6272
|
}
|
5889
6273
|
|
5890
|
-
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
|
5891
|
-
.carousel-item-prev,
|
5892
|
-
.active.carousel-item-left {
|
5893
|
-
-webkit-transform: translate3d(-100%, 0, 0);
|
5894
|
-
transform: translate3d(-100%, 0, 0);
|
5895
|
-
}
|
5896
|
-
}
|
5897
|
-
|
5898
6274
|
.carousel-fade .carousel-item {
|
5899
6275
|
opacity: 0;
|
5900
|
-
transition-duration: .6s;
|
5901
6276
|
transition-property: opacity;
|
6277
|
+
-webkit-transform: none;
|
6278
|
+
transform: none;
|
5902
6279
|
}
|
5903
6280
|
|
5904
6281
|
.carousel-fade .carousel-item.active,
|
5905
6282
|
.carousel-fade .carousel-item-next.carousel-item-left,
|
5906
6283
|
.carousel-fade .carousel-item-prev.carousel-item-right {
|
6284
|
+
z-index: 1;
|
5907
6285
|
opacity: 1;
|
5908
6286
|
}
|
5909
6287
|
|
5910
6288
|
.carousel-fade .active.carousel-item-left,
|
5911
|
-
.carousel-fade .active.carousel-item-right {
|
5912
|
-
|
5913
|
-
|
5914
|
-
|
5915
|
-
.carousel-fade .carousel-item-next,
|
5916
|
-
.carousel-fade .carousel-item-prev,
|
5917
|
-
.carousel-fade .carousel-item.active,
|
5918
|
-
.carousel-fade .active.carousel-item-left,
|
5919
|
-
.carousel-fade .active.carousel-item-prev {
|
5920
|
-
-webkit-transform: translateX(0);
|
5921
|
-
transform: translateX(0);
|
6289
|
+
.carousel-fade .active.carousel-item-right {
|
6290
|
+
z-index: 0;
|
6291
|
+
opacity: 0;
|
6292
|
+
transition: 0s 0.6s opacity;
|
5922
6293
|
}
|
5923
6294
|
|
5924
|
-
@
|
5925
|
-
.carousel-fade .carousel-item-next,
|
5926
|
-
.carousel-fade .carousel-item-prev,
|
5927
|
-
.carousel-fade .carousel-item.active,
|
6295
|
+
@media (prefers-reduced-motion: reduce) {
|
5928
6296
|
.carousel-fade .active.carousel-item-left,
|
5929
|
-
.carousel-fade .active.carousel-item-
|
5930
|
-
|
5931
|
-
transform: translate3d(0, 0, 0);
|
6297
|
+
.carousel-fade .active.carousel-item-right {
|
6298
|
+
transition: none;
|
5932
6299
|
}
|
5933
6300
|
}
|
5934
6301
|
|
@@ -5937,6 +6304,7 @@ button.close {
|
|
5937
6304
|
position: absolute;
|
5938
6305
|
top: 0;
|
5939
6306
|
bottom: 0;
|
6307
|
+
z-index: 1;
|
5940
6308
|
display: -ms-flexbox;
|
5941
6309
|
display: flex;
|
5942
6310
|
-ms-flex-align: center;
|
@@ -5947,6 +6315,14 @@ button.close {
|
|
5947
6315
|
color: #fff;
|
5948
6316
|
text-align: center;
|
5949
6317
|
opacity: 0.5;
|
6318
|
+
transition: opacity 0.15s ease;
|
6319
|
+
}
|
6320
|
+
|
6321
|
+
@media (prefers-reduced-motion: reduce) {
|
6322
|
+
.carousel-control-prev,
|
6323
|
+
.carousel-control-next {
|
6324
|
+
transition: none;
|
6325
|
+
}
|
5950
6326
|
}
|
5951
6327
|
|
5952
6328
|
.carousel-control-prev:hover, .carousel-control-prev:focus,
|
@@ -5955,7 +6331,7 @@ button.close {
|
|
5955
6331
|
color: #fff;
|
5956
6332
|
text-decoration: none;
|
5957
6333
|
outline: 0;
|
5958
|
-
opacity: .9;
|
6334
|
+
opacity: 0.9;
|
5959
6335
|
}
|
5960
6336
|
|
5961
6337
|
.carousel-control-prev {
|
@@ -5971,22 +6347,21 @@ button.close {
|
|
5971
6347
|
display: inline-block;
|
5972
6348
|
width: 20px;
|
5973
6349
|
height: 20px;
|
5974
|
-
background:
|
5975
|
-
background-size: 100% 100%;
|
6350
|
+
background: no-repeat 50% / 100% 100%;
|
5976
6351
|
}
|
5977
6352
|
|
5978
6353
|
.carousel-control-prev-icon {
|
5979
|
-
background-image: url("data:image/svg+xml
|
6354
|
+
background-image: url("data:image/svg+xml,%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.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
|
5980
6355
|
}
|
5981
6356
|
|
5982
6357
|
.carousel-control-next-icon {
|
5983
|
-
background-image: url("data:image/svg+xml
|
6358
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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");
|
5984
6359
|
}
|
5985
6360
|
|
5986
6361
|
.carousel-indicators {
|
5987
6362
|
position: absolute;
|
5988
6363
|
right: 0;
|
5989
|
-
bottom:
|
6364
|
+
bottom: 0;
|
5990
6365
|
left: 0;
|
5991
6366
|
z-index: 15;
|
5992
6367
|
display: -ms-flexbox;
|
@@ -6000,7 +6375,7 @@ button.close {
|
|
6000
6375
|
}
|
6001
6376
|
|
6002
6377
|
.carousel-indicators li {
|
6003
|
-
|
6378
|
+
box-sizing: content-box;
|
6004
6379
|
-ms-flex: 0 1 auto;
|
6005
6380
|
flex: 0 1 auto;
|
6006
6381
|
width: 30px;
|
@@ -6009,31 +6384,22 @@ button.close {
|
|
6009
6384
|
margin-left: 3px;
|
6010
6385
|
text-indent: -999px;
|
6011
6386
|
cursor: pointer;
|
6012
|
-
background-color:
|
6013
|
-
|
6014
|
-
|
6015
|
-
|
6016
|
-
|
6017
|
-
|
6018
|
-
left: 0;
|
6019
|
-
display: inline-block;
|
6020
|
-
width: 100%;
|
6021
|
-
height: 10px;
|
6022
|
-
content: "";
|
6387
|
+
background-color: #fff;
|
6388
|
+
background-clip: padding-box;
|
6389
|
+
border-top: 10px solid transparent;
|
6390
|
+
border-bottom: 10px solid transparent;
|
6391
|
+
opacity: .5;
|
6392
|
+
transition: opacity 0.6s ease;
|
6023
6393
|
}
|
6024
6394
|
|
6025
|
-
|
6026
|
-
|
6027
|
-
|
6028
|
-
|
6029
|
-
display: inline-block;
|
6030
|
-
width: 100%;
|
6031
|
-
height: 10px;
|
6032
|
-
content: "";
|
6395
|
+
@media (prefers-reduced-motion: reduce) {
|
6396
|
+
.carousel-indicators li {
|
6397
|
+
transition: none;
|
6398
|
+
}
|
6033
6399
|
}
|
6034
6400
|
|
6035
6401
|
.carousel-indicators .active {
|
6036
|
-
|
6402
|
+
opacity: 1;
|
6037
6403
|
}
|
6038
6404
|
|
6039
6405
|
.carousel-caption {
|
@@ -6048,6 +6414,75 @@ button.close {
|
|
6048
6414
|
text-align: center;
|
6049
6415
|
}
|
6050
6416
|
|
6417
|
+
@-webkit-keyframes spinner-border {
|
6418
|
+
to {
|
6419
|
+
-webkit-transform: rotate(360deg);
|
6420
|
+
transform: rotate(360deg);
|
6421
|
+
}
|
6422
|
+
}
|
6423
|
+
|
6424
|
+
@keyframes spinner-border {
|
6425
|
+
to {
|
6426
|
+
-webkit-transform: rotate(360deg);
|
6427
|
+
transform: rotate(360deg);
|
6428
|
+
}
|
6429
|
+
}
|
6430
|
+
|
6431
|
+
.spinner-border {
|
6432
|
+
display: inline-block;
|
6433
|
+
width: 2rem;
|
6434
|
+
height: 2rem;
|
6435
|
+
vertical-align: text-bottom;
|
6436
|
+
border: 0.25em solid currentColor;
|
6437
|
+
border-right-color: transparent;
|
6438
|
+
border-radius: 50%;
|
6439
|
+
-webkit-animation: spinner-border .75s linear infinite;
|
6440
|
+
animation: spinner-border .75s linear infinite;
|
6441
|
+
}
|
6442
|
+
|
6443
|
+
.spinner-border-sm {
|
6444
|
+
width: 1rem;
|
6445
|
+
height: 1rem;
|
6446
|
+
border-width: 0.2em;
|
6447
|
+
}
|
6448
|
+
|
6449
|
+
@-webkit-keyframes spinner-grow {
|
6450
|
+
0% {
|
6451
|
+
-webkit-transform: scale(0);
|
6452
|
+
transform: scale(0);
|
6453
|
+
}
|
6454
|
+
50% {
|
6455
|
+
opacity: 1;
|
6456
|
+
}
|
6457
|
+
}
|
6458
|
+
|
6459
|
+
@keyframes spinner-grow {
|
6460
|
+
0% {
|
6461
|
+
-webkit-transform: scale(0);
|
6462
|
+
transform: scale(0);
|
6463
|
+
}
|
6464
|
+
50% {
|
6465
|
+
opacity: 1;
|
6466
|
+
}
|
6467
|
+
}
|
6468
|
+
|
6469
|
+
.spinner-grow {
|
6470
|
+
display: inline-block;
|
6471
|
+
width: 2rem;
|
6472
|
+
height: 2rem;
|
6473
|
+
vertical-align: text-bottom;
|
6474
|
+
background-color: currentColor;
|
6475
|
+
border-radius: 50%;
|
6476
|
+
opacity: 0;
|
6477
|
+
-webkit-animation: spinner-grow .75s linear infinite;
|
6478
|
+
animation: spinner-grow .75s linear infinite;
|
6479
|
+
}
|
6480
|
+
|
6481
|
+
.spinner-grow-sm {
|
6482
|
+
width: 1rem;
|
6483
|
+
height: 1rem;
|
6484
|
+
}
|
6485
|
+
|
6051
6486
|
.align-baseline {
|
6052
6487
|
vertical-align: baseline !important;
|
6053
6488
|
}
|
@@ -6236,6 +6671,10 @@ button.bg-dark:focus {
|
|
6236
6671
|
border-color: #fff !important;
|
6237
6672
|
}
|
6238
6673
|
|
6674
|
+
.rounded-sm {
|
6675
|
+
border-radius: 0.2rem !important;
|
6676
|
+
}
|
6677
|
+
|
6239
6678
|
.rounded {
|
6240
6679
|
border-radius: 0.25rem !important;
|
6241
6680
|
}
|
@@ -6260,10 +6699,18 @@ button.bg-dark:focus {
|
|
6260
6699
|
border-bottom-left-radius: 0.25rem !important;
|
6261
6700
|
}
|
6262
6701
|
|
6702
|
+
.rounded-lg {
|
6703
|
+
border-radius: 0.3rem !important;
|
6704
|
+
}
|
6705
|
+
|
6263
6706
|
.rounded-circle {
|
6264
6707
|
border-radius: 50% !important;
|
6265
6708
|
}
|
6266
6709
|
|
6710
|
+
.rounded-pill {
|
6711
|
+
border-radius: 50rem !important;
|
6712
|
+
}
|
6713
|
+
|
6267
6714
|
.rounded-0 {
|
6268
6715
|
border-radius: 0 !important;
|
6269
6716
|
}
|
@@ -7301,6 +7748,14 @@ button.bg-dark:focus {
|
|
7301
7748
|
}
|
7302
7749
|
}
|
7303
7750
|
|
7751
|
+
.overflow-auto {
|
7752
|
+
overflow: auto !important;
|
7753
|
+
}
|
7754
|
+
|
7755
|
+
.overflow-hidden {
|
7756
|
+
overflow: hidden !important;
|
7757
|
+
}
|
7758
|
+
|
7304
7759
|
.position-static {
|
7305
7760
|
position: static !important;
|
7306
7761
|
}
|
@@ -7431,6 +7886,34 @@ button.bg-dark:focus {
|
|
7431
7886
|
max-height: 100% !important;
|
7432
7887
|
}
|
7433
7888
|
|
7889
|
+
.min-vw-100 {
|
7890
|
+
min-width: 100vw !important;
|
7891
|
+
}
|
7892
|
+
|
7893
|
+
.min-vh-100 {
|
7894
|
+
min-height: 100vh !important;
|
7895
|
+
}
|
7896
|
+
|
7897
|
+
.vw-100 {
|
7898
|
+
width: 100vw !important;
|
7899
|
+
}
|
7900
|
+
|
7901
|
+
.vh-100 {
|
7902
|
+
height: 100vh !important;
|
7903
|
+
}
|
7904
|
+
|
7905
|
+
.stretched-link::after {
|
7906
|
+
position: absolute;
|
7907
|
+
top: 0;
|
7908
|
+
right: 0;
|
7909
|
+
bottom: 0;
|
7910
|
+
left: 0;
|
7911
|
+
z-index: 1;
|
7912
|
+
pointer-events: auto;
|
7913
|
+
content: "";
|
7914
|
+
background-color: rgba(0, 0, 0, 0);
|
7915
|
+
}
|
7916
|
+
|
7434
7917
|
.m-0 {
|
7435
7918
|
margin: 0 !important;
|
7436
7919
|
}
|
@@ -7719,6 +8202,126 @@ button.bg-dark:focus {
|
|
7719
8202
|
padding-left: 3rem !important;
|
7720
8203
|
}
|
7721
8204
|
|
8205
|
+
.m-n1 {
|
8206
|
+
margin: -0.25rem !important;
|
8207
|
+
}
|
8208
|
+
|
8209
|
+
.mt-n1,
|
8210
|
+
.my-n1 {
|
8211
|
+
margin-top: -0.25rem !important;
|
8212
|
+
}
|
8213
|
+
|
8214
|
+
.mr-n1,
|
8215
|
+
.mx-n1 {
|
8216
|
+
margin-right: -0.25rem !important;
|
8217
|
+
}
|
8218
|
+
|
8219
|
+
.mb-n1,
|
8220
|
+
.my-n1 {
|
8221
|
+
margin-bottom: -0.25rem !important;
|
8222
|
+
}
|
8223
|
+
|
8224
|
+
.ml-n1,
|
8225
|
+
.mx-n1 {
|
8226
|
+
margin-left: -0.25rem !important;
|
8227
|
+
}
|
8228
|
+
|
8229
|
+
.m-n2 {
|
8230
|
+
margin: -0.5rem !important;
|
8231
|
+
}
|
8232
|
+
|
8233
|
+
.mt-n2,
|
8234
|
+
.my-n2 {
|
8235
|
+
margin-top: -0.5rem !important;
|
8236
|
+
}
|
8237
|
+
|
8238
|
+
.mr-n2,
|
8239
|
+
.mx-n2 {
|
8240
|
+
margin-right: -0.5rem !important;
|
8241
|
+
}
|
8242
|
+
|
8243
|
+
.mb-n2,
|
8244
|
+
.my-n2 {
|
8245
|
+
margin-bottom: -0.5rem !important;
|
8246
|
+
}
|
8247
|
+
|
8248
|
+
.ml-n2,
|
8249
|
+
.mx-n2 {
|
8250
|
+
margin-left: -0.5rem !important;
|
8251
|
+
}
|
8252
|
+
|
8253
|
+
.m-n3 {
|
8254
|
+
margin: -1rem !important;
|
8255
|
+
}
|
8256
|
+
|
8257
|
+
.mt-n3,
|
8258
|
+
.my-n3 {
|
8259
|
+
margin-top: -1rem !important;
|
8260
|
+
}
|
8261
|
+
|
8262
|
+
.mr-n3,
|
8263
|
+
.mx-n3 {
|
8264
|
+
margin-right: -1rem !important;
|
8265
|
+
}
|
8266
|
+
|
8267
|
+
.mb-n3,
|
8268
|
+
.my-n3 {
|
8269
|
+
margin-bottom: -1rem !important;
|
8270
|
+
}
|
8271
|
+
|
8272
|
+
.ml-n3,
|
8273
|
+
.mx-n3 {
|
8274
|
+
margin-left: -1rem !important;
|
8275
|
+
}
|
8276
|
+
|
8277
|
+
.m-n4 {
|
8278
|
+
margin: -1.5rem !important;
|
8279
|
+
}
|
8280
|
+
|
8281
|
+
.mt-n4,
|
8282
|
+
.my-n4 {
|
8283
|
+
margin-top: -1.5rem !important;
|
8284
|
+
}
|
8285
|
+
|
8286
|
+
.mr-n4,
|
8287
|
+
.mx-n4 {
|
8288
|
+
margin-right: -1.5rem !important;
|
8289
|
+
}
|
8290
|
+
|
8291
|
+
.mb-n4,
|
8292
|
+
.my-n4 {
|
8293
|
+
margin-bottom: -1.5rem !important;
|
8294
|
+
}
|
8295
|
+
|
8296
|
+
.ml-n4,
|
8297
|
+
.mx-n4 {
|
8298
|
+
margin-left: -1.5rem !important;
|
8299
|
+
}
|
8300
|
+
|
8301
|
+
.m-n5 {
|
8302
|
+
margin: -3rem !important;
|
8303
|
+
}
|
8304
|
+
|
8305
|
+
.mt-n5,
|
8306
|
+
.my-n5 {
|
8307
|
+
margin-top: -3rem !important;
|
8308
|
+
}
|
8309
|
+
|
8310
|
+
.mr-n5,
|
8311
|
+
.mx-n5 {
|
8312
|
+
margin-right: -3rem !important;
|
8313
|
+
}
|
8314
|
+
|
8315
|
+
.mb-n5,
|
8316
|
+
.my-n5 {
|
8317
|
+
margin-bottom: -3rem !important;
|
8318
|
+
}
|
8319
|
+
|
8320
|
+
.ml-n5,
|
8321
|
+
.mx-n5 {
|
8322
|
+
margin-left: -3rem !important;
|
8323
|
+
}
|
8324
|
+
|
7722
8325
|
.m-auto {
|
7723
8326
|
margin: auto !important;
|
7724
8327
|
}
|
@@ -7972,6 +8575,101 @@ button.bg-dark:focus {
|
|
7972
8575
|
.px-sm-5 {
|
7973
8576
|
padding-left: 3rem !important;
|
7974
8577
|
}
|
8578
|
+
.m-sm-n1 {
|
8579
|
+
margin: -0.25rem !important;
|
8580
|
+
}
|
8581
|
+
.mt-sm-n1,
|
8582
|
+
.my-sm-n1 {
|
8583
|
+
margin-top: -0.25rem !important;
|
8584
|
+
}
|
8585
|
+
.mr-sm-n1,
|
8586
|
+
.mx-sm-n1 {
|
8587
|
+
margin-right: -0.25rem !important;
|
8588
|
+
}
|
8589
|
+
.mb-sm-n1,
|
8590
|
+
.my-sm-n1 {
|
8591
|
+
margin-bottom: -0.25rem !important;
|
8592
|
+
}
|
8593
|
+
.ml-sm-n1,
|
8594
|
+
.mx-sm-n1 {
|
8595
|
+
margin-left: -0.25rem !important;
|
8596
|
+
}
|
8597
|
+
.m-sm-n2 {
|
8598
|
+
margin: -0.5rem !important;
|
8599
|
+
}
|
8600
|
+
.mt-sm-n2,
|
8601
|
+
.my-sm-n2 {
|
8602
|
+
margin-top: -0.5rem !important;
|
8603
|
+
}
|
8604
|
+
.mr-sm-n2,
|
8605
|
+
.mx-sm-n2 {
|
8606
|
+
margin-right: -0.5rem !important;
|
8607
|
+
}
|
8608
|
+
.mb-sm-n2,
|
8609
|
+
.my-sm-n2 {
|
8610
|
+
margin-bottom: -0.5rem !important;
|
8611
|
+
}
|
8612
|
+
.ml-sm-n2,
|
8613
|
+
.mx-sm-n2 {
|
8614
|
+
margin-left: -0.5rem !important;
|
8615
|
+
}
|
8616
|
+
.m-sm-n3 {
|
8617
|
+
margin: -1rem !important;
|
8618
|
+
}
|
8619
|
+
.mt-sm-n3,
|
8620
|
+
.my-sm-n3 {
|
8621
|
+
margin-top: -1rem !important;
|
8622
|
+
}
|
8623
|
+
.mr-sm-n3,
|
8624
|
+
.mx-sm-n3 {
|
8625
|
+
margin-right: -1rem !important;
|
8626
|
+
}
|
8627
|
+
.mb-sm-n3,
|
8628
|
+
.my-sm-n3 {
|
8629
|
+
margin-bottom: -1rem !important;
|
8630
|
+
}
|
8631
|
+
.ml-sm-n3,
|
8632
|
+
.mx-sm-n3 {
|
8633
|
+
margin-left: -1rem !important;
|
8634
|
+
}
|
8635
|
+
.m-sm-n4 {
|
8636
|
+
margin: -1.5rem !important;
|
8637
|
+
}
|
8638
|
+
.mt-sm-n4,
|
8639
|
+
.my-sm-n4 {
|
8640
|
+
margin-top: -1.5rem !important;
|
8641
|
+
}
|
8642
|
+
.mr-sm-n4,
|
8643
|
+
.mx-sm-n4 {
|
8644
|
+
margin-right: -1.5rem !important;
|
8645
|
+
}
|
8646
|
+
.mb-sm-n4,
|
8647
|
+
.my-sm-n4 {
|
8648
|
+
margin-bottom: -1.5rem !important;
|
8649
|
+
}
|
8650
|
+
.ml-sm-n4,
|
8651
|
+
.mx-sm-n4 {
|
8652
|
+
margin-left: -1.5rem !important;
|
8653
|
+
}
|
8654
|
+
.m-sm-n5 {
|
8655
|
+
margin: -3rem !important;
|
8656
|
+
}
|
8657
|
+
.mt-sm-n5,
|
8658
|
+
.my-sm-n5 {
|
8659
|
+
margin-top: -3rem !important;
|
8660
|
+
}
|
8661
|
+
.mr-sm-n5,
|
8662
|
+
.mx-sm-n5 {
|
8663
|
+
margin-right: -3rem !important;
|
8664
|
+
}
|
8665
|
+
.mb-sm-n5,
|
8666
|
+
.my-sm-n5 {
|
8667
|
+
margin-bottom: -3rem !important;
|
8668
|
+
}
|
8669
|
+
.ml-sm-n5,
|
8670
|
+
.mx-sm-n5 {
|
8671
|
+
margin-left: -3rem !important;
|
8672
|
+
}
|
7975
8673
|
.m-sm-auto {
|
7976
8674
|
margin: auto !important;
|
7977
8675
|
}
|
@@ -8222,6 +8920,101 @@ button.bg-dark:focus {
|
|
8222
8920
|
.px-md-5 {
|
8223
8921
|
padding-left: 3rem !important;
|
8224
8922
|
}
|
8923
|
+
.m-md-n1 {
|
8924
|
+
margin: -0.25rem !important;
|
8925
|
+
}
|
8926
|
+
.mt-md-n1,
|
8927
|
+
.my-md-n1 {
|
8928
|
+
margin-top: -0.25rem !important;
|
8929
|
+
}
|
8930
|
+
.mr-md-n1,
|
8931
|
+
.mx-md-n1 {
|
8932
|
+
margin-right: -0.25rem !important;
|
8933
|
+
}
|
8934
|
+
.mb-md-n1,
|
8935
|
+
.my-md-n1 {
|
8936
|
+
margin-bottom: -0.25rem !important;
|
8937
|
+
}
|
8938
|
+
.ml-md-n1,
|
8939
|
+
.mx-md-n1 {
|
8940
|
+
margin-left: -0.25rem !important;
|
8941
|
+
}
|
8942
|
+
.m-md-n2 {
|
8943
|
+
margin: -0.5rem !important;
|
8944
|
+
}
|
8945
|
+
.mt-md-n2,
|
8946
|
+
.my-md-n2 {
|
8947
|
+
margin-top: -0.5rem !important;
|
8948
|
+
}
|
8949
|
+
.mr-md-n2,
|
8950
|
+
.mx-md-n2 {
|
8951
|
+
margin-right: -0.5rem !important;
|
8952
|
+
}
|
8953
|
+
.mb-md-n2,
|
8954
|
+
.my-md-n2 {
|
8955
|
+
margin-bottom: -0.5rem !important;
|
8956
|
+
}
|
8957
|
+
.ml-md-n2,
|
8958
|
+
.mx-md-n2 {
|
8959
|
+
margin-left: -0.5rem !important;
|
8960
|
+
}
|
8961
|
+
.m-md-n3 {
|
8962
|
+
margin: -1rem !important;
|
8963
|
+
}
|
8964
|
+
.mt-md-n3,
|
8965
|
+
.my-md-n3 {
|
8966
|
+
margin-top: -1rem !important;
|
8967
|
+
}
|
8968
|
+
.mr-md-n3,
|
8969
|
+
.mx-md-n3 {
|
8970
|
+
margin-right: -1rem !important;
|
8971
|
+
}
|
8972
|
+
.mb-md-n3,
|
8973
|
+
.my-md-n3 {
|
8974
|
+
margin-bottom: -1rem !important;
|
8975
|
+
}
|
8976
|
+
.ml-md-n3,
|
8977
|
+
.mx-md-n3 {
|
8978
|
+
margin-left: -1rem !important;
|
8979
|
+
}
|
8980
|
+
.m-md-n4 {
|
8981
|
+
margin: -1.5rem !important;
|
8982
|
+
}
|
8983
|
+
.mt-md-n4,
|
8984
|
+
.my-md-n4 {
|
8985
|
+
margin-top: -1.5rem !important;
|
8986
|
+
}
|
8987
|
+
.mr-md-n4,
|
8988
|
+
.mx-md-n4 {
|
8989
|
+
margin-right: -1.5rem !important;
|
8990
|
+
}
|
8991
|
+
.mb-md-n4,
|
8992
|
+
.my-md-n4 {
|
8993
|
+
margin-bottom: -1.5rem !important;
|
8994
|
+
}
|
8995
|
+
.ml-md-n4,
|
8996
|
+
.mx-md-n4 {
|
8997
|
+
margin-left: -1.5rem !important;
|
8998
|
+
}
|
8999
|
+
.m-md-n5 {
|
9000
|
+
margin: -3rem !important;
|
9001
|
+
}
|
9002
|
+
.mt-md-n5,
|
9003
|
+
.my-md-n5 {
|
9004
|
+
margin-top: -3rem !important;
|
9005
|
+
}
|
9006
|
+
.mr-md-n5,
|
9007
|
+
.mx-md-n5 {
|
9008
|
+
margin-right: -3rem !important;
|
9009
|
+
}
|
9010
|
+
.mb-md-n5,
|
9011
|
+
.my-md-n5 {
|
9012
|
+
margin-bottom: -3rem !important;
|
9013
|
+
}
|
9014
|
+
.ml-md-n5,
|
9015
|
+
.mx-md-n5 {
|
9016
|
+
margin-left: -3rem !important;
|
9017
|
+
}
|
8225
9018
|
.m-md-auto {
|
8226
9019
|
margin: auto !important;
|
8227
9020
|
}
|
@@ -8472,6 +9265,101 @@ button.bg-dark:focus {
|
|
8472
9265
|
.px-lg-5 {
|
8473
9266
|
padding-left: 3rem !important;
|
8474
9267
|
}
|
9268
|
+
.m-lg-n1 {
|
9269
|
+
margin: -0.25rem !important;
|
9270
|
+
}
|
9271
|
+
.mt-lg-n1,
|
9272
|
+
.my-lg-n1 {
|
9273
|
+
margin-top: -0.25rem !important;
|
9274
|
+
}
|
9275
|
+
.mr-lg-n1,
|
9276
|
+
.mx-lg-n1 {
|
9277
|
+
margin-right: -0.25rem !important;
|
9278
|
+
}
|
9279
|
+
.mb-lg-n1,
|
9280
|
+
.my-lg-n1 {
|
9281
|
+
margin-bottom: -0.25rem !important;
|
9282
|
+
}
|
9283
|
+
.ml-lg-n1,
|
9284
|
+
.mx-lg-n1 {
|
9285
|
+
margin-left: -0.25rem !important;
|
9286
|
+
}
|
9287
|
+
.m-lg-n2 {
|
9288
|
+
margin: -0.5rem !important;
|
9289
|
+
}
|
9290
|
+
.mt-lg-n2,
|
9291
|
+
.my-lg-n2 {
|
9292
|
+
margin-top: -0.5rem !important;
|
9293
|
+
}
|
9294
|
+
.mr-lg-n2,
|
9295
|
+
.mx-lg-n2 {
|
9296
|
+
margin-right: -0.5rem !important;
|
9297
|
+
}
|
9298
|
+
.mb-lg-n2,
|
9299
|
+
.my-lg-n2 {
|
9300
|
+
margin-bottom: -0.5rem !important;
|
9301
|
+
}
|
9302
|
+
.ml-lg-n2,
|
9303
|
+
.mx-lg-n2 {
|
9304
|
+
margin-left: -0.5rem !important;
|
9305
|
+
}
|
9306
|
+
.m-lg-n3 {
|
9307
|
+
margin: -1rem !important;
|
9308
|
+
}
|
9309
|
+
.mt-lg-n3,
|
9310
|
+
.my-lg-n3 {
|
9311
|
+
margin-top: -1rem !important;
|
9312
|
+
}
|
9313
|
+
.mr-lg-n3,
|
9314
|
+
.mx-lg-n3 {
|
9315
|
+
margin-right: -1rem !important;
|
9316
|
+
}
|
9317
|
+
.mb-lg-n3,
|
9318
|
+
.my-lg-n3 {
|
9319
|
+
margin-bottom: -1rem !important;
|
9320
|
+
}
|
9321
|
+
.ml-lg-n3,
|
9322
|
+
.mx-lg-n3 {
|
9323
|
+
margin-left: -1rem !important;
|
9324
|
+
}
|
9325
|
+
.m-lg-n4 {
|
9326
|
+
margin: -1.5rem !important;
|
9327
|
+
}
|
9328
|
+
.mt-lg-n4,
|
9329
|
+
.my-lg-n4 {
|
9330
|
+
margin-top: -1.5rem !important;
|
9331
|
+
}
|
9332
|
+
.mr-lg-n4,
|
9333
|
+
.mx-lg-n4 {
|
9334
|
+
margin-right: -1.5rem !important;
|
9335
|
+
}
|
9336
|
+
.mb-lg-n4,
|
9337
|
+
.my-lg-n4 {
|
9338
|
+
margin-bottom: -1.5rem !important;
|
9339
|
+
}
|
9340
|
+
.ml-lg-n4,
|
9341
|
+
.mx-lg-n4 {
|
9342
|
+
margin-left: -1.5rem !important;
|
9343
|
+
}
|
9344
|
+
.m-lg-n5 {
|
9345
|
+
margin: -3rem !important;
|
9346
|
+
}
|
9347
|
+
.mt-lg-n5,
|
9348
|
+
.my-lg-n5 {
|
9349
|
+
margin-top: -3rem !important;
|
9350
|
+
}
|
9351
|
+
.mr-lg-n5,
|
9352
|
+
.mx-lg-n5 {
|
9353
|
+
margin-right: -3rem !important;
|
9354
|
+
}
|
9355
|
+
.mb-lg-n5,
|
9356
|
+
.my-lg-n5 {
|
9357
|
+
margin-bottom: -3rem !important;
|
9358
|
+
}
|
9359
|
+
.ml-lg-n5,
|
9360
|
+
.mx-lg-n5 {
|
9361
|
+
margin-left: -3rem !important;
|
9362
|
+
}
|
8475
9363
|
.m-lg-auto {
|
8476
9364
|
margin: auto !important;
|
8477
9365
|
}
|
@@ -8722,6 +9610,101 @@ button.bg-dark:focus {
|
|
8722
9610
|
.px-xl-5 {
|
8723
9611
|
padding-left: 3rem !important;
|
8724
9612
|
}
|
9613
|
+
.m-xl-n1 {
|
9614
|
+
margin: -0.25rem !important;
|
9615
|
+
}
|
9616
|
+
.mt-xl-n1,
|
9617
|
+
.my-xl-n1 {
|
9618
|
+
margin-top: -0.25rem !important;
|
9619
|
+
}
|
9620
|
+
.mr-xl-n1,
|
9621
|
+
.mx-xl-n1 {
|
9622
|
+
margin-right: -0.25rem !important;
|
9623
|
+
}
|
9624
|
+
.mb-xl-n1,
|
9625
|
+
.my-xl-n1 {
|
9626
|
+
margin-bottom: -0.25rem !important;
|
9627
|
+
}
|
9628
|
+
.ml-xl-n1,
|
9629
|
+
.mx-xl-n1 {
|
9630
|
+
margin-left: -0.25rem !important;
|
9631
|
+
}
|
9632
|
+
.m-xl-n2 {
|
9633
|
+
margin: -0.5rem !important;
|
9634
|
+
}
|
9635
|
+
.mt-xl-n2,
|
9636
|
+
.my-xl-n2 {
|
9637
|
+
margin-top: -0.5rem !important;
|
9638
|
+
}
|
9639
|
+
.mr-xl-n2,
|
9640
|
+
.mx-xl-n2 {
|
9641
|
+
margin-right: -0.5rem !important;
|
9642
|
+
}
|
9643
|
+
.mb-xl-n2,
|
9644
|
+
.my-xl-n2 {
|
9645
|
+
margin-bottom: -0.5rem !important;
|
9646
|
+
}
|
9647
|
+
.ml-xl-n2,
|
9648
|
+
.mx-xl-n2 {
|
9649
|
+
margin-left: -0.5rem !important;
|
9650
|
+
}
|
9651
|
+
.m-xl-n3 {
|
9652
|
+
margin: -1rem !important;
|
9653
|
+
}
|
9654
|
+
.mt-xl-n3,
|
9655
|
+
.my-xl-n3 {
|
9656
|
+
margin-top: -1rem !important;
|
9657
|
+
}
|
9658
|
+
.mr-xl-n3,
|
9659
|
+
.mx-xl-n3 {
|
9660
|
+
margin-right: -1rem !important;
|
9661
|
+
}
|
9662
|
+
.mb-xl-n3,
|
9663
|
+
.my-xl-n3 {
|
9664
|
+
margin-bottom: -1rem !important;
|
9665
|
+
}
|
9666
|
+
.ml-xl-n3,
|
9667
|
+
.mx-xl-n3 {
|
9668
|
+
margin-left: -1rem !important;
|
9669
|
+
}
|
9670
|
+
.m-xl-n4 {
|
9671
|
+
margin: -1.5rem !important;
|
9672
|
+
}
|
9673
|
+
.mt-xl-n4,
|
9674
|
+
.my-xl-n4 {
|
9675
|
+
margin-top: -1.5rem !important;
|
9676
|
+
}
|
9677
|
+
.mr-xl-n4,
|
9678
|
+
.mx-xl-n4 {
|
9679
|
+
margin-right: -1.5rem !important;
|
9680
|
+
}
|
9681
|
+
.mb-xl-n4,
|
9682
|
+
.my-xl-n4 {
|
9683
|
+
margin-bottom: -1.5rem !important;
|
9684
|
+
}
|
9685
|
+
.ml-xl-n4,
|
9686
|
+
.mx-xl-n4 {
|
9687
|
+
margin-left: -1.5rem !important;
|
9688
|
+
}
|
9689
|
+
.m-xl-n5 {
|
9690
|
+
margin: -3rem !important;
|
9691
|
+
}
|
9692
|
+
.mt-xl-n5,
|
9693
|
+
.my-xl-n5 {
|
9694
|
+
margin-top: -3rem !important;
|
9695
|
+
}
|
9696
|
+
.mr-xl-n5,
|
9697
|
+
.mx-xl-n5 {
|
9698
|
+
margin-right: -3rem !important;
|
9699
|
+
}
|
9700
|
+
.mb-xl-n5,
|
9701
|
+
.my-xl-n5 {
|
9702
|
+
margin-bottom: -3rem !important;
|
9703
|
+
}
|
9704
|
+
.ml-xl-n5,
|
9705
|
+
.mx-xl-n5 {
|
9706
|
+
margin-left: -3rem !important;
|
9707
|
+
}
|
8725
9708
|
.m-xl-auto {
|
8726
9709
|
margin: auto !important;
|
8727
9710
|
}
|
@@ -8744,13 +9727,17 @@ button.bg-dark:focus {
|
|
8744
9727
|
}
|
8745
9728
|
|
8746
9729
|
.text-monospace {
|
8747
|
-
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
9730
|
+
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
|
8748
9731
|
}
|
8749
9732
|
|
8750
9733
|
.text-justify {
|
8751
9734
|
text-align: justify !important;
|
8752
9735
|
}
|
8753
9736
|
|
9737
|
+
.text-wrap {
|
9738
|
+
white-space: normal !important;
|
9739
|
+
}
|
9740
|
+
|
8754
9741
|
.text-nowrap {
|
8755
9742
|
white-space: nowrap !important;
|
8756
9743
|
}
|
@@ -8837,6 +9824,10 @@ button.bg-dark:focus {
|
|
8837
9824
|
font-weight: 300 !important;
|
8838
9825
|
}
|
8839
9826
|
|
9827
|
+
.font-weight-lighter {
|
9828
|
+
font-weight: lighter !important;
|
9829
|
+
}
|
9830
|
+
|
8840
9831
|
.font-weight-normal {
|
8841
9832
|
font-weight: 400 !important;
|
8842
9833
|
}
|
@@ -8845,6 +9836,10 @@ button.bg-dark:focus {
|
|
8845
9836
|
font-weight: 700 !important;
|
8846
9837
|
}
|
8847
9838
|
|
9839
|
+
.font-weight-bolder {
|
9840
|
+
font-weight: bolder !important;
|
9841
|
+
}
|
9842
|
+
|
8848
9843
|
.font-italic {
|
8849
9844
|
font-style: italic !important;
|
8850
9845
|
}
|
@@ -8858,7 +9853,7 @@ button.bg-dark:focus {
|
|
8858
9853
|
}
|
8859
9854
|
|
8860
9855
|
a.text-primary:hover, a.text-primary:focus {
|
8861
|
-
color: #
|
9856
|
+
color: #0056b3 !important;
|
8862
9857
|
}
|
8863
9858
|
|
8864
9859
|
.text-secondary {
|
@@ -8866,7 +9861,7 @@ a.text-primary:hover, a.text-primary:focus {
|
|
8866
9861
|
}
|
8867
9862
|
|
8868
9863
|
a.text-secondary:hover, a.text-secondary:focus {
|
8869
|
-
color: #
|
9864
|
+
color: #494f54 !important;
|
8870
9865
|
}
|
8871
9866
|
|
8872
9867
|
.text-success {
|
@@ -8874,7 +9869,7 @@ a.text-secondary:hover, a.text-secondary:focus {
|
|
8874
9869
|
}
|
8875
9870
|
|
8876
9871
|
a.text-success:hover, a.text-success:focus {
|
8877
|
-
color: #
|
9872
|
+
color: #19692c !important;
|
8878
9873
|
}
|
8879
9874
|
|
8880
9875
|
.text-info {
|
@@ -8882,7 +9877,7 @@ a.text-success:hover, a.text-success:focus {
|
|
8882
9877
|
}
|
8883
9878
|
|
8884
9879
|
a.text-info:hover, a.text-info:focus {
|
8885
|
-
color: #
|
9880
|
+
color: #0f6674 !important;
|
8886
9881
|
}
|
8887
9882
|
|
8888
9883
|
.text-warning {
|
@@ -8890,7 +9885,7 @@ a.text-info:hover, a.text-info:focus {
|
|
8890
9885
|
}
|
8891
9886
|
|
8892
9887
|
a.text-warning:hover, a.text-warning:focus {
|
8893
|
-
color: #
|
9888
|
+
color: #ba8b00 !important;
|
8894
9889
|
}
|
8895
9890
|
|
8896
9891
|
.text-danger {
|
@@ -8898,7 +9893,7 @@ a.text-warning:hover, a.text-warning:focus {
|
|
8898
9893
|
}
|
8899
9894
|
|
8900
9895
|
a.text-danger:hover, a.text-danger:focus {
|
8901
|
-
color: #
|
9896
|
+
color: #a71d2a !important;
|
8902
9897
|
}
|
8903
9898
|
|
8904
9899
|
.text-light {
|
@@ -8906,7 +9901,7 @@ a.text-danger:hover, a.text-danger:focus {
|
|
8906
9901
|
}
|
8907
9902
|
|
8908
9903
|
a.text-light:hover, a.text-light:focus {
|
8909
|
-
color: #
|
9904
|
+
color: #cbd3da !important;
|
8910
9905
|
}
|
8911
9906
|
|
8912
9907
|
.text-dark {
|
@@ -8914,7 +9909,7 @@ a.text-light:hover, a.text-light:focus {
|
|
8914
9909
|
}
|
8915
9910
|
|
8916
9911
|
a.text-dark:hover, a.text-dark:focus {
|
8917
|
-
color: #
|
9912
|
+
color: #121416 !important;
|
8918
9913
|
}
|
8919
9914
|
|
8920
9915
|
.text-body {
|
@@ -8941,6 +9936,19 @@ a.text-dark:hover, a.text-dark:focus {
|
|
8941
9936
|
border: 0;
|
8942
9937
|
}
|
8943
9938
|
|
9939
|
+
.text-decoration-none {
|
9940
|
+
text-decoration: none !important;
|
9941
|
+
}
|
9942
|
+
|
9943
|
+
.text-break {
|
9944
|
+
word-break: break-word !important;
|
9945
|
+
overflow-wrap: break-word !important;
|
9946
|
+
}
|
9947
|
+
|
9948
|
+
.text-reset {
|
9949
|
+
color: inherit !important;
|
9950
|
+
}
|
9951
|
+
|
8944
9952
|
.visible {
|
8945
9953
|
visibility: visible !important;
|
8946
9954
|
}
|
@@ -9027,4 +10035,3 @@ a.text-dark:hover, a.text-dark:focus {
|
|
9027
10035
|
border-color: #dee2e6;
|
9028
10036
|
}
|
9029
10037
|
}
|
9030
|
-
/*# sourceMappingURL=bootstrap.css.map */
|