/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/dist/assets/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(/dist/assets/fontawesome-webfont.674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/dist/assets/fontawesome-webfont.af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(/dist/assets/fontawesome-webfont.fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(/dist/assets/fontawesome-webfont.b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(/dist/assets/fontawesome-webfont.912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-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; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6; }

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.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: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.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 {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; }

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.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 {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .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; }
  .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; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }
  .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; }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: 0.65; }

.btn:not(:disabled):not(.disabled) {
  cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

.btn-link:focus, .btn-link.focus {
  text-decoration: underline; }

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.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, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1; }

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.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; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px; }

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.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%; }

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0; }

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex; }

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3; }

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.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: 0.25rem; }

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
  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;
  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; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

.custom-select::-ms-expand {
  display: none; }

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: 0; }

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none; } }

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none; } }

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:hover, .nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.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: 0.5rem 1rem; }

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  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; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-nav-scroll {
  overflow: visible; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff; }

.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, 0.125);
  border-radius: 0.25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit; }

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .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; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.accordion {
  overflow-anchor: none; }

.accordion > .card {
  overflow: hidden; }

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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; }

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none; } }

a.badge:hover, a.badge:focus {
  text-decoration: none; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc; }

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62; }

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34; }

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b; }

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00; }

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130; }

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5; }

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124; }

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@-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; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit; }

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-item + .list-group-item {
  border-top-width: 0; }

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px; }

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row; }

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0; }

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0; }

.list-group-horizontal > .list-group-item.active {
  margin-top: 0; }

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0; }

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }

.list-group-flush > .list-group-item {
  border-width: 0 0 1px; }

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }

.toast:not(:last-child) {
  margin-bottom: 0.75rem; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02); }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: -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, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: 0.5; }

.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: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }

.modal-footer > * {
  margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: 0.9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.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", "Liberation 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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem; }

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px); }

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px); }

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff; }

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0; }

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  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: 0.5;
  transition: opacity 0.15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none; } }

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.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 0.6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important; }

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.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); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  100%, 75% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  100%, 75% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.faa-parent.animated-hover:hover > .faa-wrench, .faa-wrench.animated, .faa-wrench.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial; }

.faa-parent.animated-hover:hover > .faa-wrench.faa-fast, .faa-wrench.animated-hover.faa-fast:hover, .faa-wrench.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite; }

.faa-parent.animated-hover:hover > .faa-wrench.faa-slow, .faa-wrench.animated-hover.faa-slow:hover, .faa-wrench.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite; }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  100%, 20% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  100%, 20% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.faa-parent.animated-hover:hover > .faa-ring, .faa-ring.animated, .faa-ring.animated-hover:hover {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial; }

.faa-parent.animated-hover:hover > .faa-ring.faa-fast, .faa-ring.animated-hover.faa-fast:hover, .faa-ring.animated.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite; }

.faa-parent.animated-hover:hover > .faa-ring.faa-slow, .faa-ring.animated-hover.faa-slow:hover, .faa-ring.animated.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite; }

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  100%, 22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  100%, 22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.faa-parent.animated-hover:hover > .faa-vertical, .faa-vertical.animated, .faa-vertical.animated-hover:hover {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite; }

.faa-parent.animated-hover:hover > .faa-vertical.faa-fast, .faa-vertical.animated-hover.faa-fast:hover, .faa-vertical.animated.faa-fast {
  -webkit-animation: vertical 1s ease infinite;
  animation: vertical 1s ease infinite; }

.faa-parent.animated-hover:hover > .faa-vertical.faa-slow, .faa-vertical.animated-hover.faa-slow:hover, .faa-vertical.animated.faa-slow {
  -webkit-animation: vertical 4s ease infinite;
  animation: vertical 4s ease infinite; }

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  100%, 36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  100%, 36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite; }

.faa-horizontal.animated-hover.faa-fast:hover, .faa-horizontal.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite; }

.faa-horizontal.animated-hover.faa-slow:hover, .faa-horizontal.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite; }

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.faa-flash.animated, .faa-flash.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite; }

.faa-flash.animated-hover.faa-fast:hover, .faa-flash.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite; }

.faa-flash.animated-hover.faa-slow:hover, .faa-flash.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite; }

@-webkit-keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

.faa-bounce.animated, .faa-bounce.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite; }

.faa-bounce.animated-hover.faa-fast:hover, .faa-bounce.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite; }

.faa-bounce.animated-hover.faa-slow:hover, .faa-bounce.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.faa-parent.animated-hover:hover > .faa-spin, .faa-spin.animated, .faa-spin.animated-hover:hover {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

.faa-parent.animated-hover:hover > .faa-spin.faa-fast, .faa-spin.animated-hover.faa-fast:hover, .faa-spin.animated.faa-fast {
  -webkit-animation: spin .7s linear infinite;
  animation: spin .7s linear infinite; }

.faa-parent.animated-hover:hover > .faa-spin.faa-slow, .faa-spin.animated-hover.faa-slow:hover, .faa-spin.animated.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite; }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.faa-float.animated, .faa-float.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite; }

.faa-float.animated-hover.faa-fast:hover, .faa-float.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-float.faa-fast {
  -webkit-animation: float 1s linear infinite;
  animation: float 1s linear infinite; }

.faa-float.animated-hover.faa-slow:hover, .faa-float.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-float.faa-slow {
  -webkit-animation: float 3s linear infinite;
  animation: float 3s linear infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.faa-parent.animated-hover:hover > .faa-pulse, .faa-pulse.animated, .faa-pulse.animated-hover:hover {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite; }

.faa-parent.animated-hover:hover > .faa-pulse.faa-fast, .faa-pulse.animated-hover.faa-fast:hover, .faa-pulse.animated.faa-fast {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite; }

.faa-parent.animated-hover:hover > .faa-pulse.faa-slow, .faa-pulse.animated-hover.faa-slow:hover, .faa-pulse.animated.faa-slow {
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite; }

.faa-parent.animated-hover:hover > .faa-shake, .faa-shake.animated, .faa-shake.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite; }

.faa-parent.animated-hover:hover > .faa-shake.faa-fast, .faa-shake.animated-hover.faa-fast:hover, .faa-shake.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite; }

.faa-parent.animated-hover:hover > .faa-shake.faa-slow, .faa-shake.animated-hover.faa-slow:hover, .faa-shake.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  100%, 80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  100%, 80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.faa-parent.animated-hover:hover > .faa-tada, .faa-tada.animated, .faa-tada.animated-hover:hover {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite; }

.faa-parent.animated-hover:hover > .faa-tada.faa-fast, .faa-tada.animated-hover.faa-fast:hover, .faa-tada.animated.faa-fast {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite; }

.faa-parent.animated-hover:hover > .faa-tada.faa-slow, .faa-tada.animated-hover.faa-slow:hover, .faa-tada.animated.faa-slow {
  -webkit-animation: tada 3s linear infinite;
  animation: tada 3s linear infinite; }

@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }

@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }

.faa-parent.animated-hover:hover > .faa-passing, .faa-passing.animated, .faa-passing.animated-hover:hover {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite; }

.faa-parent.animated-hover:hover > .faa-passing.faa-fast, .faa-passing.animated-hover.faa-fast:hover, .faa-passing.animated.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite; }

.faa-parent.animated-hover:hover > .faa-passing.faa-slow, .faa-passing.animated-hover.faa-slow:hover, .faa-passing.animated.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite; }

@-webkit-keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; } }

@keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; } }

.faa-parent.animated-hover:hover > .faa-passing-reverse, .faa-passing-reverse.animated, .faa-passing-reverse.animated-hover:hover {
  -webkit-animation: passing-reverse 2s linear infinite;
  animation: passing-reverse 2s linear infinite; }

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast, .faa-passing-reverse.animated-hover.faa-fast:hover, .faa-passing-reverse.animated.faa-fast {
  -webkit-animation: passing-reverse 1s linear infinite;
  animation: passing-reverse 1s linear infinite; }

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow, .faa-passing-reverse.animated-hover.faa-slow:hover, .faa-passing-reverse.animated.faa-slow {
  -webkit-animation: passing-reverse 3s linear infinite;
  animation: passing-reverse 3s linear infinite; }

@-webkit-keyframes burst {
  0% {
    opacity: .6; }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes burst {
  0% {
    opacity: .6; }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0; }
  100% {
    opacity: 0; } }

.faa-burst.animated, .faa-burst.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear; }

.faa-burst.animated-hover.faa-fast:hover, .faa-burst.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear; }

.faa-burst.animated-hover.faa-slow:hover, .faa-burst.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear; }

@-webkit-keyframes falling {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0; } }

@keyframes falling {
  0% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0; } }

.faa-falling.animated, .faa-falling.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-falling {
  -webkit-animation: falling 2s linear infinite;
  animation: falling 2s linear infinite; }

.faa-falling.animated-hover.faa-fast:hover, .faa-falling.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-falling.faa-fast {
  -webkit-animation: falling 1s linear infinite;
  animation: falling 1s linear infinite; }

.faa-falling.animated-hover.faa-slow:hover, .faa-falling.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-falling.faa-slow {
  -webkit-animation: falling 3s linear infinite;
  animation: falling 3s linear infinite; }

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em; }

.flag-icon:before {
  content: '\00a0'; }

.flag-icon.flag-icon-squared {
  width: 1em; }

.flag-icon-ad {
  background-image: url(/dist/assets/ad.d42274826fceb5a1b786df1cfeb5a5ef.svg); }

.flag-icon-ad.flag-icon-squared {
  background-image: url(/dist/assets/ad.e15ddeabbfce297178193b7858043ebd.svg); }

.flag-icon-ae {
  background-image: url(/dist/assets/ae.9fd1fcbfedb5ace0e6e61a88b3fc3402.svg); }

.flag-icon-ae.flag-icon-squared {
  background-image: url(/dist/assets/ae.7847726d0663899a3e31b3e21b6d2b68.svg); }

.flag-icon-af {
  background-image: url(/dist/assets/af.008dc3229529b5e6be2aa03ce93fc03e.svg); }

.flag-icon-af.flag-icon-squared {
  background-image: url(/dist/assets/af.fa735e43100e6ba7d02afc2d27ff088c.svg); }

.flag-icon-ag {
  background-image: url(/dist/assets/ag.cce32c739dde31fdbee1e421de18aeac.svg); }

.flag-icon-ag.flag-icon-squared {
  background-image: url(/dist/assets/ag.53a600867bab3b2284da8445e7d9cc93.svg); }

.flag-icon-ai {
  background-image: url(/dist/assets/ai.c2f29c4d57cfcba3c9b2374b2c7e461f.svg); }

.flag-icon-ai.flag-icon-squared {
  background-image: url(/dist/assets/ai.9fe4d6b75d40228a802475e855522ad0.svg); }

.flag-icon-al {
  background-image: url(/dist/assets/al.4eb491e7412fcc678a29741fdc941eba.svg); }

.flag-icon-al.flag-icon-squared {
  background-image: url(/dist/assets/al.46612c2737ddd5ca906721aeb63aa7c0.svg); }

.flag-icon-am {
  background-image: url(/dist/assets/am.06509258e6113e2e0e54592337ac8171.svg); }

.flag-icon-am.flag-icon-squared {
  background-image: url(/dist/assets/am.c86a9e1691e7ab36234a070301467f01.svg); }

.flag-icon-ao {
  background-image: url(/dist/assets/ao.8b6f2ec29629876f9c00839932ded057.svg); }

.flag-icon-ao.flag-icon-squared {
  background-image: url(/dist/assets/ao.ab8cc21b5392f6d7b213e6349c7237c2.svg); }

.flag-icon-aq {
  background-image: url(/dist/assets/aq.65afe1f1ffb9d9a23d25d2327ba2c3d3.svg); }

.flag-icon-aq.flag-icon-squared {
  background-image: url(/dist/assets/aq.65448909a82325121a92bb71012091d7.svg); }

.flag-icon-ar {
  background-image: url(/dist/assets/ar.d205ca1376dbe5ce35b5b926fe739959.svg); }

.flag-icon-ar.flag-icon-squared {
  background-image: url(/dist/assets/ar.78827b0be4fd4c4f4fb458b2501309d1.svg); }

.flag-icon-as {
  background-image: url(/dist/assets/as.16f433a627bc83a007bba2cbaa686aee.svg); }

.flag-icon-as.flag-icon-squared {
  background-image: url(/dist/assets/as.27f3e372f5d36da8c96a4eca50e6fb57.svg); }

.flag-icon-at {
  background-image: url(/dist/assets/at.e2634e96c9ad4694d5133cc83e2c6564.svg); }

.flag-icon-at.flag-icon-squared {
  background-image: url(/dist/assets/at.5ab33f744e92b143361e951c81f0f60d.svg); }

.flag-icon-au {
  background-image: url(/dist/assets/au.503a3a980ccbc651a8acc57b6f6d2dab.svg); }

.flag-icon-au.flag-icon-squared {
  background-image: url(/dist/assets/au.9b18ee0449e1b5cd1c783fda310eed4f.svg); }

.flag-icon-aw {
  background-image: url(/dist/assets/aw.47ea7038c8fea471afdd906694068310.svg); }

.flag-icon-aw.flag-icon-squared {
  background-image: url(/dist/assets/aw.f159ec168ea083c41505dce64eb31923.svg); }

.flag-icon-ax {
  background-image: url(/dist/assets/ax.c26f83744d3df6899632e575d390681a.svg); }

.flag-icon-ax.flag-icon-squared {
  background-image: url(/dist/assets/ax.fdd00c438df18b3216076ae0e145673b.svg); }

.flag-icon-az {
  background-image: url(/dist/assets/az.451284cedf7277f87440e014c3c11557.svg); }

.flag-icon-az.flag-icon-squared {
  background-image: url(/dist/assets/az.0b4258df02490e0504d93c20984c467d.svg); }

.flag-icon-ba {
  background-image: url(/dist/assets/ba.3223166179b08490c6c2291ace1894f0.svg); }

.flag-icon-ba.flag-icon-squared {
  background-image: url(/dist/assets/ba.a9dbadd71245f7d220448c10b6939fd1.svg); }

.flag-icon-bb {
  background-image: url(/dist/assets/bb.9873885f352c415ad25c32ecf69e5cd3.svg); }

.flag-icon-bb.flag-icon-squared {
  background-image: url(/dist/assets/bb.45c62450e2d60784a4f02d25e80e0b78.svg); }

.flag-icon-bd {
  background-image: url(/dist/assets/bd.5102bab03db6e13a165043eedab1e332.svg); }

.flag-icon-bd.flag-icon-squared {
  background-image: url(/dist/assets/bd.c4a1485f3606f93b55fa19d86ec3219c.svg); }

.flag-icon-be {
  background-image: url(/dist/assets/be.27d8ca49197f90010475d2b3646ce6b5.svg); }

.flag-icon-be.flag-icon-squared {
  background-image: url(/dist/assets/be.f1e78c8b3266b110a4a523c4cde8d7f2.svg); }

.flag-icon-bf {
  background-image: url(/dist/assets/bf.9a958401fd126a3c08686ece9477cea3.svg); }

.flag-icon-bf.flag-icon-squared {
  background-image: url(/dist/assets/bf.48eb94de0b25013f341693acc2abb3b2.svg); }

.flag-icon-bg {
  background-image: url(/dist/assets/bg.3d762564b2be000f52ca9038e8f42ad4.svg); }

.flag-icon-bg.flag-icon-squared {
  background-image: url(/dist/assets/bg.7163fe7683bf09611884f33ebf512d6a.svg); }

.flag-icon-bh {
  background-image: url(/dist/assets/bh.ef135f3ca77838cbb6e329d57d250c9a.svg); }

.flag-icon-bh.flag-icon-squared {
  background-image: url(/dist/assets/bh.90ad3cbd95a2834f0a787db075cdb4fc.svg); }

.flag-icon-bi {
  background-image: url(/dist/assets/bi.06f36479b44476f25fc935175ac8a596.svg); }

.flag-icon-bi.flag-icon-squared {
  background-image: url(/dist/assets/bi.75d5af3debe2895f5eb256ea01ab2458.svg); }

.flag-icon-bj {
  background-image: url(/dist/assets/bj.c81e891543509717b02a594b40afa14a.svg); }

.flag-icon-bj.flag-icon-squared {
  background-image: url(/dist/assets/bj.b6387659d755f8364b76c2bc8ca15d65.svg); }

.flag-icon-bl {
  background-image: url(/dist/assets/bl.38e27b684c0a7f079cc7e1762e5e1ade.svg); }

.flag-icon-bl.flag-icon-squared {
  background-image: url(/dist/assets/bl.4d724b8ec2c508cf9abf4abef61289bc.svg); }

.flag-icon-bm {
  background-image: url(/dist/assets/bm.0fdefae88aaed5d7f18948b45cf3086d.svg); }

.flag-icon-bm.flag-icon-squared {
  background-image: url(/dist/assets/bm.09839e2cd707999b472d6631640dba1c.svg); }

.flag-icon-bn {
  background-image: url(/dist/assets/bn.1d4e60918c474f844110c46d560233b8.svg); }

.flag-icon-bn.flag-icon-squared {
  background-image: url(/dist/assets/bn.0adbb6646a1e26c449969a38e3bbc3ba.svg); }

.flag-icon-bo {
  background-image: url(/dist/assets/bo.4128202a176b10fa597f1221f8e7e4cd.svg); }

.flag-icon-bo.flag-icon-squared {
  background-image: url(/dist/assets/bo.eab17936c2d9dd56edd3f134c8e6f29c.svg); }

.flag-icon-bq {
  background-image: url(/dist/assets/bq.b551016fbdf64b9d22f1c7b34a6a3a8d.svg); }

.flag-icon-bq.flag-icon-squared {
  background-image: url(/dist/assets/bq.d6da2e848d831d87d51683d9340dbd38.svg); }

.flag-icon-br {
  background-image: url(/dist/assets/br.87032851c3532c9dd64f20f4bee155a9.svg); }

.flag-icon-br.flag-icon-squared {
  background-image: url(/dist/assets/br.ef701aba4f5dc68beb3166d7a19c8787.svg); }

.flag-icon-bs {
  background-image: url(/dist/assets/bs.9f8a4eae81ab5bc495dd7fa4f7b26d87.svg); }

.flag-icon-bs.flag-icon-squared {
  background-image: url(/dist/assets/bs.6fe877e157af3feb09878e657d8ad1f7.svg); }

.flag-icon-bt {
  background-image: url(/dist/assets/bt.65b20c56edb0ae6f6523f7242256bf25.svg); }

.flag-icon-bt.flag-icon-squared {
  background-image: url(/dist/assets/bt.dbb1623f2a2bcf088f45e7c5a4eee71f.svg); }

.flag-icon-bv {
  background-image: url(/dist/assets/bv.78bef9106e11eade7698e39f6ed831c7.svg); }

.flag-icon-bv.flag-icon-squared {
  background-image: url(/dist/assets/bv.b70ab2f2a1fdb7d66f6870a4f243f843.svg); }

.flag-icon-bw {
  background-image: url(/dist/assets/bw.d1585fdf351c0bcd56a04ab460d51b3c.svg); }

.flag-icon-bw.flag-icon-squared {
  background-image: url(/dist/assets/bw.d9e5e45f7cabb9c0790ba95948c30609.svg); }

.flag-icon-by {
  background-image: url(/dist/assets/by.f4cbd761094b27fc253729dfbacfceeb.svg); }

.flag-icon-by.flag-icon-squared {
  background-image: url(/dist/assets/by.80b2d2dd15003da07957e37b5d7aef23.svg); }

.flag-icon-bz {
  background-image: url(/dist/assets/bz.64d617eaf3f2c6f3f0256985b4ede543.svg); }

.flag-icon-bz.flag-icon-squared {
  background-image: url(/dist/assets/bz.e6b5e204d3da700fbf9004584f69d6fa.svg); }

.flag-icon-ca {
  background-image: url(/dist/assets/ca.c976442e32a435a0ea72b42d40dbe8ef.svg); }

.flag-icon-ca.flag-icon-squared {
  background-image: url(/dist/assets/ca.8678fc67f7ebd50a5fc7c12a39ab93a2.svg); }

.flag-icon-cc {
  background-image: url(/dist/assets/cc.2da4bb974f777f45e0398ac1ba44e507.svg); }

.flag-icon-cc.flag-icon-squared {
  background-image: url(/dist/assets/cc.12b2a48420c7a24559f89dd27348b05a.svg); }

.flag-icon-cd {
  background-image: url(/dist/assets/cd.cd346cdc7caa416803025986e843a600.svg); }

.flag-icon-cd.flag-icon-squared {
  background-image: url(/dist/assets/cd.b43f872e1441147e938995ee5a709e19.svg); }

.flag-icon-cf {
  background-image: url(/dist/assets/cf.2171101e459db58cc9311ec6a0926648.svg); }

.flag-icon-cf.flag-icon-squared {
  background-image: url(/dist/assets/cf.1bc217dc2a400899db46ee10cdd913d8.svg); }

.flag-icon-cg {
  background-image: url(/dist/assets/cg.4396b867b33acac643e6d978fb99f1ac.svg); }

.flag-icon-cg.flag-icon-squared {
  background-image: url(/dist/assets/cg.8373836c83f0ae012b428ab2308e4352.svg); }

.flag-icon-ch {
  background-image: url(/dist/assets/ch.9c26f60a63bf575c6b7be3eec11e3043.svg); }

.flag-icon-ch.flag-icon-squared {
  background-image: url(/dist/assets/ch.252c409ba2d2600aaf08946b9280b670.svg); }

.flag-icon-ci {
  background-image: url(/dist/assets/ci.d939dcac611747f6857eb4b92cb14c8e.svg); }

.flag-icon-ci.flag-icon-squared {
  background-image: url(/dist/assets/ci.26a62321690cd175f47305c05a55f409.svg); }

.flag-icon-ck {
  background-image: url(/dist/assets/ck.960a7b5a2c2322b898007c4611cecfd0.svg); }

.flag-icon-ck.flag-icon-squared {
  background-image: url(/dist/assets/ck.22bf8119f315420569c9699f027cfd03.svg); }

.flag-icon-cl {
  background-image: url(/dist/assets/cl.8949f9e6d4f88c4f5bc1fe5f3b4e44c4.svg); }

.flag-icon-cl.flag-icon-squared {
  background-image: url(/dist/assets/cl.6d63ff70245fe5abcbf9ccc50cecf8c2.svg); }

.flag-icon-cm {
  background-image: url(/dist/assets/cm.5799ad4c126b0a6b1a3f01599f862ad2.svg); }

.flag-icon-cm.flag-icon-squared {
  background-image: url(/dist/assets/cm.c972441e6e4522441d18c0390c143d32.svg); }

.flag-icon-cn {
  background-image: url(/dist/assets/cn.02c229de4d98ea1668384d2ed4cc558d.svg); }

.flag-icon-cn.flag-icon-squared {
  background-image: url(/dist/assets/cn.a94c93941a4d8907fc2be5a61841c2b9.svg); }

.flag-icon-co {
  background-image: url(/dist/assets/co.3b252a1a91262604a52801ec3dda088d.svg); }

.flag-icon-co.flag-icon-squared {
  background-image: url(/dist/assets/co.41244c207c1c8c92c0140d5fad3b08b1.svg); }

.flag-icon-cr {
  background-image: url(/dist/assets/cr.7b4ebd50f5274e5bfca82408ca79c32d.svg); }

.flag-icon-cr.flag-icon-squared {
  background-image: url(/dist/assets/cr.657d7dbcfdeb67b9324dc45f99a1e17c.svg); }

.flag-icon-cu {
  background-image: url(/dist/assets/cu.750c91b200d29892cf10f9887253105f.svg); }

.flag-icon-cu.flag-icon-squared {
  background-image: url(/dist/assets/cu.0b42edabb93ec1c4862f441f4151996e.svg); }

.flag-icon-cv {
  background-image: url(/dist/assets/cv.f9922e019e929da267a67ee784bdde66.svg); }

.flag-icon-cv.flag-icon-squared {
  background-image: url(/dist/assets/cv.20a8cfffe0e96905132967daae5e2578.svg); }

.flag-icon-cw {
  background-image: url(/dist/assets/cw.f1b3043c88d52ecf9222b5987791bbac.svg); }

.flag-icon-cw.flag-icon-squared {
  background-image: url(/dist/assets/cw.69f19c22070d22008ce7c303e82be825.svg); }

.flag-icon-cx {
  background-image: url(/dist/assets/cx.aa81bb9ef6d3ed6a6d20b6468ee40d02.svg); }

.flag-icon-cx.flag-icon-squared {
  background-image: url(/dist/assets/cx.172a41ec42fd864193881fc48b6bf4d7.svg); }

.flag-icon-cy {
  background-image: url(/dist/assets/cy.d069616cbc4fb181cdadc171a5038ff2.svg); }

.flag-icon-cy.flag-icon-squared {
  background-image: url(/dist/assets/cy.9f04989a23400aa64e7a7ac053f32963.svg); }

.flag-icon-cz {
  background-image: url(/dist/assets/cz.2339f3df385beb6667b8fd621e6a53dd.svg); }

.flag-icon-cz.flag-icon-squared {
  background-image: url(/dist/assets/cz.80879b0e86919c6859d875da48efd0e0.svg); }

.flag-icon-de {
  background-image: url(/dist/assets/de.3e726c2b6a59e6e4543c0a1534d93796.svg); }

.flag-icon-de.flag-icon-squared {
  background-image: url(/dist/assets/de.4d7bac3b0b9ab578b009c54fecd5d06f.svg); }

.flag-icon-dj {
  background-image: url(/dist/assets/dj.423c41561146de8c3017bbe35919e0bd.svg); }

.flag-icon-dj.flag-icon-squared {
  background-image: url(/dist/assets/dj.0c386d224ea283b79429a3097c055388.svg); }

.flag-icon-dk {
  background-image: url(/dist/assets/dk.eb1416e02baeee91a39f721e871caf23.svg); }

.flag-icon-dk.flag-icon-squared {
  background-image: url(/dist/assets/dk.d046fb5b6363db6e655b3c1011c6f779.svg); }

.flag-icon-dm {
  background-image: url(/dist/assets/dm.46f58d408f6a338114dbd063b87f97f7.svg); }

.flag-icon-dm.flag-icon-squared {
  background-image: url(/dist/assets/dm.664bf04224fd8e022ee0170a8b43b5c8.svg); }

.flag-icon-do {
  background-image: url(/dist/assets/do.79f8bf8c1a68481e09267f5215ef80ca.svg); }

.flag-icon-do.flag-icon-squared {
  background-image: url(/dist/assets/do.07d2b1ed2aa93592afc9fb24521267d2.svg); }

.flag-icon-dz {
  background-image: url(/dist/assets/dz.4be984a3b7c813f2937097bdd83801f1.svg); }

.flag-icon-dz.flag-icon-squared {
  background-image: url(/dist/assets/dz.b03e5aec7ad5a75fce37f5c48efe32c1.svg); }

.flag-icon-ec {
  background-image: url(/dist/assets/ec.5d6fdbf808b19221f220ae2e0e991017.svg); }

.flag-icon-ec.flag-icon-squared {
  background-image: url(/dist/assets/ec.5e9624dfa7ecdab7d752a423bc88fa3e.svg); }

.flag-icon-ee {
  background-image: url(/dist/assets/ee.6088c9ceb092913b54d7235ee2e56f2c.svg); }

.flag-icon-ee.flag-icon-squared {
  background-image: url(/dist/assets/ee.9e932a62565e7ddda05182b706b4e48f.svg); }

.flag-icon-eg {
  background-image: url(/dist/assets/eg.6b83ab95bd23daca2408f78d9381af8c.svg); }

.flag-icon-eg.flag-icon-squared {
  background-image: url(/dist/assets/eg.2ea321dd4b0a3aaf358950b90726466c.svg); }

.flag-icon-eh {
  background-image: url(/dist/assets/eh.3b662831ee7dd98f8995817929c38fe5.svg); }

.flag-icon-eh.flag-icon-squared {
  background-image: url(/dist/assets/eh.2a0e164e96dee84d0163ad37e859e22c.svg); }

.flag-icon-er {
  background-image: url(/dist/assets/er.e5e5e397d9e7e40f3b3078e291e3b396.svg); }

.flag-icon-er.flag-icon-squared {
  background-image: url(/dist/assets/er.bdfbf04ca25609debe2a56601a13f8a4.svg); }

.flag-icon-es {
  background-image: url(/dist/assets/es.50623e6a761b392b5381ce35e8a77f99.svg); }

.flag-icon-es.flag-icon-squared {
  background-image: url(/dist/assets/es.afff247381e7ebe7d31b609f33eca644.svg); }

.flag-icon-et {
  background-image: url(/dist/assets/et.2ebb0d3d6e63baf78a33bca7e1ae9326.svg); }

.flag-icon-et.flag-icon-squared {
  background-image: url(/dist/assets/et.1d986679c4676b25570d4ee8719a41de.svg); }

.flag-icon-fi {
  background-image: url(/dist/assets/fi.2649533e1d44a2ef75d5679ef6839b9e.svg); }

.flag-icon-fi.flag-icon-squared {
  background-image: url(/dist/assets/fi.b48413bec5778656a773aab237f031a4.svg); }

.flag-icon-fj {
  background-image: url(/dist/assets/fj.60620e850f30b0da0d89bc25f3d69958.svg); }

.flag-icon-fj.flag-icon-squared {
  background-image: url(/dist/assets/fj.76a7a39e11d32487b82b58046c23e708.svg); }

.flag-icon-fk {
  background-image: url(/dist/assets/fk.519e3de544b46b3524a5a2bbbc383625.svg); }

.flag-icon-fk.flag-icon-squared {
  background-image: url(/dist/assets/fk.aeb2d58832c6dc501253d235d5467fe3.svg); }

.flag-icon-fm {
  background-image: url(/dist/assets/fm.59c5190c55c637cc6786bcab140eb22c.svg); }

.flag-icon-fm.flag-icon-squared {
  background-image: url(/dist/assets/fm.3f19d612c1d987a0948edbf753d9b96f.svg); }

.flag-icon-fo {
  background-image: url(/dist/assets/fo.037e466d03f81cd46e76b58aa73fe492.svg); }

.flag-icon-fo.flag-icon-squared {
  background-image: url(/dist/assets/fo.329cbed566020b8e0d7a7b87fe977d28.svg); }

.flag-icon-fr {
  background-image: url(/dist/assets/fr.b1156355de9691d768df19a8a2b44da4.svg); }

.flag-icon-fr.flag-icon-squared {
  background-image: url(/dist/assets/fr.f8952213641bba462c7314007909d394.svg); }

.flag-icon-ga {
  background-image: url(/dist/assets/ga.29f203bb2828c1aed048b446c8abb0ae.svg); }

.flag-icon-ga.flag-icon-squared {
  background-image: url(/dist/assets/ga.33d27fe1d14e7a989255f6c1d24e5882.svg); }

.flag-icon-gb {
  background-image: url(/dist/assets/gb.d3ddd6025a06a78535b0d432d14905bf.svg); }

.flag-icon-gb.flag-icon-squared {
  background-image: url(/dist/assets/gb.5db9fea0ec9e05cfb98e7387be5d0aa7.svg); }

.flag-icon-gd {
  background-image: url(/dist/assets/gd.8e690a5aa1fbe3a4fb3797cd327b926e.svg); }

.flag-icon-gd.flag-icon-squared {
  background-image: url(/dist/assets/gd.56fdbab2ad5e961cad7d45359def7915.svg); }

.flag-icon-ge {
  background-image: url(/dist/assets/ge.16f859b527e54ef4c757aba84595516f.svg); }

.flag-icon-ge.flag-icon-squared {
  background-image: url(/dist/assets/ge.d3665bf12d34ff71ab308c6f4e32fd25.svg); }

.flag-icon-gf {
  background-image: url(/dist/assets/gf.38dfa23a36e1e72303eaa3dbbd9db11a.svg); }

.flag-icon-gf.flag-icon-squared {
  background-image: url(/dist/assets/gf.cabf9781aaaa1dffbf03f38fcaaacfd3.svg); }

.flag-icon-gg {
  background-image: url(/dist/assets/gg.98f67a6ff36afda7a5ec44ec59eb5033.svg); }

.flag-icon-gg.flag-icon-squared {
  background-image: url(/dist/assets/gg.357e1e33666fb0844d0416d5b0879d57.svg); }

.flag-icon-gh {
  background-image: url(/dist/assets/gh.caedb9129bf6bd63ff4081a0ba91e113.svg); }

.flag-icon-gh.flag-icon-squared {
  background-image: url(/dist/assets/gh.77872d15b6a675d391e8355c98f9c020.svg); }

.flag-icon-gi {
  background-image: url(/dist/assets/gi.dce455a731d707ad9f6f4d4b60bb78fa.svg); }

.flag-icon-gi.flag-icon-squared {
  background-image: url(/dist/assets/gi.b0015a50c9f5aacae4427ea95c385a47.svg); }

.flag-icon-gl {
  background-image: url(/dist/assets/gl.2490aa08f40830bae35da50d6e38dbd5.svg); }

.flag-icon-gl.flag-icon-squared {
  background-image: url(/dist/assets/gl.48bf3e4e3fdafc0726ec49c2c0019d35.svg); }

.flag-icon-gm {
  background-image: url(/dist/assets/gm.50fe2799b099599b89f80b4d25376134.svg); }

.flag-icon-gm.flag-icon-squared {
  background-image: url(/dist/assets/gm.414139d5039a0584ac0475034a3ad8c7.svg); }

.flag-icon-gn {
  background-image: url(/dist/assets/gn.36a3e9a3dd82736bfcf23f28bb3ebc10.svg); }

.flag-icon-gn.flag-icon-squared {
  background-image: url(/dist/assets/gn.1ce64523708a4513c00768eced01f5d5.svg); }

.flag-icon-gp {
  background-image: url(/dist/assets/gp.fa4cab3e4ee1b865a975e5eb6ab70d03.svg); }

.flag-icon-gp.flag-icon-squared {
  background-image: url(/dist/assets/gp.c2c4da0e6afbe97dffaa2ee25972ae72.svg); }

.flag-icon-gq {
  background-image: url(/dist/assets/gq.30ed019c10e7044f26649ac9e9a84c8a.svg); }

.flag-icon-gq.flag-icon-squared {
  background-image: url(/dist/assets/gq.80b56bda22009d765f2e84d9302b0229.svg); }

.flag-icon-gr {
  background-image: url(/dist/assets/gr.471d733ad436f655210fcb2a9e7d356a.svg); }

.flag-icon-gr.flag-icon-squared {
  background-image: url(/dist/assets/gr.0bed56a8b6014fe10fef1d8c24049a17.svg); }

.flag-icon-gs {
  background-image: url(/dist/assets/gs.0ee2d8c9dbe38540ec7006706d31c903.svg); }

.flag-icon-gs.flag-icon-squared {
  background-image: url(/dist/assets/gs.6adf96a85713e8f86ed2dbdf1e1b9444.svg); }

.flag-icon-gt {
  background-image: url(/dist/assets/gt.656c9899d22b166292448de76509d46c.svg); }

.flag-icon-gt.flag-icon-squared {
  background-image: url(/dist/assets/gt.d6b5b664755ae293fefaab4511db8b9b.svg); }

.flag-icon-gu {
  background-image: url(/dist/assets/gu.2284e60e378b2304e722fd86e917d9f3.svg); }

.flag-icon-gu.flag-icon-squared {
  background-image: url(/dist/assets/gu.64936a10d41e5fb3e672075620a716f0.svg); }

.flag-icon-gw {
  background-image: url(/dist/assets/gw.c1e88a916be1c72f688c9e488cdd4516.svg); }

.flag-icon-gw.flag-icon-squared {
  background-image: url(/dist/assets/gw.5ecbd93cc2eeec1d063377170a3d83ee.svg); }

.flag-icon-gy {
  background-image: url(/dist/assets/gy.79fcf270400edca30d7790872057d26c.svg); }

.flag-icon-gy.flag-icon-squared {
  background-image: url(/dist/assets/gy.0653b318bc72188902840668e70e269f.svg); }

.flag-icon-hk {
  background-image: url(/dist/assets/hk.7428ec1c480645e3654a2729c9f6e07f.svg); }

.flag-icon-hk.flag-icon-squared {
  background-image: url(/dist/assets/hk.4a0f09ba94fb32cb4ef1c2c51df0441c.svg); }

.flag-icon-hm {
  background-image: url(/dist/assets/hm.fe514431ce7922c28d2d322faa28b7f6.svg); }

.flag-icon-hm.flag-icon-squared {
  background-image: url(/dist/assets/hm.fc838ac0bb4f5ff27231f59d9480f842.svg); }

.flag-icon-hn {
  background-image: url(/dist/assets/hn.9b9bee13c67ab85cd468d1c5fe38ad3e.svg); }

.flag-icon-hn.flag-icon-squared {
  background-image: url(/dist/assets/hn.c94622ad395a0173231ae8ac41bf45a4.svg); }

.flag-icon-hr {
  background-image: url(/dist/assets/hr.4680d6323b39f2d7bd88116f757d8838.svg); }

.flag-icon-hr.flag-icon-squared {
  background-image: url(/dist/assets/hr.88f38f33e9c5dd75280aadbd2b8d60a5.svg); }

.flag-icon-ht {
  background-image: url(/dist/assets/ht.fb289ca05aec82435254286e5410df58.svg); }

.flag-icon-ht.flag-icon-squared {
  background-image: url(/dist/assets/ht.34eb5f592af7e3948f4dd6a7593902e8.svg); }

.flag-icon-hu {
  background-image: url(/dist/assets/hu.0d7409f88bca8325938e46e3ef672716.svg); }

.flag-icon-hu.flag-icon-squared {
  background-image: url(/dist/assets/hu.e5e334fdd028898fe762fe6b9d47b6f1.svg); }

.flag-icon-id {
  background-image: url(/dist/assets/id.17b996767ee0373a262c32a16248a3b6.svg); }

.flag-icon-id.flag-icon-squared {
  background-image: url(/dist/assets/id.9f708fe5bf604f5bf38ad5ca2c00c14b.svg); }

.flag-icon-ie {
  background-image: url(/dist/assets/ie.c68ff961baf04c04f9beac2c32cd2458.svg); }

.flag-icon-ie.flag-icon-squared {
  background-image: url(/dist/assets/ie.798a56e04350344c5937927fea36fabc.svg); }

.flag-icon-il {
  background-image: url(/dist/assets/il.874270d66e9553b21e76dc1d433ba4a9.svg); }

.flag-icon-il.flag-icon-squared {
  background-image: url(/dist/assets/il.c36a011de460eb2d3b8c5674b9496d45.svg); }

.flag-icon-im {
  background-image: url(/dist/assets/im.8c10222d11a27a76e0bb29224c6f743c.svg); }

.flag-icon-im.flag-icon-squared {
  background-image: url(/dist/assets/im.ac0c825e76851b740da5ce261793a43e.svg); }

.flag-icon-in {
  background-image: url(/dist/assets/in.e4ab7bd057c6d49f21b3460a1bf914a9.svg); }

.flag-icon-in.flag-icon-squared {
  background-image: url(/dist/assets/in.209ae8e9585774eb4fe32c001f7c63cc.svg); }

.flag-icon-io {
  background-image: url(/dist/assets/io.3ddd1280f6e320712021a1f68ee5ae11.svg); }

.flag-icon-io.flag-icon-squared {
  background-image: url(/dist/assets/io.a45231d40c5e618f02372f1b161734d4.svg); }

.flag-icon-iq {
  background-image: url(/dist/assets/iq.be9919971db8b464b1baf82a3873d1ab.svg); }

.flag-icon-iq.flag-icon-squared {
  background-image: url(/dist/assets/iq.8d936728f892c7f38e61ff6a95b24c53.svg); }

.flag-icon-ir {
  background-image: url(/dist/assets/ir.23e0f96c3fa45df393a3c1d184b2df34.svg); }

.flag-icon-ir.flag-icon-squared {
  background-image: url(/dist/assets/ir.7bf140ab46a7630cb7c40d6ef87cc4ba.svg); }

.flag-icon-is {
  background-image: url(/dist/assets/is.2ce20c50765b6cccf87ee4b269d8c507.svg); }

.flag-icon-is.flag-icon-squared {
  background-image: url(/dist/assets/is.ae44c07e894b0a298c57b1380c5c11be.svg); }

.flag-icon-it {
  background-image: url(/dist/assets/it.8d15de04f5f6e8e89cab4e5eb237f607.svg); }

.flag-icon-it.flag-icon-squared {
  background-image: url(/dist/assets/it.22b99ae704f3de63285bc9b9411c5031.svg); }

.flag-icon-je {
  background-image: url(/dist/assets/je.e0932aed817435f70cf058dd3261ae1c.svg); }

.flag-icon-je.flag-icon-squared {
  background-image: url(/dist/assets/je.ab89781e75ca3440dcb86aa8dbd620f3.svg); }

.flag-icon-jm {
  background-image: url(/dist/assets/jm.67f96b2f0df34ce53d7651ade04d1e0b.svg); }

.flag-icon-jm.flag-icon-squared {
  background-image: url(/dist/assets/jm.b7b13124a4068892dc2452d744a42cc1.svg); }

.flag-icon-jo {
  background-image: url(/dist/assets/jo.9e2f2b3ac5784152799cde822b9ebc29.svg); }

.flag-icon-jo.flag-icon-squared {
  background-image: url(/dist/assets/jo.5130279865a7759012e11ea127f87f9d.svg); }

.flag-icon-jp {
  background-image: url(/dist/assets/jp.3e72015c537875435192c3b2d832042e.svg); }

.flag-icon-jp.flag-icon-squared {
  background-image: url(/dist/assets/jp.16a568ca9eb15a225e3a90aee0f68909.svg); }

.flag-icon-ke {
  background-image: url(/dist/assets/ke.dd8a91b8196000643e3383d81c659ecb.svg); }

.flag-icon-ke.flag-icon-squared {
  background-image: url(/dist/assets/ke.87900162ad67f9a694841b1d7abe72c8.svg); }

.flag-icon-kg {
  background-image: url(/dist/assets/kg.1cfa1c79dd521076fb17f8d024e3d19f.svg); }

.flag-icon-kg.flag-icon-squared {
  background-image: url(/dist/assets/kg.5908392a2d107a3f7db5cc793b8716ab.svg); }

.flag-icon-kh {
  background-image: url(/dist/assets/kh.5a13865d2bcaa01d31483c08c8903ea7.svg); }

.flag-icon-kh.flag-icon-squared {
  background-image: url(/dist/assets/kh.61a4b374334e719cd3d6fffa0390eb15.svg); }

.flag-icon-ki {
  background-image: url(/dist/assets/ki.db7e40f60e21ad4b6b6465409ce745b3.svg); }

.flag-icon-ki.flag-icon-squared {
  background-image: url(/dist/assets/ki.cdeef8df88cfea2b6759b528b41f0d88.svg); }

.flag-icon-km {
  background-image: url(/dist/assets/km.9b06043d7f9a227bc63532af67999125.svg); }

.flag-icon-km.flag-icon-squared {
  background-image: url(/dist/assets/km.eb69abb632453975c98bae4443c14d2f.svg); }

.flag-icon-kn {
  background-image: url(/dist/assets/kn.bde74c6da4f2cff6fe3ae84b510b1857.svg); }

.flag-icon-kn.flag-icon-squared {
  background-image: url(/dist/assets/kn.4ad12564dce8cd72eac5f2761c8bf03d.svg); }

.flag-icon-kp {
  background-image: url(/dist/assets/kp.9c53429167b92e260e1ec30e1686b93b.svg); }

.flag-icon-kp.flag-icon-squared {
  background-image: url(/dist/assets/kp.f08daf335790f99ff297feab4ed1dcec.svg); }

.flag-icon-kr {
  background-image: url(/dist/assets/kr.60fde7fc2f6005c1131b87ce63370ffd.svg); }

.flag-icon-kr.flag-icon-squared {
  background-image: url(/dist/assets/kr.7fb0181b38e9efdb9bc5b9dca3e90051.svg); }

.flag-icon-kw {
  background-image: url(/dist/assets/kw.496fa4662f48d2d7e3bd946177905dc4.svg); }

.flag-icon-kw.flag-icon-squared {
  background-image: url(/dist/assets/kw.33b3292eb3089a10a5cb93cfda9efda2.svg); }

.flag-icon-ky {
  background-image: url(/dist/assets/ky.5814c5a94343cb013715ab05d3eac07b.svg); }

.flag-icon-ky.flag-icon-squared {
  background-image: url(/dist/assets/ky.ef1f65378cdaea3bc6a0dddfeb9d0de9.svg); }

.flag-icon-kz {
  background-image: url(/dist/assets/kz.740ef4bf1d15794bfbeb7a4ee804a760.svg); }

.flag-icon-kz.flag-icon-squared {
  background-image: url(/dist/assets/kz.a19240f60581e10a25ee91cc4c00c3ed.svg); }

.flag-icon-la {
  background-image: url(/dist/assets/la.0f124ae33af5a9291262592979c90f55.svg); }

.flag-icon-la.flag-icon-squared {
  background-image: url(/dist/assets/la.6b86f25a0d2d8d95ffc5ebd33c393e14.svg); }

.flag-icon-lb {
  background-image: url(/dist/assets/lb.e33a49a9a071a76dd393f2928ce0f808.svg); }

.flag-icon-lb.flag-icon-squared {
  background-image: url(/dist/assets/lb.56f32195732ab1ad22f1f6a4473b3ace.svg); }

.flag-icon-lc {
  background-image: url(/dist/assets/lc.1c3a5554a0d8d1afaaf56164415da91c.svg); }

.flag-icon-lc.flag-icon-squared {
  background-image: url(/dist/assets/lc.c056c2a721c5bd992bd4945d10f82541.svg); }

.flag-icon-li {
  background-image: url(/dist/assets/li.fb5437d371f4dc6261e9f4e5bd21628d.svg); }

.flag-icon-li.flag-icon-squared {
  background-image: url(/dist/assets/li.748d1f9967c0c449deca7eeb7429ae11.svg); }

.flag-icon-lk {
  background-image: url(/dist/assets/lk.497ee5b9544ffc29720476b7085f7503.svg); }

.flag-icon-lk.flag-icon-squared {
  background-image: url(/dist/assets/lk.f54e1ef96c3b7670cd8de1ffdaa7f085.svg); }

.flag-icon-lr {
  background-image: url(/dist/assets/lr.309ccbd814f8f4ab23dd5a3116f9f2ac.svg); }

.flag-icon-lr.flag-icon-squared {
  background-image: url(/dist/assets/lr.6656f943933fa3febede9e123fdfbc73.svg); }

.flag-icon-ls {
  background-image: url(/dist/assets/ls.c0799ebf1d583d0d38408484bb56ec44.svg); }

.flag-icon-ls.flag-icon-squared {
  background-image: url(/dist/assets/ls.533cb320083af55b894a7bbe12cf015c.svg); }

.flag-icon-lt {
  background-image: url(/dist/assets/lt.c3aeac0dad1dfcc917a721a975ea29dd.svg); }

.flag-icon-lt.flag-icon-squared {
  background-image: url(/dist/assets/lt.70975be09055c7db032d5a56a452d5d5.svg); }

.flag-icon-lu {
  background-image: url(/dist/assets/lu.c858787cf95b92f694dbe1d296a8a5d4.svg); }

.flag-icon-lu.flag-icon-squared {
  background-image: url(/dist/assets/lu.2585715a069b9b8234825e2ce1ef8ed6.svg); }

.flag-icon-lv {
  background-image: url(/dist/assets/lv.8b293d984cea7db72e62598083dc759d.svg); }

.flag-icon-lv.flag-icon-squared {
  background-image: url(/dist/assets/lv.f3c1274d166407a222fa7326129821b7.svg); }

.flag-icon-ly {
  background-image: url(/dist/assets/ly.d089645e2ba9f431431b479cc902bf43.svg); }

.flag-icon-ly.flag-icon-squared {
  background-image: url(/dist/assets/ly.050ff9b00cb235a2a81bccfac78d6ac9.svg); }

.flag-icon-ma {
  background-image: url(/dist/assets/ma.60fbc221d84de9fb44f0d70882a393fc.svg); }

.flag-icon-ma.flag-icon-squared {
  background-image: url(/dist/assets/ma.bee9c05416fd66f6bc4434f6d721bcac.svg); }

.flag-icon-mc {
  background-image: url(/dist/assets/mc.b4f4b90da30103ef9cb0554e0111ea0d.svg); }

.flag-icon-mc.flag-icon-squared {
  background-image: url(/dist/assets/mc.78528abed80a64294f9a7141e62a394f.svg); }

.flag-icon-md {
  background-image: url(/dist/assets/md.5f734d921b0b2e2fa02cc33367a1d33e.svg); }

.flag-icon-md.flag-icon-squared {
  background-image: url(/dist/assets/md.75ec533ab81d8c9c9439b923e6804fe8.svg); }

.flag-icon-me {
  background-image: url(/dist/assets/me.76c434a613ae0b6e08fc3d2e8c244e52.svg); }

.flag-icon-me.flag-icon-squared {
  background-image: url(/dist/assets/me.2d0c8f786f51dfee2fb550733ff65db0.svg); }

.flag-icon-mf {
  background-image: url(/dist/assets/mf.5b9ff36c7fed044c253162373820d80a.svg); }

.flag-icon-mf.flag-icon-squared {
  background-image: url(/dist/assets/mf.487f7bd7fd30eec81e74e5cf1f699833.svg); }

.flag-icon-mg {
  background-image: url(/dist/assets/mg.67f5922d788548be9d4900bebf2b5e63.svg); }

.flag-icon-mg.flag-icon-squared {
  background-image: url(/dist/assets/mg.91e10ba084cc7f7b2498ce81f9680a84.svg); }

.flag-icon-mh {
  background-image: url(/dist/assets/mh.6d60cee3ee8d6bee9a372599dea4a426.svg); }

.flag-icon-mh.flag-icon-squared {
  background-image: url(/dist/assets/mh.8f1f91348e69c8bf64d85e59272d6349.svg); }

.flag-icon-mk {
  background-image: url(/dist/assets/mk.ed091b887cafb2adbf04a411d7ac40fa.svg); }

.flag-icon-mk.flag-icon-squared {
  background-image: url(/dist/assets/mk.2413b10706c9e29c439b0dcf94ec8cfe.svg); }

.flag-icon-ml {
  background-image: url(/dist/assets/ml.e6f097f93a69b28225c43e25fdcaf709.svg); }

.flag-icon-ml.flag-icon-squared {
  background-image: url(/dist/assets/ml.204b0da4b499bc3694416d547a8fa0c0.svg); }

.flag-icon-mm {
  background-image: url(/dist/assets/mm.92e9f832a28fd293035e21d9b6983790.svg); }

.flag-icon-mm.flag-icon-squared {
  background-image: url(/dist/assets/mm.8d6d26bc590adff8e84dc5a3342a2bfc.svg); }

.flag-icon-mn {
  background-image: url(/dist/assets/mn.9ebe47ebe8928cd80ea971f6cc7a2760.svg); }

.flag-icon-mn.flag-icon-squared {
  background-image: url(/dist/assets/mn.933606d511566e3f0d15be1b7aa45a76.svg); }

.flag-icon-mo {
  background-image: url(/dist/assets/mo.b6d4d1f6c34ca7e148035b1aea886080.svg); }

.flag-icon-mo.flag-icon-squared {
  background-image: url(/dist/assets/mo.67acac75dc2e1cb667560972d6996ea6.svg); }

.flag-icon-mp {
  background-image: url(/dist/assets/mp.c5eb7f233b097ecfc5f78b3959907dcc.svg); }

.flag-icon-mp.flag-icon-squared {
  background-image: url(/dist/assets/mp.8a731cbc2f690d74704a7da71addcbf3.svg); }

.flag-icon-mq {
  background-image: url(/dist/assets/mq.bfeadb02a0e0566b376450d23682c523.svg); }

.flag-icon-mq.flag-icon-squared {
  background-image: url(/dist/assets/mq.a09e48650a204ba97073a30c5510f63f.svg); }

.flag-icon-mr {
  background-image: url(/dist/assets/mr.a46829f17f8f3c4c5a5929be8e3fc599.svg); }

.flag-icon-mr.flag-icon-squared {
  background-image: url(/dist/assets/mr.bf379763ac177c83487cb02586e19651.svg); }

.flag-icon-ms {
  background-image: url(/dist/assets/ms.e147bd2bb2aa7f31e3804673c8564340.svg); }

.flag-icon-ms.flag-icon-squared {
  background-image: url(/dist/assets/ms.ad88044d48d7c401d3bec290c5048a0b.svg); }

.flag-icon-mt {
  background-image: url(/dist/assets/mt.a816f3a2978c63034949667c78ebf5fd.svg); }

.flag-icon-mt.flag-icon-squared {
  background-image: url(/dist/assets/mt.f6e3733c70db8db8048d1211ea237a42.svg); }

.flag-icon-mu {
  background-image: url(/dist/assets/mu.896330b72092b57179e09d43f831211b.svg); }

.flag-icon-mu.flag-icon-squared {
  background-image: url(/dist/assets/mu.67c8f3621446645a9008ef039b0dbc69.svg); }

.flag-icon-mv {
  background-image: url(/dist/assets/mv.3c896bfdad2f76fe0945fe43d776a9ab.svg); }

.flag-icon-mv.flag-icon-squared {
  background-image: url(/dist/assets/mv.0fdc08c6985e30f2a3bfd6b5069c6757.svg); }

.flag-icon-mw {
  background-image: url(/dist/assets/mw.6073ddcffcc7c715883b34f702bef924.svg); }

.flag-icon-mw.flag-icon-squared {
  background-image: url(/dist/assets/mw.baf490bf505c107037b6720672f44e9e.svg); }

.flag-icon-mx {
  background-image: url(/dist/assets/mx.8ee3aa6a7feaf34c5cc806f645cfd3c6.svg); }

.flag-icon-mx.flag-icon-squared {
  background-image: url(/dist/assets/mx.3aa223c8cc48eba75fbb57fcc20ce7cc.svg); }

.flag-icon-my {
  background-image: url(/dist/assets/my.e6739f404c969d6225b48df00169ca8f.svg); }

.flag-icon-my.flag-icon-squared {
  background-image: url(/dist/assets/my.263aea34bcf7dfb6c02b2c485359e4a2.svg); }

.flag-icon-mz {
  background-image: url(/dist/assets/mz.ef4657da4e39ea91de728d93ce59d7c9.svg); }

.flag-icon-mz.flag-icon-squared {
  background-image: url(/dist/assets/mz.e99caf39cbb120f1b498e8b16ccfa3b2.svg); }

.flag-icon-na {
  background-image: url(/dist/assets/na.bb49a4035c384be9926bac6004bea21f.svg); }

.flag-icon-na.flag-icon-squared {
  background-image: url(/dist/assets/na.74257fb27e114303ff5cdcc13d7834e2.svg); }

.flag-icon-nc {
  background-image: url(/dist/assets/nc.b8c9f5e4fa65dc17c5f07773616fa3cb.svg); }

.flag-icon-nc.flag-icon-squared {
  background-image: url(/dist/assets/nc.d393b8faea4e68b19f4d3d920480dbcd.svg); }

.flag-icon-ne {
  background-image: url(/dist/assets/ne.b7369ec74cd2a2ccf698ab0416ba2711.svg); }

.flag-icon-ne.flag-icon-squared {
  background-image: url(/dist/assets/ne.e56edd30b77ac6f1cae9bf153b1f9ec7.svg); }

.flag-icon-nf {
  background-image: url(/dist/assets/nf.99af5a94b011d565f7ab92338a3a8186.svg); }

.flag-icon-nf.flag-icon-squared {
  background-image: url(/dist/assets/nf.801ee09f96411568a40a477ff99c348b.svg); }

.flag-icon-ng {
  background-image: url(/dist/assets/ng.992459a3d0f22849b493a540e1564bb0.svg); }

.flag-icon-ng.flag-icon-squared {
  background-image: url(/dist/assets/ng.520463e155c2f4a38079df87c20a0423.svg); }

.flag-icon-ni {
  background-image: url(/dist/assets/ni.7b131ab3ceaf55696b688d2617f21f54.svg); }

.flag-icon-ni.flag-icon-squared {
  background-image: url(/dist/assets/ni.baafd7d7fc1b69642270c1c1fee58bed.svg); }

.flag-icon-nl {
  background-image: url(/dist/assets/nl.d4811c278d659bb33f910685dd356ad8.svg); }

.flag-icon-nl.flag-icon-squared {
  background-image: url(/dist/assets/nl.390aa40fd896fda40718cf28e5b20ba5.svg); }

.flag-icon-no {
  background-image: url(/dist/assets/no.0b41df77e951a30bbfccfd0a3714a1a3.svg); }

.flag-icon-no.flag-icon-squared {
  background-image: url(/dist/assets/no.b7a21f544f617a59abff3dac02d9101b.svg); }

.flag-icon-np {
  background-image: url(/dist/assets/np.b66578a5c732da35e2c8af86e46ff93b.svg); }

.flag-icon-np.flag-icon-squared {
  background-image: url(/dist/assets/np.27f0f4e72e359732d04452c336db37fb.svg); }

.flag-icon-nr {
  background-image: url(/dist/assets/nr.d16edc69065bf2bd0b0ba47650201d6b.svg); }

.flag-icon-nr.flag-icon-squared {
  background-image: url(/dist/assets/nr.2ef5b7c8f28f9c85d7c2da25b825ba5f.svg); }

.flag-icon-nu {
  background-image: url(/dist/assets/nu.433deb3d047d08459797f7a9da38685f.svg); }

.flag-icon-nu.flag-icon-squared {
  background-image: url(/dist/assets/nu.1db5a99d1f547d957911461879d5785e.svg); }

.flag-icon-nz {
  background-image: url(/dist/assets/nz.3241e92770d44bbe8518b3ed7cabab9a.svg); }

.flag-icon-nz.flag-icon-squared {
  background-image: url(/dist/assets/nz.7dab6e5e9d9e0d4f95e588ae563d5d77.svg); }

.flag-icon-om {
  background-image: url(/dist/assets/om.1798270ba5e7dc130458959dccc26b22.svg); }

.flag-icon-om.flag-icon-squared {
  background-image: url(/dist/assets/om.b9b7d0bc1d35b84b9e66f3f49f8bef3f.svg); }

.flag-icon-pa {
  background-image: url(/dist/assets/pa.d0787677f0d7c9cdaa8f6acca3f19245.svg); }

.flag-icon-pa.flag-icon-squared {
  background-image: url(/dist/assets/pa.beb40ab6cce7b2d196d2d4eb94848625.svg); }

.flag-icon-pe {
  background-image: url(/dist/assets/pe.ea95116f76c82964116d1575f7b8376a.svg); }

.flag-icon-pe.flag-icon-squared {
  background-image: url(/dist/assets/pe.23591f9d72b1e3ad2652099518e98f72.svg); }

.flag-icon-pf {
  background-image: url(/dist/assets/pf.bab3b7a56aa5cd5f44235c47ea55f5e9.svg); }

.flag-icon-pf.flag-icon-squared {
  background-image: url(/dist/assets/pf.2a69c581854033f017ef92651bf103ad.svg); }

.flag-icon-pg {
  background-image: url(/dist/assets/pg.68e1ce3359df0808db9cc34dcb488c4b.svg); }

.flag-icon-pg.flag-icon-squared {
  background-image: url(/dist/assets/pg.0b07d41894441f5e68d862c5156f32cf.svg); }

.flag-icon-ph {
  background-image: url(/dist/assets/ph.12f36eed83fdf6fa33bccb7eae18286a.svg); }

.flag-icon-ph.flag-icon-squared {
  background-image: url(/dist/assets/ph.6ae85442fa90195cc9f34786a937e9d7.svg); }

.flag-icon-pk {
  background-image: url(/dist/assets/pk.c2e1a15939a23c5894eb4af1f20e3e73.svg); }

.flag-icon-pk.flag-icon-squared {
  background-image: url(/dist/assets/pk.b67f80e0c74ad587ee42bd6c2a811946.svg); }

.flag-icon-pl {
  background-image: url(/dist/assets/pl.562edca5bb39d66f4c9238a36295187b.svg); }

.flag-icon-pl.flag-icon-squared {
  background-image: url(/dist/assets/pl.3fe3bd51a504e4239ca5adaeb17a1651.svg); }

.flag-icon-pm {
  background-image: url(/dist/assets/pm.1e97e8d76fe2d553eedddc23f833bfe5.svg); }

.flag-icon-pm.flag-icon-squared {
  background-image: url(/dist/assets/pm.89993b1ff27bb0107946d29ffebcfcfa.svg); }

.flag-icon-pn {
  background-image: url(/dist/assets/pn.c4a2e49ffb6e0dc37c7e4f372b634eb8.svg); }

.flag-icon-pn.flag-icon-squared {
  background-image: url(/dist/assets/pn.48bd62e408e5f6ebafd146d2231c2e4b.svg); }

.flag-icon-pr {
  background-image: url(/dist/assets/pr.0811a0517cf38bb44f513ab15b7532de.svg); }

.flag-icon-pr.flag-icon-squared {
  background-image: url(/dist/assets/pr.1d278b022fba04fb58b4ed40b7562ae0.svg); }

.flag-icon-ps {
  background-image: url(/dist/assets/ps.42f2391e39ad07037687596ba3fbab75.svg); }

.flag-icon-ps.flag-icon-squared {
  background-image: url(/dist/assets/ps.2992f9b92974b68d8a59bdcc30bfd63f.svg); }

.flag-icon-pt {
  background-image: url(/dist/assets/pt.b908edaecfb2ef51ac70b6bf7457ef2c.svg); }

.flag-icon-pt.flag-icon-squared {
  background-image: url(/dist/assets/pt.04fa443dfc5d7647ec4adab4da283554.svg); }

.flag-icon-pw {
  background-image: url(/dist/assets/pw.20a1d020151e19375915c509633d5018.svg); }

.flag-icon-pw.flag-icon-squared {
  background-image: url(/dist/assets/pw.78aaead281d584ac98bb1948f12eb776.svg); }

.flag-icon-py {
  background-image: url(/dist/assets/py.bbc22e414bad33de0d15531e95a2cf3f.svg); }

.flag-icon-py.flag-icon-squared {
  background-image: url(/dist/assets/py.a70b32d0609b162db211927e72a218d4.svg); }

.flag-icon-qa {
  background-image: url(/dist/assets/qa.b314986b75f2a81f557544f73e2cd203.svg); }

.flag-icon-qa.flag-icon-squared {
  background-image: url(/dist/assets/qa.78909a6f9bc32e8d2bb779b121cb0630.svg); }

.flag-icon-re {
  background-image: url(/dist/assets/re.17909e3784b7d4ef90efeae63ef194b4.svg); }

.flag-icon-re.flag-icon-squared {
  background-image: url(/dist/assets/re.01fea3b62ac2440a5785d9de95dbc3d9.svg); }

.flag-icon-ro {
  background-image: url(/dist/assets/ro.625aca9e928c0eb9f463099945b9b115.svg); }

.flag-icon-ro.flag-icon-squared {
  background-image: url(/dist/assets/ro.22278e1314d8e81440639fe8d1e6061a.svg); }

.flag-icon-rs {
  background-image: url(/dist/assets/rs.291d0fb654f2738012dabe35f370a1cd.svg); }

.flag-icon-rs.flag-icon-squared {
  background-image: url(/dist/assets/rs.d00d37d2486026cb088d67ba2bb581d9.svg); }

.flag-icon-ru {
  background-image: url(/dist/assets/ru.0cacf46e6f473fa88781120f370d6107.svg); }

.flag-icon-ru.flag-icon-squared {
  background-image: url(/dist/assets/ru.e3ee3b099783ef393f2f4dabdc75d5bc.svg); }

.flag-icon-rw {
  background-image: url(/dist/assets/rw.7fe5146baf52818fc8f0845a0b36d3da.svg); }

.flag-icon-rw.flag-icon-squared {
  background-image: url(/dist/assets/rw.997fe41bfffc77e0073f10d589ae6d27.svg); }

.flag-icon-sa {
  background-image: url(/dist/assets/sa.c36d1991b52ce043a0ae18b32a4da5da.svg); }

.flag-icon-sa.flag-icon-squared {
  background-image: url(/dist/assets/sa.135d0c86322f6763fb5631794b8af510.svg); }

.flag-icon-sb {
  background-image: url(/dist/assets/sb.aa819297c44f0a9d29fa4aaf18a1bf32.svg); }

.flag-icon-sb.flag-icon-squared {
  background-image: url(/dist/assets/sb.d64e984857cd493cbe1176acaba792a4.svg); }

.flag-icon-sc {
  background-image: url(/dist/assets/sc.e6584421fdc8b72dfd9e2a139b71e82a.svg); }

.flag-icon-sc.flag-icon-squared {
  background-image: url(/dist/assets/sc.ad1bcb4c714e0ca8c7355ecd4b0c3cbb.svg); }

.flag-icon-sd {
  background-image: url(/dist/assets/sd.c466d90ea717a1f99f0ca61fd244b0f3.svg); }

.flag-icon-sd.flag-icon-squared {
  background-image: url(/dist/assets/sd.7ab061d859c16996f2bd42f650274f8e.svg); }

.flag-icon-se {
  background-image: url(/dist/assets/se.fd663a70a1a92a395078c36bc5d122ad.svg); }

.flag-icon-se.flag-icon-squared {
  background-image: url(/dist/assets/se.92c66d8396d5604a9b8fc05153e9163e.svg); }

.flag-icon-sg {
  background-image: url(/dist/assets/sg.5e6ed3f10d1de224079d77fe6f59ce97.svg); }

.flag-icon-sg.flag-icon-squared {
  background-image: url(/dist/assets/sg.9eb47fe757c9d8abb85049a379b606a0.svg); }

.flag-icon-sh {
  background-image: url(/dist/assets/sh.6560d76bf10093362d933d31d620b17f.svg); }

.flag-icon-sh.flag-icon-squared {
  background-image: url(/dist/assets/sh.487ef1c8b75a5950ecc12052bbc4a67c.svg); }

.flag-icon-si {
  background-image: url(/dist/assets/si.31fbdc5b5842cfa094afed00d9baf083.svg); }

.flag-icon-si.flag-icon-squared {
  background-image: url(/dist/assets/si.63ba8c45578b45c1e1db541ff44fb1fd.svg); }

.flag-icon-sj {
  background-image: url(/dist/assets/sj.ae547dbec390990657f9d8acd33fbea4.svg); }

.flag-icon-sj.flag-icon-squared {
  background-image: url(/dist/assets/sj.ecbc9e939c3823f82f4ffa804f7d4dd4.svg); }

.flag-icon-sk {
  background-image: url(/dist/assets/sk.b84444bf8d98e48c8b0055e54071d918.svg); }

.flag-icon-sk.flag-icon-squared {
  background-image: url(/dist/assets/sk.a5af0a28a32c844c44fd22d91bdfe018.svg); }

.flag-icon-sl {
  background-image: url(/dist/assets/sl.ddbd1d9b113b2688102f56c63a431475.svg); }

.flag-icon-sl.flag-icon-squared {
  background-image: url(/dist/assets/sl.f6315f743d7d62adc0f130ec0b4d13a5.svg); }

.flag-icon-sm {
  background-image: url(/dist/assets/sm.3b1c9fb5c651a0bda66739b990a1456d.svg); }

.flag-icon-sm.flag-icon-squared {
  background-image: url(/dist/assets/sm.f56650007eb0fc2472dd470c71193f45.svg); }

.flag-icon-sn {
  background-image: url(/dist/assets/sn.5b654e1a7246e45c6577b66c7b935620.svg); }

.flag-icon-sn.flag-icon-squared {
  background-image: url(/dist/assets/sn.d2bec7efb0241ffa5077b53dae7e54a1.svg); }

.flag-icon-so {
  background-image: url(/dist/assets/so.f91fb92c0ca6934e1e008f8f97e58c63.svg); }

.flag-icon-so.flag-icon-squared {
  background-image: url(/dist/assets/so.c1561217671d8bdde531130cc9997d03.svg); }

.flag-icon-sr {
  background-image: url(/dist/assets/sr.788f3e2af54fdedc56e32d20777fcf5b.svg); }

.flag-icon-sr.flag-icon-squared {
  background-image: url(/dist/assets/sr.be27d1ae7006588ccd01ae8083081944.svg); }

.flag-icon-ss {
  background-image: url(/dist/assets/ss.67001d2a8840b34f8407526c30a399d5.svg); }

.flag-icon-ss.flag-icon-squared {
  background-image: url(/dist/assets/ss.e3933b4455dc06b90bba00e59fba0f59.svg); }

.flag-icon-st {
  background-image: url(/dist/assets/st.1f545eb99b323d22b91e51b9e56df808.svg); }

.flag-icon-st.flag-icon-squared {
  background-image: url(/dist/assets/st.d0a56dbbee36540ebf27ff196ea1626f.svg); }

.flag-icon-sv {
  background-image: url(/dist/assets/sv.1176ea281282d6b053af86809e32d6f9.svg); }

.flag-icon-sv.flag-icon-squared {
  background-image: url(/dist/assets/sv.26ee887282519008e13d35bd2ad362a8.svg); }

.flag-icon-sx {
  background-image: url(/dist/assets/sx.522d898c19396a45caa51ed0f0f2543e.svg); }

.flag-icon-sx.flag-icon-squared {
  background-image: url(/dist/assets/sx.a724800161ac62624719410741a2a5fb.svg); }

.flag-icon-sy {
  background-image: url(/dist/assets/sy.64f0d2d7a590e22c8d0c415ba7d729af.svg); }

.flag-icon-sy.flag-icon-squared {
  background-image: url(/dist/assets/sy.73690f50d6d4106fbd4c8ac3a556b985.svg); }

.flag-icon-sz {
  background-image: url(/dist/assets/sz.cfb8269f38d55f7f388bca2ae6d18fb4.svg); }

.flag-icon-sz.flag-icon-squared {
  background-image: url(/dist/assets/sz.dc2faeb7bafa9eca955d5788330ed384.svg); }

.flag-icon-tc {
  background-image: url(/dist/assets/tc.d40761f21eebb19082ad74bd401555ee.svg); }

.flag-icon-tc.flag-icon-squared {
  background-image: url(/dist/assets/tc.47c8276114b1d9c05bfd5c2c5403ec9e.svg); }

.flag-icon-td {
  background-image: url(/dist/assets/td.a0923ddc3c8abed20bfdfbd559c8d7b0.svg); }

.flag-icon-td.flag-icon-squared {
  background-image: url(/dist/assets/td.f37a395c81f2cfe3b51e5f254970b8b7.svg); }

.flag-icon-tf {
  background-image: url(/dist/assets/tf.4ab43cc9db2814759ac2990c761f60a3.svg); }

.flag-icon-tf.flag-icon-squared {
  background-image: url(/dist/assets/tf.2e7dc1af2d97ea62c34756b7f838fa77.svg); }

.flag-icon-tg {
  background-image: url(/dist/assets/tg.025deae88a72695eb60991ab1247714f.svg); }

.flag-icon-tg.flag-icon-squared {
  background-image: url(/dist/assets/tg.29fa137c095a6ace1adc5d8de4a19309.svg); }

.flag-icon-th {
  background-image: url(/dist/assets/th.76fca72f6d180d3f14a55653b8937b5e.svg); }

.flag-icon-th.flag-icon-squared {
  background-image: url(/dist/assets/th.904dd7853b623153a82acf5c4abd297b.svg); }

.flag-icon-tj {
  background-image: url(/dist/assets/tj.a8ed5244d61deb197fad851e52e6f10b.svg); }

.flag-icon-tj.flag-icon-squared {
  background-image: url(/dist/assets/tj.980d12c941054162ab1802ce9635ec37.svg); }

.flag-icon-tk {
  background-image: url(/dist/assets/tk.1959d9de338fea49559ebcdbc11d7185.svg); }

.flag-icon-tk.flag-icon-squared {
  background-image: url(/dist/assets/tk.7aaccddb93a504f69855f07491550439.svg); }

.flag-icon-tl {
  background-image: url(/dist/assets/tl.3c1ccf1158d75af368e003eeac4716c7.svg); }

.flag-icon-tl.flag-icon-squared {
  background-image: url(/dist/assets/tl.0616faaafebb8abad85242c3b67f7ec5.svg); }

.flag-icon-tm {
  background-image: url(/dist/assets/tm.b13d1440e1d8f4c55361656fd3191952.svg); }

.flag-icon-tm.flag-icon-squared {
  background-image: url(/dist/assets/tm.ea365f332bb0b8bb8f1fad69c2f4fcfc.svg); }

.flag-icon-tn {
  background-image: url(/dist/assets/tn.50cd91018d742d2f5c31a158d417ea87.svg); }

.flag-icon-tn.flag-icon-squared {
  background-image: url(/dist/assets/tn.fea87146ed08572e8a492974c932140e.svg); }

.flag-icon-to {
  background-image: url(/dist/assets/to.79354e72ad0559ef82e28d0f2e88033f.svg); }

.flag-icon-to.flag-icon-squared {
  background-image: url(/dist/assets/to.238ef1cd63bf158a8679f40a3fd2ae4d.svg); }

.flag-icon-tr {
  background-image: url(/dist/assets/tr.ed6d5f37779af38911b0b7cb2212e30d.svg); }

.flag-icon-tr.flag-icon-squared {
  background-image: url(/dist/assets/tr.ce2e2e8e0650cfed7548dd59c2c184c5.svg); }

.flag-icon-tt {
  background-image: url(/dist/assets/tt.c3647d9bc890d2ebd383b80a3812e52f.svg); }

.flag-icon-tt.flag-icon-squared {
  background-image: url(/dist/assets/tt.4705d420d21a5ba8a26959ac48f8f647.svg); }

.flag-icon-tv {
  background-image: url(/dist/assets/tv.829fb9d89912457f171d40d33805a83e.svg); }

.flag-icon-tv.flag-icon-squared {
  background-image: url(/dist/assets/tv.a595f49d6d5586b06f4be66d5a8f7a15.svg); }

.flag-icon-tw {
  background-image: url(/dist/assets/tw.8a194685378977299ae31f5e940b2d58.svg); }

.flag-icon-tw.flag-icon-squared {
  background-image: url(/dist/assets/tw.26cc9d596b2dc8b90f177afc9c390242.svg); }

.flag-icon-tz {
  background-image: url(/dist/assets/tz.88c89454adfe247406b430a46c965da8.svg); }

.flag-icon-tz.flag-icon-squared {
  background-image: url(/dist/assets/tz.d02545a1e6ca8ee2c217c28e7c44dedc.svg); }

.flag-icon-ua {
  background-image: url(/dist/assets/ua.a8b13525ee3b82f901196668f4733097.svg); }

.flag-icon-ua.flag-icon-squared {
  background-image: url(/dist/assets/ua.841d259d582b4c6f5585da31b4aab774.svg); }

.flag-icon-ug {
  background-image: url(/dist/assets/ug.be11ef3932f4010356d708d10c60f1e9.svg); }

.flag-icon-ug.flag-icon-squared {
  background-image: url(/dist/assets/ug.6d6f88960e155a85c6e58fb0cf4681ed.svg); }

.flag-icon-um {
  background-image: url(/dist/assets/um.8754eddfe66cfeebda8977e08505dfdb.svg); }

.flag-icon-um.flag-icon-squared {
  background-image: url(/dist/assets/um.3d347682d5c526a37719f5ab8a890f11.svg); }

.flag-icon-us {
  background-image: url(/dist/assets/us.ae65659236a7e348402799477237e6fa.svg); }

.flag-icon-us.flag-icon-squared {
  background-image: url(/dist/assets/us.8ec583188aba7e9426580350312d97a5.svg); }

.flag-icon-uy {
  background-image: url(/dist/assets/uy.79b02850081e27b3ba209e6ae60ad50f.svg); }

.flag-icon-uy.flag-icon-squared {
  background-image: url(/dist/assets/uy.adbc4992aa0cb87499df3323234076f3.svg); }

.flag-icon-uz {
  background-image: url(/dist/assets/uz.eb1e00b870d7f0784288d76eb3bfc1d5.svg); }

.flag-icon-uz.flag-icon-squared {
  background-image: url(/dist/assets/uz.ca892343cb962d42bc4cc36d776d63e8.svg); }

.flag-icon-va {
  background-image: url(/dist/assets/va.21913d789a3d4b70ce0a72e2ceeea239.svg); }

.flag-icon-va.flag-icon-squared {
  background-image: url(/dist/assets/va.90e9f73abaa206455171084b6475ca69.svg); }

.flag-icon-vc {
  background-image: url(/dist/assets/vc.4ac5124fbf60fcff6808515904a79f04.svg); }

.flag-icon-vc.flag-icon-squared {
  background-image: url(/dist/assets/vc.bbb52fa0756298590332a07e5d69f2c2.svg); }

.flag-icon-ve {
  background-image: url(/dist/assets/ve.b2cd5a9a011fd43f115a2c5e2c9f91e5.svg); }

.flag-icon-ve.flag-icon-squared {
  background-image: url(/dist/assets/ve.9f23d9626b92963d5502674c91463b51.svg); }

.flag-icon-vg {
  background-image: url(/dist/assets/vg.b37358a1a76ab385e4ea28f3732b7f57.svg); }

.flag-icon-vg.flag-icon-squared {
  background-image: url(/dist/assets/vg.a796b16d8f1c42862953487aed9bd660.svg); }

.flag-icon-vi {
  background-image: url(/dist/assets/vi.4952d5bf33f73b27ccfe260531eb66f3.svg); }

.flag-icon-vi.flag-icon-squared {
  background-image: url(/dist/assets/vi.0aa782108fb39a7d5f3a3076c5a36b72.svg); }

.flag-icon-vn {
  background-image: url(/dist/assets/vn.6b3aef51e8b58cf029a85087e87591b5.svg); }

.flag-icon-vn.flag-icon-squared {
  background-image: url(/dist/assets/vn.a0081482192375c70656860e843b3c8d.svg); }

.flag-icon-vu {
  background-image: url(/dist/assets/vu.859836e7f7e23c3e620dc34e4bf47c79.svg); }

.flag-icon-vu.flag-icon-squared {
  background-image: url(/dist/assets/vu.730801abb424741b4487c4f83f216372.svg); }

.flag-icon-wf {
  background-image: url(/dist/assets/wf.e3ac728c6286182ecee6047ba2d84627.svg); }

.flag-icon-wf.flag-icon-squared {
  background-image: url(/dist/assets/wf.05522b9f19236d09cc79eee2588b6992.svg); }

.flag-icon-ws {
  background-image: url(/dist/assets/ws.405a2c5f036343f54f0e46ab054e7cf8.svg); }

.flag-icon-ws.flag-icon-squared {
  background-image: url(/dist/assets/ws.3ea6d44f91f0accab1ba37b5b7a80f55.svg); }

.flag-icon-ye {
  background-image: url(/dist/assets/ye.b5840a84dc1fc44424947f817a83b8ce.svg); }

.flag-icon-ye.flag-icon-squared {
  background-image: url(/dist/assets/ye.d13e1629bdb0f80baef6f33d88503231.svg); }

.flag-icon-yt {
  background-image: url(/dist/assets/yt.f06d254d5978e4b0223fa242514e55e1.svg); }

.flag-icon-yt.flag-icon-squared {
  background-image: url(/dist/assets/yt.b6042b9cfb432f844e964ddb24b4f341.svg); }

.flag-icon-za {
  background-image: url(/dist/assets/za.14e7052257d9914b613fc992186d2e90.svg); }

.flag-icon-za.flag-icon-squared {
  background-image: url(/dist/assets/za.67ff2e108ce38abcf3f68b4e1ba3c7af.svg); }

.flag-icon-zm {
  background-image: url(/dist/assets/zm.a9ff495dd331a2364facd4ad5d6891a3.svg); }

.flag-icon-zm.flag-icon-squared {
  background-image: url(/dist/assets/zm.3eef5dc07668374a4628c322fdf6c937.svg); }

.flag-icon-zw {
  background-image: url(/dist/assets/zw.6ac3949a90f1620a287b06e2b4cb3bc2.svg); }

.flag-icon-zw.flag-icon-squared {
  background-image: url(/dist/assets/zw.8b8854659c43952e254a914dfca52018.svg); }

.flag-icon-es-ca {
  background-image: url(/dist/assets/es-ca.e9062265c973b4ab42aa70eb66ea8957.svg); }

.flag-icon-es-ca.flag-icon-squared {
  background-image: url(/dist/assets/es-ca.a35e6a4a92e9aa04f11de348ac82f284.svg); }

.flag-icon-es-ga {
  background-image: url(/dist/assets/es-ga.2618e21f1cd5dcbd95d7b119f7b4e33a.svg); }

.flag-icon-es-ga.flag-icon-squared {
  background-image: url(/dist/assets/es-ga.151714df0fea994ff25db833a9e9fea1.svg); }

.flag-icon-eu {
  background-image: url(/dist/assets/eu.ee7f4712ac4553621d85503cb9a130e5.svg); }

.flag-icon-eu.flag-icon-squared {
  background-image: url(/dist/assets/eu.4c73f57cb89b48ebae5e4d8be33e83b8.svg); }

.flag-icon-gb-eng {
  background-image: url(/dist/assets/gb-eng.14167f77f128b0f57a6263843017fc0f.svg); }

.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/dist/assets/gb-eng.eabfeadc28e73c627eb8c65999d93aae.svg); }

.flag-icon-gb-nir {
  background-image: url(/dist/assets/gb-nir.43b61feaa71fe3689833cb76851718a7.svg); }

.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/dist/assets/gb-nir.9cad35c46f775585c615fb8a5b1dc354.svg); }

.flag-icon-gb-sct {
  background-image: url(/dist/assets/gb-sct.4c2c379f607fe46e0cec999154ea0ba8.svg); }

.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/dist/assets/gb-sct.31ef8bcf9416bbd5b8c6ef29d1411e5f.svg); }

.flag-icon-gb-wls {
  background-image: url(/dist/assets/gb-wls.2d554424b763bed9142fba7aaf41d8fc.svg); }

.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/dist/assets/gb-wls.85f8b84246b2d0b3b65de2d5d34f5ffe.svg); }

.flag-icon-un {
  background-image: url(/dist/assets/un.bdaf37f920eb89f19bf840be77b1f359.svg); }

.flag-icon-un.flag-icon-squared {
  background-image: url(/dist/assets/un.e6aabbd55ef6e4b38398d11e86733867.svg); }

.flag-icon-xk {
  background-image: url(/dist/assets/xk.62bc9bcf96e7abb6e21278b2e9714817.svg); }

.flag-icon-xk.flag-icon-squared {
  background-image: url(/dist/assets/xk.bd62029ec779b30b2ac80989dc285ae9.svg); }

/**
  * bootstrap-table - An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)
  *
  * @version v1.18.3
  * @homepage https://bootstrap-table.com
  * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
  * @license MIT
  */
.bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both; }

.bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .columns, .bootstrap-table .fixed-table-toolbar .search {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px; }

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important; }

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn {
  border-radius: 0; }

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001; }

.bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429; }

.bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px; }

.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px; }

.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto; }

.bootstrap-table .fixed-table-container {
  position: relative;
  clear: both; }

.bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important; }

.bootstrap-table .fixed-table-container .table td, .bootstrap-table .fixed-table-container .table th {
  vertical-align: middle;
  box-sizing: border-box; }

.bootstrap-table .fixed-table-container .table thead th {
  vertical-align: bottom;
  padding: 0;
  margin: 0; }

.bootstrap-table .fixed-table-container .table thead th:focus {
  outline: 0 solid transparent; }

.bootstrap-table .fixed-table-container .table thead th.detail {
  width: 30px; }

.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: .75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bootstrap-table .fixed-table-container .table thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important; }

.bootstrap-table .fixed-table-container .table thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC"); }

.bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg=="); }

.bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= "); }

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0, 0, 0, 0.075); }

.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center; }

.bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex; }

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: 700;
  display: inline-block;
  min-width: 30%;
  width: auto !important;
  text-align: left !important; }

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
  width: 100% !important; }

.bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center; }

.bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0; }

.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox], .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
  margin: 0 auto !important; }

.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: .3rem; }

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6; }

.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; }

.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6; }

.bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6; }

.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e; }

.bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden; }

.bootstrap-table .fixed-table-container .fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  transition: visibility 0s,opacity .15s ease-in-out;
  opacity: 0;
  visibility: hidden; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
  visibility: visible;
  opacity: 1; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: LOADING;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: .3s; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: .6s; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529; }

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff; }

.bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden; }

.bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both; }

.bootstrap-table .fixed-table-pagination > .pagination, .bootstrap-table .fixed-table-pagination > .pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px; }

.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px; }

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
  display: inline-block; }

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0; }

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
  margin: 0; }

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8; }

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
  content: '\2B05'; }

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
  content: '\27A1'; }

.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default; }

.bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: calc(100vh);
  overflow-y: scroll; }

.bootstrap-table.bootstrap4 .pagination-lg .page-link, .bootstrap-table.bootstrap5 .pagination-lg .page-link {
  padding: .5rem 1rem; }

.bootstrap-table.bootstrap5 .float-left {
  float: left; }

.bootstrap-table.bootstrap5 .float-right {
  float: right; }

div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px; }

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden; }

@keyframes LOADING {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */ }

.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
  line-height: 20px;
  /* overwriting bootstrap line-height. See #133 */ }

/* 
  BS3 width:1005 for inputs breaks editable form in popup 
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
  width: auto; }

.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline; }

.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0; }

.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline; }

.editable-buttons .editable-cancel {
  margin-left: 7px; }

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px; }

.editableform-loading {
  background: url(/dist/assets/loading.7b9776076d5fceef4993b55c9383dedd.gif) center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px; }

.editable-inline .editableform-loading {
  background-position: left 5px; }

.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal; }

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
  padding: 3px; }

.editable-error {
  color: red; }

/* ---- For specific types ---- */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left; }

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px; }

/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0; }

.editable-checklist label {
  white-space: nowrap; }

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
  width: 566px;
  height: 250px; }

/* clear button shown as link in date inputs */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right; }

/* IOS-style clear button for text inputs */
.editable-clear-x {
  background: url(/dist/assets/clear.f470863024f982806a178d720710f024.png) center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px; }

.editable-clear-x:hover {
  opacity: 1; }

.editable-pre-wrapped {
  white-space: pre-wrap; }

.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */ }

.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */ }

.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline; }

.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */ }

.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc; }

.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none; }

.editable-empty, .editable-empty:hover, .editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none; }

.editable-unsaved {
  font-weight: bold; }

.editable-unsaved:after {
  /*    content: '*'*/ }

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out; }

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/ }

.datepicker-inline {
  width: 220px; }

.datepicker.datepicker-rtl {
  direction: rtl; }

.datepicker.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px; }

.datepicker > div {
  display: none; }

.datepicker.days div.datepicker-days {
  display: block; }

.datepicker.months div.datepicker-months {
  display: block; }

.datepicker.years div.datepicker-years {
  display: block; }

.datepicker table {
  margin: 0; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span:hover {
  background: #eeeeee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999; }

.datepicker th.datepicker-switch {
  width: 145px; }

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

/*
* iziToast | v1.4.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule {
  font-size: 0;
  height: 0;
  width: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }

.iziToast-capsule,
.iziToast-capsule * {
  box-sizing: border-box; }

.iziToast-overlay {
  display: block;
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 997; }

.iziToast {
  display: inline-block;
  clear: both;
  position: relative;
  font-family: 'Lato', Tahoma, Arial;
  font-size: 14px;
  padding: 8px 45px 9px 0;
  background: rgba(238, 238, 238, 0.9);
  border-color: rgba(238, 238, 238, 0.9);
  width: 100%;
  pointer-events: all;
  cursor: default;
  transform: translateX(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 54px; }

.iziToast > .iziToast-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2); }

.iziToast > .iziToast-progressbar > div {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px; }

.iziToast.iziToast-balloon:before {
  content: '';
  position: absolute;
  right: 8px;
  left: auto;
  width: 0px;
  height: 0px;
  top: 100%;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0; }

.iziToast.iziToast-balloon .iziToast-progressbar {
  top: 0;
  bottom: auto; }

.iziToast.iziToast-balloon > div {
  border-radius: 0 0 0 3px; }

.iziToast > .iziToast-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1); }

.iziToast > .iziToast-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  opacity: 0.6;
  width: 42px;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
  cursor: pointer;
  outline: none; }

.iziToast > .iziToast-close:hover {
  opacity: 1; }

.iziToast > .iziToast-body {
  position: relative;
  padding: 0 0 0 10px;
  height: auto;
  min-height: 36px;
  margin: 0 0 0 15px;
  text-align: left; }

.iziToast > .iziToast-body:after {
  content: "";
  display: table;
  clear: both; }

.iziToast > .iziToast-body .iziToast-texts {
  margin: 10px 0 0 0;
  padding-right: 2px;
  display: inline-block;
  float: left; }

.iziToast > .iziToast-body .iziToast-inputs {
  min-height: 19px;
  float: left;
  margin: 3px -2px; }

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]),
.iziToast > .iziToast-body .iziToast-inputs > select {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 4px 7px;
  font-size: 13px;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  min-height: 26px; }

.iziToast > .iziToast-body .iziToast-inputs > input:not([type=checkbox]):not([type=radio]):focus,
.iziToast > .iziToast-body .iziToast-inputs > select:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); }

.iziToast > .iziToast-body .iziToast-buttons {
  min-height: 17px;
  float: left;
  margin: 4px -2px; }

.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]) {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  color: #000; }

.iziToast > .iziToast-body .iziToast-buttons > a:hover,
.iziToast > .iziToast-body .iziToast-buttons > button:hover,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):hover {
  background: rgba(0, 0, 0, 0.2); }

.iziToast > .iziToast-body .iziToast-buttons > a:focus,
.iziToast > .iziToast-body .iziToast-buttons > button:focus,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); }

.iziToast > .iziToast-body .iziToast-buttons > a:active,
.iziToast > .iziToast-body .iziToast-buttons > button:active,
.iziToast > .iziToast-body .iziToast-buttons > input:not([type=checkbox]):not([type=radio]):active {
  top: 1px; }

.iziToast > .iziToast-body .iziToast-icon {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000;
  width: 24px;
  height: 24px; }

.iziToast > .iziToast-body .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%; }

.iziToast > .iziToast-body .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast > .iziToast-body .iziToast-title {
  padding: 0;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  float: left;
  color: #000;
  white-space: normal; }

.iziToast > .iziToast-body .iziToast-message {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  white-space: normal; }

.iziToast.iziToast-animateInside .iziToast-title,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-buttons-child,
.iziToast.iziToast-animateInside .iziToast-inputs-child {
  opacity: 0; }

.iziToast-target {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.iziToast-target .iziToast-capsule {
  overflow: hidden; }

.iziToast-target .iziToast-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.iziToast-target .iziToast-capsule .iziToast {
  width: 100%;
  float: left; }

.iziToast-wrapper {
  z-index: 99999;
  position: fixed;
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column; }

.iziToast-wrapper .iziToast.iziToast-balloon:before {
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  right: 8px;
  left: auto; }

.iziToast-wrapper-bottomLeft {
  left: 0;
  bottom: 0;
  text-align: left; }

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px; }

.iziToast-wrapper-bottomRight {
  right: 0;
  bottom: 0;
  text-align: right; }

.iziToast-wrapper-topLeft {
  left: 0;
  top: 0;
  text-align: left; }

.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px; }

.iziToast-wrapper-topRight {
  top: 0;
  right: 0;
  text-align: right; }

.iziToast-wrapper-topCenter {
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }

.iziToast-wrapper-bottomCenter {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }

.iziToast-wrapper-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  flex-flow: column;
  align-items: center; }

.iziToast-rtl {
  direction: rtl;
  padding: 8px 0 9px 45px;
  font-family: Tahoma, 'Lato', Arial; }

.iziToast-rtl .iziToast-cover {
  left: auto;
  right: 0; }

.iziToast-rtl .iziToast-close {
  right: auto;
  left: 0; }

.iziToast-rtl .iziToast-body {
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  text-align: right; }

.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-inputs,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title,
.iziToast-rtl .iziToast-body .iziToast-message {
  float: right;
  text-align: right; }

.iziToast-rtl .iziToast-body .iziToast-icon {
  left: auto;
  right: 0; }

@media only screen and (min-width: 568px) {
  .iziToast-wrapper {
    padding: 10px 15px; }
  .iziToast {
    margin: 5px 0;
    border-radius: 3px;
    width: auto; }
  .iziToast:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1), 0 8px 8px -5px rgba(0, 0, 0, 0.25); }
  .iziToast:not(.iziToast-rtl) .iziToast-cover {
    border-radius: 3px 0 0 3px; }
  .iziToast.iziToast-rtl .iziToast-cover {
    border-radius: 0 3px 3px 0; }
  .iziToast.iziToast-color-dark:after {
    box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.25); }
  .iziToast.iziToast-balloon .iziToast-progressbar {
    background: transparent; }
  .iziToast.iziToast-balloon:after {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25), inset 0 10px 20px -5px rgba(0, 0, 0, 0.25); }
  .iziToast-target .iziToast:after {
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1); } }

.iziToast.iziToast-theme-dark {
  background: #565c70;
  border-color: #565c70; }

.iziToast.iziToast-theme-dark .iziToast-title {
  color: #fff; }

.iziToast.iziToast-theme-dark .iziToast-message {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300; }

.iziToast.iziToast-theme-dark .iziToast-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px; }

.iziToast.iziToast-theme-dark .iziToast-icon {
  color: #fff; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-buttons > a,
.iziToast.iziToast-theme-dark .iziToast-buttons > button,
.iziToast.iziToast-theme-dark .iziToast-buttons > input {
  color: #fff;
  background: rgba(255, 255, 255, 0.1); }

.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
  background: rgba(255, 255, 255, 0.2); }

.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6); }

.iziToast.iziToast-color-red {
  background: rgba(255, 175, 180, 0.9);
  border-color: rgba(255, 175, 180, 0.9); }

.iziToast.iziToast-color-orange {
  background: rgba(255, 207, 165, 0.9);
  border-color: rgba(255, 207, 165, 0.9); }

.iziToast.iziToast-color-yellow {
  background: rgba(255, 249, 178, 0.9);
  border-color: rgba(255, 249, 178, 0.9); }

.iziToast.iziToast-color-blue {
  background: rgba(157, 222, 255, 0.9);
  border-color: rgba(157, 222, 255, 0.9); }

.iziToast.iziToast-color-green {
  background: rgba(166, 239, 184, 0.9);
  border-color: rgba(166, 239, 184, 0.9); }

.iziToast.iziToast-layout2 .iziToast-body .iziToast-texts,
.iziToast.iziToast-layout2 .iziToast-body .iziToast-message {
  width: 100%; }

.iziToast.iziToast-layout3 {
  border-radius: 2px; }

.iziToast.iziToast-layout3::after {
  display: none; }

.iziToast.revealIn,
.iziToast .revealIn {
  -webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  -moz-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both; }

.iziToast.slideIn,
.iziToast .slideIn {
  -webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -moz-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; }

.iziToast.bounceInLeft {
  -webkit-animation: iziT-bounceInLeft 0.7s ease-in-out both;
  animation: iziT-bounceInLeft 0.7s ease-in-out both; }

.iziToast.bounceInRight {
  -webkit-animation: iziT-bounceInRight 0.85s ease-in-out both;
  animation: iziT-bounceInRight 0.85s ease-in-out both; }

.iziToast.bounceInDown {
  -webkit-animation: iziT-bounceInDown 0.7s ease-in-out both;
  animation: iziT-bounceInDown 0.7s ease-in-out both; }

.iziToast.bounceInUp {
  -webkit-animation: iziT-bounceInUp 0.7s ease-in-out both;
  animation: iziT-bounceInUp 0.7s ease-in-out both; }

.iziToast.fadeIn,
.iziToast .fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both; }

.iziToast.fadeInUp {
  -webkit-animation: iziT-fadeInUp 0.7s ease both;
  animation: iziT-fadeInUp 0.7s ease both; }

.iziToast.fadeInDown {
  -webkit-animation: iziT-fadeInDown 0.7s ease both;
  animation: iziT-fadeInDown 0.7s ease both; }

.iziToast.fadeInLeft {
  -webkit-animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both; }

.iziToast.fadeInRight {
  -webkit-animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both; }

.iziToast.flipInX {
  -webkit-animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
  animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both; }

.iziToast.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both; }

.iziToast.fadeOutDown {
  -webkit-animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; }

.iziToast.fadeOutUp {
  -webkit-animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; }

.iziToast.fadeOutLeft {
  -webkit-animation: iziT-fadeOutLeft 0.5s ease both;
  animation: iziT-fadeOutLeft 0.5s ease both; }

.iziToast.fadeOutRight {
  -webkit-animation: iziT-fadeOutRight 0.5s ease both;
  animation: iziT-fadeOutRight 0.5s ease both; }

.iziToast.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both;
  animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 0.91) both; }

.iziToast-overlay.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both; }

.iziToast-overlay.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both; }

@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-moz-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  70% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  70% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px); }
  70% {
    -webkit-transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px); }
  70% {
    -webkit-transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-webkit-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-webkit-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-moz-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-o-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-moz-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-o-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-moz-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-o-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-moz-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-o-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-moz-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@-o-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@-moz-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@-o-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@-moz-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-moz-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-moz-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-moz-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-webkit-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-o-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-moz-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-webkit-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-o-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-moz-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-webkit-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-o-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.toast-title {
  font-weight: 700; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a, .toast-message label {
  color: #FFF; }

.toast-message a:hover {
  color: #CCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em; }

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none; }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important; }

#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important; }

#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important; }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em; }
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent; }

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(/dist/assets/layers.a6137456ed160d7606981aa57c559898.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/dist/assets/layers-2x.4f0283c6ce28e888000e978e537a6a56.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(/dist/assets/marker-icon.2273e3d8ad9264b7daa5bdbf8e6b47f8.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

.fullscreen-icon {
  background-image: url(/dist/assets/icon-fullscreen.fdda34de614379d4229229cb0cb43799.png); }

.leaflet-retina .fullscreen-icon {
  background-image: url(/dist/assets/icon-fullscreen-2x.c2f3405e26373eb8f6bd6c9c68b63f9c.png);
  background-size: 26px 26px; }

/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
.leaflet-container:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999; }

.leaflet-container:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999; }

.leaflet-container:full-screen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999; }

.leaflet-container:fullscreen {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999; }

.leaflet-pseudo-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 99999; }

/* 
 * Leaflet Control Search v2.9.9 - 2020-12-01 
 * 
 * Copyright 2020 Stefano Cudini 
 * stefano.cudini@gmail.com 
 * http://labs.easyblog.it/ 
 * 
 * Licensed under the MIT license. 
 * 
 * Demo: 
 * http://labs.easyblog.it/maps/leaflet-search/ 
 * 
 * Source: 
 * git@github.com:stefanocudini/leaflet-search.git 
 * 
 */
.leaflet-container .leaflet-control-search {
  position: relative;
  float: left;
  background: #fff;
  color: #1978cf;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  margin-left: 10px;
  margin-top: 10px; }

.leaflet-control-search.search-exp {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

.leaflet-control-search .search-input {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #666;
  border-radius: 2px;
  height: 22px;
  padding: 0 20px 0 2px;
  margin: 4px 0 4px 4px; }

.leaflet-control-search.search-load .search-input {
  background: url(/dist/assets/loader.f9b7a75b186911a1b04d08f8db305b7a.gif) no-repeat center right #fff; }

.leaflet-control-search.search-load .search-cancel {
  visibility: hidden; }

.leaflet-control-search .search-cancel {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 28px;
  margin: 6px 0;
  background: url(/dist/assets/search-icon.549b33bab7247b619c0292995f5a906b.png) no-repeat 0 -46px;
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: .8; }

.leaflet-control-search .search-cancel:hover {
  filter: alpha(opacity=100);
  opacity: 1; }

.leaflet-control-search .search-cancel span {
  display: none;
  font-size: 18px;
  line-height: 20px;
  color: #ccc;
  font-weight: 700; }

.leaflet-control-search .search-cancel:hover span {
  color: #aaa; }

.leaflet-control-search .search-button {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url(/dist/assets/search-icon.549b33bab7247b619c0292995f5a906b.png) no-repeat 4px 4px #fff;
  border-radius: 4px; }

.leaflet-control-search .search-button:hover {
  background: url(/dist/assets/search-icon.549b33bab7247b619c0292995f5a906b.png) no-repeat 4px -20px #fafafa; }

.leaflet-control-search .search-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  list-style: none;
  padding-left: 0;
  min-width: 120px;
  max-height: 122px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1010;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer; }

.leaflet-control-search .search-tip {
  margin: 2px;
  padding: 2px 4px;
  display: block;
  color: #000;
  background: #eee;
  border-radius: .25em;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: center; }

.leaflet-control-search .search-button:hover {
  background-color: #f4f4f4; }

.leaflet-control-search .search-tip-select, .leaflet-control-search .search-tip:hover {
  background-color: #fff; }

.leaflet-control-search .search-alert {
  cursor: pointer;
  clear: both;
  font-size: .75em;
  margin-bottom: 5px;
  padding: 0 .25em;
  color: #e00;
  font-weight: 700;
  border-radius: .25em; }

.leaflet-bar button,
.leaflet-bar button:hover {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block; }

.leaflet-bar button:hover {
  background-color: #f4f4f4; }

.leaflet-bar button:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar button:last-of-type {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar.disabled,
.leaflet-bar button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: .4; }

.easy-button-button .button-state {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }

.leaflet-touch .leaflet-bar button {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2000; }

.leaflet-sidebar.collapsed {
  width: 40px; }

@media (min-width: 768px) {
  .leaflet-sidebar {
    top: 10px;
    bottom: 10px;
    transition: width .5s; } }

@media (min-width: 768px) and (max-width: 991px) {
  .leaflet-sidebar {
    width: 305px;
    max-width: 305px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .leaflet-sidebar {
    width: 390px;
    max-width: 390px; } }

@media (min-width: 1200px) {
  .leaflet-sidebar {
    width: 460px;
    max-width: 460px; } }

.leaflet-sidebar-left {
  left: 0; }

@media (min-width: 768px) {
  .leaflet-sidebar-left {
    left: 10px; } }

.leaflet-sidebar-right {
  right: 0; }

@media (min-width: 768px) {
  .leaflet-sidebar-right {
    right: 10px; } }

.leaflet-sidebar-tabs {
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff; }

.leaflet-sidebar-left .leaflet-sidebar-tabs {
  left: 0; }

.leaflet-sidebar-right .leaflet-sidebar-tabs {
  right: 0; }

.leaflet-sidebar-tabs, .leaflet-sidebar-tabs > ul {
  position: absolute;
  width: 40px;
  margin: 0;
  padding: 0;
  list-style-type: none; }

.leaflet-sidebar-tabs > li, .leaflet-sidebar-tabs > ul > li {
  width: 100%;
  height: 40px;
  color: #333;
  font-size: 12pt;
  overflow: hidden;
  transition: all 80ms; }

.leaflet-sidebar-tabs > li:hover, .leaflet-sidebar-tabs > ul > li:hover {
  color: #000;
  background-color: #eee; }

.leaflet-sidebar-tabs > li.active, .leaflet-sidebar-tabs > ul > li.active {
  color: #fff;
  background-color: #0074d9; }

.leaflet-sidebar-tabs > li.disabled, .leaflet-sidebar-tabs > ul > li.disabled {
  color: rgba(51, 51, 51, 0.4); }

.leaflet-sidebar-tabs > li.disabled:hover, .leaflet-sidebar-tabs > ul > li.disabled:hover {
  background: 0 0; }

.leaflet-sidebar-tabs > li.disabled > a, .leaflet-sidebar-tabs > ul > li.disabled > a {
  cursor: default; }

.leaflet-sidebar-tabs > li > a, .leaflet-sidebar-tabs > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  cursor: pointer; }

.leaflet-sidebar-tabs > ul + ul {
  bottom: 0; }

.leaflet-sidebar-content {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  overflow-x: hidden;
  overflow-y: auto; }

.leaflet-sidebar-left .leaflet-sidebar-content {
  left: 40px;
  right: 0; }

.leaflet-sidebar-right .leaflet-sidebar-content {
  left: 0;
  right: 40px; }

.leaflet-sidebar.collapsed > .leaflet-sidebar-content {
  overflow-y: hidden; }

.collapsed > .leaflet-sidebar-content {
  overflow-y: hidden; }

.leaflet-sidebar-pane {
  display: none;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 10px 20px; }

.leaflet-sidebar-pane.active {
  display: block; }

@media (min-width: 768px) and (max-width: 991px) {
  .leaflet-sidebar-pane {
    min-width: 265px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .leaflet-sidebar-pane {
    min-width: 350px; } }

@media (min-width: 1200px) {
  .leaflet-sidebar-pane {
    min-width: 420px; } }

.leaflet-sidebar-header {
  margin: -10px -20px 0;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  font-size: 14.4pt;
  color: #fff;
  background-color: #0074d9; }

.leaflet-sidebar-right .leaflet-sidebar-header {
  padding-left: 40px; }

.leaflet-sidebar-close {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer; }

.leaflet-sidebar-left .leaflet-sidebar-close {
  right: 0; }

.leaflet-sidebar-right .leaflet-sidebar-close {
  left: 0; }

.leaflet-sidebar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65); }

@media (min-width: 768px) {
  .leaflet-sidebar {
    border-radius: 4px; }
  .leaflet-sidebar.leaflet-touch {
    border: 2px solid rgba(0, 0, 0, 0.2); } }

.leaflet-sidebar-left.leaflet-touch {
  box-shadow: none;
  border-right: 2px solid rgba(0, 0, 0, 0.2); }

@media (min-width: 768px) {
  .leaflet-sidebar-left ~ .leaflet-control-container .leaflet-left {
    transition: left .5s; } }

@media (min-width: 768px) and (max-width: 991px) {
  .leaflet-sidebar-left ~ .leaflet-control-container .leaflet-left {
    left: 315px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .leaflet-sidebar-left ~ .leaflet-control-container .leaflet-left {
    left: 400px; } }

@media (min-width: 1200px) {
  .leaflet-sidebar-left ~ .leaflet-control-container .leaflet-left {
    left: 470px; } }

.leaflet-sidebar-left.collapsed ~ .leaflet-control-container .leaflet-left {
  left: 50px; }

.leaflet-sidebar-right.leaflet-touch {
  box-shadow: none;
  border-left: 2px solid rgba(0, 0, 0, 0.2); }

@media (min-width: 768px) {
  .leaflet-sidebar-right ~ .leaflet-control-container .leaflet-right {
    transition: right .5s; } }

@media (min-width: 768px) and (max-width: 991px) {
  .leaflet-sidebar-right ~ .leaflet-control-container .leaflet-right {
    right: 315px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .leaflet-sidebar-right ~ .leaflet-control-container .leaflet-right {
    right: 400px; } }

@media (min-width: 1200px) {
  .leaflet-sidebar-right ~ .leaflet-control-container .leaflet-right {
    right: 470px; } }

.leaflet-sidebar-right.collapsed ~ .leaflet-control-container .leaflet-right {
  right: 50px; }

/*-------------------------------------
zTree Style

version:	3.5.19
author:		Hunter.z
email:		hunter.z@263.net
website:	http://code.google.com/p/jquerytree/

-------------------------------------*/
.ztree * {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, AppleGothic, sans-serif; }

.ztree {
  margin: 0;
  padding: 5px;
  color: #333; }

.ztree li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 14px;
  text-align: left;
  white-space: nowrap;
  outline: 0; }

.ztree li ul {
  margin: 0;
  padding: 0 0 0 18px; }

.ztree li ul.line {
  background: url(/dist/assets/line_conn.a2649b0b087ae0f894092a090d95d3e2.gif) 0 0 repeat-y; }

.ztree li a {
  padding: 1px 3px 0 0;
  margin: 0;
  cursor: pointer;
  height: 17px;
  color: #333;
  background-color: transparent;
  text-decoration: none;
  vertical-align: top;
  display: inline-block; }

.ztree li a:hover {
  text-decoration: underline; }

.ztree li a.curSelectedNode {
  padding-top: 0px;
  background-color: #FFE6B0;
  color: black;
  height: 16px;
  border: 1px #FFB951 solid;
  opacity: 0.8; }

.ztree li a.curSelectedNode_Edit {
  padding-top: 0px;
  background-color: #FFE6B0;
  color: black;
  height: 16px;
  border: 1px #FFB951 solid;
  opacity: 0.8; }

.ztree li a.tmpTargetNode_inner {
  padding-top: 0px;
  background-color: #316AC5;
  color: white;
  height: 16px;
  border: 1px #316AC5 solid;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.ztree li a input.rename {
  height: 14px;
  width: 80px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: 1px #7EC4CC solid;
  *border: 0px; }

.ztree li span {
  line-height: 16px;
  margin-right: 2px; }

.ztree li span.button {
  line-height: 0;
  margin: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: 0 none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url(/dist/assets/zTreeStandard.524f504c45ed6ca333a485533a9beb9c.png);
  *background-image: url(/dist/assets/zTreeStandard.158458f766f6817713bc947b63449707.gif); }

.ztree li span.button.chk {
  width: 13px;
  height: 13px;
  margin: 0 3px 0 0;
  cursor: auto; }

.ztree li span.button.chk.checkbox_false_full {
  background-position: 0 0; }

.ztree li span.button.chk.checkbox_false_full_focus {
  background-position: 0 -14px; }

.ztree li span.button.chk.checkbox_false_part {
  background-position: 0 -28px; }

.ztree li span.button.chk.checkbox_false_part_focus {
  background-position: 0 -42px; }

.ztree li span.button.chk.checkbox_false_disable {
  background-position: 0 -56px; }

.ztree li span.button.chk.checkbox_true_full {
  background-position: -14px 0; }

.ztree li span.button.chk.checkbox_true_full_focus {
  background-position: -14px -14px; }

.ztree li span.button.chk.checkbox_true_part {
  background-position: -14px -28px; }

.ztree li span.button.chk.checkbox_true_part_focus {
  background-position: -14px -42px; }

.ztree li span.button.chk.checkbox_true_disable {
  background-position: -14px -56px; }

.ztree li span.button.chk.radio_false_full {
  background-position: -28px 0; }

.ztree li span.button.chk.radio_false_full_focus {
  background-position: -28px -14px; }

.ztree li span.button.chk.radio_false_part {
  background-position: -28px -28px; }

.ztree li span.button.chk.radio_false_part_focus {
  background-position: -28px -42px; }

.ztree li span.button.chk.radio_false_disable {
  background-position: -28px -56px; }

.ztree li span.button.chk.radio_true_full {
  background-position: -42px 0; }

.ztree li span.button.chk.radio_true_full_focus {
  background-position: -42px -14px; }

.ztree li span.button.chk.radio_true_part {
  background-position: -42px -28px; }

.ztree li span.button.chk.radio_true_part_focus {
  background-position: -42px -42px; }

.ztree li span.button.chk.radio_true_disable {
  background-position: -42px -56px; }

.ztree li span.button.switch {
  width: 18px;
  height: 18px; }

.ztree li span.button.root_open {
  background-position: -92px -54px; }

.ztree li span.button.root_close {
  background-position: -74px -54px; }

.ztree li span.button.roots_open {
  background-position: -92px 0; }

.ztree li span.button.roots_close {
  background-position: -74px 0; }

.ztree li span.button.center_open {
  background-position: -92px -18px; }

.ztree li span.button.center_close {
  background-position: -74px -18px; }

.ztree li span.button.bottom_open {
  background-position: -92px -36px; }

.ztree li span.button.bottom_close {
  background-position: -74px -36px; }

.ztree li span.button.noline_open {
  background-position: -92px -72px; }

.ztree li span.button.noline_close {
  background-position: -74px -72px; }

.ztree li span.button.root_docu {
  background: none; }

.ztree li span.button.roots_docu {
  background-position: -56px 0; }

.ztree li span.button.center_docu {
  background-position: -56px -18px; }

.ztree li span.button.bottom_docu {
  background-position: -56px -36px; }

.ztree li span.button.noline_docu {
  background: none; }

.ztree li span.button.ico_open {
  margin-right: 2px;
  background-position: -110px -16px;
  vertical-align: top;
  *vertical-align: middle; }

.ztree li span.button.ico_close {
  margin-right: 2px;
  background-position: -110px 0;
  vertical-align: top;
  *vertical-align: middle; }

.ztree li span.button.ico_docu {
  margin-right: 2px;
  background-position: -110px -32px;
  vertical-align: top;
  *vertical-align: middle; }

.ztree li span.button.edit {
  margin-right: 2px;
  background-position: -110px -48px;
  vertical-align: top;
  *vertical-align: middle; }

.ztree li span.button.remove {
  margin-right: 2px;
  background-position: -110px -64px;
  vertical-align: top;
  *vertical-align: middle; }

.ztree li span.button.ico_loading {
  margin-right: 2px;
  background: url(/dist/assets/loading.4f3236673db18fbb34f4f6a942c2ce12.gif) no-repeat scroll 0 0 transparent;
  vertical-align: top;
  *vertical-align: middle; }

ul.tmpTargetzTree {
  background-color: #FFE6B0;
  opacity: 0.8;
  filter: alpha(opacity=80); }

span.tmpzTreeMove_arrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  padding: 0;
  margin: 2px 0 0 1px;
  border: 0 none;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: -110px -80px;
  background-image: url(/dist/assets/zTreeStandard.524f504c45ed6ca333a485533a9beb9c.png);
  *background-image: url(/dist/assets/zTreeStandard.158458f766f6817713bc947b63449707.gif); }

ul.ztree.zTreeDragUL {
  margin: 0;
  padding: 0;
  position: absolute;
  width: auto;
  height: auto;
  overflow: hidden;
  background-color: #cfcfcf;
  border: 1px #00B83F dotted;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.zTreeMask {
  z-index: 10000;
  background-color: #cfcfcf;
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute; }

/* level style*/
/*.ztree li span.button.level0 {
	display:none;
}
.ztree li ul.level0 {
	padding:0;
	background:none;
}*/

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/**
 * gridstack SASS styles 5.0
 * Copyright (c) 2021 Alain Dumesny - see GridStack root license
 */
:root .grid-stack-item > .ui-resizable-handle {
  filter: none; }

.grid-stack {
  position: relative; }

.grid-stack.grid-stack-rtl {
  direction: ltr; }

.grid-stack.grid-stack-rtl > .grid-stack-item {
  direction: rtl; }

.grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 1px dashed lightgray;
  margin: 0;
  position: absolute;
  width: auto;
  z-index: 0 !important;
  text-align: center; }

.grid-stack > .grid-stack-item {
  min-width: 8.3333333333%;
  position: absolute;
  padding: 0; }

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  width: auto;
  overflow-x: hidden;
  overflow-y: auto; }

.grid-stack > .grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
  display: none; }

.grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
  z-index: 100; }

.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0.8; }

.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.grid-stack > .grid-stack-item > .ui-resizable-se {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.grid-stack > .grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  top: 0; }

.grid-stack > .grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px; }

.grid-stack > .grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  top: 0; }

.grid-stack > .grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  top: 15px;
  bottom: 15px; }

.grid-stack > .grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px; }

.grid-stack > .grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: 0;
  right: 25px; }

.grid-stack > .grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px; }

.grid-stack > .grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  top: 15px;
  bottom: 15px; }

.grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important; }

.grid-stack > .grid-stack-item[gs-w="0"] {
  width: 0%; }

.grid-stack > .grid-stack-item[gs-x="0"] {
  left: 0%; }

.grid-stack > .grid-stack-item[gs-min-w="0"] {
  min-width: 0%; }

.grid-stack > .grid-stack-item[gs-max-w="0"] {
  max-width: 0%; }

.grid-stack > .grid-stack-item[gs-w="1"] {
  width: 8.3333333333%; }

.grid-stack > .grid-stack-item[gs-x="1"] {
  left: 8.3333333333%; }

.grid-stack > .grid-stack-item[gs-min-w="1"] {
  min-width: 8.3333333333%; }

.grid-stack > .grid-stack-item[gs-max-w="1"] {
  max-width: 8.3333333333%; }

.grid-stack > .grid-stack-item[gs-w="2"] {
  width: 16.6666666667%; }

.grid-stack > .grid-stack-item[gs-x="2"] {
  left: 16.6666666667%; }

.grid-stack > .grid-stack-item[gs-min-w="2"] {
  min-width: 16.6666666667%; }

.grid-stack > .grid-stack-item[gs-max-w="2"] {
  max-width: 16.6666666667%; }

.grid-stack > .grid-stack-item[gs-w="3"] {
  width: 25%; }

.grid-stack > .grid-stack-item[gs-x="3"] {
  left: 25%; }

.grid-stack > .grid-stack-item[gs-min-w="3"] {
  min-width: 25%; }

.grid-stack > .grid-stack-item[gs-max-w="3"] {
  max-width: 25%; }

.grid-stack > .grid-stack-item[gs-w="4"] {
  width: 33.3333333333%; }

.grid-stack > .grid-stack-item[gs-x="4"] {
  left: 33.3333333333%; }

.grid-stack > .grid-stack-item[gs-min-w="4"] {
  min-width: 33.3333333333%; }

.grid-stack > .grid-stack-item[gs-max-w="4"] {
  max-width: 33.3333333333%; }

.grid-stack > .grid-stack-item[gs-w="5"] {
  width: 41.6666666667%; }

.grid-stack > .grid-stack-item[gs-x="5"] {
  left: 41.6666666667%; }

.grid-stack > .grid-stack-item[gs-min-w="5"] {
  min-width: 41.6666666667%; }

.grid-stack > .grid-stack-item[gs-max-w="5"] {
  max-width: 41.6666666667%; }

.grid-stack > .grid-stack-item[gs-w="6"] {
  width: 50%; }

.grid-stack > .grid-stack-item[gs-x="6"] {
  left: 50%; }

.grid-stack > .grid-stack-item[gs-min-w="6"] {
  min-width: 50%; }

.grid-stack > .grid-stack-item[gs-max-w="6"] {
  max-width: 50%; }

.grid-stack > .grid-stack-item[gs-w="7"] {
  width: 58.3333333333%; }

.grid-stack > .grid-stack-item[gs-x="7"] {
  left: 58.3333333333%; }

.grid-stack > .grid-stack-item[gs-min-w="7"] {
  min-width: 58.3333333333%; }

.grid-stack > .grid-stack-item[gs-max-w="7"] {
  max-width: 58.3333333333%; }

.grid-stack > .grid-stack-item[gs-w="8"] {
  width: 66.6666666667%; }

.grid-stack > .grid-stack-item[gs-x="8"] {
  left: 66.6666666667%; }

.grid-stack > .grid-stack-item[gs-min-w="8"] {
  min-width: 66.6666666667%; }

.grid-stack > .grid-stack-item[gs-max-w="8"] {
  max-width: 66.6666666667%; }

.grid-stack > .grid-stack-item[gs-w="9"] {
  width: 75%; }

.grid-stack > .grid-stack-item[gs-x="9"] {
  left: 75%; }

.grid-stack > .grid-stack-item[gs-min-w="9"] {
  min-width: 75%; }

.grid-stack > .grid-stack-item[gs-max-w="9"] {
  max-width: 75%; }

.grid-stack > .grid-stack-item[gs-w="10"] {
  width: 83.3333333333%; }

.grid-stack > .grid-stack-item[gs-x="10"] {
  left: 83.3333333333%; }

.grid-stack > .grid-stack-item[gs-min-w="10"] {
  min-width: 83.3333333333%; }

.grid-stack > .grid-stack-item[gs-max-w="10"] {
  max-width: 83.3333333333%; }

.grid-stack > .grid-stack-item[gs-w="11"] {
  width: 91.6666666667%; }

.grid-stack > .grid-stack-item[gs-x="11"] {
  left: 91.6666666667%; }

.grid-stack > .grid-stack-item[gs-min-w="11"] {
  min-width: 91.6666666667%; }

.grid-stack > .grid-stack-item[gs-max-w="11"] {
  max-width: 91.6666666667%; }

.grid-stack > .grid-stack-item[gs-w="12"] {
  width: 100%; }

.grid-stack > .grid-stack-item[gs-x="12"] {
  left: 100%; }

.grid-stack > .grid-stack-item[gs-min-w="12"] {
  min-width: 100%; }

.grid-stack > .grid-stack-item[gs-max-w="12"] {
  max-width: 100%; }

.grid-stack.grid-stack-1 > .grid-stack-item {
  min-width: 100%; }

.grid-stack.grid-stack-1 > .grid-stack-item[gs-w="1"] {
  width: 100%; }

.grid-stack.grid-stack-1 > .grid-stack-item[gs-x="1"] {
  left: 100%; }

.grid-stack.grid-stack-1 > .grid-stack-item[gs-min-w="1"] {
  min-width: 100%; }

.grid-stack.grid-stack-1 > .grid-stack-item[gs-max-w="1"] {
  max-width: 100%; }

.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
  -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s; }

.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
  -webkit-transition: left 0s, top 0s, height 0s, width 0s;
  -moz-transition: left 0s, top 0s, height 0s, width 0s;
  -ms-transition: left 0s, top 0s, height 0s, width 0s;
  -o-transition: left 0s, top 0s, height 0s, width 0s;
  transition: left 0s, top 0s, height 0s, width 0s; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em; }

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ''; }

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc; }

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent; }

.daterangepicker.opensleft:before {
  right: 9px; }

.daterangepicker.opensleft:after {
  right: 10px; }

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto; }

.daterangepicker.opensright:before {
  left: 9px; }

.daterangepicker.opensright:after {
  left: 10px; }

.daterangepicker.drop-up {
  margin-top: -7px; }

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc; }

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff; }

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none; }

.daterangepicker.single .drp-selected {
  display: none; }

.daterangepicker.show-calendar .drp-calendar {
  display: block; }

.daterangepicker.show-calendar .drp-buttons {
  display: block; }

.daterangepicker.auto-apply .drp-buttons {
  display: none; }

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px; }

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px; }

.daterangepicker .drp-calendar.right {
  padding: 8px; }

.daterangepicker .drp-calendar.single .calendar-table {
  border: none; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px; }

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg); }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer; }

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff; }

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit; }

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999; }

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0; }

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date {
  border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff; }

.daterangepicker th.month {
  width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default; }

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%; }

.daterangepicker select.yearselect {
  width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px; }

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative; }

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed; }

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle; }

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px; }

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px; }

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd; }

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd; }

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0; }

.daterangepicker.show-calendar .ranges {
  margin-top: 8px; }

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%; }

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer; }

.daterangepicker .ranges li:hover {
  background-color: #eee; }

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
  .daterangepicker .ranges ul {
    width: 140px; }
  .daterangepicker.single .ranges ul {
    width: 100%; }
  .daterangepicker.single .drp-calendar.left {
    clear: none; }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left; }
  .daterangepicker {
    direction: ltr;
    text-align: left; }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .daterangepicker .drp-calendar.right {
    margin-left: 0; }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px; }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .drp-calendar.left {
    clear: none !important; } }

@charset "UTF-8";
/**
  * multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
  *
  * @version v1.5.2
  * @homepage http://multiple-select.wenzhixin.net.cn
  * @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
  * @license MIT
  */
.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: auto !important;
  top: auto !important; }

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

.ms-choice {
  display: block;
  width: 100%;
  height: 26px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff; }

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px; }

.ms-choice > span.placeholder {
  color: #999; }

.ms-choice > div.icon-close {
  position: absolute;
  top: 0;
  right: 16px;
  height: 100%;
  width: 16px; }

.ms-choice > div.icon-close:before {
  content: '×';
  color: #888;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -14px; }

.ms-choice > div.icon-close:hover:before {
  color: #333; }

.ms-choice > div.icon-caret {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 8px;
  margin-top: -2px;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px; }

.ms-choice > div.icon-caret.open {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.ms-drop {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px; }

.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 2px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
  box-sizing: border-box; }

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: none; }

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0; }

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding: .25rem 8px; }

.ms-drop ul > li .disabled {
  font-weight: normal !important;
  opacity: .35;
  filter: Alpha(Opacity=35);
  cursor: default; }

.ms-drop ul > li.multiple {
  display: block;
  float: left; }

.ms-drop ul > li.group {
  clear: both; }

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ms-drop ul > li label {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  display: block;
  white-space: nowrap;
  cursor: pointer; }

.ms-drop ul > li label.optgroup {
  font-weight: bold; }

.ms-drop ul > li.hide-radio {
  padding: 0; }

.ms-drop ul > li.hide-radio:focus, .ms-drop ul > li.hide-radio:hover {
  background-color: #f8f9fa; }

.ms-drop ul > li.hide-radio.selected {
  color: #fff;
  background-color: #007bff; }

.ms-drop ul > li.hide-radio label {
  margin-bottom: 0;
  padding: 5px 8px; }

.ms-drop ul > li.hide-radio input {
  display: none; }

.ms-drop ul > li.option-level-1 label {
  padding-left: 28px; }

.ms-drop input[type="radio"], .ms-drop input[type="checkbox"] {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

.ms-drop .ms-no-results {
  display: none; }

.bootstrap-duallistbox-container .buttons {
  width: 100%;
  margin-bottom: -1px; }

.bootstrap-duallistbox-container label {
  display: block; }

.bootstrap-duallistbox-container .info {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 11px; }

.bootstrap-duallistbox-container .clear1, .bootstrap-duallistbox-container .clear2 {
  display: none;
  font-size: 10px; }

.bootstrap-duallistbox-container .box1.filtered .clear1, .bootstrap-duallistbox-container .box2.filtered .clear2 {
  display: inline-block; }

.bootstrap-duallistbox-container .move, .bootstrap-duallistbox-container .remove {
  width: 60%; }

.bootstrap-duallistbox-container .btn-group .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.bootstrap-duallistbox-container select {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.bootstrap-duallistbox-container .moveall, .bootstrap-duallistbox-container .removeall {
  width: 40%; }

.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
  margin-left: 0; }

.bootstrap-duallistbox-container select {
  width: 100%;
  height: 300px;
  padding: 0; }

.bootstrap-duallistbox-container .filter {
  display: inline-block;
  width: 100%;
  height: 31px;
  margin: 0 0 5px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-duallistbox-container .filter.placeholder {
  color: #aaa; }

.bootstrap-duallistbox-container.moveonselect .move, .bootstrap-duallistbox-container.moveonselect .remove {
  display: none; }

.bootstrap-duallistbox-container.moveonselect .moveall, .bootstrap-duallistbox-container.moveonselect .removeall {
  width: 100%; }

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px; }

.input-daterange input {
  text-align: center; }

.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }

/*!
 * Bootstrap Colorpicker - Bootstrap Colorpicker is a modular color picker plugin for Bootstrap 4.
 * @package bootstrap-colorpicker
 * @version v3.4.0
 * @license MIT
 * @link https://itsjavi.com/bootstrap-colorpicker/
 * @link https://github.com/itsjavi/bootstrap-colorpicker.git
 */
.colorpicker {
  position: relative;
  display: none;
  font-size: inherit;
  color: inherit;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: .75rem .75rem;
  width: 148px;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.colorpicker.colorpicker-disabled,
.colorpicker.colorpicker-disabled * {
  cursor: default !important; }

.colorpicker div {
  position: relative; }

.colorpicker-popup {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  margin-top: 1px;
  z-index: 1060; }

.colorpicker-popup.colorpicker-bs-popover-content {
  position: relative;
  top: auto;
  left: auto;
  float: none;
  margin: 0;
  z-index: initial;
  border: none;
  padding: 0.25rem 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.colorpicker:before,
.colorpicker:after {
  content: "";
  display: table;
  clear: both;
  line-height: 0; }

.colorpicker-clear {
  clear: both;
  display: block; }

.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: auto;
  right: 6px; }

.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: auto;
  right: 7px; }

.colorpicker.colorpicker-with-alpha {
  width: 170px; }

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block; }

.colorpicker-saturation {
  position: relative;
  width: 126px;
  height: 126px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black)), -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, transparent 0%, black 100%), linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  cursor: crosshair;
  float: left;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 6px; }

.colorpicker-saturation .colorpicker-guide {
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  margin: -3px 0 0 -3px; }

.colorpicker-hue,
.colorpicker-alpha {
  position: relative;
  width: 16px;
  height: 126px;
  float: left;
  cursor: row-resize;
  margin-left: 6px;
  margin-bottom: 6px; }

.colorpicker-alpha-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.colorpicker-hue,
.colorpicker-alpha-color {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); }

.colorpicker-hue .colorpicker-guide,
.colorpicker-alpha .colorpicker-guide {
  display: block;
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -2px;
  margin-top: -2px;
  right: -2px;
  z-index: 1; }

.colorpicker-hue {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left bottom, left top, from(red), color-stop(8%, #ff8000), color-stop(17%, yellow), color-stop(25%, #80ff00), color-stop(33%, lime), color-stop(42%, #00ff80), color-stop(50%, cyan), color-stop(58%, #0080ff), color-stop(67%, blue), color-stop(75%, #8000ff), color-stop(83%, magenta), color-stop(92%, #ff0080), to(red));
  background: linear-gradient(to top, red 0%, #ff8000 8%, yellow 17%, #80ff00 25%, lime 33%, #00ff80 42%, cyan 50%, #0080ff 58%, blue 67%, #8000ff 75%, magenta 83%, #ff0080 92%, red 100%);
  /* W3C */ }

.colorpicker-alpha {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  display: none; }

.colorpicker-bar {
  min-height: 16px;
  margin: 6px 0 0 0;
  clear: both;
  text-align: center;
  font-size: 10px;
  line-height: normal;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2); }

.colorpicker-bar:before {
  content: "";
  display: table;
  clear: both; }

.colorpicker-bar.colorpicker-bar-horizontal {
  height: 126px;
  width: 16px;
  margin: 0 0 6px 0;
  float: left; }

.colorpicker-input-addon {
  position: relative; }

.colorpicker-input-addon i {
  display: inline-block;
  cursor: pointer;
  vertical-align: text-top;
  height: 16px;
  width: 16px;
  position: relative; }

.colorpicker-input-addon:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px; }

.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
  vertical-align: text-bottom; }

.colorpicker.colorpicker-horizontal {
  width: 126px;
  height: auto; }

.colorpicker.colorpicker-horizontal .colorpicker-bar {
  width: 126px; }

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  float: none;
  margin-bottom: 0; }

.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  float: none;
  width: 126px;
  height: 16px;
  cursor: col-resize;
  margin-left: 0;
  margin-top: 6px;
  margin-bottom: 0; }

.colorpicker.colorpicker-horizontal .colorpicker-hue .colorpicker-guide,
.colorpicker.colorpicker-horizontal .colorpicker-alpha .colorpicker-guide {
  position: absolute;
  display: block;
  bottom: -2px;
  left: 0;
  right: auto;
  height: auto;
  width: 4px; }

.colorpicker.colorpicker-horizontal .colorpicker-hue {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, right top, left top, from(red), color-stop(8%, #ff8000), color-stop(17%, yellow), color-stop(25%, #80ff00), color-stop(33%, lime), color-stop(42%, #00ff80), color-stop(50%, cyan), color-stop(58%, #0080ff), color-stop(67%, blue), color-stop(75%, #8000ff), color-stop(83%, magenta), color-stop(92%, #ff0080), to(red));
  background: linear-gradient(to left, red 0%, #ff8000 8%, yellow 17%, #80ff00 25%, lime 33%, #00ff80 42%, cyan 50%, #0080ff 58%, blue 67%, #8000ff 75%, magenta 83%, #ff0080 92%, red 100%);
  /* W3C */ }

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px; }

.colorpicker-inline:before,
.colorpicker-no-arrow:before,
.colorpicker-popup.colorpicker-bs-popover-content:before {
  content: none;
  display: none; }

.colorpicker-inline:after,
.colorpicker-no-arrow:after,
.colorpicker-popup.colorpicker-bs-popover-content:after {
  content: none;
  display: none; }

.colorpicker-alpha,
.colorpicker-saturation,
.colorpicker-hue {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-bar.colorpicker-visible {
  display: block; }

.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-bar.colorpicker-hidden {
  display: none; }

.colorpicker-inline.colorpicker-visible {
  display: inline-block; }

.colorpicker.colorpicker-disabled:after {
  border: none;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(233, 236, 239, 0.33);
  top: 0;
  left: 0;
  right: auto;
  z-index: 2;
  position: absolute; }

.colorpicker.colorpicker-disabled .colorpicker-guide {
  display: none; }

/** EXTENSIONS **/
.colorpicker-preview {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px; }

.colorpicker-preview > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.colorpicker-bar.colorpicker-swatches {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto; }

.colorpicker-swatches--inner {
  clear: both;
  margin-top: -6px; }

.colorpicker-swatch {
  position: relative;
  cursor: pointer;
  float: left;
  height: 16px;
  width: 16px;
  margin-right: 6px;
  margin-top: 6px;
  margin-left: 0;
  display: block;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 0), white;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px; }

.colorpicker-swatch--inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.colorpicker-swatch:nth-of-type(7n+0) {
  margin-right: 0; }

.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(7n+0) {
  margin-right: 6px; }

.colorpicker-with-alpha .colorpicker-swatch:nth-of-type(8n+0) {
  margin-right: 0; }

.colorpicker-horizontal .colorpicker-swatch:nth-of-type(6n+0) {
  margin-right: 0; }

.colorpicker-horizontal .colorpicker-swatch:nth-of-type(7n+0) {
  margin-right: 6px; }

.colorpicker-horizontal .colorpicker-swatch:nth-of-type(8n+0) {
  margin-right: 6px; }

.colorpicker-swatch:last-of-type:after {
  content: "";
  display: table;
  clear: both; }

*[dir='rtl'] .colorpicker-element input,
.colorpicker-element[dir='rtl'] input,
.colorpicker-element input[dir='rtl'] {
  direction: ltr;
  text-align: right; }

/*
 * This file is part of the Arnapou jqCron package.
 *
 * (c) Arnaud Buathier <arnaud@arnapou.net>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.jqCron-selector {
  position: relative; }

.jqCron-cross,
.jqCron-selector-title {
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin: 0 0.2em;
  padding: 0 0.5em; }

.jqCron-container.disable .jqCron-cross:hover,
.jqCron-container.disable .jqCron-selector-title:hover,
.jqCron-cross,
.jqCron-selector-title {
  background: #eee;
  border-color: #ddd; }

.jqCron-cross:hover,
.jqCron-selector-title:hover {
  background-color: #ddd;
  border-color: #aaa; }

.jqCron-cross {
  border-radius: 1em;
  font-size: 80%;
  padding: 0 0.3em; }

.jqCron-selector-list {
  background: #eee;
  border: 1px solid #aaa;
  -webkit-box-shadow: 2px 2px 3px #ccc;
  box-shadow: 2px 2px 3px #ccc;
  left: 0.2em;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 1.5em;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jqCron-selector-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  display: inline-block;
  margin: 0;
  padding: 0.1em 0.4em;
  width: 100%; }

.jqCron-selector-list li.selected {
  background: #0088cc;
  color: white; }

.jqCron-selector-list li:hover {
  background: #5fb9e7;
  color: white; }

.jqCron-selector-list.cols2 {
  width: 4em; }

.jqCron-selector-list.cols2 li {
  width: 50%; }

.jqCron-selector-list.cols3 {
  width: 6em; }

.jqCron-selector-list.cols3 li {
  width: 33%; }

.jqCron-selector-list.cols4 {
  width: 8em; }

.jqCron-selector-list.cols4 li {
  width: 25%; }

.jqCron-selector-list.cols5 {
  width: 10em; }

.jqCron-selector-list.cols5 li {
  width: 20%; }

.jqCron-error .jqCron-selector-title {
  background: #fee;
  border: 1px solid #fdd;
  color: red; }

.jqCron-container.disable * {
  color: #888; }

.jqCron-container.disable .jqCron-selector-title {
  background: #eee !important; }

/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/dist/assets/OpenSans-Regular.33543c5cc5d88f5695dd08c87d280dfd.woff2) format("woff2"), url(/dist/assets/OpenSans-Regular.de0869e324680c99efa1250515b4b41c.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(/dist/assets/OpenSans-Light.24f7b0944e9e03a905f9d7701573b2cd.woff2) format("woff2"), url(/dist/assets/OpenSans-Light.a7622f60c56ddd5301549a786b54e6e6.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/dist/assets/OpenSans-SemiBold.819af3d3abdc9f135d49b80a91e2ff4c.woff2) format("woff2"), url(/dist/assets/OpenSans-SemiBold.449d681cd6006390e1bee3c3a660430b.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/dist/assets/OpenSans-Bold.0edb76284a7a0f8db4665b560ee2b48f.woff2) format("woff2"), url(/dist/assets/OpenSans-Bold.1f85e92d8ff443980bc0f83ad7b23b60.woff) format("woff"); }

/*!
 * Ace Admin Template v3.1.1
 * Copyright 2013-2020
 * You need a commercial license to use this product
 * https://bit.ly/35ciMLb
 */
html {
  --navbar-height: 4.5rem;
  --navbar-sm-height: 4rem;
  --navbar-mobile-height: 4rem;
  --sidebar-width: 16rem;
  --sidebar-collapsed-width: 5rem;
  --sidebar-horizontal-height: 4.25rem;
  --sidebar-horizontal-collapsed-height: 4rem;
  direction: ltr;
  text-align: left; }

html, body {
  height: 100%;
  font-family: "Open Sans", Arial, sans-serif; }

:focus {
  outline: none; }

body {
  overflow-x: hidden;
  background-color: #e4e6e9;
  color: #41464d; }

body:not(.is-document-loaded) * {
  transition: none !important; }

.body-container {
  background-color: #fff;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.body-container.container {
  padding: 0;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05); }

.body-container:not(.container) {
  max-width: 100vw; }

.main-container {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 100vw;
  background-color: #f2f5f8; }

.main-content {
  max-width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-content {
    min-height: 100vh; } }

@media (min-width: 1200px) {
  .container {
    max-width: calc(100% - 1rem); } }

@media (min-width: 1440px) {
  .container {
    max-width: 1408px; } }

@media (min-width: 1600px) {
  .container.container-plus {
    max-width: 1536px; } }

@media (max-width: 1199.98px) {
  body {
    background-color: #f2f5f8; }
  .container {
    max-width: none; }
  .body-container {
    max-width: 100vw;
    overflow: hidden; } }

.page-content {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem 0.875rem 0.625rem; }

@media (min-width: 768px) {
  .page-content {
    padding: 1.25rem 1.125rem 0.625rem; } }

@media (min-width: 1200px) {
  .page-content {
    padding: 1.25rem 1.375rem 0.625rem; } }

@media (min-width: 1400px) {
  .page-content {
    padding: 1.25rem 1.75rem 0.625rem; } }

@media (min-width: 1600px) {
  .page-content {
    padding: 1.25rem 2.25rem 0.625rem; } }

@media (min-width: 1640px) {
  .page-content.container:not(.container.container-plus) {
    padding: 1.25rem 1.375rem 0.625rem; } }

@media (min-width: 1840px) {
  .page-content.container-plus {
    padding: 1.25rem 1.375rem 0.625rem; } }

.page-header {
  margin: 0 0;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }

.page-header .page-tools {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.page-title {
  padding: 0;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 400; }

.page-title .page-info {
  margin: 0 0.25rem;
  font-size: 1.0625rem;
  font-weight: 400;
  display: block; }

@media (min-width: 768px) {
  .page-header .page-info {
    display: inline-block; } }

@media print {
  .body-container, .main-container, .main-content {
    display: block; }
  .sidebar, .navbar {
    display: none; }
  .page-content {
    max-width: none !important;
    width: 100% !important;
    min-width: auto !important; } }

a {
  color: #2971bf; }

a:hover {
  color: #2565aa; }

a:not([href]) {
  text-decoration: none; }

.text-40 {
  font-size: 0.4em !important; }

.text-50 {
  font-size: 0.5em !important; }

.text-60 {
  font-size: 0.6em !important; }

.text-70 {
  font-size: 0.7em !important; }

.text-80 {
  font-size: 0.8em !important; }

.text-90 {
  font-size: 0.9em !important; }

.text-100 {
  font-size: 1em !important; }

.text-110 {
  font-size: 1.1em !important; }

.text-120 {
  font-size: 1.2em !important; }

.text-130 {
  font-size: 1.3em !important; }

.text-140 {
  font-size: 1.4em !important; }

.text-150 {
  font-size: 1.5em !important; }

.text-160 {
  font-size: 1.6em !important; }

.text-170 {
  font-size: 1.7em !important; }

.text-180 {
  font-size: 1.8em !important; }

.text-190 {
  font-size: 1.9em !important; }

.text-200 {
  font-size: 2em !important; }

.text-95 {
  font-size: .95em !important; }

.text-85 {
  font-size: .85em !important; }

.text-75 {
  font-size: .75em !important; }

.text-105 {
  font-size: 1.05em !important; }

.text-115 {
  font-size: 1.15em !important; }

.text-125 {
  font-size: 1.25em !important; }

.text-xs {
  font-size: 0.625rem !important; }

.text-sm {
  font-size: 0.875rem !important; }

.text-md {
  font-size: 1rem !important; }

.text-lg {
  font-size: 1.25rem !important; }

.text-xl {
  font-size: 1.5rem !important; }

.text-700, .font-bold {
  font-weight: 700 !important; }

.text-600, .font-bolder {
  font-weight: 600 !important; }

.text-500, .font-medium {
  font-weight: 500 !important; }

.text-400, .font-normal {
  font-weight: 400 !important; }

.text-300, .font-light, .font-lighter {
  font-weight: 300 !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

.no-underline {
  text-decoration: none !important; }

.line-through {
  text-decoration: line-through !important; }

.line-height-n {
  line-height: normal !important; }

.letter-spacing {
  letter-spacing: 0.5px !important; }

.letter-spacing-1 {
  letter-spacing: 1px !important; }

.letter-spacing-2 {
  letter-spacing: 1.5px !important; }

.letter-spacing-3 {
  letter-spacing: 2px !important; }

.letter-spacing-4 {
  letter-spacing: 2.5px !important; }

.text-dark {
  color: #28292c !important; }

a.text-dark[href]:hover, a.text-dark[href]:focus {
  color: #1c1d1f !important; }

.text-dark-m1 {
  color: #323337 !important; }

a.text-dark-m1:hover, a.text-dark-m1:focus {
  color: #262629 !important; }

.text-dark-m2 {
  color: #3b3c41 !important; }

.text-dark-m3 {
  color: #45464b !important; }

.text-dark-d1 {
  color: #222225 !important; }

a.text-dark-d1:hover, a.text-dark-d1:focus {
  color: #161618 !important; }

.text-dark-d2 {
  color: #1b1c1e !important; }

.text-dark-d3 {
  color: #151517 !important; }

.text-dark-d4 {
  color: #0e0f10 !important; }

.text-dark-l1 {
  color: #56585e !important; }

.text-dark-l2 {
  color: #60626a !important; }

.text-dark-l3 {
  color: #6a6d75 !important; }

.text-dark-l4 {
  color: #757780 !important; }

.text-dark-l5 {
  color: #80828b !important; }

.text-grey {
  color: #64666a !important; }

a.text-grey[href]:hover, a.text-grey[href]:focus {
  color: #58595c !important; }

.text-grey-m1 {
  color: #6e7074 !important; }

a.text-grey-m1:hover, a.text-grey-m1:focus {
  color: #616367 !important; }

.text-grey-m2 {
  color: #77797e !important; }

.text-grey-m3 {
  color: #818388 !important; }

.text-grey-d1 {
  color: #5d5f63 !important; }

a.text-grey-d1:hover, a.text-grey-d1:focus {
  color: #515255 !important; }

.text-grey-d2 {
  color: #57585c !important; }

.text-grey-d3 {
  color: #505255 !important; }

.text-grey-d4 {
  color: #4a4b4e !important; }

.text-grey-l1 {
  color: #949699 !important; }

.text-grey-l2 {
  color: #9fa1a4 !important; }

.text-grey-l3 {
  color: #aaacae !important; }

.text-grey-l4 {
  color: #b5b6b9 !important; }

.text-grey-l5 {
  color: #c0c1c4 !important; }

.text-pink {
  color: #cf3074 !important; }

a.text-pink[href]:hover, a.text-pink[href]:focus {
  color: #ba2b68 !important; }

.text-pink-m1 {
  color: #d33f7f !important; }

a.text-pink-m1:hover, a.text-pink-m1:focus {
  color: #ca2f71 !important; }

.text-pink-m2 {
  color: #d75089 !important; }

.text-pink-m3 {
  color: #da6094 !important; }

.text-pink-d1 {
  color: #c42d6e !important; }

a.text-pink-d1:hover, a.text-pink-d1:focus {
  color: #af2862 !important; }

.text-pink-d2 {
  color: #b92b68 !important; }

.text-pink-d3 {
  color: #ae2861 !important; }

.text-pink-d4 {
  color: #a3255b !important; }

.text-pink-l1 {
  color: #e17da8 !important; }

.text-pink-l2 {
  color: #e58fb4 !important; }

.text-pink-l3 {
  color: #e9a0c0 !important; }

.text-pink-l4 {
  color: #edb2cb !important; }

.text-pink-l5 {
  color: #f1c4d7 !important; }

.text-purple {
  color: #766cba !important; }

a.text-purple[href]:hover, a.text-purple[href]:focus {
  color: #665ab2 !important; }

.text-purple-m1 {
  color: #7e74be !important; }

a.text-purple-m1:hover, a.text-purple-m1:focus {
  color: #6d63b6 !important; }

.text-purple-m2 {
  color: #877ec2 !important; }

.text-purple-m3 {
  color: #9088c7 !important; }

.text-purple-d1 {
  color: #6d62b5 !important; }

a.text-purple-d1:hover, a.text-purple-d1:focus {
  color: #5d51ad !important; }

.text-purple-d2 {
  color: #6559b1 !important; }

.text-purple-d3 {
  color: #5d51ac !important; }

.text-purple-d4 {
  color: #584ca3 !important; }

.text-purple-l1 {
  color: #b2add8 !important; }

.text-purple-l2 {
  color: #c0bbdf !important; }

.text-purple-l3 {
  color: #cecae6 !important; }

.text-purple-l4 {
  color: #dcd9ed !important; }

.text-purple-l5 {
  color: #e9e8f4 !important; }

.text-yellow {
  color: #f1d20d !important; }

a.text-yellow[href]:hover, a.text-yellow[href]:focus {
  color: #d9bc0c !important; }

.text-yellow-m1 {
  color: #f3d61e !important; }

a.text-yellow-m1:hover, a.text-yellow-m1:focus {
  color: #ebcd0d !important; }

.text-yellow-m2 {
  color: #f4d931 !important; }

.text-yellow-m3 {
  color: #f5dd44 !important; }

.text-yellow-d1 {
  color: #e4c60c !important; }

a.text-yellow-d1:hover, a.text-yellow-d1:focus {
  color: #ccb10b !important; }

.text-yellow-d2 {
  color: #d7bb0c !important; }

.text-yellow-d3 {
  color: #cab00b !important; }

.text-yellow-d4 {
  color: #bda40a !important; }

.text-yellow-l1 {
  color: #f7e366 !important; }

.text-yellow-l2 {
  color: #f8e77b !important; }

.text-yellow-l3 {
  color: #f9eb90 !important; }

.text-yellow-l4 {
  color: #faeea4 !important; }

.text-yellow-l5 {
  color: #fbf2b9 !important; }

.text-brown {
  color: #b95a3c !important; }

a.text-brown[href]:hover, a.text-brown[href]:focus {
  color: #a55036 !important; }

.text-brown-m1 {
  color: #c26244 !important; }

a.text-brown-m1:hover, a.text-brown-m1:focus {
  color: #b2573a !important; }

.text-brown-m2 {
  color: #c66d51 !important; }

.text-brown-m3 {
  color: #cc7b61 !important; }

.text-brown-d1 {
  color: #ae5539 !important; }

a.text-brown-d1:hover, a.text-brown-d1:focus {
  color: #9b4b32 !important; }

.text-brown-d2 {
  color: #a45035 !important; }

.text-brown-d3 {
  color: #984a31 !important; }

.text-brown-d4 {
  color: #8e452e !important; }

.text-brown-l1 {
  color: #d5947f !important; }

.text-brown-l2 {
  color: #dba18f !important; }

.text-brown-l3 {
  color: #e0afa0 !important; }

.text-brown-l4 {
  color: #e5bdb0 !important; }

.text-brown-l5 {
  color: #ebcac0 !important; }

.text-orange {
  color: #ff8e02 !important; }

a.text-orange[href]:hover, a.text-orange[href]:focus {
  color: #e78000 !important; }

.text-orange-m1 {
  color: #ff9715 !important; }

a.text-orange-m1:hover, a.text-orange-m1:focus {
  color: #fb8b00 !important; }

.text-orange-m2 {
  color: #ffa029 !important; }

.text-orange-m3 {
  color: #ffa83d !important; }

.text-orange-d1 {
  color: #f38700 !important; }

a.text-orange-d1:hover, a.text-orange-d1:focus {
  color: #d97800 !important; }

.text-orange-d2 {
  color: #e57f00 !important; }

.text-orange-d3 {
  color: #d87700 !important; }

.text-orange-d4 {
  color: #ca7000 !important; }

.text-orange-l1 {
  color: #ffb961 !important; }

.text-orange-l2 {
  color: #ffc277 !important; }

.text-orange-l3 {
  color: #ffcc8d !important; }

.text-orange-l4 {
  color: #ffd6a2 !important; }

.text-orange-l5 {
  color: #ffdfb8 !important; }

.text-warning {
  color: #ebab01 !important; }

a.text-warning[href]:hover, a.text-warning[href]:focus {
  color: #d19801 !important; }

.text-warning-m1 {
  color: #feb901 !important; }

a.text-warning-m1:hover, a.text-warning-m1:focus {
  color: #e5a701 !important; }

.text-warning-m2 {
  color: #febe15 !important; }

.text-warning-m3 {
  color: #fec429 !important; }

.text-warning-d1 {
  color: #dda101 !important; }

a.text-warning-d1:hover, a.text-warning-d1:focus {
  color: #c48e01 !important; }

.text-warning-d2 {
  color: #cf9701 !important; }

.text-warning-d3 {
  color: #c28d01 !important; }

.text-warning-d4 {
  color: #b48301 !important; }

.text-warning-l1 {
  color: #fece4d !important; }

.text-warning-l2 {
  color: #fed463 !important; }

.text-warning-l3 {
  color: #feda78 !important; }

.text-warning-l4 {
  color: #ffe08e !important; }

.text-warning-l5 {
  color: #ffe6a3 !important; }

.text-danger {
  color: #d52727 !important; }

a.text-danger[href]:hover, a.text-danger[href]:focus {
  color: #c02323 !important; }

.text-danger-m1 {
  color: #da3636 !important; }

a.text-danger-m1:hover, a.text-danger-m1:focus {
  color: #d02727 !important; }

.text-danger-m2 {
  color: #dd4747 !important; }

.text-danger-m3 {
  color: #e05858 !important; }

.text-danger-d1 {
  color: #ca2525 !important; }

a.text-danger-d1:hover, a.text-danger-d1:focus {
  color: #b42121 !important; }

.text-danger-d2 {
  color: #be2323 !important; }

.text-danger-d3 {
  color: #b32121 !important; }

.text-danger-d4 {
  color: #a71f1f !important; }

.text-danger-l1 {
  color: #e67676 !important; }

.text-danger-l2 {
  color: #e98989 !important; }

.text-danger-l3 {
  color: #ed9b9b !important; }

.text-danger-l4 {
  color: #f0adad !important; }

.text-danger-l5 {
  color: #f3c0c0 !important; }

.text-green {
  color: #2a8564 !important; }

a.text-green[href]:hover, a.text-green[href]:focus {
  color: #247256 !important; }

.text-green-m1 {
  color: #2c8d6a !important; }

a.text-green-m1:hover, a.text-green-m1:focus {
  color: #26795b !important; }

.text-green-m2 {
  color: #2f9671 !important; }

.text-green-m3 {
  color: #32a179 !important; }

.text-green-d1 {
  color: #277b5d !important; }

a.text-green-d1:hover, a.text-green-d1:focus {
  color: #20684e !important; }

.text-green-d2 {
  color: #237155 !important; }

.text-green-d3 {
  color: #20664d !important; }

.text-green-d4 {
  color: #1d5c45 !important; }

.text-green-l1 {
  color: #49c699 !important; }

.text-green-l2 {
  color: #59cba2 !important; }

.text-green-l3 {
  color: #6ad0ab !important; }

.text-green-l4 {
  color: #7ad5b5 !important; }

.text-green-l5 {
  color: #8bdbbe !important; }

.text-success {
  color: #508335 !important; }

a.text-success[href]:hover, a.text-success[href]:focus {
  color: #45702e !important; }

.text-success-m1 {
  color: #548938 !important; }

a.text-success-m1:hover, a.text-success-m1:focus {
  color: #497731 !important; }

.text-success-m2 {
  color: #5b943c !important; }

.text-success-m3 {
  color: #62a041 !important; }

.text-success-d1 {
  color: #4a7931 !important; }

a.text-success-d1:hover, a.text-success-d1:focus {
  color: #3f672a !important; }

.text-success-d2 {
  color: #446f2d !important; }

.text-success-d3 {
  color: #3e6529 !important; }

.text-success-d4 {
  color: #385c25 !important; }

.text-success-l1 {
  color: #7dbc5b !important; }

.text-success-l2 {
  color: #89c26b !important; }

.text-success-l3 {
  color: #96c97a !important; }

.text-success-l4 {
  color: #a2cf89 !important; }

.text-success-l5 {
  color: #aed599 !important; }

.text-default {
  color: #507c94 !important; }

a.text-default[href]:hover, a.text-default[href]:focus {
  color: #476e84 !important; }

.text-default-m1 {
  color: #54839c !important; }

a.text-default-m1:hover, a.text-default-m1:focus {
  color: #4b758c !important; }

.text-default-m2 {
  color: #5b8ca7 !important; }

.text-default-m3 {
  color: #6895ad !important; }

.text-default-d1 {
  color: #4b758b !important; }

a.text-default-d1:hover, a.text-default-d1:focus {
  color: #42677b !important; }

.text-default-d2 {
  color: #476d83 !important; }

.text-default-d3 {
  color: #416578 !important; }

.text-default-d4 {
  color: #3c5d6f !important; }

.text-default-l1 {
  color: #86aabe !important; }

.text-default-l2 {
  color: #94b4c5 !important; }

.text-default-l3 {
  color: #a2becd !important; }

.text-default-l4 {
  color: #b1c8d5 !important; }

.text-default-l5 {
  color: #bfd2dc !important; }

.text-secondary {
  color: #647893 !important; }

a.text-secondary[href]:hover, a.text-secondary[href]:focus {
  color: #5a6b84 !important; }

.text-secondary-m1 {
  color: #6c7f9b !important; }

a.text-secondary-m1:hover, a.text-secondary-m1:focus {
  color: #60728d !important; }

.text-secondary-m2 {
  color: #7688a2 !important; }

.text-secondary-m3 {
  color: #8091a9 !important; }

.text-secondary-d1 {
  color: #5f718b !important; }

a.text-secondary-d1:hover, a.text-secondary-d1:focus {
  color: #54657c !important; }

.text-secondary-d2 {
  color: #596b83 !important; }

.text-secondary-d3 {
  color: #526178 !important; }

.text-secondary-d4 {
  color: #4c5b70 !important; }

.text-secondary-l1 {
  color: #9ca9bb !important; }

.text-secondary-l2 {
  color: #a9b4c4 !important; }

.text-secondary-l3 {
  color: #b6bfcd !important; }

.text-secondary-l4 {
  color: #c2cad6 !important; }

.text-secondary-l5 {
  color: #cfd6df !important; }

.text-info {
  color: #228299 !important; }

a.text-info[href]:hover, a.text-info[href]:focus {
  color: #1d7084 !important; }

.text-info-m1 {
  color: #2488a1 !important; }

a.text-info-m1:hover, a.text-info-m1:focus {
  color: #1f778c !important; }

.text-info-m2 {
  color: #2691ab !important; }

.text-info-m3 {
  color: #299db9 !important; }

.text-info-d1 {
  color: #1f788e !important; }

a.text-info-d1:hover, a.text-info-d1:focus {
  color: #1b6679 !important; }

.text-info-d2 {
  color: #1d6f83 !important; }

.text-info-d3 {
  color: #1a6577 !important; }

.text-info-d4 {
  color: #185c6c !important; }

.text-info-l1 {
  color: #45b9d6 !important; }

.text-info-l2 {
  color: #56c0da !important; }

.text-info-l3 {
  color: #68c7de !important; }

.text-info-l4 {
  color: #7acde2 !important; }

.text-info-l5 {
  color: #8cd4e5 !important; }

.text-blue {
  color: #1279cd !important; }

a.text-blue[href]:hover, a.text-blue[href]:focus {
  color: #106bb6 !important; }

.text-blue-m1 {
  color: #1380d8 !important; }

a.text-blue-m1:hover, a.text-blue-m1:focus {
  color: #1172c1 !important; }

.text-blue-m2 {
  color: #1488e6 !important; }

.text-blue-m3 {
  color: #2995ec !important; }

.text-blue-d1 {
  color: #1172c1 !important; }

a.text-blue-d1:hover, a.text-blue-d1:focus {
  color: #0f64a9 !important; }

.text-blue-d2 {
  color: #106ab4 !important; }

.text-blue-d3 {
  color: #0f63a8 !important; }

.text-blue-d4 {
  color: #0e5c9b !important; }

.text-blue-l1 {
  color: #4fa8f0 !important; }

.text-blue-l2 {
  color: #63b1f1 !important; }

.text-blue-l3 {
  color: #77bbf3 !important; }

.text-blue-l4 {
  color: #8bc5f5 !important; }

.text-blue-l5 {
  color: #9fcff7 !important; }

.text-primary {
  color: #2971bf !important; }

a.text-primary[href]:hover, a.text-primary[href]:focus {
  color: #2565aa !important; }

.text-primary-m1 {
  color: #2d7bcf !important; }

a.text-primary-m1:hover, a.text-primary-m1:focus {
  color: #286ebb !important; }

.text-primary-m2 {
  color: #3b85d5 !important; }

.text-primary-m3 {
  color: #4c8fd8 !important; }

.text-primary-d1 {
  color: #276ab4 !important; }

a.text-primary-d1:hover, a.text-primary-d1:focus {
  color: #225e9f !important; }

.text-primary-d2 {
  color: #2564a9 !important; }

.text-primary-d3 {
  color: #225d9e !important; }

.text-primary-d4 {
  color: #205792 !important; }

.text-primary-l1 {
  color: #6aa2df !important; }

.text-primary-l2 {
  color: #7bade3 !important; }

.text-primary-l3 {
  color: #8db8e6 !important; }

.text-primary-l4 {
  color: #9fc3ea !important; }

.text-primary-l5 {
  color: #b1ceee !important; }

.text-white-tp1 {
  color: rgba(255, 255, 255, 0.93) !important; }

.text-white-tp2 {
  color: rgba(255, 255, 255, 0.87) !important; }

.text-white-tp3 {
  color: rgba(255, 255, 255, 0.8) !important; }

.text-white-tp4 {
  color: rgba(255, 255, 255, 0.73) !important; }

.text-dark-tp1 {
  color: rgba(0, 0, 0, 0.91) !important; }

.text-dark-tp2 {
  color: rgba(0, 0, 0, 0.82) !important; }

.text-dark-tp3 {
  color: rgba(0, 0, 0, 0.73) !important; }

.text-dark-tp4 {
  color: rgba(0, 0, 0, 0.64) !important; }

.text-dark-tp5 {
  color: rgba(0, 0, 0, 0.55) !important; }

.text-body {
  color: #41464d !important; }

.opacity-1 {
  opacity: 0.91; }

.opacity-2 {
  opacity: 0.82; }

.opacity-3 {
  opacity: 0.73; }

.opacity-4 {
  opacity: 0.64; }

.opacity-5 {
  opacity: 0.55; }

.bgc-current {
  background-color: currentColor !important; }

.brc-current {
  border-color: currentColor !important; }

.bgc-inherit {
  background-color: inherit !important; }

.brc-inherit {
  border-color: inherit !important; }

.bgc-default {
  background-color: #619cc0 !important; }

.brc-default {
  border-color: #619cc0 !important; }

.bgc-default-tp1 {
  background-color: rgba(97, 156, 192, 0.925) !important; }

.brc-default-tp1 {
  border-color: rgba(97, 156, 192, 0.925) !important; }

.bgc-default-tp2 {
  background-color: rgba(97, 156, 192, 0.85) !important; }

.brc-default-tp2 {
  border-color: rgba(97, 156, 192, 0.85) !important; }

.bgc-default-tp3 {
  background-color: rgba(97, 156, 192, 0.775) !important; }

.brc-default-tp3 {
  border-color: rgba(97, 156, 192, 0.775) !important; }

.bgc-default-tp4 {
  background-color: rgba(97, 156, 192, 0.7) !important; }

.brc-default-tp4 {
  border-color: rgba(97, 156, 192, 0.7) !important; }

.bgc-default-d1 {
  background-color: #5c94b6 !important; }

.brc-default-d1 {
  border-color: #5c94b6 !important; }

.bgc-default-d2 {
  background-color: #578cad !important; }

.brc-default-d2 {
  border-color: #578cad !important; }

.bgc-default-d3 {
  background-color: #5285a3 !important; }

.brc-default-d3 {
  border-color: #5285a3 !important; }

.bgc-default-m1 {
  background-color: #79abc9 !important; }

.brc-default-m1, .brc-h-default-m1:hover {
  border-color: #79abc9 !important; }

.bgc-default-m2 {
  background-color: #8db8d2 !important; }

.brc-default-m2, .brc-h-default-m2:hover {
  border-color: #8db8d2 !important; }

.bgc-default-m3 {
  background-color: #a2c5da !important; }

.brc-default-m3, .brc-h-default-m3:hover {
  border-color: #a2c5da !important; }

.bgc-default-m4 {
  background-color: #b8d2e3 !important; }

.brc-default-m4, .brc-h-default-m4:hover {
  border-color: #b8d2e3 !important; }

.bgc-default-l1, .bgc-h-default-l1:hover {
  background-color: #c9dde9 !important; }

.brc-default-l1 {
  border-color: #c9dde9 !important; }

.bgc-default-l2, .bgc-h-default-l2:hover {
  background-color: #d8e7f0 !important; }

.brc-default-l2 {
  border-color: #d8e7f0 !important; }

.bgc-default-l3, .bgc-h-default-l3:hover {
  background-color: #e7f0f5 !important; }

.brc-default-l3 {
  border-color: #e7f0f5 !important; }

.bgc-default-l4, .bgc-h-default-l4:hover {
  background-color: #eff5f9 !important; }

.brc-default-l4 {
  border-color: #eff5f9 !important; }

.bgc-default-l5, .bgc-h-default-l5:hover {
  background-color: #f6f9fb !important; }

.brc-default-l5 {
  border-color: #f6f9fb !important; }

.bgc-primary {
  background-color: #2c87d3 !important; }

.brc-primary {
  border-color: #2c87d3 !important; }

.bgc-primary-tp1 {
  background-color: rgba(44, 135, 211, 0.925) !important; }

.brc-primary-tp1 {
  border-color: rgba(44, 135, 211, 0.925) !important; }

.bgc-primary-tp2 {
  background-color: rgba(44, 135, 211, 0.85) !important; }

.brc-primary-tp2 {
  border-color: rgba(44, 135, 211, 0.85) !important; }

.bgc-primary-tp3 {
  background-color: rgba(44, 135, 211, 0.775) !important; }

.brc-primary-tp3 {
  border-color: rgba(44, 135, 211, 0.775) !important; }

.bgc-primary-tp4 {
  background-color: rgba(44, 135, 211, 0.7) !important; }

.brc-primary-tp4 {
  border-color: rgba(44, 135, 211, 0.7) !important; }

.bgc-primary-d1 {
  background-color: #2a80c8 !important; }

.brc-primary-d1 {
  border-color: #2a80c8 !important; }

.bgc-primary-d2 {
  background-color: #287abe !important; }

.brc-primary-d2 {
  border-color: #287abe !important; }

.bgc-primary-d3 {
  background-color: #2573b3 !important; }

.brc-primary-d3 {
  border-color: #2573b3 !important; }

.bgc-primary-m1 {
  background-color: #4c99da !important; }

.brc-primary-m1, .brc-h-primary-m1:hover {
  border-color: #4c99da !important; }

.bgc-primary-m2 {
  background-color: #67a9df !important; }

.brc-primary-m2, .brc-h-primary-m2:hover {
  border-color: #67a9df !important; }

.bgc-primary-m3 {
  background-color: #83b8e5 !important; }

.brc-primary-m3, .brc-h-primary-m3:hover {
  border-color: #83b8e5 !important; }

.bgc-primary-m4 {
  background-color: #a0c9eb !important; }

.brc-primary-m4, .brc-h-primary-m4:hover {
  border-color: #a0c9eb !important; }

.bgc-primary-l1, .bgc-h-primary-l1:hover {
  background-color: #c0dbf2 !important; }

.brc-primary-l1 {
  border-color: #c0dbf2 !important; }

.bgc-primary-l2, .bgc-h-primary-l2:hover {
  background-color: #d2e6f6 !important; }

.brc-primary-l2 {
  border-color: #d2e6f6 !important; }

.bgc-primary-l3, .bgc-h-primary-l3:hover {
  background-color: #e3eff9 !important; }

.brc-primary-l3 {
  border-color: #e3eff9 !important; }

.bgc-primary-l4, .bgc-h-primary-l4:hover {
  background-color: #edf5fb !important; }

.brc-primary-l4 {
  border-color: #edf5fb !important; }

.bgc-primary-l5, .bgc-h-primary-l5:hover {
  background-color: #f4f9fd !important; }

.brc-primary-l5 {
  border-color: #f4f9fd !important; }

.bgc-secondary {
  background-color: #798e9c !important; }

.brc-secondary {
  border-color: #798e9c !important; }

.bgc-secondary-tp1 {
  background-color: rgba(121, 142, 156, 0.925) !important; }

.brc-secondary-tp1 {
  border-color: rgba(121, 142, 156, 0.925) !important; }

.bgc-secondary-tp2 {
  background-color: rgba(121, 142, 156, 0.85) !important; }

.brc-secondary-tp2 {
  border-color: rgba(121, 142, 156, 0.85) !important; }

.bgc-secondary-tp3 {
  background-color: rgba(121, 142, 156, 0.775) !important; }

.brc-secondary-tp3 {
  border-color: rgba(121, 142, 156, 0.775) !important; }

.bgc-secondary-tp4 {
  background-color: rgba(121, 142, 156, 0.7) !important; }

.brc-secondary-tp4 {
  border-color: rgba(121, 142, 156, 0.7) !important; }

.bgc-secondary-d1 {
  background-color: #738794 !important; }

.brc-secondary-d1 {
  border-color: #738794 !important; }

.bgc-secondary-d2 {
  background-color: #6d808c !important; }

.brc-secondary-d2 {
  border-color: #6d808c !important; }

.bgc-secondary-d3 {
  background-color: #677985 !important; }

.brc-secondary-d3 {
  border-color: #677985 !important; }

.bgc-secondary-m1 {
  background-color: #8d9fab !important; }

.brc-secondary-m1, .brc-h-secondary-m1:hover {
  border-color: #8d9fab !important; }

.bgc-secondary-m2 {
  background-color: #9faeb8 !important; }

.brc-secondary-m2, .brc-h-secondary-m2:hover {
  border-color: #9faeb8 !important; }

.bgc-secondary-m3 {
  background-color: #b0bcc5 !important; }

.brc-secondary-m3, .brc-h-secondary-m3:hover {
  border-color: #b0bcc5 !important; }

.bgc-secondary-m4 {
  background-color: #c3ccd2 !important; }

.brc-secondary-m4, .brc-h-secondary-m4:hover {
  border-color: #c3ccd2 !important; }

.bgc-secondary-l1, .bgc-h-secondary-l1:hover {
  background-color: #d3dadf !important; }

.brc-secondary-l1 {
  border-color: #d3dadf !important; }

.bgc-secondary-l2, .bgc-h-secondary-l2:hover {
  background-color: #e0e5e8 !important; }

.brc-secondary-l2 {
  border-color: #e0e5e8 !important; }

.bgc-secondary-l3, .bgc-h-secondary-l3:hover {
  background-color: #ebeff1 !important; }

.brc-secondary-l3 {
  border-color: #ebeff1 !important; }

.bgc-secondary-l4, .bgc-h-secondary-l4:hover {
  background-color: #f2f4f6 !important; }

.brc-secondary-l4 {
  border-color: #f2f4f6 !important; }

.bgc-secondary-l5, .bgc-h-secondary-l5:hover {
  background-color: #f7f9f9 !important; }

.brc-secondary-l5 {
  border-color: #f7f9f9 !important; }

.bgc-info {
  background-color: #00b6e9 !important; }

.brc-info {
  border-color: #00b6e9 !important; }

.bgc-info-tp1 {
  background-color: rgba(0, 182, 233, 0.925) !important; }

.brc-info-tp1 {
  border-color: rgba(0, 182, 233, 0.925) !important; }

.bgc-info-tp2 {
  background-color: rgba(0, 182, 233, 0.85) !important; }

.brc-info-tp2 {
  border-color: rgba(0, 182, 233, 0.85) !important; }

.bgc-info-tp3 {
  background-color: rgba(0, 182, 233, 0.775) !important; }

.brc-info-tp3 {
  border-color: rgba(0, 182, 233, 0.775) !important; }

.bgc-info-tp4 {
  background-color: rgba(0, 182, 233, 0.7) !important; }

.brc-info-tp4 {
  border-color: rgba(0, 182, 233, 0.7) !important; }

.bgc-info-d1 {
  background-color: #00addd !important; }

.brc-info-d1 {
  border-color: #00addd !important; }

.bgc-info-d2 {
  background-color: #00a4d2 !important; }

.brc-info-d2 {
  border-color: #00a4d2 !important; }

.bgc-info-d3 {
  background-color: #009bc6 !important; }

.brc-info-d3 {
  border-color: #009bc6 !important; }

.bgc-info-m1 {
  background-color: #26c1ec !important; }

.brc-info-m1, .brc-h-info-m1:hover {
  border-color: #26c1ec !important; }

.bgc-info-m2 {
  background-color: #47caef !important; }

.brc-info-m2, .brc-h-info-m2:hover {
  border-color: #47caef !important; }

.bgc-info-m3 {
  background-color: #69d4f2 !important; }

.brc-info-m3, .brc-h-info-m3:hover {
  border-color: #69d4f2 !important; }

.bgc-info-m4 {
  background-color: #8cdef5 !important; }

.brc-info-m4, .brc-h-info-m4:hover {
  border-color: #8cdef5 !important; }

.bgc-info-l1, .bgc-h-info-l1:hover {
  background-color: #b9ebf9 !important; }

.brc-info-l1 {
  border-color: #b9ebf9 !important; }

.bgc-info-l2, .bgc-h-info-l2:hover {
  background-color: #cdf1fb !important; }

.brc-info-l2 {
  border-color: #cdf1fb !important; }

.bgc-info-l3, .bgc-h-info-l3:hover {
  background-color: #e0f6fc !important; }

.brc-info-l3 {
  border-color: #e0f6fc !important; }

.bgc-info-l4, .bgc-h-info-l4:hover {
  background-color: #ebf9fd !important; }

.brc-info-l4 {
  border-color: #ebf9fd !important; }

.bgc-info-l5, .bgc-h-info-l5:hover {
  background-color: #f3fcfe !important; }

.brc-info-l5 {
  border-color: #f3fcfe !important; }

.bgc-success {
  background-color: #5bb15b !important; }

.brc-success {
  border-color: #5bb15b !important; }

.bgc-success-tp1 {
  background-color: rgba(91, 177, 91, 0.925) !important; }

.brc-success-tp1 {
  border-color: rgba(91, 177, 91, 0.925) !important; }

.bgc-success-tp2 {
  background-color: rgba(91, 177, 91, 0.85) !important; }

.brc-success-tp2 {
  border-color: rgba(91, 177, 91, 0.85) !important; }

.bgc-success-tp3 {
  background-color: rgba(91, 177, 91, 0.775) !important; }

.brc-success-tp3 {
  border-color: rgba(91, 177, 91, 0.775) !important; }

.bgc-success-tp4 {
  background-color: rgba(91, 177, 91, 0.7) !important; }

.brc-success-tp4 {
  border-color: rgba(91, 177, 91, 0.7) !important; }

.bgc-success-d1 {
  background-color: #56a856 !important; }

.brc-success-d1 {
  border-color: #56a856 !important; }

.bgc-success-d2 {
  background-color: #529f52 !important; }

.brc-success-d2 {
  border-color: #529f52 !important; }

.bgc-success-d3 {
  background-color: #4d964d !important; }

.brc-success-d3 {
  border-color: #4d964d !important; }

.bgc-success-m1 {
  background-color: #74bd74 !important; }

.brc-success-m1, .brc-h-success-m1:hover {
  border-color: #74bd74 !important; }

.bgc-success-m2 {
  background-color: #89c789 !important; }

.brc-success-m2, .brc-h-success-m2:hover {
  border-color: #89c789 !important; }

.bgc-success-m3 {
  background-color: #9ed19e !important; }

.brc-success-m3, .brc-h-success-m3:hover {
  border-color: #9ed19e !important; }

.bgc-success-m4 {
  background-color: #b5dcb5 !important; }

.brc-success-m4, .brc-h-success-m4:hover {
  border-color: #b5dcb5 !important; }

.bgc-success-l1, .bgc-h-success-l1:hover {
  background-color: #cbe6cb !important; }

.brc-success-l1 {
  border-color: #cbe6cb !important; }

.bgc-success-l2, .bgc-h-success-l2:hover {
  background-color: #daeeda !important; }

.brc-success-l2 {
  border-color: #daeeda !important; }

.bgc-success-l3, .bgc-h-success-l3:hover {
  background-color: #e8f4e8 !important; }

.brc-success-l3 {
  border-color: #e8f4e8 !important; }

.bgc-success-l4, .bgc-h-success-l4:hover {
  background-color: #f0f8f0 !important; }

.brc-success-l4 {
  border-color: #f0f8f0 !important; }

.bgc-success-l5, .bgc-h-success-l5:hover {
  background-color: #f6fbf6 !important; }

.brc-success-l5 {
  border-color: #f6fbf6 !important; }

.bgc-danger {
  background-color: #da4e35 !important; }

.brc-danger {
  border-color: #da4e35 !important; }

.bgc-danger-tp1 {
  background-color: rgba(218, 78, 53, 0.925) !important; }

.brc-danger-tp1 {
  border-color: rgba(218, 78, 53, 0.925) !important; }

.bgc-danger-tp2 {
  background-color: rgba(218, 78, 53, 0.85) !important; }

.brc-danger-tp2 {
  border-color: rgba(218, 78, 53, 0.85) !important; }

.bgc-danger-tp3 {
  background-color: rgba(218, 78, 53, 0.775) !important; }

.brc-danger-tp3 {
  border-color: rgba(218, 78, 53, 0.775) !important; }

.bgc-danger-tp4 {
  background-color: rgba(218, 78, 53, 0.7) !important; }

.brc-danger-tp4 {
  border-color: rgba(218, 78, 53, 0.7) !important; }

.bgc-danger-d1 {
  background-color: #cf4a32 !important; }

.brc-danger-d1 {
  border-color: #cf4a32 !important; }

.bgc-danger-d2 {
  background-color: #c44630 !important; }

.brc-danger-d2 {
  border-color: #c44630 !important; }

.bgc-danger-d3 {
  background-color: #b9422d !important; }

.brc-danger-d3 {
  border-color: #b9422d !important; }

.bgc-danger-m1 {
  background-color: #e06953 !important; }

.brc-danger-m1, .brc-h-danger-m1:hover {
  border-color: #e06953 !important; }

.bgc-danger-m2 {
  background-color: #e4806e !important; }

.brc-danger-m2, .brc-h-danger-m2:hover {
  border-color: #e4806e !important; }

.bgc-danger-m3 {
  background-color: #e99788 !important; }

.brc-danger-m3, .brc-h-danger-m3:hover {
  border-color: #e99788 !important; }

.bgc-danger-m4 {
  background-color: #eeafa4 !important; }

.brc-danger-m4, .brc-h-danger-m4:hover {
  border-color: #eeafa4 !important; }

.bgc-danger-l1, .bgc-h-danger-l1:hover {
  background-color: #f3c7bf !important; }

.brc-danger-l1 {
  border-color: #f3c7bf !important; }

.bgc-danger-l2, .bgc-h-danger-l2:hover {
  background-color: #f7d7d1 !important; }

.brc-danger-l2 {
  border-color: #f7d7d1 !important; }

.bgc-danger-l3, .bgc-h-danger-l3:hover {
  background-color: #fae6e2 !important; }

.brc-danger-l3 {
  border-color: #fae6e2 !important; }

.bgc-danger-l4, .bgc-h-danger-l4:hover {
  background-color: #fcefec !important; }

.brc-danger-l4 {
  border-color: #fcefec !important; }

.bgc-danger-l5, .bgc-h-danger-l5:hover {
  background-color: #fdf6f4 !important; }

.brc-danger-l5 {
  border-color: #fdf6f4 !important; }

.bgc-warning {
  background-color: #eda630 !important; }

.brc-warning {
  border-color: #eda630 !important; }

.bgc-warning-tp1 {
  background-color: rgba(237, 166, 48, 0.925) !important; }

.brc-warning-tp1 {
  border-color: rgba(237, 166, 48, 0.925) !important; }

.bgc-warning-tp2 {
  background-color: rgba(237, 166, 48, 0.85) !important; }

.brc-warning-tp2 {
  border-color: rgba(237, 166, 48, 0.85) !important; }

.bgc-warning-tp3 {
  background-color: rgba(237, 166, 48, 0.775) !important; }

.brc-warning-tp3 {
  border-color: rgba(237, 166, 48, 0.775) !important; }

.bgc-warning-tp4 {
  background-color: rgba(237, 166, 48, 0.7) !important; }

.brc-warning-tp4 {
  border-color: rgba(237, 166, 48, 0.7) !important; }

.bgc-warning-d1 {
  background-color: #e19e2e !important; }

.brc-warning-d1 {
  border-color: #e19e2e !important; }

.bgc-warning-d2 {
  background-color: #d5952b !important; }

.brc-warning-d2 {
  border-color: #d5952b !important; }

.bgc-warning-d3 {
  background-color: #c98d29 !important; }

.brc-warning-d3 {
  border-color: #c98d29 !important; }

.bgc-warning-m1 {
  background-color: #f0b34f !important; }

.brc-warning-m1, .brc-h-warning-m1:hover {
  border-color: #f0b34f !important; }

.bgc-warning-m2 {
  background-color: #f2bf6a !important; }

.brc-warning-m2, .brc-h-warning-m2:hover {
  border-color: #f2bf6a !important; }

.bgc-warning-m3 {
  background-color: #f4ca85 !important; }

.brc-warning-m3, .brc-h-warning-m3:hover {
  border-color: #f4ca85 !important; }

.bgc-warning-m4 {
  background-color: #f7d7a2 !important; }

.brc-warning-m4, .brc-h-warning-m4:hover {
  border-color: #f7d7a2 !important; }

.bgc-warning-l1, .bgc-h-warning-l1:hover {
  background-color: #f9e1b9 !important; }

.brc-warning-l1 {
  border-color: #f9e1b9 !important; }

.bgc-warning-l2, .bgc-h-warning-l2:hover {
  background-color: #fbeacd !important; }

.brc-warning-l2 {
  border-color: #fbeacd !important; }

.bgc-warning-l3, .bgc-h-warning-l3:hover {
  background-color: #fcf2e0 !important; }

.brc-warning-l3 {
  border-color: #fcf2e0 !important; }

.bgc-warning-l4, .bgc-h-warning-l4:hover {
  background-color: #fdf7eb !important; }

.brc-warning-l4 {
  border-color: #fdf7eb !important; }

.bgc-warning-l5, .bgc-h-warning-l5:hover {
  background-color: #fefaf3 !important; }

.brc-warning-l5 {
  border-color: #fefaf3 !important; }

.bgc-dark {
  background-color: #42474e !important; }

.brc-dark {
  border-color: #42474e !important; }

.bgc-dark-tp1 {
  background-color: rgba(66, 71, 78, 0.925) !important; }

.brc-dark-tp1 {
  border-color: rgba(66, 71, 78, 0.925) !important; }

.bgc-dark-tp2 {
  background-color: rgba(66, 71, 78, 0.85) !important; }

.brc-dark-tp2 {
  border-color: rgba(66, 71, 78, 0.85) !important; }

.bgc-dark-tp3 {
  background-color: rgba(66, 71, 78, 0.775) !important; }

.brc-dark-tp3 {
  border-color: rgba(66, 71, 78, 0.775) !important; }

.bgc-dark-tp4 {
  background-color: rgba(66, 71, 78, 0.7) !important; }

.brc-dark-tp4 {
  border-color: rgba(66, 71, 78, 0.7) !important; }

.bgc-dark-d1 {
  background-color: #3f434a !important; }

.brc-dark-d1 {
  border-color: #3f434a !important; }

.bgc-dark-d2 {
  background-color: #3b4046 !important; }

.brc-dark-d2 {
  border-color: #3b4046 !important; }

.bgc-dark-d3 {
  background-color: #383c42 !important; }

.brc-dark-d3 {
  border-color: #383c42 !important; }

.bgc-dark-m1 {
  background-color: #5e6369 !important; }

.brc-dark-m1, .brc-h-dark-m1:hover {
  border-color: #5e6369 !important; }

.bgc-dark-m2 {
  background-color: #777b80 !important; }

.brc-dark-m2, .brc-h-dark-m2:hover {
  border-color: #777b80 !important; }

.bgc-dark-m3 {
  background-color: #8f9297 !important; }

.brc-dark-m3, .brc-h-dark-m3:hover {
  border-color: #8f9297 !important; }

.bgc-dark-m4 {
  background-color: #aaacaf !important; }

.brc-dark-m4, .brc-h-dark-m4:hover {
  border-color: #aaacaf !important; }

.bgc-dark-l1, .bgc-h-dark-l1:hover {
  background-color: #cccdcf !important; }

.brc-dark-l1 {
  border-color: #cccdcf !important; }

.bgc-dark-l2, .bgc-h-dark-l2:hover {
  background-color: #dcddde !important; }

.brc-dark-l2 {
  border-color: #dcddde !important; }

.bgc-dark-l3, .bgc-h-dark-l3:hover {
  background-color: #e8e9ea !important; }

.brc-dark-l3 {
  border-color: #e8e9ea !important; }

.bgc-dark-l4, .bgc-h-dark-l4:hover {
  background-color: #eff0f0 !important; }

.brc-dark-l4 {
  border-color: #eff0f0 !important; }

.bgc-dark-l5, .bgc-h-dark-l5:hover {
  background-color: #f6f6f7 !important; }

.brc-dark-l5 {
  border-color: #f6f6f7 !important; }

.bgc-light {
  background-color: #f8f9fb !important; }

.brc-light {
  border-color: #f8f9fb !important; }

.bgc-light-tp1 {
  background-color: rgba(248, 249, 251, 0.925) !important; }

.brc-light-tp1 {
  border-color: rgba(248, 249, 251, 0.925) !important; }

.bgc-light-tp2 {
  background-color: rgba(248, 249, 251, 0.85) !important; }

.brc-light-tp2 {
  border-color: rgba(248, 249, 251, 0.85) !important; }

.bgc-light-tp3 {
  background-color: rgba(248, 249, 251, 0.775) !important; }

.brc-light-tp3 {
  border-color: rgba(248, 249, 251, 0.775) !important; }

.bgc-light-tp4 {
  background-color: rgba(248, 249, 251, 0.7) !important; }

.brc-light-tp4 {
  border-color: rgba(248, 249, 251, 0.7) !important; }

.bgc-light-d1 {
  background-color: #ecedee !important; }

.brc-light-d1 {
  border-color: #ecedee !important; }

.bgc-light-d2 {
  background-color: #dfe0e2 !important; }

.brc-light-d2 {
  border-color: #dfe0e2 !important; }

.bgc-light-d3 {
  background-color: #d3d4d5 !important; }

.brc-light-d3 {
  border-color: #d3d4d5 !important; }

.bgc-light-l1, .bgc-h-light-l1:hover {
  background-color: #fdfdfe !important; }

.brc-light-l1 {
  border-color: #fdfdfe !important; }

.bgc-light-l2, .bgc-h-light-l2:hover {
  background-color: #fefefe !important; }

.brc-light-l2 {
  border-color: #fefefe !important; }

.bgc-light-l3, .bgc-h-light-l3:hover {
  background-color: #fefeff !important; }

.brc-light-l3 {
  border-color: #fefeff !important; }

.bgc-light-l4, .bgc-h-light-l4:hover {
  background-color: #feffff !important; }

.brc-light-l4 {
  border-color: #feffff !important; }

.bgc-white {
  background-color: #fff !important; }

.brc-white {
  border-color: #fff !important; }

.bgc-black {
  background-color: #2c3034 !important; }

.brc-black {
  border-color: #2c3034 !important; }

.bgc-grey {
  background-color: #7f8083 !important; }

.brc-grey {
  border-color: #7f8083 !important; }

.bgc-grey-tp1 {
  background-color: rgba(127, 128, 131, 0.925) !important; }

.brc-grey-tp1 {
  border-color: rgba(127, 128, 131, 0.925) !important; }

.bgc-grey-tp2 {
  background-color: rgba(127, 128, 131, 0.85) !important; }

.brc-grey-tp2 {
  border-color: rgba(127, 128, 131, 0.85) !important; }

.bgc-grey-tp3 {
  background-color: rgba(127, 128, 131, 0.775) !important; }

.brc-grey-tp3 {
  border-color: rgba(127, 128, 131, 0.775) !important; }

.bgc-grey-tp4 {
  background-color: rgba(127, 128, 131, 0.7) !important; }

.brc-grey-tp4 {
  border-color: rgba(127, 128, 131, 0.7) !important; }

.bgc-grey-d1 {
  background-color: #797a7c !important; }

.brc-grey-d1 {
  border-color: #797a7c !important; }

.bgc-grey-d2 {
  background-color: #727376 !important; }

.brc-grey-d2 {
  border-color: #727376 !important; }

.bgc-grey-d3 {
  background-color: #6c6d6f !important; }

.brc-grey-d3 {
  border-color: #6c6d6f !important; }

.bgc-grey-m1 {
  background-color: #929396 !important; }

.brc-grey-m1, .brc-h-grey-m1:hover {
  border-color: #929396 !important; }

.bgc-grey-m2 {
  background-color: #a3a4a6 !important; }

.brc-grey-m2, .brc-h-grey-m2:hover {
  border-color: #a3a4a6 !important; }

.bgc-grey-m3 {
  background-color: #b3b4b6 !important; }

.brc-grey-m3, .brc-h-grey-m3:hover {
  border-color: #b3b4b6 !important; }

.bgc-grey-m4 {
  background-color: #c5c6c7 !important; }

.brc-grey-m4, .brc-h-grey-m4:hover {
  border-color: #c5c6c7 !important; }

.bgc-grey-l1, .bgc-h-grey-l1:hover {
  background-color: #d8d9da !important; }

.brc-grey-l1 {
  border-color: #d8d9da !important; }

.bgc-grey-l2, .bgc-h-grey-l2:hover {
  background-color: #e4e4e4 !important; }

.brc-grey-l2 {
  border-color: #e4e4e4 !important; }

.bgc-grey-l3, .bgc-h-grey-l3:hover {
  background-color: #eeeeee !important; }

.brc-grey-l3 {
  border-color: #eeeeee !important; }

.bgc-grey-l4, .bgc-h-grey-l4:hover {
  background-color: #f4f4f4 !important; }

.brc-grey-l4 {
  border-color: #f4f4f4 !important; }

.bgc-grey-l5, .bgc-h-grey-l5:hover {
  background-color: #f8f8f9 !important; }

.brc-grey-l5 {
  border-color: #f8f8f9 !important; }

.bgc-purple {
  background-color: #776cb8 !important; }

.brc-purple {
  border-color: #776cb8 !important; }

.bgc-purple-tp1 {
  background-color: rgba(119, 108, 184, 0.925) !important; }

.brc-purple-tp1 {
  border-color: rgba(119, 108, 184, 0.925) !important; }

.bgc-purple-tp2 {
  background-color: rgba(119, 108, 184, 0.85) !important; }

.brc-purple-tp2 {
  border-color: rgba(119, 108, 184, 0.85) !important; }

.bgc-purple-tp3 {
  background-color: rgba(119, 108, 184, 0.775) !important; }

.brc-purple-tp3 {
  border-color: rgba(119, 108, 184, 0.775) !important; }

.bgc-purple-tp4 {
  background-color: rgba(119, 108, 184, 0.7) !important; }

.brc-purple-tp4 {
  border-color: rgba(119, 108, 184, 0.7) !important; }

.bgc-purple-d1 {
  background-color: #7167af !important; }

.brc-purple-d1 {
  border-color: #7167af !important; }

.bgc-purple-d2 {
  background-color: #6b61a6 !important; }

.brc-purple-d2 {
  border-color: #6b61a6 !important; }

.bgc-purple-d3 {
  background-color: #655c9c !important; }

.brc-purple-d3 {
  border-color: #655c9c !important; }

.bgc-purple-m1 {
  background-color: #8b82c3 !important; }

.brc-purple-m1, .brc-h-purple-m1:hover {
  border-color: #8b82c3 !important; }

.bgc-purple-m2 {
  background-color: #9d95cc !important; }

.brc-purple-m2, .brc-h-purple-m2:hover {
  border-color: #9d95cc !important; }

.bgc-purple-m3 {
  background-color: #afa8d5 !important; }

.brc-purple-m3, .brc-h-purple-m3:hover {
  border-color: #afa8d5 !important; }

.bgc-purple-m4 {
  background-color: #c2bddf !important; }

.brc-purple-m4, .brc-h-purple-m4:hover {
  border-color: #c2bddf !important; }

.bgc-purple-l1, .bgc-h-purple-l1:hover {
  background-color: #d0cce6 !important; }

.brc-purple-l1 {
  border-color: #d0cce6 !important; }

.bgc-purple-l2, .bgc-h-purple-l2:hover {
  background-color: #dddbed !important; }

.brc-purple-l2 {
  border-color: #dddbed !important; }

.bgc-purple-l3, .bgc-h-purple-l3:hover {
  background-color: #eae8f4 !important; }

.brc-purple-l3 {
  border-color: #eae8f4 !important; }

.bgc-purple-l4, .bgc-h-purple-l4:hover {
  background-color: #f1f0f8 !important; }

.brc-purple-l4 {
  border-color: #f1f0f8 !important; }

.bgc-purple-l5, .bgc-h-purple-l5:hover {
  background-color: #f7f6fb !important; }

.brc-purple-l5 {
  border-color: #f7f6fb !important; }

.bgc-pink {
  background-color: #d53c77 !important; }

.brc-pink {
  border-color: #d53c77 !important; }

.bgc-pink-tp1 {
  background-color: rgba(213, 60, 119, 0.925) !important; }

.brc-pink-tp1 {
  border-color: rgba(213, 60, 119, 0.925) !important; }

.bgc-pink-tp2 {
  background-color: rgba(213, 60, 119, 0.85) !important; }

.brc-pink-tp2 {
  border-color: rgba(213, 60, 119, 0.85) !important; }

.bgc-pink-tp3 {
  background-color: rgba(213, 60, 119, 0.775) !important; }

.brc-pink-tp3 {
  border-color: rgba(213, 60, 119, 0.775) !important; }

.bgc-pink-tp4 {
  background-color: rgba(213, 60, 119, 0.7) !important; }

.brc-pink-tp4 {
  border-color: rgba(213, 60, 119, 0.7) !important; }

.bgc-pink-d1 {
  background-color: #ca3971 !important; }

.brc-pink-d1 {
  border-color: #ca3971 !important; }

.bgc-pink-d2 {
  background-color: #c0366b !important; }

.brc-pink-d2 {
  border-color: #c0366b !important; }

.bgc-pink-d3 {
  background-color: #b53365 !important; }

.brc-pink-d3 {
  border-color: #b53365 !important; }

.bgc-pink-m1 {
  background-color: #db598b !important; }

.brc-pink-m1, .brc-h-pink-m1:hover {
  border-color: #db598b !important; }

.bgc-pink-m2 {
  background-color: #e1739d !important; }

.brc-pink-m2, .brc-h-pink-m2:hover {
  border-color: #e1739d !important; }

.bgc-pink-m3 {
  background-color: #e68caf !important; }

.brc-pink-m3, .brc-h-pink-m3:hover {
  border-color: #e68caf !important; }

.bgc-pink-m4 {
  background-color: #eca7c2 !important; }

.brc-pink-m4, .brc-h-pink-m4:hover {
  border-color: #eca7c2 !important; }

.bgc-pink-l1, .bgc-h-pink-l1:hover {
  background-color: #f2c0d3 !important; }

.brc-pink-l1 {
  border-color: #f2c0d3 !important; }

.bgc-pink-l2, .bgc-h-pink-l2:hover {
  background-color: #f5d3e0 !important; }

.brc-pink-l2 {
  border-color: #f5d3e0 !important; }

.bgc-pink-l3, .bgc-h-pink-l3:hover {
  background-color: #f9e3ec !important; }

.brc-pink-l3 {
  border-color: #f9e3ec !important; }

.bgc-pink-l4, .bgc-h-pink-l4:hover {
  background-color: #fbedf3 !important; }

.brc-pink-l4 {
  border-color: #fbedf3 !important; }

.bgc-pink-l5, .bgc-h-pink-l5:hover {
  background-color: #fdf4f8 !important; }

.brc-pink-l5 {
  border-color: #fdf4f8 !important; }

.bgc-yellow {
  background-color: #f8e57d !important; }

.brc-yellow {
  border-color: #f8e57d !important; }

.bgc-yellow-tp1 {
  background-color: rgba(248, 229, 125, 0.925) !important; }

.brc-yellow-tp1 {
  border-color: rgba(248, 229, 125, 0.925) !important; }

.bgc-yellow-tp2 {
  background-color: rgba(248, 229, 125, 0.85) !important; }

.brc-yellow-tp2 {
  border-color: rgba(248, 229, 125, 0.85) !important; }

.bgc-yellow-tp3 {
  background-color: rgba(248, 229, 125, 0.775) !important; }

.brc-yellow-tp3 {
  border-color: rgba(248, 229, 125, 0.775) !important; }

.bgc-yellow-tp4 {
  background-color: rgba(248, 229, 125, 0.7) !important; }

.brc-yellow-tp4 {
  border-color: rgba(248, 229, 125, 0.7) !important; }

.bgc-yellow-d1 {
  background-color: #ecda77 !important; }

.brc-yellow-d1 {
  border-color: #ecda77 !important; }

.bgc-yellow-d2 {
  background-color: #dfce71 !important; }

.brc-yellow-d2 {
  border-color: #dfce71 !important; }

.bgc-yellow-d3 {
  background-color: #d3c36a !important; }

.brc-yellow-d3 {
  border-color: #d3c36a !important; }

.bgc-yellow-m1 {
  background-color: #f9e991 !important; }

.brc-yellow-m1, .brc-h-yellow-m1:hover {
  border-color: #f9e991 !important; }

.bgc-yellow-m2 {
  background-color: #faeca1 !important; }

.brc-yellow-m2, .brc-h-yellow-m2:hover {
  border-color: #faeca1 !important; }

.bgc-yellow-m3 {
  background-color: #fbf0b2 !important; }

.brc-yellow-m3, .brc-h-yellow-m3:hover {
  border-color: #fbf0b2 !important; }

.bgc-yellow-m4 {
  background-color: #fcf3c5 !important; }

.brc-yellow-m4, .brc-h-yellow-m4:hover {
  border-color: #fcf3c5 !important; }

.bgc-yellow-l1, .bgc-h-yellow-l1:hover {
  background-color: #fbf1b7 !important; }

.brc-yellow-l1 {
  border-color: #fbf1b7 !important; }

.bgc-yellow-l2, .bgc-h-yellow-l2:hover {
  background-color: #fcf5cc !important; }

.brc-yellow-l2 {
  border-color: #fcf5cc !important; }

.bgc-yellow-l3, .bgc-h-yellow-l3:hover {
  background-color: #fdf9df !important; }

.brc-yellow-l3 {
  border-color: #fdf9df !important; }

.bgc-yellow-l4, .bgc-h-yellow-l4:hover {
  background-color: #fefbea !important; }

.brc-yellow-l4 {
  border-color: #fefbea !important; }

.bgc-yellow-l5, .bgc-h-yellow-l5:hover {
  background-color: #fefdf3 !important; }

.brc-yellow-l5 {
  border-color: #fefdf3 !important; }

.bgc-lightgrey {
  background-color: #91969d !important; }

.brc-lightgrey {
  border-color: #91969d !important; }

.bgc-lightgrey-tp1 {
  background-color: rgba(145, 150, 157, 0.925) !important; }

.brc-lightgrey-tp1 {
  border-color: rgba(145, 150, 157, 0.925) !important; }

.bgc-lightgrey-tp2 {
  background-color: rgba(145, 150, 157, 0.85) !important; }

.brc-lightgrey-tp2 {
  border-color: rgba(145, 150, 157, 0.85) !important; }

.bgc-lightgrey-tp3 {
  background-color: rgba(145, 150, 157, 0.775) !important; }

.brc-lightgrey-tp3 {
  border-color: rgba(145, 150, 157, 0.775) !important; }

.bgc-lightgrey-tp4 {
  background-color: rgba(145, 150, 157, 0.7) !important; }

.brc-lightgrey-tp4 {
  border-color: rgba(145, 150, 157, 0.7) !important; }

.bgc-lightgrey-d1 {
  background-color: #8a8f95 !important; }

.brc-lightgrey-d1 {
  border-color: #8a8f95 !important; }

.bgc-lightgrey-d2 {
  background-color: #83878d !important; }

.brc-lightgrey-d2 {
  border-color: #83878d !important; }

.bgc-lightgrey-d3 {
  background-color: #7b8085 !important; }

.brc-lightgrey-d3 {
  border-color: #7b8085 !important; }

.bgc-lightgrey-m1 {
  background-color: #a2a6ac !important; }

.brc-lightgrey-m1, .brc-h-lightgrey-m1:hover {
  border-color: #a2a6ac !important; }

.bgc-lightgrey-m2 {
  background-color: #b0b3b8 !important; }

.brc-lightgrey-m2, .brc-h-lightgrey-m2:hover {
  border-color: #b0b3b8 !important; }

.bgc-lightgrey-m3 {
  background-color: #bec1c5 !important; }

.brc-lightgrey-m3, .brc-h-lightgrey-m3:hover {
  border-color: #bec1c5 !important; }

.bgc-lightgrey-m4 {
  background-color: #ced0d3 !important; }

.brc-lightgrey-m4, .brc-h-lightgrey-m4:hover {
  border-color: #ced0d3 !important; }

.bgc-lightgrey-l1, .bgc-h-lightgrey-l1:hover {
  background-color: #d7d9db !important; }

.brc-lightgrey-l1 {
  border-color: #d7d9db !important; }

.bgc-lightgrey-l2, .bgc-h-lightgrey-l2:hover {
  background-color: #e2e4e6 !important; }

.brc-lightgrey-l2 {
  border-color: #e2e4e6 !important; }

.bgc-lightgrey-l3, .bgc-h-lightgrey-l3:hover {
  background-color: #edeeef !important; }

.brc-lightgrey-l3 {
  border-color: #edeeef !important; }

.bgc-lightgrey-l4, .bgc-h-lightgrey-l4:hover {
  background-color: #f3f4f5 !important; }

.brc-lightgrey-l4 {
  border-color: #f3f4f5 !important; }

.bgc-lightgrey-l5, .bgc-h-lightgrey-l5:hover {
  background-color: #f8f9f9 !important; }

.brc-lightgrey-l5 {
  border-color: #f8f9f9 !important; }

.bgc-brown {
  background-color: #bc7c4f !important; }

.brc-brown {
  border-color: #bc7c4f !important; }

.bgc-brown-tp1 {
  background-color: rgba(188, 124, 79, 0.925) !important; }

.brc-brown-tp1 {
  border-color: rgba(188, 124, 79, 0.925) !important; }

.bgc-brown-tp2 {
  background-color: rgba(188, 124, 79, 0.85) !important; }

.brc-brown-tp2 {
  border-color: rgba(188, 124, 79, 0.85) !important; }

.bgc-brown-tp3 {
  background-color: rgba(188, 124, 79, 0.775) !important; }

.brc-brown-tp3 {
  border-color: rgba(188, 124, 79, 0.775) !important; }

.bgc-brown-tp4 {
  background-color: rgba(188, 124, 79, 0.7) !important; }

.brc-brown-tp4 {
  border-color: rgba(188, 124, 79, 0.7) !important; }

.bgc-brown-d1 {
  background-color: #b3764b !important; }

.brc-brown-d1 {
  border-color: #b3764b !important; }

.bgc-brown-d2 {
  background-color: #a97047 !important; }

.brc-brown-d2 {
  border-color: #a97047 !important; }

.bgc-brown-d3 {
  background-color: #a06943 !important; }

.brc-brown-d3 {
  border-color: #a06943 !important; }

.bgc-brown-m1 {
  background-color: #c69069 !important; }

.brc-brown-m1, .brc-h-brown-m1:hover {
  border-color: #c69069 !important; }

.bgc-brown-m2 {
  background-color: #cfa180 !important; }

.brc-brown-m2, .brc-h-brown-m2:hover {
  border-color: #cfa180 !important; }

.bgc-brown-m3 {
  background-color: #d7b297 !important; }

.brc-brown-m3, .brc-h-brown-m3:hover {
  border-color: #d7b297 !important; }

.bgc-brown-m4 {
  background-color: #e1c4b0 !important; }

.brc-brown-m4, .brc-h-brown-m4:hover {
  border-color: #e1c4b0 !important; }

.bgc-brown-l1, .bgc-h-brown-l1:hover {
  background-color: #ead6c8 !important; }

.brc-brown-l1 {
  border-color: #ead6c8 !important; }

.bgc-brown-l2, .bgc-h-brown-l2:hover {
  background-color: #f0e2d8 !important; }

.brc-brown-l2 {
  border-color: #f0e2d8 !important; }

.bgc-brown-l3, .bgc-h-brown-l3:hover {
  background-color: #f6ede6 !important; }

.brc-brown-l3 {
  border-color: #f6ede6 !important; }

.bgc-brown-l4, .bgc-h-brown-l4:hover {
  background-color: #f9f3ef !important; }

.brc-brown-l4 {
  border-color: #f9f3ef !important; }

.bgc-brown-l5, .bgc-h-brown-l5:hover {
  background-color: #fbf8f6 !important; }

.brc-brown-l5 {
  border-color: #fbf8f6 !important; }

.bgc-blue {
  background-color: #3e89e4 !important; }

.brc-blue {
  border-color: #3e89e4 !important; }

.bgc-blue-tp1 {
  background-color: rgba(62, 137, 228, 0.925) !important; }

.brc-blue-tp1 {
  border-color: rgba(62, 137, 228, 0.925) !important; }

.bgc-blue-tp2 {
  background-color: rgba(62, 137, 228, 0.85) !important; }

.brc-blue-tp2 {
  border-color: rgba(62, 137, 228, 0.85) !important; }

.bgc-blue-tp3 {
  background-color: rgba(62, 137, 228, 0.775) !important; }

.brc-blue-tp3 {
  border-color: rgba(62, 137, 228, 0.775) !important; }

.bgc-blue-tp4 {
  background-color: rgba(62, 137, 228, 0.7) !important; }

.brc-blue-tp4 {
  border-color: rgba(62, 137, 228, 0.7) !important; }

.bgc-blue-d1 {
  background-color: #3b82d9 !important; }

.brc-blue-d1 {
  border-color: #3b82d9 !important; }

.bgc-blue-d2 {
  background-color: #387bcd !important; }

.brc-blue-d2 {
  border-color: #387bcd !important; }

.bgc-blue-d3 {
  background-color: #3574c2 !important; }

.brc-blue-d3 {
  border-color: #3574c2 !important; }

.bgc-blue-m1 {
  background-color: #5b9be8 !important; }

.brc-blue-m1, .brc-h-blue-m1:hover {
  border-color: #5b9be8 !important; }

.bgc-blue-m2 {
  background-color: #74aaec !important; }

.brc-blue-m2, .brc-h-blue-m2:hover {
  border-color: #74aaec !important; }

.bgc-blue-m3 {
  background-color: #8db9ef !important; }

.brc-blue-m3, .brc-h-blue-m3:hover {
  border-color: #8db9ef !important; }

.bgc-blue-m4 {
  background-color: #a8caf3 !important; }

.brc-blue-m4, .brc-h-blue-m4:hover {
  border-color: #a8caf3 !important; }

.bgc-blue-l1, .bgc-h-blue-l1:hover {
  background-color: #bcd6f6 !important; }

.brc-blue-l1 {
  border-color: #bcd6f6 !important; }

.bgc-blue-l2, .bgc-h-blue-l2:hover {
  background-color: #d0e3f8 !important; }

.brc-blue-l2 {
  border-color: #d0e3f8 !important; }

.bgc-blue-l3, .bgc-h-blue-l3:hover {
  background-color: #e1edfb !important; }

.brc-blue-l3 {
  border-color: #e1edfb !important; }

.bgc-blue-l4, .bgc-h-blue-l4:hover {
  background-color: #ecf4fc !important; }

.brc-blue-l4 {
  border-color: #ecf4fc !important; }

.bgc-blue-l5, .bgc-h-blue-l5:hover {
  background-color: #f4f8fd !important; }

.brc-blue-l5 {
  border-color: #f4f8fd !important; }

.bgc-red {
  background-color: #e74b4b !important; }

.brc-red {
  border-color: #e74b4b !important; }

.bgc-red-tp1 {
  background-color: rgba(231, 75, 75, 0.925) !important; }

.brc-red-tp1 {
  border-color: rgba(231, 75, 75, 0.925) !important; }

.bgc-red-tp2 {
  background-color: rgba(231, 75, 75, 0.85) !important; }

.brc-red-tp2 {
  border-color: rgba(231, 75, 75, 0.85) !important; }

.bgc-red-tp3 {
  background-color: rgba(231, 75, 75, 0.775) !important; }

.brc-red-tp3 {
  border-color: rgba(231, 75, 75, 0.775) !important; }

.bgc-red-tp4 {
  background-color: rgba(231, 75, 75, 0.7) !important; }

.brc-red-tp4 {
  border-color: rgba(231, 75, 75, 0.7) !important; }

.bgc-red-d1 {
  background-color: #db4747 !important; }

.brc-red-d1 {
  border-color: #db4747 !important; }

.bgc-red-d2 {
  background-color: #d04444 !important; }

.brc-red-d2 {
  border-color: #d04444 !important; }

.bgc-red-d3 {
  background-color: #c44040 !important; }

.brc-red-d3 {
  border-color: #c44040 !important; }

.bgc-red-m1 {
  background-color: #eb6666 !important; }

.brc-red-m1, .brc-h-red-m1:hover {
  border-color: #eb6666 !important; }

.bgc-red-m2 {
  background-color: #ee7d7d !important; }

.brc-red-m2, .brc-h-red-m2:hover {
  border-color: #ee7d7d !important; }

.bgc-red-m3 {
  background-color: #f19595 !important; }

.brc-red-m3, .brc-h-red-m3:hover {
  border-color: #f19595 !important; }

.bgc-red-m4 {
  background-color: #f4aeae !important; }

.brc-red-m4, .brc-h-red-m4:hover {
  border-color: #f4aeae !important; }

.bgc-red-l1, .bgc-h-red-l1:hover {
  background-color: #f6bcbc !important; }

.brc-red-l1 {
  border-color: #f6bcbc !important; }

.bgc-red-l2, .bgc-h-red-l2:hover {
  background-color: #f9cfcf !important; }

.brc-red-l2 {
  border-color: #f9cfcf !important; }

.bgc-red-l3, .bgc-h-red-l3:hover {
  background-color: #fbe1e1 !important; }

.brc-red-l3 {
  border-color: #fbe1e1 !important; }

.bgc-red-l4, .bgc-h-red-l4:hover {
  background-color: #fcecec !important; }

.brc-red-l4 {
  border-color: #fcecec !important; }

.bgc-red-l5, .bgc-h-red-l5:hover {
  background-color: #fdf4f4 !important; }

.brc-red-l5 {
  border-color: #fdf4f4 !important; }

.bgc-green {
  background-color: #39b689 !important; }

.brc-green {
  border-color: #39b689 !important; }

.bgc-green-tp1 {
  background-color: rgba(57, 182, 137, 0.925) !important; }

.brc-green-tp1 {
  border-color: rgba(57, 182, 137, 0.925) !important; }

.bgc-green-tp2 {
  background-color: rgba(57, 182, 137, 0.85) !important; }

.brc-green-tp2 {
  border-color: rgba(57, 182, 137, 0.85) !important; }

.bgc-green-tp3 {
  background-color: rgba(57, 182, 137, 0.775) !important; }

.brc-green-tp3 {
  border-color: rgba(57, 182, 137, 0.775) !important; }

.bgc-green-tp4 {
  background-color: rgba(57, 182, 137, 0.7) !important; }

.brc-green-tp4 {
  border-color: rgba(57, 182, 137, 0.7) !important; }

.bgc-green-d1 {
  background-color: #36ad82 !important; }

.brc-green-d1 {
  border-color: #36ad82 !important; }

.bgc-green-d2 {
  background-color: #33a47b !important; }

.brc-green-d2 {
  border-color: #33a47b !important; }

.bgc-green-d3 {
  background-color: #309b74 !important; }

.brc-green-d3 {
  border-color: #309b74 !important; }

.bgc-green-m1 {
  background-color: #57c19b !important; }

.brc-green-m1, .brc-h-green-m1:hover {
  border-color: #57c19b !important; }

.bgc-green-m2 {
  background-color: #70caaa !important; }

.brc-green-m2, .brc-h-green-m2:hover {
  border-color: #70caaa !important; }

.bgc-green-m3 {
  background-color: #8ad4b9 !important; }

.brc-green-m3, .brc-h-green-m3:hover {
  border-color: #8ad4b9 !important; }

.bgc-green-m4 {
  background-color: #a6deca !important; }

.brc-green-m4, .brc-h-green-m4:hover {
  border-color: #a6deca !important; }

.bgc-green-l1, .bgc-h-green-l1:hover {
  background-color: #c7eade !important; }

.brc-green-l1 {
  border-color: #c7eade !important; }

.bgc-green-l2, .bgc-h-green-l2:hover {
  background-color: #d8f0e8 !important; }

.brc-green-l2 {
  border-color: #d8f0e8 !important; }

.bgc-green-l3, .bgc-h-green-l3:hover {
  background-color: #e6f6f0 !important; }

.brc-green-l3 {
  border-color: #e6f6f0 !important; }

.bgc-green-l4, .bgc-h-green-l4:hover {
  background-color: #eff9f5 !important; }

.brc-green-l4 {
  border-color: #eff9f5 !important; }

.bgc-green-l5, .bgc-h-green-l5:hover {
  background-color: #f5fbf9 !important; }

.brc-green-l5 {
  border-color: #f5fbf9 !important; }

.bgc-orange {
  background-color: #ff8d03 !important; }

.brc-orange {
  border-color: #ff8d03 !important; }

.bgc-orange-tp1 {
  background-color: rgba(255, 141, 3, 0.925) !important; }

.brc-orange-tp1 {
  border-color: rgba(255, 141, 3, 0.925) !important; }

.bgc-orange-tp2 {
  background-color: rgba(255, 141, 3, 0.85) !important; }

.brc-orange-tp2 {
  border-color: rgba(255, 141, 3, 0.85) !important; }

.bgc-orange-tp3 {
  background-color: rgba(255, 141, 3, 0.775) !important; }

.brc-orange-tp3 {
  border-color: rgba(255, 141, 3, 0.775) !important; }

.bgc-orange-tp4 {
  background-color: rgba(255, 141, 3, 0.7) !important; }

.brc-orange-tp4 {
  border-color: rgba(255, 141, 3, 0.7) !important; }

.bgc-orange-d1 {
  background-color: #f28603 !important; }

.brc-orange-d1 {
  border-color: #f28603 !important; }

.bgc-orange-d2 {
  background-color: #e67f03 !important; }

.brc-orange-d2 {
  border-color: #e67f03 !important; }

.bgc-orange-d3 {
  background-color: #d97803 !important; }

.brc-orange-d3 {
  border-color: #d97803 !important; }

.bgc-orange-m1 {
  background-color: #ff9e29 !important; }

.brc-orange-m1, .brc-h-orange-m1:hover {
  border-color: #ff9e29 !important; }

.bgc-orange-m2 {
  background-color: #ffad4a !important; }

.brc-orange-m2, .brc-h-orange-m2:hover {
  border-color: #ffad4a !important; }

.bgc-orange-m3 {
  background-color: #ffbc6a !important; }

.brc-orange-m3, .brc-h-orange-m3:hover {
  border-color: #ffbc6a !important; }

.bgc-orange-m4 {
  background-color: #ffcc8e !important; }

.brc-orange-m4, .brc-h-orange-m4:hover {
  border-color: #ffcc8e !important; }

.bgc-orange-l1, .bgc-h-orange-l1:hover {
  background-color: #ffddb3 !important; }

.brc-orange-l1 {
  border-color: #ffddb3 !important; }

.bgc-orange-l2, .bgc-h-orange-l2:hover {
  background-color: #ffe7c9 !important; }

.brc-orange-l2 {
  border-color: #ffe7c9 !important; }

.bgc-orange-l3, .bgc-h-orange-l3:hover {
  background-color: #fff0dd !important; }

.brc-orange-l3 {
  border-color: #fff0dd !important; }

.bgc-orange-l4, .bgc-h-orange-l4:hover {
  background-color: #fff5e9 !important; }

.brc-orange-l4 {
  border-color: #fff5e9 !important; }

.bgc-orange-l5, .bgc-h-orange-l5:hover {
  background-color: #fff9f2 !important; }

.brc-orange-l5 {
  border-color: #fff9f2 !important; }

.bgc-transparent {
  background-color: transparent !important; }

.brc-transparent {
  border-color: transparent !important; }

.brc-black {
  border-color: #000 !important; }

.brc-white {
  border-color: #fff !important; }

.bgc-black-tp1, .bgc-h-black-tp1:hover {
  background-color: rgba(0, 0, 0, 0.909) !important; }

.brc-black-tp1 {
  border-color: rgba(0, 0, 0, 0.909) !important; }

.bgc-black-tp2, .bgc-h-black-tp2:hover {
  background-color: rgba(0, 0, 0, 0.818) !important; }

.brc-black-tp2 {
  border-color: rgba(0, 0, 0, 0.818) !important; }

.bgc-black-tp3, .bgc-h-black-tp3:hover {
  background-color: rgba(0, 0, 0, 0.727) !important; }

.brc-black-tp3 {
  border-color: rgba(0, 0, 0, 0.727) !important; }

.bgc-black-tp4, .bgc-h-black-tp4:hover {
  background-color: rgba(0, 0, 0, 0.636) !important; }

.brc-black-tp4 {
  border-color: rgba(0, 0, 0, 0.636) !important; }

.bgc-black-tp5, .bgc-h-black-tp5:hover {
  background-color: rgba(0, 0, 0, 0.545) !important; }

.brc-black-tp5 {
  border-color: rgba(0, 0, 0, 0.545) !important; }

.bgc-black-tp6, .bgc-h-black-tp6:hover {
  background-color: rgba(0, 0, 0, 0.454) !important; }

.brc-black-tp6 {
  border-color: rgba(0, 0, 0, 0.454) !important; }

.bgc-black-tp7, .bgc-h-black-tp7:hover {
  background-color: rgba(0, 0, 0, 0.363) !important; }

.brc-black-tp7 {
  border-color: rgba(0, 0, 0, 0.363) !important; }

.bgc-black-tp8, .bgc-h-black-tp8:hover {
  background-color: rgba(0, 0, 0, 0.272) !important; }

.brc-black-tp8 {
  border-color: rgba(0, 0, 0, 0.272) !important; }

.bgc-black-tp9, .bgc-h-black-tp9:hover {
  background-color: rgba(0, 0, 0, 0.181) !important; }

.brc-black-tp9 {
  border-color: rgba(0, 0, 0, 0.181) !important; }

.bgc-black-tp10, .bgc-h-black-tp10:hover {
  background-color: rgba(0, 0, 0, 0.09) !important; }

.brc-black-tp10 {
  border-color: rgba(0, 0, 0, 0.09) !important; }

.bgc-white-tp1, .bgc-h-white-tp1:hover {
  background-color: rgba(255, 255, 255, 0.9075) !important; }

.brc-white-tp1 {
  border-color: rgba(255, 255, 255, 0.9075) !important; }

.bgc-white-tp2, .bgc-h-white-tp2:hover {
  background-color: rgba(255, 255, 255, 0.815) !important; }

.brc-white-tp2 {
  border-color: rgba(255, 255, 255, 0.815) !important; }

.bgc-white-tp3, .bgc-h-white-tp3:hover {
  background-color: rgba(255, 255, 255, 0.7225) !important; }

.brc-white-tp3 {
  border-color: rgba(255, 255, 255, 0.7225) !important; }

.bgc-white-tp4, .bgc-h-white-tp4:hover {
  background-color: rgba(255, 255, 255, 0.63) !important; }

.brc-white-tp4 {
  border-color: rgba(255, 255, 255, 0.63) !important; }

.bgc-white-tp5, .bgc-h-white-tp5:hover {
  background-color: rgba(255, 255, 255, 0.5375) !important; }

.brc-white-tp5 {
  border-color: rgba(255, 255, 255, 0.5375) !important; }

.bgc-white-tp6, .bgc-h-white-tp6:hover {
  background-color: rgba(255, 255, 255, 0.445) !important; }

.brc-white-tp6 {
  border-color: rgba(255, 255, 255, 0.445) !important; }

.bgc-white-tp7, .bgc-h-white-tp7:hover {
  background-color: rgba(255, 255, 255, 0.3525) !important; }

.brc-white-tp7 {
  border-color: rgba(255, 255, 255, 0.3525) !important; }

.bgc-white-tp8, .bgc-h-white-tp8:hover {
  background-color: rgba(255, 255, 255, 0.26) !important; }

.brc-white-tp8 {
  border-color: rgba(255, 255, 255, 0.26) !important; }

.bgc-white-tp9, .bgc-h-white-tp9:hover {
  background-color: rgba(255, 255, 255, 0.1675) !important; }

.brc-white-tp9 {
  border-color: rgba(255, 255, 255, 0.1675) !important; }

.bgc-white-tp10, .bgc-h-white-tp10:hover {
  background-color: rgba(255, 255, 255, 0.075) !important; }

.brc-white-tp10 {
  border-color: rgba(255, 255, 255, 0.075) !important; }

.brc-black-tp11 {
  border-color: rgba(0, 0, 0, 0.05) !important; }

.bgc-black-tp11 {
  background-color: rgba(0, 0, 0, 0.05) !important; }

.bgc-dark-grad {
  background-image: linear-gradient(rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.33) 100%); }

.bgc-light-grad {
  background-image: linear-gradient(rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.33) 100%); }

.bgc-white-grad {
  background-image: linear-gradient(rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.33) 50%, rgba(255, 255, 255, 0.87) 100%); }

.bg-none {
  background-image: none !important; }

[class*="bgc-h-"] {
  transition: background-color 0.15s; }

[class*="brc-h-"] {
  transition: border-color 0.15s; }

.border-0 {
  border-width: 0px !important;
  border-style: solid !important;
  border-color: transparent; }

.border-none {
  border-width: 0px !important;
  border-style: solid;
  border-color: transparent; }

.border-1 {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: transparent; }

.border-2 {
  border-width: 2px !important;
  border-style: solid !important;
  border-color: transparent; }

.border-3 {
  border-width: 3px !important;
  border-style: solid !important;
  border-color: transparent; }

.border-4 {
  border-width: 4px !important;
  border-style: solid !important;
  border-color: transparent; }

.border-5 {
  border-width: 5px !important;
  border-style: solid !important;
  border-color: transparent; }

.border-6 {
  border-width: 6px !important;
  border-style: solid !important;
  border-color: transparent; }

.border-t-0, .border-y-0 {
  border-top-width: 0px !important;
  border-top-style: solid !important;
  border-top-color: transparent; }

.border-b-0, .border-y-0 {
  border-bottom-width: 0px !important;
  border-bottom-style: solid !important;
  border-bottom-color: transparent; }

.border-r-0, .border-x-0 {
  border-right-width: 0px !important;
  border-right-style: solid !important;
  border-right-color: transparent; }

.border-l-0, .border-x-0 {
  border-left-width: 0px !important;
  border-left-style: solid !important;
  border-left-color: transparent; }

.border-t-1, .border-y-1 {
  border-top-width: 1px !important;
  border-top-style: solid !important;
  border-top-color: transparent; }

.border-b-1, .border-y-1 {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: transparent; }

.border-r-1, .border-x-1 {
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-right-color: transparent; }

.border-l-1, .border-x-1 {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-left-color: transparent; }

.border-t-2, .border-y-2 {
  border-top-width: 2px !important;
  border-top-style: solid !important;
  border-top-color: transparent; }

.border-b-2, .border-y-2 {
  border-bottom-width: 2px !important;
  border-bottom-style: solid !important;
  border-bottom-color: transparent; }

.border-r-2, .border-x-2 {
  border-right-width: 2px !important;
  border-right-style: solid !important;
  border-right-color: transparent; }

.border-l-2, .border-x-2 {
  border-left-width: 2px !important;
  border-left-style: solid !important;
  border-left-color: transparent; }

.border-t-3, .border-y-3 {
  border-top-width: 3px !important;
  border-top-style: solid !important;
  border-top-color: transparent; }

.border-b-3, .border-y-3 {
  border-bottom-width: 3px !important;
  border-bottom-style: solid !important;
  border-bottom-color: transparent; }

.border-r-3, .border-x-3 {
  border-right-width: 3px !important;
  border-right-style: solid !important;
  border-right-color: transparent; }

.border-l-3, .border-x-3 {
  border-left-width: 3px !important;
  border-left-style: solid !important;
  border-left-color: transparent; }

.border-t-4, .border-y-4 {
  border-top-width: 4px !important;
  border-top-style: solid !important;
  border-top-color: transparent; }

.border-b-4, .border-y-4 {
  border-bottom-width: 4px !important;
  border-bottom-style: solid !important;
  border-bottom-color: transparent; }

.border-r-4, .border-x-4 {
  border-right-width: 4px !important;
  border-right-style: solid !important;
  border-right-color: transparent; }

.border-l-4, .border-x-4 {
  border-left-width: 4px !important;
  border-left-style: solid !important;
  border-left-color: transparent; }

.border-t-5, .border-y-5 {
  border-top-width: 5px !important;
  border-top-style: solid !important;
  border-top-color: transparent; }

.border-b-5, .border-y-5 {
  border-bottom-width: 5px !important;
  border-bottom-style: solid !important;
  border-bottom-color: transparent; }

.border-r-5, .border-x-5 {
  border-right-width: 5px !important;
  border-right-style: solid !important;
  border-right-color: transparent; }

.border-l-5, .border-x-5 {
  border-left-width: 5px !important;
  border-left-style: solid !important;
  border-left-color: transparent; }

.border-t-6, .border-y-6 {
  border-top-width: 6px !important;
  border-top-style: solid !important;
  border-top-color: transparent; }

.border-b-6, .border-y-6 {
  border-bottom-width: 6px !important;
  border-bottom-style: solid !important;
  border-bottom-color: transparent; }

.border-r-6, .border-x-6 {
  border-right-width: 6px !important;
  border-right-style: solid !important;
  border-right-color: transparent; }

.border-l-6, .border-x-6 {
  border-left-width: 6px !important;
  border-left-style: solid !important;
  border-left-color: transparent; }

.border-solid {
  border-style: solid !important; }

.border-dotted {
  border-style: dotted !important; }

.border-double {
  border-style: double !important; }

.border-dashed {
  border-style: dashed !important; }

.radius-0 {
  border-radius: 0rem !important; }

.radius-1 {
  border-radius: 0.25rem !important; }

.radius-2 {
  border-radius: 0.5rem !important; }

.radius-3 {
  border-radius: 0.75rem !important; }

.radius-4 {
  border-radius: 1rem !important; }

.radius-5 {
  border-radius: 1.25rem !important; }

.radius-1px {
  border-radius: 1px !important; }

.radius-2px {
  border-radius: 2px !important; }

.radius-3px {
  border-radius: 3px !important; }

.radius-l-0 {
  border-top-left-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important; }

.radius-t-0 {
  border-top-left-radius: 0rem !important;
  border-top-right-radius: 0rem !important; }

.radius-r-0 {
  border-bottom-right-radius: 0rem !important;
  border-top-right-radius: 0rem !important; }

.radius-b-0 {
  border-bottom-left-radius: 0rem !important;
  border-bottom-right-radius: 0rem !important; }

.radius-l-1 {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.radius-t-1 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.radius-r-1 {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.radius-b-1 {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.radius-l-2 {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important; }

.radius-t-2 {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important; }

.radius-r-2 {
  border-bottom-right-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important; }

.radius-b-2 {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important; }

.radius-l-3 {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important; }

.radius-t-3 {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important; }

.radius-r-3 {
  border-bottom-right-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important; }

.radius-b-3 {
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important; }

.radius-l-4 {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important; }

.radius-t-4 {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important; }

.radius-r-4 {
  border-bottom-right-radius: 1rem !important;
  border-top-right-radius: 1rem !important; }

.radius-b-4 {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important; }

.radius-l-5 {
  border-top-left-radius: 1.25rem !important;
  border-bottom-left-radius: 1.25rem !important; }

.radius-t-5 {
  border-top-left-radius: 1.25rem !important;
  border-top-right-radius: 1.25rem !important; }

.radius-r-5 {
  border-bottom-right-radius: 1.25rem !important;
  border-top-right-radius: 1.25rem !important; }

.radius-b-5 {
  border-bottom-left-radius: 1.25rem !important;
  border-bottom-right-radius: 1.25rem !important; }

.radius-round {
  border-radius: 4rem !important; }

.radius-l-round {
  border-top-left-radius: 4rem !important;
  border-bottom-left-radius: 4rem !important; }

.radius-t-round {
  border-top-left-radius: 4rem !important;
  border-top-right-radius: 4rem !important; }

.radius-r-round {
  border-bottom-right-radius: 4rem !important;
  border-top-right-radius: 4rem !important; }

.radius-b-round {
  border-bottom-left-radius: 4rem !important;
  border-bottom-right-radius: 4rem !important; }

.radius-50 {
  border-radius: 50% !important; }

.radius-100 {
  border-radius: 100% !important; }

.mw-auto {
  min-width: auto !important; }

.mw-none {
  max-width: none !important; }

.mh-auto {
  min-height: auto !important; }

.mh-none {
  max-height: none !important; }

.minh-100 {
  min-height: 100% !important; }

.minw-100 {
  min-width: 100% !important; }

.w-inherit {
  width: inherit !important; }

.h-inherit {
  height: inherit !important; }

.w-90 {
  width: 90% !important; }

.h-90 {
  height: 90% !important; }

.w-95 {
  width: 95% !important; }

.h-95 {
  height: 95% !important; }

.w-98 {
  width: calc(100% - 2px) !important; }

.h-98 {
  height: calc(100% - 2px) !important; }

.w-101 {
  width: calc(100% + 1px) !important; }

.h-101 {
  height: calc(100% + 1px) !important; }

.w-102 {
  width: calc(100% + 2px) !important; }

.h-102 {
  height: calc(100% + 2px) !important; }

.w-1 {
  width: 0.5rem; }

.w-2 {
  width: 1rem; }

.w-3 {
  width: 1.5rem; }

.w-4 {
  width: 2rem; }

.w-5 {
  width: 2.5rem; }

.w-6 {
  width: 3rem; }

.h-1 {
  height: 0.5rem; }

.h-2 {
  height: 1rem; }

.h-3 {
  height: 1.5rem; }

.h-4 {
  height: 2rem; }

.h-5 {
  height: 2.5rem; }

.h-6 {
  height: 3rem; }

.m-1px {
  margin: 1px !important; }

.m-n1px {
  margin: -1px !important; }

.mx-1px, .ml-1px {
  margin-left: 1px !important; }

.mx-1px, .mr-1px {
  margin-right: 1px !important; }

.mx-n1px, .ml-n1px {
  margin-left: -1px !important; }

.mx-n1px, .mr-n1px {
  margin-right: -1px !important; }

.my-1px, .mt-1px {
  margin-top: 1px !important; }

.my-1px, .mb-1px {
  margin-bottom: 1px !important; }

.my-n1px, .mt-n1px {
  margin-top: -1px !important; }

.my-n1px, .mb-n1px {
  margin-bottom: -1px !important; }

.p-1px {
  padding: 1px !important; }

.px-1px, .pl-1px {
  padding-left: 1px !important; }

.px-1px, .pr-1px {
  padding-right: 1px !important; }

.py-1px, .pt-1px {
  padding-top: 1px !important; }

.py-1px, .pb-1px {
  padding-bottom: 1px !important; }

.m-2px {
  margin: 2px !important; }

.m-n2px {
  margin: -2px !important; }

.mx-2px, .ml-2px {
  margin-left: 2px !important; }

.mx-2px, .mr-2px {
  margin-right: 2px !important; }

.mx-n2px, .ml-n2px {
  margin-left: -2px !important; }

.mx-n2px, .mr-n2px {
  margin-right: -2px !important; }

.my-2px, .mt-2px {
  margin-top: 2px !important; }

.my-2px, .mb-2px {
  margin-bottom: 2px !important; }

.my-n2px, .mt-n2px {
  margin-top: -2px !important; }

.my-n2px, .mb-n2px {
  margin-bottom: -2px !important; }

.p-2px {
  padding: 2px !important; }

.px-2px, .pl-2px {
  padding-left: 2px !important; }

.px-2px, .pr-2px {
  padding-right: 2px !important; }

.py-2px, .pt-2px {
  padding-top: 2px !important; }

.py-2px, .pb-2px {
  padding-bottom: 2px !important; }

.m-3px {
  margin: 3px !important; }

.m-n3px {
  margin: -3px !important; }

.mx-3px, .ml-3px {
  margin-left: 3px !important; }

.mx-3px, .mr-3px {
  margin-right: 3px !important; }

.mx-n3px, .ml-n3px {
  margin-left: -3px !important; }

.mx-n3px, .mr-n3px {
  margin-right: -3px !important; }

.my-3px, .mt-3px {
  margin-top: 3px !important; }

.my-3px, .mb-3px {
  margin-bottom: 3px !important; }

.my-n3px, .mt-n3px {
  margin-top: -3px !important; }

.my-n3px, .mb-n3px {
  margin-bottom: -3px !important; }

.p-3px {
  padding: 3px !important; }

.px-3px, .pl-3px {
  padding-left: 3px !important; }

.px-3px, .pr-3px {
  padding-right: 3px !important; }

.py-3px, .pt-3px {
  padding-top: 3px !important; }

.py-3px, .pb-3px {
  padding-bottom: 3px !important; }

.m-15 {
  margin: 0.375rem !important; }

.mt-15,
.my-15 {
  margin-top: 0.375rem !important; }

.mr-15,
.mx-15 {
  margin-right: 0.375rem !important; }

.mb-15,
.my-15 {
  margin-bottom: 0.375rem !important; }

.ml-15,
.mx-15 {
  margin-left: 0.375rem !important; }

.m-25 {
  margin: 0.75rem !important; }

.mt-25,
.my-25 {
  margin-top: 0.75rem !important; }

.mr-25,
.mx-25 {
  margin-right: 0.75rem !important; }

.mb-25,
.my-25 {
  margin-bottom: 0.75rem !important; }

.ml-25,
.mx-25 {
  margin-left: 0.75rem !important; }

.m-35 {
  margin: 1.25rem !important; }

.mt-35,
.my-35 {
  margin-top: 1.25rem !important; }

.mr-35,
.mx-35 {
  margin-right: 1.25rem !important; }

.mb-35,
.my-35 {
  margin-bottom: 1.25rem !important; }

.ml-35,
.mx-35 {
  margin-left: 1.25rem !important; }

.m-425 {
  margin: 1.75rem !important; }

.mt-425,
.my-425 {
  margin-top: 1.75rem !important; }

.mr-425,
.mx-425 {
  margin-right: 1.75rem !important; }

.mb-425,
.my-425 {
  margin-bottom: 1.75rem !important; }

.ml-425,
.mx-425 {
  margin-left: 1.75rem !important; }

.m-45 {
  margin: 2rem !important; }

.mt-45,
.my-45 {
  margin-top: 2rem !important; }

.mr-45,
.mx-45 {
  margin-right: 2rem !important; }

.mb-45,
.my-45 {
  margin-bottom: 2rem !important; }

.ml-45,
.mx-45 {
  margin-left: 2rem !important; }

.m-475 {
  margin: 2.5rem !important; }

.mt-475,
.my-475 {
  margin-top: 2.5rem !important; }

.mr-475,
.mx-475 {
  margin-right: 2.5rem !important; }

.mb-475,
.my-475 {
  margin-bottom: 2.5rem !important; }

.ml-475,
.mx-475 {
  margin-left: 2.5rem !important; }

.p-15 {
  padding: 0.375rem !important; }

.pt-15,
.py-15 {
  padding-top: 0.375rem !important; }

.pr-15,
.px-15 {
  padding-right: 0.375rem !important; }

.pb-15,
.py-15 {
  padding-bottom: 0.375rem !important; }

.pl-15,
.px-15 {
  padding-left: 0.375rem !important; }

.p-25 {
  padding: 0.75rem !important; }

.pt-25,
.py-25 {
  padding-top: 0.75rem !important; }

.pr-25,
.px-25 {
  padding-right: 0.75rem !important; }

.pb-25,
.py-25 {
  padding-bottom: 0.75rem !important; }

.pl-25,
.px-25 {
  padding-left: 0.75rem !important; }

.p-35 {
  padding: 1.25rem !important; }

.pt-35,
.py-35 {
  padding-top: 1.25rem !important; }

.pr-35,
.px-35 {
  padding-right: 1.25rem !important; }

.pb-35,
.py-35 {
  padding-bottom: 1.25rem !important; }

.pl-35,
.px-35 {
  padding-left: 1.25rem !important; }

.p-425 {
  padding: 1.75rem !important; }

.pt-425,
.py-425 {
  padding-top: 1.75rem !important; }

.pr-425,
.px-425 {
  padding-right: 1.75rem !important; }

.pb-425,
.py-425 {
  padding-bottom: 1.75rem !important; }

.pl-425,
.px-425 {
  padding-left: 1.75rem !important; }

.p-45 {
  padding: 2rem !important; }

.pt-45,
.py-45 {
  padding-top: 2rem !important; }

.pr-45,
.px-45 {
  padding-right: 2rem !important; }

.pb-45,
.py-45 {
  padding-bottom: 2rem !important; }

.pl-45,
.px-45 {
  padding-left: 2rem !important; }

.p-475 {
  padding: 2.5rem !important; }

.pt-475,
.py-475 {
  padding-top: 2.5rem !important; }

.pr-475,
.px-475 {
  padding-right: 2.5rem !important; }

.pb-475,
.py-475 {
  padding-bottom: 2.5rem !important; }

.pl-475,
.px-475 {
  padding-left: 2.5rem !important; }

.m-n15 {
  margin: -0.375rem !important; }

.mt-n15,
.my-n15 {
  margin-top: -0.375rem !important; }

.mr-n15,
.mx-n15 {
  margin-right: -0.375rem !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -0.375rem !important; }

.ml-n15,
.mx-n15 {
  margin-left: -0.375rem !important; }

.m-n25 {
  margin: -0.75rem !important; }

.mt-n25,
.my-n25 {
  margin-top: -0.75rem !important; }

.mr-n25,
.mx-n25 {
  margin-right: -0.75rem !important; }

.mb-n25,
.my-n25 {
  margin-bottom: -0.75rem !important; }

.ml-n25,
.mx-n25 {
  margin-left: -0.75rem !important; }

.m-n35 {
  margin: -1.25rem !important; }

.mt-n35,
.my-n35 {
  margin-top: -1.25rem !important; }

.mr-n35,
.mx-n35 {
  margin-right: -1.25rem !important; }

.mb-n35,
.my-n35 {
  margin-bottom: -1.25rem !important; }

.ml-n35,
.mx-n35 {
  margin-left: -1.25rem !important; }

.m-n425 {
  margin: -1.75rem !important; }

.mt-n425,
.my-n425 {
  margin-top: -1.75rem !important; }

.mr-n425,
.mx-n425 {
  margin-right: -1.75rem !important; }

.mb-n425,
.my-n425 {
  margin-bottom: -1.75rem !important; }

.ml-n425,
.mx-n425 {
  margin-left: -1.75rem !important; }

.m-n45 {
  margin: -2rem !important; }

.mt-n45,
.my-n45 {
  margin-top: -2rem !important; }

.mr-n45,
.mx-n45 {
  margin-right: -2rem !important; }

.mb-n45,
.my-n45 {
  margin-bottom: -2rem !important; }

.ml-n45,
.mx-n45 {
  margin-left: -2rem !important; }

.m-n475 {
  margin: -2.5rem !important; }

.mt-n475,
.my-n475 {
  margin-top: -2.5rem !important; }

.mr-n475,
.mx-n475 {
  margin-right: -2.5rem !important; }

.mb-n475,
.my-n475 {
  margin-bottom: -2.5rem !important; }

.ml-n475,
.mx-n475 {
  margin-left: -2.5rem !important; }

.d-style:not(.active) .d-active,
.d-style.active .d-n-active,
.d-style:not(.collapsed) .d-collapsed,
.d-style.collapsed .d-n-collapsed,
.d-style:not(:hover) .d-hover,
.d-style:hover .d-n-hover,
.d-style:not(.show) .d-show,
.d-style.show .d-n-show {
  display: none !important; }

.v-active, .v-n-active,
.v-show, .v-n-show,
.v-collapsed, .v-n-collapsed,
.v-hover, .v-n-hover {
  transition: opacity 120ms, visibility 0ms;
  transition-delay: 0ms; }

@media (prefers-reduced-motion: reduce) {
  .v-active, .v-n-active,
  .v-show, .v-n-show,
  .v-collapsed, .v-n-collapsed,
  .v-hover, .v-n-hover {
    transition: none; } }

.d-style:not(.active) .v-active,
.d-style.active .v-n-active,
.d-style:not(.collapsed) .v-collapsed,
.d-style.collapsed .v-n-collapsed,
.d-style:not(.show) .v-show,
.d-style.show .v-n-show,
.d-style:not(:hover) .v-hover,
.d-style:hover .v-n-hover {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0ms, 120ms; }

.mb-hover, .mb-n-hover,
.mt-hover, .mt-n-hover,
.mr-hover, .mr-n-hover,
.ml-hover, .ml-n-hover {
  transition: visibility 0ms, -webkit-transform 120ms;
  transition: transform 120ms, visibility 0ms;
  transition: transform 120ms, visibility 0ms, -webkit-transform 120ms;
  transition-delay: 0ms; }

@media (prefers-reduced-motion: reduce) {
  .mb-hover, .mb-n-hover,
  .mt-hover, .mt-n-hover,
  .mr-hover, .mr-n-hover,
  .ml-hover, .ml-n-hover {
    transition: none; } }

.d-style:not(:hover) .mb-hover,
.d-style:hover .mb-n-hover {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  transition-delay: 0ms, 120ms; }

.d-style:not(:hover) .mt-hover,
.d-style:hover .mt-n-hover {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  transition-delay: 0ms, 120ms; }

.d-style:not(:hover) .mr-hover,
.d-style:hover .mr-n-hover {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: hidden;
  transition-delay: 0ms, 120ms; }

.d-style:not(:hover) .ml-hover,
.d-style:hover .ml-n-hover {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  transition-delay: 0ms, 120ms; }

.d-zoom-1, .d-zoom-2, .d-zoom-3, .dh-zoom-1, .dh-zoom-2, .dh-zoom-3 {
  transition: -webkit-transform 180ms;
  transition: transform 180ms;
  transition: transform 180ms, -webkit-transform 180ms; }

@media (prefers-reduced-motion: reduce) {
  .d-zoom-1, .d-zoom-2, .d-zoom-3, .dh-zoom-1, .dh-zoom-2, .dh-zoom-3 {
    transition: none; } }

.d-style:hover .d-zoom-1, .dh-zoom-1:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06); }

.d-style:hover .d-zoom-2, .dh-zoom-2:hover {
  -webkit-transform: scale(1.12);
  transform: scale(1.12); }

.d-style:hover .d-zoom-3, .dh-zoom-3:hover {
  -webkit-transform: scale(1.18);
  transform: scale(1.18); }

.v-active, .v-n-active,
.v-show, .v-n-show,
.v-collapsed, .v-n-collapsed,
.v-hover, .v-n-hover {
  transition: opacity 120ms, visibility 0ms;
  transition-delay: 0ms; }

@media (prefers-reduced-motion: reduce) {
  .v-active, .v-n-active,
  .v-show, .v-n-show,
  .v-collapsed, .v-n-collapsed,
  .v-hover, .v-n-hover {
    transition: none; } }

.d-style:not(:hover) .f-n-hover,
.d-style:hover .f-hover {
  opacity: 0.86;
  transition: opacity 120ms; }

@media (prefers-reduced-motion: reduce) {
  .d-style:not(:hover) .f-n-hover,
  .d-style:hover .f-hover {
    transition: none; } }

.d-style:not(:hover) .f-n-hover-2,
.d-style:hover .f-hover-2 {
  opacity: 0.74;
  transition: opacity 120ms; }

@media (prefers-reduced-motion: reduce) {
  .d-style:not(:hover) .f-n-hover-2,
  .d-style:hover .f-hover-2 {
    transition: none; } }

.d-style:not(:hover) .f-n-hover-3,
.d-style:hover .f-hover-3 {
  opacity: 0.63;
  transition: opacity 120ms; }

@media (prefers-reduced-motion: reduce) {
  .d-style:not(:hover) .f-n-hover-3,
  .d-style:hover .f-hover-3 {
    transition: none; } }

.pos-rel {
  position: relative !important; }

.pos-abs {
  position: absolute !important; }

.position-tr,
.position-tl,
.position-br,
.position-bl,
.position-rc,
.position-lc,
.position-tc,
.position-bc,
.position-r,
.position-l,
.position-t,
.position-b,
.position-center {
  position: absolute !important;
  display: block; }

.position-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.position-tr {
  right: 0;
  top: 0; }

.position-tl {
  left: 0;
  top: 0; }

.position-br {
  right: 0;
  bottom: 0; }

.position-bl {
  left: 0;
  bottom: 0; }

.position-lc {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.position-rc {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.position-tc {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.position-bc {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.position-r {
  right: 0; }

.position-l {
  left: 0; }

.position-t {
  top: 0; }

.position-b {
  bottom: 0; }

.pos-fixed {
  position: fixed !important; }

.pos-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.rotate-n45 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.align-sub {
  vertical-align: sub !important; }

.overflow-visible {
  overflow: visible !important; }

.flex-equal > * {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-fill > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0; }

.ace-scroll-mob {
  overflow-y: auto; }

.ace-scroll {
  scrollbar-width: thin;
  scrollbar-color: #9dbad5 #dce3ea;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.ace-scroll::-webkit-scrollbar {
  width: 8px;
  -webkit-appearance: none;
  appearance: none; }

.ace-scroll::-webkit-scrollbar-thumb {
  background-color: #9dbad5;
  border-right: 1px solid #fff; }

.ace-scroll::-webkit-scrollbar-track {
  background-color: #dce3ea;
  border-right: 1px solid #fff; }

.ace-scroll.ace-scroll-grey:not(.ace-scroll-wrap) {
  scrollbar-color: #bbbdbf #e5e6e8; }

.ace-scroll.ace-scroll-grey:not(.ace-scroll-wrap)::-webkit-scrollbar-thumb {
  background-color: #bbbdbf; }

.ace-scroll.ace-scroll-grey:not(.ace-scroll-wrap)::-webkit-scrollbar-track {
  background-color: #e5e6e8; }

@media (hover: hover) {
  .ace-scrollbar:not(.ace-scroll-mob) {
    scrollbar-width: thin;
    scrollbar-color: #9dbad5 #dce3ea; }
  .ace-scrollbar:not(.ace-scroll-mob)::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    -webkit-appearance: none;
    appearance: none; }
  .ace-scrollbar:not(.ace-scroll-mob)::-webkit-scrollbar-thumb {
    background-color: #9dbad5; }
  .ace-scrollbar:not(.ace-scroll-mob)::-webkit-scrollbar-track {
    background-color: #dce3ea; }
  .ace-scrollbar:not(.ace-scroll-mob).ace-scroll-grey {
    scrollbar-color: #bbbdbf #e5e6e8; }
  .ace-scrollbar:not(.ace-scroll-mob).ace-scroll-grey::-webkit-scrollbar-thumb {
    background-color: #bbbdbf; }
  .ace-scrollbar:not(.ace-scroll-mob).ace-scroll-grey::-webkit-scrollbar-track {
    background-color: #e5e6e8; } }

.ace-scroll {
  overflow-y: hidden; }

.ace-scroll:hover, .ace-scroll.is-always-on {
  overflow-y: auto;
  overflow-y: overlay; }

.ace-scroll-lock {
  overscroll-behavior-y: none;
  -ms-scroll-chaining: none; }

.ace-scroll-wrap {
  overflow-x: hidden; }

@supports (-webkit-appearance: none) and (overflow: overlay) {
  .ace-scroll-wrap {
    overflow-y: overlay;
    color: transparent;
    transition: color 0.15s 0.4s; }
  @media (prefers-reduced-motion: reduce) {
    .ace-scroll-wrap {
      transition: none; } }
  .ace-scroll-wrap.is-always-on {
    color: #9dbad5;
    transition: none; }
  .ace-scroll-wrap:hover {
    color: #9dbad5;
    transition-delay: 0s; }
  .ace-scroll-wrap.ace-scroll-grey.is-always-on, .ace-scroll-wrap.ace-scroll-grey:hover {
    color: #bbbdbf; }
  .ace-scroll-wrap::-webkit-scrollbar-thumb {
    background-color: currentColor;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    background-clip: content-box; }
  .ace-scroll-wrap::-webkit-scrollbar-track {
    background-color: transparent; } }

@supports (-moz-appearance: none) and (scrollbar-width: none) {
  :root {
    --moz-scrollbar-thin: 8px; }
  .ace-scroll-wrap {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    transition: scrollbar-color 0.15s 0.4s; }
  @media (prefers-reduced-motion: reduce) {
    .ace-scroll-wrap {
      transition: none; } }
  .ace-scroll-wrap > .ace-scroll-inner {
    min-width: calc(100% + var(--moz-scrollbar-thin)); }
  .ace-scroll-wrap.is-always-on {
    scrollbar-color: #9dbad5 transparent;
    transition: none; }
  .ace-scroll-wrap:hover {
    overflow-y: scroll;
    scrollbar-color: #9dbad5 transparent;
    transition-delay: 0s; }
  .ace-scroll-wrap.ace-scroll-grey.is-always-on, .ace-scroll-wrap.ace-scroll-grey:hover {
    scrollbar-color: #bbbdbf transparent; }
  .ace-scroll:not(.ace-scroll-wrap):not(.is-always-on) {
    overflow-x: hidden; }
  .ace-scroll:not(.ace-scroll-wrap):not(.is-always-on):hover > div, .ace-scroll:not(.ace-scroll-wrap):not(.is-always-on):hover > p {
    min-width: calc(100% + var(--moz-scrollbar-thin)); }
  .sidebar .ace-scroll:not(.ace-scroll-wrap):hover > div, .sidebar .ace-scroll:not(.ace-scroll-wrap):hover > p {
    min-width: auto; } }

@supports (-moz-appearance: none) and (not (scrollbar-width: none)) {
  :root {
    --moz-scrollbar-thin: 17px; }
  .ace-scroll:not(.is-always-on) {
    overflow-x: hidden; }
  .ace-scroll:not(.is-always-on):hover {
    overflow-y: scroll; }
  .ace-scroll:not(.is-always-on):hover > div, .ace-scroll:not(.is-always-on):hover > p {
    min-width: calc(100% + var(--moz-scrollbar-thin)); }
  .sidebar .ace-scroll:hover {
    overflow-y: auto; }
  .sidebar .ace-scroll:hover > div, .sidebar .ace-scroll:hover > p {
    min-width: auto; } }

.navbar {
  padding: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 4.5rem;
  height: var(--navbar-height);
  visibility: hidden;
  z-index: 1022; }

.main-content .navbar {
  z-index: 1018; }

.main-content .navbar-open {
  z-index: 1019; }

.navbar-modal {
  z-index: 1023 !important; }

@media (max-width: 1199.98px) {
  .main-content .navbar {
    z-index: 1019; } }

.navbar-sm {
  height: 4rem;
  height: var(--navbar-sm-height); }

@media (max-width: 1199.98px) {
  .navbar {
    height: 4rem;
    height: var(--navbar-mobile-height); } }

.navbar-inner {
  height: inherit;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: inherit;
  visibility: visible; }

.navbar.container > .navbar-inner {
  max-width: inherit; }

.navbar-inner.container {
  padding: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-inner > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
  height: 100%;
  background-color: inherit;
  position: relative; }

.navbar-brand {
  margin-left: 0.875rem;
  font-size: 1.5rem; }

.navbar-intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.body-container > .navbar .navbar-intro {
  width: 16rem;
  width: var(--sidebar-width); }

.navbar-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.navbar-toggler:focus {
  outline: none; }

.navbar-input {
  outline: none;
  width: 320px;
  max-width: 100%;
  transition: all 0.15s; }

@media (prefers-reduced-motion: reduce) {
  .navbar-input {
    transition: none; } }

@media (max-width: 991.98px) {
  .navbar-content {
    margin-left: auto;
    background-color: inherit;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.btn-burger {
  cursor: pointer;
  width: 2.5rem;
  height: 2.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.15s;
  color: #fff;
  padding: 0; }

@media (prefers-reduced-motion: reduce) {
  .btn-burger {
    transition: none; } }

.btn-burger:hover, .btn-burger:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.btn-burger:active {
  -webkit-transform: none !important;
  transform: none !important; }

.btn-burger .bars {
  display: block;
  width: 50%;
  height: 2px;
  position: relative;
  color: inherit;
  background-color: currentColor;
  transition: top 0.15s, -webkit-transform 0.15s;
  transition: transform 0.15s, top 0.15s;
  transition: transform 0.15s, top 0.15s, -webkit-transform 0.15s; }

@media (prefers-reduced-motion: reduce) {
  .btn-burger .bars {
    transition: none; } }

.btn-burger .bars::before, .btn-burger .bars::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: inherit;
  color: inherit;
  border-radius: inherit;
  transition: inherit;
  -webkit-transform-origin: inherit;
  transform-origin: inherit; }

.btn-burger .bars::before {
  top: -0.375rem; }

.btn-burger .bars::after {
  top: 0.375rem; }

.btn-burger.burger-dots {
  width: 2.25rem; }

.btn-burger.burger-dots .bars {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 0.25rem; }

.btn-burger.burger-steps .bars {
  -webkit-transform-origin: left;
  transform-origin: left; }

.btn-burger.burger-steps:hover .bars {
  -webkit-transform: scaleX(0.75);
  transform: scaleX(0.75); }

.btn-burger.burger-steps:hover .bars::before {
  -webkit-transform: scaleX(1.25);
  transform: scaleX(1.25); }

.btn-burger.burger-steps:hover .bars::after {
  -webkit-transform: scaleX(0.75);
  transform: scaleX(0.75); }

.btn-burger.burger-arrowed .bars {
  -webkit-transform-origin: left;
  transform-origin: left; }

.btn-burger.burger-arrowed:not(.static):hover .bars::before, .btn-burger.burger-arrowed.static:not(.collapsed) .bars::before {
  top: 0;
  -webkit-transform: rotate(-45deg) scaleX(0.66);
  transform: rotate(-45deg) scaleX(0.66); }

.btn-burger.burger-arrowed:not(.static):hover .bars::after, .btn-burger.burger-arrowed.static:not(.collapsed) .bars::after {
  top: 0;
  -webkit-transform: rotate(45deg) scaleX(0.66);
  transform: rotate(45deg) scaleX(0.66); }

.btn-burger.burger-arrowed:not(.static).collapsed .bars {
  -webkit-transform-origin: right;
  transform-origin: right; }

.btn-burger.burger-arrowed:not(.static).collapsed:hover .bars::before {
  top: 0;
  -webkit-transform: rotate(45deg) scaleX(0.66);
  transform: rotate(45deg) scaleX(0.66); }

.btn-burger.burger-arrowed:not(.static).collapsed:hover .bars::after {
  top: 0;
  -webkit-transform: rotate(-45deg) scaleX(0.66);
  transform: rotate(-45deg) scaleX(0.66); }

.btn-burger.burger-minus:not(.static):hover .bars::before, .btn-burger.burger-minus:not(.static):hover .bars::after, .btn-burger.burger-minus.static:not(.collapsed) .bars::before, .btn-burger.burger-minus.static:not(.collapsed) .bars::after {
  top: 0; }

.btn-burger.burger-times .bars {
  -webkit-transform-origin: center;
  transform-origin: center; }

.btn-burger.burger-times:not(.static):hover .bars, .btn-burger.burger-times.static:not(.collapsed) .bars {
  visibility: hidden; }

.btn-burger.burger-times:not(.static):hover .bars::before, .btn-burger.burger-times.static:not(.collapsed) .bars::before {
  top: 0;
  visibility: visible;
  -webkit-transform: rotate(-45deg) scaleX(0.9);
  transform: rotate(-45deg) scaleX(0.9); }

.btn-burger.burger-times:not(.static):hover .bars::after, .btn-burger.burger-times.static:not(.collapsed) .bars::after {
  top: 0;
  visibility: visible;
  -webkit-transform: rotate(45deg) scaleX(0.9);
  transform: rotate(45deg) scaleX(0.9); }

.btn-burger.burger-compact:not(.static):hover .bars, .btn-burger.burger-compact.static:not(.collapsed) .bars {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8); }

.btn-burger.burger-compact:not(.static):hover .bars::before, .btn-burger.burger-compact.static:not(.collapsed) .bars::before {
  top: -0.25rem; }

.btn-burger.burger-compact:not(.static):hover .bars::after, .btn-burger.burger-compact.static:not(.collapsed) .bars::after {
  top: 0.25rem; }

.navbar .nav > .nav-item > .nav-link:not(.disabled) {
  border-radius: 0;
  transition: background-color 150ms, color 150ms; }

@media (prefers-reduced-motion: reduce) {
  .navbar .nav > .nav-item > .nav-link:not(.disabled) {
    transition: none; } }

.navbar .navbar-nav .nav .dropdown-toggle::after {
  display: none; }

.navbar .nav > .nav-item > .nav-link {
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 992px) {
  .navbar .navbar-menu.navbar-collapse {
    height: 100%;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .navbar .navbar-nav {
    height: 100%;
    -ms-flex-align: center;
    align-items: center; }
  .navbar .navbar-nav > .nav {
    height: 100%; }
  .navbar-inner.container .navbar-nav .nav > .nav-item:last-of-type, .navbar-inner.container .navbar-nav .nav > .nav-item:last-of-type::after {
    border-right-width: 0; }
  .navbar .navbar-nav > .nav > .nav-item {
    height: 100%; }
  .navbar .navbar-nav > .nav > .nav-item > .nav-link, .navbar .navbar-nav > .nav > .nav-item > .btn {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .navbar .navbar-nav > .nav > .nav-item > .nav-link > .caret, .navbar .navbar-nav > .nav > .nav-item > .btn > .caret {
    margin: 0 0.25rem 0 0.5rem; }
  .navbar .navbar-nav > .nav > .nav-item > .nav-link .badge, .navbar .navbar-nav > .nav > .nav-item > .btn .badge {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem; }
  .navbar .navbar-nav > .nav > .nav-item > .nav-link .badge-dot, .navbar .navbar-nav > .nav > .nav-item > .btn .badge-dot {
    top: -0.125rem;
    right: -0.125rem; }
  .navbar .navbar-nav > .nav > .nav-item > .nav-link .badge-tr, .navbar .navbar-nav > .nav > .nav-item > .btn .badge-tr {
    top: 0;
    right: 0; }
  .navbar .navbar-nav > .nav > .nav-item > .btn {
    border-width: 0;
    border-radius: 0; }
  .navbar .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled), .navbar .navbar-nav > .nav.has-active-border > .nav-item > .btn:not(.disabled) {
    position: relative; }
  .navbar .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before, .navbar .navbar-nav > .nav.has-active-border > .nav-item > .btn:not(.disabled)::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 2px;
    right: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    transition: width 150ms;
    height: 3px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.73); } }

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before, .navbar .navbar-nav > .nav.has-active-border > .nav-item > .btn:not(.disabled)::before {
    transition: none; } }

@media (min-width: 992px) {
  .navbar .navbar-nav > .nav.has-active-border > .nav-item.show > .nav-link:not(.disabled), .navbar .navbar-nav > .nav.has-active-border > .nav-item.show > .btn:not(.disabled) {
    position: relative; }
  .navbar .navbar-nav > .nav.has-active-border > .nav-item.show > .nav-link:not(.disabled)::before, .navbar .navbar-nav > .nav.has-active-border > .nav-item.show > .btn:not(.disabled)::before {
    width: calc(100% - 4px); }
  .navbar .navbar-nav > .nav > .nav-item > .nav-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
  .navbar .navbar-nav > .nav > .nav-item > .nav-link:focus {
    outline: none; }
  .navbar .navbar-nav > .nav.nav-compact {
    height: 80%;
    min-height: 3.5rem; }
  .navbar .navbar-nav > .nav.nav-compact-2 {
    height: 65%;
    min-height: 3rem; }
  .navbar .navbar-nav > .nav.nav-compact-3 {
    height: 55%;
    min-height: 2.5rem; }
  .navbar .navbar-nav > .nav.nav-compact > .nav-item, .navbar .navbar-nav > .nav.nav-compact-2 > .nav-item, .navbar .navbar-nav > .nav.nav-compact-3 > .nav-item {
    border-width: 0 !important;
    max-height: 100%; }
  .navbar .navbar-nav > .nav.nav-compact > .nav-item > .nav-link, .navbar .navbar-nav > .nav.nav-compact > .nav-item > .btn, .navbar .navbar-nav > .nav.nav-compact-2 > .nav-item > .nav-link, .navbar .navbar-nav > .nav.nav-compact-2 > .nav-item > .btn, .navbar .navbar-nav > .nav.nav-compact-3 > .nav-item > .nav-link, .navbar .navbar-nav > .nav.nav-compact-3 > .nav-item > .btn {
    border-radius: 0.25rem; }
  .navbar .navbar-nav > .nav.border-0 > .nav-item {
    border-width: 0 !important; }
  .navbar .navbar-nav > .nav.border-0 > .nav-item > .nav-link::after {
    display: none; }
  .navbar .navbar-nav > .nav.has-active-border > .nav-item.border-0 > .nav-link::before, .navbar .navbar-nav > .nav.has-active-border > .nav-item.border-0 > .btn::before {
    display: none !important; }
  .navbar .navbar-nav .dropdown-menu {
    max-height: calc(100vh - 4.5rem - 0.25rem);
    max-height: calc(100vh - var(--navbar-height) - 0.25rem);
    overflow: hidden auto;
    margin-top: 0; }
  .navbar .navbar-nav .dropdown-menu.dropdown-caret {
    overflow: visible; }
  .navbar .navbar-nav > .nav:not(.has-active-border):not([class*="nav-compact"]) .dropdown-caret:not(.dropdown-menu) {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1001;
    left: calc(50% - 0.25rem);
    bottom: -1px;
    border-width: 0 0.5rem 0.5rem;
    border-style: solid;
    border-bottom-color: #fff;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    opacity: 0;
    background-color: transparent;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 150ms; } }

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar .navbar-nav > .nav:not(.has-active-border):not([class*="nav-compact"]) .dropdown-caret:not(.dropdown-menu) {
    transition: none; } }

@media (min-width: 992px) {
  .navbar .navbar-nav > .nav:not(.has-active-border):not([class*="nav-compact"]) > .nav-item.show .dropdown-caret:not(.dropdown-menu) {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }
  .navbar .navbar-menu .navbar-links > .nav > .nav-item > .btn {
    border-bottom-width: 3px;
    border-radius: 0; } }

@media (min-width: 992px) {
  .navbar .nav-user-name {
    display: block;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; } }

.navbar .dropdown-mega > .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  padding: 1.5rem; }

.navbar .dropdown-mega > .dropdown-lg {
  width: 48rem;
  max-width: calc(100vw - 1rem);
  right: 0;
  left: auto; }

.navbar .dropdown-mega > .dropdown-md {
  width: 36rem;
  max-width: calc(100vw - 1rem);
  right: 0;
  left: auto; }

.navbar .dropdown-mega > .dropdown-sm {
  width: 28rem;
  max-width: calc(100vw - 1rem);
  right: 0;
  left: auto; }

.navbar .dropdown-mega > .dropdown-xs {
  width: 20rem;
  max-width: calc(100vw - 1rem);
  right: 0;
  left: auto; }

.navbar .dropdown-mega > .dropdown-xxs {
  width: 16rem;
  max-width: calc(100vw - 1rem);
  right: 0;
  left: auto; }

.navbar .dropdown-mega.pos-rel > .dropdown-lg.dropdown-center {
  left: calc(-24rem + 50%); }

.navbar .dropdown-mega.pos-rel > .dropdown-md.dropdown-center {
  left: calc(-18rem + 50%); }

.navbar .dropdown-mega.pos-rel > .dropdown-sm.dropdown-center {
  left: calc(-14rem + 50%); }

.navbar .dropdown-mega.pos-rel > .dropdown-xs.dropdown-center {
  left: calc(-10rem + 50%); }

.navbar .dropdown-mega.pos-rel > .dropdown-xxs.dropdown-center {
  left: calc(-8rem + 50%); }

.navbar .dropdown-mega.pos-rel > .dropdown-menu-right {
  left: auto;
  right: -2rem; }

.navbar .dropdown.dropdown-mega {
  position: static; }

.navbar .navbar-input {
  font-size: 0.95rem; }

.navbar .navbar-input::-webkit-input-placeholder {
  font-size: 0.9025rem; }

.navbar .navbar-input::-moz-placeholder {
  font-size: 0.9025rem; }

.navbar .navbar-input:-ms-input-placeholder {
  font-size: 0.9025rem; }

.navbar .navbar-input::-ms-input-placeholder {
  font-size: 0.9025rem; }

.navbar .navbar-input::placeholder {
  font-size: 0.9025rem; }

@media (max-width: 991.98px) {
  .navbar .dropdown-caret:not(.dropdown-menu),
  .navbar .dropdown-caret.dropdown-menu::before,
  .navbar .dropdown-caret.dropdown-menu::after {
    display: none !important; }
  .navbar .navbar-intro {
    width: auto; }
  .navbar .navbar-toggler {
    -ms-flex-item-align: center;
    align-self: center; }
  .navbar .navbar-collapse {
    position: absolute;
    z-index: 1020;
    transition-duration: 250ms;
    top: 100%;
    right: 0;
    width: 100%;
    max-height: calc(100vh - 4rem - 3rem);
    max-height: calc(100vh - var(--navbar-mobile-height) - 3rem);
    overflow: hidden auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    border-radius: 0;
    background-color: inherit; }
  .navbar .navbar-collapse > * {
    background-color: inherit; }
  .navbar.navbar-fixed .navbar-collapse {
    position: fixed;
    top: 4rem;
    top: var(--navbar-mobile-height);
    max-height: calc(100% - 4rem - 0.5rem);
    max-height: calc(100% - var(--navbar-mobile-height) - 0.5rem); }
  .navbar .navbar-backdrop::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1; }
  .navbar .navbar-menu.navbar-hw {
    min-width: 50%;
    max-width: 100%; }
  .navbar .navbar-menu .navbar-nav > .nav {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .navbar .navbar-menu .navbar-nav > .nav > .nav-item {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .navbar .navbar-menu .navbar-nav > .nav > .nav-item > .nav-link, .navbar .navbar-menu .navbar-nav > .nav > .nav-item > .btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 0.75rem 0.75rem 0.75rem 1rem;
    border-radius: 0;
    border-width: 0; }
  .navbar .navbar-menu .navbar-nav > .nav > .nav-item > .nav-link > .badge, .navbar .navbar-menu .navbar-nav > .nav > .nav-item > .btn > .badge {
    margin-left: auto;
    margin-right: 0.75rem;
    top: auto; }
  .navbar .navbar-menu .navbar-nav > .nav > .nav-item > .nav-link > .caret, .navbar .navbar-menu .navbar-nav > .nav > .nav-item > .btn > .caret {
    margin-left: auto;
    margin-right: 0.25rem;
    transition: -webkit-transform 150ms;
    transition: transform 150ms;
    transition: transform 150ms, -webkit-transform 150ms; } }

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .navbar .navbar-menu .navbar-nav > .nav > .nav-item > .nav-link > .caret, .navbar .navbar-menu .navbar-nav > .nav > .nav-item > .btn > .caret {
    transition: none; } }

@media (max-width: 991.98px) {
  .navbar .navbar-menu .navbar-nav > .nav > .nav-item > .nav-link > .badge ~ .caret, .navbar .navbar-menu .navbar-nav > .nav > .nav-item > .btn > .badge ~ .caret {
    margin-left: 0; }
  .navbar .navbar-menu .navbar-nav > .nav > .nav-item.show > .nav-link > .caret, .navbar .navbar-menu .navbar-nav > .nav > .nav-item.show > .btn > .caret {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .navbar .navbar-menu .navbar-nav > .nav > .nav-item.show > .nav-link > .caret[class*="-left"], .navbar .navbar-menu .navbar-nav > .nav > .nav-item.show > .btn > .caret[class*="-left"] {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .navbar .navbar-menu .navbar-nav > .nav > .nav-item.show > .nav-link > .caret[class*="-right"], .navbar .navbar-menu .navbar-nav > .nav > .nav-item.show > .btn > .caret[class*="-right"] {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .navbar .navbar-menu .navbar-nav > .nav .dropdown-menu {
    -webkit-transform: none !important;
    transform: none !important;
    visibility: visible;
    opacity: 1;
    display: none;
    margin: 0.25rem 0.5rem 0.5rem !important;
    border-width: 0;
    max-width: calc(100vw - 1rem);
    width: auto !important;
    box-shadow: none !important; }
  .navbar .navbar-menu .navbar-nav > .nav .dropdown-menu.show {
    display: block; }
  .navbar .navbar-menu .navbar-nav > .nav .dropdown-divider {
    margin: 0.5rem 1rem; }
  .navbar .navbar-menu .navbar-links > .nav > .nav-item > .btn {
    border-width: 0 0 0 0.25rem;
    border-radius: 0;
    margin-left: 1px; }
  .navbar-menu.navbar-collapse .dropdown[class*="backdrop"]::before {
    display: none; }
  .navbar-collapse [class*="icon-animated"] {
    -webkit-animation: none !important;
    animation: none !important; }
  body.mob-navbar-body, body.mob-dropdown-body {
    overflow-y: hidden; }
  body.mob-navbar-body .navbar-fixed {
    z-index: 1023; } }

@media (max-width: 767.98px) {
  .navbar .navbar-menu.navbar-collapse .navbar-nav > .nav .dropdown-menu {
    margin: 0.25rem !important;
    max-width: calc(100vw - 0.5rem); } }

.sticky-trigger {
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  z-index: -1; }

@media (max-width: 575.98px) {
  thead.sticky-nav-sm > tr > th, .sticky-nav-sm {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 997; } }

@media (max-width: 767.98px) {
  thead.sticky-nav-md > tr > th, .sticky-nav-md {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 997; } }

@media (max-width: 991.98px) {
  thead.sticky-nav-lg > tr > th, .sticky-nav-lg {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 997; } }

@media (max-width: 1199.98px) {
  thead.sticky-nav-xl > tr > th, .sticky-nav-xl {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 997; } }

thead.sticky-nav > tr > th, .sticky-nav {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
  z-index: 997; }

.navbar-fixed + div .sticky-nav {
  top: 4.5rem;
  top: var(--navbar-height); }

.navbar-fixed + div .sticky-nav .sticky-trigger {
  top: calc( -4.5rem - 1px);
  top: calc( -1 * var(--navbar-height) - 1px); }

.navbar-fixed + div thead.sticky-nav > tr > th {
  top: 4.5rem;
  top: var(--navbar-height); }

.navbar-sm.navbar-fixed + div .sticky-nav {
  top: 4rem;
  top: var(--navbar-sm-height); }

.navbar-sm.navbar-fixed + div .sticky-nav .sticky-trigger {
  top: calc( -4rem - 1px);
  top: calc( -1 * var(--navbar-sm-height) - 1px); }

.navbar-sm.navbar-fixed + div thead.sticky-nav > tr > th {
  top: 4rem;
  top: var(--navbar-sm-height); }

.sticky-nav .is-stuck[class*="sticky-nav"] {
  z-index: 1018; }

@media (max-width: 1199.98px) {
  .navbar-fixed + div [class*="sticky-nav"] {
    top: 4rem;
    top: var(--navbar-mobile-height); }
  .navbar-fixed + div [class*="sticky-nav"] .sticky-trigger {
    top: calc( -4rem - 1px);
    top: calc( -1 * var(--navbar-mobile-height) - 1px); }
  .navbar-fixed + div thead[class*="sticky-nav"] > tr > th {
    top: 4rem;
    top: var(--navbar-mobile-height); } }

thead[class*="sticky-nav"] {
  position: static; }

.sidebar {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16rem;
  width: var(--sidebar-width);
  --active-border-offset-right: 0px;
  position: relative;
  z-index: 1020;
  visibility: hidden; }

.navbar ~ .main-container > .sidebar:not(.sidebar-fixed) {
  z-index: 999; }

.sidebar .sidebar-inner {
  width: inherit;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: inherit;
  visibility: visible;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.sidebar .ace-scroll,
.sidebar .sidebar-section {
  width: 16rem;
  width: var(--sidebar-width);
  white-space: nowrap; }

.sidebar .fadeable {
  transition: opacity 150ms 0s, visibility 0s 150ms; }

@media (prefers-reduced-motion: reduce) {
  .sidebar .fadeable {
    transition: none; } }

.sidebar .fadeinable {
  position: absolute;
  left: 0;
  width: 5rem;
  width: var(--sidebar-collapsed-width);
  min-height: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 150ms 0s, visibility 0s 0s; }

@media (prefers-reduced-motion: reduce) {
  .sidebar .fadeinable {
    transition: none; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sidebar .fadeinable {
    top: 0; } }

@media (min-width: 1200px) {
  .sidebar-right {
    direction: rtl;
    -ms-flex-order: 10;
    order: 10; }
  .sidebar-right .sidebar-inner {
    direction: ltr; }
  .sidebar {
    transition: width 150ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar.toggling {
    overflow: hidden; }
  .sidebar.toggling.collapsed .fadeable {
    transition-delay: 0s, 150ms; }
  .sidebar.toggling:not(.collapsed) .fadeable {
    transition-delay: 0s; }
  .sidebar.collapsed {
    width: 5rem;
    width: var(--sidebar-collapsed-width); }
  .sidebar.collapsed .fadeable {
    opacity: 0;
    visibility: hidden; }
  .sidebar.collapsed .fadeinable {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s, 150ms; } }

@-webkit-keyframes hideScrollbars {
  from {
    overflow-y: auto;
    overflow-y: overlay; } }

@keyframes hideScrollbars {
  from {
    overflow-y: auto;
    overflow-y: overlay; } }

.sidebar .ace-scroll {
  overflow-x: hidden;
  overscroll-behavior: none;
  -ms-scroll-chaining: none;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.sidebar .ace-scroll:not(:hover) {
  -webkit-animation: 2s hideScrollbars;
  animation: 2s hideScrollbars; }

.sidebar .ace-scroll:hover, .sidebar .ace-scroll:focus-within {
  overflow-y: auto;
  overflow-y: overlay; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sidebar .ace-scroll {
    -webkit-animation: none !important;
    animation: none !important;
    overflow-y: auto;
    height: 50%; } }

.sidebar .ace-scroll-mob {
  overflow-x: hidden;
  overflow-y: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-animation: none !important;
  animation: none !important;
  overscroll-behavior: none;
  -ms-scroll-chaining: none; }

@media (hover: none) {
  .sidebar .ace-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-animation: none !important;
    animation: none !important;
    overscroll-behavior: none;
    -ms-scroll-chaining: none; } }

@media (prefers-reduced-motion: reduce) {
  .sidebar .ace-scroll {
    -webkit-animation: none !important;
    animation: none !important; } }

@media (min-width: 1200px) {
  .sidebar.expandable .ace-scroll,
  .sidebar.expandable .sidebar-section,
  .sidebar.expandable nav, .sidebar.expandable .nav {
    width: inherit; }
  .sidebar.expandable:not(.sidebar-spaced) .nav > .nav-item {
    width: inherit; }
  .sidebar.expandable .nav > .nav-item > .nav-link,
  .sidebar.expandable .nav > .nav-item > .submenu,
  .sidebar.expandable .sidebar-section-item {
    width: 16rem;
    width: var(--sidebar-width);
    white-space: nowrap; }
  .sidebar:not(.collapsed).toggling .sidebar-inner.is-hover:hover {
    width: 16rem;
    width: var(--sidebar-width); }
  .sidebar.collapsed.toggling .sidebar-inner.is-hover:hover {
    width: 16rem;
    width: var(--sidebar-width); }
  .sidebar.expandable.collapsed:not(.sidebar-fixed) .sidebar-inner {
    position: absolute;
    top: 0; }
  .sidebar.expandable.collapsed .sidebar-inner {
    transition: width 150ms ease-out 400ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar.expandable.collapsed .sidebar-inner {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar.expandable.collapsed .sidebar-inner .fadeable {
    transition-delay: 400ms, 550ms; }
  .sidebar.expandable.collapsed .sidebar-inner .fadeinable {
    transition-delay: 400ms, 550ms; }
  .sidebar.expandable.collapsed .sidebar-inner .hideable {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0ms 400ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar.expandable.collapsed .sidebar-inner .hideable {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar.expandable.collapsed .sidebar-inner .hideable.fadeable {
    visibility: visible;
    transition: max-height 0ms 400ms, opacity 0ms 400ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar.expandable.collapsed .sidebar-inner .hideable.fadeable {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar.expandable.collapsed.let-expanded .sidebar-inner:hover, .sidebar.expandable.collapsed.let-expanded .sidebar-inner.has-focus, .sidebar.expandable.collapsed:not(.toggling):not(.let-expanded) .sidebar-inner:hover, .sidebar.expandable.collapsed:not(.toggling):not(.let-expanded) .sidebar-inner.has-focus {
    width: 16rem;
    width: var(--sidebar-width);
    transition-delay: 80ms; }
  .sidebar.expandable.collapsed.let-expanded .sidebar-inner:hover .fadeable, .sidebar.expandable.collapsed.let-expanded .sidebar-inner.has-focus .fadeable, .sidebar.expandable.collapsed:not(.toggling):not(.let-expanded) .sidebar-inner:hover .fadeable, .sidebar.expandable.collapsed:not(.toggling):not(.let-expanded) .sidebar-inner.has-focus .fadeable {
    opacity: 1;
    visibility: visible;
    transition-delay: 80ms, 80ms; }
  .sidebar.expandable.collapsed.let-expanded .sidebar-inner:hover .fadeinable, .sidebar.expandable.collapsed.let-expanded .sidebar-inner.has-focus .fadeinable, .sidebar.expandable.collapsed:not(.toggling):not(.let-expanded) .sidebar-inner:hover .fadeinable, .sidebar.expandable.collapsed:not(.toggling):not(.let-expanded) .sidebar-inner.has-focus .fadeinable {
    opacity: 0;
    visibility: hidden;
    transition-delay: 80ms;
    transition-duration: 0ms; }
  .sidebar.expandable.collapsed.let-expanded .sidebar-inner:hover .hideable, .sidebar.expandable.collapsed.let-expanded .sidebar-inner.has-focus .hideable, .sidebar.expandable.collapsed:not(.toggling):not(.let-expanded) .sidebar-inner:hover .hideable, .sidebar.expandable.collapsed:not(.toggling):not(.let-expanded) .sidebar-inner.has-focus .hideable {
    max-height: 2000px;
    transition-delay: 80ms; }
  .sidebar.expandable.collapsed.let-expanded .sidebar-inner:hover .hideable.fadeable, .sidebar.expandable.collapsed.let-expanded .sidebar-inner.has-focus .hideable.fadeable, .sidebar.expandable.collapsed:not(.toggling):not(.let-expanded) .sidebar-inner:hover .hideable.fadeable, .sidebar.expandable.collapsed:not(.toggling):not(.let-expanded) .sidebar-inner.has-focus .hideable.fadeable {
    transition-delay: 80ms, 80ms;
    transition-duration: 0ms, 150ms; }
  .sidebar.expandable.collapsed.toggling .fadeable {
    transition-delay: 0ms, 150ms; }
  .sidebar.expandable.collapsed.toggling:not(.collapsed) .fadeable {
    transition-delay: 0ms , 0ms; }
  .sidebar.expandable.collapsed.toggling .fadeinable {
    transition-delay: 0ms , 0ms; }
  .sidebar.expandable.collapsed.toggling .sidebar-inner {
    transition: none; } }

@-webkit-keyframes navItemHidden {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes navItemHidden {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@media (min-width: 1200px) {
  .sidebar.hoverable:not(.collapsed):not(.sidebar-hover) .submenu,
  .sidebar.hoverable:not(.collapsed):not(.sidebar-hover) .nav > .nav-item > .nav-link > .nav-text, .sidebar:not(.hoverable):not(.sidebar-hover) .submenu,
  .sidebar:not(.hoverable):not(.sidebar-hover) .nav > .nav-item > .nav-link > .nav-text, .sidebar.toggling:not(.collapsed) .submenu,
  .sidebar.toggling:not(.collapsed) .nav > .nav-item > .nav-link > .nav-text {
    -webkit-transform: none !important;
    transform: none !important; } }

@media (max-width: 1199.98px) {
  .sidebar .submenu,
  .sidebar .nav > .nav-item > .nav-link > .nav-text {
    -webkit-transform: none !important;
    transform: none !important; } }

@media (min-width: 1200px) {
  .sidebar.hoverable:not(.collapsed):not(.toggling) .ace-scroll,
  .sidebar.hoverable:not(.collapsed):not(.toggling) .sidebar-section,
  .sidebar.hoverable:not(.collapsed):not(.toggling) .sidebar-section-item,
  .sidebar.hoverable:not(.collapsed):not(.toggling) nav, .sidebar.hoverable:not(.collapsed):not(.toggling) .nav {
    width: inherit; }
  .sidebar.hoverable.collapsed .sidebar-inner,
  .sidebar.hoverable.collapsed .ace-scroll,
  .sidebar.hoverable.collapsed .ace-scroll-mob {
    overflow: visible;
    -webkit-animation: none;
    animation: none; }
  .sidebar.hoverable.collapsed .submenu-inner {
    overflow: visible; }
  .sidebar.hoverable.collapsed.toggling .sidebar-inner,
  .sidebar.hoverable.collapsed.toggling .submenu-inner,
  .sidebar.hoverable.collapsed.toggling .ace-scroll,
  .sidebar.hoverable.collapsed.toggling .ace-scroll-mob {
    overflow: hidden; }
  .sidebar.hoverable.collapsed .ace-scroll,
  .sidebar.hoverable.collapsed .sidebar-section {
    width: auto;
    white-space: nowrap; }
  .sidebar.hoverable.collapsed .sidebar-section-item {
    width: 5rem;
    width: var(--sidebar-collapsed-width); }
  .sidebar.hoverable.collapsed.toggling .submenu,
  .sidebar.hoverable.collapsed.toggling .sub-arrow,
  .sidebar.hoverable.collapsed.toggling .nav > .nav-item > .nav-link > .nav-text {
    display: none; }
  .sidebar.hoverable.collapsed.toggling .sidebar-section .fadeable {
    display: none; }
  .sidebar.hoverable.collapsed.toggling .fadeinable {
    transition: none; }
  .sidebar.hoverable.collapsed .submenu,
  .sidebar.hoverable.collapsed .sub-arrow,
  .sidebar.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar.hoverable.collapsed .nav-item-caption .fadeable {
    -webkit-animation: 1s navItemHidden;
    animation: 1s navItemHidden; }
  .sidebar.hoverable.collapsed .submenu,
  .sidebar.hoverable.collapsed .sub-arrow,
  .sidebar.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text {
    transition: margin 150ms, opacity 150ms, visibility 0ms;
    transition-delay: 600ms, 600ms, 750ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar.hoverable.collapsed .submenu,
  .sidebar.hoverable.collapsed .sub-arrow,
  .sidebar.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar.hoverable.collapsed .nav-item:hover > .submenu,
  .sidebar.hoverable.collapsed .nav-item:hover > .sub-arrow,
  .sidebar.hoverable.collapsed .nav > .nav-item:hover > .nav-link > .nav-text,
  .sidebar.hoverable.collapsed .sidebar-section-item:hover .fadeable,
  .sidebar.hoverable.collapsed .nav-item-caption:hover .fadeable {
    -webkit-animation-duration: 0ms;
    animation-duration: 0ms;
    transition-delay: 100ms, 100ms, 0ms; }
  .sidebar.hoverable.collapsed .nav > .nav-item:hover > .submenu,
  .sidebar.hoverable.collapsed .nav > .nav-item:hover > .sub-arrow,
  .sidebar.hoverable.collapsed .nav > .nav-item:hover > .nav-link > .nav-text {
    transition-delay: 0ms; }
  .sidebar.hoverable.collapsed .sidebar-inner:hover .nav-item:not(:hover) > .submenu,
  .sidebar.hoverable.collapsed .sidebar-inner:hover .nav-item:not(:hover) > .sub-arrow,
  .sidebar.hoverable.collapsed .sidebar-inner:hover .nav > .nav-item:not(:hover) > .nav-link > .nav-text {
    transition: none; }
  .sidebar.hoverable.collapsed .nav-item {
    position: relative; }
  .sidebar.hoverable.collapsed .submenu,
  .sidebar.hoverable.collapsed .sub-arrow,
  .sidebar.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text {
    position: absolute !important;
    left: 100%;
    z-index: 2;
    margin-left: -11px;
    opacity: 0;
    visibility: hidden; }
  .sidebar.hoverable.collapsed .submenu,
  .sidebar.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text {
    top: 0;
    min-width: 14rem;
    min-width: calc(var(--sidebar-width) - 2rem);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #d1d1d1; }
  .sidebar.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .sidebar.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text .badge {
    margin-left: auto !important;
    float: none; }
  .sidebar.hoverable.collapsed .nav > .nav-item > .submenu {
    top: calc(100% - 3px);
    border-top-color: #e1e1e1; }
  .sidebar.hoverable.collapsed .nav-item .nav-item > .submenu {
    top: -0.125rem; }
  .sidebar.hoverable.collapsed .submenu-inner {
    border-width: 0 !important;
    margin: 0 0.125rem; }
  .sidebar.hoverable.collapsed .nav-item:hover > .submenu,
  .sidebar.hoverable.collapsed .nav-item:hover > .sub-arrow,
  .sidebar.hoverable.collapsed .nav > .nav-item:hover > .nav-link > .nav-text {
    margin-left: -2px;
    opacity: 1;
    visibility: visible; }
  .sidebar.hoverable.collapsed .nav-item > .submenu {
    display: block;
    height: auto !important; }
  .sidebar.hoverable.collapsed .nav > .nav-item > .submenu {
    border-radius: 0 0 0.375rem 0.375rem; }
  .sidebar.hoverable.collapsed .nav > .nav-item > .nav-link.dropdown-toggle > .nav-text {
    border-radius: 0.375rem 0.375rem 0 0; }
  .sidebar.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text {
    border-radius: 0.375rem; }
  .sidebar.hoverable.collapsed .nav > .nav-item > .submenu .submenu {
    border-radius: 0.375rem; } }

@media (min-width: 1200px) {
  .sidebar.hoverable.collapsed .sidebar-section-item .fadeable, .sidebar.sidebar-h .sidebar-section-item .fadeable {
    position: absolute;
    left: 0;
    z-index: 2;
    min-height: inherit;
    min-width: 16rem;
    min-width: var(--sidebar-width);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.375rem;
    transition: opacity 150ms, visibility 0ms, background-color 0ms, box-shadow 0ms;
    transition-delay: 600ms, 750ms, 750ms, 750ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar.hoverable.collapsed .sidebar-section-item .fadeable, .sidebar.sidebar-h .sidebar-section-item .fadeable {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar.hoverable.collapsed .sidebar-section-item[class*="fadeable-"] .fadeable, .sidebar.sidebar-h .sidebar-section-item[class*="fadeable-"] .fadeable {
    margin-left: -11px;
    transition: opacity 150ms, margin 150ms, visibility 0ms, background-color 0ms, box-shadow 0ms;
    transition-delay: 600ms, 600ms, 750ms, 750ms, 750ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar.hoverable.collapsed .sidebar-section-item[class*="fadeable-"] .fadeable, .sidebar.sidebar-h .sidebar-section-item[class*="fadeable-"] .fadeable {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar.hoverable.collapsed .sidebar-section-item:hover .fadeable, .sidebar.sidebar-h .sidebar-section-item:hover .fadeable {
    opacity: 1;
    visibility: visible;
    transition-delay: 0ms; }
  .sidebar.hoverable.collapsed .sidebar-section-item:focus-within .fadeable, .sidebar.sidebar-h .sidebar-section-item:focus-within .fadeable {
    opacity: 1;
    visibility: visible;
    transition-delay: 0ms; }
  .sidebar.hoverable.collapsed .sidebar-section-item.fadeable-left:hover .fadeable, .sidebar.sidebar-h .sidebar-section-item.fadeable-left:hover .fadeable {
    margin-left: -2px;
    transition-delay: 0ms; }
  .sidebar.hoverable.collapsed .sidebar-section-item.fadeable-left:focus-within .fadeable, .sidebar.sidebar-h .sidebar-section-item.fadeable-left:focus-within .fadeable {
    margin-left: -2px;
    transition-delay: 0ms; }
  .sidebar.hoverable.collapsed .sidebar-section-item .fadeinable, .sidebar.sidebar-h .sidebar-section-item .fadeinable {
    position: relative; }
  .sidebar.hoverable.collapsed .sidebar-section-item:not(:hover) .fadeinable, .sidebar.sidebar-h .sidebar-section-item:not(:hover) .fadeinable {
    transition-delay: 0s, 600ms; }
  .sidebar.hoverable.collapsed .sidebar-section-item:hover .fadeinable, .sidebar.sidebar-h .sidebar-section-item:hover .fadeinable {
    opacity: 0;
    visibility: hidden; }
  .sidebar.hoverable.collapsed .sidebar-section-item.fadeable-left .fadeable, .sidebar.sidebar-h .sidebar-section-item.fadeable-left .fadeable {
    left: 100%; }
  .sidebar.hoverable.collapsed .sidebar-section-item.fadeable-left .fadeinable, .sidebar.sidebar-h .sidebar-section-item.fadeable-left .fadeinable {
    opacity: 1;
    visibility: visible;
    transition: none; }
  .sidebar.hoverable.collapsed .sidebar-section-item.fadeable-top .fadeable, .sidebar.sidebar-h .sidebar-section-item.fadeable-top .fadeable {
    top: 0; }
  .sidebar.hoverable.collapsed .sidebar-section-item.fadeable-bottom .fadeable, .sidebar.sidebar-h .sidebar-section-item.fadeable-bottom .fadeable {
    bottom: 0; }
  .sidebar.hoverable.collapsed .sidebar-section-item .sub-arrow, .sidebar.sidebar-h .sidebar-section-item .sub-arrow {
    left: auto;
    right: 100%;
    opacity: 1;
    visibility: visible;
    margin-left: auto !important;
    transition: none;
    -webkit-animation: none;
    animation: none; }
  .sidebar.hoverable.collapsed .sidebar-section-item .sub-arrow::after, .sidebar.sidebar-h .sidebar-section-item .sub-arrow::after {
    border-right-color: #fff; }
  .sidebar.hoverable.collapsed .sidebar-section-item.fadeable-top .sub-arrow, .sidebar.sidebar-h .sidebar-section-item.fadeable-top .sub-arrow {
    top: 1.25rem; }
  .sidebar.hoverable.collapsed .sidebar-section-item.fadeable-bottom .sub-arrow, .sidebar.sidebar-h .sidebar-section-item.fadeable-bottom .sub-arrow {
    top: auto;
    bottom: 2.5rem; }
  .sidebar.hoverable.collapsed .sidebar-inner:hover .sidebar-section-item:not(:hover) .fadeable, .sidebar.hoverable.collapsed .sidebar-inner:hover .sidebar-section-item:not(:hover) .fadeinable, .sidebar.sidebar-h .sidebar-inner:hover .sidebar-section-item:not(:hover) .fadeable, .sidebar.sidebar-h .sidebar-inner:hover .sidebar-section-item:not(:hover) .fadeinable {
    transition: none; }
  .sidebar.hoverable.collapsed .nav-item-caption .fadeable, .sidebar.sidebar-h .nav-item-caption .fadeable {
    width: 0; } }

@media (min-width: 1200px) {
  .sidebar.hoverable.collapsed .nav-item > .nav-link > .caret, .sidebar-hover:not(.collapsed) .nav-item > .nav-link > .caret {
    -webkit-transform: none;
    transform: none; }
  .sidebar.hoverable.collapsed .nav-item > .nav-link > .caret[class*="-down"], .sidebar-hover:not(.collapsed) .nav-item > .nav-link > .caret[class*="-down"] {
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important; }
  .sidebar.hoverable.collapsed .nav-item > .nav-link > .caret[class*="-up"], .sidebar-hover:not(.collapsed) .nav-item > .nav-link > .caret[class*="-up"] {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important; }
  .sidebar.hoverable.collapsed .nav-item > .nav-link > .caret[class*="-left"], .sidebar.hoverable.collapsed .nav-item > .nav-link > .caret[class*="-right"], .sidebar-hover:not(.collapsed) .nav-item > .nav-link > .caret[class*="-left"], .sidebar-hover:not(.collapsed) .nav-item > .nav-link > .caret[class*="-right"] {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important; }
  .sidebar-hover.toggling .sidebar-inner {
    overflow: hidden !important; }
  .sidebar-hover:not(.collapsed) .sidebar-inner,
  .sidebar-hover:not(.collapsed) .ace-scroll,
  .sidebar-hover:not(.collapsed) .ace-scroll-mob {
    overflow: visible;
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-animation-duration: 0ms;
    animation-duration: 0ms; }
  .sidebar-hover:not(.collapsed) .submenu-inner {
    overflow: visible; }
  .sidebar-hover:not(.collapsed) .nav-item {
    position: relative; }
  .sidebar-hover:not(.collapsed) .nav-item .nav-item > .nav-link {
    padding-left: 1.5rem !important; }
  .sidebar-hover:not(.collapsed) .nav-item .nav-item > .nav-link > .nav-text::before {
    margin-left: 2px; }
  .sidebar-hover:not(.collapsed) .submenu,
  .sidebar-hover:not(.collapsed) .sub-arrow {
    -webkit-animation: 1s navItemHidden;
    animation: 1s navItemHidden;
    position: absolute !important;
    left: 100%;
    z-index: 2;
    margin-left: -11px;
    opacity: 0;
    visibility: hidden;
    transition: margin 150ms, opacity 150ms, visibility 0ms;
    transition-delay: 600ms, 600ms, 750ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar-hover:not(.collapsed) .submenu,
  .sidebar-hover:not(.collapsed) .sub-arrow {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable .sub-arrow {
    transition: none; }
  .sidebar-hover:not(.collapsed) .submenu {
    top: 0;
    min-width: 14rem;
    min-width: calc(var(--sidebar-width) - 2rem);
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #d1d1d1;
    border-radius: 0.375rem; }
  .sidebar-hover:not(.collapsed) .sub-arrow::after {
    border-right-color: #fff; }
  .sidebar-hover:not(.collapsed) .nav > .nav-item:hover > .submenu,
  .sidebar-hover:not(.collapsed) .nav > .nav-item:hover > .sub-arrow {
    transition-delay: 0ms; }
  .sidebar-hover:not(.collapsed) .sidebar-inner:hover .nav-item:not(:hover) > .submenu,
  .sidebar-hover:not(.collapsed) .sidebar-inner:hover .nav-item:not(:hover) > .sub-arrow {
    transition: none; }
  .sidebar-hover:not(.collapsed) .nav-item:hover > .submenu,
  .sidebar-hover:not(.collapsed) .nav-item:hover > .sub-arrow {
    margin-left: -2px;
    opacity: 1;
    visibility: visible;
    -webkit-animation-duration: 0ms;
    animation-duration: 0ms;
    transition-delay: 100ms, 100ms, 0ms; }
  .sidebar-hover:not(.collapsed) .nav-item > .submenu {
    display: block;
    height: auto !important; }
  .sidebar-hover:not(.collapsed) .nav > .nav-item .submenu {
    top: -0.125rem;
    background-color: #fff; }
  .sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu {
    top: -0.5rem; }
  .sidebar-hover:not(.collapsed) .submenu-inner {
    border-width: 0 !important;
    margin: 0 0.125rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem; }
  .sidebar-hover:not(.collapsed) .nav-item .nav-link:not(.dropdown-toggle) ~ .sub-arrow {
    display: none !important; } }

@media (min-width: 1200px) {
  .sidebar.hideable {
    transition-duration: 150ms; }
  .sidebar.hideable .sidebar-inner {
    transition: width 150ms, visibility 150ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar.hideable .sidebar-inner {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar.hideable:not(.collapsed):not(.toggling) .ace-scroll,
  .sidebar.hideable:not(.collapsed):not(.toggling) .sidebar-section,
  .sidebar.hideable:not(.collapsed):not(.toggling) .sidebar-section-item,
  .sidebar.hideable:not(.collapsed):not(.toggling) nav, .sidebar.hideable:not(.collapsed):not(.toggling) .nav {
    width: inherit; }
  .sidebar.hideable.collapsed {
    width: 0;
    overflow: hidden; }
  .sidebar.hideable.collapsed .sidebar-inner {
    visibility: hidden;
    width: 0;
    overflow: hidden;
    transition-delay: 0ms, 150ms;
    transition-duration: 150ms, 0ms; } }

.sidebar .nav {
  -ms-flex-direction: column;
  flex-direction: column; }

.sidebar .nav-item, .sidebar .nav-link {
  position: relative; }

.sidebar .nav-link:focus {
  outline: none; }

.sidebar .nav > .nav-item > .nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3.75em;
  padding: 0.5em 0.5em 0.5em 1.5em;
  text-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 150ms, color 150ms; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sidebar .nav > .nav-item > .nav-link {
    height: 3.75em; } }

@media (prefers-reduced-motion: reduce) {
  .sidebar .nav > .nav-item > .nav-link {
    transition: none; } }

.sidebar .nav > .nav-item > .nav-link::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 0;
  bottom: 0;
  border: 0px solid transparent;
  border-width: 0 0 0 0.25rem;
  transition: border-color 150ms; }

@media (prefers-reduced-motion: reduce) {
  .sidebar .nav > .nav-item > .nav-link::before {
    transition: none; } }

.sidebar .nav.active-on-right > .nav-item > .nav-link::before {
  left: auto !important;
  right: 1px; }

.sidebar .nav > .nav-item > .nav-link > .nav-icon {
  width: 1.25rem;
  margin-right: 0.75rem;
  margin-left: 0.25rem; }

.sidebar .nav > .nav-item > .nav-link > .nav-icon:not(.fadeinable) {
  transition: color 150ms; }

@media (prefers-reduced-motion: reduce) {
  .sidebar .nav > .nav-item > .nav-link > .nav-icon:not(.fadeinable) {
    transition: none; } }

.sidebar .nav > .nav-item > .nav-link > .nav-icon.nav-icon-round {
  width: 2.125rem;
  height: 2.125rem;
  margin-left: 0;
  border-radius: 2rem;
  color: #fff !important;
  font-size: 1rem;
  text-align: center;
  line-height: 2;
  padding-left: 1px; }

.sidebar .nav-text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: normal;
  word-break: break-all;
  margin-right: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.sidebar .nav-text .badge {
  margin-left: auto; }

.sidebar .nav > .nav-item > .submenu {
  position: relative; }

.sidebar .nav > .nav-item > .submenu > .submenu-inner {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.sidebar .nav > .nav-item > .submenu > .submenu-inner > .nav-item:not(:last-child) {
  margin-bottom: 1px; }

.sidebar .submenu-inner {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  overflow-y: hidden; }

.sidebar .submenu.collapsing {
  transition: height 0.35s ease !important; }

@media (prefers-reduced-motion: reduce) {
  .sidebar .submenu.collapsing {
    transition: none !important; } }

.sidebar .submenu .nav-link {
  min-height: 3rem; }

.sidebar .submenu .submenu .nav-link {
  margin-top: 1px;
  margin-bottom: 1px; }

.sidebar .submenu .nav-link {
  padding: 0.625rem 0 0.75rem 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.sidebar .submenu .nav-icon {
  margin-right: 0.25rem;
  vertical-align: baseline;
  opacity: 0.85; }

.sidebar .submenu .nav-link:hover > .nav-icon,
.sidebar .submenu .nav-item.active > .nav-link > .nav-icon {
  opacity: 1; }

.sidebar .caret {
  margin-left: auto;
  margin-right: 1rem; }

.sidebar .nav-item > .nav-link > .caret {
  transition: color 150ms, -webkit-transform 150ms;
  transition: transform 150ms, color 150ms;
  transition: transform 150ms, color 150ms, -webkit-transform 150ms; }

@media (prefers-reduced-motion: reduce) {
  .sidebar .nav-item > .nav-link > .caret {
    transition: none; } }

.sidebar .nav-item.open > .nav-link > .caret {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.sidebar .nav-item.open > .nav-link > .caret.rt-90, .sidebar .nav-item.open > .nav-link > .caret[class*="-right"] {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.sidebar .nav-item.open > .nav-link > .caret.rt-n90, .sidebar .nav-item.open > .nav-link > .caret[class*="-left"] {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.sidebar .submenu .caret {
  margin-right: 1.5rem; }

.sidebar .nav > .nav-item.is-toggling:not(.open):not(.active):not(:hover) > .nav-link {
  transition: none; }

@media (min-width: 1200px) {
  .sidebar.hoverable.collapsed .nav-item .nav-item > .nav-link {
    padding-left: 1.5rem; }
  .sidebar.hoverable.collapsed .nav-item .nav-item > .nav-link > .nav-text::before {
    margin-left: 2px; }
  .sidebar.hoverable.collapsed .nav > .nav-item > .nav-link > .caret {
    display: none; }
  .sidebar.hoverable.collapsed .nav > .nav-item > .submenu::before,
  .sidebar.hoverable.collapsed .nav-item .nav-item::before {
    display: none; }
  .sidebar.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text {
    padding: 0 0.75rem;
    color: #3d78b1;
    background-color: #f8f8f8;
    font-size: 0.9125rem;
    font-weight: 600; }
  .sidebar.hoverable.collapsed .nav > .nav-item > .nav-link.dropdown-toggle > .nav-text {
    cursor: default; }
  .sidebar.hoverable.collapsed.sidebar-spaced:not(.toggling) .nav > .nav-item {
    width: auto;
    overflow: visible; }
  .sidebar.hoverable.collapsed.sidebar-spaced:not(.toggling) .nav > .nav-item > .nav-link {
    border-radius: inherit;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center; }
  .sidebar.hoverable.collapsed.sidebar-spaced:not(.toggling) .nav > .nav-item > .nav-link > .nav-icon {
    margin: 0; }
  .sidebar.hoverable.collapsed .submenu {
    background-color: #fff; }
  .sub-arrow {
    position: absolute;
    visibility: hidden;
    top: calc(50% - 0.625rem);
    margin-top: -1px;
    box-shadow: none;
    border: none; }
  .sub-arrow::after, .sub-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    width: 0;
    border: 0.625rem solid transparent; }
  .sub-arrow::after {
    border-right-color: #f8f8f8;
    right: -2px; }
  .sub-arrow::before {
    border-right-color: #d1d1d1;
    right: -1px; }
  .nav-item .nav-item .sub-arrow::after {
    border-right-color: #fff; }
  .submenu-pullup .sub-arrow::after {
    border-right-color: #fff; }
  .sidebar.expandable:not(.sidebar-hover) .sub-arrow, .sidebar.collapsed:not(.hoverable) .sub-arrow {
    display: none !important; } }

.sidebar .nav-link.dropdown-toggle::after {
  display: none; }

.sidebar .nav-item-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 0.325rem;
  margin: 0.5rem 0rem; }

.sidebar .nav-item + .nav-item-caption {
  margin-top: 2rem; }

.sidebar .nav-item-divider {
  margin: 0.5rem; }

.sidebar .submenu .nav-item-divider {
  margin: 0.25rem 0.75rem 0.25rem 3rem; }

.sidebar .submenu .submenu .nav-item-divider {
  margin-left: 4rem; }

@media (min-width: 1200px) {
  .sidebar.collapsed .sidebar-inner:not(.is-hover) .nav-item-divider.hideable {
    margin: 0;
    visibility: hidden; }
  .sidebar.collapsed .sidebar-inner:not(.is-hover) .nav-item + .nav-item-caption.hideable {
    margin-top: 0; }
  .sidebar.collapsed.hoverable .submenu .nav-item-divider {
    margin: 0.5rem 1rem; } }

.sidebar-section-item {
  min-height: 3.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.sidebar-shortcuts-mini .btn {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 1rem;
  padding: 0;
  margin: 0 1px; }

.sidebar-search-input {
  width: 12rem;
  width: calc(var(--sidebar-width) - 4rem);
  height: 2rem;
  line-height: 2;
  background-color: transparent;
  border-width: 0;
  border-bottom: 1px solid transparent; }

.sidebar-search-input:focus {
  outline: none; }

.sidebar-search-input::-webkit-input-placeholder {
  font-size: 0.925rem;
  line-height: 2; }

.sidebar-search-input::-moz-placeholder {
  font-size: 0.925rem;
  line-height: 2; }

.sidebar-search-input:-ms-input-placeholder {
  font-size: 0.925rem;
  line-height: 2; }

.sidebar-search-input::-ms-input-placeholder {
  font-size: 0.925rem;
  line-height: 2; }

.sidebar-search-input::placeholder {
  font-size: 0.925rem;
  line-height: 2; }

/**
@if $sidebar-focus-expand != true and $expandable == true {
    @include media-breakpoint-up($sidebar-desktop-min-width) {
        .sidebar.expandable {
            .sidebar-inner:not(.has-focus) .sidebar-search-input:focus {
                @include transition(font-size 0ms 0ms);
            }
            &.collapsed:not(:hover) .sidebar-inner:not(.has-focus) .sidebar-search-input:focus {
                font-size: 0;//don't remove, it's important
                transition-delay: $expandable-hide-delay;
            }

            &.collapsed:hover .sidebar-inner:not(.has-focus) .sidebar-search-input:focus {
                transition-delay: $expandable-hide-delay / 2;
            }
        }
    }
}
*/
@media (max-width: 1199.98px) {
  .sidebar {
    max-width: 0;
    visibility: hidden; }
  .sidebar .sidebar-inner {
    visibility: visible;
    -webkit-transform: translateX(-100%) translateX(-1px);
    transform: translateX(-100%) translateX(-1px);
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms; } }

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .sidebar .sidebar-inner {
    transition: none; } }

@media (max-width: 1199.98px) {
  .sidebar:not(.sidebar-fixed) .sidebar-inner {
    position: relative;
    top: 0;
    overflow-y: auto;
    height: auto;
    max-height: 0;
    transition: max-height 0ms 300ms, -webkit-transform 300ms 0ms;
    transition: transform 300ms 0ms, max-height 0ms 300ms;
    transition: transform 300ms 0ms, max-height 0ms 300ms, -webkit-transform 300ms 0ms; } }

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .sidebar:not(.sidebar-fixed) .sidebar-inner {
    transition: none; } }

@media (max-width: 1199.98px) {
  .sidebar .ace-scroll,
  .sidebar .sidebar-section-item {
    width: auto; }
  .sidebar-visible .sidebar-inner {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .sidebar-visible:not(.sidebar-fixed) .sidebar-inner {
    transition-delay: 0s !important;
    max-height: 1000vh; }
  .sidebar-push:not(.sidebar-fixed) .sidebar-inner {
    height: 100%;
    max-height: none; }
  .sidebar:not(.sidebar-push) .sidebar-inner .nav-item:last-child::after {
    display: none; }
  .sidebar-push {
    transition: max-width 300ms; } }

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .sidebar-push {
    transition: none; } }

@media (max-width: 1199.98px) {
  .sidebar-push.sidebar-visible {
    max-width: 16rem;
    max-width: var(--sidebar-width); }
  .sidebar-push.sidebar-visible ~ .main-content {
    min-width: 100vw;
    max-width: 100vw;
    overflow-x: hidden; }
  .sidebar-backdrop::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    display: block;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 150ms 0ms, visibility 0ms 150ms; } }

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .sidebar-backdrop::before {
    transition: none; } }

@media (max-width: 1199.98px) {
  .sidebar-visible.sidebar-backdrop::before,
  .sidebar-visible .sidebar-backdrop::before {
    visibility: visible;
    pointer-events: all;
    opacity: 0.4;
    transition-delay: 0s; }
  .sidebar.sidebar-spaced .nav > .nav-item {
    width: auto;
    margin-right: 0.875rem; }
  body.mob-sidebar-body, body.mob-sidebarswipe-body {
    overflow-y: hidden; }
  body.mob-sidebar-body .body-container, body.mob-sidebarswipe-body .body-container {
    overflow: hidden; }
  .sidebar-visible [data-toggle-mobile="sidebar"] {
    pointer-events: auto !important; } }

@media (max-width: 991.98px) {
  .sidebar.sidebar-push {
    max-width: 0;
    min-width: 0;
    width: 0;
    transition: width 300ms, min-width 300ms, max-width 300ms; } }

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .sidebar.sidebar-push {
    transition: none; } }

@media (max-width: 991.98px) {
  .sidebar.sidebar-push.sidebar-visible {
    width: 75vw;
    max-width: 320px;
    min-width: 16rem;
    min-width: var(--sidebar-width); }
  .sidebar .sidebar-inner {
    width: 75vw;
    max-width: 320px;
    min-width: 16rem;
    min-width: var(--sidebar-width); }
  .sidebar .sidebar-inner .ace-scroll,
  .sidebar .sidebar-inner .sidebar-section,
  .sidebar .sidebar-inner .sidebar-search-input {
    width: auto; }
  .sidebar .sidebar-inner .sidebar-search-input {
    max-width: calc( 100% - 1rem); } }

@media (min-width: 1200px) {
  .sidebar.sidebar-h {
    transition: none;
    min-height: auto;
    height: 4.25rem;
    height: var(--sidebar-horizontal-height);
    width: 100%; }
  .sidebar.sidebar-h .sidebar-inner {
    top: auto !important;
    bottom: auto !important;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: visible;
    height: inherit !important; }
  .sidebar.sidebar-h .ace-scroll {
    overflow: visible !important;
    width: auto;
    height: auto; }
  .sidebar.sidebar-h .nav {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .sidebar.sidebar-h .nav > .nav-item {
    width: auto;
    margin-bottom: 0 !important;
    margin: 0 1px;
    position: relative; }
  .sidebar.sidebar-h .nav > .nav-item > .nav-link {
    width: auto;
    height: 100%;
    padding-left: 0.75em;
    padding-right: 0.75em;
    position: relative; }
  .sidebar.sidebar-h .nav > .nav-item > .nav-link .nav-icon {
    margin-right: 0.5em;
    margin-left: 0.125em; }
  .sidebar.sidebar-h .nav > .nav-item > .nav-link .nav-text {
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 0; }
  .sidebar.sidebar-h .nav > .nav-item > .nav-link .nav-text .badge {
    float: none; }
  .sidebar.sidebar-h .nav > .nav-item > .nav-link > .caret {
    display: none; }
  .sidebar.sidebar-h .nav > .nav-item.active > .nav-link {
    font-weight: 600; }
  .sidebar.sidebar-h .nav.nav-link-rounded > .nav-item > .nav-link {
    border-radius: 0.25em 0.25em 0 0; }
  .sidebar.sidebar-h .nav-fill {
    width: 100%; }
  .sidebar.sidebar-h .nav-fill.text-center > .nav-item > .nav-link {
    -ms-flex-pack: center;
    justify-content: center; }
  .sidebar.sidebar-h .nav-fill .nav-item .nav-item {
    text-align: left; }
  .sidebar.sidebar-h .nav-item-caption, .sidebar.sidebar-h .nav-item-divider {
    display: none; }
  .sidebar.sidebar-h .nav > .nav-item > .submenu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    min-width: 15rem;
    min-width: calc(var(--sidebar-width) - 1rem);
    margin-left: 0;
    margin-top: -11px; }
  .sidebar.sidebar-h .nav > .nav-item:hover > .submenu {
    margin-left: 0 !important;
    margin-top: -2px !important; }
  .sidebar.sidebar-h .nav > .nav-item > .nav-link::before {
    top: auto !important;
    bottom: 1px !important;
    left: 1px !important;
    right: 1px !important;
    border-width: 3px 0 0 0; }
  .sidebar.sidebar-h .nav.active-on-right > .nav-item > .nav-link::before {
    bottom: auto !important;
    top: 1px !important;
    left: 0 !important;
    right: 0 !important;
    border-width: 0 0 3px 0; }
  .sidebar.sidebar-h .nav.has-active-border > .nav-item.active::before, .sidebar.sidebar-h .nav.has-active-border > .nav-item.active > .nav-link::before {
    left: 0 !important;
    right: 0 !important;
    bottom: 1px !important;
    top: auto;
    border-width: 3px 0 0 0; }
  .sidebar.sidebar-h .align-items-xl-end .nav.active-on-right > .nav-item.active::before, .sidebar.sidebar-h .align-items-xl-end .nav.active-on-right > .nav-item > .nav-link::before {
    top: 0 !important; }
  .sidebar.sidebar-h .nav.nav-active-sm > .nav-item > .nav-link::before,
  .sidebar.sidebar-h .nav.nav-active-sm > .nav-item.active > .nav-link::before {
    left: 10% !important;
    right: 10% !important; }
  .sidebar.sidebar-h .nav.nav-spaced > .nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .sidebar.sidebar-h .nav.nav-spaced > .nav-item > .nav-link {
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .sidebar.sidebar-h .nav.has-active-arrow > .nav-item.active > .nav-link::after {
    display: block !important;
    top: auto;
    bottom: -1px;
    right: auto;
    left: calc(50% - 0.625rem);
    border-right: 0.625rem solid transparent;
    border-left: 0.625rem solid transparent;
    border-top-width: 0;
    border-bottom: 0.625rem solid #fff;
    z-index: 1; }
  .sidebar.sidebar-h .nav.has-active-arrow .nav-item .nav-item.active > .nav-link::after {
    display: none !important; }
  .sidebar.sidebar-h .nav > .nav-item > .sub-arrow, .sidebar.sidebar-h .sidebar-section-item.fadeable-below .sub-arrow {
    top: calc(100% - 1.25rem + 1px);
    bottom: auto;
    left: 1rem !important;
    right: auto;
    margin-left: 0 !important;
    margin-top: -11px; }
  .sidebar.sidebar-h .nav > .nav-item > .sub-arrow::after, .sidebar.sidebar-h .nav > .nav-item > .sub-arrow::before, .sidebar.sidebar-h .sidebar-section-item.fadeable-below .sub-arrow::after, .sidebar.sidebar-h .sidebar-section-item.fadeable-below .sub-arrow::before {
    border: 0.625rem solid;
    border-color: transparent;
    right: auto;
    border-right-color: transparent !important; }
  .sidebar.sidebar-h .nav > .nav-item > .sub-arrow::after, .sidebar.sidebar-h .sidebar-section-item.fadeable-below .sub-arrow::after {
    border-bottom-color: #d1d1d1;
    top: -1px;
    z-index: 0; }
  .sidebar.sidebar-h .nav > .nav-item > .sub-arrow::before, .sidebar.sidebar-h .sidebar-section-item.fadeable-below .sub-arrow::before {
    border-bottom-color: #fff;
    z-index: 1; }
  .sidebar.sidebar-h .nav.has-active-arrow > .nav-item > .sub-arrow {
    left: calc(50% - 0.625rem) !important; }
  .sidebar.sidebar-h:not(.sidebar-hover) .nav > .nav-item.open > .sub-arrow {
    display: block; }
  .sidebar.sidebar-h.sidebar-hover .nav > .nav-item:hover > .sub-arrow {
    margin-top: -2px; }
  .sidebar.sidebar-h .sidebar-section-item.fadeable-below .fadeable .sub-arrow {
    top: calc(-1.25rem + 1px);
    margin-top: 0 !important; }
  .sidebar.sidebar-h .sidebar-section-item.fadeable-right .fadeable .sub-arrow {
    left: auto !important;
    right: 2rem; }
  .sidebar.sidebar-h .nav > .nav-item:last-of-type > .submenu, .sidebar.sidebar-h .nav > .nav-item.submenu-right > .submenu, .sidebar.sidebar-h .nav > .nav-item:last-of-type > .submenu, .sidebar.sidebar-h .nav > .nav-item.submenu-right > .submenu {
    left: auto !important;
    right: 0 !important; }
  .sidebar.sidebar-h .nav:not(.has-active-arrow) > .nav-item:last-of-type > .sub-arrow, .sidebar.sidebar-h .nav:not(.has-active-arrow) > .nav-item.submenu-right > .sub-arrow {
    left: auto !important;
    right: 2rem !important; }
  .sidebar.sidebar-h .sidebar-section {
    width: auto;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row; }
  .sidebar.sidebar-h .sidebar-section-item .fadeable {
    -webkit-animation: 1s navItemHidden;
    animation: 1s navItemHidden;
    opacity: 0;
    visibility: hidden; }
  .sidebar.sidebar-h .sidebar-section-item.fadeable-below .fadeable {
    top: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    margin-top: -11px; }
  .sidebar.sidebar-h .sidebar-section-item.fadeable-right .fadeable {
    left: auto !important;
    right: 0; }
  .sidebar.sidebar-h .sidebar-section-item .fadeinable {
    opacity: 1 !important;
    visibility: visible !important;
    transition: none; }
  .sidebar.sidebar-h .sidebar-section-item:hover .fadeable {
    opacity: 1;
    visibility: visible;
    transition-delay: 0ms;
    margin-left: 0 !important;
    margin-top: -2px; }
  .sidebar.sidebar-h .sidebar-section-item:focus-within .fadeable {
    margin-top: -2px; }
  .sidebar.sidebar-h .sidebar-section:first-child .sidebar-section-item.fadeable-center:not(:first-child) .fadeable,
  .sidebar.sidebar-h .sidebar-section:not(:first-child) .sidebar-section-item.fadeable-center .fadeable {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .sidebar.sidebar-h .sidebar-section:first-child .sidebar-section-item.fadeable-center:not(:first-child) .fadeable .sub-arrow,
  .sidebar.sidebar-h .sidebar-section:not(:first-child) .sidebar-section-item.fadeable-center .fadeable .sub-arrow {
    left: calc(50% - 0.625rem) !important; }
  .sidebar-h.collapsed-h {
    height: 4rem;
    height: var(--sidebar-horizontal-collapsed-height); }
  .sidebar-h.collapsed-h .nav > .nav-item > .nav-link > .nav-text {
    display: none; }
  .sidebar-h.collapsed-h .nav > .nav-item > .nav-link > .nav-icon {
    margin: 0 0.625em; }
  .navbar:not(.navbar-fixed) ~ .sidebar-h.sidebar-fixed, .navbar:not(.navbar-fixed) ~ .main-container .sidebar-h.sidebar-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .navbar:not(.navbar-fixed) ~ .sidebar-h.sidebar-fixed .sidebar-inner, .navbar:not(.navbar-fixed) ~ .main-container .sidebar-h.sidebar-fixed .sidebar-inner {
    position: relative; }
  .main-container .sidebar-h.sidebar-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .main-container .sidebar-h.sidebar-fixed .sidebar-inner {
    position: relative; }
  .navbar-fixed ~ .main-container .sidebar-h.sidebar-fixed, .main-container .navbar-fixed ~ .sidebar-h.sidebar-fixed {
    top: 4.5rem;
    top: var(--navbar-height); }
  .navbar-fixed.navbar-sm ~ .main-container .sidebar-h.sidebar-fixed, .main-container .navbar-fixed.navbar-sm ~ .sidebar-h.sidebar-fixed {
    top: 4rem;
    top: var(--navbar-sm-height); }
  .sidebar-h.sidebar-fixed ~ .main-container .sidebar-fixed .sidebar-inner {
    margin-top: 4.25rem;
    margin-top: var(--sidebar-horizontal-height); }
  .collapsed-h.sidebar-fixed ~ .main-container .sidebar-fixed .sidebar-inner {
    margin-top: 4rem;
    margin-top: var(--sidebar-horizontal-collapsed-height); } }

@media (min-width: 1600px) {
  .container .sidebar-h .sidebar-section:first-child .sidebar-section-item.fadeable-center:first-child .fadeable, .sidebar-h .container .sidebar-section:first-child .sidebar-section-item.fadeable-center:first-child .fadeable {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .container .sidebar-h .sidebar-section:first-child .sidebar-section-item.fadeable-center:first-child .fadeable .sub-arrow, .sidebar-h .container .sidebar-section:first-child .sidebar-section-item.fadeable-center:first-child .fadeable .sub-arrow {
    left: calc(50% - 0.625rem) !important; } }

@media (min-width: 1750px) {
  .container-plus .sidebar-h .sidebar-section:first-child .sidebar-section-item.fadeable-center:first-child .fadeable, .sidebar-h .container-plus .sidebar-section:first-child .sidebar-section-item.fadeable-center:first-child .fadeable {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .container-plus .sidebar-h .sidebar-section:first-child .sidebar-section-item.fadeable-center:first-child .fadeable .sub-arrow, .sidebar-h .container-plus .sidebar-section:first-child .sidebar-section-item.fadeable-center:first-child .fadeable .sub-arrow {
    left: calc(50% - 0.625rem) !important; } }

@media (max-width: 1199.98px) {
  .sidebar-h .nav.nav-fill .nav-item {
    -ms-flex: unset;
    flex: unset;
    text-align: left; }
  .sidebar-h .container {
    height: 100%; } }

.nav.has-active-arrow .nav-item.active > .nav-link::after {
  content: "";
  display: none;
  position: absolute;
  z-index: 0;
  width: 0;
  height: 0;
  margin: 0;
  right: 0;
  top: calc(50% - 0.625rem);
  border-right: 0.625rem solid #f2f5f8;
  border-left: none;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent; }

.nav.has-active-arrow .nav-item.active:not(.open) > .nav-link::after {
  display: block; }

.nav.has-active-arrow .nav-item.active.open .nav-item.active:not(.open) > .nav-link::after {
  display: block; }

.nav.has-active-arrow .nav-item.active:not(.open) .nav-item.active:not(.open) > .nav-link::after {
  display: none; }

@media (min-width: 1200px) {
  .sidebar.expandable.sidebar-spaced:not(.collapsed) .nav.has-active-arrow .nav-item.active > .nav-link::after, .sidebar.expandable.sidebar-spaced.toggling .nav.has-active-arrow .nav-item.active > .nav-link::after {
    display: none !important; }
  .sidebar.expandable.collapsed:not(.toggling) .nav.has-active-arrow > .nav-item.active > .nav-link::after {
    right: auto !important;
    left: 4.375rem;
    left: calc( var(--sidebar-collapsed-width) - 0.625rem); }
  .sidebar.expandable.collapsed:not(.toggling).sidebar-spaced .nav.has-active-arrow > .nav-item.active > .nav-link::after {
    margin-left: calc( -0.4375rem - 2px); }
  .sidebar.expandable.collapsed .nav.has-active-arrow .nav-item .nav-item > .nav-link::after {
    display: none !important; }
  .sidebar.expandable.collapsed:not(.toggling) .nav.has-active-arrow > .nav-item.active > .nav-link::after {
    transition: visibility 0s 550ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar.expandable.collapsed:not(.toggling) .nav.has-active-arrow > .nav-item.active > .nav-link::after {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar.expandable.collapsed .nav.has-active-arrow > .nav-item.active > .nav-link::after {
    display: block; }
  .sidebar.expandable.collapsed .sidebar-inner:hover .nav.has-active-arrow > .nav-item.active > .nav-link::after, .sidebar.expandable.collapsed .sidebar-inner.has-focus .nav.has-active-arrow > .nav-item.active > .nav-link::after {
    visibility: hidden;
    transition-delay: 80ms; }
  .sidebar.hoverable.collapsed .nav.has-active-arrow > .nav-item.active > .nav-link::after {
    display: block;
    right: -1px; }
  .sidebar.hoverable.collapsed .nav.has-active-arrow .nav-item .nav-item.active > .nav-link::after {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .sidebar:not(.sidebar-push) .nav.has-active-arrow .nav-item.active > .nav-link::after,
  .sidebar.sidebar-backdrop .nav.has-active-arrow .nav-item.active > .nav-link::after {
    display: none !important; } }

.main-container.bgc-white .nav.has-active-arrow .nav-item.active > .nav-link::after {
  border-right-color: #fff; }

.nav.has-active-border > .nav-item.active::before {
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 0;
  bottom: 0;
  border: 0px solid transparent;
  border-left-width: 0.25rem; }

.nav.has-active-border > .nav-item.active[class*="brc-"]::before {
  border-left-color: inherit; }

.nav.has-active-border .nav-item.active > .nav-link::before {
  position: absolute;
  z-index: 1;
  left: 1px;
  top: 0;
  bottom: 0;
  border: 0px solid transparent;
  border-left-width: 0.25rem; }

.nav.has-active-border .nav-item.active.open > .nav-link::before {
  display: none; }

.nav.has-active-border .nav-item.active:not(.open) .nav-item > .nav-link::before {
  display: none; }

@media (min-width: 1200px) {
  .sidebar.expandable.collapsed .sidebar-inner .nav.has-active-border > .nav-item.active > .nav-link::before {
    display: block; }
  .sidebar.expandable.collapsed .sidebar-inner.is-hover .nav.has-active-border > .nav-item.active.open > .nav-link::before, .sidebar.expandable.collapsed .sidebar-inner.has-focus .nav.has-active-border > .nav-item.active.open > .nav-link::before {
    visibility: hidden; }
  .sidebar.expandable.collapsed .sidebar-inner.is-hover .nav.has-active-border > .nav-item.active:not(.open) > .nav-link::before, .sidebar.expandable.collapsed .sidebar-inner.has-focus .nav.has-active-border > .nav-item.active:not(.open) > .nav-link::before {
    visibility: visible; } }

.nav.has-active-border.active-on-top .nav-item.active::before {
  display: none !important; }

.nav.has-active-border.active-on-top .nav-item.active > .nav-link::before {
  display: block !important;
  visibility: visible !important; }

.nav.has-active-border.active-on-top .nav-item .nav-item.active > .nav-link::before {
  display: none !important; }

@media (min-width: 1200px) {
  .sidebar.hoverable.collapsed .nav.has-active-border > .nav-item.active > .nav-link::before {
    display: block !important;
    visibility: visible !important; }
  .sidebar.hoverable.collapsed .nav.has-active-border .nav-item .nav-item.active > .nav-link::before {
    display: none !important; } }

.nav.has-active-border.active-on-right .nav-item.active > .nav-link::before,
.nav.has-active-border.active-on-right > .nav-item.active::before {
  left: auto !important; }

@media (min-width: 1200px) {
  .collapsed:not(.toggling) .sidebar-inner:not(.is-hover) .nav.active-on-right .nav-item.active > .nav-link::before,
  .collapsed:not(.toggling) .sidebar-inner:not(.is-hover) .nav.active-on-right > .nav-item.active::before {
    left: 5rem !important;
    left: var(--sidebar-collapsed-width) !important;
    margin-left: calc(-0.25rem - 2px);
    margin-left: calc(-0.25rem - var(--active-border-offset-right));
    right: auto; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .collapsed:not(.toggling) .sidebar-inner:hover .nav.active-on-right .nav-item.active > .nav-link::before,
  .collapsed:not(.toggling) .sidebar-inner:hover .nav.active-on-right > .nav-item.active::before {
    left: auto !important;
    margin-left: auto;
    right: 0; } }

.sidebar-spaced .nav.has-active-arrow .nav-item.active > .nav-link::after {
  display: none !important; }

@media (min-width: 1200px) {
  .sidebar-spaced.sidebar-color.hoverable.collapsed .nav.has-active-border > .nav-item.active > .nav-link::before {
    display: none !important; } }

.sidebar-spaced .nav > .nav-item {
  width: 14.25rem;
  width: calc( var(--sidebar-width) - 1.75rem);
  margin-left: 0.875rem;
  border-radius: 0.325rem;
  overflow: hidden;
  margin-bottom: 0.25rem;
  pointer-events: none; }

.sidebar-spaced .nav > .nav-item::before, .sidebar-spaced .nav > .nav-item::after {
  display: none !important; }

.sidebar-spaced .nav > .nav-item > .nav-link,
.sidebar-spaced .nav > .nav-item > .submenu {
  max-width: 100%;
  pointer-events: auto; }

.sidebar-spaced .nav > .nav-item > .nav-link {
  padding-left: 1.25rem;
  min-height: 3.125em; }

.sidebar-spaced .nav > .nav-item > .nav-link > .nav-icon {
  margin-left: 0; }

.sidebar-spaced .nav > .nav-item > .submenu {
  border-width: 0; }

.sidebar-spaced .caret {
  margin-right: 0.25rem; }

.sidebar-spaced .submenu .caret {
  margin-right: 0.875rem; }

.sidebar-spaced .submenu .nav-link {
  margin-left: 2px;
  margin-right: 2px; }

.sidebar-spaced.sidebar-color .nav > .nav-item {
  transition: none;
  border-radius: 0.5rem; }

@media (min-width: 1200px) {
  .sidebar-spaced.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item {
    margin-left: 0.4375rem; }
  .sidebar-spaced.hoverable.collapsed .nav > .nav-item {
    margin-left: 0.5775rem;
    margin-right: 0.5775rem; }
  .sidebar-spaced.hoverable.collapsed .nav > .nav-item > .submenu {
    border-width: 1px; } }

@media (min-width: 1200px) {
  .sidebar-spaced.sidebar.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item > .nav-link > .nav-icon-round {
    margin-left: -0.625rem; }
  .sidebar-spaced.expandable .nav > .nav-item:not(.open):not(.active):not(:hover) > .submenu {
    background-color: transparent; }
  .sidebar-spaced.hoverable:not(.collapsed) .nav > .nav-item:not(.open):not(.active):not(:hover) > .submenu {
    background-color: transparent; }
  .sidebar-spaced.hideable .nav > .nav-item:not(.open):not(.active):not(:hover) > .submenu {
    background-color: transparent; } }

@media (max-width: 1199.98px) {
  .sidebar-spaced .nav > .nav-item:not(.open):not(.active):not(:hover) > .submenu {
    background-color: transparent; } }

/**
// If you want to use a dark sidebar like "purple", you should also include "sidebar-color".
// Except for `.sidebar-dark` and `.sidebar-dark2`
$my-sidebar-themes: (
    "color": $sidebar-color, // include before 'purple'
    "purple": $sidebar-purple
);
*/
.navbar-blue {
  background-color: #2470bd; }

.navbar-blue .navbar-toggler:hover, .navbar-blue .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-blue .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-blue .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.92);
  background-color: transparent; }

.navbar-blue .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-blue .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-blue .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-blue .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.15); }

@media (min-width: 992px) {
  .navbar-blue .navbar-intro {
    background-color: #2166ac; }
  .navbar-blue .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-blue .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-blue .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-blue .navbar-nav > .nav > .nav-item.show,
  .navbar-blue .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-blue .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-blue .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-blue .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-blue .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-blue .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-blue .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-blue .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-blue .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-blue .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-blue .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-blue .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-blue .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-blue .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-blue .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-blue .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-blue .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-blue .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-blue .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-blue .navbar-input::-moz-placeholder {
  color: #fff; }

.sidebar-light {
  background-color: #f1f3f6;
  --active-border-offset-right: 0px; }

.sidebar-light .sidebar-inner {
  background: inherit;
  box-shadow: inset -1px 0 0 0 #e2e5e8; }

.sidebar-light.toggling.has-open:not(.collapsed) .sidebar-inner {
  border-right: 1px solid #e2e5e8; }

@media (min-width: 1200px) {
  .sidebar-light:not(.sidebar-h) .nav {
    position: relative;
    left: -1px; }
  .sidebar-light:not(.sidebar-h) .nav > .nav-item.active:not(.open) > .nav-link,
  .sidebar-light.collapsed:not(.sidebar-h) .sidebar-inner:not(.is-hover) .nav.active-on-right > .nav-item.active > .nav-link {
    left: 1px; }
  .sidebar-light:not(.sidebar-h) .nav.has-active-border > .nav-item.open > .nav-link::before,
  .sidebar-light:not(.sidebar-h) .nav.has-active-border .submenu .nav-link::before {
    margin-left: 1px; }
  .sidebar-light.hoverable.collapsed:not(.sidebar-h) .nav {
    left: auto; }
  .sidebar-light.hoverable.collapsed:not(.sidebar-h) .nav .nav-item > .nav-link {
    left: auto; }
  .sidebar-light.hoverable.collapsed:not(.sidebar-h) .nav.has-active-border > .nav-item > .nav-link::before,
  .sidebar-light.hoverable.collapsed:not(.sidebar-h) .nav.has-active-border .submenu .nav-link::before {
    margin-left: auto; } }

@media (min-width: 1200px) {
  .sidebar-light.sidebar-h .nav > .nav-item.active > .nav-link {
    top: 1px; }
  .sidebar-light.sidebar-h .nav.active-on-right > .nav-item::before, .sidebar-light.sidebar-h .nav.active-on-right > .nav-item > .nav-link::before {
    bottom: auto !important;
    top: 0 !important; }
  .sidebar-light.sidebar-h .align-items-xl-end .nav.active-on-right > .nav-item::before, .sidebar-light.sidebar-h .align-items-xl-end .nav.active-on-right > .nav-item > .nav-link::before {
    top: -1px !important; } }

@media (max-width: 1199.98px) {
  .sidebar-light.sidebar-push .nav {
    position: relative;
    left: -1px; }
  .sidebar-light.sidebar-push .nav > .nav-item.active:not(.open) > .nav-link {
    left: 1px; }
  .sidebar-light.sidebar-push .nav.has-active-border > .nav-item.open > .nav-link::before,
  .sidebar-light.sidebar-push .nav.has-active-border .submenu .nav-link::before {
    margin-left: 1px; } }

.sidebar-light .nav.active-on-right .nav-item.active .nav-link::before {
  right: 0px; }

@media (max-width: 1199.98px) {
  .sidebar-light:not(.sidebar-push) .sidebar-inner {
    box-shadow: none;
    border-right: 1px solid #d7dbdf; }
  .sidebar-light:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #d7dbdf; } }

.sidebar-light .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-light .nav > .nav-item > .nav-link {
  color: #4e4e4e;
  font-size: 0.975rem; }

.sidebar-light .nav > .nav-item > .nav-link > .nav-icon {
  color: #5c5c5c;
  font-size: 1.2em; }

.sidebar-light .nav > .nav-item.open > .nav-link {
  color: #313131; }

.sidebar-light.sidebar-spaced .nav > .nav-item.open:not(.active) > .nav-link {
  background-color: #e2e5ea; }

.sidebar-light .nav > .nav-item.open > .nav-link > .nav-icon {
  color: #4a4a4a; }

.sidebar-light .nav > .nav-item > .nav-link:hover {
  background-color: #e2e5ea;
  color: #2e2f30; }

.sidebar-light .nav > .nav-item > .nav-link:hover > .nav-icon {
  color: #454647; }

.sidebar-light .nav > .nav-item > .submenu {
  background-color: #fff; }

.sidebar-light .submenu .nav-link {
  color: #616161;
  font-size: 0.95rem; }

.sidebar-light .submenu .nav-item.open > .nav-link {
  color: #1f74b6; }

.sidebar-light .submenu .nav-item > .nav-link:hover {
  color: #0f62a6;
  background-color: #e3eff9; }

.sidebar-light .submenu .nav-icon {
  color: #99a0a8;
  font-size: 1.1875rem; }

.sidebar-light .submenu .nav-link:hover > .nav-icon {
  color: #92afd0; }

.sidebar-light .submenu .nav-item.open > .nav-link > .nav-icon {
  color: #92afd0; }

.sidebar-light .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-light .caret {
  font-size: 0.925em;
  color: #91979f; }

.sidebar-light .open > .nav-link > .caret {
  color: #6b6b6c; }

.sidebar-light .nav-item > .nav-link:hover > .caret {
  color: #6b6b6c; }

.sidebar-light .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-light .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

.sidebar-light .nav > .nav-item.active {
  border: 1px solid #e1e4e7;
  border-width: 1px 0; }

@media (min-width: 1200px) {
  .sidebar-light.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-light .nav > .nav-item.active > .nav-link {
  color: #2f73b2;
  background-color: #fff;
  font-weight: 600; }

.sidebar-light .nav > .nav-item.active > .nav-link > .nav-icon {
  color: #427fb8; }

.sidebar-light .submenu .nav-item.active > .nav-link {
  color: #0f62a6; }

.sidebar-light .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-light .submenu .nav-item.active:not(.open) > .nav-link {
  background-color: #e3eff9;
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-light.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-light.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #0f62a6;
    background-color: #e3eff9;
    font-weight: 600; }
  .sidebar-light.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-light.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-light .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: #4b95ce;
  top: -1px;
  bottom: -1px; }

.sidebar-light .submenu .nav-link {
  padding-left: 4em; }

.sidebar-light .submenu .submenu .nav-link {
  padding-left: 4.75em; }

.sidebar-light .submenu .submenu .submenu .nav-link {
  padding-left: 5.375em; }

.sidebar-light .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 3em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-light .submenu .submenu .nav-text::before {
  left: 3.75em; }

.sidebar-light .submenu .submenu .submenu .nav-text::before {
  left: 4.375em; }

.sidebar-light .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: "";
  display: block;
  opacity: 0.8; }

.sidebar-light .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-light.hoverable.collapsed .submenu .nav-text::before, .sidebar-light.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

.sidebar-light .nav-item-caption {
  color: #65707c;
  font-size: 0.875rem; }

.sidebar-light .nav-item-divider {
  border-top: 1px solid #dde3e6; }

.sidebar-light .submenu .nav-item-divider {
  border-top-color: #eceff1; }

.sidebar-light .nav > .nav-item > .submenu > .submenu-inner {
  border: 1px solid #e1e4e7;
  border-width: 1px 0; }

.sidebar-light .nav > .nav-item.active > .submenu > .submenu-inner {
  border-bottom-width: 0; }

.sidebar-light .nav > .nav-item.open + .nav-item.active,
.sidebar-light .nav > .nav-item.is-toggling + .nav-item.active {
  margin-top: -2px; }

.sidebar-light .ace-scroll {
  scrollbar-color: #9dbad5 #dce3ea; }

.sidebar-light .ace-scroll::-webkit-scrollbar-track {
  background-color: #dce3ea;
  border-right: 1px solid #f1f3f6; }

.sidebar-light .ace-scroll::-webkit-scrollbar-thumb {
  background-color: #9dbad5;
  border-right: 1px solid #f1f3f6; }

.sidebar-light.sidebar-spaced .nav {
  margin-left: 0; }

.sidebar-light.sidebar-spaced .nav > .nav-item.active:not(.open) > .nav-link {
  left: auto; }

.sidebar-light.sidebar-spaced .nav > .nav-item.active {
  border-width: 1px;
  border-color: #d0d5d9; }

@media (min-width: 1200px) {
  .sidebar-light.toggling .nav > .nav-item.active.open {
    transition: none; }
  .sidebar-light.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active), .sidebar-light.hoverable.collapsed .nav > .nav-item.open:not(.active) {
    border-color: transparent;
    background-color: transparent; }
  .sidebar-light.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link, .sidebar-light.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link {
    color: #4e4e4e;
    background-color: transparent; }
  .sidebar-light.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon, .sidebar-light.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon {
    color: #5c5c5c; }
  .sidebar-light.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open, .sidebar-light.hoverable.collapsed .nav > .nav-item.active.open {
    border-width: 1px 0;
    transition: none; } }

.sidebar-light .sidebar-search-input {
  color: rgba(68, 80, 92, 0.9);
  border-bottom-color: rgba(204, 204, 204, 0.4); }

.sidebar-light .sidebar-search-input:focus {
  border-bottom-color: rgba(140, 174, 213, 0.73); }

.sidebar-light .sidebar-search-input::-webkit-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-light .sidebar-search-input::-moz-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-light .sidebar-search-input:-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-light .sidebar-search-input::-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-light .sidebar-search-input::placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-light .sidebar-search-input::-moz-placeholder {
  color: #818388; }

@media (min-width: 1200px) {
  .sidebar-color.hoverable.collapsed .submenu .submenu,
  .sidebar-color.hoverable.collapsed .submenu-inner,
  .sidebar-color.hoverable.collapsed .submenu .nav-item {
    background-color: inherit !important; }
  .sidebar-color.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text {
    color: rgba(255, 255, 255, 0.93) !important; }
  .sidebar-color.hoverable.collapsed .nav > .nav-item > .submenu {
    top: calc(100% - 2px); }
  .sidebar-color.hoverable.collapsed .sub-arrow::before {
    border-right-color: rgba(255, 255, 255, 0.33) !important; }
  .sidebar-color.hoverable.collapsed .sub-arrow::after {
    border-right-color: inherit !important; }
  .sidebar-color.hoverable.collapsed .sidebar-section-item .fadeable {
    border: 1px solid;
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1); }
  .sidebar-color.hoverable.collapsed .submenu,
  .sidebar-color.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-color.hoverable.collapsed .sidebar-section-item .fadeable {
    border-color: rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13) rgba(255, 255, 255, 0.2); }
  .sidebar-color.hoverable.collapsed .nav > .nav-item > .submenu {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .sidebar-color.hoverable.collapsed .submenu .nav-text::before {
    display: none; }
  .sidebar[class*="sidebar-gradient"]:not(.collapsed) .sidebar-color {
    background-color: transparent;
    background-image: none; }
  .sidebar-color.sidebar-hover:not(.collapsed) .submenu .submenu,
  .sidebar-color.sidebar-hover:not(.collapsed) .submenu-inner,
  .sidebar-color.sidebar-hover:not(.collapsed) .submenu .nav-item {
    background-color: inherit !important; }
  .sidebar-color.sidebar-hover:not(.collapsed) .sub-arrow::before {
    border-right-color: rgba(255, 255, 255, 0.33) !important; }
  .sidebar-color.sidebar-hover:not(.collapsed) .sub-arrow::after {
    border-right-color: inherit !important; }
  .sidebar-color.sidebar-hover:not(.collapsed) .submenu {
    border-color: rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13) rgba(255, 255, 255, 0.2); }
  .sidebar-color.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    display: none; }
  .sidebar-color.sidebar-h .nav > .nav-item > .submenu,
  .sidebar-color.sidebar-h .sidebar-section-item .fadeable {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2) rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13);
    box-shadow: none !important; }
  .sidebar-color.sidebar-h .nav > .nav-item > .sub-arrow::before,
  .sidebar-color.sidebar-h .sidebar-section-item .sub-arrow::before {
    border-right-color: transparent !important;
    border-bottom-color: inherit !important; }
  .sidebar-color.sidebar-h .nav > .nav-item > .sub-arrow::after,
  .sidebar-color.sidebar-h .sidebar-section-item .sub-arrow::after {
    border-right-color: transparent !important;
    border-bottom-color: rgba(255, 255, 255, 0.33) !important; } }

.footer {
  height: 4.75rem;
  width: 100%;
  margin-top: 1.25rem;
  direction: rtl; }

.footer-sm {
  height: 3.625rem; }

.footer-inner {
  text-align: center;
  height: inherit;
  direction: ltr;
  padding-right: 0;
  padding-left: 0; }

.footer-fixed .footer-inner {
  position: fixed;
  bottom: 0;
  left: auto;
  right: auto;
  z-index: 998;
  width: 100%; }

@media (min-width: 1200px) {
  .container .main-container, .container .main-content, .container .footer-fixed {
    max-width: inherit; }
  .container .footer-fixed .footer-inner {
    max-width: inherit;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 1200px) {
  .sidebar ~ .main-content .footer-fixed .footer-inner {
    padding-left: 16rem;
    padding-left: var(--sidebar-width); }
  .sidebar.toggling ~ .main-content .footer-fixed .footer-inner {
    transition: padding-left 150ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar.toggling ~ .main-content .footer-fixed .footer-inner {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar.collapsed ~ .main-content .footer-fixed .footer-inner {
    padding-left: 5rem;
    padding-left: var(--sidebar-collapsed-width); }
  .sidebar.hideable.collapsed ~ .main-content .footer-fixed .footer-inner {
    padding-left: 0; } }

.footer-tools {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 998; }

.footer .footer-tools {
  right: auto;
  width: 0; }

.btn-scroll-up {
  visibility: hidden;
  pointer-events: none;
  opacity: 0.75;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  transition: opacity 200ms 0ms, visibility 0ms 300ms, -webkit-transform 300ms 0ms !important;
  transition: transform 300ms 0ms, opacity 200ms 0ms, visibility 0ms 300ms !important;
  transition: transform 300ms 0ms, opacity 200ms 0ms, visibility 0ms 300ms, -webkit-transform 300ms 0ms !important; }

@media (prefers-reduced-motion: reduce) {
  .btn-scroll-up {
    transition: none; } }

.btn-scroll-up:hover {
  opacity: 0.92; }

.btn-scroll-up.scroll-btn-visible {
  -webkit-transform: none;
  transform: none;
  pointer-events: auto;
  visibility: visible;
  transition-delay: 0ms !important; }

@media (prefers-reduced-motion: reduce) {
  .btn-scroll-up {
    transition: none !important; } }

.scroll-btn-observe {
  position: absolute;
  top: 90vh;
  bottom: auto;
  right: 0;
  height: 0;
  width: 0;
  visibility: hidden;
  pointer-events: none; }

@media (min-width: 600px) {
  .scroll-btn-observe {
    top: 70vh; } }

@media (min-width: 850px) {
  .scroll-btn-observe {
    top: 40vh; } }

.navbar-fixed > .navbar-inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

@media (min-width: 992px) {
  .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; }
  .main-content .navbar-fixed .navbar-inner {
    left: 0;
    right: 0;
    width: auto; } }

@media (max-width: 575.98px) {
  .navbar-fixed-sm > .navbar-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; } }

@media (max-width: 767.98px) {
  .navbar-fixed-md > .navbar-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; } }

@media (max-width: 991.98px) {
  .navbar-fixed-lg > .navbar-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; } }

@media (max-width: 1199.98px) {
  .navbar-fixed-xl > .navbar-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; } }

@media (min-width: 1200px) {
  .sidebar ~ .main-content .navbar-fixed .navbar-inner {
    left: 16rem;
    left: var(--sidebar-width);
    transition: left 150ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar ~ .main-content .navbar-fixed .navbar-inner {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar.collapsed ~ .main-content .navbar-fixed .navbar-inner {
    left: 5rem;
    left: var(--sidebar-collapsed-width); }
  .sidebar.collapsed.hideable ~ .main-content .navbar-fixed .navbar-inner {
    left: 0; }
  .sidebar-right ~ .main-content .navbar-fixed .navbar-inner {
    left: 0;
    right: 16rem;
    right: var(--sidebar-width);
    transition: right 150ms; } }

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .sidebar-right ~ .main-content .navbar-fixed .navbar-inner {
    transition: none; } }

@media (min-width: 1200px) {
  .sidebar-right.collapsed ~ .main-content .navbar-fixed .navbar-inner {
    left: 0;
    right: 5rem;
    right: var(--sidebar-collapsed-width); }
  .sidebar-right.collapsed.hideable ~ .main-content .navbar-fixed .navbar-inner {
    left: 0;
    right: 0; } }

@media (min-width: 1200px) {
  .container .main-content .navbar-fixed {
    position: relative;
    top: auto; }
  .container .main-content .navbar-fixed .navbar-inner {
    position: relative;
    width: 100%;
    padding-left: 0 !important;
    left: auto !important;
    right: auto !important; }
  @supports (position: -webkit-sticky) or (position: sticky) {
    .container .main-content .navbar-fixed {
      position: -webkit-sticky;
      position: sticky;
      top: 0; } } }

@media (max-width: 1199.98px) {
  .main-content .navbar-fixed .navbar-inner,
  .container .main-content .navbar-fixed .navbar-inner {
    left: auto;
    right: auto;
    width: 100%; } }

.sidebar-fixed {
  z-index: 1021; }

.sidebar-fixed .sidebar-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  height: auto; }

.main-container .sidebar-fixed {
  z-index: 1020; }

.main-content .sidebar-fixed {
  z-index: 1017; }

@media (min-width: 1200px) {
  .navbar ~ .main-container .sidebar-fixed > .sidebar-inner {
    top: 4.5rem;
    top: var(--navbar-height); }
  .navbar-sm ~ .main-container .sidebar-fixed > .sidebar-inner {
    top: 4rem;
    top: var(--navbar-sm-height); } }

@media (max-width: 1199.98px) {
  .sidebar-fixed {
    z-index: 1020; }
  .navbar ~ .main-container .sidebar-fixed > .sidebar-inner,
  .navbar ~ .sidebar-fixed > .sidebar-inner {
    top: 4rem;
    top: var(--navbar-mobile-height); }
  .sidebar-fixed.sidebar-top > .sidebar-inner {
    top: 0 !important; }
  .sidebar-fixed.sidebar-top {
    z-index: 1024 !important; }
  .main-container .sidebar-fixed {
    z-index: 1024; }
  .navbar ~ .main-container .sidebar-fixed {
    z-index: 1020; } }

.content-nav {
  position: relative;
  min-height: 2.5rem;
  margin: 0.75rem 1rem;
  padding: 0 0.5rem;
  border-radius: 0.325rem; }

.breadcrumb {
  margin-bottom: 0;
  background-color: transparent; }

.breadcrumb-item {
  font-size: 0.95rem;
  position: relative; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1.25em; }

.breadcrumb-item + .breadcrumb-item::before {
  position: absolute;
  left: 0.425em;
  top: -2px;
  content: "\203A";
  font-size: 1.25em;
  opacity: 0.88; }

.breadcrumb-item[class*="text-"]::before {
  color: inherit !important; }

.breadcrumb-nosep .breadcrumb-item::before {
  display: none; }

.bcard {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
  border-width: 0;
  background-color: #fff;
  position: relative; }

.bcard .card-header {
  background-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.09); }

.ccard {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.5rem;
  border: 1px solid #e0e5e8;
  background-color: #fff;
  position: relative; }

.ccard > .card-header {
  background-color: transparent;
  border-color: #e8e9ea; }

.ccard > .card-header > .card-title {
  color: #4c5b70; }

.dcard {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
  border: 1px solid #e0e5e8;
  background-color: #fff;
  position: relative; }

.dcard > .card-header {
  background-color: transparent;
  border-color: #e8e9ea; }

.dcard > .card-header > .card-title {
  color: #4c5b70; }

.acard {
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: #fff;
  position: relative; }

.acard > .card-header {
  background-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.5rem;
  -ms-flex-align: center;
  align-items: center;
  border-color: #e6eaed; }

.acard > .card-header .card-title {
  color: #4c5b70;
  font-size: 1.25rem; }

.acard > .card-body {
  padding: 0.75rem 0.25rem; }

.card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem; }

.card-header.card-header-sm {
  padding: 0.375rem 0.625rem; }

.card-header.card-header-lg {
  padding: 1.125rem 1.25rem; }

.card-title {
  color: #2564a9;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: normal;
  margin-bottom: 0; }

@-webkit-keyframes cardFadeOutIn {
  0% {
    opacity: 0.5; }
  70% {
    opacity: 0.7; }
  100% {
    opacity: 0.9; } }

@keyframes cardFadeOutIn {
  0% {
    opacity: 0.5; }
  70% {
    opacity: 0.7; }
  100% {
    opacity: 0.9; } }

.card-expanding {
  position: fixed;
  z-index: 1030;
  transition: all 0.2s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .card-expanding {
    transition: none; } }

.card-expanding.card-expand {
  -webkit-animation-name: cardFadeOutIn;
  animation-name: cardFadeOutIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s; }

@media (prefers-reduced-motion: reduce) {
  .card-expanding.card-expand {
    -webkit-animation-duration: 0s;
    animation-duration: 0s; } }

.card-expand {
  z-index: 1030;
  transition-delay: .1s;
  border-radius: 0;
  position: fixed;
  top: 0;
  /*rtl:ignore*/
  left: 0;
  width: 100%;
  height: 100%; }

.card-expand > .card-body {
  max-height: none !important; }

.card-toolbar {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.5rem; }

.card-toolbar:not(.no-border)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 1px;
  width: 0;
  overflow: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.card-toolbar[class*="brc-"]::before {
  border-left-color: inherit; }

.card-toolbar + .card-toolbar {
  margin-left: 0.5rem; }

.card-toolbar-btn {
  opacity: 0.85;
  transition: all 0.15s;
  margin-left: 0.625rem;
  font-size: 1.075rem;
  display: inline-block; }

@media (prefers-reduced-motion: reduce) {
  .card-toolbar-btn {
    transition: none; } }

.card-toolbar-btn:hover {
  opacity: 1; }

.card-toolbar-btn:not(.btn):hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.card-header .collapsed[data-action="toggle"] [class*="-up"] {
  -webkit-transform-origin: center 55%;
  transform-origin: center 55%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.card-header .collapsed[data-action="toggle"] [class*="-down"] {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.card-header-sm .card-toolbar-btn {
  font-size: 1rem; }

.card-header-lg .card-toolbar-btn {
  font-size: 1.125rem; }

.card-body:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit; }

.bs-card-loading-overlay {
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -1px;
  left: -1px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.27);
  text-align: center;
  border-radius: inherit; }

.bs-card-loading-overlay .bs-card-loading-icon {
  position: relative;
  top: 25%; }

.card-body.collapse:not(.show) ~ .bs-card-loading-overlay .bs-card-loading-icon {
  top: 10%; }

.page-link {
  color: #2573b3;
  background-color: #fafcfe;
  border-color: #d2e6f6;
  border-radius: 0; }

.page-link:hover {
  color: #2573b3;
  background-color: #ecf4fc;
  border-color: #c0dbf2; }

.page-link.active {
  z-index: 3; }

.page-link:focus {
  box-shadow: none;
  color: #2573b3;
  background-color: #f3f8fd;
  border-color: #c0dbf2; }

.page-link:active {
  color: #2573b3;
  background-color: #ecf4fc;
  border-color: #c0dbf2; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2a80c8;
  border-color: #287abe; }

.page-item.disabled .page-link {
  color: #8d9fab;
  background-color: #fff;
  border-color: #d3dadf; }

.btn {
  cursor: pointer;
  position: relative;
  z-index: auto;
  border-radius: 0.175rem;
  transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s, opacity 0.15s; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn.btn-xs {
  padding: 0.25rem 0.5rem 0.275rem;
  line-height: 1.25;
  font-size: 0.9rem; }

@media (hover: hover) {
  button.btn:active:not(.disabled):not(.static) {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); } }

@media (hover: none) {
  button.btn {
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s, opacity 0.15s, -webkit-transform 0.14s;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s, opacity 0.15s, transform 0.14s;
    transition: color 0.15s, background-color 0.15s, border-color 0.15s, box-shadow 0.15s, opacity 0.15s, transform 0.14s, -webkit-transform 0.14s; } }

@media (hover: none) and (prefers-reduced-motion: reduce) {
  button.btn {
    transition: none; } }

@media (hover: none) {
  button.btn:active:not(.disabled):not(.static) {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

.btn:focus, .btn.focus,
.show > .btn.dropdown-toggle:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: none; }

.btn[class*="btn-h-light"].fs--shadow:hover:focus,
.btn[class*="btn-h-light"]:not(:disabled):not(.disabled):active,
.btn[class*="btn-h-light"]:not(:disabled):not(.disabled).active,
.show > .btn[class*="btn-h-light"].dropdown-toggle {
  box-shadow: none; }

.btn-default {
  color: #fff;
  background-color: #4188b3;
  border-color: #4188b3; }

.btn-default:hover {
  color: #fff;
  background-color: #3a7aa1;
  border-color: #39789e; }

.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #3b7da3;
  border-color: #377497; }

.btn-default:focus.fs--shadow, .btn-default.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(65, 136, 179, 0.4); }

.show > .btn.btn-default.dropdown-toggle, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active {
  background-color: #377498;
  border-color: #336b8c;
  color: #fff; }

.btn-default.disabled, .btn-default:disabled {
  background-color: #4188b3;
  border-color: #4188b3; }

.btn-outline-default {
  color: #2d77a4;
  border-color: #a9bdc9;
  background-color: transparent; }

.btn-outline-default:hover {
  color: #fff;
  background-color: #4188b3;
  border-color: #4188b3; }

.btn-outline-default:focus.fs--shadow, .btn-outline-default.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(65, 136, 179, 0.4); }

.show > .btn.btn-outline-default.dropdown-toggle, .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #4188b3;
  border-color: #4188b3; }

.show > .btn.btn-outline-default.dropdown-toggle.fs--shadow:focus, .btn-outline-default:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-default:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(65, 136, 179, 0.4); }

.btn-outline-default.disabled, .btn-outline-default:disabled {
  border-color: #a9bdc9;
  color: #2d77a4; }

.btn-light-default {
  color: #376988;
  background-color: #e0ecf3;
  border-color: #afccdf; }

.btn-light-default:hover {
  color: #33627f;
  background-color: #d1e2ed;
  border-color: #a0c4d9; }

.btn-light-default:focus, .btn-light-default.focus {
  color: #315f7b;
  background-color: #c9ddea;
  border-color: #98bfd6; }

.show > .btn.btn-light-default.dropdown-toggle, .btn-light-default:not(:disabled):not(.disabled):active, .btn-light-default:not(:disabled):not(.disabled).active {
  color: #2f5b76;
  background-color: #c1d8e6;
  border-color: #91bad3; }

.btn-lighter-default {
  color: #3a6f90;
  background-color: #eff5f9;
  border-color: #b8d2e3; }

.btn-lighter-default:hover {
  color: #376989;
  background-color: #e7f0f5;
  border-color: #a2c5da; }

.btn-lighter-default:focus, .btn-lighter-default.focus {
  color: #366785;
  background-color: #e4eef4;
  border-color: #9dc2d8; }

.show > .btn.btn-lighter-default.dropdown-toggle, .btn-lighter-default:not(:disabled):not(.disabled):active, .btn-lighter-default:not(:disabled):not(.disabled).active {
  color: #346481;
  background-color: #e0ecf3;
  border-color: #98bfd6; }

.btn-primary {
  color: #fff;
  background-color: #2c86d1;
  border-color: #2c86d1; }

.btn-primary:hover {
  color: #fff;
  background-color: #2779bc;
  border-color: #2676b8; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #287abf;
  border-color: #2571b1; }

.btn-primary:focus.fs--shadow, .btn-primary.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(44, 134, 209, 0.4); }

.show > .btn.btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #2572b2;
  border-color: #2269a4;
  color: #fff; }

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #2c86d1;
  border-color: #2c86d1; }

.btn-outline-primary {
  color: #1b74bf;
  border-color: #64a0d3;
  background-color: transparent; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2c86d1;
  border-color: #2c86d1; }

.btn-outline-primary:focus.fs--shadow, .btn-outline-primary.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(44, 134, 209, 0.4); }

.show > .btn.btn-outline-primary.dropdown-toggle, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2c86d1;
  border-color: #2c86d1; }

.show > .btn.btn-outline-primary.dropdown-toggle.fs--shadow:focus, .btn-outline-primary:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-primary:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(44, 134, 209, 0.4); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  border-color: #64a0d3;
  color: #1b74bf; }

.btn-light-primary {
  color: #1766a8;
  background-color: #dbebf8;
  border-color: #a0c9eb; }

.btn-light-primary:hover {
  color: #165f9d;
  background-color: #c9e1f4;
  border-color: #83b8e5; }

.btn-light-primary:focus, .btn-light-primary.focus {
  color: #155b95;
  background-color: #bddaf2;
  border-color: #7cb5e4; }

.show > .btn.btn-light-primary.dropdown-toggle, .btn-light-primary:not(:disabled):not(.disabled):active, .btn-light-primary:not(:disabled):not(.disabled).active {
  color: #14568d;
  background-color: #b0d2ef;
  border-color: #75b1e2; }

.btn-lighter-primary {
  color: #196db3;
  background-color: #edf5fb;
  border-color: #a0c9eb; }

.btn-lighter-primary:hover {
  color: #1867aa;
  background-color: #e3eff9;
  border-color: #83b8e5; }

.btn-lighter-primary:focus, .btn-lighter-primary.focus {
  color: #1765a6;
  background-color: #dfedf9;
  border-color: #7cb5e4; }

.show > .btn.btn-lighter-primary.dropdown-toggle, .btn-lighter-primary:not(:disabled):not(.disabled):active, .btn-lighter-primary:not(:disabled):not(.disabled).active {
  color: #1662a1;
  background-color: #dbebf8;
  border-color: #75b1e2; }

.btn-secondary {
  color: #fff;
  background-color: #678497;
  border-color: #678497; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5d7788;
  border-color: #5b7485; }

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5e788a;
  border-color: #576f80; }

.btn-secondary:focus.fs--shadow, .btn-secondary.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(103, 132, 151, 0.4); }

.show > .btn.btn-secondary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #587081;
  border-color: #516777;
  color: #fff; }

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #678497;
  border-color: #678497; }

.btn-outline-secondary {
  color: #4e748d;
  border-color: #86a0b2;
  background-color: transparent; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #678497;
  border-color: #678497; }

.btn-outline-secondary:focus.fs--shadow, .btn-outline-secondary.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(103, 132, 151, 0.4); }

.show > .btn.btn-outline-secondary.dropdown-toggle, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #678497;
  border-color: #678497; }

.show > .btn.btn-outline-secondary.dropdown-toggle.fs--shadow:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(103, 132, 151, 0.4); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  border-color: #86a0b2;
  color: #4e748d; }

.btn-light-secondary {
  color: #4c6778;
  background-color: #e6eaed;
  border-color: #bfc8cf; }

.btn-light-secondary:hover {
  color: #476071;
  background-color: #dae0e4;
  border-color: #b0bcc5; }

.btn-light-secondary:focus, .btn-light-secondary.focus {
  color: #445c6c;
  background-color: #d3dadf;
  border-color: #abb8c1; }

.show > .btn.btn-light-secondary.dropdown-toggle, .btn-light-secondary:not(:disabled):not(.disabled):active, .btn-light-secondary:not(:disabled):not(.disabled).active {
  color: #415867;
  background-color: #cbd3d9;
  border-color: #a7b4be; }

.btn-lighter-secondary {
  color: #516e80;
  background-color: #f2f4f6;
  border-color: #c3ccd2; }

.btn-lighter-secondary:hover {
  color: #4d687a;
  background-color: #ebeff1;
  border-color: #b0bcc5; }

.btn-lighter-secondary:focus, .btn-lighter-secondary.focus {
  color: #4b6677;
  background-color: #e9edef;
  border-color: #acb9c2; }

.show > .btn.btn-lighter-secondary.dropdown-toggle, .btn-lighter-secondary:not(:disabled):not(.disabled):active, .btn-lighter-secondary:not(:disabled):not(.disabled).active {
  color: #496373;
  background-color: #e6eaed;
  border-color: #a8b5bf; }

.btn-info {
  color: #fff;
  background-color: #008bb2;
  border-color: #008bb2; }

.btn-info:hover {
  color: #fff;
  background-color: #007da0;
  border-color: #007a9d; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #0082a6;
  border-color: #00799a; }

.btn-info:focus.fs--shadow, .btn-info.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(0, 139, 178, 0.4); }

.show > .btn.btn-info.dropdown-toggle, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
  background-color: #007697;
  border-color: #006d8b;
  color: #fff; }

.btn-info.disabled, .btn-info:disabled {
  background-color: #008bb2;
  border-color: #008bb2; }

.btn-outline-info {
  color: #00799b;
  border-color: #52a4bb;
  background-color: transparent; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #008bb2;
  border-color: #008bb2; }

.btn-outline-info:focus.fs--shadow, .btn-outline-info.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(0, 139, 178, 0.4); }

.show > .btn.btn-outline-info.dropdown-toggle, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #008bb2;
  border-color: #008bb2; }

.show > .btn.btn-outline-info.dropdown-toggle.fs--shadow:focus, .btn-outline-info:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-info:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(0, 139, 178, 0.4); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  border-color: #52a4bb;
  color: #00799b; }

.btn-light-info {
  color: #00708f;
  background-color: #d7f4fc;
  border-color: #7cd9f4; }

.btn-light-info:hover {
  color: #006a87;
  background-color: #c3eefa;
  border-color: #64d3f2; }

.btn-light-info:focus, .btn-light-info.focus {
  color: #006682;
  background-color: #b3eaf9;
  border-color: #54cef0; }

.show > .btn.btn-light-info.dropdown-toggle, .btn-light-info:not(:disabled):not(.disabled):active, .btn-light-info:not(:disabled):not(.disabled).active {
  color: #00627d;
  background-color: #a3e5f7;
  border-color: #43c9ef; }

.btn-lighter-info {
  color: #007494;
  background-color: #ebf9fd;
  border-color: #8cdef5; }

.btn-lighter-info:hover {
  color: #006e8c;
  background-color: #e0f6fc;
  border-color: #69d4f2; }

.btn-lighter-info:focus, .btn-lighter-info.focus {
  color: #006b89;
  background-color: #dcf5fc;
  border-color: #61d2f2; }

.show > .btn.btn-lighter-info.dropdown-toggle, .btn-lighter-info:not(:disabled):not(.disabled):active, .btn-lighter-info:not(:disabled):not(.disabled).active {
  color: #006885;
  background-color: #d7f4fc;
  border-color: #58cff1; }

.btn-success {
  color: #fff;
  background-color: #3f923f;
  border-color: #3f923f; }

.btn-success:hover {
  color: #fff;
  background-color: #398339;
  border-color: #388038; }

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #3b873b;
  border-color: #377d37; }

.btn-success:focus.fs--shadow, .btn-success.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(63, 146, 63, 0.4); }

.show > .btn.btn-success.dropdown-toggle, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  background-color: #367c36;
  border-color: #327232;
  color: #fff; }

.btn-success.disabled, .btn-success:disabled {
  background-color: #3f923f;
  border-color: #3f923f; }

.btn-outline-success {
  color: #2c812c;
  border-color: #6faa6f;
  background-color: transparent; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #3f923f;
  border-color: #3f923f; }

.btn-outline-success:focus.fs--shadow, .btn-outline-success.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(63, 146, 63, 0.4); }

.show > .btn.btn-outline-success.dropdown-toggle, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3f923f;
  border-color: #3f923f; }

.show > .btn.btn-outline-success.dropdown-toggle.fs--shadow:focus, .btn-outline-success:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-success:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(63, 146, 63, 0.4); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  border-color: #6faa6f;
  color: #2c812c; }

.btn-light-success {
  color: #2f732f;
  background-color: #e1f1e1;
  border-color: #a7d5a7; }

.btn-light-success:hover {
  color: #2d6d2d;
  background-color: #d3ead3;
  border-color: #9bcf9b; }

.btn-light-success:focus, .btn-light-success.focus {
  color: #2b692b;
  background-color: #cae6ca;
  border-color: #91cb91; }

.show > .btn.btn-light-success.dropdown-toggle, .btn-light-success:not(:disabled):not(.disabled):active, .btn-light-success:not(:disabled):not(.disabled).active {
  color: #296429;
  background-color: #c0e1c0;
  border-color: #88c688; }

.btn-lighter-success {
  color: #327a32;
  background-color: #f0f8f0;
  border-color: #b5dcb5; }

.btn-lighter-success:hover {
  color: #2f742f;
  background-color: #e8f4e8;
  border-color: #9ed19e; }

.btn-lighter-success:focus, .btn-lighter-success.focus {
  color: #2e712e;
  background-color: #e5f3e5;
  border-color: #99cf99; }

.show > .btn.btn-lighter-success.dropdown-toggle, .btn-lighter-success:not(:disabled):not(.disabled):active, .btn-lighter-success:not(:disabled):not(.disabled).active {
  color: #2d6e2d;
  background-color: #e1f1e1;
  border-color: #94cc94; }

.btn-danger {
  color: #fff;
  background-color: #df4b30;
  border-color: #df4b30; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9432b;
  border-color: #c4422a; }

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ca432c;
  border-color: #bb3e29; }

.btn-danger:focus.fs--shadow, .btn-danger.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(223, 75, 48, 0.4); }

.show > .btn.btn-danger.dropdown-toggle, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
  background-color: #bd3f29;
  border-color: #ae3a26;
  color: #fff; }

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #df4b30;
  border-color: #df4b30; }

.btn-outline-danger {
  color: #d53114;
  border-color: #e2735f;
  background-color: transparent; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #df4b30;
  border-color: #df4b30; }

.btn-outline-danger:focus.fs--shadow, .btn-outline-danger.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(223, 75, 48, 0.4); }

.show > .btn.btn-outline-danger.dropdown-toggle, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #df4b30;
  border-color: #df4b30; }

.show > .btn.btn-outline-danger.dropdown-toggle.fs--shadow:focus, .btn-outline-danger:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-danger:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(223, 75, 48, 0.4); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  border-color: #e2735f;
  color: #d53114; }

.btn-light-danger {
  color: #b0341e;
  background-color: #f9dfda;
  border-color: #eeafa4; }

.btn-light-danger:hover {
  color: #a3301c;
  background-color: #f5cfc8;
  border-color: #e99788; }

.btn-light-danger:focus, .btn-light-danger.focus {
  color: #9a2d1a;
  background-color: #f3c5bd;
  border-color: #e89282; }

.show > .btn.btn-light-danger.dropdown-toggle, .btn-light-danger:not(:disabled):not(.disabled):active, .btn-light-danger:not(:disabled):not(.disabled).active {
  color: #922b19;
  background-color: #f1bbb2;
  border-color: #e78c7b; }

.btn-lighter-danger {
  color: #b9361f;
  background-color: #fcefec;
  border-color: #eeafa4; }

.btn-lighter-danger:hover {
  color: #b0341e;
  background-color: #fae6e2;
  border-color: #e99788; }

.btn-lighter-danger:focus, .btn-lighter-danger.focus {
  color: #ab331d;
  background-color: #fae3de;
  border-color: #e89282; }

.show > .btn.btn-lighter-danger.dropdown-toggle, .btn-lighter-danger:not(:disabled):not(.disabled):active, .btn-lighter-danger:not(:disabled):not(.disabled).active {
  color: #a6311c;
  background-color: #f9dfda;
  border-color: #e78c7b; }

.btn-warning {
  color: #22190b;
  background-color: #ffbe50;
  border-color: #ffbe50; }

.btn-warning:hover {
  color: #22190b;
  background-color: #e6ab48;
  border-color: #e0a746; }

.btn-warning:focus, .btn-warning.focus {
  color: #22190b;
  background-color: #ffb536;
  border-color: #eca732; }

.btn-warning:focus.fs--shadow, .btn-warning.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(255, 190, 80, 0.4); }

.show > .btn.btn-warning.dropdown-toggle, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
  background-color: #ffaf27;
  border-color: #eba124;
  color: #22190b; }

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffbe50;
  border-color: #ffbe50; }

.btn-outline-warning {
  color: #c86800;
  border-color: #e6b461;
  background-color: transparent; }

.btn-outline-warning:hover {
  color: #22190b;
  background-color: #ffbe50;
  border-color: #ffbe50; }

.btn-outline-warning:focus.fs--shadow, .btn-outline-warning.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(255, 190, 80, 0.4); }

.show > .btn.btn-outline-warning.dropdown-toggle, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #22190b;
  background-color: #ffbe50;
  border-color: #ffbe50; }

.show > .btn.btn-outline-warning.dropdown-toggle.fs--shadow:focus, .btn-outline-warning:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-warning:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(255, 190, 80, 0.4); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  border-color: #e6b461;
  color: #c86800; }

.btn-light-warning {
  color: #8d5f13;
  background-color: #fceed7;
  border-color: #f4c67a; }

.btn-light-warning:hover {
  color: #865a12;
  background-color: #fae6c3;
  border-color: #f1be69; }

.btn-light-warning:focus, .btn-light-warning.focus {
  color: #825811;
  background-color: #f9e1b9;
  border-color: #f1b95e; }

.show > .btn.btn-light-warning.dropdown-toggle, .btn-light-warning:not(:disabled):not(.disabled):active, .btn-light-warning:not(:disabled):not(.disabled).active {
  color: #7f5611;
  background-color: #f8dcae;
  border-color: #f0b553; }

.btn-lighter-warning {
  color: #916213;
  background-color: #fdf7eb;
  border-color: #f7d6a0; }

.btn-lighter-warning:hover {
  color: #8a5d12;
  background-color: #fcf2e0;
  border-color: #f4ca85; }

.btn-lighter-warning:focus, .btn-lighter-warning.focus {
  color: #875b12;
  background-color: #fcf0dc;
  border-color: #f4c87f; }

.show > .btn.btn-lighter-warning.dropdown-toggle, .btn-lighter-warning:not(:disabled):not(.disabled):active, .btn-lighter-warning:not(:disabled):not(.disabled).active {
  color: #835811;
  background-color: #fceed7;
  border-color: #f3c578; }

.btn-dark {
  color: #fff;
  background-color: #42474e;
  border-color: #42474e; }

.btn-dark:hover {
  color: #fff;
  background-color: #3b4046;
  border-color: #3a3e45; }

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #3f444a;
  border-color: #3b3e45; }

.btn-dark:focus.fs--shadow, .btn-dark.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(66, 71, 78, 0.4); }

.show > .btn.btn-dark.dropdown-toggle, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
  background-color: #383c42;
  border-color: #34373d;
  color: #fff; }

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #42474e;
  border-color: #42474e; }

.btn-outline-dark {
  color: #42474e;
  border-color: #7e8287;
  background-color: transparent; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #42474e;
  border-color: #42474e; }

.btn-outline-dark:focus.fs--shadow, .btn-outline-dark.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(66, 71, 78, 0.4); }

.show > .btn.btn-outline-dark.dropdown-toggle, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #42474e;
  border-color: #42474e; }

.show > .btn.btn-outline-dark.dropdown-toggle.fs--shadow:focus, .btn-outline-dark:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-dark:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(66, 71, 78, 0.4); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  border-color: #7e8287;
  color: #42474e; }

.btn-light-dark {
  color: #35393e;
  background-color: #e2e3e4;
  border-color: #aaacaf; }

.btn-light-dark:hover {
  color: #35393e;
  background-color: #d4d5d7;
  border-color: #8f9297; }

.btn-light-dark:focus, .btn-light-dark.focus {
  color: #35393e;
  background-color: #c8c9cb;
  border-color: #898d92; }

.show > .btn.btn-light-dark.dropdown-toggle, .btn-light-dark:not(:disabled):not(.disabled):active, .btn-light-dark:not(:disabled):not(.disabled).active {
  color: #35393e;
  background-color: #bbbdbf;
  border-color: #83878c; }

.btn-lighter-dark {
  color: #35393e;
  background-color: #eff0f0;
  border-color: #aaacaf; }

.btn-lighter-dark:hover {
  color: #32363b;
  background-color: #e8e9ea;
  border-color: #8f9297; }

.btn-lighter-dark:focus, .btn-lighter-dark.focus {
  color: #31353a;
  background-color: #e5e6e7;
  border-color: #898d92; }

.show > .btn.btn-lighter-dark.dropdown-toggle, .btn-lighter-dark:not(:disabled):not(.disabled):active, .btn-lighter-dark:not(:disabled):not(.disabled).active {
  color: #303338;
  background-color: #e2e3e4;
  border-color: #83878c; }

.btn-light {
  color: #5d6069;
  background-color: #f8f9fb;
  border-color: #d4d7dd; }

.btn-light:hover {
  color: #4f5257;
  background-color: #eaecf0;
  border-color: #cbcdd1; }

.btn-light:focus, .btn-light.focus {
  color: #595a5e;
  background-color: #eff0f3;
  border-color: #bbbcbd; }

.btn-light:focus.fs--shadow, .btn-light.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(212, 215, 221, 0.4); }

.show > .btn.btn-light.dropdown-toggle, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
  background-color: #e6e8ed;
  border-color: #b3b4b5;
  color: #595a5e; }

.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fb;
  border-color: #d4d7dd; }

.btn-outline-light {
  color: #91969b;
  border-color: #d4d7dd;
  background-color: transparent; }

.btn-outline-light:hover {
  color: #5d6069;
  background-color: #f8f9fb;
  border-color: #d4d7dd; }

.btn-outline-light:focus.fs--shadow, .btn-outline-light.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(212, 215, 221, 0.4); }

.show > .btn.btn-outline-light.dropdown-toggle, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #5d6069;
  background-color: #f8f9fb;
  border-color: #d4d7dd; }

.show > .btn.btn-outline-light.dropdown-toggle.fs--shadow:focus, .btn-outline-light:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-light:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(212, 215, 221, 0.4); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  border-color: #d4d7dd;
  color: #91969b; }

.btn-light-light {
  color: #6e7074;
  background-color: #fefeff;
  border-color: #d9d9e6; }

.btn-light-light:hover {
  color: #6e7074;
  background-color: #fefefe;
  border-color: #d7d7eb; }

.btn-light-light:focus, .btn-light-light.focus {
  color: #6e7074;
  background-color: #fefefe;
  border-color: #d6d6eb; }

.show > .btn.btn-light-light.dropdown-toggle, .btn-light-light:not(:disabled):not(.disabled):active, .btn-light-light:not(:disabled):not(.disabled).active {
  color: #6e7074;
  background-color: #fdfdfe;
  border-color: #d6d6ea; }

.btn-lighter-light {
  color: #6f7175;
  background-color: #feffff;
  border-color: #d9d9e6; }

.btn-lighter-light:hover {
  color: #696b6f;
  background-color: #fefeff;
  border-color: #d1d1e8; }

.btn-lighter-light:focus, .btn-lighter-light.focus {
  color: #67696c;
  background-color: #fefeff;
  border-color: #cfcfe7; }

.show > .btn.btn-lighter-light.dropdown-toggle, .btn-lighter-light:not(:disabled):not(.disabled):active, .btn-lighter-light:not(:disabled):not(.disabled).active {
  color: #646669;
  background-color: #fefeff;
  border-color: #cdcde6; }

.btn-white {
  color: #606060;
  background-color: #fff;
  border-color: #ddd; }

.btn-white:hover {
  color: #606060;
  background-color: #fff;
  border-color: #c5c5c5; }

.btn-white:focus, .btn-white.focus {
  color: #606060;
  background-color: white;
  border-color: #bdbdbd; }

.btn-white:focus.fs--shadow, .btn-white.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(221, 221, 221, 0.4); }

.show > .btn.btn-white.dropdown-toggle, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active {
  background-color: #fff;
  border-color: #b5b5b5;
  color: #606060; }

.btn-white.disabled, .btn-white:disabled {
  background-color: #fff;
  border-color: #ddd; }

.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }

.btn-outline-white:hover {
  color: #4d4d4d;
  background-color: #fff;
  border-color: #fff; }

.btn-outline-white:focus.fs--shadow, .btn-outline-white.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(221, 221, 221, 0.4); }

.show > .btn.btn-outline-white.dropdown-toggle, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
  color: #464646;
  background-color: #fff;
  border-color: #fff; }

.show > .btn.btn-outline-white.dropdown-toggle.fs--shadow:focus, .btn-outline-white:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-white:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(221, 221, 221, 0.4); }

.btn-outline-white.disabled, .btn-outline-white:disabled {
  border-color: #fff;
  color: #fff; }

.btn-black {
  color: #fff;
  background-color: #2c3034;
  border-color: #2c3034; }

.btn-black:hover {
  color: #fff;
  background-color: #282b2f;
  border-color: #272a2e; }

.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: #2c3134;
  border-color: #292e30; }

.btn-black:focus.fs--shadow, .btn-black.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(44, 48, 52, 0.4); }

.show > .btn.btn-black.dropdown-toggle, .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active {
  background-color: #25292c;
  border-color: #222628;
  color: #fff; }

.btn-black.disabled, .btn-black:disabled {
  background-color: #2c3034;
  border-color: #2c3034; }

.btn-outline-black {
  color: #2c3034;
  border-color: #414549;
  background-color: transparent; }

.btn-outline-black:hover {
  color: #fff;
  background-color: #2c3034;
  border-color: #2c3034; }

.btn-outline-black:focus.fs--shadow, .btn-outline-black.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(44, 48, 52, 0.4); }

.show > .btn.btn-outline-black.dropdown-toggle, .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2c3034;
  border-color: #2c3034; }

.show > .btn.btn-outline-black.dropdown-toggle.fs--shadow:focus, .btn-outline-black:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-black:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(44, 48, 52, 0.4); }

.btn-outline-black.disabled, .btn-outline-black:disabled {
  border-color: #414549;
  color: #2c3034; }

.btn-light-black {
  color: #23262a;
  background-color: #dfe0e0;
  border-color: #a0a2a4; }

.btn-light-black:hover {
  color: #23262a;
  background-color: #cfd0d1;
  border-color: #838587; }

.btn-light-black:focus, .btn-light-black.focus {
  color: #23262a;
  background-color: #c1c3c4;
  border-color: #7c7f81; }

.show > .btn.btn-light-black.dropdown-toggle, .btn-light-black:not(:disabled):not(.disabled):active, .btn-light-black:not(:disabled):not(.disabled).active {
  color: #23262a;
  background-color: #b3b5b6;
  border-color: #75787a; }

.btn-lighter-black {
  color: #23262a;
  background-color: #eeeeee;
  border-color: #a0a2a4; }

.btn-lighter-black:hover {
  color: #212428;
  background-color: #e6e6e7;
  border-color: #838587; }

.btn-lighter-black:focus, .btn-lighter-black.focus {
  color: #212327;
  background-color: #e3e3e4;
  border-color: #7c7f81; }

.show > .btn.btn-lighter-black.dropdown-toggle, .btn-lighter-black:not(:disabled):not(.disabled):active, .btn-lighter-black:not(:disabled):not(.disabled).active {
  color: #202226;
  background-color: #dfe0e0;
  border-color: #75787a; }

.btn-grey {
  color: #fff;
  background-color: #767679;
  border-color: #767679; }

.btn-grey:hover {
  color: #fff;
  background-color: #6a6b6d;
  border-color: #67686b; }

.btn-grey:focus, .btn-grey.focus {
  color: #fff;
  background-color: #6c6d6f;
  border-color: #646567; }

.btn-grey:focus.fs--shadow, .btn-grey.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(118, 118, 121, 0.4); }

.show > .btn.btn-grey.dropdown-toggle, .btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active {
  background-color: #646567;
  border-color: #5c5d5f;
  color: #fff; }

.btn-grey.disabled, .btn-grey:disabled {
  background-color: #767679;
  border-color: #767679; }

.btn-outline-grey {
  color: #666;
  border-color: #979797;
  background-color: transparent; }

.btn-outline-grey:hover {
  color: #fff;
  background-color: #767679;
  border-color: #767679; }

.btn-outline-grey:focus.fs--shadow, .btn-outline-grey.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(118, 118, 121, 0.4); }

.show > .btn.btn-outline-grey.dropdown-toggle, .btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #767679;
  border-color: #767679; }

.show > .btn.btn-outline-grey.dropdown-toggle.fs--shadow:focus, .btn-outline-grey:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-grey:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(118, 118, 121, 0.4); }

.btn-outline-grey.disabled, .btn-outline-grey:disabled {
  border-color: #979797;
  color: #666; }

.btn-light-grey {
  color: #636366;
  background-color: #e9e9e9;
  border-color: #c5c6c7; }

.btn-light-grey:hover {
  color: #5d5d60;
  background-color: #dedfdf;
  border-color: #b3b4b6; }

.btn-light-grey:focus, .btn-light-grey.focus {
  color: #58585b;
  background-color: #d7d8d8;
  border-color: #afb0b2; }

.show > .btn.btn-light-grey.dropdown-toggle, .btn-light-grey:not(:disabled):not(.disabled):active, .btn-light-grey:not(:disabled):not(.disabled).active {
  color: #535356;
  background-color: #cfd0d1;
  border-color: #abacae; }

.btn-lighter-grey {
  color: #666669;
  background-color: #f4f4f4;
  border-color: #c5c6c7; }

.btn-lighter-grey:hover {
  color: #616164;
  background-color: #eeeeee;
  border-color: #b3b4b6; }

.btn-lighter-grey:focus, .btn-lighter-grey.focus {
  color: #5f5f62;
  background-color: #ececec;
  border-color: #afb0b2; }

.show > .btn.btn-lighter-grey.dropdown-toggle, .btn-lighter-grey:not(:disabled):not(.disabled):active, .btn-lighter-grey:not(:disabled):not(.disabled).active {
  color: #5c5c5f;
  background-color: #e9e9e9;
  border-color: #abacae; }

.btn-purple {
  color: #fff;
  background-color: #776bbe;
  border-color: #776bbe; }

.btn-purple:hover {
  color: #fff;
  background-color: #6b60ab;
  border-color: #695ea7; }

.btn-purple:focus, .btn-purple.focus {
  color: #fff;
  background-color: #6e64a7;
  border-color: #635a9e; }

.btn-purple:focus.fs--shadow, .btn-purple.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(119, 107, 190, 0.4); }

.show > .btn.btn-purple.dropdown-toggle, .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active {
  background-color: #655ba1;
  border-color: #5d5494;
  color: #fff; }

.btn-purple.disabled, .btn-purple:disabled {
  background-color: #776bbe;
  border-color: #776bbe; }

.btn-outline-purple {
  color: #7061c9;
  border-color: #9d93da;
  background-color: transparent; }

.btn-outline-purple:hover {
  color: #fff;
  background-color: #776bbe;
  border-color: #776bbe; }

.btn-outline-purple:focus.fs--shadow, .btn-outline-purple.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(119, 107, 190, 0.4); }

.show > .btn.btn-outline-purple.dropdown-toggle, .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #776bbe;
  border-color: #776bbe; }

.show > .btn.btn-outline-purple.dropdown-toggle.fs--shadow:focus, .btn-outline-purple:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-purple:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(119, 107, 190, 0.4); }

.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  border-color: #9d93da;
  color: #7061c9; }

.btn-light-purple {
  color: #574a9f;
  background-color: #e4e2f1;
  border-color: #c2bddf; }

.btn-light-purple:hover {
  color: #574a9f;
  background-color: #d7d4ea;
  border-color: #afa8d5; }

.btn-light-purple:focus, .btn-light-purple.focus {
  color: #534798;
  background-color: #d0cde7;
  border-color: #aba4d3; }

.show > .btn.btn-light-purple.dropdown-toggle, .btn-light-purple:not(:disabled):not(.disabled):active, .btn-light-purple:not(:disabled):not(.disabled).active {
  color: #4f4491;
  background-color: #c9c5e3;
  border-color: #a69fd1; }

.btn-lighter-purple {
  color: #574a9f;
  background-color: #f1f0f8;
  border-color: #c2bddf; }

.btn-lighter-purple:hover {
  color: #524797;
  background-color: #eae8f4;
  border-color: #afa8d5; }

.btn-lighter-purple:focus, .btn-lighter-purple.focus {
  color: #504593;
  background-color: #e7e5f3;
  border-color: #aba4d3; }

.show > .btn.btn-lighter-purple.dropdown-toggle, .btn-lighter-purple:not(:disabled):not(.disabled):active, .btn-lighter-purple:not(:disabled):not(.disabled).active {
  color: #4e438f;
  background-color: #e4e2f1;
  border-color: #a69fd1; }

.btn-pink {
  color: #fff;
  background-color: #da3776;
  border-color: #da3776; }

.btn-pink:hover {
  color: #fff;
  background-color: #c4326a;
  border-color: #c03168; }

.btn-pink:focus, .btn-pink.focus {
  color: #fff;
  background-color: #c5326b;
  border-color: #b62e63; }

.btn-pink:focus.fs--shadow, .btn-pink.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(218, 55, 118, 0.4); }

.show > .btn.btn-pink.dropdown-toggle, .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active {
  background-color: #b92f64;
  border-color: #aa2b5c;
  color: #fff; }

.btn-pink.disabled, .btn-pink:disabled {
  background-color: #da3776;
  border-color: #da3776; }

.btn-outline-pink {
  color: #d81a63;
  border-color: #e56395;
  background-color: transparent; }

.btn-outline-pink:hover {
  color: #fff;
  background-color: #da3776;
  border-color: #da3776; }

.btn-outline-pink:focus.fs--shadow, .btn-outline-pink.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(218, 55, 118, 0.4); }

.show > .btn.btn-outline-pink.dropdown-toggle, .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #da3776;
  border-color: #da3776; }

.show > .btn.btn-outline-pink.dropdown-toggle.fs--shadow:focus, .btn-outline-pink:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-pink:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(218, 55, 118, 0.4); }

.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  border-color: #e56395;
  color: #d81a63; }

.btn-light-pink {
  color: #b3255b;
  background-color: #f7dbe6;
  border-color: #eca7c2; }

.btn-light-pink:hover {
  color: #a42254;
  background-color: #f4cada;
  border-color: #e68caf; }

.btn-light-pink:focus, .btn-light-pink.focus {
  color: #9a204f;
  background-color: #f2bfd3;
  border-color: #e586ab; }

.show > .btn.btn-light-pink.dropdown-toggle, .btn-light-pink:not(:disabled):not(.disabled):active, .btn-light-pink:not(:disabled):not(.disabled).active {
  color: #911e4a;
  background-color: #efb4cb;
  border-color: #e480a6; }

.btn-lighter-pink {
  color: #b5255c;
  background-color: #fbedf3;
  border-color: #eca7c2; }

.btn-lighter-pink:hover {
  color: #ac2358;
  background-color: #f9e3ec;
  border-color: #e68caf; }

.btn-lighter-pink:focus, .btn-lighter-pink.focus {
  color: #a82256;
  background-color: #f8dfe9;
  border-color: #e586ab; }

.show > .btn.btn-lighter-pink.dropdown-toggle, .btn-lighter-pink:not(:disabled):not(.disabled):active, .btn-lighter-pink:not(:disabled):not(.disabled).active {
  color: #a32153;
  background-color: #f7dbe6;
  border-color: #e480a6; }

.btn-yellow {
  color: #524b21;
  background-color: #fbe77a;
  border-color: #e1ca53; }

.btn-yellow:hover {
  color: #524b21;
  background-color: #f0db67;
  border-color: #c6b249; }

.btn-yellow:focus, .btn-yellow.focus {
  color: #47411d;
  background-color: #ead664;
  border-color: #d8c55c; }

.btn-yellow:focus.fs--shadow, .btn-yellow.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(225, 202, 83, 0.4); }

.show > .btn.btn-yellow.dropdown-toggle, .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active {
  background-color: #e8d257;
  border-color: #d5c150;
  color: #47411d; }

.btn-yellow.disabled, .btn-yellow:disabled {
  background-color: #fbe77a;
  border-color: #e1ca53; }

.btn-outline-yellow {
  color: #aa641f;
  border-color: #ecc735;
  background-color: transparent; }

.btn-outline-yellow:hover {
  color: #524b21;
  background-color: #fbe77a;
  border-color: #e1ca53; }

.btn-outline-yellow:focus.fs--shadow, .btn-outline-yellow.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(225, 202, 83, 0.4); }

.show > .btn.btn-outline-yellow.dropdown-toggle, .btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active {
  color: #524b21;
  background-color: #fbe77a;
  border-color: #e1ca53; }

.show > .btn.btn-outline-yellow.dropdown-toggle.fs--shadow:focus, .btn-outline-yellow:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(225, 202, 83, 0.4); }

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  border-color: #ecc735;
  color: #aa641f; }

.btn-light-yellow {
  color: #796c22;
  background-color: #fdf7d6;
  border-color: #f3d120; }

.btn-light-yellow:hover {
  color: #756821;
  background-color: #fcf3c2;
  border-color: #eecc0c; }

.btn-light-yellow:focus, .btn-light-yellow.focus {
  color: #756821;
  background-color: #fcf3c0;
  border-color: #efcb0c; }

.show > .btn.btn-light-yellow.dropdown-toggle, .btn-light-yellow:not(:disabled):not(.disabled):active, .btn-light-yellow:not(:disabled):not(.disabled).active {
  color: #756821;
  background-color: #fcf2be;
  border-color: #efca0b; }

.btn-lighter-yellow {
  color: #7b6e23;
  background-color: #fefbea;
  border-color: #f6db51; }

.btn-lighter-yellow:hover {
  color: #756821;
  background-color: #fdf9df;
  border-color: #f3d31c; }

.btn-lighter-yellow:focus, .btn-lighter-yellow.focus {
  color: #726620;
  background-color: #fdf8db;
  border-color: #f2d014; }

.show > .btn.btn-lighter-yellow.dropdown-toggle, .btn-lighter-yellow:not(:disabled):not(.disabled):active, .btn-lighter-yellow:not(:disabled):not(.disabled).active {
  color: #6f631f;
  background-color: #fdf7d6;
  border-color: #f1cc0b; }

.btn-lightgrey {
  color: #fff;
  background-color: #7b818a;
  border-color: #7b818a; }

.btn-lightgrey:hover {
  color: #fff;
  background-color: #6f747c;
  border-color: #6d7279; }

.btn-lightgrey:focus, .btn-lightgrey.focus {
  color: #fff;
  background-color: #70767d;
  border-color: #686d74; }

.btn-lightgrey:focus.fs--shadow, .btn-lightgrey.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(123, 129, 138, 0.4); }

.show > .btn.btn-lightgrey.dropdown-toggle, .btn-lightgrey:not(:disabled):not(.disabled):active, .btn-lightgrey:not(:disabled):not(.disabled).active {
  background-color: #696e75;
  border-color: #61656c;
  color: #fff; }

.btn-lightgrey.disabled, .btn-lightgrey:disabled {
  background-color: #7b818a;
  border-color: #7b818a; }

.btn-outline-lightgrey {
  color: #787d82;
  border-color: #d0d5da;
  background-color: transparent; }

.btn-outline-lightgrey:hover {
  color: #fff;
  background-color: #7b818a;
  border-color: #7b818a; }

.btn-outline-lightgrey:focus.fs--shadow, .btn-outline-lightgrey.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(123, 129, 138, 0.4); }

.show > .btn.btn-outline-lightgrey.dropdown-toggle, .btn-outline-lightgrey:not(:disabled):not(.disabled):active, .btn-outline-lightgrey:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #7b818a;
  border-color: #7b818a; }

.show > .btn.btn-outline-lightgrey.dropdown-toggle.fs--shadow:focus, .btn-outline-lightgrey:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-lightgrey:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(123, 129, 138, 0.4); }

.btn-outline-lightgrey.disabled, .btn-outline-lightgrey:disabled {
  border-color: #d0d5da;
  color: #787d82; }

.btn-light-lightgrey {
  color: #606469;
  background-color: #e8e9eb;
  border-color: #c5c7cb; }

.btn-light-lightgrey:hover {
  color: #5a5d62;
  background-color: #dddfe1;
  border-color: #bbbec3; }

.btn-light-lightgrey:focus, .btn-light-lightgrey.focus {
  color: #575a5f;
  background-color: #d8dadc;
  border-color: #b6babe; }

.show > .btn.btn-light-lightgrey.dropdown-toggle, .btn-light-lightgrey:not(:disabled):not(.disabled):active, .btn-light-lightgrey:not(:disabled):not(.disabled).active {
  color: #54575b;
  background-color: #d3d5d7;
  border-color: #b2b5ba; }

.btn-lighter-lightgrey {
  color: #676a6f;
  background-color: #f3f4f5;
  border-color: #ced0d3; }

.btn-lighter-lightgrey:hover {
  color: #61656a;
  background-color: #edeeef;
  border-color: #bec1c5; }

.btn-lighter-lightgrey:focus, .btn-lighter-lightgrey.focus {
  color: #5f6267;
  background-color: #ebeced;
  border-color: #bbbec2; }

.show > .btn.btn-lighter-lightgrey.dropdown-toggle, .btn-lighter-lightgrey:not(:disabled):not(.disabled):active, .btn-lighter-lightgrey:not(:disabled):not(.disabled).active {
  color: #5c5f64;
  background-color: #e8e9eb;
  border-color: #b7babf; }

.btn-brown {
  color: #fff;
  background-color: #b6703f;
  border-color: #b6703f; }

.btn-brown:hover {
  color: #fff;
  background-color: #a46538;
  border-color: #a06237; }

.btn-brown:focus, .btn-brown.focus {
  color: #fff;
  background-color: #a66639;
  border-color: #9a5e35; }

.btn-brown:focus.fs--shadow, .btn-brown.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(182, 112, 63, 0.4); }

.show > .btn.btn-brown.dropdown-toggle, .btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active {
  background-color: #9b5f35;
  border-color: #8f5731;
  color: #fff; }

.btn-brown.disabled, .btn-brown:disabled {
  background-color: #b6703f;
  border-color: #b6703f; }

.btn-outline-brown {
  color: #a85f2b;
  border-color: #c4926f;
  background-color: transparent; }

.btn-outline-brown:hover {
  color: #fff;
  background-color: #b6703f;
  border-color: #b6703f; }

.btn-outline-brown:focus.fs--shadow, .btn-outline-brown.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(182, 112, 63, 0.4); }

.show > .btn.btn-outline-brown.dropdown-toggle, .btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #b6703f;
  border-color: #b6703f; }

.show > .btn.btn-outline-brown.dropdown-toggle.fs--shadow:focus, .btn-outline-brown:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-brown:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(182, 112, 63, 0.4); }

.btn-outline-brown.disabled, .btn-outline-brown:disabled {
  border-color: #c4926f;
  color: #a85f2b; }

.btn-light-brown {
  color: #8f572f;
  background-color: #f3e8df;
  border-color: #e0c1ac; }

.btn-light-brown:hover {
  color: #86512c;
  background-color: #eddcd0;
  border-color: #d7b297; }

.btn-light-brown:focus, .btn-light-brown.focus {
  color: #804d2a;
  background-color: #ead5c6;
  border-color: #d5ae92; }

.show > .btn.btn-light-brown.dropdown-toggle, .btn-light-brown:not(:disabled):not(.disabled):active, .btn-light-brown:not(:disabled):not(.disabled).active {
  color: #7a4a28;
  background-color: #e6cdbc;
  border-color: #d3aa8c; }

.btn-lighter-brown {
  color: #975b31;
  background-color: #f9f3ef;
  border-color: #e1c4b0; }

.btn-lighter-brown:hover {
  color: #8f572f;
  background-color: #f6ede6;
  border-color: #d7b297; }

.btn-lighter-brown:focus, .btn-lighter-brown.focus {
  color: #8c552e;
  background-color: #f5ebe3;
  border-color: #d5ae92; }

.show > .btn.btn-lighter-brown.dropdown-toggle, .btn-lighter-brown:not(:disabled):not(.disabled):active, .btn-lighter-brown:not(:disabled):not(.disabled).active {
  color: #88522c;
  background-color: #f3e8df;
  border-color: #d3aa8c; }

.btn-blue {
  color: #fff;
  background-color: #2d81e7;
  border-color: #2d81e7; }

.btn-blue:hover {
  color: #fff;
  background-color: #2874d0;
  border-color: #2771cb; }

.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #2875d1;
  border-color: #256cc1; }

.btn-blue:focus.fs--shadow, .btn-blue.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(45, 129, 231, 0.4); }

.show > .btn.btn-blue.dropdown-toggle, .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active {
  background-color: #266ec4;
  border-color: #2365b4;
  color: #fff; }

.btn-blue.disabled, .btn-blue:disabled {
  background-color: #2d81e7;
  border-color: #2d81e7; }

.btn-outline-blue {
  color: #0d6ce1;
  border-color: #5a9beb;
  background-color: transparent; }

.btn-outline-blue:hover {
  color: #fff;
  background-color: #2d81e7;
  border-color: #2d81e7; }

.btn-outline-blue:focus.fs--shadow, .btn-outline-blue.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(45, 129, 231, 0.4); }

.show > .btn.btn-outline-blue.dropdown-toggle, .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #2d81e7;
  border-color: #2d81e7; }

.show > .btn.btn-outline-blue.dropdown-toggle.fs--shadow:focus, .btn-outline-blue:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-blue:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(45, 129, 231, 0.4); }

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  border-color: #5a9beb;
  color: #0d6ce1; }

.btn-light-blue {
  color: #2362ae;
  background-color: #d9e8fa;
  border-color: #a4c7f2; }

.btn-light-blue:hover {
  color: #205ba2;
  background-color: #c6ddf7;
  border-color: #8db9ef; }

.btn-light-blue:focus, .btn-light-blue.focus {
  color: #1f579a;
  background-color: #bcd7f6;
  border-color: #86b5ee; }

.show > .btn.btn-light-blue.dropdown-toggle, .btn-light-blue:not(:disabled):not(.disabled):active, .btn-light-blue:not(:disabled):not(.disabled).active {
  color: #1d5393;
  background-color: #b2d0f5;
  border-color: #7fb1ee; }

.btn-lighter-blue {
  color: #2569bb;
  background-color: #ecf4fc;
  border-color: #a8caf3; }

.btn-lighter-blue:hover {
  color: #2364b2;
  background-color: #e1edfb;
  border-color: #8db9ef; }

.btn-lighter-blue:focus, .btn-lighter-blue.focus {
  color: #2262ad;
  background-color: #ddebfb;
  border-color: #87b6ef; }

.show > .btn.btn-lighter-blue.dropdown-toggle, .btn-lighter-blue:not(:disabled):not(.disabled):active, .btn-lighter-blue:not(:disabled):not(.disabled).active {
  color: #215fa8;
  background-color: #d9e8fa;
  border-color: #81b2ee; }

.btn-red {
  color: #fff;
  background-color: #eb4343;
  border-color: #eb4343; }

.btn-red:hover {
  color: #fff;
  background-color: #d33d3d;
  border-color: #cf3b3b; }

.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #ca4545;
  border-color: #c33737; }

.btn-red:focus.fs--shadow, .btn-red.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(235, 67, 67, 0.4); }

.show > .btn.btn-red.dropdown-toggle, .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active {
  background-color: #c73939;
  border-color: #b73434;
  color: #fff; }

.btn-red.disabled, .btn-red:disabled {
  background-color: #eb4343;
  border-color: #eb4343; }

.btn-outline-red {
  color: #e30b0b;
  border-color: #ec5959;
  background-color: transparent; }

.btn-outline-red:hover {
  color: #fff;
  background-color: #eb4343;
  border-color: #eb4343; }

.btn-outline-red:focus.fs--shadow, .btn-outline-red.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(235, 67, 67, 0.4); }

.show > .btn.btn-outline-red.dropdown-toggle, .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #eb4343;
  border-color: #eb4343; }

.show > .btn.btn-outline-red.dropdown-toggle.fs--shadow:focus, .btn-outline-red:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-red:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(235, 67, 67, 0.4); }

.btn-outline-red.disabled, .btn-outline-red:disabled {
  border-color: #ec5959;
  color: #e30b0b; }

.btn-light-red {
  color: #b12b2b;
  background-color: #fad8d8;
  border-color: #f4acac; }

.btn-light-red:hover {
  color: #a02727;
  background-color: #f8c6c6;
  border-color: #f19595; }

.btn-light-red:focus, .btn-light-red.focus {
  color: #992525;
  background-color: #f7bebe;
  border-color: #f18f8f; }

.show > .btn.btn-light-red.dropdown-toggle, .btn-light-red:not(:disabled):not(.disabled):active, .btn-light-red:not(:disabled):not(.disabled).active {
  color: #922323;
  background-color: #f5b5b5;
  border-color: #f08989; }

.btn-lighter-red {
  color: #c12f2f;
  background-color: #fcecec;
  border-color: #f4aeae; }

.btn-lighter-red:hover {
  color: #b72c2c;
  background-color: #fbe1e1;
  border-color: #f19595; }

.btn-lighter-red:focus, .btn-lighter-red.focus {
  color: #b32b2b;
  background-color: #fbdddd;
  border-color: #f18f8f; }

.show > .btn.btn-lighter-red.dropdown-toggle, .btn-lighter-red:not(:disabled):not(.disabled):active, .btn-lighter-red:not(:disabled):not(.disabled).active {
  color: #ae2a2a;
  background-color: #fad8d8;
  border-color: #f08989; }

.btn-green {
  color: #fff;
  background-color: #29916c;
  border-color: #29916c; }

.btn-green:hover {
  color: #fff;
  background-color: #258361;
  border-color: #24805f; }

.btn-green:focus, .btn-green.focus {
  color: #fff;
  background-color: #268864;
  border-color: #237e5d; }

.btn-green:focus.fs--shadow, .btn-green.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(41, 145, 108, 0.4); }

.show > .btn.btn-green.dropdown-toggle, .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active {
  background-color: #237c5b;
  border-color: #207254;
  color: #fff; }

.btn-green.disabled, .btn-green:disabled {
  background-color: #29916c;
  border-color: #29916c; }

.btn-outline-green {
  color: #1a7f5b;
  border-color: #63a88f;
  background-color: transparent; }

.btn-outline-green:hover {
  color: #fff;
  background-color: #29916c;
  border-color: #29916c; }

.btn-outline-green:focus.fs--shadow, .btn-outline-green.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(41, 145, 108, 0.4); }

.show > .btn.btn-outline-green.dropdown-toggle, .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #29916c;
  border-color: #29916c; }

.show > .btn.btn-outline-green.dropdown-toggle.fs--shadow:focus, .btn-outline-green:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-green:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(41, 145, 108, 0.4); }

.btn-outline-green.disabled, .btn-outline-green:disabled {
  border-color: #63a88f;
  color: #1a7f5b; }

.btn-light-green {
  color: #1b7454;
  background-color: #dff3ec;
  border-color: #97d8c1; }

.btn-light-green:hover {
  color: #1a6e50;
  background-color: #d0ede3;
  border-color: #88d3b8; }

.btn-light-green:focus, .btn-light-green.focus {
  color: #196a4d;
  background-color: #c4e9dc;
  border-color: #7dcfb2; }

.show > .btn.btn-light-green.dropdown-toggle, .btn-light-green:not(:disabled):not(.disabled):active, .btn-light-green:not(:disabled):not(.disabled).active {
  color: #18664a;
  background-color: #b7e4d4;
  border-color: #72cbab; }

.btn-lighter-green {
  color: #1d7b59;
  background-color: #eff9f5;
  border-color: #a6deca; }

.btn-lighter-green:hover {
  color: #1b7454;
  background-color: #e6f6f0;
  border-color: #8ad4b9; }

.btn-lighter-green:focus, .btn-lighter-green.focus {
  color: #1b7152;
  background-color: #e3f5ee;
  border-color: #84d2b6; }

.show > .btn.btn-lighter-green.dropdown-toggle, .btn-lighter-green:not(:disabled):not(.disabled):active, .btn-lighter-green:not(:disabled):not(.disabled).active {
  color: #1a6e50;
  background-color: #dff3ec;
  border-color: #7dcfb2; }

.btn-orange {
  color: #fff;
  background-color: #ff8d03;
  border-color: #ff8d03; }

.btn-orange:hover {
  color: #fff;
  background-color: #e67f03;
  border-color: #e07c03; }

.btn-orange:focus, .btn-orange.focus {
  color: #fff;
  background-color: #e88003;
  border-color: #d77603; }

.btn-orange:focus.fs--shadow, .btn-orange.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(255, 141, 3, 0.4); }

.show > .btn.btn-orange.dropdown-toggle, .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active {
  background-color: #d97803;
  border-color: #c86e03;
  color: #fff; }

.btn-orange.disabled, .btn-orange:disabled {
  background-color: #ff8d03;
  border-color: #ff8d03; }

.btn-outline-orange {
  color: #a95c00;
  border-color: #ee9b35;
  background-color: transparent; }

.btn-outline-orange:hover {
  color: #fff;
  background-color: #ff8d03;
  border-color: #ff8d03; }

.btn-outline-orange:focus.fs--shadow, .btn-outline-orange.focus.fs--shadow {
  box-shadow: 0 0 1px 2px rgba(255, 141, 3, 0.4); }

.show > .btn.btn-outline-orange.dropdown-toggle, .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ff8d03;
  border-color: #ff8d03; }

.show > .btn.btn-outline-orange.dropdown-toggle.fs--shadow:focus, .btn-outline-orange:not(:disabled):not(.disabled):active.fs--shadow:focus, .btn-outline-orange:not(:disabled):not(.disabled).active.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(255, 141, 3, 0.4); }

.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  border-color: #ee9b35;
  color: #a95c00; }

.btn-light-orange {
  color: #9b5500;
  background-color: #ffecd3;
  border-color: #ffc075; }

.btn-light-orange:hover {
  color: #935100;
  background-color: #ffe2be;
  border-color: #ffb65d; }

.btn-light-orange:focus, .btn-light-orange.focus {
  color: #8e4e00;
  background-color: #ffdcb0;
  border-color: #ffaf4e; }

.show > .btn.btn-light-orange.dropdown-toggle, .btn-light-orange:not(:disabled):not(.disabled):active, .btn-light-orange:not(:disabled):not(.disabled).active {
  color: #894b00;
  background-color: #ffd5a1;
  border-color: #ffa83e; }

.btn-lighter-orange {
  color: #a35900;
  background-color: #fff5e9;
  border-color: #ffcc8e; }

.btn-lighter-orange:hover {
  color: #9b5500;
  background-color: #fff0dd;
  border-color: #ffbc6a; }

.btn-lighter-orange:focus, .btn-lighter-orange.focus {
  color: #975300;
  background-color: #ffeed8;
  border-color: #ffb962; }

.show > .btn.btn-lighter-orange.dropdown-toggle, .btn-lighter-orange:not(:disabled):not(.disabled):active, .btn-lighter-orange:not(:disabled):not(.disabled).active {
  color: #925000;
  background-color: #ffecd3;
  border-color: #ffb55a; }

.btn-h-default:hover {
  background-color: #4188b3;
  border-color: #4188b3;
  color: #fff; }

.btn-h-default:hover.fs--shadow.focus, .btn-h-default:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(65, 136, 179, 0.4); }

.btn-h-outline-default:hover {
  color: #2d77a4;
  border-color: #a9bdc9;
  background-color: transparent; }

.btn-h-outline-default:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(169, 189, 201, 0.4); }

.btn-h-outline-default[class*="btn-outline-"]:hover {
  background-color: rgba(65, 136, 179, 0.0625);
  color: #2b729e; }

.btn-h-light-default:hover {
  color: #376988;
  background-color: #e0ecf3;
  border-color: #afccdf; }

.btn-h-light-default[class*="btn-light-"]:hover {
  color: #33627f;
  background-color: #d1e2ed;
  border-color: #a0c4d9; }

.btn-h-lighter-default:hover {
  color: #3a6f90;
  background-color: #eff5f9;
  border-color: #b8d2e3; }

.btn-h-lighter-default[class*="btn-lighter-"]:hover {
  color: #376989;
  background-color: #e7f0f5;
  border-color: #a2c5da; }

.btn-h-primary:hover {
  background-color: #2c86d1;
  border-color: #2c86d1;
  color: #fff; }

.btn-h-primary:hover.fs--shadow.focus, .btn-h-primary:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(44, 134, 209, 0.4); }

.btn-h-outline-primary:hover {
  color: #1b74bf;
  border-color: #5b9bd1;
  background-color: transparent; }

.btn-h-outline-primary:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(91, 155, 209, 0.4); }

.btn-h-outline-primary[class*="btn-outline-"]:hover {
  background-color: rgba(44, 134, 209, 0.0625);
  color: #1a70b8; }

.btn-h-light-primary:hover {
  color: #1766a8;
  background-color: #dbebf8;
  border-color: #a0c9eb; }

.btn-h-light-primary[class*="btn-light-"]:hover {
  color: #165f9d;
  background-color: #c9e1f4;
  border-color: #83b8e5; }

.btn-h-lighter-primary:hover {
  color: #196db3;
  background-color: #edf5fb;
  border-color: #a0c9eb; }

.btn-h-lighter-primary[class*="btn-lighter-"]:hover {
  color: #1867aa;
  background-color: #e3eff9;
  border-color: #83b8e5; }

.btn-h-secondary:hover {
  background-color: #678497;
  border-color: #678497;
  color: #fff; }

.btn-h-secondary:hover.fs--shadow.focus, .btn-h-secondary:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(103, 132, 151, 0.4); }

.btn-h-outline-secondary:hover {
  color: #4e748d;
  border-color: #7f9bad;
  background-color: transparent; }

.btn-h-outline-secondary:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(127, 155, 173, 0.4); }

.btn-h-outline-secondary[class*="btn-outline-"]:hover {
  background-color: rgba(103, 132, 151, 0.0625);
  color: #4b7088; }

.btn-h-light-secondary:hover {
  color: #4c6778;
  background-color: #e6eaed;
  border-color: #bfc8cf; }

.btn-h-light-secondary[class*="btn-light-"]:hover {
  color: #476071;
  background-color: #dae0e4;
  border-color: #b0bcc5; }

.btn-h-lighter-secondary:hover {
  color: #516e80;
  background-color: #f2f4f6;
  border-color: #c3ccd2; }

.btn-h-lighter-secondary[class*="btn-lighter-"]:hover {
  color: #4d687a;
  background-color: #ebeff1;
  border-color: #b0bcc5; }

.btn-h-info:hover {
  background-color: #008bb2;
  border-color: #008bb2;
  color: #fff; }

.btn-h-info:hover.fs--shadow.focus, .btn-h-info:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(0, 139, 178, 0.4); }

.btn-h-outline-info:hover {
  color: #00799b;
  border-color: #479fb7;
  background-color: transparent; }

.btn-h-outline-info:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(71, 159, 183, 0.4); }

.btn-h-outline-info[class*="btn-outline-"]:hover {
  background-color: rgba(0, 139, 178, 0.0625);
  color: #007393; }

.btn-h-light-info:hover {
  color: #00708f;
  background-color: #d7f4fc;
  border-color: #7cd9f4; }

.btn-h-light-info[class*="btn-light-"]:hover {
  color: #006a87;
  background-color: #c3eefa;
  border-color: #64d3f2; }

.btn-h-lighter-info:hover {
  color: #007494;
  background-color: #ebf9fd;
  border-color: #8cdef5; }

.btn-h-lighter-info[class*="btn-lighter-"]:hover {
  color: #006e8c;
  background-color: #e0f6fc;
  border-color: #69d4f2; }

.btn-h-success:hover {
  background-color: #3f923f;
  border-color: #3f923f;
  color: #fff; }

.btn-h-success:hover.fs--shadow.focus, .btn-h-success:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(63, 146, 63, 0.4); }

.btn-h-outline-success:hover {
  color: #2c812c;
  border-color: #67a567;
  background-color: transparent; }

.btn-h-outline-success:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(103, 165, 103, 0.4); }

.btn-h-outline-success[class*="btn-outline-"]:hover {
  background-color: rgba(63, 146, 63, 0.0625);
  color: #2a7c2a; }

.btn-h-light-success:hover {
  color: #2f732f;
  background-color: #e1f1e1;
  border-color: #a7d5a7; }

.btn-h-light-success[class*="btn-light-"]:hover {
  color: #2d6d2d;
  background-color: #d3ead3;
  border-color: #9bcf9b; }

.btn-h-lighter-success:hover {
  color: #327a32;
  background-color: #f0f8f0;
  border-color: #b5dcb5; }

.btn-h-lighter-success[class*="btn-lighter-"]:hover {
  color: #2f742f;
  background-color: #e8f4e8;
  border-color: #9ed19e; }

.btn-h-danger:hover {
  background-color: #df4b30;
  border-color: #df4b30;
  color: #fff; }

.btn-h-danger:hover.fs--shadow.focus, .btn-h-danger:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(223, 75, 48, 0.4); }

.btn-h-outline-danger:hover {
  color: #d53114;
  border-color: #e16b56;
  background-color: transparent; }

.btn-h-outline-danger:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(225, 107, 86, 0.4); }

.btn-h-outline-danger[class*="btn-outline-"]:hover {
  background-color: rgba(223, 75, 48, 0.0625);
  color: #ce2f13; }

.btn-h-light-danger:hover {
  color: #b0341e;
  background-color: #f9dfda;
  border-color: #eeafa4; }

.btn-h-light-danger[class*="btn-light-"]:hover {
  color: #a3301c;
  background-color: #f5cfc8;
  border-color: #e99788; }

.btn-h-lighter-danger:hover {
  color: #b9361f;
  background-color: #fcefec;
  border-color: #eeafa4; }

.btn-h-lighter-danger[class*="btn-lighter-"]:hover {
  color: #b0341e;
  background-color: #fae6e2;
  border-color: #e99788; }

.btn-h-warning:hover {
  background-color: #ffbe50;
  border-color: #ffbe50;
  color: #22190b; }

.btn-h-warning:hover.fs--shadow.focus, .btn-h-warning:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(255, 190, 80, 0.4); }

.btn-h-outline-warning:hover {
  color: #c86800;
  border-color: #e6b461;
  background-color: transparent; }

.btn-h-outline-warning:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(230, 180, 97, 0.4); }

.btn-h-outline-warning[class*="btn-outline-"]:hover {
  background-color: rgba(255, 190, 80, 0.0625);
  color: #c06400; }

.btn-h-light-warning:hover {
  color: #8d5f13;
  background-color: #fceed7;
  border-color: #f4c67a; }

.btn-h-light-warning[class*="btn-light-"]:hover {
  color: #865a12;
  background-color: #fae6c3;
  border-color: #f1be69; }

.btn-h-lighter-warning:hover {
  color: #916213;
  background-color: #fdf7eb;
  border-color: #f7d6a0; }

.btn-h-lighter-warning[class*="btn-lighter-"]:hover {
  color: #8a5d12;
  background-color: #fcf2e0;
  border-color: #f4ca85; }

.btn-h-dark:hover {
  background-color: #42474e;
  border-color: #42474e;
  color: #fff; }

.btn-h-dark:hover.fs--shadow.focus, .btn-h-dark:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(66, 71, 78, 0.4); }

.btn-h-outline-dark:hover {
  color: #42474e;
  border-color: #777b80;
  background-color: transparent; }

.btn-h-outline-dark:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(119, 123, 128, 0.4); }

.btn-h-outline-dark[class*="btn-outline-"]:hover {
  background-color: rgba(66, 71, 78, 0.0625);
  color: #3e434a; }

.btn-h-light-dark:hover {
  color: #35393e;
  background-color: #e2e3e4;
  border-color: #aaacaf; }

.btn-h-light-dark[class*="btn-light-"]:hover {
  color: #35393e;
  background-color: #d4d5d7;
  border-color: #8f9297; }

.btn-h-lighter-dark:hover {
  color: #35393e;
  background-color: #eff0f0;
  border-color: #aaacaf; }

.btn-h-lighter-dark[class*="btn-lighter-"]:hover {
  color: #32363b;
  background-color: #e8e9ea;
  border-color: #8f9297; }

.btn-h-light:hover {
  background-color: #f8f9fb;
  border-color: #d4d7dd;
  color: #5d6069; }

.btn-h-light:hover.fs--shadow.focus, .btn-h-light:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(212, 215, 221, 0.4); }

.btn-h-outline-light:hover {
  color: #91969b;
  border-color: #d4d7dd;
  background-color: transparent; }

.btn-h-outline-light:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(212, 215, 221, 0.4); }

.btn-h-outline-light[class*="btn-outline-"]:hover {
  background-color: rgba(248, 249, 251, 0.0625);
  color: #8d9297; }

.btn-h-light-light:hover {
  color: #6e7074;
  background-color: #fefeff;
  border-color: #d9d9e6; }

.btn-h-light-light[class*="btn-light-"]:hover {
  color: #6e7074;
  background-color: #fefefe;
  border-color: #d7d7eb; }

.btn-h-lighter-light:hover {
  color: #6f7175;
  background-color: #feffff;
  border-color: #d9d9e6; }

.btn-h-lighter-light[class*="btn-lighter-"]:hover {
  color: #696b6f;
  background-color: #fefeff;
  border-color: #d1d1e8; }

.btn-h-white:hover {
  background-color: #fff;
  border-color: #ddd;
  color: #606060; }

.btn-h-white:hover.fs--shadow.focus, .btn-h-white:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(221, 221, 221, 0.4); }

.btn-h-outline-white:hover {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }

.btn-h-outline-white:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.4); }

.btn-h-outline-white[class*="btn-outline-"]:hover {
  background-color: rgba(255, 255, 255, 0.0625); }

.btn-h-black:hover {
  background-color: #2c3034;
  border-color: #2c3034;
  color: #fff; }

.btn-h-black:hover.fs--shadow.focus, .btn-h-black:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(44, 48, 52, 0.4); }

.btn-h-outline-black:hover {
  color: #2c3034;
  border-color: #414549;
  background-color: transparent; }

.btn-h-outline-black:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(65, 69, 73, 0.4); }

.btn-h-outline-black[class*="btn-outline-"]:hover {
  background-color: rgba(44, 48, 52, 0.0625);
  color: #282c30; }

.btn-h-light-black:hover {
  color: #23262a;
  background-color: #dfe0e0;
  border-color: #a0a2a4; }

.btn-h-light-black[class*="btn-light-"]:hover {
  color: #23262a;
  background-color: #cfd0d1;
  border-color: #838587; }

.btn-h-lighter-black:hover {
  color: #23262a;
  background-color: #eeeeee;
  border-color: #a0a2a4; }

.btn-h-lighter-black[class*="btn-lighter-"]:hover {
  color: #212428;
  background-color: #e6e6e7;
  border-color: #838587; }

.btn-h-grey:hover {
  background-color: #767679;
  border-color: #767679;
  color: #fff; }

.btn-h-grey:hover.fs--shadow.focus, .btn-h-grey:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(118, 118, 121, 0.4); }

.btn-h-outline-grey:hover {
  color: #666;
  border-color: #919191;
  background-color: transparent; }

.btn-h-outline-grey:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(145, 145, 145, 0.4); }

.btn-h-outline-grey[class*="btn-outline-"]:hover {
  background-color: rgba(118, 118, 121, 0.0625);
  color: #626262; }

.btn-h-light-grey:hover {
  color: #636366;
  background-color: #e9e9e9;
  border-color: #c5c6c7; }

.btn-h-light-grey[class*="btn-light-"]:hover {
  color: #5d5d60;
  background-color: #dedfdf;
  border-color: #b3b4b6; }

.btn-h-lighter-grey:hover {
  color: #666669;
  background-color: #f4f4f4;
  border-color: #c5c6c7; }

.btn-h-lighter-grey[class*="btn-lighter-"]:hover {
  color: #616164;
  background-color: #eeeeee;
  border-color: #b3b4b6; }

.btn-h-purple:hover {
  background-color: #776bbe;
  border-color: #776bbe;
  color: #fff; }

.btn-h-purple:hover.fs--shadow.focus, .btn-h-purple:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(119, 107, 190, 0.4); }

.btn-h-outline-purple:hover {
  color: #7061c9;
  border-color: #988dd8;
  background-color: transparent; }

.btn-h-outline-purple:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(152, 141, 216, 0.4); }

.btn-h-outline-purple[class*="btn-outline-"]:hover {
  background-color: rgba(119, 107, 190, 0.0625);
  color: #6a5bc7; }

.btn-h-light-purple:hover {
  color: #574a9f;
  background-color: #e4e2f1;
  border-color: #c2bddf; }

.btn-h-light-purple[class*="btn-light-"]:hover {
  color: #574a9f;
  background-color: #d7d4ea;
  border-color: #afa8d5; }

.btn-h-lighter-purple:hover {
  color: #574a9f;
  background-color: #f1f0f8;
  border-color: #c2bddf; }

.btn-h-lighter-purple[class*="btn-lighter-"]:hover {
  color: #524797;
  background-color: #eae8f4;
  border-color: #afa8d5; }

.btn-h-pink:hover {
  background-color: #da3776;
  border-color: #da3776;
  color: #fff; }

.btn-h-pink:hover.fs--shadow.focus, .btn-h-pink:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(218, 55, 118, 0.4); }

.btn-h-outline-pink:hover {
  color: #d81a63;
  border-color: #e35a8f;
  background-color: transparent; }

.btn-h-outline-pink:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(227, 90, 143, 0.4); }

.btn-h-outline-pink[class*="btn-outline-"]:hover {
  background-color: rgba(218, 55, 118, 0.0625);
  color: #d21960; }

.btn-h-light-pink:hover {
  color: #b3255b;
  background-color: #f7dbe6;
  border-color: #eca7c2; }

.btn-h-light-pink[class*="btn-light-"]:hover {
  color: #a42254;
  background-color: #f4cada;
  border-color: #e68caf; }

.btn-h-lighter-pink:hover {
  color: #b5255c;
  background-color: #fbedf3;
  border-color: #eca7c2; }

.btn-h-lighter-pink[class*="btn-lighter-"]:hover {
  color: #ac2358;
  background-color: #f9e3ec;
  border-color: #e68caf; }

.btn-h-yellow:hover {
  background-color: #fbe77a;
  border-color: #e1ca53;
  color: #524b21; }

.btn-h-yellow:hover.fs--shadow.focus, .btn-h-yellow:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(225, 202, 83, 0.4); }

.btn-h-outline-yellow:hover {
  color: #aa641f;
  border-color: #ecc735;
  background-color: transparent; }

.btn-h-outline-yellow:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(236, 199, 53, 0.4); }

.btn-h-outline-yellow[class*="btn-outline-"]:hover {
  background-color: rgba(251, 231, 122, 0.0625);
  color: #a4601e; }

.btn-h-light-yellow:hover {
  color: #796c22;
  background-color: #fdf7d6;
  border-color: #f3d120; }

.btn-h-light-yellow[class*="btn-light-"]:hover {
  color: #756821;
  background-color: #fcf3c2;
  border-color: #eecc0c; }

.btn-h-lighter-yellow:hover {
  color: #7b6e23;
  background-color: #fefbea;
  border-color: #f6db51; }

.btn-h-lighter-yellow[class*="btn-lighter-"]:hover {
  color: #756821;
  background-color: #fdf9df;
  border-color: #f3d31c; }

.btn-h-lightgrey:hover {
  background-color: #7b818a;
  border-color: #7b818a;
  color: #fff; }

.btn-h-lightgrey:hover.fs--shadow.focus, .btn-h-lightgrey:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(123, 129, 138, 0.4); }

.btn-h-outline-lightgrey:hover {
  color: #787d82;
  border-color: #d0d5da;
  background-color: transparent; }

.btn-h-outline-lightgrey:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(208, 213, 218, 0.4); }

.btn-h-outline-lightgrey[class*="btn-outline-"]:hover {
  background-color: rgba(123, 129, 138, 0.0625);
  color: #74797e; }

.btn-h-light-lightgrey:hover {
  color: #606469;
  background-color: #e8e9eb;
  border-color: #c5c7cb; }

.btn-h-light-lightgrey[class*="btn-light-"]:hover {
  color: #5a5d62;
  background-color: #dddfe1;
  border-color: #bbbec3; }

.btn-h-lighter-lightgrey:hover {
  color: #676a6f;
  background-color: #f3f4f5;
  border-color: #ced0d3; }

.btn-h-lighter-lightgrey[class*="btn-lighter-"]:hover {
  color: #61656a;
  background-color: #edeeef;
  border-color: #bec1c5; }

.btn-h-brown:hover {
  background-color: #b6703f;
  border-color: #b6703f;
  color: #fff; }

.btn-h-brown:hover.fs--shadow.focus, .btn-h-brown:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(182, 112, 63, 0.4); }

.btn-h-outline-brown:hover {
  color: #a85f2b;
  border-color: #c08c67;
  background-color: transparent; }

.btn-h-outline-brown:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(192, 140, 103, 0.4); }

.btn-h-outline-brown[class*="btn-outline-"]:hover {
  background-color: rgba(182, 112, 63, 0.0625);
  color: #a25b2a; }

.btn-h-light-brown:hover {
  color: #8f572f;
  background-color: #f3e8df;
  border-color: #e0c1ac; }

.btn-h-light-brown[class*="btn-light-"]:hover {
  color: #86512c;
  background-color: #eddcd0;
  border-color: #d7b297; }

.btn-h-lighter-brown:hover {
  color: #975b31;
  background-color: #f9f3ef;
  border-color: #e1c4b0; }

.btn-h-lighter-brown[class*="btn-lighter-"]:hover {
  color: #8f572f;
  background-color: #f6ede6;
  border-color: #d7b297; }

.btn-h-blue:hover {
  background-color: #2d81e7;
  border-color: #2d81e7;
  color: #fff; }

.btn-h-blue:hover.fs--shadow.focus, .btn-h-blue:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(45, 129, 231, 0.4); }

.btn-h-outline-blue:hover {
  color: #0d6ce1;
  border-color: #5096e9;
  background-color: transparent; }

.btn-h-outline-blue:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(80, 150, 233, 0.4); }

.btn-h-outline-blue[class*="btn-outline-"]:hover {
  background-color: rgba(45, 129, 231, 0.0625);
  color: #0c69da; }

.btn-h-light-blue:hover {
  color: #2362ae;
  background-color: #d9e8fa;
  border-color: #a4c7f2; }

.btn-h-light-blue[class*="btn-light-"]:hover {
  color: #205ba2;
  background-color: #c6ddf7;
  border-color: #8db9ef; }

.btn-h-lighter-blue:hover {
  color: #2569bb;
  background-color: #ecf4fc;
  border-color: #a8caf3; }

.btn-h-lighter-blue[class*="btn-lighter-"]:hover {
  color: #2364b2;
  background-color: #e1edfb;
  border-color: #8db9ef; }

.btn-h-red:hover {
  background-color: #eb4343;
  border-color: #eb4343;
  color: #fff; }

.btn-h-red:hover.fs--shadow.focus, .btn-h-red:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(235, 67, 67, 0.4); }

.btn-h-outline-red:hover {
  color: #e30b0b;
  border-color: #eb5050;
  background-color: transparent; }

.btn-h-outline-red:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(235, 80, 80, 0.4); }

.btn-h-outline-red[class*="btn-outline-"]:hover {
  background-color: rgba(235, 67, 67, 0.0625);
  color: #dc0b0b; }

.btn-h-light-red:hover {
  color: #b12b2b;
  background-color: #fad8d8;
  border-color: #f4acac; }

.btn-h-light-red[class*="btn-light-"]:hover {
  color: #a02727;
  background-color: #f8c6c6;
  border-color: #f19595; }

.btn-h-lighter-red:hover {
  color: #c12f2f;
  background-color: #fcecec;
  border-color: #f4aeae; }

.btn-h-lighter-red[class*="btn-lighter-"]:hover {
  color: #b72c2c;
  background-color: #fbe1e1;
  border-color: #f19595; }

.btn-h-green:hover {
  background-color: #29916c;
  border-color: #29916c;
  color: #fff; }

.btn-h-green:hover.fs--shadow.focus, .btn-h-green:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(41, 145, 108, 0.4); }

.btn-h-outline-green:hover {
  color: #1a7f5b;
  border-color: #5aa389;
  background-color: transparent; }

.btn-h-outline-green:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(90, 163, 137, 0.4); }

.btn-h-outline-green[class*="btn-outline-"]:hover {
  background-color: rgba(41, 145, 108, 0.0625);
  color: #187956; }

.btn-h-light-green:hover {
  color: #1b7454;
  background-color: #dff3ec;
  border-color: #97d8c1; }

.btn-h-light-green[class*="btn-light-"]:hover {
  color: #1a6e50;
  background-color: #d0ede3;
  border-color: #88d3b8; }

.btn-h-lighter-green:hover {
  color: #1d7b59;
  background-color: #eff9f5;
  border-color: #a6deca; }

.btn-h-lighter-green[class*="btn-lighter-"]:hover {
  color: #1b7454;
  background-color: #e6f6f0;
  border-color: #8ad4b9; }

.btn-h-orange:hover {
  background-color: #ff8d03;
  border-color: #ff8d03;
  color: #fff; }

.btn-h-orange:hover.fs--shadow.focus, .btn-h-orange:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(255, 141, 3, 0.4); }

.btn-h-outline-orange:hover {
  color: #a95c00;
  border-color: #ee9b35;
  background-color: transparent; }

.btn-h-outline-orange:hover.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(238, 155, 53, 0.4); }

.btn-h-outline-orange[class*="btn-outline-"]:hover {
  background-color: rgba(255, 141, 3, 0.0625);
  color: #a15800; }

.btn-h-light-orange:hover {
  color: #9b5500;
  background-color: #ffecd3;
  border-color: #ffc075; }

.btn-h-light-orange[class*="btn-light-"]:hover {
  color: #935100;
  background-color: #ffe2be;
  border-color: #ffb65d; }

.btn-h-lighter-orange:hover {
  color: #a35900;
  background-color: #fff5e9;
  border-color: #ffcc8e; }

.btn-h-lighter-orange[class*="btn-lighter-"]:hover {
  color: #9b5500;
  background-color: #fff0dd;
  border-color: #ffbc6a; }

.btn-a-default:not(:disabled):not(.disabled):active,
.btn-a-default:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-default.dropdown-toggle {
  color: #fff;
  background-color: #3a7aa1;
  border-color: #39789e; }

.btn-a-default:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-default:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-default.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(57, 120, 158, 0.4); }

.btn-a-outline-default:not(:disabled):not(.disabled):active,
.btn-a-outline-default:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-default.dropdown-toggle {
  color: #2d77a4;
  border-color: #a9bdc9;
  background-color: transparent; }

.btn-a-outline-default:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-default:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-default.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(58, 122, 161, 0.085);
  color: #2a709b; }

.btn-a-outline-default:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-default:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-default.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(169, 189, 201, 0.4); }

.show > .btn.btn-a-light-default.dropdown-toggle, .btn-a-light-default:not(:disabled):not(.disabled):active, .btn-a-light-default:not(:disabled):not(.disabled).active {
  color: #33627f;
  background-color: #d1e2ed;
  border-color: #a0c4d9; }

.show > .btn.btn-a-lighter-default.dropdown-toggle, .btn-a-lighter-default:not(:disabled):not(.disabled):active, .btn-a-lighter-default:not(:disabled):not(.disabled).active {
  color: #376989;
  background-color: #e7f0f5;
  border-color: #a2c5da; }

.btn-a-primary:not(:disabled):not(.disabled):active,
.btn-a-primary:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-primary.dropdown-toggle {
  color: #fff;
  background-color: #2779bc;
  border-color: #2676b8; }

.btn-a-primary:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-primary:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-primary.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(38, 118, 184, 0.4); }

.btn-a-outline-primary:not(:disabled):not(.disabled):active,
.btn-a-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-primary.dropdown-toggle {
  color: #1b74bf;
  border-color: #5195ce;
  background-color: transparent; }

.btn-a-outline-primary:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-primary:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-primary.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(39, 121, 188, 0.085);
  color: #196eb5; }

.btn-a-outline-primary:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-primary:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-primary.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(81, 149, 206, 0.4); }

.show > .btn.btn-a-light-primary.dropdown-toggle, .btn-a-light-primary:not(:disabled):not(.disabled):active, .btn-a-light-primary:not(:disabled):not(.disabled).active {
  color: #165f9d;
  background-color: #c9e1f4;
  border-color: #83b8e5; }

.show > .btn.btn-a-lighter-primary.dropdown-toggle, .btn-a-lighter-primary:not(:disabled):not(.disabled):active, .btn-a-lighter-primary:not(:disabled):not(.disabled).active {
  color: #1867aa;
  background-color: #e3eff9;
  border-color: #83b8e5; }

.btn-a-secondary:not(:disabled):not(.disabled):active,
.btn-a-secondary:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5d7788;
  border-color: #5b7485; }

.btn-a-secondary:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-secondary:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-secondary.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(91, 116, 133, 0.4); }

.btn-a-outline-secondary:not(:disabled):not(.disabled):active,
.btn-a-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-secondary.dropdown-toggle {
  color: #4e748d;
  border-color: #7895a9;
  background-color: transparent; }

.btn-a-outline-secondary:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-secondary:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-secondary.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(93, 119, 136, 0.085);
  color: #4a6e86; }

.btn-a-outline-secondary:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-secondary:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-secondary.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(120, 149, 169, 0.4); }

.show > .btn.btn-a-light-secondary.dropdown-toggle, .btn-a-light-secondary:not(:disabled):not(.disabled):active, .btn-a-light-secondary:not(:disabled):not(.disabled).active {
  color: #476071;
  background-color: #dae0e4;
  border-color: #b0bcc5; }

.show > .btn.btn-a-lighter-secondary.dropdown-toggle, .btn-a-lighter-secondary:not(:disabled):not(.disabled):active, .btn-a-lighter-secondary:not(:disabled):not(.disabled).active {
  color: #4d687a;
  background-color: #ebeff1;
  border-color: #b0bcc5; }

.btn-a-info:not(:disabled):not(.disabled):active,
.btn-a-info:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-info.dropdown-toggle {
  color: #fff;
  background-color: #007da0;
  border-color: #007a9d; }

.btn-a-info:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-info:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-info.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(0, 122, 157, 0.4); }

.btn-a-outline-info:not(:disabled):not(.disabled):active,
.btn-a-outline-info:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-info.dropdown-toggle {
  color: #00799b;
  border-color: #3d99b3;
  background-color: transparent; }

.btn-a-outline-info:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-info:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-info.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(0, 125, 160, 0.085);
  color: #00708f; }

.btn-a-outline-info:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-info:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-info.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(61, 153, 179, 0.4); }

.show > .btn.btn-a-light-info.dropdown-toggle, .btn-a-light-info:not(:disabled):not(.disabled):active, .btn-a-light-info:not(:disabled):not(.disabled).active {
  color: #006a87;
  background-color: #c3eefa;
  border-color: #64d3f2; }

.show > .btn.btn-a-lighter-info.dropdown-toggle, .btn-a-lighter-info:not(:disabled):not(.disabled):active, .btn-a-lighter-info:not(:disabled):not(.disabled).active {
  color: #006e8c;
  background-color: #e0f6fc;
  border-color: #69d4f2; }

.btn-a-success:not(:disabled):not(.disabled):active,
.btn-a-success:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-success.dropdown-toggle {
  color: #fff;
  background-color: #398339;
  border-color: #388038; }

.btn-a-success:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-success:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-success.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(56, 128, 56, 0.4); }

.btn-a-outline-success:not(:disabled):not(.disabled):active,
.btn-a-outline-success:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-success.dropdown-toggle {
  color: #2c812c;
  border-color: #5ea05e;
  background-color: transparent; }

.btn-a-outline-success:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-success:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-success.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(57, 131, 57, 0.085);
  color: #297929; }

.btn-a-outline-success:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-success:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-success.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(94, 160, 94, 0.4); }

.show > .btn.btn-a-light-success.dropdown-toggle, .btn-a-light-success:not(:disabled):not(.disabled):active, .btn-a-light-success:not(:disabled):not(.disabled).active {
  color: #2d6d2d;
  background-color: #d3ead3;
  border-color: #9bcf9b; }

.show > .btn.btn-a-lighter-success.dropdown-toggle, .btn-a-lighter-success:not(:disabled):not(.disabled):active, .btn-a-lighter-success:not(:disabled):not(.disabled).active {
  color: #2f742f;
  background-color: #e8f4e8;
  border-color: #9ed19e; }

.btn-a-danger:not(:disabled):not(.disabled):active,
.btn-a-danger:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9432b;
  border-color: #c4422a; }

.btn-a-danger:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-danger:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-danger.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(196, 66, 42, 0.4); }

.btn-a-outline-danger:not(:disabled):not(.disabled):active,
.btn-a-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-danger.dropdown-toggle {
  color: #d53114;
  border-color: #df624c;
  background-color: transparent; }

.btn-a-outline-danger:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-danger:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-danger.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(201, 67, 43, 0.085);
  color: #cb2f13; }

.btn-a-outline-danger:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-danger:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-danger.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(223, 98, 76, 0.4); }

.show > .btn.btn-a-light-danger.dropdown-toggle, .btn-a-light-danger:not(:disabled):not(.disabled):active, .btn-a-light-danger:not(:disabled):not(.disabled).active {
  color: #a3301c;
  background-color: #f5cfc8;
  border-color: #e99788; }

.show > .btn.btn-a-lighter-danger.dropdown-toggle, .btn-a-lighter-danger:not(:disabled):not(.disabled):active, .btn-a-lighter-danger:not(:disabled):not(.disabled).active {
  color: #b0341e;
  background-color: #fae6e2;
  border-color: #e99788; }

.btn-a-warning:not(:disabled):not(.disabled):active,
.btn-a-warning:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-warning.dropdown-toggle {
  color: #22190b;
  background-color: #e6ab48;
  border-color: #e0a746; }

.btn-a-warning:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-warning:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-warning.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(224, 167, 70, 0.4); }

.btn-a-outline-warning:not(:disabled):not(.disabled):active,
.btn-a-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-warning.dropdown-toggle {
  color: #c86800;
  border-color: #e6b461;
  background-color: transparent; }

.btn-a-outline-warning:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-warning:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-warning.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(230, 171, 72, 0.085);
  color: #bd6200; }

.btn-a-outline-warning:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-warning:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-warning.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(230, 180, 97, 0.4); }

.show > .btn.btn-a-light-warning.dropdown-toggle, .btn-a-light-warning:not(:disabled):not(.disabled):active, .btn-a-light-warning:not(:disabled):not(.disabled).active {
  color: #865a12;
  background-color: #fae6c3;
  border-color: #f1be69; }

.show > .btn.btn-a-lighter-warning.dropdown-toggle, .btn-a-lighter-warning:not(:disabled):not(.disabled):active, .btn-a-lighter-warning:not(:disabled):not(.disabled).active {
  color: #8a5d12;
  background-color: #fcf2e0;
  border-color: #f4ca85; }

.btn-a-dark:not(:disabled):not(.disabled):active,
.btn-a-dark:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-dark.dropdown-toggle {
  color: #fff;
  background-color: #3b4046;
  border-color: #3a3e45; }

.btn-a-dark:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-dark:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-dark.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(58, 62, 69, 0.4); }

.btn-a-outline-dark:not(:disabled):not(.disabled):active,
.btn-a-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-dark.dropdown-toggle {
  color: #42474e;
  border-color: #6f7378;
  background-color: transparent; }

.btn-a-outline-dark:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-dark:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-dark.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(59, 64, 70, 0.085);
  color: #3d4148; }

.btn-a-outline-dark:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-dark:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-dark.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(111, 115, 120, 0.4); }

.show > .btn.btn-a-light-dark.dropdown-toggle, .btn-a-light-dark:not(:disabled):not(.disabled):active, .btn-a-light-dark:not(:disabled):not(.disabled).active {
  color: #35393e;
  background-color: #d4d5d7;
  border-color: #8f9297; }

.show > .btn.btn-a-lighter-dark.dropdown-toggle, .btn-a-lighter-dark:not(:disabled):not(.disabled):active, .btn-a-lighter-dark:not(:disabled):not(.disabled).active {
  color: #32363b;
  background-color: #e8e9ea;
  border-color: #8f9297; }

.btn-a-light:not(:disabled):not(.disabled):active,
.btn-a-light:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-light.dropdown-toggle {
  color: #5d6069;
  background-color: #eaecf0;
  border-color: #cbcdd1; }

.btn-a-light:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-light:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-light.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(203, 205, 209, 0.4); }

.btn-a-outline-light:not(:disabled):not(.disabled):active,
.btn-a-outline-light:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-light.dropdown-toggle {
  color: #91969b;
  border-color: #d4d7dd;
  background-color: transparent; }

.btn-a-outline-light:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-light:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-light.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(234, 236, 240, 0.085);
  color: #8b9096; }

.btn-a-outline-light:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-light:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-light.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(212, 215, 221, 0.4); }

.show > .btn.btn-a-light-light.dropdown-toggle, .btn-a-light-light:not(:disabled):not(.disabled):active, .btn-a-light-light:not(:disabled):not(.disabled).active {
  color: #6e7074;
  background-color: #fefefe;
  border-color: #d7d7eb; }

.show > .btn.btn-a-lighter-light.dropdown-toggle, .btn-a-lighter-light:not(:disabled):not(.disabled):active, .btn-a-lighter-light:not(:disabled):not(.disabled).active {
  color: #696b6f;
  background-color: #fefeff;
  border-color: #d1d1e8; }

.btn-a-white:not(:disabled):not(.disabled):active,
.btn-a-white:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-white.dropdown-toggle {
  color: #606060;
  background-color: #fff;
  border-color: #c5c5c5; }

.btn-a-white:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-white:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-white.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(197, 197, 197, 0.4); }

.btn-a-outline-white:not(:disabled):not(.disabled):active,
.btn-a-outline-white:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-white.dropdown-toggle {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }

.btn-a-outline-white:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-white:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-white.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(255, 255, 255, 0.085); }

.btn-a-outline-white:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-white:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-white.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.4); }

.btn-a-black:not(:disabled):not(.disabled):active,
.btn-a-black:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-black.dropdown-toggle {
  color: #fff;
  background-color: #282b2f;
  border-color: #272a2e; }

.btn-a-black:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-black:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-black.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(39, 42, 46, 0.4); }

.btn-a-outline-black:not(:disabled):not(.disabled):active,
.btn-a-outline-black:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-black.dropdown-toggle {
  color: #2c3034;
  border-color: #414549;
  background-color: transparent; }

.btn-a-outline-black:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-black:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-black.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(40, 43, 47, 0.085);
  color: #272a2e; }

.btn-a-outline-black:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-black:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-black.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(65, 69, 73, 0.4); }

.show > .btn.btn-a-light-black.dropdown-toggle, .btn-a-light-black:not(:disabled):not(.disabled):active, .btn-a-light-black:not(:disabled):not(.disabled).active {
  color: #23262a;
  background-color: #cfd0d1;
  border-color: #838587; }

.show > .btn.btn-a-lighter-black.dropdown-toggle, .btn-a-lighter-black:not(:disabled):not(.disabled):active, .btn-a-lighter-black:not(:disabled):not(.disabled).active {
  color: #212428;
  background-color: #e6e6e7;
  border-color: #838587; }

.btn-a-grey:not(:disabled):not(.disabled):active,
.btn-a-grey:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-grey.dropdown-toggle {
  color: #fff;
  background-color: #6a6b6d;
  border-color: #67686b; }

.btn-a-grey:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-grey:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-grey.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(103, 104, 107, 0.4); }

.btn-a-outline-grey:not(:disabled):not(.disabled):active,
.btn-a-outline-grey:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-grey.dropdown-toggle {
  color: #666;
  border-color: #8b8b8b;
  background-color: transparent; }

.btn-a-outline-grey:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-grey:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-grey.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(106, 107, 109, 0.085);
  color: #606060; }

.btn-a-outline-grey:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-grey:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-grey.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(139, 139, 139, 0.4); }

.show > .btn.btn-a-light-grey.dropdown-toggle, .btn-a-light-grey:not(:disabled):not(.disabled):active, .btn-a-light-grey:not(:disabled):not(.disabled).active {
  color: #5d5d60;
  background-color: #dedfdf;
  border-color: #b3b4b6; }

.show > .btn.btn-a-lighter-grey.dropdown-toggle, .btn-a-lighter-grey:not(:disabled):not(.disabled):active, .btn-a-lighter-grey:not(:disabled):not(.disabled).active {
  color: #616164;
  background-color: #eeeeee;
  border-color: #b3b4b6; }

.btn-a-purple:not(:disabled):not(.disabled):active,
.btn-a-purple:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-purple.dropdown-toggle {
  color: #fff;
  background-color: #6b60ab;
  border-color: #695ea7; }

.btn-a-purple:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-purple:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-purple.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(105, 94, 167, 0.4); }

.btn-a-outline-purple:not(:disabled):not(.disabled):active,
.btn-a-outline-purple:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-purple.dropdown-toggle {
  color: #7061c9;
  border-color: #9287d6;
  background-color: transparent; }

.btn-a-outline-purple:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-purple:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-purple.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(107, 96, 171, 0.085);
  color: #6858c6; }

.btn-a-outline-purple:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-purple:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-purple.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(146, 135, 214, 0.4); }

.show > .btn.btn-a-light-purple.dropdown-toggle, .btn-a-light-purple:not(:disabled):not(.disabled):active, .btn-a-light-purple:not(:disabled):not(.disabled).active {
  color: #574a9f;
  background-color: #d7d4ea;
  border-color: #afa8d5; }

.show > .btn.btn-a-lighter-purple.dropdown-toggle, .btn-a-lighter-purple:not(:disabled):not(.disabled):active, .btn-a-lighter-purple:not(:disabled):not(.disabled).active {
  color: #524797;
  background-color: #eae8f4;
  border-color: #afa8d5; }

.btn-a-pink:not(:disabled):not(.disabled):active,
.btn-a-pink:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-pink.dropdown-toggle {
  color: #fff;
  background-color: #c4326a;
  border-color: #c03168; }

.btn-a-pink:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-pink:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-pink.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(192, 49, 104, 0.4); }

.btn-a-outline-pink:not(:disabled):not(.disabled):active,
.btn-a-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-pink.dropdown-toggle {
  color: #d81a63;
  border-color: #e25189;
  background-color: transparent; }

.btn-a-outline-pink:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-pink:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-pink.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(196, 50, 106, 0.085);
  color: #ce195f; }

.btn-a-outline-pink:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-pink:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-pink.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(226, 81, 137, 0.4); }

.show > .btn.btn-a-light-pink.dropdown-toggle, .btn-a-light-pink:not(:disabled):not(.disabled):active, .btn-a-light-pink:not(:disabled):not(.disabled).active {
  color: #a42254;
  background-color: #f4cada;
  border-color: #e68caf; }

.show > .btn.btn-a-lighter-pink.dropdown-toggle, .btn-a-lighter-pink:not(:disabled):not(.disabled):active, .btn-a-lighter-pink:not(:disabled):not(.disabled).active {
  color: #ac2358;
  background-color: #f9e3ec;
  border-color: #e68caf; }

.btn-a-yellow:not(:disabled):not(.disabled):active,
.btn-a-yellow:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-yellow.dropdown-toggle {
  color: #524b21;
  background-color: #f0db67;
  border-color: #c6b249; }

.btn-a-yellow:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-yellow:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-yellow.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(198, 178, 73, 0.4); }

.btn-a-outline-yellow:not(:disabled):not(.disabled):active,
.btn-a-outline-yellow:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-yellow.dropdown-toggle {
  color: #aa641f;
  border-color: #ecc735;
  background-color: transparent; }

.btn-a-outline-yellow:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-yellow:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-yellow.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(240, 219, 103, 0.085);
  color: #a05e1d; }

.btn-a-outline-yellow:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-yellow:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-yellow.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(236, 199, 53, 0.4); }

.show > .btn.btn-a-light-yellow.dropdown-toggle, .btn-a-light-yellow:not(:disabled):not(.disabled):active, .btn-a-light-yellow:not(:disabled):not(.disabled).active {
  color: #756821;
  background-color: #fcf3c2;
  border-color: #eecc0c; }

.show > .btn.btn-a-lighter-yellow.dropdown-toggle, .btn-a-lighter-yellow:not(:disabled):not(.disabled):active, .btn-a-lighter-yellow:not(:disabled):not(.disabled).active {
  color: #756821;
  background-color: #fdf9df;
  border-color: #f3d31c; }

.btn-a-lightgrey:not(:disabled):not(.disabled):active,
.btn-a-lightgrey:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-lightgrey.dropdown-toggle {
  color: #fff;
  background-color: #6f747c;
  border-color: #6d7279; }

.btn-a-lightgrey:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-lightgrey:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-lightgrey.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(109, 114, 121, 0.4); }

.btn-a-outline-lightgrey:not(:disabled):not(.disabled):active,
.btn-a-outline-lightgrey:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-lightgrey.dropdown-toggle {
  color: #787d82;
  border-color: #d0d5da;
  background-color: transparent; }

.btn-a-outline-lightgrey:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-lightgrey:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-lightgrey.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(111, 116, 124, 0.085);
  color: #72777c; }

.btn-a-outline-lightgrey:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-lightgrey:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-lightgrey.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(208, 213, 218, 0.4); }

.show > .btn.btn-a-light-lightgrey.dropdown-toggle, .btn-a-light-lightgrey:not(:disabled):not(.disabled):active, .btn-a-light-lightgrey:not(:disabled):not(.disabled).active {
  color: #5a5d62;
  background-color: #dddfe1;
  border-color: #bbbec3; }

.show > .btn.btn-a-lighter-lightgrey.dropdown-toggle, .btn-a-lighter-lightgrey:not(:disabled):not(.disabled):active, .btn-a-lighter-lightgrey:not(:disabled):not(.disabled).active {
  color: #61656a;
  background-color: #edeeef;
  border-color: #bec1c5; }

.btn-a-brown:not(:disabled):not(.disabled):active,
.btn-a-brown:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-brown.dropdown-toggle {
  color: #fff;
  background-color: #a46538;
  border-color: #a06237; }

.btn-a-brown:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-brown:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-brown.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(160, 98, 55, 0.4); }

.btn-a-outline-brown:not(:disabled):not(.disabled):active,
.btn-a-outline-brown:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-brown.dropdown-toggle {
  color: #a85f2b;
  border-color: #bd855e;
  background-color: transparent; }

.btn-a-outline-brown:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-brown:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-brown.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(164, 101, 56, 0.085);
  color: #9f5a29; }

.btn-a-outline-brown:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-brown:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-brown.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(189, 133, 94, 0.4); }

.show > .btn.btn-a-light-brown.dropdown-toggle, .btn-a-light-brown:not(:disabled):not(.disabled):active, .btn-a-light-brown:not(:disabled):not(.disabled).active {
  color: #86512c;
  background-color: #eddcd0;
  border-color: #d7b297; }

.show > .btn.btn-a-lighter-brown.dropdown-toggle, .btn-a-lighter-brown:not(:disabled):not(.disabled):active, .btn-a-lighter-brown:not(:disabled):not(.disabled).active {
  color: #8f572f;
  background-color: #f6ede6;
  border-color: #d7b297; }

.btn-a-blue:not(:disabled):not(.disabled):active,
.btn-a-blue:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-blue.dropdown-toggle {
  color: #fff;
  background-color: #2874d0;
  border-color: #2771cb; }

.btn-a-blue:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-blue:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-blue.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(39, 113, 203, 0.4); }

.btn-a-outline-blue:not(:disabled):not(.disabled):active,
.btn-a-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-blue.dropdown-toggle {
  color: #0d6ce1;
  border-color: #4790e8;
  background-color: transparent; }

.btn-a-outline-blue:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-blue:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-blue.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(40, 116, 208, 0.085);
  color: #0c67d6; }

.btn-a-outline-blue:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-blue:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-blue.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(71, 144, 232, 0.4); }

.show > .btn.btn-a-light-blue.dropdown-toggle, .btn-a-light-blue:not(:disabled):not(.disabled):active, .btn-a-light-blue:not(:disabled):not(.disabled).active {
  color: #205ba2;
  background-color: #c6ddf7;
  border-color: #8db9ef; }

.show > .btn.btn-a-lighter-blue.dropdown-toggle, .btn-a-lighter-blue:not(:disabled):not(.disabled):active, .btn-a-lighter-blue:not(:disabled):not(.disabled).active {
  color: #2364b2;
  background-color: #e1edfb;
  border-color: #8db9ef; }

.btn-a-red:not(:disabled):not(.disabled):active,
.btn-a-red:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-red.dropdown-toggle {
  color: #fff;
  background-color: #d33d3d;
  border-color: #cf3b3b; }

.btn-a-red:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-red:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-red.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(207, 59, 59, 0.4); }

.btn-a-outline-red:not(:disabled):not(.disabled):active,
.btn-a-outline-red:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-red.dropdown-toggle {
  color: #e30b0b;
  border-color: #ea4646;
  background-color: transparent; }

.btn-a-outline-red:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-red:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-red.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(211, 61, 61, 0.085);
  color: #d80b0b; }

.btn-a-outline-red:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-red:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-red.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(234, 70, 70, 0.4); }

.show > .btn.btn-a-light-red.dropdown-toggle, .btn-a-light-red:not(:disabled):not(.disabled):active, .btn-a-light-red:not(:disabled):not(.disabled).active {
  color: #a02727;
  background-color: #f8c6c6;
  border-color: #f19595; }

.show > .btn.btn-a-lighter-red.dropdown-toggle, .btn-a-lighter-red:not(:disabled):not(.disabled):active, .btn-a-lighter-red:not(:disabled):not(.disabled).active {
  color: #b72c2c;
  background-color: #fbe1e1;
  border-color: #f19595; }

.btn-a-green:not(:disabled):not(.disabled):active,
.btn-a-green:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-green.dropdown-toggle {
  color: #fff;
  background-color: #258361;
  border-color: #24805f; }

.btn-a-green:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-green:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-green.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(36, 128, 95, 0.4); }

.btn-a-outline-green:not(:disabled):not(.disabled):active,
.btn-a-outline-green:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-green.dropdown-toggle {
  color: #1a7f5b;
  border-color: #519e82;
  background-color: transparent; }

.btn-a-outline-green:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-green:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-green.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(37, 131, 97, 0.085);
  color: #187654; }

.btn-a-outline-green:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-green:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-green.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(81, 158, 130, 0.4); }

.show > .btn.btn-a-light-green.dropdown-toggle, .btn-a-light-green:not(:disabled):not(.disabled):active, .btn-a-light-green:not(:disabled):not(.disabled).active {
  color: #1a6e50;
  background-color: #d0ede3;
  border-color: #88d3b8; }

.show > .btn.btn-a-lighter-green.dropdown-toggle, .btn-a-lighter-green:not(:disabled):not(.disabled):active, .btn-a-lighter-green:not(:disabled):not(.disabled).active {
  color: #1b7454;
  background-color: #e6f6f0;
  border-color: #8ad4b9; }

.btn-a-orange:not(:disabled):not(.disabled):active,
.btn-a-orange:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-orange.dropdown-toggle {
  color: #fff;
  background-color: #e67f03;
  border-color: #e07c03; }

.btn-a-orange:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-orange:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-orange.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(224, 124, 3, 0.4); }

.btn-a-outline-orange:not(:disabled):not(.disabled):active,
.btn-a-outline-orange:not(:disabled):not(.disabled).active,
.show > .btn.btn-a-outline-orange.dropdown-toggle {
  color: #a95c00;
  border-color: #ee9b35;
  background-color: transparent; }

.btn-a-outline-orange:not(:disabled):not(.disabled):active[class*="btn-outline-"],
.btn-a-outline-orange:not(:disabled):not(.disabled).active[class*="btn-outline-"],
.show > .btn.btn-a-outline-orange.dropdown-toggle[class*="btn-outline-"] {
  background-color: rgba(230, 127, 3, 0.085);
  color: #9d5600; }

.btn-a-outline-orange:not(:disabled):not(.disabled):active.fs--shadow:focus,
.btn-a-outline-orange:not(:disabled):not(.disabled).active.fs--shadow:focus,
.show > .btn.btn-a-outline-orange.dropdown-toggle.fs--shadow:focus {
  box-shadow: 0 0 1px 2px rgba(238, 155, 53, 0.4); }

.show > .btn.btn-a-light-orange.dropdown-toggle, .btn-a-light-orange:not(:disabled):not(.disabled):active, .btn-a-light-orange:not(:disabled):not(.disabled).active {
  color: #935100;
  background-color: #ffe2be;
  border-color: #ffb65d; }

.show > .btn.btn-a-lighter-orange.dropdown-toggle, .btn-a-lighter-orange:not(:disabled):not(.disabled):active, .btn-a-lighter-orange:not(:disabled):not(.disabled).active {
  color: #9b5500;
  background-color: #fff0dd;
  border-color: #ffbc6a; }

.btn-text-default,
.btn-text-default:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-default:hover,
.btn.btn-h-text-default:hover,
.btn-a-text-default:not(.disabled):not(:disabled):active,
.btn-a-text-default:not(.disabled):not(:disabled).active {
  color: #2d77a4; }

.btn-a-text-default[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-default[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #2b719c; }

.btn-text-primary,
.btn-text-primary:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-primary:hover,
.btn.btn-h-text-primary:hover,
.btn-a-text-primary:not(.disabled):not(:disabled):active,
.btn-a-text-primary:not(.disabled):not(:disabled).active {
  color: #1b74bf; }

.btn-a-text-primary[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-primary[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #196fb6; }

.btn-text-secondary,
.btn-text-secondary:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-secondary:hover,
.btn.btn-h-text-secondary:hover,
.btn-a-text-secondary:not(.disabled):not(:disabled):active,
.btn-a-text-secondary:not(.disabled):not(:disabled).active {
  color: #4e748d; }

.btn-a-text-secondary[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-secondary[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #4a6e87; }

.btn-text-info,
.btn-text-info:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-info:hover,
.btn.btn-h-text-info:hover,
.btn-a-text-info:not(.disabled):not(:disabled):active,
.btn-a-text-info:not(.disabled):not(:disabled).active {
  color: #00799b; }

.btn-a-text-info[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-info[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #007191; }

.btn-text-success,
.btn-text-success:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-success:hover,
.btn.btn-h-text-success:hover,
.btn-a-text-success:not(.disabled):not(:disabled):active,
.btn-a-text-success:not(.disabled):not(:disabled).active {
  color: #2c812c; }

.btn-a-text-success[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-success[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #297a29; }

.btn-text-danger,
.btn-text-danger:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-danger:hover,
.btn.btn-h-text-danger:hover,
.btn-a-text-danger:not(.disabled):not(:disabled):active,
.btn-a-text-danger:not(.disabled):not(:disabled).active {
  color: #d53114; }

.btn-a-text-danger[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-danger[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #cc2f13; }

.btn-text-warning,
.btn-text-warning:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-warning:hover,
.btn.btn-h-text-warning:hover,
.btn-a-text-warning:not(.disabled):not(:disabled):active,
.btn-a-text-warning:not(.disabled):not(:disabled).active {
  color: #c86800; }

.btn-a-text-warning[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-warning[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #be6300; }

.btn-text-dark,
.btn-text-dark:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-dark:hover,
.btn.btn-h-text-dark:hover,
.btn-a-text-dark:not(.disabled):not(:disabled):active,
.btn-a-text-dark:not(.disabled):not(:disabled).active {
  color: #42474e; }

.btn-a-text-dark[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-dark[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #3d4248; }

.btn-text-light,
.btn-text-light:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-light:hover,
.btn.btn-h-text-light:hover,
.btn-a-text-light:not(.disabled):not(:disabled):active,
.btn-a-text-light:not(.disabled):not(:disabled).active {
  color: #91969b; }

.btn-a-text-light[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-light[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #8c9196; }

.btn-text-white,
.btn-text-white:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-white:hover,
.btn.btn-h-text-white:hover,
.btn-a-text-white:not(.disabled):not(:disabled):active,
.btn-a-text-white:not(.disabled):not(:disabled).active {
  color: #fff; }

.btn-text-black,
.btn-text-black:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-black:hover,
.btn.btn-h-text-black:hover,
.btn-a-text-black:not(.disabled):not(:disabled):active,
.btn-a-text-black:not(.disabled):not(:disabled).active {
  color: #2c3034; }

.btn-a-text-black[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-black[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #272b2e; }

.btn-text-grey,
.btn-text-grey:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-grey:hover,
.btn.btn-h-text-grey:hover,
.btn-a-text-grey:not(.disabled):not(:disabled):active,
.btn-a-text-grey:not(.disabled):not(:disabled).active {
  color: #666; }

.btn-a-text-grey[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-grey[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #616161; }

.btn-text-purple,
.btn-text-purple:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-purple:hover,
.btn.btn-h-text-purple:hover,
.btn-a-text-purple:not(.disabled):not(:disabled):active,
.btn-a-text-purple:not(.disabled):not(:disabled).active {
  color: #7061c9; }

.btn-a-text-purple[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-purple[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #6959c6; }

.btn-text-pink,
.btn-text-pink:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-pink:hover,
.btn.btn-h-text-pink:hover,
.btn-a-text-pink:not(.disabled):not(:disabled):active,
.btn-a-text-pink:not(.disabled):not(:disabled).active {
  color: #d81a63; }

.btn-a-text-pink[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-pink[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #cf195f; }

.btn-text-yellow,
.btn-text-yellow:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-yellow:hover,
.btn.btn-h-text-yellow:hover,
.btn-a-text-yellow:not(.disabled):not(:disabled):active,
.btn-a-text-yellow:not(.disabled):not(:disabled).active {
  color: #aa641f; }

.btn-a-text-yellow[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-yellow[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #a15f1d; }

.btn-text-lightgrey,
.btn-text-lightgrey:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-lightgrey:hover,
.btn.btn-h-text-lightgrey:hover,
.btn-a-text-lightgrey:not(.disabled):not(:disabled):active,
.btn-a-text-lightgrey:not(.disabled):not(:disabled).active {
  color: #787d82; }

.btn-a-text-lightgrey[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-lightgrey[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #73787d; }

.btn-text-brown,
.btn-text-brown:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-brown:hover,
.btn.btn-h-text-brown:hover,
.btn-a-text-brown:not(.disabled):not(:disabled):active,
.btn-a-text-brown:not(.disabled):not(:disabled).active {
  color: #a85f2b; }

.btn-a-text-brown[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-brown[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #a05a29; }

.btn-text-blue,
.btn-text-blue:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-blue:hover,
.btn.btn-h-text-blue:hover,
.btn-a-text-blue:not(.disabled):not(:disabled):active,
.btn-a-text-blue:not(.disabled):not(:disabled).active {
  color: #0d6ce1; }

.btn-a-text-blue[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-blue[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #0c68d7; }

.btn-text-red,
.btn-text-red:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-red:hover,
.btn.btn-h-text-red:hover,
.btn-a-text-red:not(.disabled):not(:disabled):active,
.btn-a-text-red:not(.disabled):not(:disabled).active {
  color: #e30b0b; }

.btn-a-text-red[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-red[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #d90b0b; }

.btn-text-green,
.btn-text-green:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-green:hover,
.btn.btn-h-text-green:hover,
.btn-a-text-green:not(.disabled):not(:disabled):active,
.btn-a-text-green:not(.disabled):not(:disabled).active {
  color: #1a7f5b; }

.btn-a-text-green[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-green[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #187755; }

.btn-text-orange,
.btn-text-orange:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-orange:hover,
.btn.btn-h-text-orange:hover,
.btn-a-text-orange:not(.disabled):not(:disabled):active,
.btn-a-text-orange:not(.disabled):not(:disabled).active {
  color: #a95c00; }

.btn-a-text-orange[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-orange[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #9f5700; }

.btn-text-pale,
.btn-text-pale:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn-h-text-pale:hover,
.btn.btn-h-text-pale:hover,
.btn.btn-f-text-pale:focus,
.btn-a-text-pale:not(.disabled):not(:disabled):active,
.btn-a-text-pale:not(.disabled):not(:disabled).active,
.btn-a-text-pale[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-text-pale[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  color: #a9b4c4; }

.btn-faded:not(:hover):not(:active):not(.active),
.btn-h-faded:hover,
.btn.btn-f-faded:focus,
.btn-a-faded:not(.disabled):not(:disabled):active,
.btn-a-faded:not(.disabled):not(:disabled).active {
  opacity: 0.8; }

.btn-brc-tp,
.btn-brc-tp:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn.btn-f-brc-tp:focus,
.btn-h-brc-tp:hover,
.btn.btn-h-brc-tp:hover,
.btn-a-brc-tp:not(.disabled):not(:disabled).active {
  border-color: transparent; }

.btn-brc-white,
.btn-brc-white:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn.btn-f-brc-white:focus,
.btn-h-brc-white:hover,
.btn.btn-h-brc-white:hover,
.btn-a-brc-white:not(.disabled):not(:disabled):active,
.btn-a-brc-white:not(.disabled):not(:disabled).active {
  border-color: #fff; }

.btn-bgc-tp,
.btn-bgc-tp:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn.btn-f-bgc-tp:focus,
.btn-h-bgc-tp:hover,
.btn.btn-h-bgc-tp:hover,
.btn-a-bgc-tp:not(.disabled):not(:disabled):active,
.btn-a-bgc-tp:not(.disabled):not(:disabled).active,
.btn-a-bgc-tp[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-bgc-tp[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  background-color: transparent; }

.btn-bgc-white,
.btn-bgc-white:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn.btn-f-bgc-white:focus,
.btn-h-bgc-white:hover,
.btn.btn-h-bgc-white:hover,
.btn-a-bgc-white:not(.disabled):not(:disabled):active,
.btn-a-bgc-white:not(.disabled):not(:disabled).active,
.btn-a-bgc-white[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-bgc-white[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  background-color: #fff; }

.btn-tp,
.btn-tp:focus:not(:hover):not(:active):not(.active):not(.dropdown-toggle),
.btn.btn-f-tp:focus,
.btn-h-tp:hover,
.btn.btn-h-tp:hover,
.btn-a-tp:not(.disabled):not(:disabled):active,
.btn-a-tp:not(.disabled):not(:disabled).active,
.btn-a-tp[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active,
.btn-a-tp[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active {
  background-color: transparent;
  border-color: transparent; }

.btn.btn-bold {
  border-width: 2px;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.btn-h-bold:hover,
.btn-f-bold:focus,
.btn-a-bold.active:not(.disabled):not(:disabled) {
  font-weight: 600; }

.btn-a-b2.active:not(.disabled):not(:disabled) {
  border-width: 2px; }

.btn-a-bb2.active:not(.disabled):not(:disabled) {
  border-bottom-width: 2px; }

.btn-a-bt2.active:not(.disabled):not(:disabled) {
  border-top-width: 2px; }

.btn.fs--outline:focus {
  outline-color: rgba(255, 255, 255, 0.75);
  outline-width: 1px;
  outline-style: dotted;
  outline-offset: -3px; }

.btn.fs--outline[class*="btn-outline-"]:focus, .btn.fs--outline[class*="btn-light"]:focus {
  outline-color: rgba(0, 0, 0, 0.4); }

.btn.fs--outline[class*="btn-h-"]:not([class*="btn-h-outline"]):not([class*="btn-h-light"]):hover:focus {
  outline-color: rgba(255, 255, 255, 0.75); }

.btn.fs--outline[class*="btn-h-outline-"]:focus:hover, .btn.fs--outline[class*="btn-h-light"]:focus:hover {
  outline-color: rgba(0, 0, 0, 0.4); }

.btn.fs--outline[class*="btn-a-"]:not(.disabled):not(:disabled):active:focus, .btn.fs--outline[class*="btn-a-"]:not(.disabled):not(:disabled).active:focus {
  outline-color: rgba(255, 255, 255, 0.75); }

.btn.fs--outline[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active:focus, .btn.fs--outline[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active:focus, .btn.fs--outline[class*="btn-a-light"]:not(.disabled):not(:disabled):active:focus, .btn.fs--outline[class*="btn-a-light"]:not(.disabled):not(:disabled).active:focus {
  outline-color: rgba(0, 0, 0, 0.4); }

.btn.fs--solid:focus {
  outline-color: rgba(255, 255, 255, 0.6);
  outline-width: 1px;
  outline-style: solid;
  outline-offset: -3px; }

.btn.fs--solid[class*="btn-outline-"]:focus, .btn.fs--solid[class*="btn-light"]:focus {
  outline-color: rgba(0, 0, 0, 0.27); }

.btn.fs--solid[class*="btn-h-"]:not([class*="btn-h-outline"]):not([class*="btn-h-light"]):hover:focus {
  outline-color: rgba(255, 255, 255, 0.6); }

.btn.fs--solid[class*="btn-h-"]:not([class*="btn-a-outline"]):not([class*="btn-a-light"]):active:focus {
  outline-color: rgba(0, 0, 0, 0.27); }

.btn.fs--solid[class*="btn-h-outline-"]:focus:hover, .btn.fs--solid[class*="btn-h-light"]:focus:hover {
  outline-color: rgba(0, 0, 0, 0.27); }

.btn.fs--solid[class*="btn-a-"]:not(.disabled):not(:disabled):active:focus, .btn.fs--solid[class*="btn-a-"]:not(.disabled):not(:disabled).active:focus {
  outline-color: rgba(255, 255, 255, 0.6); }

.btn.fs--solid[class*="btn-a-outline-"]:not(.disabled):not(:disabled):active:focus, .btn.fs--solid[class*="btn-a-outline-"]:not(.disabled):not(:disabled).active:focus, .btn.fs--solid[class*="btn-a-light"]:not(.disabled):not(:disabled):active:focus, .btn.fs--solid[class*="btn-a-light"]:not(.disabled):not(:disabled).active:focus {
  outline-color: rgba(0, 0, 0, 0.27); }

.btn.fs--dashed:focus {
  outline-width: 1px;
  outline-style: dashed;
  outline-offset: -1px;
  outline-color: rgba(255, 255, 255, 0.6); }

.btn.fs--dashed[class*="btn-outline-"].border-0:focus, .btn.fs--dashed[class*="btn-outline-"].btn-brc-tp:focus {
  outline-color: rgba(0, 0, 0, 0.27); }

.btn.fs--raised:focus, .btn.fs--raised.focus {
  box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.15) !important; }

.btn.disabled, .btn:disabled {
  opacity: 0.55;
  pointer-events: none; }

.btn.disabled:not(.btn-bgc-tp):not(.btn-bgc-white):after, .btn:disabled:not(.btn-bgc-tp):not(.btn-bgc-white):after {
  content: "";
  position: absolute;
  z-index: 2;
  border-radius: inherit;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background-color: rgba(0, 0, 0, 0.07); }

.btn-link {
  background: none !important;
  border: none !important;
  box-shadow: none !important; }

.btn.btn-raised,
.btn.btn-h-raised:hover,
.btn.btn-a-raised:not(.disabled):not(:disabled):active,
.btn.btn-a-raised:not(.disabled):not(:disabled).active {
  box-shadow: inset 0px -2px 1px 0px rgba(0, 0, 0, 0.15); }

.btn.btn-app {
  display: inline-block;
  min-width: 7.5rem;
  line-height: 2rem;
  font-size: 1.325rem;
  font-weight: 400;
  text-align: center;
  border-radius: 0.825rem;
  padding: 1rem 0 0.75rem;
  position: relative; }

.btn.btn-app.btn-sm {
  line-height: 1.675rem;
  min-width: 6.25rem;
  font-size: 1.175rem;
  padding: 0.875rem 0 0.675rem; }

.btn.btn-app.btn-xs {
  line-height: 1.25rem;
  min-width: 5.25rem;
  font-size: 1rem;
  padding: 0.75rem 0 0.625rem; }

.btn-app.btn-default {
  background-image: linear-gradient(to bottom, #4d98c5 0%, #3478a1 100%);
  background-repeat: repeat-x; }

.btn-app.btn-default:hover {
  background-image: linear-gradient(to bottom, #3d8cbc 0%, #2e6a8e 100%);
  background-repeat: repeat-x; }

.btn-app.btn-primary {
  background-image: linear-gradient(to bottom, #3f95dc 0%, #2276bc 100%);
  background-repeat: repeat-x; }

.btn-app.btn-primary:hover {
  background-image: linear-gradient(to bottom, #2989d9 0%, #1e69a7 100%);
  background-repeat: repeat-x; }

.btn-app.btn-secondary {
  background-image: linear-gradient(to bottom, #7594a8 0%, #56758a 100%);
  background-repeat: repeat-x; }

.btn-app.btn-secondary:hover {
  background-image: linear-gradient(to bottom, #65889f 0%, #4c687a 100%);
  background-repeat: repeat-x; }

.btn-app.btn-info {
  background-image: linear-gradient(to bottom, #00a3d1 0%, #007393 100%);
  background-repeat: repeat-x; }

.btn-app.btn-info:hover {
  background-image: linear-gradient(to bottom, #008fb7 0%, #005f7a 100%);
  background-repeat: repeat-x; }

.btn-app.btn-success {
  background-image: linear-gradient(to bottom, #44ac44 0%, #328032 100%);
  background-repeat: repeat-x; }

.btn-app.btn-success:hover {
  background-image: linear-gradient(to bottom, #3c9a3c 0%, #2b6e2b 100%);
  background-repeat: repeat-x; }

.btn-app.btn-danger {
  background-image: linear-gradient(to bottom, #e75f47 0%, #d5381c 100%);
  background-repeat: repeat-x; }

.btn-app.btn-danger:hover {
  background-image: linear-gradient(to bottom, #e44b30 0%, #be3219 100%);
  background-repeat: repeat-x; }

.btn-app.btn-warning {
  background-image: linear-gradient(to bottom, #ffc96f 0%, #ffb331 100%);
  background-repeat: repeat-x; }

.btn-app.btn-warning:hover {
  background-image: linear-gradient(to bottom, #ffc055 0%, #ffa918 100%);
  background-repeat: repeat-x; }

.btn-app.btn-dark {
  background-image: linear-gradient(to bottom, #4d5662 0%, #323840 100%);
  background-repeat: repeat-x; }

.btn-app.btn-dark:hover {
  background-image: linear-gradient(to bottom, #414954 0%, #272b31 100%);
  background-repeat: repeat-x; }

.btn-app.btn-light {
  background-image: linear-gradient(to bottom, white 0%, #e4e8f1 100%);
  background-repeat: repeat-x; }

.btn-app.btn-light:hover {
  background-image: linear-gradient(to bottom, #fbfcfd 0%, #d3dae8 100%);
  background-repeat: repeat-x; }

.btn-app.btn-white {
  background-image: linear-gradient(to bottom, white 0%, #f0efef 100%);
  background-repeat: repeat-x; }

.btn-app.btn-white:hover {
  background-image: linear-gradient(to bottom, white 0%, #e4e2e2 100%);
  background-repeat: repeat-x; }

.btn-app.btn-black {
  background-image: linear-gradient(to bottom, #373f47 0%, #1d2125 100%);
  background-repeat: repeat-x; }

.btn-app.btn-black:hover {
  background-image: linear-gradient(to bottom, #2c3339 0%, #111416 100%);
  background-repeat: repeat-x; }

.btn-app.btn-grey {
  background-image: linear-gradient(to bottom, #80838d 0%, #62656e 100%);
  background-repeat: repeat-x; }

.btn-app.btn-grey:hover {
  background-image: linear-gradient(to bottom, #737781 0%, #565960 100%);
  background-repeat: repeat-x; }

.btn-app.btn-purple {
  background-image: linear-gradient(to bottom, #887dcb 0%, #6051b9 100%);
  background-repeat: repeat-x; }

.btn-app.btn-purple:hover {
  background-image: linear-gradient(to bottom, #776bc4 0%, #5445ac 100%);
  background-repeat: repeat-x; }

.btn-app.btn-pink {
  background-image: linear-gradient(to bottom, #e34d87 0%, #d12165 100%);
  background-repeat: repeat-x; }

.btn-app.btn-pink:hover {
  background-image: linear-gradient(to bottom, #df3778 0%, #bb1e5a 100%);
  background-repeat: repeat-x; }

.btn-app.btn-yellow {
  background-image: linear-gradient(to bottom, #feee96 0%, #fde459 100%);
  background-repeat: repeat-x; }

.btn-app.btn-yellow:hover {
  background-image: linear-gradient(to bottom, #feea7d 0%, #fde040 100%);
  background-repeat: repeat-x; }

.btn-app.btn-lightgrey {
  background-image: linear-gradient(to bottom, #87909d 0%, #68717f 100%);
  background-repeat: repeat-x; }

.btn-app.btn-lightgrey:hover {
  background-image: linear-gradient(to bottom, #798391 0%, #5d6571 100%);
  background-repeat: repeat-x; }

.btn-app.btn-brown {
  background-image: linear-gradient(to bottom, #c87f4c 0%, #a46132 100%);
  background-repeat: repeat-x; }

.btn-app.btn-brown:hover {
  background-image: linear-gradient(to bottom, #bf713b 0%, #90562c 100%);
  background-repeat: repeat-x; }

.btn-app.btn-blue {
  background-image: linear-gradient(to bottom, #4491ee 0%, #1471e1 100%);
  background-repeat: repeat-x; }

.btn-app.btn-blue:hover {
  background-image: linear-gradient(to bottom, #2d83ec 0%, #1265c9 100%);
  background-repeat: repeat-x; }

.btn-app.btn-red {
  background-image: linear-gradient(to bottom, #f15b5b 0%, #ec2323 100%);
  background-repeat: repeat-x; }

.btn-app.btn-red:hover {
  background-image: linear-gradient(to bottom, #ef4444 0%, #e31313 100%);
  background-repeat: repeat-x; }

.btn-app.btn-green {
  background-image: linear-gradient(to bottom, #2bae7f 0%, #1f7d5b 100%);
  background-repeat: repeat-x; }

.btn-app.btn-green:hover {
  background-image: linear-gradient(to bottom, #269970 0%, #1a684c 100%);
  background-repeat: repeat-x; }

.btn-app.btn-orange {
  background-image: linear-gradient(to bottom, #ff9b22 0%, #e37d00 100%);
  background-repeat: repeat-x; }

.btn-app.btn-orange:hover {
  background-image: linear-gradient(to bottom, #ff8f08 0%, #ca6f00 100%);
  background-repeat: repeat-x; }

.btn-group > .btn-app + .btn-app.dropdown-toggle {
  min-width: auto; }

.btn-group > .btn-app + .btn-app.dropdown-toggle {
  padding-left: 0.375rem;
  padding-right: 0.375rem; }

.btn-group-vertical > .btn:first-child:not(.dropdown-toggle), .btn-group-vertical > .btn-group:first-child {
  margin-left: -1px; }

.btn-group-faded .btn:not(.active):not(:hover) {
  opacity: 0.77; }

.action-buttons a, .action-btn {
  display: inline-block;
  opacity: 0.88;
  margin: 0 0.125rem;
  transition: all 0.12s; }

@media (prefers-reduced-motion: reduce) {
  .action-buttons a, .action-btn {
    transition: none; } }

.action-buttons a:hover, .action-btn:hover {
  text-decoration: none;
  opacity: 1;
  -webkit-transform: scale(1.15);
  transform: scale(1.15); }

.btn-text-slide {
  position: relative;
  overflow: hidden; }

.btn-text-slide .btn-text-1, .btn-text-slide .btn-text-2 {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.12s, -webkit-transform 0.12s;
  transition: transform 0.12s, opacity 0.12s;
  transition: transform 0.12s, opacity 0.12s, -webkit-transform 0.12s;
  transition-delay: .1s; }

@media (prefers-reduced-motion: reduce) {
  .btn-text-slide .btn-text-1, .btn-text-slide .btn-text-2 {
    transition: none; } }

.btn-text-slide .btn-text-2 {
  transition-delay: 0s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: inherit;
  padding-top: inherit;
  padding-bottom: inherit; }

.btn-text-slide:hover .btn-text-1 {
  transition-delay: 0s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0; }

.btn-text-slide:hover .btn-text-1.move-up {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.btn-text-slide:hover .btn-text-1.move-down {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.btn-text-slide:hover .btn-text-1.move-right {
  -webkit-transform: translateX(120%);
  transform: translateX(120%); }

.btn-text-slide:hover .btn-text-1.move-left {
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%); }

.btn-text-slide .btn-text-2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.btn-text-slide .btn-text-2.move-down {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.btn-text-slide .btn-text-2.move-up {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.btn-text-slide .btn-text-2.move-left {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.btn-text-slide .btn-text-2.move-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.btn-text-slide:hover .btn-text-2 {
  -webkit-transform: none;
  transform: none;
  transition-delay: 0.1s; }

.btn-text-slide-x {
  position: relative;
  overflow: hidden; }

.btn-text-slide-x .btn-text-2 {
  transition: all 0.225s; }

@media (prefers-reduced-motion: reduce) {
  .btn-text-slide-x .btn-text-2 {
    transition: none; } }

.btn-text-slide-x .btn-text-2 {
  opacity: 0;
  letter-spacing: -0.5rem;
  max-width: 0%;
  white-space: nowrap;
  word-break: normal;
  display: inline-block; }

.btn-text-slide-x .btn-text-2.move-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.btn-text-slide-x .btn-text-2.move-left {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.btn-text-slide-x:not(:hover) .btn-text-2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important; }

.btn-text-slide-x:hover .btn-text-2 {
  opacity: 1;
  letter-spacing: 0;
  max-width: 100%;
  -webkit-transform: none;
  transform: none; }

.btn-text-slide-y {
  position: relative;
  overflow: hidden; }

.btn-text-slide-y .btn-text-1, .btn-text-slide-y .btn-text-2 {
  display: block;
  transition: all 0.12s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn-text-slide-y .btn-text-1, .btn-text-slide-y .btn-text-2 {
    transition: none; } }

.btn-text-slide-y .btn-text-2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

.btn-text-slide-y:not(:hover) .btn-text-2 {
  margin: 0 !important; }

.btn-text-slide-y:hover .btn-text-1 {
  -webkit-transform: translateY(-30%) scale(0.8);
  transform: translateY(-30%) scale(0.8); }

.btn-text-slide-y:hover .btn-text-2 {
  -webkit-transform: none;
  transform: none; }

.btn-text-slide-y.direction-reverse .btn-text-2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 0;
  bottom: auto; }

.btn-text-slide-y.direction-reverse:hover .btn-text-1 {
  -webkit-transform: translateY(30%) scale(0.8);
  transform: translateY(30%) scale(0.8); }

.btn-text-slide-y.direction-reverse:hover .btn-text-2 {
  -webkit-transform: none;
  transform: none; }

.btn-text-slide-y .btn-text-fade {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 0 !important;
  transition-delay: 0s;
  transition-duration: 50ms; }

.btn-text-slide-y:hover .btn-text-fade {
  transition-delay: 0.1s;
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important; }

.form-control {
  color: #51575d;
  background-color: #fff;
  border: 1px solid #d3d5d7;
  border-radius: 0.125rem;
  font-family: inherit;
  transition-duration: 120ms; }

.form-control:hover {
  border-color: #b5b5b5; }

.form-control:focus {
  box-shadow: 0 0 0 2px rgba(245, 153, 66, 0.2);
  color: #696969;
  border-color: #f59942;
  background-color: #fff;
  outline: none; }

.form-control.brc-on-focus:not(:focus) {
  border-color: #d3d5d7 !important; }

.form-control.brc-on-focus:not(:focus):not([disabled]):hover {
  border-color: #b5b5b5 !important; }

.form-control[disabled] {
  color: #848484;
  background-color: #eee; }

.form-control[disabled]:hover {
  border-color: #d3d5d7; }

.form-control[readonly] {
  color: #939192;
  background: #f5f5f5;
  cursor: default; }

.form-control[readonly]:hover {
  border-color: #c4c4c4; }

.form-control[readonly]:focus {
  box-shadow: none;
  border-color: #aaa;
  background-color: #f9f9f9; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-moz-placeholder {
  color: #999; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-ms-input-placeholder {
  color: #999; }

.form-control::placeholder {
  color: #999; }

.form-control[class*="brc-success"]:focus:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 2px rgba(91, 177, 91, 0.2); }

.form-control[class*="brc-danger"]:focus:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 2px rgba(218, 78, 53, 0.2); }

.form-control[class*="brc-warning"]:focus:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 2px rgba(237, 166, 48, 0.2); }

.form-control[class*="brc-primary"]:focus:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 2px rgba(44, 135, 211, 0.2); }

.form-control[class*="brc-info"]:focus:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 2px rgba(0, 182, 233, 0.2); }

.form-control[class*="brc-blue"]:focus:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 2px rgba(62, 137, 228, 0.2); }

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #74bd74; }

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 2px rgba(116, 189, 116, 0.2); }

.valid-feedback {
  color: #62a041; }

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #e06953; }

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 2px rgba(224, 105, 83, 0.2); }

.invalid-feedback {
  color: #d52727; }

label {
  cursor: pointer; }

label.disabled {
  cursor: default; }

input[type=checkbox]:disabled + label, input[type=radio]:disabled + label {
  cursor: default; }

.input-group-fade .input-group-append > .btn {
  opacity: 0.55; }

.input-group-fade .input-group-append > .btn:hover, .input-group-fade .input-group-append > .btn:active, .input-group-fade .input-group-append > .btn.active, .input-group-fade .input-group-append > .btn:focus, .input-group-fade .input-group-append > .btn.focus {
  opacity: 1; }

.input-group-fade .form-control:focus ~ .input-group-append > .btn {
  opacity: 1; }

.input-floating-label {
  position: relative; }

.input-floating-label .floating-label {
  pointer-events: none;
  background-color: #fff;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  position: absolute;
  left: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all 0.15s; }

@media (prefers-reduced-motion: reduce) {
  .input-floating-label .floating-label {
    transition: none; } }

.input-floating-label input:focus ~ .floating-label, .input-floating-label input.has-content ~ .floating-label, .input-floating-label .floating-label.active {
  top: 0;
  font-size: 0.8em;
  opacity: 0.85; }

.input-floating-label[class*="text-"] input:focus ~ .floating-label {
  color: inherit !important;
  opacity: 0.95; }

.input-floating-label[class*="brc-"] input:focus {
  border-color: inherit; }

select.form-control {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

select.form-control option {
  padding: 0.3125rem 0.3125rem 0.375rem; }

select.ace-select {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 2.5rem;
  line-height: 2rem;
  padding-left: 0.5rem;
  border: 2px solid #eee;
  border-radius: 3px;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: calc(100% - 1.125rem - 0.5px) center, calc(100% - 0.75rem - 0.5px) center, calc(100% - 2.25rem) center;
  background-size: 0.375rem 0.375rem, 0.375rem 0.375rem, 1px 1.5rem;
  background-repeat: no-repeat; }

select.ace-select.caret-double {
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%), linear-gradient(135deg, transparent 50%, currentColor 50%), linear-gradient(45deg, currentColor 50%, transparent 50%), linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-position: calc(100% - 1.0625rem - 0.5px) calc(50% + 0.25rem), calc(100% - 0.75rem - 0.5px) calc(50% + 0.25rem), calc(100% - 1.0625rem - 0.5px) calc(50% - 0.25rem), calc(100% - 0.75rem - 0.5px) calc(50% - 0.25rem), calc(100% - 2.125rem) center;
  background-size: 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 0.3125rem 0.3125rem, 1px 1.5rem; }

select.ace-select option {
  background-color: #fff;
  color: #41464d; }

select.ace-select::-ms-expand {
  display: none; }

select.ace-select:focus {
  outline: none; }

select.ace-select.no-border {
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); }

select.ace-select.caret-double.no-border {
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%), linear-gradient(135deg, transparent 50%, currentColor 50%), linear-gradient(45deg, currentColor 50%, transparent 50%); }

select.ace-select.angle-down {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3cpath fill='none' stroke-width='1.5px' stroke='%23647893' d='M1,3 L5,7 L9,3'/%3e%3c/svg%3e");
  background-size: 12px 12px;
  background-position-x: calc(100% - 10px);
  background-position-y: center; }

select.ace-select.angle-up {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3cpath fill='none' stroke-width='1.5px' stroke='%23647893' d='M1,7 L5,3 L9,7'/%3e%3c/svg%3e");
  background-size: 12px 12px;
  background-position-x: calc(100% - 10px);
  background-position-y: center; }

select.ace-select.angle-double {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cpath fill='none' stroke-width='1.5px' stroke='%23647893' d='M1,7 L5,11 L9,7 M1,5 L5,1 L9,5'/%3e%3c/svg%3e");
  background-size: 14px 14px;
  background-position-x: calc(100% - 8px);
  background-position-y: center; }

.form-text.popover {
  left: auto;
  margin-top: 0;
  z-index: auto; }

.form-text.bs-popover-right > .arrow, .form-text.bs-popover-auto[x-placement^="right"] > .arrow {
  top: 50%;
  margin-top: -0.5rem; }

@supports (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none) {
  .custom-control-input {
    position: absolute !important; }
  input[type=checkbox], input[type=radio] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
    overflow: hidden;
    border: 1px solid #adb8c0;
    background-color: #fff;
    vertical-align: text-bottom;
    margin-right: 0.25rem; }
  input[type=checkbox].input-lg, input[type=radio].input-lg {
    width: 1.5rem;
    height: 1.5rem; }
  input[type=checkbox].input-xlg, input[type=radio].input-xlg {
    width: 1.75rem;
    height: 1.75rem; }
  input[type=checkbox].input-sm, input[type=radio].input-sm {
    width: 1rem;
    height: 1rem; }
  input[type=checkbox]:hover, input[type=radio]:hover {
    border-color: #ff893c; }
  input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
    border-color: #f79a5e; }
  input[type=checkbox]:active, input[type=radio]:active {
    border-color: #ff893c; }
  input[type=checkbox] {
    border-radius: 0.125rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 88%; }
  input[type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3cpath fill='%233e89e4' d='M 7.5,1.75 l -3.5,4 -2,-1.5 L 1,5.5 4,8.5 9,2.5 z'/%3e%3c/svg%3e"); }
  input[type=radio] {
    border-radius: 100%; }
  input[type=radio]::after {
    content: "";
    border-radius: inherit;
    position: absolute;
    right: 0.25rem;
    left: 0.25rem;
    top: 0.25rem;
    bottom: 0.25rem;
    background-color: transparent;
    transition: background-color 80ms; }
  @media (prefers-reduced-motion: reduce) {
    input[type=radio]::after {
      transition: none; } }
  input[type=radio]:checked::after {
    background-color: #3e89e4; }
  input[type=radio].border-2:not(.input-lg):not(.input-xlg)::after {
    right: 0.1875rem;
    left: 0.1875rem;
    top: 0.1875rem;
    bottom: 0.1875rem; }
  input[type=radio].input-lg:not(.border-2)::after, input[type=radio].input-xlg::after {
    right: 0.3125rem;
    left: 0.3125rem;
    top: 0.3125rem;
    bottom: 0.3125rem; }
  input[type=radio].input-sm::after {
    right: 0.1875rem;
    left: 0.1875rem;
    top: 0.1875rem;
    bottom: 0.1875rem; }
  input[type=checkbox][class*="bgc-"] {
    transition: background-color 80ms, border-color 80ms; }
  @media (prefers-reduced-motion: reduce) {
    input[type=checkbox][class*="bgc-"] {
      transition: none; } }
  input[type=checkbox][class*="bgc-"]:not(:checked) {
    background-color: #fff !important; }
  input[type=checkbox][class*="bgc-"]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3cpath fill='%23fff' d='M 7.5,1.75 l -3.5,4 -2,-1.5 L 1,5.5 4,8.5 9,2.5 z'/%3e%3c/svg%3e");
    border-color: transparent !important; }
  input[type=checkbox][class*="bgc-"].input-lg, input[type=checkbox][class*="bgc-"].input-xlg {
    background-size: 85%;
    background-position: center; }
  input[type=checkbox][class*="text-"] {
    transition: background-color 80ms, border-color 80ms;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cmask id='mask'%3E%3Crect fill='white' width='100%25' height='100%25' fill-opacity='1' stroke-width='0' /%3E%3Cpath d='M 7.5,1.75 l -3.5,4 -2,-1.5 L 1,5.5 4,8.5 9,2.5 z' /%3E%3C/mask%3E%3Crect mask='url(%23mask)' fill='white' width='100%25' height='100%25' fill-opacity='1'/%3E%3C/svg%3E");
    background-size: 88%;
    background-clip: padding-box;
    box-shadow: inset 0 0 0 2.5px #fff; }
  @media (prefers-reduced-motion: reduce) {
    input[type=checkbox][class*="text-"] {
      transition: none; } }
  input[type=checkbox][class*="text-"]:checked {
    background-color: currentColor; }
  input[type=checkbox][class*="text-"].input-lg, input[type=checkbox][class*="text-"].input-xlg {
    background-size: 84.5%;
    box-shadow: inset 0 0 0 3.25px #fff; }
  input[type=radio][class*="text-"]:checked::after {
    color: inherit;
    background-color: currentColor; }
  input[type=radio][class*="bgc-"] {
    transition: background-color 80ms, border-color 80ms; }
  @media (prefers-reduced-motion: reduce) {
    input[type=radio][class*="bgc-"] {
      transition: none; } }
  input[type=radio][class*="bgc-"]:not(:checked) {
    background-color: #fff !important; }
  input[type=radio][class*="bgc-"]:checked {
    border-color: transparent; }
  input[type=radio][class*="bgc-"]:checked::after {
    box-shadow: none;
    background-color: #fff; }
  .brc-on-checked:not(:checked):not(:hover):not(:focus) {
    border-color: #adb8c0 !important; }
  [class*="brc-"] > .brc-inherit:not(:checked):not(:hover):not(:focus) {
    border-color: inherit !important; }
  input[type=checkbox].text-95 {
    background-size: 82.5% !important; }
  input[type=checkbox].text-90 {
    background-size: 78% !important; }
  input[type=checkbox].text-85 {
    background-size: 75% !important; }
  input[type=checkbox].text-80 {
    background-size: 73% !important; }
  input[type=checkbox]:disabled, input[type=radio]:disabled {
    cursor: default;
    border-color: #ccc !important;
    background-color: #eee !important;
    background-image: none;
    box-shadow: none !important; }
  input[type=checkbox]:disabled:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3cpath fill='%23aaa' d='M 7.5,1.75 l -3.5,4 -2,-1.5 L 1,5.5 4,8.5 9,2.5 z'/%3e%3c/svg%3e"); }
  input[type=radio]:disabled:checked::after {
    background-color: #aaa;
    box-shadow: none; }
  input.ace-switch[class*="text-"] {
    box-shadow: none !important;
    background-clip: border-box; } }

/* excludes Edge */
@supports (overflow: overlay) or (-moz-appearance: none) {
  input.ace-switch {
    background-color: #9faeb8;
    border: none;
    margin-right: 0; }
  input.ace-switch:focus {
    box-shadow: none; }
  input.ace-switch::after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: inherit;
    transition: -webkit-transform 80ms;
    transition: transform 80ms;
    transition: transform 80ms, -webkit-transform 80ms; }
  @media (prefers-reduced-motion: reduce) {
    input.ace-switch::after {
      transition: none; } }
  input.ace-switch:checked {
    background-image: none;
    background-color: #2a80c8; }
  input.ace-switch {
    border-radius: 1.5rem;
    width: 2.75rem;
    height: 1.5rem; }
  input.ace-switch::after {
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem; }
  input.ace-switch[class*="brc-"]::after {
    border-width: 0.4375rem; }
  input.ace-switch:checked::after {
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem); }
  input.ace-switch.input-lg {
    border-radius: 2rem;
    width: 4.25rem;
    height: 2rem; }
  input.ace-switch.input-lg::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.5rem;
    height: 1.5rem; }
  input.ace-switch.input-lg[class*="brc-"]::after {
    border-width: 0.625rem; }
  input.ace-switch.input-lg:checked::after {
    -webkit-transform: translateX(2.25rem);
    transform: translateX(2.25rem); }
  input.ace-switch.input-sm {
    border-radius: 1.25rem;
    width: 2.25rem;
    height: 1.25rem; }
  input.ace-switch.input-sm::after {
    top: 0.1875rem;
    left: 0.1875rem;
    width: 0.875rem;
    height: 0.875rem; }
  input.ace-switch.input-sm[class*="brc-"]::after {
    border-width: 0.3125rem; }
  input.ace-switch.input-sm:checked::after {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem); }
  input.ace-switch[class*="bgc-"]:not(:checked):not([class*="text-"]) {
    background-color: #9faeb8 !important; }
  input.ace-switch[class*="bgc-"]:checked {
    background-image: none; }
  input.ace-switch[class*="text-"]:not(:checked) {
    background-image: none;
    background-color: currentColor !important; }
  input.ace-switch[class*="text-"]:checked:not([class*="bgc-"]) {
    background-color: #2a80c8; }
  input.ace-switch[class*="brc-"] {
    background-color: transparent !important;
    border-width: 0.125rem;
    border-style: solid; }
  input.ace-switch[class*="brc-"]:not(:checked):not([class*="text-"]) {
    background-color: transparent !important;
    border-color: #9faeb8 !important; }
  input.ace-switch[class*="brc-"][class*="text-"] {
    background-color: transparent !important; }
  input.ace-switch[class*="brc-"][class*="text-"]:not(:checked) {
    border-color: currentColor !important; }
  input.ace-switch[class*="brc-"]::after {
    border-style: solid;
    border-color: inherit;
    background-color: transparent;
    width: auto;
    height: auto; }
  input.ace-switch::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.3125rem;
    line-height: normal;
    font-size: 0.9rem;
    font-weight: 600;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0.625rem;
    text-align: right; }
  input.ace-switch:checked::before {
    text-align: left; }
  input.ace-switch.ace-switch-yesno::before {
    content: "NO"; }
  input.ace-switch.ace-switch-yesno:checked::before {
    content: "YES"; }
  input.ace-switch.ace-switch-onoff::before {
    padding-right: 0.5rem;
    content: "OFF"; }
  input.ace-switch.ace-switch-onoff:checked::before {
    content: "ON"; }
  input.ace-switch.ace-switch-times:not(:checked) {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3cpath fill='none' stroke='%23fff' stroke-width='1.75px' d='M 2.5,2.5 L 7.5,7.5  M 7.5,2.5 L 2.5,7.5'/%3e%3c/svg%3e");
    background-size: 33%;
    background-position: 88% center;
    background-repeat: no-repeat; }
  input.ace-switch.ace-switch-check:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3cpath fill='%23fff' d='M 7.5,1.75 l -3.5,4 -2,-1.5 L 1,5.5 4,8.5 9,2.5 z'/%3e%3c/svg%3e");
    background-size: 33%;
    background-position: 15% center;
    background-repeat: no-repeat; }
  input.ace-switch.ace-switch-bars::after {
    color: #999;
    content: "";
    background-image: linear-gradient(to right, currentColor, currentColor), linear-gradient(to right, currentColor, currentColor), linear-gradient(to right, currentColor, currentColor);
    background-position: calc(50% - 3px) center, center, calc(50% + 3px) center;
    background-size: 1px 45%;
    background-repeat: no-repeat; }
  input.ace-switch.ace-switch-bars:disabled::after {
    color: #bbb; }
  input.ace-switch.ace-switch-bars-h::after {
    color: #999;
    content: "";
    background-image: linear-gradient(to right, currentColor, currentColor), linear-gradient(to right, currentColor, currentColor), linear-gradient(to right, currentColor, currentColor);
    background-position: center calc(50% - 3px), center, center calc(50% + 3px);
    background-size: 45% 1px;
    background-repeat: no-repeat; }
  input.ace-switch.ace-switch-bars-h:disabled::after {
    color: #bbb; }
  input.ace-switch.ace-switch-thin {
    visibility: hidden;
    overflow: visible;
    width: 3.09375rem;
    height: 1.6875rem; }
  input.ace-switch.ace-switch-thin::before {
    visibility: visible;
    content: "";
    position: absolute;
    width: 80%;
    height: 40%;
    top: 2px;
    bottom: 0;
    margin: auto;
    border-radius: 1rem;
    background-color: inherit;
    color: inherit;
    opacity: 0.45; }
  input.ace-switch.ace-switch-thin::after {
    height: 1.5rem;
    width: 1.5rem;
    visibility: visible;
    background-color: inherit;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2); }
  input.ace-switch.ace-switch-thin:checked::after {
    -webkit-transform: translateX(1.4rem);
    transform: translateX(1.4rem); }
  input[type=checkbox].ace-switch:disabled:not(:checked) {
    color: #ddd !important;
    background-color: #d0d0d0 !important; }
  input[type=checkbox].ace-switch:disabled:checked {
    background-color: #c6c6c6 !important; }
  input.ace-switch:not(.ace-switch-check):not(.ace-switch-times):checked:disabled {
    background-image: none; }
  input[type=checkbox].ace-switch[class*="brc-"]:disabled {
    background-color: transparent !important; } }

*::-ms-backdrop,
input::-ms-check {
  width: 1.125rem;
  height: 1.125rem;
  color: #3e89e4;
  border-color: #adb8c0; }

*::-ms-backdrop,
input:not([type=radio]):checked[class*="bgc-"]::-ms-check {
  color: white;
  background-color: inherit; }

*::-ms-backdrop,
input[type=radio][class*="bgc-"] {
  background-color: transparent !important; }

*::-ms-backdrop,
input[class*="brc-"]::-ms-check {
  border-color: inherit; }

*::-ms-backdrop,
input[class*="border-2"]::-ms-check {
  border-width: 2px; }

*::-ms-backdrop,
input[class*="text-"]::-ms-check {
  color: inherit; }

*::-ms-backdrop,
input[type=checkbox]::-ms-check {
  border-radius: 0.1875rem; }

*::-ms-backdrop,
input[type=radio]::-ms-check {
  border-radius: 100%; }

*::-ms-backdrop,
input:disabled::-ms-check {
  color: #aaa !important; }

input.ace-file-input[type=file], .ace-file-input [type=file] {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0; }

input.ace-file-input[type=file]:focus, .ace-file-input [type=file]:focus {
  outline: none; }

.ace-file-input {
  display: block;
  font-size: inherit;
  position: relative;
  height: 2.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.ace-file-input .ace-file-placeholder {
  display: -ms-flexbox;
  display: flex; }

.ace-file-input .ace-file-container {
  display: block;
  height: 2.5rem;
  transition: all 0.15s; }

@media (prefers-reduced-motion: reduce) {
  .ace-file-input .ace-file-container {
    transition: none; } }

.ace-file-input .ace-file-container .ace-file-name {
  max-width: 100%;
  height: 2.5rem;
  line-height: 2.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #888; }

.ace-file-input .ace-file-container.selected {
  margin-right: 1rem; }

.ace-file-input .ace-file-container.selected .ace-file-name {
  color: #666; }

.ace-file-input .remove {
  display: none;
  text-decoration: none; }

.ace-file-input .ace-file-container.selected + .remove {
  display: block; }

.ace-file-input input[type=file].disabled + .ace-file-container, .ace-file-input input[type=file][disabled] + .ace-file-container, .ace-file-input input[type=file][readonly] + .ace-file-container {
  cursor: default;
  background-color: #eee;
  border-color: #d5d5d5 !important; }

.ace-file-input .ace-file-overlay {
  position: absolute;
  top: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
  right: -0.25rem;
  background-color: rgba(0, 0, 0, 0.4); }

.ace-file-input .ace-file-overlay > .overlay-content {
  position: relative;
  top: calc(50% - 1rem); }

.ace-file-multiple {
  height: auto; }

.ace-file-multiple .ace-file-placeholder {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.ace-file-multiple .ace-file-container {
  height: auto;
  border-radius: 0.25rem; }

.ace-file-multiple .ace-file-container .ace-file-name {
  height: auto;
  margin: 0 0.25rem; }

.ace-file-multiple .ace-file-container.selected {
  margin-right: 0; }

.ace-file-multiple .ace-file-placeholder .ace-file-name {
  margin: 0 1rem;
  text-align: center;
  text-overflow: unset;
  word-break: break-word;
  white-space: normal;
  line-height: normal; }

.ace-file-multiple .ace-file-item {
  border-bottom: 1px dotted #d3dadf; }

.ace-file-multiple .ace-file-item:last-child {
  border-bottom-width: 0; }

.ace-file-multiple .ace-file-icon.thumbnail-img {
  width: 3.25rem;
  text-align: center; }

.badge {
  font-size: 0.75em;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  line-height: 1.175;
  border-radius: 0.125rem;
  position: relative; }

.badge-pill {
  border-radius: 2rem; }

.badge-sm {
  padding: 0.1875rem 0.425rem;
  font-size: 0.7em;
  line-height: 1.125; }

.badge-lg {
  padding: 0.275rem 0.5rem;
  font-size: 0.9em;
  line-height: 1.25;
  height: 1.75rem; }

@supports (-moz-appearance: none) {
  .badge {
    line-height: 1.15; }
  .badge-sm {
    line-height: 1; } }

.badge.arrowed::before, .badge.arrowed-in::before, .badge.arrowed-right::after, .badge.arrowed-in-right::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  border: 1px solid transparent;
  border-width: 0.675rem 0.375rem; }

.badge.arrowed {
  margin-left: 0.325rem; }

.badge.arrowed::before {
  left: -0.7125rem;
  border-right-color: inherit; }

.badge.arrowed-right {
  margin-right: 0.325rem; }

.badge.arrowed-right::after {
  right: -0.7125rem;
  border-left-color: inherit; }

.badge.arrowed-in {
  margin-left: 0.375rem; }

.badge.arrowed-in::before {
  left: -0.375rem;
  border-color: inherit;
  border-left-color: transparent; }

.badge.arrowed-in-right {
  margin-right: 0.375rem; }

.badge.arrowed-in-right::after {
  right: -0.375rem;
  border-color: inherit;
  border-right-color: transparent; }

.badge.badge-sm.arrowed {
  margin-left: 0.3rem; }

.badge.badge-sm.arrowed::before {
  border-width: 0.55rem 0.325rem 0.57rem;
  left: -0.6125rem; }

.badge.badge-sm.arrowed-in {
  margin-left: 0.3rem; }

.badge.badge-sm.arrowed-in::before {
  border-width: 0.55rem 0.325rem 0.575rem;
  left: -0.325rem; }

.badge.badge-sm.arrowed-right {
  margin-right: 0.3rem; }

.badge.badge-sm.arrowed-right::after {
  border-width: 0.55rem 0.325rem 0.57rem;
  right: -0.6125rem; }

.badge.badge-sm.arrowed-in-right {
  margin-right: 0.3rem; }

.badge.badge-sm.arrowed-in-right::after {
  border-width: 0.55rem 0.325rem 0.57rem;
  right: -0.325rem; }

.badge.badge-lg.arrowed {
  margin-left: 0.5rem; }

.badge.badge-lg.arrowed::before {
  border-width: 0.875rem 0.5rem;
  left: -0.975rem; }

.badge.badge-lg.arrowed-in {
  margin-left: 0.5rem; }

.badge.badge-lg.arrowed-in::before {
  border-width: 0.875rem 0.5rem;
  left: -0.5rem; }

.badge.badge-lg.arrowed-right {
  margin-right: 0.5rem; }

.badge.badge-lg.arrowed-right::after {
  border-width: 0.875rem 0.5rem;
  right: -0.975rem; }

.badge.badge-lg.arrowed-in-right {
  margin-right: 0.5rem; }

.badge.badge-lg.arrowed-in-right::after {
  border-width: 0.875rem 0.5rem;
  right: -0.5rem; }

.badge-default {
  color: #fff;
  background-color: #4188b3;
  border-color: #4188b3; }

.badge-primary {
  color: #fff;
  background-color: #2c86d1;
  border-color: #2c86d1; }

.badge-secondary {
  color: #fff;
  background-color: #678497;
  border-color: #678497; }

.badge-info {
  color: #fff;
  background-color: #008bb2;
  border-color: #008bb2; }

.badge-success {
  color: #fff;
  background-color: #3f923f;
  border-color: #3f923f; }

.badge-danger {
  color: #fff;
  background-color: #df4b30;
  border-color: #df4b30; }

.badge-warning {
  color: #22190b;
  background-color: #ffbe50;
  border-color: #ffbe50; }

.badge-dark {
  color: #fff;
  background-color: #42474e;
  border-color: #42474e; }

.badge-light {
  color: #5d6069;
  background-color: #f8f9fb;
  border-color: #f8f9fb; }

.badge-dot {
  font-size: 0px !important;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1rem;
  padding: 0; }

.badge-dot:empty {
  display: inline-block; }

.dropdown-toggle::after,
.dropup .dropdown-toggle::after,
.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  display: none; }

.dropdown-item {
  width: auto;
  line-height: 2rem;
  font-size: 0.95rem;
  margin: 0.125rem; }

.dropdown-item:not(.btn) {
  color: #35393e; }

.dropdown-item:not(.btn):hover, .dropdown-item:not(.btn):focus {
  background-color: #e3eff9;
  color: #165f9d; }

.dropdown-item:not(.btn):active, .dropdown-item:not(.btn).active {
  background-color: #dbebf8;
  color: #14568d; }

.dropdown-item.btn {
  padding: 0.25rem 1.5rem;
  width: auto;
  margin: 1px;
  font-size: 0.9375rem; }

.dropdown-menu[class*="bgc-"]:not([class*="-m"]):not([class*="-l"]):not([class*="bgc-yellow"]):not([class*="bgc-light"]) .dropdown-item:not(:hover) {
  color: #fff; }

.dropdown-item > a {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem; }

li.dropdown-item {
  padding: 0 !important; }

.page-content .dropdown-hover {
  position: relative; }

.page-content .dropdown-hover > .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
  transition: opacity 150ms 350ms, visibility 0ms 500ms, -webkit-transform 150ms 350ms;
  transition: opacity 150ms 350ms, transform 150ms 350ms, visibility 0ms 500ms;
  transition: opacity 150ms 350ms, transform 150ms 350ms, visibility 0ms 500ms, -webkit-transform 150ms 350ms; }

@media (prefers-reduced-motion: reduce) {
  .page-content .dropdown-hover > .dropdown-menu {
    transition: none; } }

.page-content .dropdown-hover > .dropdown-menu {
  top: 100%;
  left: 0; }

.page-content .dropdown-hover.dropright > .dropdown-menu {
  left: 100%;
  top: 0; }

.page-content .dropdown-hover.dropup > .dropdown-menu {
  bottom: 100%;
  top: auto; }

.page-content .dropdown-hover.dropleft > .dropdown-menu {
  left: auto;
  right: 100%;
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem); }

.page-content .dropdown-hover:hover > .dropdown-menu, .page-content .dropdown-hover .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition-delay: 0ms; }

.page-content .dropdown-menu:hover > .dropdown-hover:not(:hover) > .dropdown-menu {
  transition-delay: 50ms, 50ms, 200ms; }

@media (max-width: 575.98px) {
  .dropdown-item.dropdown-hover > .dropdown-menu {
    left: 0 !important;
    right: auto !important;
    top: 100% !important;
    bottom: auto !important; } }

@media (min-width: 992px) {
  .navbar .dropdown-hover {
    position: relative; }
  .navbar .dropdown-hover > .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    transition: opacity 150ms 350ms, visibility 0ms 500ms, -webkit-transform 150ms 350ms;
    transition: opacity 150ms 350ms, transform 150ms 350ms, visibility 0ms 500ms;
    transition: opacity 150ms 350ms, transform 150ms 350ms, visibility 0ms 500ms, -webkit-transform 150ms 350ms; } }

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar .dropdown-hover > .dropdown-menu {
    transition: none; } }

@media (min-width: 992px) {
  .navbar .dropdown-hover.dropup > .dropdown-menu {
    bottom: 100%;
    top: auto; }
  .navbar .dropdown-hover:hover > .dropdown-menu, .navbar .dropdown-hover .dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0ms; } }

.dropdown-menu {
  border-radius: 0.25rem;
  padding: 0.25rem 0.125rem;
  border-radius: 0.25rem;
  border-color: #d3dadf;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

.dropdown-menu.dropdown-caret::before, .dropdown-menu.dropdown-caret::after {
  display: block;
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 12px;
  width: 0;
  height: 0;
  border-bottom: 0.5rem solid rgba(0, 0, 0, 0.3);
  border-right: 0.5rem solid transparent;
  border-top: 0;
  border-left: 0.5rem solid transparent; }

.dropdown-menu.dropdown-caret::after {
  border-bottom-color: #fff; }

.dropdown-menu.dropdown-caret::before {
  margin-top: -1px;
  border-bottom-color: inherit; }

.dropdown-menu.dropdown-caret.dropdown-menu-right::before, .dropdown-menu.dropdown-caret.dropdown-menu-right::after {
  left: auto;
  right: 12px; }

.dropdown-menu.dropdown-caret.dropdown-caret-center::before, .dropdown-menu.dropdown-caret.dropdown-caret-center::after {
  left: calc(50% - 0.5rem); }

.dropdown-menu[x-placement^="top"].dropdown-caret::before, .dropdown-menu[x-placement^="top"].dropdown-caret::after {
  top: auto;
  bottom: -0.5rem;
  border-top: 0.5rem solid rgba(0, 0, 0, 0.3);
  border-bottom: 0; }

.dropdown-menu[x-placement^="top"].dropdown-caret::after {
  border-top-color: #fff; }

.dropdown-menu[x-placement^="top"].dropdown-caret::before {
  margin-bottom: -1px;
  margin-top: 0;
  border-top-color: inherit; }

.dropdown-menu[x-placement^="right"].dropdown-caret::before, .dropdown-menu[x-placement^="right"].dropdown-caret::after {
  top: 12px;
  left: -0.5rem;
  border-right: 0.5rem solid rgba(0, 0, 0, 0.3);
  border-top: 0.5rem solid transparent;
  border-left: 0;
  border-bottom: 0.5rem solid transparent; }

.dropdown-menu[x-placement^="right"].dropdown-caret::after {
  border-right-color: #fff; }

.dropdown-menu[x-placement^="right"].dropdown-caret::before {
  margin-left: -1px;
  margin-top: 0;
  border-right-color: inherit; }

.dropdown-menu[x-placement^="left"].dropdown-caret::before, .dropdown-menu[x-placement^="left"].dropdown-caret::after {
  top: 12px;
  right: -0.5rem;
  left: auto;
  border-left: 0.5rem solid rgba(0, 0, 0, 0.3);
  border-top: 0.5rem solid transparent;
  border-right: 0;
  border-bottom: 0.5rem solid transparent; }

.dropdown-menu[x-placement^="left"].dropdown-caret::after {
  border-left-color: #fff; }

.dropdown-menu[x-placement^="left"].dropdown-caret::before {
  margin-right: -1px;
  margin-top: 0;
  border-left-color: inherit; }

.dropdown-animated {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition: opacity 150ms, visibility 0s, -webkit-transform 150ms;
  transition: opacity 150ms, transform 150ms, visibility 0s;
  transition: opacity 150ms, transform 150ms, visibility 0s, -webkit-transform 150ms;
  transition-delay: 0s, 0s, 150ms !important; }

@media (prefers-reduced-motion: reduce) {
  .dropdown-animated {
    transition: none; } }

.dropdown-animated[x-placement^="bottom"] {
  top: 100% !important;
  bottom: auto !important; }

.dropdown-animated[x-placement^="top"] {
  bottom: 100% !important;
  top: auto !important;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center; }

.dropdown-animated.dropdown-menu-right {
  left: auto !important;
  right: 0 !important; }

.dropdown-animated:not(.show) {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  pointer-events: none; }

.dropdown-animated.animated-1 {
  -webkit-transform: translateY(0) scale(0.6);
  transform: translateY(0) scale(0.6); }

.dropdown-animated.animated-2 {
  transition: opacity 150ms, margin-top 150ms, visibility 0s; }

@media (prefers-reduced-motion: reduce) {
  .dropdown-animated.animated-2 {
    transition: none; } }

.dropdown-animated.animated-2:not(.show) {
  margin-top: -1rem !important; }

.dropdown-animated.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important;
  transition-delay: 0ms, 0ms, 0ms !important; }

@media (min-width: 1200px) {
  .dropdown.dropdown-hover:hover > .dropdown-menu.dropdown-animated {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important;
    transition-delay: 0ms, 0ms, 0ms !important;
    pointer-events: all; } }

@-webkit-keyframes dropdownSlideUp {
  from {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    display: none; }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block; } }

@keyframes dropdownSlideUp {
  from {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    display: none; }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block; } }

@-webkit-keyframes dropdownSlideCenter {
  from {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
    display: none; }
  to {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block; } }

@keyframes dropdownSlideCenter {
  from {
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
    display: none; }
  to {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block; } }

@-webkit-keyframes dropdownAppearCenter {
  from {
    -webkit-transform: translate(0, -50%) scale(0.5);
    transform: translate(0, -50%) scale(0.5);
    display: none; }
  to {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block; } }

@keyframes dropdownAppearCenter {
  from {
    -webkit-transform: translate(0, -50%) scale(0.5);
    transform: translate(0, -50%) scale(0.5);
    display: none; }
  to {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block; } }

.dropdown-inner {
  background-color: inherit;
  border-width: inherit;
  border-style: inherit;
  border-color: inherit;
  padding: inherit;
  max-height: calc(100% - 2rem);
  overflow-y: auto;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.dropdown-menu.dd-slide-up > .dropdown-inner {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  visibility: hidden; }

.dropdown-menu.dd-slide-up.show > .dropdown-inner {
  -webkit-animation-name: dropdownSlideUp;
  animation-name: dropdownSlideUp;
  -webkit-animation-duration: 150ms;
  animation-duration: 150ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible; }

.dropdown-menu.dd-appear-center > .dropdown-inner {
  position: fixed;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  max-width: calc(100% - 1rem);
  margin: 0 auto;
  width: 240px;
  visibility: hidden; }

.dropdown-menu.dd-appear-center.show > .dropdown-inner {
  -webkit-animation-name: dropdownAppearCenter;
  animation-name: dropdownAppearCenter;
  -webkit-animation-duration: 90ms;
  animation-duration: 90ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible; }

.dropdown-menu.dd-slide-center > .dropdown-inner {
  position: fixed;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  max-width: calc(100% - 1rem);
  margin: 0 auto;
  width: 240px;
  visibility: hidden; }

.dropdown-menu.dd-slide-center.show > .dropdown-inner {
  -webkit-animation-name: dropdownSlideCenter;
  animation-name: dropdownSlideCenter;
  -webkit-animation-duration: 90ms;
  animation-duration: 90ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  visibility: visible; }

@media (prefers-reduced-motion: reduce) {
  .dropdown-menu.dd-slide-up.show > .dropdown-inner,
  .dropdown-menu.dd-appear-center.show > .dropdown-inner,
  .dropdown-menu.dd-slide-center.show > .dropdown-inner {
    -webkit-animation-duration: 0ms;
    animation-duration: 0ms; } }

.dd-backdrop::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1040;
  visibility: hidden;
  opacity: 0;
  transition: opacity 150ms, visibility 0s;
  transition-delay: 0s, 150ms; }

@media (prefers-reduced-motion: reduce) {
  .dd-backdrop::before {
    transition: none; } }

.dd-backdrop.show::before {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

.dd-backdrop.show > .dropdown-toggle {
  position: relative; }

.dd-backdrop.show .dropdown-menu {
  z-index: 1050; }

.dropdown-menu[class*="dd-slide-"]:not([class*="dd-slide-none-"]) {
  -webkit-transform: none !important;
  transform: none !important;
  will-change: unset !important;
  visibility: hidden; }

.dropdown-menu[class*="dd-slide-"]:not([class*="dd-slide-none-"]).show > .dropdown-inner {
  visibility: visible; }

.dropdown-menu[class*="dd-slide-"]:not([class*="dd-slide-none-"]).dropdown-caret::before, .dropdown-menu[class*="dd-slide-"]:not([class*="dd-slide-none-"]).dropdown-caret::after {
  display: none !important; }

.dropdown-menu.dd-slide-none.show {
  z-index: 1000; }

.dropdown-menu.dd-slide-none > .dropdown-inner {
  position: static;
  -webkit-animation: none !important;
  animation: none !important;
  width: auto;
  max-width: none;
  max-height: none;
  margin: auto;
  overflow: visible;
  background-color: transparent;
  border: none;
  padding: 0;
  visibility: inherit; }

.dd-backdrop-none::before {
  display: none; }

@media (min-width: 576px) {
  .dropdown-menu.dd-slide-none-sm.show {
    z-index: 1000; }
  .dropdown-menu.dd-slide-none-sm > .dropdown-inner {
    position: static;
    -webkit-animation: none !important;
    animation: none !important;
    width: auto;
    max-width: none;
    max-height: none;
    margin: auto;
    overflow: visible;
    background-color: transparent;
    border: none;
    padding: 0;
    visibility: inherit; }
  .dd-backdrop-none-sm::before {
    display: none; } }

@media (min-width: 768px) {
  .dropdown-menu.dd-slide-none-md.show {
    z-index: 1000; }
  .dropdown-menu.dd-slide-none-md > .dropdown-inner {
    position: static;
    -webkit-animation: none !important;
    animation: none !important;
    width: auto;
    max-width: none;
    max-height: none;
    margin: auto;
    overflow: visible;
    background-color: transparent;
    border: none;
    padding: 0;
    visibility: inherit; }
  .dd-backdrop-none-md::before {
    display: none; } }

@media (min-width: 992px) {
  .dropdown-menu.dd-slide-none-lg.show {
    z-index: 1000; }
  .dropdown-menu.dd-slide-none-lg > .dropdown-inner {
    position: static;
    -webkit-animation: none !important;
    animation: none !important;
    width: auto;
    max-width: none;
    max-height: none;
    margin: auto;
    overflow: visible;
    background-color: transparent;
    border: none;
    padding: 0;
    visibility: inherit; }
  .dd-backdrop-none-lg::before {
    display: none; } }

@media (min-width: 1200px) {
  .dropdown-menu.dd-slide-none-xl.show {
    z-index: 1000; }
  .dropdown-menu.dd-slide-none-xl > .dropdown-inner {
    position: static;
    -webkit-animation: none !important;
    animation: none !important;
    width: auto;
    max-width: none;
    max-height: none;
    margin: auto;
    overflow: visible;
    background-color: transparent;
    border: none;
    padding: 0;
    visibility: inherit; }
  .dd-backdrop-none-xl::before {
    display: none; } }

@media (max-width: 575.98px) {
  .dropdown-menu.dd-slide-none-sm {
    -webkit-transform: none !important;
    transform: none !important;
    will-change: unset !important;
    visibility: hidden !important; }
  .dropdown-menu.dd-slide-none-sm.dropdown-caret::before, .dropdown-menu.dd-slide-none-sm.dropdown-caret::after {
    display: none !important; } }

@media (max-width: 767.98px) {
  .dropdown-menu.dd-slide-none-md {
    -webkit-transform: none !important;
    transform: none !important;
    will-change: unset !important;
    visibility: hidden !important; }
  .dropdown-menu.dd-slide-none-md.dropdown-caret::before, .dropdown-menu.dd-slide-none-md.dropdown-caret::after {
    display: none !important; } }

@media (max-width: 991.98px) {
  .dropdown-menu.dd-slide-none-lg {
    -webkit-transform: none !important;
    transform: none !important;
    will-change: unset !important;
    visibility: hidden !important; }
  .dropdown-menu.dd-slide-none-lg.dropdown-caret::before, .dropdown-menu.dd-slide-none-lg.dropdown-caret::after {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .dropdown-menu.dd-slide-none-xl {
    -webkit-transform: none !important;
    transform: none !important;
    will-change: unset !important;
    visibility: hidden !important; }
  .dropdown-menu.dd-slide-none-xl.dropdown-caret::before, .dropdown-menu.dd-slide-none-xl.dropdown-caret::after {
    display: none !important; } }

.dropdown-menu.dd-slide-none {
  -webkit-transform: none !important;
  transform: none !important;
  will-change: unset !important;
  visibility: hidden !important; }

.dropdown-menu.dd-slide-none.dropdown-caret::before, .dropdown-menu.dd-slide-none.dropdown-caret::after {
  display: none !important; }

.tab-content {
  border: 1px solid #d7dbda;
  padding: 1rem; }

.tab-sliding {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden; }

.tab-sliding .tab-pane {
  max-width: 100%;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block !important;
  -webkit-transform: none;
  transform: none;
  visibility: hidden;
  max-height: 0;
  transition: margin-left, margin-right, max-height, visibility, -webkit-transform;
  transition: margin-left, margin-right, transform, max-height, visibility;
  transition: margin-left, margin-right, transform, max-height, visibility, -webkit-transform;
  transition-duration: 350ms, 350ms, 350ms, 350ms, 0s;
  transition-delay: 0s, 0s, 0s, 0s, 340ms; }

@media (prefers-reduced-motion: reduce) {
  .tab-sliding .tab-pane {
    transition: none; } }

.tab-sliding .tab-pane:not(.active) {
  pointer-events: none; }

.tab-sliding .tab-pane {
  margin-left: -100%; }

.tab-sliding .tab-pane.active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  max-height: 100%;
  transition-delay: 0s; }

.tab-sliding .tab-pane.mh-none:not(.active) {
  max-height: 0 !important; }

.tab-sliding .tab-pane.active ~ .tab-pane {
  margin-left: 100%;
  margin-right: -200%; }

.tab-pane.tab-swiping.active {
  overflow: hidden;
  transition: none;
  -ms-touch-action: none;
  touch-action: none; }

.tab-pane.tab-swiping:not(.active) {
  transition: none;
  visibility: visible;
  max-height: none; }

.dropdown-menu:not(.show) .tab-sliding .tab-pane.active {
  visibility: hidden; }

.dropdown-hover:hover .tab-sliding .tab-pane.active {
  visibility: visible; }

.nav-tabs-scroll {
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden; }

.nav-tabs-scroll:not([class*="sticky-nav"]) {
  position: relative; }

@supports (overflow: overlay) or (scrollbar-width: none) {
  .nav-tabs-scroll.is-scrollable:not(.is-scrollbar-shown) {
    overflow-x: scroll;
    scrollbar-width: none; }
  .nav-tabs-scroll.is-scrollable:not(.is-scrollbar-shown)::-webkit-scrollbar {
    display: none;
    width: 0px; } }

.nav-tabs {
  border-width: 0;
  border-color: #e0e5e8; }

.nav-tabs .nav-item {
  display: -ms-flexbox;
  display: flex;
  margin-right: -1px; }

.nav-tabs .nav-item:last-child {
  margin-right: 0; }

.nav-tabs .nav-link {
  width: 100%;
  height: calc(100% - 1px);
  box-shadow: none;
  border: 1px solid #d7dbda;
  border-bottom-width: 0;
  border-radius: 0;
  font-size: 0.925rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.nav-tabs .nav-link:not([class*="btn-"]) {
  color: #3b3c41;
  background-color: #f8f8f9; }

.nav-tabs .nav-link:not([class*="btn-"]):hover {
  background-color: #fff;
  border-color: #dfe2e1; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  margin-top: -2px;
  height: calc(100% + 2px);
  border-radius: 0.25rem 0.25rem 0 0; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  z-index: 1; }

.nav-tabs .nav-item.show .nav-link:not([class*="btn-"]), .nav-tabs .nav-link.active:not([class*="btn-"]) {
  color: #28292c;
  background-color: #fff;
  border-top-width: 3px;
  border-color: #d7dbda;
  border-top-color: #4c99da;
  font-weight: 600; }

.nav-tabs.nav-tabs-shadow .nav-item.show .nav-link, .nav-tabs.nav-tabs-shadow .nav-item .nav-link.active {
  box-shadow: 0 -0.125rem 0.325rem rgba(0, 0, 0, 0.1); }

.nav-tabs .nav-item[class*="brc-"] .nav-link.active {
  border-top-color: inherit; }

.nav-tabs .btn {
  width: 100%;
  height: calc(100% - 1px);
  border-bottom-width: 0; }

.nav-tabs .btn.active {
  margin-top: -2px;
  height: calc(100% + 2px);
  border-top-width: 3px;
  font-weight: 600; }

.nav-tabs .btn.active[class*="border-b-"] {
  margin-bottom: -2px;
  margin-top: 0; }

.nav-tabs.nav-tabs-detached .nav-link.active, .nav-tabs.nav-tabs-detached .btn.active {
  margin-top: -3px; }

.nav-tabs.nav-tabs-detached .nav-link.active[class*="border-b-"], .nav-tabs.nav-tabs-detached .btn.active[class*="border-b-"] {
  margin-bottom: -3px;
  margin-top: 0; }

.nav-tabs.nav-tabs-static .nav-link, .nav-tabs.nav-tabs-static .btn {
  height: 100%; }

.nav-tabs.nav-tabs-static .nav-link.active, .nav-tabs.nav-tabs-static .btn.active {
  height: 100%;
  margin-top: 0; }

.nav-tabs-faded .nav-link:not(.active):not(:hover), .nav-tabs-faded .btn:not(.active):not(:hover) {
  opacity: 0.77; }

.nav-tabs.nav-tabs-simple .nav-link {
  border-width: 0;
  padding-left: 0.25rem;
  background-color: transparent;
  color: #3b3c41;
  height: calc(100% - 1px); }

.nav-tabs.nav-tabs-simple .nav-link:not(.active):hover {
  color: #505255;
  background-color: transparent; }

.nav-tabs-simple .nav-item.show .nav-link, .nav-tabs.nav-tabs-simple .nav-link.active {
  margin-top: 0;
  box-shadow: none;
  border-width: 0 0 3px 0;
  color: #28292c;
  font-weight: 600;
  background-color: transparent; }

.nav-tabs-simple .nav-item.show .nav-link:not([class*="btn-"]), .nav-tabs.nav-tabs-simple .nav-link.active:not([class*="btn-"]) {
  border-bottom-color: #4c99da; }

.nav-tabs.nav-tabs-simple + .tab-content {
  border-width: 0;
  padding: 0.75rem; }

.tabs-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row; }

.tabs-left > .tab-content {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.tabs-left > .nav-tabs {
  -ms-flex-direction: column;
  flex-direction: column; }

.tabs-left > .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block; }

.tabs-left > .nav-tabs .nav-item:first-child .nav-link:not(.active) {
  border-radius: 0.25rem 0 0  0; }

.tabs-left > .nav-tabs .nav-item:last-child .nav-link:not(.active) {
  border-radius: 0 0 0 0.25rem; }

.tabs-left > .nav-tabs .nav-link {
  border-width: 1px 0 1px 1px;
  border-radius: 0;
  margin: 0 0 -1px 0;
  width: auto;
  height: auto; }

.tabs-left .nav-tabs .nav-item.show .nav-link, .tabs-left > .nav-tabs .nav-link.active {
  position: relative;
  font-weight: 400;
  margin: 0 -1px -1px -1px;
  border-width: 1px 1px 1px 3px;
  border-top-color: #d7dbda;
  border-radius: 0.25rem 0 0 0.25rem;
  border-right-color: transparent; }

.tabs-left .nav-tabs .nav-item.show .nav-link:not([class*="btn-"]), .tabs-left > .nav-tabs .nav-link.active:not([class*="btn-"]) {
  border-left-color: #4c99da; }

.tabs-left .nav-tabs.nav-tabs-shadow .nav-item.show .nav-link, .tabs-left .nav-tabs.nav-tabs-shadow .nav-item .nav-link.active {
  box-shadow: -0.125rem 0 0.325rem rgba(0, 0, 0, 0.1); }

.tabs-left > .nav-tabs .nav-item:last-child .nav-link, .tabs-left > .nav-tabs .nav-item:last-child .btn {
  margin-bottom: 0; }

.tabs-left > .nav-tabs .nav-item[class*="brc-"] .nav-link.active {
  border-top-color: #d7dbda;
  border-left-color: inherit; }

.tabs-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.tabs-right > .tab-content {
  -ms-flex-positive: 1;
  flex-grow: 1; }

.tabs-right > .nav-tabs {
  -ms-flex-direction: column;
  flex-direction: column; }

.tabs-right > .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-top: 0;
  display: inline-block; }

.tabs-right > .nav-tabs .nav-item:first-child .nav-link:not(.active) {
  border-radius: 0 0.25rem 0 0; }

.tabs-right > .nav-tabs .nav-item:last-child .nav-link:not(.active) {
  border-radius: 0 0 0.25rem 0; }

.tabs-right > .nav-tabs .nav-link {
  border-width: 1px 1px 1px 0;
  margin: 0 0 -1px 0;
  width: auto;
  height: auto; }

.tabs-right .nav-tabs .nav-item.show .nav-link, .tabs-right > .nav-tabs .nav-link.active {
  font-weight: 400;
  margin: 0 -1px -1px -1px;
  border-width: 1px 3px 1px 1px;
  border-top-color: #d7dbda;
  border-radius: 0 0.25rem 0.25rem 0;
  border-left-color: transparent;
  position: relative; }

.tabs-right .nav-tabs .nav-item.show .nav-link:not([class*="btn-"]), .tabs-right > .nav-tabs .nav-link.active:not([class*="btn-"]) {
  border-right-color: #4c99da; }

.tabs-right .nav-tabs.nav-tabs-shadow .nav-item.show .nav-link, .tabs-right .nav-tabs.nav-tabs-shadow .nav-item .nav-link.active {
  box-shadow: 0.125rem 0 0.325rem rgba(0, 0, 0, 0.1); }

.tabs-right > .nav-tabs .nav-item:last-child .nav-link, .tabs-right > .nav-tabs .nav-item:last-child .btn {
  margin-bottom: 0; }

.tabs-right > .nav-tabs .nav-item[class*="brc-"] .nav-link.active {
  border-top-color: #d7dbda;
  border-right-color: inherit; }

.accordion .card {
  border: 1px solid transparent; }

.accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid transparent; }

.accordion .card[class*="brc-"] .card-header {
  border-bottom-width: 0; }

.accordion .card + .card {
  margin-top: 0.125rem; }

.accordion .card-header {
  border-bottom-color: transparent;
  padding: 0; }

.accordion .card-header .card-title {
  font-size: 1rem; }

.accordion .card-header .accordion-toggle {
  display: block;
  width: 100%;
  text-align: left;
  border-width: 0;
  font-weight: 600;
  padding: 0.75rem 1.25rem 0.875rem;
  position: relative;
  overflow: hidden; }

.accordion .card-header .accordion-toggle.collapsed {
  font-weight: 400; }

.accordion .card-header .accordion-toggle:not(.btn) {
  transition: all 0.15s;
  color: #fff;
  background-color: #287abe; }

@media (prefers-reduced-motion: reduce) {
  .accordion .card-header .accordion-toggle:not(.btn) {
    transition: none; } }

.accordion .card-header .accordion-toggle:not(.btn).collapsed {
  color: #57585c;
  background-color: #f0f0f0; }

.accordion .card-header .accordion-toggle:not(.btn):hover {
  text-decoration: none;
  color: #fff;
  background-color: #2a80c8; }

.accordion .card-header .accordion-toggle:not(.btn).collapsed:hover {
  color: #fff;
  background-color: #2a80c8; }

.accordion .card-header .card-title[class*="bgc-"] .accordion-toggle:not(.collapsed) {
  background-color: inherit !important; }

.accordion .card-header .card-title[class*="brc-"] .accordion-toggle:not(.collapsed) {
  border-color: inherit !important; }

.accordion .card-header .card-title[class*="text-"] .accordion-toggle:not(.collapsed) {
  color: inherit; }

.accordion-faded > .card > .card-header > .card-title > .accordion-toggle.collapsed:not(:hover) {
  opacity: 0.77; }

a[data-toggle="collapse"].collapsed .toggle-icon {
  -webkit-transform: none;
  transform: none; }

a[data-toggle="collapse"] .toggle-icon {
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s; }

@media (prefers-reduced-motion: reduce) {
  a[data-toggle="collapse"] .toggle-icon {
    transition: none; } }

a[data-toggle="collapse"]:not(.collapsed) .toggle-icon[class*="-down"] {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

a[data-toggle="collapse"]:not(.collapsed) .toggle-icon[class*="-up"] {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

a[data-toggle="collapse"]:not(.collapsed) .toggle-icon[class*="-left"] {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

a[data-toggle="collapse"]:not(.collapsed) .toggle-icon[class*="-right"] {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.tooltip {
  top: 0; }

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement="top"] .arrow {
  left: calc(50% - 0.4rem) !important; }

.bs-tooltip-top .arrow[class*="brc-"]::before, .bs-tooltip-auto[x-placement="top"] .arrow[class*="brc-"]::before {
  border-top-color: inherit; }

.bs-tooltip-top .arrow + .arrow, .bs-tooltip-auto[x-placement="top"] .arrow + .arrow {
  margin-bottom: 2px; }

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement="bottom"] .arrow {
  left: calc(50% - 0.4rem) !important; }

.bs-tooltip-bottom .arrow[class*="brc-"]::before, .bs-tooltip-auto[x-placement="bottom"] .arrow[class*="brc-"]::before {
  border-bottom-color: inherit; }

.bs-tooltip-bottom .arrow + .arrow, .bs-tooltip-auto[x-placement="bottom"] .arrow + .arrow {
  margin-top: 2px; }

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement="left"] .arrow {
  top: calc(50% - 0.4rem) !important; }

.bs-tooltip-left .arrow[class*="brc-"]::before, .bs-tooltip-auto[x-placement="left"] .arrow[class*="brc-"]::before {
  border-left-color: inherit; }

.bs-tooltip-left .arrow + .arrow, .bs-tooltip-auto[x-placement="left"] .arrow + .arrow {
  margin-right: 2px; }

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement="right"] .arrow {
  top: calc(50% - 0.4rem) !important; }

.bs-tooltip-right .arrow[class*="brc-"]::before, .bs-tooltip-auto[x-placement="right"] .arrow[class*="brc-"]::before {
  border-right-color: inherit; }

.bs-tooltip-right .arrow + .arrow, .bs-tooltip-auto[x-placement="right"] .arrow + .arrow {
  margin-left: 2px; }

.popover .arrow2 {
  z-index: 1; }

.popover .arrow2::after, .popover .arrow2 + .arrow::after {
  display: none; }

.bs-popover-top .arrow, .bs-popover-auto[x-placement="top"] .arrow {
  left: calc(50% - 0.5rem) !important;
  margin-left: 0;
  margin-right: 0; }

.bs-popover-top .arrow[class*="brc-"]::before, .bs-popover-auto[x-placement="top"] .arrow[class*="brc-"]::before {
  border-top-color: inherit; }

.bs-popover-top .arrow2, .bs-popover-auto[x-placement="top"] .arrow2 {
  margin-bottom: 1px; }

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement="bottom"] .arrow {
  left: calc(50% - 0.5rem) !important;
  margin-left: 0;
  margin-right: 0; }

.bs-popover-bottom .arrow[class*="brc-"]::before, .bs-popover-auto[x-placement="bottom"] .arrow[class*="brc-"]::before {
  border-bottom-color: inherit; }

.bs-popover-bottom .arrow2, .bs-popover-auto[x-placement="bottom"] .arrow2 {
  margin-top: 1px; }

.bs-popover-left .arrow, .bs-popover-auto[x-placement="left"] .arrow {
  top: calc(50% - 0.5rem) !important;
  margin-top: 0;
  margin-bottom: 0; }

.bs-popover-left .arrow[class*="brc-"]::before, .bs-popover-auto[x-placement="left"] .arrow[class*="brc-"]::before {
  border-left-color: inherit; }

.bs-popover-left .arrow2, .bs-popover-auto[x-placement="left"] .arrow2 {
  margin-right: 1px; }

.bs-popover-right .arrow, .bs-popover-auto[x-placement="right"] .arrow {
  top: calc(50% - 0.5rem) !important;
  margin-top: 0;
  margin-bottom: 0; }

.bs-popover-right .arrow[class*="brc-"]::before, .bs-popover-auto[x-placement="right"] .arrow[class*="brc-"]::before {
  border-right-color: inherit; }

.bs-popover-right .arrow2, .bs-popover-auto[x-placement="right"] .arrow2 {
  margin-left: 1px; }

.popover .arrow[class*="brc-"] ~ .popover-header::before {
  display: none !important; }

.alert {
  border-radius: 0.1875rem;
  color: #3b3c41; }

.alert-collapse.collapsing {
  transition-duration: 150ms; }

.alert-link {
  font-weight: 600; }

.ace-toaster-container {
  position: fixed !important;
  z-index: 1023;
  pointer-events: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center; }

.ace-toaster-container.position-tr, .ace-toaster-container.position-br, .ace-toaster-container.position-rc {
  right: 1rem;
  -ms-flex-align: end;
  align-items: end; }

.ace-toaster-container.position-tr {
  top: 1rem; }

.ace-toaster-container.position-br {
  bottom: 1rem; }

.ace-toaster-container.position-tl, .ace-toaster-container.position-bl, .ace-toaster-container.position-lc {
  left: 1rem;
  -ms-flex-align: start;
  align-items: start; }

.ace-toaster-container.position-tl {
  top: 1rem; }

.ace-toaster-container.position-bl {
  bottom: 1rem; }

.ace-toaster-container.position-bc {
  top: auto;
  bottom: 1rem; }

.ace-toaster-container.position-tc {
  bottom: auto;
  top: 1rem; }

.ace-toaster-container.toaster-below-nav {
  margin-top: 4.5rem;
  margin-top: var(--navbar-height);
  z-index: 1019; }

@media (max-width: 1199.98px) {
  .ace-toaster-container.toaster-below-nav {
    margin-top: 4rem;
    margin-top: var(--navbar-mobile-height); } }

.ace-toaster-container .toast {
  pointer-events: all;
  position: relative;
  z-index: inherit;
  width: 24rem;
  max-width: calc(100vw - 2rem);
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.ace-toaster-container .toast .toast-header {
  position: relative; }

.ace-toaster-container .toast .toast-header .close {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.ace-toaster-container .toast .toast-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.75rem;
  margin-left: 0.5rem;
  overflow: hidden;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 1px; }

.ace-toaster-container .toast .toast-image img {
  border-radius: 0.1875rem; }

.ace-toaster-container .toast .toast-main {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%; }

.ace-toaster-container .toast.collapsing {
  transition-duration: 250ms;
  margin-bottom: 0; }

.ace-toaster-container .toast .toast-title {
  margin-right: auto;
  font-weight: 600; }

.modal-header {
  border-bottom-color: #e4e9ee; }

.modal-footer {
  border-top-color: #e4e9ee;
  background-color: #eff3f8; }

.ace-aside {
  transition: z-index 0s 250ms; }

@media (prefers-reduced-motion: reduce) {
  .ace-aside {
    transition: none; } }

.ace-aside.aside-hover {
  transition-delay: 750ms; }

.ace-aside.show, .ace-aside.aside-hover:hover {
  transition-delay: 0s; }

.ace-aside.modal-nb {
  pointer-events: none;
  z-index: 1018; }

.ace-aside.modal-nb.show, .ace-aside.modal-nb.aside-hover:hover {
  z-index: 1021; }

.ace-aside.modal-nb.aside-offset:not(.aside-below-nav) {
  z-index: 1021; }

.ace-aside.modal-nb.aside-offset:not(.aside-below-nav).show, .ace-aside.modal-nb.aside-offset:not(.aside-below-nav).aside-hover:hover {
  z-index: 1022; }

.ace-aside.aside-below-nav.show, .ace-aside.aside-below-nav.aside-hover:hover {
  z-index: 1019; }

.ace-aside:not(.modal-nb) {
  z-index: 1018; }

.ace-aside:not(.modal-nb).show, .ace-aside:not(.modal-nb).aside-hover:hover {
  z-index: 1050; }

.ace-aside:not(.modal-nb) {
  width: 100%;
  height: 100%;
  overflow-y: hidden; }

.ace-aside:not(.modal-nb).aside-bottom {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: end;
  align-items: flex-end; }

.ace-aside:not(.modal-nb).aside-bottom:not(.aside-r):not(.aside-l):not(.aside-c) .modal-dialog {
  width: 100%; }

.ace-aside {
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: auto;
  height: auto;
  visibility: hidden; }

.ace-aside.modal-nb {
  overflow: visible !important; }

.ace-aside.show:not(.modal-nb) {
  visibility: visible; }

.ace-aside.aside-hover:not(.modal-nb):hover {
  visibility: visible; }

.ace-aside.fade {
  opacity: 1; }

.ace-aside.fade .modal-dialog {
  transition-duration: 250ms; }

.ace-aside .modal-dialog {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  transition: -webkit-transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
  max-width: none; }

@media (prefers-reduced-motion: reduce) {
  .ace-aside .modal-dialog {
    transition: none; } }

.ace-aside .modal-dialog .aside-header {
  pointer-events: all;
  -ms-flex-order: -1;
  order: -1;
  position: relative;
  z-index: 1;
  visibility: visible; }

.ace-aside .modal-dialog .modal-content {
  z-index: 2; }

.ace-aside.show .modal-dialog {
  visibility: visible; }

.ace-aside.aside-top, .ace-aside.aside-bottom {
  left: 0;
  right: 0;
  width: 100%; }

.ace-aside.aside-top .modal-dialog, .ace-aside.aside-bottom .modal-dialog {
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.ace-aside.aside-top .aside-header, .ace-aside.aside-bottom .aside-header {
  height: 3rem; }

.ace-aside.aside-top {
  top: 0;
  bottom: auto; }

.ace-aside.aside-top .modal-dialog {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0; }

.ace-aside.aside-top .modal-content {
  border-width: 0 0 1px 0; }

.ace-aside.aside-top.aside-offset .modal-dialog {
  -webkit-transform: translateY(-100%) translateY(3rem);
  transform: translateY(-100%) translateY(3rem); }

.ace-aside.aside-top.show .modal-dialog, .ace-aside.aside-top.aside-hover:hover .modal-dialog {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.ace-aside.aside-top.show.margin-1 .modal-dialog, .ace-aside.aside-top.aside-hover:hover.margin-1 .modal-dialog {
  -webkit-transform: translateY(0.25rem);
  transform: translateY(0.25rem); }

.ace-aside.aside-top.show.margin-2 .modal-dialog, .ace-aside.aside-top.aside-hover:hover.margin-2 .modal-dialog {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem); }

.ace-aside.aside-top.show.margin-3 .modal-dialog, .ace-aside.aside-top.aside-hover:hover.margin-3 .modal-dialog {
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem); }

.ace-aside.aside-top.show.margin-4 .modal-dialog, .ace-aside.aside-top.aside-hover:hover.margin-4 .modal-dialog {
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem); }

.ace-aside.aside-top.show.margin-5 .modal-dialog, .ace-aside.aside-top.aside-hover:hover.margin-5 .modal-dialog {
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem); }

.ace-aside.aside-bottom {
  bottom: 0;
  top: auto; }

.ace-aside.aside-bottom .modal-dialog {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0; }

.ace-aside.aside-bottom .modal-content {
  border-width: 1px 0 0 0; }

.ace-aside.aside-bottom.aside-offset .modal-dialog {
  -webkit-transform: translateY(100%) translateY(-3rem);
  transform: translateY(100%) translateY(-3rem); }

.ace-aside.aside-bottom.show .modal-dialog, .ace-aside.aside-bottom.aside-hover:hover .modal-dialog {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.ace-aside.aside-bottom.show.margin-1 .modal-dialog, .ace-aside.aside-bottom.aside-hover:hover.margin-1 .modal-dialog {
  -webkit-transform: translateY(-0.25rem);
  transform: translateY(-0.25rem); }

.ace-aside.aside-bottom.show.margin-2 .modal-dialog, .ace-aside.aside-bottom.aside-hover:hover.margin-2 .modal-dialog {
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem); }

.ace-aside.aside-bottom.show.margin-3 .modal-dialog, .ace-aside.aside-bottom.aside-hover:hover.margin-3 .modal-dialog {
  -webkit-transform: translateY(-1rem);
  transform: translateY(-1rem); }

.ace-aside.aside-bottom.show.margin-4 .modal-dialog, .ace-aside.aside-bottom.aside-hover:hover.margin-4 .modal-dialog {
  -webkit-transform: translateY(-1.5rem);
  transform: translateY(-1.5rem); }

.ace-aside.aside-bottom.show.margin-5 .modal-dialog, .ace-aside.aside-bottom.aside-hover:hover.margin-5 .modal-dialog {
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem); }

.ace-aside.aside-l .modal-dialog, .ace-aside.aside-r .modal-dialog, .ace-aside.aside-c .modal-dialog {
  width: 500px;
  max-width: calc(100vw - 1rem); }

.ace-aside.aside-l .modal-dialog {
  margin-left: 0; }

.ace-aside.aside-r .modal-dialog {
  margin-right: 0; }

.ace-aside.aside-right, .ace-aside.aside-left {
  top: 0;
  bottom: 0; }

.ace-aside.aside-right .modal-dialog, .ace-aside.aside-left .modal-dialog {
  -ms-flex-align: center;
  align-items: center;
  width: 500px;
  max-width: calc(100vw - 1rem);
  height: 100%;
  max-height: 100vh; }

.ace-aside.aside-right .modal-dialog .modal-content, .ace-aside.aside-left .modal-dialog .modal-content {
  height: 100%; }

.ace-aside.aside-right .modal-dialog .aside-header, .ace-aside.aside-left .modal-dialog .aside-header {
  width: 3rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  word-break: break-all; }

.ace-aside.aside-right {
  right: 0;
  left: auto; }

.ace-aside.aside-right .modal-dialog {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 0; }

.ace-aside.aside-right .aside-header {
  -ms-flex-order: -1;
  order: -1; }

.ace-aside.aside-right .modal-content {
  border-width: 0 0 0 1px; }

.ace-aside.aside-right.aside-offset .modal-dialog {
  -webkit-transform: translateX(100%) translateX(-3rem);
  transform: translateX(100%) translateX(-3rem); }

.ace-aside.aside-right.show .modal-dialog, .ace-aside.aside-right.aside-hover:hover .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.ace-aside.aside-right.show.margin-1 .modal-dialog, .ace-aside.aside-right.aside-hover:hover.margin-1 .modal-dialog {
  -webkit-transform: translateX(-0.25rem);
  transform: translateX(-0.25rem); }

.ace-aside.aside-right.show.margin-2 .modal-dialog, .ace-aside.aside-right.aside-hover:hover.margin-2 .modal-dialog {
  -webkit-transform: translateX(-0.5rem);
  transform: translateX(-0.5rem); }

.ace-aside.aside-right.show.margin-3 .modal-dialog, .ace-aside.aside-right.aside-hover:hover.margin-3 .modal-dialog {
  -webkit-transform: translateX(-1rem);
  transform: translateX(-1rem); }

.ace-aside.aside-right.show.margin-4 .modal-dialog, .ace-aside.aside-right.aside-hover:hover.margin-4 .modal-dialog {
  -webkit-transform: translateX(-1.5rem);
  transform: translateX(-1.5rem); }

.ace-aside.aside-right.show.margin-5 .modal-dialog, .ace-aside.aside-right.aside-hover:hover.margin-5 .modal-dialog {
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem); }

.ace-aside.aside-left {
  left: 0;
  right: auto; }

.ace-aside.aside-left .modal-dialog {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-left: 0; }

.ace-aside.aside-left .modal-content {
  border-width: 0 1px 0 0; }

.ace-aside.aside-left.aside-offset .modal-dialog {
  -webkit-transform: translateX(-100%) translateX(3rem);
  transform: translateX(-100%) translateX(3rem); }

.ace-aside.aside-left.show .modal-dialog, .ace-aside.aside-left.aside-hover:hover .modal-dialog {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.ace-aside.aside-left.show.margin-1 .modal-dialog, .ace-aside.aside-left.aside-hover:hover.margin-1 .modal-dialog {
  -webkit-transform: translateX(0.25rem);
  transform: translateX(0.25rem); }

.ace-aside.aside-left.show.margin-2 .modal-dialog, .ace-aside.aside-left.aside-hover:hover.margin-2 .modal-dialog {
  -webkit-transform: translateX(0.5rem);
  transform: translateX(0.5rem); }

.ace-aside.aside-left.show.margin-3 .modal-dialog, .ace-aside.aside-left.aside-hover:hover.margin-3 .modal-dialog {
  -webkit-transform: translateX(1rem);
  transform: translateX(1rem); }

.ace-aside.aside-left.show.margin-4 .modal-dialog, .ace-aside.aside-left.aside-hover:hover.margin-4 .modal-dialog {
  -webkit-transform: translateX(1.5rem);
  transform: translateX(1.5rem); }

.ace-aside.aside-left.show.margin-5 .modal-dialog, .ace-aside.aside-left.aside-hover:hover.margin-5 .modal-dialog {
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem); }

.ace-aside.aside-m {
  margin-top: auto;
  margin-bottom: auto; }

.ace-aside.aside-m .modal-dialog {
  max-height: calc(100vh - 2rem);
  height: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto; }

.ace-aside.aside-center {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  visibility: hidden;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ace-aside.aside-center .modal-dialog {
  width: 500px;
  max-width: calc(100vw - 1rem); }

.ace-aside.aside-below-nav:not(.aside-bottom) {
  top: 4.5rem;
  top: var(--navbar-height); }

@media (min-width: 1200px) {
  .navbar-sm ~ .main-container .ace-side.aside-below-nav:not(.aside-bottom) {
    top: 4rem;
    top: var(--navbar-sm-height); } }

@media (max-width: 1199.98px) {
  .ace-aside.aside-below-nav:not(.aside-bottom) {
    top: 4rem;
    top: var(--navbar-mobile-height); } }

.ace-aside .modal-content, .ace-aside:not(.aside-offset) .aside-header {
  visibility: hidden;
  transition: visibility 0s 250ms; }

.ace-aside.show .modal-content, .ace-aside.show:not(.aside-offset) .aside-header, .ace-aside.aside-hover:hover .modal-content, .ace-aside.aside-hover:hover:not(.aside-offset) .aside-header {
  visibility: visible;
  transition-delay: 0s; }

.ace-aside {
  /**
    .modal-content.scroll-body {
        max-height: 100%;
        overflow: hidden;

        .modal-body {
            overflow: hidden auto;
            flex: 2 1 auto;
        }
    }
    */ }

.ace-aside .modal-content.scroll-content {
  max-height: 100%;
  overflow: hidden auto; }

@media (min-width: 1200px) {
  .container .aside-right.container, .container .aside-left.container {
    -webkit-transform: none;
    transform: none;
    right: 0;
    left: 0;
    width: 100%;
    -webkit-clip-path: inset(-30px 0px -30px 0px);
    clip-path: inset(-30px 0px -30px 0px); }
  .container .aside-right.container .modal-dialog {
    margin-right: 0; }
  .container .aside-left.container .modal-dialog {
    margin-left: 0; }
  .container .container:not(.modal-nb).aside-left, .container .container:not(.modal-nb).aside-right {
    min-width: 100%;
    max-height: none; }
  .container .container:not(.modal-nb).aside-left .modal-dialog, .container .container:not(.modal-nb).aside-right .modal-dialog {
    max-width: inherit;
    width: auto;
    margin: auto;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center; }
  .container .container:not(.modal-nb).aside-left .modal-dialog .modal-content, .container .container:not(.modal-nb).aside-right .modal-dialog .modal-content {
    width: 500px;
    max-width: calc(100vw - 1rem); }
  .container .container:not(.modal-nb).aside-top, .container .container:not(.modal-nb).aside-bottom {
    min-width: 100%; }
  .container .container:not(.modal-nb).aside-top .modal-dialog, .container .container:not(.modal-nb).aside-bottom .modal-dialog {
    max-width: inherit;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .container .container:not(.modal-nb).aside-r .modal-content, .container .container:not(.modal-nb).aside-l .modal-content, .container .container:not(.modal-nb).aside-c .modal-content {
    width: 500px;
    max-width: calc(100vw - 1rem); }
  .container .container:not(.modal-nb).aside-l .modal-dialog {
    -ms-flex-align: start;
    align-items: flex-start; }
  .container .container:not(.modal-nb).aside-r .modal-dialog {
    -ms-flex-align: end;
    align-items: flex-end; }
  .container .aside-m.container:not(.modal-nb) .modal-dialog {
    max-height: calc(100vh - 2rem);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto; } }

.ace-aside.aside-fade.aside-offset {
  opacity: 1; }

.ace-aside.aside-fade .modal-dialog {
  -webkit-transform: none !important;
  transform: none !important;
  visibility: hidden; }

.ace-aside.aside-fade .modal-content {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms 0s, visibility 0s 250ms, -webkit-transform 250ms 0s;
  transition: transform 250ms 0s, opacity 250ms 0s, visibility 0s 250ms;
  transition: transform 250ms 0s, opacity 250ms 0s, visibility 0s 250ms, -webkit-transform 250ms 0s;
  z-index: 2; }

@media (prefers-reduced-motion: reduce) {
  .ace-aside.aside-fade .modal-content {
    transition: none; } }

.ace-aside.aside-fade .aside-header {
  z-index: 1;
  visibility: visible; }

.ace-aside.aside-fade .aside-header.fade {
  opacity: 1;
  transition: all 250ms; }

@media (prefers-reduced-motion: reduce) {
  .ace-aside.aside-fade .aside-header.fade {
    transition: none; } }

.ace-aside.aside-fade.show .modal-content, .ace-aside.aside-fade.aside-hover:hover .modal-content {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; }

.ace-aside.aside-fade.show .aside-header.fade, .ace-aside.aside-fade.aside-hover:hover .aside-header.fade {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0; }

.ace-aside.aside-fade.aside-right .modal-content, .ace-aside.aside-fade.aside-right .aside-header {
  -webkit-transform-origin: right center;
  transform-origin: right center; }

.ace-aside.aside-fade.aside-left .modal-content, .ace-aside.aside-fade.aside-left .aside-header {
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.ace-aside.aside-fade.aside-top .modal-content, .ace-aside.aside-fade.aside-top .aside-header {
  -webkit-transform-origin: top center;
  transform-origin: top center; }

.ace-aside.aside-fade.aside-top.aside-r .modal-content, .ace-aside.aside-fade.aside-top.aside-r .aside-header {
  -webkit-transform-origin: top right;
  transform-origin: top right; }

.ace-aside.aside-fade.aside-top.aside-l .modal-content, .ace-aside.aside-fade.aside-top.aside-l .aside-header {
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.ace-aside.aside-fade.aside-bottom .modal-content, .ace-aside.aside-fade.aside-bottom .aside-header {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center; }

.ace-aside.aside-fade.aside-bottom.aside-r .modal-content, .ace-aside.aside-fade.aside-bottom.aside-r .aside-header {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right; }

.ace-aside.aside-fade.aside-bottom.aside-l .modal-content, .ace-aside.aside-fade.aside-bottom.aside-l .aside-header {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left; }

.aside-hover .modal-dialog {
  transition-delay: 500ms; }

.aside-hover:hover .modal-dialog {
  transition-delay: 100ms; }

body.modal-open:not(.scrollbar-w0):not(.modal-blur).modal-nb {
  overflow-y: auto;
  padding-right: 0 !important; }

@media (min-width: 1200px) {
  body.modal-open:not(.scrollbar-w0):not(.modal-blur):not(.modal-nb) .navbar-fixed:not(.container) .navbar-inner {
    padding-right: var(--modal-padding); }
  body.modal-open:not(.scrollbar-w0):not(.modal-blur):not(.modal-nb) .container .footer-fixed .footer-inner {
    left: calc(-1 * var(--modal-padding)); } }

body.modal-open:not(.modal-nb):not(.scrollbar-w0):not(.modal-blur) .aside-top, body.modal-open:not(.modal-nb):not(.scrollbar-w0):not(.modal-blur) .aside-bottom {
  padding-right: var(--modal-padding) !important; }

body.modal-open:not(.modal-nb):not(.scrollbar-w0):not(.modal-blur) .aside-center .modal-dialog {
  right: var(--modal-padding); }

body.modal-open.modal-scroll:not(.modal-nb):not(.scrollbar-w0):not(.modal-blur) .aside-right {
  padding-right: var(--modal-padding) !important; }

body.modal-open.modal-scroll:not(.modal-nb):not(.scrollbar-w0):not(.modal-blur) .aside-right.aside-m {
  right: var(--modal-padding) !important; }

@media (max-width: 1199.98px) {
  body.modal-open.modal-scroll:not(.modal-nb):not(.scrollbar-w0):not(.modal-blur) .navbar-fixed .navbar-inner {
    padding-right: var(--modal-padding); } }

@media (min-width: 1200px) {
  body.modal-open.modal-scroll:not(.modal-nb):not(.scrollbar-w0):not(.modal-blur) .navbar-fixed .navbar-inner.container {
    right: var(--modal-padding);
    padding-right: 0; }
  body.modal-open:not(.modal-nb):not(.scrollbar-w0):not(.modal-blur) .container .ace-aside.container.aside-top, body.modal-open:not(.modal-nb):not(.scrollbar-w0):not(.modal-blur) .container .ace-aside.container.aside-bottom {
    left: calc(-1 * var(--modal-padding));
    padding-right: 0 !important; }
  body.modal-open:not(.modal-nb):not(.scrollbar-w0):not(.modal-blur) .container .ace-aside.container.aside-right {
    padding-right: calc( var(--modal-padding) / 2) !important;
    -webkit-clip-path: inset(-30px calc( var(--modal-padding) / 2) -30px 0px);
    clip-path: inset(-30px calc( var(--modal-padding) / 2) -30px 0px); }
  body.modal-open:not(.modal-nb):not(.scrollbar-w0):not(.modal-blur) .container .ace-aside.container.aside-left {
    left: calc(-1 * var(--modal-padding)); } }

@supports (((-ms-scroll-chaining: none) or (overscroll-behavior: none)) and (-webkit-appearance: none) and (-webkit-box-reflect: above)) or (((-ms-scroll-chaining: none) or (overscroll-behavior: none)) and (scrollbar-width: none)) {
  body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .aside-top, body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .aside-bottom {
    padding-right: 0 !important; }
  body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .aside-center .modal-dialog {
    right: 0; }
  @media (min-width: 1200px) {
    body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .navbar-fixed:not(.container) .navbar-inner {
      padding-right: 0; }
    body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .container .footer-fixed .footer-inner {
      left: 0; }
    body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .container .ace-aside.container.aside-top, body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .container .ace-aside.container.aside-bottom {
      left: 0;
      padding-right: 0 !important; }
    body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .container .ace-aside.container.aside-right {
      padding-right: 0 !important; }
    body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .container .ace-aside.container.aside-left {
      left: 0; } }
  body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) {
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-y: auto; }
  body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .modal[aria-modal=true] {
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow-y: auto;
    scrollbar-width: none; }
  body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .modal[aria-modal=true]::-webkit-scrollbar {
    display: none;
    width: 0px; }
  body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .modal[aria-modal=true]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% + 0.5rem);
    pointer-events: none; }
  body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .ace-aside[aria-modal=true]::before {
    height: calc(100% + 1px); }
  body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .modal-dialog-scrollable .modal-body {
    -ms-scroll-chaining: none;
    overscroll-behavior: none; }
  body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .container .ace-aside.container.aside-top, body.modal-open:not(.modal-nb):not(.modal-scroll):not(.scrollbar-w0):not(.modal-blur) .container .ace-aside.container.aside-bottom {
    left: 0;
    margin-left: auto; } }

.aside-fs, .aside-fs .modal-dialog, .aside-fs .modal-content {
  height: 100% !important;
  width: 100% !important; }

.aside-fs.fade, .aside-fs.fade .modal-dialog {
  transition-duration: 375ms; }

.aside-fs.fade:not(.show) .modal-content {
  transition-delay: 375ms; }

.aside-fs .modal-dialog, .aside-fs .modal-content {
  max-width: none !important;
  max-height: none !important; }

.modal-fs {
  padding-right: 0 !important; }

.modal-fs .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: calc(100vw - 1rem);
  max-height: calc(100vh - 1rem); }

.modal-fs .modal-dialog .modal-content {
  min-height: 100%; }

@media (min-width: 576px) {
  .modal-fs .modal-dialog {
    max-width: calc(100vw - 3.5rem);
    max-height: calc(100vh - 3.5rem); } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: none; }
  .modal-lg .modal-dialog,
  .modal-xl .modal-dialog {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: none; }
  .modal-xl .modal-dialog {
    max-width: 1140px; } }

.modal-dialog-static {
  -webkit-transform: none !important;
  transform: none !important; }

.modal-dialog-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto;
  -webkit-transform: none !important;
  transform: none !important;
  height: calc(100% - 0.5rem); }

@media (min-width: 576px) {
  .modal-dialog-bottom {
    height: calc(100% - 1.75rem); } }

@supports (-webkit-filter: none) or (filter: none) {
  body.modal-blur .body-container {
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px);
    overflow: hidden; }
  @media (max-width: 575.98px) {
    .modal[data-blur] .modal-dialog {
      max-width: calc(100vw - 1rem); } } }

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .modal-backdrop.modal-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); } }

.modal-off {
  position: relative;
  overflow: visible;
  opacity: 1 !important;
  display: block !important;
  display: contents !important;
  z-index: auto !important; }

.modal-off:not(.modal-nb) {
  overflow: visible !important; }

.modal-off.ace-aside.aside-below-nav {
  padding-top: 0; }

.modal-off .modal-dialog-scrollable .modal-content, .modal-off .modal-dialog-scrollable .modal-body {
  overflow: visible;
  max-height: none; }

.modal-off::before {
  display: none; }

.modal-off .modal-dialog {
  visibility: visible;
  -webkit-transform: none !important;
  transform: none !important;
  transition: none;
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  display: unset; }

.modal-off .modal-content {
  visibility: visible;
  transition: none; }

@media (min-width: 576px) {
  .modal-off-sm {
    position: relative;
    overflow: visible;
    opacity: 1 !important;
    display: block !important;
    display: contents !important;
    z-index: auto !important; }
  .modal-off-sm:not(.modal-nb) {
    overflow: visible !important; }
  .modal-off-sm.ace-aside.aside-below-nav {
    padding-top: 0; }
  .modal-off-sm .modal-dialog-scrollable .modal-content, .modal-off-sm .modal-dialog-scrollable .modal-body {
    overflow: visible;
    max-height: none; }
  .modal-off-sm::before {
    display: none; }
  .modal-off-sm .modal-dialog {
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    display: unset; }
  .modal-off-sm .modal-content {
    visibility: visible;
    transition: none; } }

@media (min-width: 768px) {
  .modal-off-md {
    position: relative;
    overflow: visible;
    opacity: 1 !important;
    display: block !important;
    display: contents !important;
    z-index: auto !important; }
  .modal-off-md:not(.modal-nb) {
    overflow: visible !important; }
  .modal-off-md.ace-aside.aside-below-nav {
    padding-top: 0; }
  .modal-off-md .modal-dialog-scrollable .modal-content, .modal-off-md .modal-dialog-scrollable .modal-body {
    overflow: visible;
    max-height: none; }
  .modal-off-md::before {
    display: none; }
  .modal-off-md .modal-dialog {
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    display: unset; }
  .modal-off-md .modal-content {
    visibility: visible;
    transition: none; } }

@media (min-width: 992px) {
  .modal-off-lg {
    position: relative;
    overflow: visible;
    opacity: 1 !important;
    display: block !important;
    display: contents !important;
    z-index: auto !important; }
  .modal-off-lg:not(.modal-nb) {
    overflow: visible !important; }
  .modal-off-lg.ace-aside.aside-below-nav {
    padding-top: 0; }
  .modal-off-lg .modal-dialog-scrollable .modal-content, .modal-off-lg .modal-dialog-scrollable .modal-body {
    overflow: visible;
    max-height: none; }
  .modal-off-lg::before {
    display: none; }
  .modal-off-lg .modal-dialog {
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    display: unset; }
  .modal-off-lg .modal-content {
    visibility: visible;
    transition: none; } }

@media (min-width: 1200px) {
  .modal-off-xl {
    position: relative;
    overflow: visible;
    opacity: 1 !important;
    display: block !important;
    display: contents !important;
    z-index: auto !important; }
  .modal-off-xl:not(.modal-nb) {
    overflow: visible !important; }
  .modal-off-xl.ace-aside.aside-below-nav {
    padding-top: 0; }
  .modal-off-xl .modal-dialog-scrollable .modal-content, .modal-off-xl .modal-dialog-scrollable .modal-body {
    overflow: visible;
    max-height: none; }
  .modal-off-xl::before {
    display: none; }
  .modal-off-xl .modal-dialog {
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    display: unset; }
  .modal-off-xl .modal-content {
    visibility: visible;
    transition: none; } }

th {
  font-weight: 600; }

.table td, .table th {
  border-color: rgba(0, 0, 0, 0.075); }

.table thead {
  color: #5d5f63; }

.table thead th {
  border-bottom-width: 1px; }

.table-hover tbody tr:hover {
  color: #323337;
  background-color: rgba(0, 0, 0, 0.05); }

.table-bordered th {
  border-bottom-width: 1px; }

.table-bordered-x th, .table-bordered-x td {
  border-width: 1px 0;
  border-style: solid; }

.table-bordered-y th, .table-bordered-y td {
  border-width: 0 1px;
  border-style: solid; }

.table[class*="brc-"] > thead, .table[class*="brc-"] > tbody, .table[class*="brc-"] > tr,
.table[class*="brc-"] > thead > tr, .table[class*="brc-"] > tbody > tr,
.table[class*="brc-"] > thead > tr > th, .table[class*="brc-"] > tr > th,
.table[class*="brc-"] > tbody > tr > td, .table[class*="brc-"] > tr > td {
  border-color: inherit; }

.table thead[class*="brc-"] > tr, .table thead[class*="brc-"] > tr > th, .table thead[class*="brc-"] > tr > td, .table tbody[class*="brc-"] > tr, .table tbody[class*="brc-"] > tr > th, .table tbody[class*="brc-"] > tr > td {
  border-color: inherit; }

.table tr[class*="brc-"] > th, .table tr[class*="brc-"] > td {
  border-color: inherit; }

.table-spaced {
  border-spacing: 0 0.75rem;
  border-collapse: separate; }

.table-spaced td, .table-spaced th {
  border-width: 0; }

.table-lg td, .table-lg th {
  padding: 0.875rem; }

table.bt tbody tr td {
  padding: 0; }

table.bt tbody tr td .bt-content {
  padding: 0.375rem;
  padding-left: 0.875rem; }

table.bt tbody tr td:first-child::before, table.bt tbody tr td:first-child .bt-content {
  padding-top: 0.875rem; }

table.bt tbody tr td:last-child .bt-content {
  padding-bottom: 0.875rem; }

table.bt tbody tr {
  border-bottom: 1px solid #fff; }

table.bt tbody td::before {
  background-color: #67a9df;
  color: #fff;
  margin-right: 0.625rem;
  padding: 0.125rem 0.625rem;
  padding-top: 0.125rem;
  font-weight: 600; }

table.bt tbody[class*="bgc-"] td::before {
  background-color: inherit; }

table.bt tbody[class*="bgc-"] td .bt-content {
  -ms-flex: 2 1 0px;
  flex: 2 1 0;
  background-color: #fff; }

.table[class*="table-striped"]:not(.bt) tbody tr:nth-of-type(even) {
  background-color: #fff; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f6f6f7; }

.table-striped.bt tbody tr:nth-of-type(odd) {
  background-color: transparent; }

.table-striped.bt tbody tr:nth-of-type(odd) > td .bt-content {
  background-color: #f6f6f7; }

.table-striped-primary tbody tr:nth-of-type(odd) {
  background-color: #f1f7fc; }

.table-striped-primary.bt tbody tr:nth-of-type(odd) {
  background-color: transparent; }

.table-striped-primary.bt tbody tr:nth-of-type(odd) > td .bt-content {
  background-color: #f1f7fc; }

.table-striped-secondary tbody tr:nth-of-type(odd) {
  background-color: #f5f7f8; }

.table-striped-secondary.bt tbody tr:nth-of-type(odd) {
  background-color: transparent; }

.table-striped-secondary.bt tbody tr:nth-of-type(odd) > td .bt-content {
  background-color: #f5f7f8; }

.table-striped-blue tbody tr:nth-of-type(odd) {
  background-color: #f0f6fd; }

.table-striped-blue.bt tbody tr:nth-of-type(odd) {
  background-color: transparent; }

.table-striped-blue.bt tbody tr:nth-of-type(odd) > td .bt-content {
  background-color: #f0f6fd; }

.table-striped-danger tbody tr:nth-of-type(odd) {
  background-color: #fdf3f0; }

.table-striped-danger.bt tbody tr:nth-of-type(odd) {
  background-color: transparent; }

.table-striped-danger.bt tbody tr:nth-of-type(odd) > td .bt-content {
  background-color: #fdf3f0; }

.table-striped-success tbody tr:nth-of-type(odd) {
  background-color: #f3faf3; }

.table-striped-success.bt tbody tr:nth-of-type(odd) {
  background-color: transparent; }

.table-striped-success.bt tbody tr:nth-of-type(odd) > td .bt-content {
  background-color: #f3faf3; }

.table-striped-warning tbody tr:nth-of-type(odd) {
  background-color: #fef9ef; }

.table-striped-warning.bt tbody tr:nth-of-type(odd) {
  background-color: transparent; }

.table-striped-warning.bt tbody tr:nth-of-type(odd) > td .bt-content {
  background-color: #fef9ef; }

.table-striped-info tbody tr:nth-of-type(odd) {
  background-color: #effbfe; }

.table-striped-info.bt tbody tr:nth-of-type(odd) {
  background-color: transparent; }

.table-striped-info.bt tbody tr:nth-of-type(odd) > td .bt-content {
  background-color: #effbfe; }

.table-striped-default tbody tr:nth-of-type(odd) {
  background-color: #f3f7fa; }

.table-striped-default.bt tbody tr:nth-of-type(odd) {
  background-color: transparent; }

.table-striped-default.bt tbody tr:nth-of-type(odd) > td .bt-content {
  background-color: #f3f7fa; }

.progress {
  border-radius: 0.125rem; }

.shadow-md {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075) !important; }

.icon-animated-bell {
  display: inline-block;
  -webkit-animation: ringing 2.0s 5 ease 1.0s;
  animation: ringing 2.0s 5 ease 1.0s;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%; }

@-webkit-keyframes ringing {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes ringing {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.icon-animated-vertical {
  display: inline-block;
  -webkit-animation: vertical 2.0s 5 ease 2.0s;
  animation: vertical 2.0s 5 ease 2.0s; }

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

.icon-animated-hand-pointer {
  display: inline-block;
  -webkit-animation: hand-pointer 2.0s 4 ease 2.0s;
  animation: hand-pointer 2.0s 4 ease 2.0s; }

@-webkit-keyframes hand-pointer {
  0% {
    -moz-transform: translate(0, 0); }
  6% {
    -moz-transform: translate(5px, 0); }
  12% {
    -moz-transform: translate(0, 0); }
  18% {
    -moz-transform: translate(5px, 0); }
  24% {
    -moz-transform: translate(0, 0); }
  30% {
    -moz-transform: translate(5px, 0); }
  36% {
    -moz-transform: translate(0, 0); } }

@keyframes hand-pointer {
  0% {
    -moz-transform: translate(0, 0); }
  6% {
    -moz-transform: translate(5px, 0); }
  12% {
    -moz-transform: translate(0, 0); }
  18% {
    -moz-transform: translate(5px, 0); }
  24% {
    -moz-transform: translate(0, 0); }
  30% {
    -moz-transform: translate(5px, 0); }
  36% {
    -moz-transform: translate(0, 0); } }

.icon-animated-wrench {
  display: inline-block;
  -webkit-animation: wrenching 2.5s 4 ease;
  animation: wrenching 2.5s 4 ease;
  -webkit-transform-origin: 90% 35%;
  transform-origin: 90% 35%; }

@-webkit-keyframes wrenching {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes wrenching {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes blinking {
  0% {
    opacity: 1; }
  40% {
    opacity: 0; }
  80% {
    opacity: 1; } }

@keyframes blinking {
  0% {
    opacity: 1; }
  40% {
    opacity: 0; }
  80% {
    opacity: 1; } }

@-webkit-keyframes pulsating {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  5% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  15% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  35% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulsating {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  5% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  15% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  30% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  35% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes blinkAndpulse {
  50% {
    opacity: 1;
    -webkit-transform: scale(1.25);
    transform: scale(1.25); } }

@keyframes blinkAndpulse {
  50% {
    opacity: 1;
    -webkit-transform: scale(1.25);
    transform: scale(1.25); } }

.typing-dots {
  color: #aaa;
  visibility: hidden;
  display: inline-block;
  line-height: 0;
  letter-spacing: -0.1875rem;
  white-space: nowrap; }

.typing-dots .typing-dot {
  visibility: visible;
  position: relative;
  display: inline-block;
  color: inherit;
  opacity: 0.4;
  min-height: 0.625rem;
  vertical-align: middle;
  -webkit-animation: 1.5s blinkAndpulse infinite 0.5s;
  animation: 1.5s blinkAndpulse infinite 0.5s; }

.typing-dots .typing-dot:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.typing-dots .typing-dot:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

@media (prefers-reduced-motion: reduce) {
  [class*="icon-animated"], .typing-dot {
    -webkit-animation: none !important;
    animation: none !important; } }

.jqtree-toggler + .jqtree-title .opened-icon {
  display: inline-block; }

.jqtree-toggler + .jqtree-title .closed-icon {
  display: none; }

.jqtree-closed + .jqtree-title .opened-icon {
  display: none; }

.jqtree-closed + .jqtree-title .closed-icon {
  display: inline-block; }

ul.jqtree-tree {
  margin: auto;
  padding: 0 0 0 1rem;
  position: relative; }

ul.jqtree_common ul.jqtree_common {
  margin-left: 0.5rem;
  padding-left: 1rem; }

ul.jqtree-tree li.jqtree_common {
  margin: 0.5rem 0; }

.jqtree_common {
  position: relative; }

ul.jqtree_common::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -1.125rem;
  bottom: 0;
  left: 0;
  width: 0;
  border-left: 1px dotted #67b2dd;
  z-index: auto; }

ul.jqtree-tree::before {
  left: 0;
  bottom: 0.5rem; }

ul.jqtree-tree > .jqtree_common:last-child::after,
li.jqtree_common:last-child::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: calc(1rem - 1px);
  bottom: -0.5rem;
  left: -1rem;
  width: 0;
  border-left: 1px solid #fff;
  z-index: 1; }

li.jqtree_common:last-child::after {
  left: -1rem; }

li.jqtree_common {
  position: relative; }

li.jqtree_common::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.925rem;
  left: calc(-1rem + 2px);
  border-top: 1px dotted #67b2dd;
  height: 1px;
  width: 1.125rem;
  z-index: auto; }

ul.jqtree-tree .jqtree-title {
  margin-left: 0.325rem; }

.tree-dotted ul.jqtree-tree .jqtree-title:not(.jqtree-title-folder) {
  margin-left: 0.925rem; }

ul.jqtree-tree li.jqtree-selected > .jqtree-element, ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
  background: #e6f1f8; }

.jqtree-tree .jqtree-element {
  padding: 0.125rem 0.125rem 0.25rem;
  -ms-flex-align: center;
  align-items: center; }

.jqtree-folder > .jqtree-element {
  margin-left: 1rem; }

.jqtree-folder > .jqtree-element > .jqtree-toggler {
  margin-left: -1.125rem; }

.node-icon {
  margin-right: 0.5rem;
  margin-left: 0.125rem; }

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
  outline: none; }

ul.jqtree-tree span.jqtree-border {
  border-color: #00b6e9; }

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
  border-color: #00b6e9; }

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
  background-color: #00b6e9; }

span.jqtree-dragging {
  z-index: 4; }

.jqtree.tree-dotted .jqtree_common:not(.jqtree-folder) > .jqtree-element {
  position: relative; }

.jqtree.tree-dotted .jqtree_common:not(.jqtree-folder) > .jqtree-element::before {
  content: "";
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: #798e9c;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0.25rem;
  margin-top: auto;
  margin-bottom: auto; }

.fixed-table-pagination, .fixed-table-toolbar {
  border-style: solid;
  border-width: 1px 0;
  padding: 0.25rem 1.25rem; }

.fixed-table-toolbar {
  background-color: #edf5fb;
  margin-bottom: -1px;
  border-color: #e4e4e4; }

.fixed-table-pagination {
  background-color: #edf5fb;
  margin-top: -1px;
  border-color: #e4e4e4; }

.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom-width: 0; }

.bootstrap-table .fixed-table-container {
  position: static; }

.bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: #e8f4e8; }

.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  width: 7.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.5rem;
  font-weight: 600; }

.bootstrap-table .fixed-table-container .table tbody tr .card-view {
  margin-bottom: 0.625rem; }

.bootstrap-table .fixed-table-container .table tbody tr .card-view > label {
  margin-bottom: 0; }

.bootstrap-table th .sortable {
  background-image: none !important;
  position: relative; }

.bootstrap-table th .sortable::before, .bootstrap-table th .sortable::after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0.46875rem;
  top: 50%;
  bottom: auto;
  opacity: 0.3;
  color: inherit;
  border-right: 0.3125rem solid transparent;
  border-left: 0.3125rem solid transparent; }

.bootstrap-table th .sortable::before {
  border-bottom: 0.3125rem solid currentColor;
  border-top: none;
  margin-top: -0.3125rem; }

.bootstrap-table th .sortable::after {
  border-top: 0.3125rem solid currentColor;
  border-bottom: none;
  margin-top: 0.125rem; }

.bootstrap-table th .sortable.asc::before, .bootstrap-table th .sortable.desc::after {
  opacity: 1; }

.table.dataTable {
  margin: auto !important; }

.dataTables_wrapper > .row:first-of-type {
  padding: 1.25rem 0.5rem 0.75rem;
  margin: auto;
  background-color: #f6f9fb; }

.dataTables_wrapper > .row:last-of-type {
  padding: 0.75rem 0.5rem 1.25rem;
  margin: auto;
  background-color: #f6f9fb; }

.dataTables_wrapper div.dataTables_length select.form-control {
  width: 4rem;
  margin: 0 0.125rem; }

.dataTable tr.selected {
  background-color: #f0f8f0; }

.dataTables_info .select-item {
  font-size: 0.9em;
  opacity: 0.9;
  margin-left: 0.5rem; }

table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: transparent;
  z-index: 202; }

div.DTCR_pointer {
  width: 0.125rem;
  background-color: #2c87d3;
  z-index: 201; }

.buttons-colvis ~ .dt-button-collection {
  top: 100% !important;
  left: auto !important;
  right: 0; }

.buttons-colvis ~ .dt-button-collection .dropdown-menu {
  left: auto;
  right: 0; }

.dataTable th::after, .dataTable th::before {
  content: "" !important;
  right: 0.46875rem !important; }

.dataTable th[class*=sorting]:not(.sorting_disabled)::before, .dataTable th[class*=sorting]:not(.sorting_disabled)::after {
  width: 0;
  height: 0;
  color: inherit;
  border-right: 0.3125rem solid transparent;
  border-left: 0.3125rem solid transparent;
  top: 50% !important;
  bottom: auto !important; }

.dataTable th[class*=sorting]:not(.sorting_disabled)::before {
  border-bottom: 0.3125rem solid currentColor;
  border-top: none;
  margin-top: -0.3125rem; }

.dataTable th[class*=sorting]:not(.sorting_disabled)::after {
  border-top: 0.3125rem solid currentColor;
  border-bottom: none;
  margin-top: 0.125rem; }

.dataTable:not(.collapsed) td.dtr-control, .dataTable:not(.collapsed) thead > tr > th:first-child {
  display: none; }

.dtr-inline.collapsed > tbody > tr > .dtr-control {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cpath fill='none' stroke-width='1.5px' stroke='%231279cd' d='M2,3 L6,7 L10,3'/%3e%3c/svg%3e") center no-repeat;
  background-size: 1.075rem;
  background-position-x: calc(50% + 4px); }

.dtr-inline.collapsed > tbody > tr.parent > .dtr-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cpath fill='none' stroke-width='1.5px' stroke='%231279cd' d='M2,7 L6,3 L10,7'/%3e%3c/svg%3e"); }

.dtr-plus.dtr-inline.collapsed > tbody > tr > .dtr-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cpath fill='none' stroke-width='1.5px' stroke='%231279cd' d='M1,6 L11,6 M6,1 L6,11'/%3e%3c/svg%3e"); }

.dtr-plus.dtr-inline.collapsed > tbody > tr.parent > .dtr-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3cpath fill='none' stroke-width='1.5px' stroke='%231279cd' d='M1,6 L11,6'/%3e%3c/svg%3e"); }

.dataTable tr.child {
  background-color: #fff; }

.dataTable tr.child td.child {
  padding: 0.25rem 0;
  border-bottom: 1px solid #e0e5e8; }

.dataTable tr.child + tr > td {
  border-top-width: 0; }

.dataTable tr.child ul.dtr-details {
  list-style: none;
  padding-left: 1rem; }

.dataTable tr.child ul.dtr-details > li {
  margin: 1rem 0;
  color: #505255; }

.dataTable tr.child ul.dtr-details > li > .dtr-title {
  font-weight: 600;
  display: inline-block;
  min-width: 90px;
  padding-right: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle; }

.dataTable tr.child ul.dtr-details > li > .dtr-data {
  display: inline-block;
  vertical-align: middle; }

@media (max-width: 991.98px) {
  .dataTables_info {
    margin-bottom: 1rem; }
  .dataTables_info .select-info {
    display: block; } }

div.dt-button-info {
  z-index: 1023; }

.ui-jqgrid table {
  border-collapse: collapse; }

.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid .ui-paging-info,
.ui-jqgrid .ui-pg-table,
.ui-jqgrid .ui-pg-selbox {
  font-size: 1rem; }

.ui-jqgrid .ui-jqgrid-view .btn,
.ui-jqgrid .ui-jqgrid-pager .btn {
  font-size: 1rem; }

.ui-jqgrid .ui-jqgrid-title, .ui-jqgrid .ui-jqgrid-title-rtl {
  margin: 0 0.75rem; }

.ui-jqgrid .disabled {
  opacity: 0.35; }

.ui-jqgrid .jqgfirstrow td {
  padding: 0 !important; }

.ui-jqgrid .ui-jqgrid-bdiv tr > td:last-child {
  border-right-width: 0; }

@media (max-width: 575.98px) {
  .ui-jqgrid .ui-pg-selbox {
    display: block; } }

.ui-jqgrid .ui-jqgrid-titlebar,
.ui-jqgrid .ui-jqgrid-errorbar {
  font-size: 1.25rem; }

.ui-jqgrid-btable input:not([type=checkbox]), .ui-jqgrid-btable textarea, .ui-jqgrid-btable select {
  width: auto;
  max-width: 100%;
  border: 1px solid #d3d5d7;
  border-radius: 0.125rem; }

.ui-jqgrid-btable input:not([type=checkbox]):hover, .ui-jqgrid-btable textarea:hover, .ui-jqgrid-btable select:hover {
  border-color: #b5b5b5; }

.ui-jqgrid-btable input:not([type=checkbox]):focus, .ui-jqgrid-btable textarea:focus, .ui-jqgrid-btable select:focus {
  box-shadow: 0 0 0 2px rgba(245, 153, 66, 0.2);
  color: #696969;
  border-color: #f59942;
  background-color: #fff; }

.ui-jqgrid tr.ui-row-ltr td,
.ui-jqgrid tr.ui-row-rtl td {
  padding: 0.75rem; }

.ui-jqgrid .ui-pg-button .ui-separator {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-color: #8d9fab; }

.ui-jqgrid .ui-jqgrid-sortable {
  padding: 0.75rem 0; }

.ui-jqgrid th[aria-selected=true] {
  background-color: #fbf0b2 !important;
  color: rgba(0, 0, 0, 0.73) !important; }

.ui-jqgrid .s-ico {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  right: 0.125rem; }

.ui-jqgrid .s-ico > .ui-grid-ico-sort {
  height: 0.45rem;
  line-height: 0.5;
  font-size: 1rem; }

.ui-jqgrid .ui-jqgrid-bdiv {
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.075), -1px 0 0 0 rgba(0, 0, 0, 0.075);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #bbbdbf #e5e6e8;
  overflow: overlay;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

@media (hover: hover) {
  .ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar {
    width: 7px; }
  .ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar-track {
    background-color: #e5e6e8; }
  .ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar-thumb {
    background-color: #bbbdbf; } }

.ui-jqdialog .ui-jqdialog-titlebar {
  font-size: 1.25rem; }

.ui-jqdialog .FormData {
  border-bottom: 1px dotted #d3dadf; }

.ui-jqdialog .FormData:nth-last-child(2) {
  border-bottom: none; }

.ui-jqdialog pre {
  font-size: 1rem; }

.ui-jqdialog[id*="alertcnt_"] {
  padding: 0.5rem 0.75rem; }

.ui-jqdialog .ui-resizable-handle {
  bottom: 1px;
  right: 3px; }

.ui-jqdialog .searchFilter td {
  padding: 0.375rem 0; }

.ui-jqdialog .searchFilter .queryresult {
  margin-bottom: 0.75rem; }

.ui-jqdialog .searchFilter .queryresult td.query {
  padding: 0.5rem 0.75rem;
  border-bottom: 2px solid #d8d9da;
  background-color: #f3f3f3; }

.ui-jqdialog .searchFilter .queryresult td.query:empty {
  display: none; }

@media (max-width: 767.98px) {
  .ui-jqdialog {
    max-width: 90vw !important;
    max-height: 90vh !important;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.ui-pg-table.navtable {
  float: none !important; }

.ui-pager-control > .ui-pg-table > tbody > tr > td {
  width: auto !important; }

@media (max-width: 991.98px) {
  .ui-pager-control > .ui-pg-table > tbody > tr > td {
    display: block;
    text-align: center;
    margin: 0.5rem;
    min-height: 1.75rem;
    scrollbar-width: none;
    overflow-y: auto; } }

.ui-subgrid .ui-jqgrid-htable .ui-jqgrid-labels {
  background-color: transparent; }

.ui-subgrid .ui-jqgrid-bdiv {
  max-height: 10rem; }

.ui-subgrid .subgrid-data .ui-jqgrid {
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); }

.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar {
  border-top: 1px solid #d8d9da; }

.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar .ui-th-column {
  border-top-width: 0; }

.ui-jqgrid .ui-jqgrid-hdiv .ui-search-toolbar .ui-search-input .form-control:not([size]):not([multiple]) {
  min-height: 1.75rem; }

.fm-button.btn-default .fm-button-text, .fm-button.btn-secondary .fm-button-text {
  color: #fff; }

.fm-button:only-of-type {
  margin: 0 0.25rem; }

.ui-jqgrid .ui-jqgrid-bdiv .jqgroup {
  background-color: #fff !important; }

.ui-jqgrid .ui-jqgrid-bdiv .jqgroup > td {
  color: #1172c1;
  border-left: 3px solid #74aaec !important; }

*::-ms-backdrop,
.ui-jqgrid .jqgrow > td > .cbox {
  width: auto;
  height: auto; }

.chosen-container {
  font-size: 1rem; }

.chosen-container > .chosen-single, [class*="chosen-container"] > .chosen-single {
  font-size: 1rem;
  line-height: 2.25rem;
  height: 2.5rem;
  background: #f9fafb;
  box-shadow: none; }

.chosen-choices {
  box-shadow: none !important; }

.chosen-container-single .chosen-single .search-choice-close {
  background: none !important;
  color: inherit;
  height: 2.5rem;
  top: 0; }

.chosen-container-single .chosen-single .search-choice-close::after {
  content: "\00D7";
  font-size: 1.25rem; }

.chosen-container-single .chosen-single .search-choice-close:hover::after {
  color: #d52727; }

.chosen-container-single .chosen-single div b {
  background: none !important; }

.chosen-container-single .chosen-single div b::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.25em);
  right: 0.5em;
  width: 0;
  height: 0;
  border-top: 0.425rem solid rgba(0, 0, 0, 0.5);
  border-bottom: none;
  border-right: 0.425rem solid transparent;
  border-left: 0.425rem solid transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: none !important; }

.chosen-container-active.chosen-with-drop .chosen-single div b::after {
  border-bottom: 0.425rem solid rgba(0, 0, 0, 0.5);
  border-top: none; }

.chosen-container-single .chosen-search {
  position: relative; }

.chosen-container-single .chosen-search input[type="text"] {
  background: none !important;
  border-radius: 0;
  line-height: 2.25rem;
  height: 2.5rem;
  font-size: 1rem; }

.chosen-container-single .chosen-search::after {
  content: "\1F50D";
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-size: 1.25em; }

.chosen-container .chosen-results li {
  line-height: 1.125rem;
  padding: 0.5rem; }

.chosen-container-multi .chosen-choices {
  padding: 0.25rem 0.5rem;
  background: none !important;
  border-radius: 2px; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 1.5rem; }

.chosen-container-multi .chosen-choices li.search-choice {
  background: #eee;
  line-height: 1.5rem;
  font-size: 1rem;
  padding-bottom: 3px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none !important;
  color: inherit; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after {
  content: "\00D7";
  font-size: 1.125rem; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover::after {
  color: #d52727; }

.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
  background: none !important; }

.chosen-container .chosen-results-scroll-down span:before,
.chosen-container .chosen-results-scroll-up span:before {
  position: relative;
  top: -1px;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 0.425rem solid rgba(0, 0, 0, 0.5);
  border-bottom: none;
  border-right: 0.425rem solid transparent;
  border-left: 0.425rem solid transparent;
  content: "\f0d7";
  display: inline-block; }

.chosen-container .chosen-results-scroll-up span:before {
  border-bottom: 0.425rem solid rgba(0, 0, 0, 0.5);
  border-top: none; }

.chosen-container-active .chosen-single-with-drop div b:before {
  border-bottom: 0.425rem solid rgba(0, 0, 0, 0.5);
  border-top: none; }

.chosen-container-single .chosen-single {
  border-radius: 2px; }

.chosen-container .chosen-results li.highlighted {
  background: #0092ba;
  color: #fff; }

.chosen-container .chosen-drop {
  border-radius: 0;
  border-color: #00addd;
  border-bottom-width: 2px; }

.chosen-single.chosen-single-with-drop, .chosen-container-active .chosen-single {
  border-color: #00addd; }

.chosen-container-multi .chosen-drop {
  border-top-width: 0; }

.chosen-container-active .chosen-choices {
  border-color: #00addd; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #00addd; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: auto;
  right: auto;
  display: block; }

.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice {
  background: none !important;
  background-color: #5c94b6;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 0.375rem 1.375rem 0.375rem 0.5rem;
  position: relative;
  white-space: nowrap;
  border: none;
  box-shadow: none;
  border-radius: 2px; }

.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.125rem;
  height: auto;
  line-height: 1.5;
  text-align: center; }

.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close::after {
  color: #fff;
  position: static;
  font-size: 0.9rem;
  line-height: 2.25; }

.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover::after {
  color: #fff; }

.select2-container .select2-selection {
  border-radius: 0.125rem;
  border-color: #c6c8cb; }

.select2-container .select2-selection:hover {
  border-color: #abafb3; }

.select2-container .select2-selection .select2-selection__rendered {
  line-height: inherit;
  height: 100%; }

.select2-container.select2-container--focus .select2-selection, .select2-container .select2-selection[aria-expanded="true"] {
  border-color: #00addd; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.25rem;
  position: relative;
  overflow: visible; }

.select2-container .select2-selection__clear {
  position: absolute;
  left: auto;
  top: 0;
  height: 100%;
  font-size: 1.25em;
  color: #64666a;
  width: 1.5rem;
  text-align: center; }

.select2-container .select2-selection__clear:hover {
  color: #d52727; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  right: -2.5rem;
  top: auto;
  height: auto; }

.select2-container .select2-selection--multiple .select2-selection__clear:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.select2-container--open .select2-dropdown {
  border-radius: 0;
  border-color: #00addd;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.125); }

.select2-results__option {
  padding: 0.5rem;
  margin-bottom: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 0.25rem 0.375rem;
  border-radius: 0.125rem;
  background-color: #eee;
  border-color: #aaa; }

.select2-container .select2-selection--single {
  height: 2.625rem;
  line-height: 2.3625rem; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top: 0.425rem solid rgba(0, 0, 0, 0.5);
  border-bottom: none;
  border-right: 0.425rem solid transparent;
  border-left: 0.425rem solid transparent;
  margin-top: 0.14167rem;
  margin-left: -0.6375rem; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 0.425rem;
  border-bottom: 0.425rem solid rgba(0, 0, 0, 0.5); }

.select2-container--default .select2-selection .select2-selection__choice__remove {
  font-size: 1.125em;
  margin-right: 0.25rem;
  color: #666; }

.select2-container--default .select2-selection .select2-selection__choice__remove:hover {
  color: #d52727; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.4); }

.select2-container--default .select2-results__option[aria-selected="true"]:hover {
  background-color: #0092ba;
  color: #fff; }

.select2-container--default .select2-results__option--highlighted[aria-selected="false"] {
  background-color: #0092ba; }

.select2-container .select2-search--inline {
  max-width: calc(100% - 1.5rem); }

.select2-container .select2-search--inline .select2-search__field {
  max-width: 100%;
  margin: 0.25rem 0;
  padding-left: 0.25rem; }

.select2-search {
  background: none; }

.select2-search:before {
  content: "\1F50D";
  font-size: 1em;
  color: #888;
  position: absolute;
  right: 0.5rem;
  margin-top: 2px; }

.select2-selection--multiple .select2-search:before {
  display: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin: 1px; }

.tag-input-style .select2-selection .select2-selection__choice {
  position: relative;
  color: #fff;
  background-color: #5c94b6;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  margin: 2px;
  padding: 0.3125rem 1.5rem 0.3125rem 0.5rem;
  border: none;
  box-shadow: none;
  border-radius: 2px; }

.tag-input-style .select2-selection .select2-selection__choice .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  left: auto;
  width: 1.125rem;
  height: auto;
  line-height: 2rem;
  text-align: center;
  color: #fff; }

.tag-input-style .select2-selection .select2-selection__choice .select2-selection__choice__remove:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff; }

.sw-main > ul.step-anchor > li.wizard-progressbar {
  position: absolute;
  z-index: 2;
  top: calc(50% - 0.125rem);
  bottom: 0;
  height: 0.25rem;
  max-width: 0;
  background-color: #2c87d3;
  transition: all 150ms; }

@media (prefers-reduced-motion: reduce) {
  .sw-main > ul.step-anchor > li.wizard-progressbar {
    transition: none; } }

.sw-main > ul.step-anchor > li.wizard-progressbar::before, .sw-main > ul.step-anchor > li.wizard-progressbar::after {
  display: none !important; }

.sw-theme-circles > ul.step-anchor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 3rem;
  width: 75%; }

@media (max-width: 767.98px) {
  .sw-theme-circles > ul.step-anchor {
    width: 100%;
    margin-bottom: 3.5rem; } }

.sw-theme-circles > ul.step-anchor::before {
  display: none; }

.sw-theme-circles > ul.step-anchor > li {
  display: inline-block;
  margin-left: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: auto;
  border: 0px solid; }

.sw-theme-circles > ul.step-anchor > li, .sw-theme-circles > ul.step-anchor > li.active ~ li.done {
  border-color: #c3ccd2; }

.sw-theme-circles > ul.step-anchor > li.active, .sw-theme-circles > ul.step-anchor > li.done {
  border-color: #2c87d3; }

.sw-theme-circles > ul.step-anchor > li:not(.active):not(.done), .sw-theme-circles > ul.step-anchor > li.active ~ li.done {
  border-color: #c3ccd2 !important; }

.sw-theme-circles > ul.step-anchor > li:not(.active):not(.done) .step-title, .sw-theme-circles > ul.step-anchor > li.active ~ li.done .step-title {
  color: #45464b !important; }

.sw-theme-circles > ul.step-anchor > li:not(.active):not(.done) .step-description, .sw-theme-circles > ul.step-anchor > li.active ~ li.done .step-description {
  color: #515259 !important; }

.sw-theme-circles > ul.step-anchor > li::before {
  display: block;
  content: "";
  width: 100%;
  height: 0;
  overflow: hidden;
  border-top: 0.25rem solid;
  border-color: inherit;
  position: absolute;
  top: calc(50% - 0.125rem);
  z-index: 0; }

.sw-theme-circles > ul.step-anchor > li:last-child::before {
  left: 0;
  width: 50%; }

.sw-theme-circles > ul.step-anchor > li:first-child::before, .sw-theme-circles > ul.step-anchor > li.wizard-progressbar + li::before {
  left: 50%;
  width: 50%; }

.sw-theme-circles > ul.step-anchor > li.wizard-progressbar ~ li::before {
  border-color: #c3ccd2; }

.sw-theme-circles > ul.step-anchor > li.nav-item > a,
.sw-theme-circles > ul.step-anchor > li.nav-item.active ~ li.done > a {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  padding: 0;
  width: 4rem;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #45464b;
  font-size: 1.125rem;
  background-color: #fff;
  border: 5px solid;
  border-color: inherit !important;
  border-radius: 50%;
  box-shadow: none !important; }

@media (max-width: 575.98px) {
  .sw-theme-circles > ul.step-anchor > li.nav-item > a,
  .sw-theme-circles > ul.step-anchor > li.nav-item.active ~ li.done > a {
    width: 3.25rem;
    height: 3.25rem;
    border-width: 4px; } }

.sw-theme-circles > ul.step-anchor > li.nav-item.active > a, .sw-theme-circles > ul.step-anchor > li.nav-item.done > a {
  background-color: #fff;
  color: #45464b;
  border-color: inherit !important; }

.sw-theme-circles > ul.step-anchor > li.wizard-progressbar ~ li > a, .sw-theme-circles > ul.step-anchor > li.wizard-progressbar.active ~ li.done > a {
  transition: border-color 75ms, border-width 150ms, font-size 150ms;
  transition-delay: 0ms; }

@media (prefers-reduced-motion: reduce) {
  .sw-theme-circles > ul.step-anchor > li.wizard-progressbar ~ li > a, .sw-theme-circles > ul.step-anchor > li.wizard-progressbar.active ~ li.done > a {
    transition: none; } }

.sw-theme-circles > ul.step-anchor > li.wizard-progressbar ~ li.active > a, .sw-theme-circles > ul.step-anchor > li.wizard-progressbar ~ li.done > a {
  transition-delay: 75ms;
  transition-duration: 150ms; }

.sw-theme-circles > ul.step-anchor > li:not(.done) > a:hover {
  cursor: default; }

.sw-theme-circles > ul.step-anchor > li > a:hover, .sw-theme-circles > ul.step-anchor > li > a:focus {
  border-width: 5px;
  background-color: #fff;
  color: #45464b;
  border-color: inherit; }

.sw-theme-circles > ul.step-anchor > li.done > a:hover, .sw-theme-circles > ul.step-anchor > li.active ~ li.done > a:hover {
  border-width: 4px;
  font-size: 1.325rem; }

.sw-theme-circles > ul.step-anchor > li .step-title-done {
  display: none; }

.sw-theme-circles > ul.step-anchor > li.done .step-title {
  display: none; }

.sw-theme-circles > ul.step-anchor > li.done .step-title-done {
  display: inline-block; }

.sw-theme-circles > ul.step-anchor > li.active ~ li.done .step-title {
  display: inline-block; }

.sw-theme-circles > ul.step-anchor > li.active ~ li.done .step-title-done {
  display: none; }

.sw-theme-circles > ul.step-anchor > li .step-description {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 0.5rem; }

.sw-theme-circles.wizard-steps-expand > ul.step-anchor > li:first-child > a, .sw-theme-circles.wizard-steps-expand > ul.step-anchor > li.wizard-progressbar + li > a {
  margin: 0 !important; }

.sw-theme-circles.wizard-steps-expand > ul.step-anchor > li:first-child::before, .sw-theme-circles.wizard-steps-expand > ul.step-anchor > li.wizard-progressbar + li::before {
  left: 0;
  width: 100%; }

.sw-theme-circles.wizard-steps-expand > ul.step-anchor > li:first-child::after, .sw-theme-circles.wizard-steps-expand > ul.step-anchor > li.wizard-progressbar + li::after {
  display: none !important; }

.sw-theme-circles.wizard-steps-expand > ul.step-anchor > li:last-child > a {
  margin: 0 0 0 auto !important; }

.sw-theme-circles.wizard-steps-expand > ul.step-anchor > li:last-child::before {
  left: 0;
  width: 100%; }

.sw-theme-circles.wizard-steps-expand > ul.step-anchor > li:last-child::after {
  display: none !important; }

.sw-theme-circles .sw-toolbar {
  padding-left: 0;
  padding-right: 0; }

.sw-theme-circles > .sw-container {
  padding: 1rem;
  border-width: 1px 0;
  border-style: dotted; }

.sw-btn-finish, .sw-btn-next.sw-btn-hide.disabled {
  display: none; }

.sw-btn-next.disabled ~ .sw-btn-finish {
  display: inline-block; }

.fc-theme-bootstrap {
  --fc-list-event-hover-bg-color: rgba(0,0,0,0.08);
  --fc-today-bg-color: rgba(251, 241, 183, 0.5);
  --fc-event-border-color: #fff; }

.fc-theme-bootstrap th, .fc-theme-bootstrap td, .fc-theme-bootstrap hr, .fc-theme-bootstrap thead, .fc-theme-bootstrap tbody, .fc-theme-bootstrap .fc-popover {
  border-color: #d8e7f0; }

.fc-theme-bootstrap .fc-event {
  border-width: 0;
  border-radius: 0.125rem; }

.fc-theme-bootstrap .fc-highlight {
  background: rgba(192, 219, 242, 0.4); }

.fc-theme-bootstrap .fc-event[class*="text-"] .fc-event-main {
  color: inherit; }

.fc-theme-bootstrap .fc-event[class*="brc-"] .fc-daygrid-event-dot,
.fc-theme-bootstrap .fc-event[class*="brc-"] .fc-list-event-dot,
.fc-theme-bootstrap .fc-event[class*="brc-"] .fc-list-event-graphic {
  border-color: inherit; }

.fc-theme-bootstrap .fc-list-event:hover td {
  background-color: rgba(0, 0, 0, 0.08); }

.fc-theme-bootstrap .fc-list-event-dot {
  border-color: #fff; }

.fc-theme-bootstrap a {
  text-decoration: none; }

.fc-theme-bootstrap a[data-goto]:hover {
  text-decoration: underline; }

.fc-theme-bootstrap hr.fc-timegrid-divider {
  border-color: inherit; }

.fc-theme-bootstrap a.fc-event:not([href]):not([tabindex]) {
  color: #fff; }

.fc-scroller {
  scrollbar-width: thin; }

.fc-scroller::-webkit-scrollbar {
  width: 8px;
  -webkit-appearance: none;
  appearance: none; }

@media (max-width: 575.98px) {
  .fc-toolbar {
    -ms-flex-direction: column;
    flex-direction: column; }
  .fc-toolbar > .fc-toolbar-chunk:nth-child(2) {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem; }
  .fc-toolbar > .fc-toolbar-chunk:first-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-order: 10;
    order: 10; }
  .fc-toolbar > .fc-toolbar-chunk:last-child {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-order: -1;
    order: -1; } }

.dp-modal {
  z-index: 1050; }

.modal-backdrop ~ .dp-below .dp, .modal-backdrop ~ .dp-permanent .dp {
  z-index: 1051; }

.dp {
  padding-top: 0;
  border-top: 0.25rem solid #4c99da;
  border-radius: 3px;
  font-size: 1rem; }

.dp::before {
  display: none; }

.dp .dp-col-header {
  font-size: 0.875em;
  color: #999; }

.dp .dp-day {
  font-size: 0.925em; }

.dp-cal-month, .dp-cal-year, .dp-day, .dp-month, .dp-year {
  border-radius: 0;
  font-size: 0.925em; }

.dp-day:hover, .dp-month:hover, .dp-year:hover {
  background: #e1e3e9;
  color: #2b303d; }

.dp-selected:hover, .dp-selected:focus, .dp-selected,
.dp-current:focus, .dp-current, .dp-day:focus, .dp-month:focus, .dp-year:focus {
  background: #3b82d9;
  color: #fff; }

.dp-close:hover, .dp-close:focus,
.dp-clear:hover,
.dp-clear:focus,
.dp-today:hover,
.dp-today:focus {
  background: #00a4d2;
  color: #fff; }

.dp-next,
.dp-prev {
  top: 0.75rem;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 2px solid #c3ccd2;
  border-radius: 1rem;
  color: #5f718b; }

.dp-next:hover, .dp-next:focus,
.dp-prev:hover,
.dp-prev:focus {
  background-color: #fff;
  color: #1172c1;
  border-color: #5b9be8; }

.dp-cal-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.dp-cal-month,
.dp-cal-year {
  vertical-align: middle;
  padding: 0.425rem 0.75rem 0.5rem; }

.dp-cal-month:hover, .dp-cal-month:focus,
.dp-cal-year:hover,
.dp-cal-year:focus {
  color: #57585c;
  background-color: #e4e4e4; }

.dp-day-today::after {
  border-right-color: #ff9e29;
  border-top-color: #ff9e29;
  top: 1px;
  right: 1px; }

.dp-day-today.dp-selected::after {
  border-right-color: #fff;
  border-top-color: #fff;
  top: 2px;
  right: 2px; }

.dr-cals {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 11;
  overflow: visible;
  box-shadow: none;
  padding-top: 0;
  border-top: 0.25rem solid #4c99da;
  border-radius: 3px;
  font-size: 1rem; }

.dr-cals::before {
  display: none; }

.dr-cals .dr-in-range, .dr-cals .dr-in-range:hover, .dr-cals .dr-in-range:focus {
  color: rgba(0, 0, 0, 0.8);
  background-color: #d2e6f6; }

.dr-cals .dp-current:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: #d2e6f6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.dr-cals .dr-selected, .dr-cals .dr-selected:hover, .dr-cals .dr-selected:focus {
  color: #fff;
  background: #3b82d9;
  border-radius: 0; }

.dp-daterange-picker {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.15s, visibility 0s 0.15s, z-index 0s 0.15s;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2); }

@media (prefers-reduced-motion: reduce) {
  .dp-daterange-picker {
    transition: none; } }

.dp-daterange-picker.visible {
  opacity: 1;
  z-index: 100;
  visibility: visible;
  transition: opacity 0.15s, visibility 0s 0s, z-index 0s 0s; }

@media (prefers-reduced-motion: reduce) {
  .dp-daterange-picker.visible {
    transition: none; } }

.dp-daterange-above {
  top: auto;
  bottom: 100%; }

.dr-cal-end .dp {
  border-left-width: 0.25rem; }

@media (max-width: 616px), (max-height: 480px) {
  .dr-cal-end {
    display: none; }
  .dr-cal-start .dp-next {
    visibility: visible; } }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto;
  min-width: 20rem; }

.bootstrap-datetimepicker-widget .collapse.in {
  display: list-item; }

.bootstrap-datetimepicker-widget .timepicker .table th, .bootstrap-datetimepicker-widget .timepicker .table td, .bootstrap-datetimepicker-widget .datepicker .table th, .bootstrap-datetimepicker-widget .datepicker .table td, .bootstrap-datetimepicker-widget table td span {
  border-radius: 0; }

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background-color: #e0e5e8; }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #3b82d9; }

.bootstrap-datetimepicker-widget table td span:hover {
  background-color: #e0e5e8; }

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #3b82d9; }

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background-color: #e0e5e8; }

.bootstrap-datetimepicker-widget .picker-switch .table td span:hover {
  background-color: #eeeeee; }

.bootstrap-touchspin .btn-group-vertical, .bootstrap-touchspin .input-group-btn-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.bootstrap-touchspin .btn-group-vertical > .btn, .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  height: 50%;
  border-radius: 0 3px 0 0; }

.bootstrap-touchspin .btn-group-vertical > .btn:last-child, .bootstrap-touchspin .input-group-btn-vertical > .btn:last-child {
  margin-top: 1px;
  border-radius: 0 0 3px 0; }

.bootstrap-touchspin .btn-group-inside-spinner {
  padding-right: 2.25rem; }

.bootstrap-touchspin .btn-group-inside-spinner ~ .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11; }

.bootstrap-touchspin .btn-group-inside-spinner ~ .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2rem;
  text-align: center;
  line-height: 1; }

.bootstrap-touchspin .btn-group-inside-spinner ~ .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 2px 0 0;
  top: 0; }

.bootstrap-touchspin .btn-group-inside-spinner ~ .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 2px 0;
  bottom: 0; }

.noUi-target {
  box-shadow: none;
  border-width: 0;
  border-radius: 0.125rem;
  background-color: #ddd; }

.noUi-target[disabled] {
  opacity: 0.75;
  background-color: #e5e5e5; }

.noUi-target:not([disabled]):not(.disabled) .noUi-handle {
  cursor: pointer; }

.noUi-target .noUi-handle {
  border-radius: 2px;
  border-color: #bababa;
  box-shadow: 0 3px 6px -3px #bbb; }

.noUi-target .noUi-handle.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 6px #d7d7d7, 0 3px 6px -3px #bbb; }

.noUi-target .noUi-handle::before {
  display: none; }

.noUi-target .noUi-handle::after {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 45%;
  margin: auto;
  color: #999;
  background-image: linear-gradient(to right, currentColor, currentColor), linear-gradient(to right, currentColor, currentColor), linear-gradient(to right, currentColor, currentColor);
  background-position: calc(50% - 3px) center, center, calc(50% + 3px) center;
  background-size: 1px 100%;
  background-repeat: no-repeat; }

.noUi-target .noUi-handle.slider-bars-h::after {
  height: auto;
  width: 45%;
  background-position: center calc(50% - 3px), center, center calc(50% + 3px);
  background-size: 100% 1px; }

.noUi-target .noUi-handle.slider-bars-none::after {
  display: none; }

.noUi-target.noUi-horizontal {
  height: 0.75rem; }

.noUi-target.noUi-horizontal .noUi-handle {
  width: 2rem;
  height: 2rem;
  top: -0.625rem;
  right: -1rem; }

.noUi-target.noUi-vertical {
  width: 0.75rem; }

.noUi-target.noUi-vertical .noUi-handle {
  width: 2rem;
  height: 2rem;
  right: -0.625rem;
  top: -1rem; }

.noUi-target.slider-sm.noUi-horizontal {
  height: 0.5rem; }

.noUi-target.slider-sm.noUi-horizontal .noUi-handle {
  width: 1.75rem;
  height: 1.75rem;
  top: -0.625rem;
  right: -0.875rem; }

.noUi-target.slider-sm.noUi-vertical {
  width: 0.5rem; }

.noUi-target.slider-sm.noUi-vertical .noUi-handle {
  width: 1.75rem;
  height: 1.75rem;
  right: -0.625rem;
  top: -0.875rem; }

.noUi-target.slider-thin.noUi-horizontal {
  height: 0.3125rem; }

.noUi-target.slider-thin.noUi-horizontal .noUi-handle {
  width: 1.75rem;
  height: 1.75rem;
  top: -0.71875rem;
  right: -0.875rem; }

.noUi-target.slider-thin.noUi-vertical {
  width: 0.3125rem; }

.noUi-target.slider-thin.noUi-vertical .noUi-handle {
  width: 1.75rem;
  height: 1.75rem;
  right: -0.71875rem;
  top: -0.875rem; }

.noUi-target.slider-sm .noUi-handle::after, .noUi-target.slider-thin .noUi-handle::after {
  padding-top: 0.125rem; }

.noUi-target.noUi-toggle-tooltip .noUi-tooltip {
  display: none; }

.noUi-target.noUi-toggle-tooltip .noUi-active .noUi-tooltip {
  display: block; }

.noUi-tooltip {
  padding: 0.25rem 0.325rem; }

.slider-tooltip-right .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  left: 120%;
  right: auto; }

.slider-tooltip-left .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  bottom: auto;
  right: 120%;
  left: auto; }

.slider-tooltip-top .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  right: auto;
  bottom: 120%;
  top: auto; }

.slider-tooltip-bottom .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  right: auto;
  top: 120%;
  bottom: auto; }

.slider-tooltip-caret .noUi-tooltip::before {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0; }

.slider-tooltip-caret.slider-tooltip-bottom .noUi-tooltip {
  margin-top: 0.25rem; }

.slider-tooltip-caret.slider-tooltip-bottom .noUi-tooltip::before {
  top: -0.5em;
  left: calc(50% - 0.5em);
  border-bottom: 0.5em solid;
  border-bottom-color: inherit;
  border-top: 0;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent; }

.slider-tooltip-caret.slider-tooltip-top .noUi-tooltip {
  margin-bottom: 0.25rem; }

.slider-tooltip-caret.slider-tooltip-top .noUi-tooltip::before {
  bottom: -0.5em;
  left: calc(50% - 0.5em);
  border-top: 0.5em solid;
  border-top-color: inherit;
  border-bottom: 0;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent; }

.slider-tooltip-caret.slider-tooltip-left .noUi-tooltip {
  margin-right: 0.25rem; }

.slider-tooltip-caret.slider-tooltip-left .noUi-tooltip::before {
  right: -0.5em;
  top: calc(50% - 0.5em);
  border-left: 0.5em solid;
  border-left-color: inherit;
  border-right: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent; }

.slider-tooltip-caret.slider-tooltip-right .noUi-tooltip {
  margin-left: 0.25rem; }

.slider-tooltip-caret.slider-tooltip-right .noUi-tooltip::before {
  left: -0.5em;
  top: calc(50% - 0.5em);
  border-right: 0.5em solid;
  border-right-color: inherit;
  border-left: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent; }

.irs--flat .irs-line {
  height: 1rem;
  border-radius: 2px; }

.irs--flat .irs-bar {
  height: 1rem;
  border-radius: 2px 0 0 2px; }

.irs--flat .irs-handle {
  height: 1.325rem;
  z-index: auto; }

.irs-from, .irs-to, .irs-single {
  top: -0.25rem; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  font-size: 0.875rem; }

.irs--flat .irs-min, .irs--flat .irs-max {
  font-size: 0.75rem; }

.dropzone .dz-preview .dz-progress.progress {
  border-radius: 2px; }

.dropzone .dz-preview .dz-progress.progress .dz-upload {
  background: none; }

.dropzone .dz-preview.dz-image-preview {
  background-color: transparent; }

.note-editor.note-frame, .note-editor.note-airframe {
  border-width: 0; }

.note-toolbar {
  background-color: #eeeeee;
  border-color: #d8d9da; }

.note-toolbar .note-btn {
  font-size: 1rem;
  color: #6e7074;
  padding: 0.375rem 0.75rem;
  border-width: 0 !important; }

.note-toolbar .note-btn:hover, .note-toolbar .note-btn:focus, .note-toolbar .note-btn.focus {
  color: rgba(0, 0, 0, 0.6);
  background-color: #d2e6f6; }

.note-toolbar .note-btn > .fa {
  color: inherit;
  font-size: 1rem; }

.note-toolbar .note-btn > .note-current-fontname {
  color: inherit; }

.note-modal-footer {
  min-height: 3rem; }

.md-editor > textarea {
  background-color: #f4f4f4; }

.card-body > .md-editor {
  border-width: 0; }

.bootstrap-wysiwyg-editor {
  min-height: 200px;
  max-height: calc(100vh - 2rem);
  overflow: auto; }

.bootstrap-wysiwyg-editor > img {
  margin: 0.25rem; }

.card-body .bootstrap-wysiwyg-editor {
  border-radius: 0 0 0.25rem 0.25rem; }

.bootstrap-wysiwyg-toolbar {
  background-color: #eeeeee;
  padding: 0.25rem 0.3125rem; }

.bootstrap-wysiwyg-toolbar.bsw-toolbar-style-2 {
  border: 1px solid #dcddde; }

.bootstrap-wysiwyg-toolbar.bsw-toolbar-style-2 .btn[data-edit], .bootstrap-wysiwyg-toolbar.bsw-toolbar-style-2 a[data-toggle] {
  border-radius: 0.25rem;
  border-width: 0; }

.bootstrap-wysiwyg-toolbar.bsw-toolbar-style-2 .btn-group + .btn-group {
  margin-left: 2px; }

.card-body .bsw-toolbar-style-2 {
  border-width: 0 0 1px 0; }

.file-input-invisible {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.popover-wysiwyg-image {
  -webkit-transform: none !important;
  transform: none !important;
  left: 0 !important;
  top: 0 !important;
  width: 300px;
  max-width: calc(100vw - 2rem); }

.popover-wysiwyg-image .arrow {
  display: none; }

.rating-container .badge {
  font-size: 0.825rem;
  font-weight: 600; }

.rating-container .filled-stars {
  text-shadow: none;
  color: inherit;
  -webkit-text-stroke: 1px currentColor; }

input.typeahead ~ .dropdown-menu {
  width: 100%; }

input.typeahead.scrollable ~ .dropdown-menu {
  max-height: 200px;
  overflow-y: auto; }

.bootstrap-tagsinput {
  color: #64666a;
  background-color: #fff;
  border: 1px solid #d3d5d7;
  display: block;
  padding: 0.5rem 0.375rem 0.25rem;
  min-height: calc(1.5em + 0.75rem + 2px); }

.bootstrap-tagsinput:hover {
  border-color: #b5b5b5; }

.bootstrap-tagsinput.tagsinput-focus, .bootstrap-tagsinput.tagsinput-focus:hover {
  border-color: #f59942;
  outline: 0; }

.bootstrap-tagsinput input {
  display: inline;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  color: inherit; }

.bootstrap-tagsinput .tag {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
  margin-bottom: 0.25rem;
  margin-right: 1px;
  padding-right: 1.75rem !important;
  transition: all 0.15s; }

.bootstrap-tagsinput .tag:not(.badge) {
  background-color: #5c94b6;
  color: #fff; }

@media (prefers-reduced-motion: reduce) {
  .bootstrap-tagsinput .tag {
    transition: none; } }

.bootstrap-tagsinput .tag:empty {
  display: none; }

.bootstrap-tagsinput .tag span[data-role="remove"] {
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  width: 1.25rem;
  text-align: center;
  line-height: 1.8;
  cursor: pointer; }

.bootstrap-tagsinput .tag span[data-role="remove"]:hover {
  background-color: rgba(0, 0, 0, 0.125); }

.bootstrap-tagsinput .tag span[data-role="remove"]::after {
  content: "\00D7";
  font-size: 1.1em; }

/*!
 * Ace Admin Template v3.1.1
 * Copyright 2013-2020
 * You need a commercial license to use this product
 * https://bit.ly/35ciMLb
 */
.navbar-white {
  background-color: #fff; }

.navbar-white .navbar-inner {
  border-bottom: 1px solid #e4e4e4; }

.navbar-white .navbar-toggler:hover, .navbar-white .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-white .navbar-toggler[aria-expanded="true"] {
  background-color: #e9f2fa; }

.navbar-white .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: #5e6267;
  background-color: transparent; }

.navbar-white .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  color: #575a5f;
  background-color: #eef1f5; }

.navbar-white .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  color: #575a5f;
  background-color: #eef1f5; }

.navbar-white .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: #99a4bb; }

.navbar-white .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  color: #575a5f;
  background-color: #eef1f5; }

@media (min-width: 992px) {
  .body-container > .navbar-white .navbar-intro {
    border-right: 1px solid #f0f0f0; }
  .navbar-white .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-white.navbar {
    background-color: #fff; }
  .navbar-white .navbar-inner {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-bottom: 1px solid #e4e4e4; }
  .navbar-white .navbar-intro {
    background-color: #fff !important; }
  .navbar-white .navbar-input {
    border-bottom-color: #b8d2e3; }
  .navbar-white .navbar-collapse {
    border: 0px solid rgba(69, 124, 168, 0.13);
    border-width: 1px 0; }
  .navbar-white .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(69, 124, 168, 0.13); }
  .navbar-white .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(232, 239, 245, 0.5); }
  .navbar-white .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.09) !important;
    margin-top: 1px; }
  .navbar-white .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-white .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link:hover {
    background-color: #fff;
    color: #5e6267; }
  .navbar-white .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent;
    color: #5e6267; } }

@media (min-width: 992px) {
  .navbar-white .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-white .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-white .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-white .navbar-input {
  color: #596b83;
  background-color: #eff2f4;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-white .navbar-input:focus {
  border-color: #b8d2e3;
  background-color: #fff; }

.navbar-white .navbar-input:not(:focus):hover {
  border-color: #d3dadf;
  background-color: #f2f4f6; }

.navbar-white .navbar-input::-webkit-input-placeholder {
  color: rgba(89, 107, 131, 0.8); }

.navbar-white .navbar-input::-moz-placeholder {
  color: rgba(89, 107, 131, 0.8); }

.navbar-white .navbar-input:-ms-input-placeholder {
  color: rgba(89, 107, 131, 0.8); }

.navbar-white .navbar-input::-ms-input-placeholder {
  color: rgba(89, 107, 131, 0.8); }

.navbar-white .navbar-input::placeholder {
  color: rgba(89, 107, 131, 0.8); }

.navbar-white .navbar-input::-moz-placeholder {
  color: #596b83; }

.navbar-white2 {
  background-color: #fff; }

.navbar-white2 .navbar-inner {
  border-bottom: 1px solid #e4e4e4; }

.navbar-white2 .navbar-toggler:hover, .navbar-white2 .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-white2 .navbar-toggler[aria-expanded="true"] {
  background-color: #e9f2fa; }

.navbar-white2 .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: #617694;
  background-color: transparent; }

.navbar-white2 .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  color: #586a84;
  background-color: #ebf1f6; }

.navbar-white2 .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  color: #586a84;
  background-color: #ebf1f6; }

.navbar-white2 .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: #76abd4; }

.navbar-white2 .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  color: #586a84;
  background-color: #ebf1f6; }

@media (min-width: 992px) {
  .body-container > .navbar-white2 .navbar-intro {
    border-right: 1px solid #f0f0f0; }
  .navbar-white2 .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-white2.navbar {
    background-color: #fff; }
  .navbar-white2 .navbar-inner {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-bottom: 1px solid #e4e4e4; }
  .navbar-white2 .navbar-intro {
    background-color: #fff !important; }
  .navbar-white2 .navbar-input {
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .navbar-white2 .navbar-collapse {
    border: 0px solid rgba(69, 124, 168, 0.13);
    border-width: 1px 0; }
  .navbar-white2 .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(69, 124, 168, 0.13); }
  .navbar-white2 .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(232, 239, 245, 0.5); }
  .navbar-white2 .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.09) !important;
    margin-top: 1px; }
  .navbar-white2 .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-white2 .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link:hover {
    background-color: #fff;
    color: #617694; }
  .navbar-white2 .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent;
    color: #617694; } }

@media (min-width: 992px) {
  .navbar-white2 .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-white2 .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-white2 .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-white2 .navbar-input {
  color: #535865;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-white2 .navbar-input:focus {
  border-color: rgba(0, 0, 0, 0.25); }

.navbar-white2 .navbar-input:not(:focus):hover {
  border-color: rgba(0, 0, 0, 0.175); }

.navbar-white2 .navbar-input::-webkit-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-white2 .navbar-input::-moz-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-white2 .navbar-input:-ms-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-white2 .navbar-input::-ms-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-white2 .navbar-input::placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-white2 .navbar-input::-moz-placeholder {
  color: #535865; }

.navbar-light {
  background-color: whitesmoke; }

.navbar-light .navbar-inner {
  border-bottom: 1px solid #e4e4e4; }

.navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-light .navbar-toggler[aria-expanded="true"] {
  background-color: #f0f5f9; }

.navbar-light .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent; }

.navbar-light .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  color: #575a5f;
  background-color: rgba(232, 239, 245, 0.5); }

.navbar-light .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  color: #575a5f;
  background-color: rgba(232, 239, 245, 0.5); }

.navbar-light .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  color: #575a5f;
  background-color: rgba(232, 239, 245, 0.5); }

@media (min-width: 992px) {
  .navbar-light .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-light.navbar {
    background-color: #fff; }
  .navbar-light .navbar-inner {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-bottom: 1px solid #e4e4e4; }
  .navbar-light .navbar-intro {
    background-color: #fff !important; }
  .navbar-light .navbar-input {
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .navbar-light .navbar-collapse {
    border: 0px solid rgba(69, 124, 168, 0.13);
    border-width: 1px 0; }
  .navbar-light .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(69, 124, 168, 0.13); }
  .navbar-light .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: whitesmoke; }
  .navbar-light .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.09) !important;
    margin-top: 1px; }
  .navbar-light .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-light .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link:hover {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.5); } }

@media (min-width: 992px) {
  .navbar-light .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-light .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-light .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-light .navbar-input {
  color: #535865;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-light .navbar-input:focus {
  border-color: rgba(0, 0, 0, 0.25); }

.navbar-light .navbar-input:not(:focus):hover {
  border-color: rgba(0, 0, 0, 0.175); }

.navbar-light .navbar-input::-webkit-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-light .navbar-input::-moz-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-light .navbar-input:-ms-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-light .navbar-input::-ms-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-light .navbar-input::placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-light .navbar-input::-moz-placeholder {
  color: #535865; }

.navbar-lightblue {
  background-color: #f2f8fd; }

.navbar-lightblue .navbar-inner {
  border-bottom: 1px solid #dfedf8; }

.navbar-lightblue .navbar-toggler:hover, .navbar-lightblue .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-lightblue .navbar-toggler[aria-expanded="true"] {
  background-color: #f0f5f9; }

.navbar-lightblue .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: #45749a;
  background-color: transparent; }

.navbar-lightblue .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  color: #fff;
  background-color: #5c86a8; }

.navbar-lightblue .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  color: #fff;
  background-color: #5c86a8; }

.navbar-lightblue .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  color: #fff;
  background-color: #537c9c; }

@media (min-width: 992px) {
  .navbar-lightblue .navbar-intro {
    background-color: #fdfeff; }
  .body-container > .navbar-lightblue .navbar-intro {
    border-right: 1px solid #e5edf5; }
  .navbar-lightblue .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-lightblue.navbar {
    background-color: #fff; }
  .navbar-lightblue .navbar-inner {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-bottom: 1px solid #dfedf8; }
  .navbar-lightblue .navbar-intro {
    background-color: #fff !important; }
  .navbar-lightblue .navbar-input {
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .navbar-lightblue .navbar-collapse {
    border: 0px solid #dae5ee;
    border-width: 1px 0; }
  .navbar-lightblue .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid #dae5ee; }
  .navbar-lightblue .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: #f2f8fd; }
  .navbar-lightblue .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.09) !important;
    margin-top: 1px; }
  .navbar-lightblue .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-lightblue .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link:hover {
    background-color: #f2f8fd;
    color: #45749a; }
  .navbar-lightblue .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent;
    color: #45749a; } }

@media (min-width: 992px) {
  .navbar-lightblue .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-lightblue .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-lightblue .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-lightblue .navbar-input {
  color: #535865;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-lightblue .navbar-input:focus {
  border-color: rgba(0, 0, 0, 0.25); }

.navbar-lightblue .navbar-input:not(:focus):hover {
  border-color: rgba(0, 0, 0, 0.175); }

.navbar-lightblue .navbar-input::-webkit-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightblue .navbar-input::-moz-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightblue .navbar-input:-ms-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightblue .navbar-input::-ms-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightblue .navbar-input::placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightblue .navbar-input::-moz-placeholder {
  color: #535865; }

.navbar-lightpurple {
  background-color: #f2f1f9; }

.navbar-lightpurple .navbar-inner {
  border-bottom: 1px solid #e8e5f0; }

.navbar-lightpurple .navbar-toggler:hover, .navbar-lightpurple .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-lightpurple .navbar-toggler[aria-expanded="true"] {
  background-color: #f0f5f9; }

.navbar-lightpurple .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: #6f609a;
  background-color: transparent; }

.navbar-lightpurple .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  color: #fff;
  background-color: #7f73c6; }

.navbar-lightpurple .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  color: #fff;
  background-color: #7f73c6; }

.navbar-lightpurple .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  color: #fff;
  background-color: #7265c0; }

@media (min-width: 992px) {
  .navbar-lightpurple .navbar-intro {
    background-color: #fdfdfe; }
  .body-container > .navbar-lightpurple .navbar-intro {
    border-right: 1px solid #efedf5; }
  .navbar-lightpurple .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-lightpurple.navbar {
    background-color: #fff; }
  .navbar-lightpurple .navbar-inner {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-bottom: 1px solid #e8e5f0; }
  .navbar-lightpurple .navbar-intro {
    background-color: #fff !important; }
  .navbar-lightpurple .navbar-input {
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .navbar-lightpurple .navbar-collapse {
    border: 0px solid #f2eff7;
    border-width: 1px 0; }
  .navbar-lightpurple .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid #f2eff7; }
  .navbar-lightpurple .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: #f2f1f9; }
  .navbar-lightpurple .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.09) !important;
    margin-top: 1px; }
  .navbar-lightpurple .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-lightpurple .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link:hover {
    background-color: #f2f1f9;
    color: #6f609a; }
  .navbar-lightpurple .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent;
    color: #6f609a; } }

@media (min-width: 992px) {
  .navbar-lightpurple .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-lightpurple .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-lightpurple .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-lightpurple .navbar-input {
  color: #535865;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-lightpurple .navbar-input:focus {
  border-color: rgba(0, 0, 0, 0.25); }

.navbar-lightpurple .navbar-input:not(:focus):hover {
  border-color: rgba(0, 0, 0, 0.175); }

.navbar-lightpurple .navbar-input::-webkit-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightpurple .navbar-input::-moz-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightpurple .navbar-input:-ms-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightpurple .navbar-input::-ms-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightpurple .navbar-input::placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightpurple .navbar-input::-moz-placeholder {
  color: #535865; }

.navbar-lightgreen {
  background-color: #effced; }

.navbar-lightgreen .navbar-inner {
  border-bottom: 1px solid #e7f1e5; }

.navbar-lightgreen .navbar-toggler:hover, .navbar-lightgreen .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-lightgreen .navbar-toggler[aria-expanded="true"] {
  background-color: #f0f5f9; }

.navbar-lightgreen .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: #5c7164;
  background-color: transparent; }

.navbar-lightgreen .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  color: #fff;
  background-color: #5fa267; }

.navbar-lightgreen .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  color: #fff;
  background-color: #85c28c; }

.navbar-lightgreen .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  color: #fff;
  background-color: #57965e; }

@media (min-width: 992px) {
  .navbar-lightgreen .navbar-intro {
    background-color: #fcfffc; }
  .body-container > .navbar-lightgreen .navbar-intro {
    border-right: 1px solid #e7f1e5; }
  .navbar-lightgreen .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-lightgreen.navbar {
    background-color: #fff; }
  .navbar-lightgreen .navbar-inner {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-bottom: 1px solid #e7f1e5; }
  .navbar-lightgreen .navbar-intro {
    background-color: #fff !important; }
  .navbar-lightgreen .navbar-input {
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .navbar-lightgreen .navbar-collapse {
    border: 0px solid #eff7f0;
    border-width: 1px 0; }
  .navbar-lightgreen .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid #eff7f0; }
  .navbar-lightgreen .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: #effced; }
  .navbar-lightgreen .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.09) !important;
    margin-top: 1px; }
  .navbar-lightgreen .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-lightgreen .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link:hover {
    background-color: #effced;
    color: #5c7164; }
  .navbar-lightgreen .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent;
    color: #5c7164; } }

@media (min-width: 992px) {
  .navbar-lightgreen .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-lightgreen .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-lightgreen .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-lightgreen .navbar-input {
  color: #535865;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-lightgreen .navbar-input:focus {
  border-color: rgba(0, 0, 0, 0.25); }

.navbar-lightgreen .navbar-input:not(:focus):hover {
  border-color: rgba(0, 0, 0, 0.175); }

.navbar-lightgreen .navbar-input::-webkit-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightgreen .navbar-input::-moz-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightgreen .navbar-input:-ms-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightgreen .navbar-input::-ms-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightgreen .navbar-input::placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightgreen .navbar-input::-moz-placeholder {
  color: #535865; }

.navbar-lightgrey {
  background-color: #f4f5f7; }

.navbar-lightgrey .navbar-toggler:hover, .navbar-lightgrey .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-lightgrey .navbar-toggler[aria-expanded="true"] {
  background-color: #f0f5f9; }

.navbar-lightgrey .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: #60646b;
  background-color: transparent; }

.navbar-lightgrey .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  color: #fff;
  background-color: #79848a; }

.navbar-lightgrey .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  color: #fff;
  background-color: #79848a; }

.navbar-lightgrey .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  color: #fff;
  background-color: #6f7a7f; }

@media (min-width: 992px) {
  .navbar-lightgrey .navbar-intro {
    background-color: #e4e5e7; }
  .navbar-lightgrey .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-lightgrey.navbar {
    background-color: #fff; }
  .navbar-lightgrey .navbar-inner {
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075) !important;
    border-bottom: 1px solid #e6eaed; }
  .navbar-lightgrey .navbar-intro {
    background-color: #fff !important; }
  .navbar-lightgrey .navbar-input {
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .navbar-lightgrey .navbar-collapse {
    border: 0px solid #f1f3f3;
    border-width: 1px 0; }
  .navbar-lightgrey .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid #f1f3f3; }
  .navbar-lightgrey .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: #f4f5f7; }
  .navbar-lightgrey .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.09) !important;
    margin-top: 1px; }
  .navbar-lightgrey .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-lightgrey .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link:hover {
    background-color: #f4f5f7;
    color: #60646b; }
  .navbar-lightgrey .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent;
    color: #60646b; } }

@media (min-width: 992px) {
  .navbar-lightgrey .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-lightgrey .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-lightgrey .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-lightgrey .navbar-input {
  color: #535865;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-lightgrey .navbar-input:focus {
  border-color: rgba(0, 0, 0, 0.25); }

.navbar-lightgrey .navbar-input:not(:focus):hover {
  border-color: rgba(0, 0, 0, 0.175); }

.navbar-lightgrey .navbar-input::-webkit-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightgrey .navbar-input::-moz-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightgrey .navbar-input:-ms-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightgrey .navbar-input::-ms-input-placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightgrey .navbar-input::placeholder {
  color: rgba(83, 88, 101, 0.8); }

.navbar-lightgrey .navbar-input::-moz-placeholder {
  color: #535865; }

.navbar-blue {
  background-color: #2470bd; }

.navbar-blue .navbar-toggler:hover, .navbar-blue .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-blue .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-blue .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.92);
  background-color: transparent; }

.navbar-blue .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-blue .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-blue .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-blue .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.15); }

@media (min-width: 992px) {
  .navbar-blue .navbar-intro {
    background-color: #2166ac; }
  .navbar-blue .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-blue .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-blue .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-blue .navbar-nav > .nav > .nav-item.show,
  .navbar-blue .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-blue .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-blue .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-blue .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-blue .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-blue .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-blue .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-blue .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-blue .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-blue .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-blue .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-blue .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-blue .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-blue .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-blue .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-blue .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-blue .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-blue .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-blue .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-blue .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-dark {
  background-color: #4d5762; }

.navbar-dark .navbar-toggler:hover, .navbar-dark .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-dark .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.92);
  background-color: transparent; }

.navbar-dark .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-dark .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-dark .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.15); }

@media (min-width: 992px) {
  .navbar-dark .navbar-intro {
    background-color: #464f59; }
  .navbar-dark .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-dark .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-dark .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-dark .navbar-nav > .nav > .nav-item.show,
  .navbar-dark .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-dark .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-dark .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-dark .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-dark .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-dark .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-dark .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-dark .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-dark .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-dark .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-dark .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-dark .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-dark .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-dark .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-dark .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-dark .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-dark .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-dark .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-dark .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-dark .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-purple {
  background-color: #63529f; }

.navbar-purple .navbar-toggler:hover, .navbar-purple .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-purple .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-purple .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent; }

.navbar-purple .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.125); }

.navbar-purple .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-purple .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-purple .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .navbar-purple .navbar-intro {
    background-color: #5a4b91; }
  .navbar-purple .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-purple .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-purple .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-purple .navbar-nav > .nav > .nav-item.show,
  .navbar-purple .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-purple .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-purple .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-purple .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-purple .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-purple .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-purple .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-purple .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-purple .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-purple .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-purple .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-purple .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-purple .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-purple .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-purple .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-purple .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-purple .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-purple .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-purple .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-purple .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-plum {
  background-color: #824c80; }

.navbar-plum .navbar-toggler:hover, .navbar-plum .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-plum .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-plum .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent; }

.navbar-plum .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.125); }

.navbar-plum .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-plum .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-plum .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .navbar-plum .navbar-intro {
    background-color: #764574; }
  .navbar-plum .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-plum .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-plum .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-plum .navbar-nav > .nav > .nav-item.show,
  .navbar-plum .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-plum .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-plum .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-plum .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-plum .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-plum .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-plum .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-plum .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-plum .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-plum .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-plum .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-plum .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-plum .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-plum .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-plum .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-plum .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-plum .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-plum .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-plum .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-plum .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-secondary {
  background-color: #678; }

.navbar-secondary .navbar-toggler:hover, .navbar-secondary .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-secondary .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-secondary .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent; }

.navbar-secondary .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.125); }

.navbar-secondary .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-secondary .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-secondary .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .navbar-secondary .navbar-intro {
    background-color: #5d6c7c; }
  .navbar-secondary .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-secondary .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-secondary .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-secondary .navbar-nav > .nav > .nav-item.show,
  .navbar-secondary .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-secondary .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-secondary .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-secondary .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-secondary .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-secondary .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-secondary .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-secondary .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-secondary .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-secondary .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-secondary .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-secondary .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-secondary .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-secondary .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-secondary .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-secondary .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-secondary .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-secondary .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-secondary .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-secondary .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-teal {
  background-color: #017878; }

.navbar-teal .navbar-toggler:hover, .navbar-teal .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-teal .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-teal .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent; }

.navbar-teal .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.125); }

.navbar-teal .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-teal .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-teal .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .navbar-teal .navbar-intro {
    background-color: #016d6d; }
  .navbar-teal .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-teal .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-teal .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-teal .navbar-nav > .nav > .nav-item.show,
  .navbar-teal .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-teal .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-teal .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-teal .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-teal .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-teal .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-teal .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-teal .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-teal .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-teal .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-teal .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-teal .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-teal .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-teal .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-teal .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-teal .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-teal .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-teal .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-teal .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-teal .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-darkblue {
  background-color: #1166a6; }

.navbar-darkblue .navbar-toggler:hover, .navbar-darkblue .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-darkblue .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-darkblue .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent; }

.navbar-darkblue .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.125); }

.navbar-darkblue .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-darkblue .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-darkblue .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .navbar-darkblue .navbar-intro {
    background-color: #0f5d97; }
  .navbar-darkblue .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-darkblue .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-darkblue .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-darkblue .navbar-nav > .nav > .nav-item.show,
  .navbar-darkblue .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-darkblue .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-darkblue .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-darkblue .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-darkblue .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-darkblue .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-darkblue .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-darkblue .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-darkblue .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-darkblue .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-darkblue .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-darkblue .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-darkblue .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-darkblue .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-darkblue .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-darkblue .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-darkblue .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-darkblue .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-darkblue .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-darkblue .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-slategrey {
  background-color: slategrey; }

.navbar-slategrey .navbar-toggler:hover, .navbar-slategrey .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-slategrey .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-slategrey .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent; }

.navbar-slategrey .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.125); }

.navbar-slategrey .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-slategrey .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-slategrey .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .navbar-slategrey .navbar-intro {
    background-color: #667483; }
  .navbar-slategrey .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-slategrey .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-slategrey .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-slategrey .navbar-nav > .nav > .nav-item.show,
  .navbar-slategrey .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-slategrey .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-slategrey .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-slategrey .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-slategrey .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-slategrey .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-slategrey .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-slategrey .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-slategrey .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-slategrey .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-slategrey .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-slategrey .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-slategrey .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-slategrey .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-slategrey .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-slategrey .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-slategrey .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-slategrey .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-slategrey .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-slategrey .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-green {
  background-color: #2b9870; }

.navbar-green .navbar-toggler:hover, .navbar-green .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-green .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-green .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent; }

.navbar-green .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.125); }

.navbar-green .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-green .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-green .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .navbar-green .navbar-intro {
    background-color: #278a66; }
  .navbar-green .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-green .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-green .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-green .navbar-nav > .nav > .nav-item.show,
  .navbar-green .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-green .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-green .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-green .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-green .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-green .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-green .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-green .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-green .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-green .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-green .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-green .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-green .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-green .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-green .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-green .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-green .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-green .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-green .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-green .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-cadetblue {
  background-color: #4f9193; }

.navbar-cadetblue .navbar-toggler:hover, .navbar-cadetblue .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-cadetblue .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-cadetblue .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent; }

.navbar-cadetblue .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.125); }

.navbar-cadetblue .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-cadetblue .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-cadetblue .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .navbar-cadetblue .navbar-intro {
    background-color: #488486; }
  .navbar-cadetblue .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-cadetblue .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-cadetblue .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-cadetblue .navbar-nav > .nav > .nav-item.show,
  .navbar-cadetblue .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-cadetblue .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-cadetblue .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-cadetblue .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-cadetblue .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-cadetblue .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-cadetblue .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-cadetblue .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-cadetblue .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-cadetblue .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-cadetblue .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-cadetblue .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-cadetblue .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-cadetblue .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-cadetblue .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-cadetblue .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-cadetblue .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-cadetblue .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-cadetblue .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-cadetblue .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-darkgreen {
  background-color: #5b8c5b; }

.navbar-darkgreen .navbar-toggler:hover, .navbar-darkgreen .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-darkgreen .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-darkgreen .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent; }

.navbar-darkgreen .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.125); }

.navbar-darkgreen .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-darkgreen .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-darkgreen .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .navbar-darkgreen .navbar-intro {
    background-color: #537f53; }
  .navbar-darkgreen .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-darkgreen .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-darkgreen .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-darkgreen .navbar-nav > .nav > .nav-item.show,
  .navbar-darkgreen .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-darkgreen .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-darkgreen .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-darkgreen .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-darkgreen .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-darkgreen .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-darkgreen .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-darkgreen .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-darkgreen .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-darkgreen .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-darkgreen .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-darkgreen .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-darkgreen .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-darkgreen .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-darkgreen .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-darkgreen .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-darkgreen .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-darkgreen .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-darkgreen .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-darkgreen .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-orange {
  background-color: #d0812c; }

.navbar-orange .navbar-toggler:hover, .navbar-orange .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-orange .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-orange .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.95);
  background-color: transparent; }

.navbar-orange .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(255, 255, 255, 0.125); }

.navbar-orange .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-orange .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-orange .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .navbar-orange .navbar-intro {
    background-color: #bd7528; }
  .navbar-orange .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-orange .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-orange .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-orange .navbar-nav > .nav > .nav-item.show,
  .navbar-orange .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-orange .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-orange .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-orange .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-orange .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-orange .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-orange .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-orange .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-orange .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-orange .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-orange .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-orange .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-orange .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-orange .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-orange .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-orange .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-orange .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-orange .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-orange .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-orange .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-brown {
  background-color: #a97047; }

.navbar-brown .navbar-toggler:hover, .navbar-brown .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-brown .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-brown .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: #fff;
  background-color: transparent; }

.navbar-brown .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.12); }

.navbar-brown .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-brown .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-brown .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1); }

@media (min-width: 992px) {
  .navbar-brown .navbar-intro {
    background-color: #9a6641; }
  .navbar-brown .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-brown .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-brown .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-brown .navbar-nav > .nav > .nav-item.show,
  .navbar-brown .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-brown .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-brown .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.7); }
  .navbar-brown .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-brown .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .navbar-brown .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-brown .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-brown .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-brown .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-brown .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-brown .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-brown .navbar-input {
  color: #fff;
  background-color: transparent;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-brown .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-brown .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.7); }

.navbar-brown .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-brown .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-brown .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-brown .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-brown .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-brown .navbar-input::-moz-placeholder {
  color: #fff; }

.navbar-skyblue {
  background-color: #4aa0df; }

.navbar-skyblue .navbar-toggler:hover, .navbar-skyblue .navbar-toggler:focus {
  background-color: rgba(255, 255, 255, 0.1); }

.navbar-skyblue .navbar-toggler[aria-expanded="true"] {
  background-color: rgba(0, 0, 0, 0.1); }

.navbar-skyblue .navbar-nav > .nav > .nav-item > .nav-link:not(.disabled) {
  color: #fff;
  background-color: transparent; }

.navbar-skyblue .navbar-nav > .nav > .nav-item:hover > .nav-link:not(.disabled) {
  color: rgba(255, 255, 255, 0.87);
  background-color: rgba(0, 0, 0, 0.125); }

.navbar-skyblue .navbar-nav > .nav > .nav-item > .nav-link:active:not(.disabled) {
  color: rgba(255, 255, 255, 0.93);
  background-color: rgba(0, 0, 0, 0.15); }

.navbar-skyblue .navbar-nav > .nav.has-active-border > .nav-item > .nav-link:not(.disabled)::before {
  background-color: rgba(255, 255, 255, 0.73); }

.navbar-skyblue .navbar-nav > .nav > .nav-item.show > .nav-link:not(.disabled) {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15); }

@media (min-width: 992px) {
  .navbar-skyblue .navbar-intro {
    background-color: #3b91d1; }
  .navbar-skyblue .navbar-nav > .nav > .nav-item {
    border: 0px solid rgba(0, 0, 0, 0.1); }
  .navbar-skyblue .navbar-nav > .nav > .nav-item {
    border-width: 0 0 0 1px; }
  .navbar-skyblue .navbar-nav > .nav > .nav-item:last-of-type {
    border-width: 0 1px; }
  .navbar-skyblue .navbar-nav > .nav > .nav-item.show,
  .navbar-skyblue .navbar-nav > .nav > .nav-item.show + .nav-item {
    border-color: rgba(0, 0, 0, 0.2); }
  .navbar-skyblue .navbar-nav > .nav > .nav-item > .nav-link::after {
    content: none; } }

@media (max-width: 991.98px) {
  .navbar-skyblue .navbar-input {
    border-bottom-color: rgba(255, 255, 255, 0.4); }
  .navbar-skyblue .navbar-collapse {
    border: 0px solid rgba(34, 85, 117, 0.2);
    border-width: 1px 0; }
  .navbar-skyblue .navbar-collapse > .navbar-nav > .nav > .nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
  .navbar-skyblue .navbar-collapse > .navbar-nav > .nav > .nav-item.dropdown.show {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-skyblue .navbar-collapse > .navbar-nav > .nav > .nav-item > .nav-link.active {
    background-color: rgba(0, 0, 0, 0.1); }
  .navbar-skyblue .navbar-collapse > .navbar-nav > .nav > .nav-item.show > .nav-link {
    background-color: transparent; } }

@media (min-width: 992px) {
  .navbar-skyblue .navbar-fixed > .navbar-inner {
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1), inset 1px -1px 0px 0px rgba(0, 0, 0, 0.05); }
  .navbar-skyblue .navbar-fixed.container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .navbar-skyblue .navbar-fixed.container .navbar-inner {
    left: auto;
    right: auto; } }

.navbar-skyblue .navbar-input {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }

.navbar-skyblue .navbar-input:focus {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.05); }

.navbar-skyblue .navbar-input:not(:focus):hover {
  border-color: rgba(255, 255, 255, 0.25); }

.navbar-skyblue .navbar-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-skyblue .navbar-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-skyblue .navbar-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-skyblue .navbar-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-skyblue .navbar-input::placeholder {
  color: rgba(255, 255, 255, 0.8); }

.navbar-skyblue .navbar-input::-moz-placeholder {
  color: #fff; }

.sidebar-light {
  background-color: #f1f3f6;
  --active-border-offset-right: 0px; }

.sidebar-light .sidebar-inner {
  background: inherit;
  box-shadow: inset -1px 0 0 0 #e2e5e8; }

.sidebar-light.toggling.has-open:not(.collapsed) .sidebar-inner {
  border-right: 1px solid #e2e5e8; }

@media (min-width: 1200px) {
  .sidebar-light:not(.sidebar-h) .nav {
    position: relative;
    left: -1px; }
  .sidebar-light:not(.sidebar-h) .nav > .nav-item.active:not(.open) > .nav-link,
  .sidebar-light.collapsed:not(.sidebar-h) .sidebar-inner:not(.is-hover) .nav.active-on-right > .nav-item.active > .nav-link {
    left: 1px; }
  .sidebar-light:not(.sidebar-h) .nav.has-active-border > .nav-item.open > .nav-link::before,
  .sidebar-light:not(.sidebar-h) .nav.has-active-border .submenu .nav-link::before {
    margin-left: 1px; }
  .sidebar-light.hoverable.collapsed:not(.sidebar-h) .nav {
    left: auto; }
  .sidebar-light.hoverable.collapsed:not(.sidebar-h) .nav .nav-item > .nav-link {
    left: auto; }
  .sidebar-light.hoverable.collapsed:not(.sidebar-h) .nav.has-active-border > .nav-item > .nav-link::before,
  .sidebar-light.hoverable.collapsed:not(.sidebar-h) .nav.has-active-border .submenu .nav-link::before {
    margin-left: auto; } }

@media (min-width: 1200px) {
  .sidebar-light.sidebar-h .nav > .nav-item.active > .nav-link {
    top: 1px; }
  .sidebar-light.sidebar-h .nav.active-on-right > .nav-item::before, .sidebar-light.sidebar-h .nav.active-on-right > .nav-item > .nav-link::before {
    bottom: auto !important;
    top: 0 !important; }
  .sidebar-light.sidebar-h .align-items-xl-end .nav.active-on-right > .nav-item::before, .sidebar-light.sidebar-h .align-items-xl-end .nav.active-on-right > .nav-item > .nav-link::before {
    top: -1px !important; } }

@media (max-width: 1199.98px) {
  .sidebar-light.sidebar-push .nav {
    position: relative;
    left: -1px; }
  .sidebar-light.sidebar-push .nav > .nav-item.active:not(.open) > .nav-link {
    left: 1px; }
  .sidebar-light.sidebar-push .nav.has-active-border > .nav-item.open > .nav-link::before,
  .sidebar-light.sidebar-push .nav.has-active-border .submenu .nav-link::before {
    margin-left: 1px; } }

.sidebar-light .nav.active-on-right .nav-item.active .nav-link::before {
  right: 0px; }

@media (max-width: 1199.98px) {
  .sidebar-light:not(.sidebar-push) .sidebar-inner {
    box-shadow: none;
    border-right: 1px solid #d7dbdf; }
  .sidebar-light:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #d7dbdf; } }

.sidebar-light .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-light .nav > .nav-item > .nav-link {
  color: #4e4e4e;
  font-size: 0.975rem; }

.sidebar-light .nav > .nav-item > .nav-link > .nav-icon {
  color: #5c5c5c;
  font-size: 1.2em; }

.sidebar-light .nav > .nav-item.open > .nav-link {
  color: #313131; }

.sidebar-light.sidebar-spaced .nav > .nav-item.open:not(.active) > .nav-link {
  background-color: #e2e5ea; }

.sidebar-light .nav > .nav-item.open > .nav-link > .nav-icon {
  color: #4a4a4a; }

.sidebar-light .nav > .nav-item > .nav-link:hover {
  background-color: #e2e5ea;
  color: #2e2f30; }

.sidebar-light .nav > .nav-item > .nav-link:hover > .nav-icon {
  color: #454647; }

.sidebar-light .nav > .nav-item > .submenu {
  background-color: #fff; }

.sidebar-light .submenu .nav-link {
  color: #616161;
  font-size: 0.95rem; }

.sidebar-light .submenu .nav-item.open > .nav-link {
  color: #1f74b6; }

.sidebar-light .submenu .nav-item > .nav-link:hover {
  color: #0f62a6;
  background-color: #e3eff9; }

.sidebar-light .submenu .nav-icon {
  color: #99a0a8;
  font-size: 1.1875rem; }

.sidebar-light .submenu .nav-link:hover > .nav-icon {
  color: #92afd0; }

.sidebar-light .submenu .nav-item.open > .nav-link > .nav-icon {
  color: #92afd0; }

.sidebar-light .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-light .caret {
  font-size: 0.925em;
  color: #91979f; }

.sidebar-light .open > .nav-link > .caret {
  color: #6b6b6c; }

.sidebar-light .nav-item > .nav-link:hover > .caret {
  color: #6b6b6c; }

.sidebar-light .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-light .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

.sidebar-light .nav > .nav-item.active {
  border: 1px solid #e1e4e7;
  border-width: 1px 0; }

@media (min-width: 1200px) {
  .sidebar-light.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-light .nav > .nav-item.active > .nav-link {
  color: #2f73b2;
  background-color: #fff;
  font-weight: 600; }

.sidebar-light .nav > .nav-item.active > .nav-link > .nav-icon {
  color: #427fb8; }

.sidebar-light .submenu .nav-item.active > .nav-link {
  color: #0f62a6; }

.sidebar-light .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-light .submenu .nav-item.active:not(.open) > .nav-link {
  background-color: #e3eff9;
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-light.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-light.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #0f62a6;
    background-color: #e3eff9;
    font-weight: 600; }
  .sidebar-light.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-light.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-light .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: #4b95ce;
  top: -1px;
  bottom: -1px; }

.sidebar-light .submenu .nav-link {
  padding-left: 4em; }

.sidebar-light .submenu .submenu .nav-link {
  padding-left: 4.75em; }

.sidebar-light .submenu .submenu .submenu .nav-link {
  padding-left: 5.375em; }

.sidebar-light .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 3em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-light .submenu .submenu .nav-text::before {
  left: 3.75em; }

.sidebar-light .submenu .submenu .submenu .nav-text::before {
  left: 4.375em; }

.sidebar-light .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: "";
  display: block;
  opacity: 0.8; }

.sidebar-light .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-light.hoverable.collapsed .submenu .nav-text::before, .sidebar-light.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

.sidebar-light .nav-item-caption {
  color: #65707c;
  font-size: 0.875rem; }

.sidebar-light .nav-item-divider {
  border-top: 1px solid #dde3e6; }

.sidebar-light .submenu .nav-item-divider {
  border-top-color: #eceff1; }

.sidebar-light .nav > .nav-item > .submenu > .submenu-inner {
  border: 1px solid #e1e4e7;
  border-width: 1px 0; }

.sidebar-light .nav > .nav-item.active > .submenu > .submenu-inner {
  border-bottom-width: 0; }

.sidebar-light .nav > .nav-item.open + .nav-item.active,
.sidebar-light .nav > .nav-item.is-toggling + .nav-item.active {
  margin-top: -2px; }

.sidebar-light .ace-scroll {
  scrollbar-color: #9dbad5 #dce3ea; }

.sidebar-light .ace-scroll::-webkit-scrollbar-track {
  background-color: #dce3ea;
  border-right: 1px solid #f1f3f6; }

.sidebar-light .ace-scroll::-webkit-scrollbar-thumb {
  background-color: #9dbad5;
  border-right: 1px solid #f1f3f6; }

.sidebar-light.sidebar-spaced .nav {
  margin-left: 0; }

.sidebar-light.sidebar-spaced .nav > .nav-item.active:not(.open) > .nav-link {
  left: auto; }

.sidebar-light.sidebar-spaced .nav > .nav-item.active {
  border-width: 1px;
  border-color: #d0d5d9; }

@media (min-width: 1200px) {
  .sidebar-light.toggling .nav > .nav-item.active.open {
    transition: none; }
  .sidebar-light.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active), .sidebar-light.hoverable.collapsed .nav > .nav-item.open:not(.active) {
    border-color: transparent;
    background-color: transparent; }
  .sidebar-light.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link, .sidebar-light.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link {
    color: #4e4e4e;
    background-color: transparent; }
  .sidebar-light.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon, .sidebar-light.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon {
    color: #5c5c5c; }
  .sidebar-light.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open, .sidebar-light.hoverable.collapsed .nav > .nav-item.active.open {
    border-width: 1px 0;
    transition: none; } }

.sidebar-light .sidebar-search-input {
  color: rgba(68, 80, 92, 0.9);
  border-bottom-color: rgba(204, 204, 204, 0.4); }

.sidebar-light .sidebar-search-input:focus {
  border-bottom-color: rgba(140, 174, 213, 0.73); }

.sidebar-light .sidebar-search-input::-webkit-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-light .sidebar-search-input::-moz-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-light .sidebar-search-input:-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-light .sidebar-search-input::-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-light .sidebar-search-input::placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-light .sidebar-search-input::-moz-placeholder {
  color: #818388; }

.sidebar-white {
  background-color: #fff;
  --active-border-offset-right: 2px; }

.sidebar-white .sidebar-inner {
  border-right: 1px solid #dee6ee;
  background: inherit; }

.sidebar-white .nav.active-on-right .nav-item.active .nav-link::before {
  right: 2px; }

@media (max-width: 1199.98px) {
  .sidebar-white:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #dee6ee; } }

.sidebar-white .nav > .nav-item {
  margin-bottom: 2px; }

.sidebar-white .nav > .nav-item > .nav-link {
  color: #677892;
  font-size: 0.925rem;
  font-weight: 600; }

.sidebar-white .nav > .nav-item > .nav-link > .nav-icon {
  color: #8593a8;
  font-size: 1.25em; }

.sidebar-white .nav > .nav-item.open > .nav-link {
  color: #3179b9;
  background-color: transparent; }

.sidebar-white.sidebar-spaced .nav > .nav-item.open:not(.active) > .nav-link {
  background-color: #e5f0fa; }

.sidebar-white .nav > .nav-item.open > .nav-link > .nav-icon {
  color: #357bbc; }

.sidebar-white .nav > .nav-item > .nav-link:hover {
  background-color: #e5f0fa;
  color: #1d6bb3; }

.sidebar-white .nav > .nav-item > .nav-link:hover > .nav-icon {
  color: #498ac4; }

.sidebar-white .nav > .nav-item > .submenu {
  background-color: #fff; }

.sidebar-white .submenu .nav-link {
  color: #5d6c7e;
  font-size: 0.9125rem; }

.sidebar-white .submenu .nav-item.open > .nav-link {
  color: #3e7ab1; }

.sidebar-white .submenu .nav-item > .nav-link:hover {
  color: #1d6bb3;
  background-color: #e5f0fa; }

.sidebar-white .submenu .nav-icon {
  color: #99a0a8;
  font-size: 1.1875rem; }

.sidebar-white .submenu .nav-link:hover > .nav-icon {
  color: #92afd0; }

.sidebar-white .submenu .nav-item.open > .nav-link > .nav-icon {
  color: #92afd0; }

.sidebar-white .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-white .caret {
  font-size: 0.925em;
  color: #91979f; }

.sidebar-white .open > .nav-link > .caret {
  color: #599bce; }

.sidebar-white .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-white .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-white .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-white.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-white .nav > .nav-item.active > .nav-link {
  color: #0f62a6;
  background-color: #e3eff9; }

.sidebar-white .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-white .nav > .nav-item.active.open > .nav-link:not(:hover) {
  color: #1d6bb3;
  background-color: transparent; }

@media (min-width: 1200px) {
  .sidebar-white.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open > .nav-link {
    background-color: #e3eff9; } }

.sidebar-white .nav > .nav-item.active > .nav-link > .nav-icon {
  color: #357bbc; }

.sidebar-white .submenu .nav-item.active > .nav-link {
  color: #0f62a6; }

.sidebar-white .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-white .submenu .nav-item.active:not(.open) > .nav-link {
  background-color: #e3eff9;
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-white.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-white.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #0f62a6;
    background-color: #e3eff9;
    font-weight: 600; }
  .sidebar-white.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-white.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

@media (hover: hover) {
  .sidebar-white.sidebar-h .nav > .nav-item > .nav-link:hover::before {
    border-color: #63a1d8; } }

.sidebar-white .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: #4f95d3; }

.sidebar-white .submenu .nav-link {
  padding-left: 4em; }

.sidebar-white .submenu .submenu .nav-link {
  padding-left: 4.75em; }

.sidebar-white .submenu .submenu .submenu .nav-link {
  padding-left: 5.375em; }

.sidebar-white .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 3em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-white .submenu .submenu .nav-text::before {
  left: 3.75em; }

.sidebar-white .submenu .submenu .submenu .nav-text::before {
  left: 4.375em; }

.sidebar-white .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: "";
  display: block;
  opacity: 0.8; }

.sidebar-white .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-white.hoverable.collapsed .submenu .nav-text::before, .sidebar-white.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

.sidebar-white .nav-item-caption {
  color: #77818e;
  font-size: 0.875rem; }

.sidebar-white .nav-item-divider {
  border-top: 1px solid #dde3e6; }

.sidebar-white .submenu .nav-item-divider {
  border-top-color: #eceff1; }

.sidebar-white .ace-scroll {
  scrollbar-color: #9dbad5 #dce3ea; }

.sidebar-white .ace-scroll::-webkit-scrollbar-track {
  background-color: #dce3ea;
  border-right: 1px solid #fff; }

.sidebar-white .ace-scroll::-webkit-scrollbar-thumb {
  background-color: #9dbad5;
  border-right: 1px solid #fff; }

.sidebar-white.sidebar-spaced .nav > .nav-item {
  border-radius: 0; }

@media (min-width: 1200px) {
  .sidebar-white.sidebar-spaced.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item {
    border-radius: 0; } }

@media (min-width: 1200px) {
  .sidebar-white.toggling .nav > .nav-item.active.open {
    transition: none; }
  .sidebar-white.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active), .sidebar-white.hoverable.collapsed .nav > .nav-item.open:not(.active) {
    border-color: transparent;
    background-color: transparent; }
  .sidebar-white.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link, .sidebar-white.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link {
    color: #677892;
    background-color: transparent; }
  .sidebar-white.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon, .sidebar-white.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon {
    color: #8593a8; }
  .sidebar-white.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open, .sidebar-white.hoverable.collapsed .nav > .nav-item.active.open {
    transition: none; } }

.sidebar-white .sidebar-search-input {
  color: rgba(68, 80, 92, 0.9);
  border-bottom-color: rgba(204, 204, 204, 0.4); }

.sidebar-white .sidebar-search-input:focus {
  border-bottom-color: rgba(140, 174, 213, 0.73); }

.sidebar-white .sidebar-search-input::-webkit-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white .sidebar-search-input::-moz-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white .sidebar-search-input:-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white .sidebar-search-input::-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white .sidebar-search-input::placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white .sidebar-search-input::-moz-placeholder {
  color: #818388; }

.sidebar-white2 {
  background-color: #fff;
  --active-border-offset-right: 2px; }

.sidebar-white2 .sidebar-inner {
  border-right: 1px solid #dee6ee;
  background: inherit; }

.sidebar-white2 .nav.active-on-right .nav-item.active .nav-link::before {
  right: 2px; }

@media (max-width: 1199.98px) {
  .sidebar-white2:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #dee6ee; } }

.sidebar-white2 .nav > .nav-item {
  margin-bottom: 2px; }

.sidebar-white2 .nav > .nav-item > .nav-link {
  color: #575c5f;
  font-size: 0.9625rem;
  min-height: 3.5em; }

.sidebar-white2 .nav > .nav-item > .nav-link > .nav-icon {
  color: #73869b;
  font-size: 1.25em; }

.sidebar-white2 .nav > .nav-item.open > .nav-link {
  color: rgba(0, 0, 0, 0.73);
  font-weight: 600;
  background-color: transparent; }

.sidebar-white2.sidebar-spaced .nav > .nav-item.open:not(.active) > .nav-link {
  background-color: #e5f0fa; }

.sidebar-white2 .nav > .nav-item.open > .nav-link > .nav-icon {
  color: #357bbc; }

.sidebar-white2 .nav > .nav-item > .nav-link:hover {
  background-color: #e5f0fa;
  color: rgba(0, 0, 0, 0.75); }

.sidebar-white2 .nav > .nav-item > .nav-link:hover > .nav-icon {
  color: #4685bb; }

.sidebar-white2 .nav > .nav-item > .submenu {
  background-color: #fff; }

.sidebar-white2 .submenu .nav-link {
  color: #575c5f;
  font-size: 0.9125rem; }

.sidebar-white2 .submenu .nav-item.open > .nav-link {
  color: #3e7ab1; }

.sidebar-white2 .submenu .nav-item > .nav-link:hover {
  color: #2e699c;
  background-color: #e5f0fa; }

.sidebar-white2 .submenu .nav-icon {
  color: #99a0a8;
  font-size: 1.1875rem; }

.sidebar-white2 .submenu .nav-link:hover > .nav-icon {
  color: #92afd0; }

.sidebar-white2 .submenu .nav-item.open > .nav-link > .nav-icon {
  color: #92afd0; }

.sidebar-white2 .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-white2 .caret {
  font-size: 0.925em;
  color: #91979f; }

.sidebar-white2 .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-white2 .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-white2 .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-white2 .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-white2.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-white2 .nav > .nav-item.active > .nav-link {
  color: #0f62a6;
  background-color: #e3eff9;
  font-weight: 600; }

.sidebar-white2 .nav > .nav-item.active.open > .nav-link:not(:hover) {
  color: #1d6bb3; }

.sidebar-white2 .nav > .nav-item.active > .nav-link > .nav-icon {
  color: #357bbc; }

.sidebar-white2 .submenu .nav-item.active > .nav-link {
  color: #0f62a6; }

.sidebar-white2 .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-white2 .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-white2.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-white2.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #0f62a6;
    font-weight: 600; }
  .sidebar-white2.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-white2.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

@media (hover: hover) {
  .sidebar-white2.sidebar-h .nav > .nav-item > .nav-link:hover::before {
    border-color: #63a1d8; } }

.sidebar-white2 .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: #4f95d3; }

.sidebar-white2 .submenu .nav-link {
  padding-left: 4em; }

.sidebar-white2 .submenu .submenu .nav-link {
  padding-left: 4.75em; }

.sidebar-white2 .submenu .submenu .submenu .nav-link {
  padding-left: 5.375em; }

.sidebar-white2 .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 3em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-white2 .submenu .submenu .nav-text::before {
  left: 3.75em; }

.sidebar-white2 .submenu .submenu .submenu .nav-text::before {
  left: 4.375em; }

.sidebar-white2 .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: "";
  display: block;
  opacity: 0.8; }

.sidebar-white2 .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-white2.hoverable.collapsed .submenu .nav-text::before, .sidebar-white2.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

.sidebar-white2 .nav-item-caption {
  color: #507bab;
  font-size: 0.875rem; }

.sidebar-white2 .nav-item-divider {
  border-top: 1px solid #dde3e6; }

.sidebar-white2 .submenu .nav-item-divider {
  border-top-color: #eceff1; }

.sidebar-white2 .ace-scroll {
  scrollbar-color: #9dbad5 #dce3ea; }

.sidebar-white2 .ace-scroll::-webkit-scrollbar-track {
  background-color: #dce3ea;
  border-right: 1px solid #fff; }

.sidebar-white2 .ace-scroll::-webkit-scrollbar-thumb {
  background-color: #9dbad5;
  border-right: 1px solid #fff; }

.sidebar-white2.sidebar-spaced .nav > .nav-item {
  border-radius: 0; }

@media (min-width: 1200px) {
  .sidebar-white2.sidebar-spaced.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item {
    border-radius: 0; } }

@media (min-width: 1200px) {
  .sidebar-white2.toggling .nav > .nav-item.active.open {
    transition: none; }
  .sidebar-white2.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active), .sidebar-white2.hoverable.collapsed .nav > .nav-item.open:not(.active) {
    border-color: transparent;
    background-color: transparent; }
  .sidebar-white2.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link, .sidebar-white2.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link {
    color: #575c5f;
    background-color: transparent; }
  .sidebar-white2.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon, .sidebar-white2.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon {
    color: #73869b; }
  .sidebar-white2.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open, .sidebar-white2.hoverable.collapsed .nav > .nav-item.active.open {
    transition: none; } }

.sidebar-white2 .sidebar-search-input {
  color: rgba(68, 80, 92, 0.9);
  border-bottom-color: rgba(204, 204, 204, 0.4); }

.sidebar-white2 .sidebar-search-input:focus {
  border-bottom-color: rgba(140, 174, 213, 0.73); }

.sidebar-white2 .sidebar-search-input::-webkit-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white2 .sidebar-search-input::-moz-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white2 .sidebar-search-input:-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white2 .sidebar-search-input::-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white2 .sidebar-search-input::placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white2 .sidebar-search-input::-moz-placeholder {
  color: #818388; }

.sidebar-white3 {
  background-color: #fff;
  --active-border-offset-right: 2px; }

.sidebar-white3 .sidebar-inner {
  border-right: 1px solid #dee6ee;
  background: inherit; }

.sidebar-white3 .nav.active-on-right .nav-item.active .nav-link::before {
  right: 2px; }

@media (max-width: 1199.98px) {
  .sidebar-white3:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #dee6ee; } }

.sidebar-white3 .nav > .nav-item {
  margin-bottom: 2px; }

.sidebar-white3 .nav > .nav-item > .nav-link {
  color: #575c5f;
  font-size: 0.9625rem;
  min-height: 3.5em; }

.sidebar-white3 .nav > .nav-item > .nav-link > .nav-icon {
  color: #73869b;
  font-size: 1.25em; }

.sidebar-white3 .nav > .nav-item.open > .nav-link {
  color: rgba(0, 0, 0, 0.73);
  font-weight: 600;
  background-color: transparent; }

.sidebar-white3.sidebar-spaced .nav > .nav-item.open:not(.active) > .nav-link {
  background-color: #e5f0fa; }

.sidebar-white3 .nav > .nav-item.open > .nav-link > .nav-icon {
  color: #357bbc; }

.sidebar-white3 .nav > .nav-item > .nav-link:hover {
  background-color: #e5f0fa;
  color: rgba(0, 0, 0, 0.75); }

.sidebar-white3 .nav > .nav-item > .nav-link:hover > .nav-icon {
  color: #4685bb; }

.sidebar-white3 .nav > .nav-item > .submenu {
  background-color: #fff; }

.sidebar-white3 .submenu .nav-link {
  color: #575c5f;
  font-size: 0.9125rem; }

.sidebar-white3 .submenu .nav-item.open > .nav-link {
  color: #3e7ab1; }

.sidebar-white3 .submenu .nav-item > .nav-link:hover {
  color: #2e699c;
  background-color: #e5f0fa; }

.sidebar-white3 .submenu .nav-icon {
  color: #99a0a8;
  font-size: 1.1875rem; }

.sidebar-white3 .submenu .nav-link:hover > .nav-icon {
  color: #92afd0; }

.sidebar-white3 .submenu .nav-item.open > .nav-link > .nav-icon {
  color: #92afd0; }

.sidebar-white3 .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-white3 .caret {
  font-size: 0.925em;
  color: #91979f; }

.sidebar-white3 .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-white3 .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-white3 .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-white3 .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-white3.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-white3 .nav > .nav-item.active > .nav-link {
  color: #0f63a8;
  background-color: #e3eff9;
  font-weight: 600; }

.sidebar-white3 .nav > .nav-item.active.open > .nav-link:not(:hover) {
  color: #1d6bb3; }

.sidebar-white3 .nav > .nav-item.active > .nav-link > .nav-icon {
  color: #357bbc; }

.sidebar-white3 .submenu .nav-item.active > .nav-link {
  color: #0f62a6; }

.sidebar-white3 .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-white3 .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-white3.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-white3.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #0f62a6;
    font-weight: 600; }
  .sidebar-white3.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-white3.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-white3 .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: #4f95d3;
  top: 0.5rem;
  bottom: 0.5rem;
  margin-left: 1px;
  border-radius: 6px; }

.sidebar-white3 .submenu .nav-link {
  padding-left: 4em; }

.sidebar-white3 .submenu .submenu .nav-link {
  padding-left: 4.75em; }

.sidebar-white3 .submenu .submenu .submenu .nav-link {
  padding-left: 5.375em; }

.sidebar-white3 .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 3em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-white3 .submenu .submenu .nav-text::before {
  left: 3.75em; }

.sidebar-white3 .submenu .submenu .submenu .nav-text::before {
  left: 4.375em; }

.sidebar-white3 .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: "";
  display: block;
  opacity: 0.8; }

.sidebar-white3 .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-white3.hoverable.collapsed .submenu .nav-text::before, .sidebar-white3.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

.sidebar-white3 .nav-item-caption {
  color: #507bab;
  font-size: 0.875rem; }

.sidebar-white3 .nav-item-divider {
  border-top: 1px solid #dde3e6; }

.sidebar-white3 .submenu .nav-item-divider {
  border-top-color: #eceff1; }

.sidebar-white3 .ace-scroll {
  scrollbar-color: #9dbad5 #dce3ea; }

.sidebar-white3 .ace-scroll::-webkit-scrollbar-track {
  background-color: #dce3ea;
  border-right: 1px solid #fff; }

.sidebar-white3 .ace-scroll::-webkit-scrollbar-thumb {
  background-color: #9dbad5;
  border-right: 1px solid #fff; }

.sidebar-white3.sidebar-spaced .nav > .nav-item {
  border-radius: 0; }

@media (min-width: 1200px) {
  .sidebar-white3.sidebar-spaced.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item {
    border-radius: 0; } }

@media (min-width: 1200px) {
  .sidebar-white3.toggling .nav > .nav-item.active.open {
    transition: none; }
  .sidebar-white3.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active), .sidebar-white3.hoverable.collapsed .nav > .nav-item.open:not(.active) {
    border-color: transparent;
    background-color: transparent; }
  .sidebar-white3.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link, .sidebar-white3.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link {
    color: #575c5f;
    background-color: transparent; }
  .sidebar-white3.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon, .sidebar-white3.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon {
    color: #73869b; }
  .sidebar-white3.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open, .sidebar-white3.hoverable.collapsed .nav > .nav-item.active.open {
    transition: none; } }

.sidebar-white3 .sidebar-search-input {
  color: rgba(68, 80, 92, 0.9);
  border-bottom-color: rgba(204, 204, 204, 0.4); }

.sidebar-white3 .sidebar-search-input:focus {
  border-bottom-color: rgba(140, 174, 213, 0.73); }

.sidebar-white3 .sidebar-search-input::-webkit-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white3 .sidebar-search-input::-moz-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white3 .sidebar-search-input:-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white3 .sidebar-search-input::-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white3 .sidebar-search-input::placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white3 .sidebar-search-input::-moz-placeholder {
  color: #818388; }

.sidebar-white4 {
  background-color: #fff;
  --active-border-offset-right: 2px; }

.sidebar-white4 .sidebar-inner {
  border-right: 1px solid #dee6ee;
  background: inherit; }

.sidebar-white4 .nav.active-on-right .nav-item.active .nav-link::before {
  right: 2px; }

@media (max-width: 1199.98px) {
  .sidebar-white4:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #dee6ee; } }

.sidebar-white4 .nav > .nav-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 1.25rem;
  right: 1.25rem;
  height: 0;
  width: auto;
  border: 0px solid #eceeef;
  border-width: 0 0 1px 0; }

@media (min-width: 1200px) {
  .sidebar-white4.sidebar-h .nav > .nav-item::after {
    display: none; } }

.sidebar-white4 .nav > .nav-item {
  margin-bottom: 2px; }

.sidebar-white4 .nav > .nav-item > .nav-link {
  color: #4f5052;
  font-size: 0.925rem; }

.sidebar-white4 .nav > .nav-item > .nav-link > .nav-icon {
  color: #888997;
  font-size: 1.25em; }

.sidebar-white4 .nav > .nav-item.open > .nav-link {
  color: rgba(0, 0, 0, 0.73);
  font-weight: 600;
  background-color: transparent; }

.sidebar-white4 .nav > .nav-item.open > .nav-link > .nav-icon {
  color: #6a6c7d; }

.sidebar-white4 .nav > .nav-item > .nav-link:hover {
  color: rgba(0, 0, 0, 0.73); }

.sidebar-white4 .nav > .nav-item > .nav-link:hover > .nav-icon {
  color: #888997; }

.sidebar-white4 .nav > .nav-item > .submenu {
  background-color: #fff; }

.sidebar-white4 .submenu .nav-link {
  color: #4f5052;
  font-size: 0.9125rem; }

.sidebar-white4 .submenu .nav-item.open > .nav-link {
  color: #356da2; }

.sidebar-white4 .submenu .nav-item > .nav-link:hover {
  color: #3b7ab5;
  font-weight: 600; }

.sidebar-white4 .submenu .nav-icon {
  color: #99a0a8;
  font-size: 1.1875rem; }

.sidebar-white4 .submenu .nav-link:hover > .nav-icon {
  color: #92afd0; }

.sidebar-white4 .submenu .nav-item.open > .nav-link > .nav-icon {
  color: #92afd0; }

.sidebar-white4 .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-white4 .caret {
  font-size: 0.925em;
  color: #91979f; }

.sidebar-white4 .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-white4 .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-white4 .nav-item.active > .nav-link > .caret {
  color: inherit; }

.sidebar-white4 .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-white4.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-white4 .nav > .nav-item.active > .nav-link {
  color: #0f62a6;
  font-weight: 600; }

.sidebar-white4 .nav > .nav-item.active.open > .nav-link:not(:hover) {
  color: #1d6bb3;
  background-color: transparent; }

.sidebar-white4 .nav > .nav-item.active > .nav-link > .nav-icon {
  color: #357bbc; }

.sidebar-white4 .submenu .nav-item.active > .nav-link {
  color: #0f62a6;
  font-weight: 600; }

.sidebar-white4 .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

@media (min-width: 1200px) {
  .sidebar-white4.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-white4.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #0f62a6;
    font-weight: 600; } }

.sidebar-white4 .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: #4f95d3;
  top: 0.5rem;
  bottom: 0.5rem; }

.sidebar-white4 .submenu .nav-link {
  padding-left: 4em; }

.sidebar-white4 .submenu .submenu .nav-link {
  padding-left: 4.75em; }

.sidebar-white4 .submenu .submenu .submenu .nav-link {
  padding-left: 5.375em; }

.sidebar-white4 .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 3em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-white4 .submenu .submenu .nav-text::before {
  left: 3.75em; }

.sidebar-white4 .submenu .submenu .submenu .nav-text::before {
  left: 4.375em; }

.sidebar-white4 .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: "";
  display: block;
  opacity: 0.8; }

@media (min-width: 1200px) {
  .sidebar-white4.hoverable.collapsed .submenu .nav-text::before, .sidebar-white4.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

.sidebar-white4 .nav-item-caption {
  color: #747577;
  font-size: 0.875rem; }

.sidebar-white4 .nav-item-divider {
  border-top: 1px solid #dde3e6; }

.sidebar-white4 .submenu .nav-item-divider {
  border-top-color: #eceff1; }

.sidebar-white4 .ace-scroll {
  scrollbar-color: #9dbad5 #dce3ea; }

.sidebar-white4 .ace-scroll::-webkit-scrollbar-track {
  background-color: #dce3ea;
  border-right: 1px solid #fff; }

.sidebar-white4 .ace-scroll::-webkit-scrollbar-thumb {
  background-color: #9dbad5;
  border-right: 1px solid #fff; }

.sidebar-white4.sidebar-spaced .nav > .nav-item {
  border-radius: 0; }

@media (min-width: 1200px) {
  .sidebar-white4.sidebar-spaced.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item {
    border-radius: 0; } }

@media (min-width: 1200px) {
  .sidebar-white4.toggling .nav > .nav-item.active.open {
    transition: none; }
  .sidebar-white4.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active), .sidebar-white4.hoverable.collapsed .nav > .nav-item.open:not(.active) {
    border-color: transparent;
    background-color: transparent; }
  .sidebar-white4.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link, .sidebar-white4.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link {
    color: #4f5052;
    background-color: transparent; }
  .sidebar-white4.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon, .sidebar-white4.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon {
    color: #888997; }
  .sidebar-white4.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open, .sidebar-white4.hoverable.collapsed .nav > .nav-item.active.open {
    transition: none; } }

.sidebar-white4 .sidebar-search-input {
  color: rgba(68, 80, 92, 0.9);
  border-bottom-color: rgba(204, 204, 204, 0.4); }

.sidebar-white4 .sidebar-search-input:focus {
  border-bottom-color: rgba(140, 174, 213, 0.73); }

.sidebar-white4 .sidebar-search-input::-webkit-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white4 .sidebar-search-input::-moz-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white4 .sidebar-search-input:-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white4 .sidebar-search-input::-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white4 .sidebar-search-input::placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-white4 .sidebar-search-input::-moz-placeholder {
  color: #818388; }

.sidebar-lightpurple {
  background-color: #f1f0f8;
  --active-border-offset-right: 0px; }

.sidebar-lightpurple .sidebar-inner {
  background: inherit; }

.sidebar-lightpurple .nav.active-on-right .nav-item.active .nav-link::before {
  right: 0px; }

@media (max-width: 1199.98px) {
  .sidebar-lightpurple:not(.sidebar-push) .sidebar-inner {
    box-shadow: none;
    border-right: 1px solid #d1c3e7; }
  .sidebar-lightpurple:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #d1c3e7; } }

.sidebar-lightpurple .nav > .nav-item {
  margin-bottom: 2px; }

.sidebar-lightpurple .nav > .nav-item > .nav-link {
  color: #565164;
  font-size: 0.975rem;
  font-weight: 400; }

.sidebar-lightpurple .nav > .nav-item > .nav-link > .nav-icon {
  color: #918aa8;
  font-size: 1.25em; }

.sidebar-lightpurple .nav > .nav-item.open {
  background-color: #fff; }

.sidebar-lightpurple.sidebar-spaced .nav > .nav-item.open:not(.active) > .nav-link {
  background-color: #fff; }

.sidebar-lightpurple .nav > .nav-item > .nav-link:hover {
  background-color: #fff; }

.sidebar-lightpurple .nav > .nav-item > .nav-link:hover > .nav-icon {
  color: #8b83a8; }

.sidebar-lightpurple .nav > .nav-item > .submenu {
  background-color: #fff; }

.sidebar-lightpurple .submenu .nav-link {
  color: #635e74;
  font-size: 0.9125rem; }

.sidebar-lightpurple .submenu .nav-item.open > .nav-link {
  color: #6a5ba6; }

.sidebar-lightpurple .submenu .nav-item > .nav-link:hover {
  color: #66598f;
  background-color: #ececf9; }

.sidebar-lightpurple .submenu .nav-icon {
  color: #99a0a8;
  font-size: 1.1875rem; }

.sidebar-lightpurple .submenu .nav-link:hover > .nav-icon {
  color: #92afd0; }

.sidebar-lightpurple .submenu .nav-item.open > .nav-link > .nav-icon {
  color: #92afd0; }

.sidebar-lightpurple .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-lightpurple .caret {
  font-size: 0.925em;
  color: #9893a6; }

.sidebar-lightpurple .open > .nav-link > .caret {
  color: inherit; }

.sidebar-lightpurple .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-lightpurple .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-lightpurple .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-lightpurple.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-lightpurple .nav > .nav-item.active > .nav-link {
  color: #766aaa;
  background-color: #fff;
  font-weight: 600; }

.sidebar-lightpurple .nav > .nav-item.active.open > .nav-link:not(:hover) {
  color: #1d6bb3;
  background-color: transparent; }

@media (min-width: 1200px) {
  .sidebar-lightpurple.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open > .nav-link {
    background-color: #fff; } }

.sidebar-lightpurple .nav > .nav-item.active > .nav-link > .nav-icon {
  color: #8779c2; }

.sidebar-lightpurple .submenu .nav-item.active > .nav-link {
  color: #6a5ba6;
  font-weight: 600; }

.sidebar-lightpurple .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-lightpurple .submenu .nav-item.active:not(.open) > .nav-link {
  background-color: #ececf9; }

@media (min-width: 1200px) {
  .sidebar-lightpurple.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-lightpurple.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #6a5ba6;
    background-color: #ececf9;
    font-weight: 600; }
  .sidebar-lightpurple.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-lightpurple.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

@media (min-width: 1200px) {
  .sidebar-lightpurple.expandable.collapsed .sidebar-inner:not(.is-hover) {
    border-right: none !important;
    box-shadow: inset -1px 0 0 0px #d2cee5; } }

.sidebar-lightpurple .submenu .nav-link {
  padding-left: 3.25em; }

.sidebar-lightpurple .submenu .submenu .nav-link {
  padding-left: 4.5em; }

.sidebar-lightpurple .submenu .submenu .submenu .nav-link {
  padding-left: 5.25em; }

.sidebar-lightpurple .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.25em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.375rem);
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-left-color: currentColor;
  border-right-width: 0; }

.sidebar-lightpurple .submenu .submenu .nav-text::before {
  left: 3.5em; }

.sidebar-lightpurple .submenu .submenu .submenu .nav-text::before {
  left: 4.25em; }

.sidebar-lightpurple .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: "";
  display: block;
  opacity: 0.8; }

.sidebar-lightpurple .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-lightpurple.hoverable.collapsed .submenu .nav-text::before, .sidebar-lightpurple.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

.sidebar-lightpurple .nav-item-caption {
  color: #6e6c79;
  font-size: 0.875rem; }

.sidebar-lightpurple .nav-item-divider {
  border-top: 1px solid #dde3e6; }

.sidebar-lightpurple .submenu .nav-item-divider {
  border-top-color: #eceff1; }

.sidebar-lightpurple .ace-scroll {
  scrollbar-color: rgba(0, 0, 0, 0.175) rgba(0, 0, 0, 0.05); }

.sidebar-lightpurple .ace-scroll::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  border-right: 1px solid #f1f0f8; }

.sidebar-lightpurple .ace-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.175);
  border-right: 1px solid #f1f0f8; }

.sidebar-lightpurple.sidebar-spaced .nav > .nav-item {
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 2px;
  transition: border 0.15s;
  border-color: transparent; }

.sidebar-lightpurple.sidebar-spaced .nav > .nav-item.open {
  border-color: #d9d5e9; }

.sidebar-lightpurple.sidebar-spaced .nav > .nav-item:hover {
  border-color: #d9d5e9; }

.sidebar-lightpurple.sidebar-spaced .nav > .nav-item.active {
  border-width: 2px;
  border-color: #bfb6e0; }

@media (min-width: 1200px) {
  .sidebar-lightpurple.sidebar-spaced.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item {
    border-radius: 0.5rem;
    border-width: 2px; } }

@media (min-width: 1200px) {
  .sidebar-lightpurple.toggling .nav > .nav-item.active.open {
    transition: none; }
  .sidebar-lightpurple.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active), .sidebar-lightpurple.hoverable.collapsed .nav > .nav-item.open:not(.active) {
    border-color: transparent;
    background-color: transparent; }
  .sidebar-lightpurple.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link, .sidebar-lightpurple.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link {
    color: #565164;
    background-color: transparent; }
  .sidebar-lightpurple.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon, .sidebar-lightpurple.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon {
    color: #918aa8; }
  .sidebar-lightpurple.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open, .sidebar-lightpurple.hoverable.collapsed .nav > .nav-item.active.open {
    transition: none; } }

.sidebar-lightpurple .sidebar-search-input {
  color: rgba(68, 80, 92, 0.9);
  border-bottom-color: rgba(204, 204, 204, 0.4); }

.sidebar-lightpurple .sidebar-search-input:focus {
  border-bottom-color: rgba(140, 174, 213, 0.73); }

.sidebar-lightpurple .sidebar-search-input::-webkit-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightpurple .sidebar-search-input::-moz-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightpurple .sidebar-search-input:-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightpurple .sidebar-search-input::-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightpurple .sidebar-search-input::placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightpurple .sidebar-search-input::-moz-placeholder {
  color: #818388; }

.sidebar-lightblue {
  background-color: #e9f0f8;
  --active-border-offset-right: 0px; }

.sidebar-lightblue .sidebar-inner {
  background: inherit; }

.sidebar-lightblue .nav.active-on-right .nav-item.active .nav-link::before {
  right: 0px; }

@media (max-width: 1199.98px) {
  .sidebar-lightblue:not(.sidebar-push) .sidebar-inner {
    box-shadow: none;
    border-right: 1px solid #b9d5ee; }
  .sidebar-lightblue:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #b9d5ee; } }

.sidebar-lightblue .nav > .nav-item {
  margin-bottom: 2px; }

.sidebar-lightblue .nav > .nav-item > .nav-link {
  color: #3c5b6b;
  font-size: 0.975rem;
  font-weight: 400; }

.sidebar-lightblue .nav > .nav-item > .nav-link > .nav-icon {
  color: #5f7987;
  font-size: 1.25em; }

.sidebar-lightblue .nav > .nav-item.open {
  background-color: #fff; }

.sidebar-lightblue.sidebar-spaced .nav > .nav-item.open:not(.active) > .nav-link {
  background-color: #fff; }

.sidebar-lightblue .nav > .nav-item.open > .nav-link > .nav-icon {
  color: #357bbc; }

.sidebar-lightblue .nav > .nav-item > .nav-link:hover {
  background-color: #fff; }

.sidebar-lightblue .nav > .nav-item > .submenu {
  background-color: #fff; }

.sidebar-lightblue .submenu .nav-link {
  color: #5e6061;
  font-size: 0.9125rem; }

.sidebar-lightblue .submenu .nav-item.open > .nav-link {
  color: #3e7ab1; }

.sidebar-lightblue .submenu .nav-item > .nav-link:hover {
  color: #1d6bb3;
  background-color: #e5f0fa; }

.sidebar-lightblue .submenu .nav-icon {
  color: #99a0a8;
  font-size: 1.1875rem; }

.sidebar-lightblue .submenu .nav-link:hover > .nav-icon {
  color: #92afd0; }

.sidebar-lightblue .submenu .nav-item.open > .nav-link > .nav-icon {
  color: #92afd0; }

.sidebar-lightblue .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-lightblue .caret {
  font-size: 0.925em;
  color: #929597; }

.sidebar-lightblue .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-lightblue .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-lightblue .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-lightblue .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-lightblue.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-lightblue .nav > .nav-item.active > .nav-link {
  color: #3273a8;
  background-color: #fff;
  font-weight: 600; }

.sidebar-lightblue .nav > .nav-item.active.open > .nav-link:not(:hover) {
  color: #1d6bb3;
  background-color: transparent; }

@media (min-width: 1200px) {
  .sidebar-lightblue.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open > .nav-link {
    background-color: #fff; } }

.sidebar-lightblue .nav > .nav-item.active > .nav-link > .nav-icon {
  color: #4e8aba; }

.sidebar-lightblue .submenu .nav-item.active > .nav-link {
  color: #0f62a6; }

.sidebar-lightblue .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-lightblue .submenu .nav-item.active:not(.open) > .nav-link {
  background-color: #e3eff9;
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-lightblue.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-lightblue.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #0f62a6;
    background-color: #e3eff9;
    font-weight: 600; }
  .sidebar-lightblue.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-lightblue.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

@media (min-width: 1200px) {
  .sidebar-lightblue.expandable.collapsed .sidebar-inner:not(.is-hover) {
    border-right: none !important;
    box-shadow: inset -1px 0 0 0px #c9dff2; } }

.sidebar-lightblue .submenu .nav-link {
  padding-left: 3.25em; }

.sidebar-lightblue .submenu .submenu .nav-link {
  padding-left: 4.5em; }

.sidebar-lightblue .submenu .submenu .submenu .nav-link {
  padding-left: 5.25em; }

.sidebar-lightblue .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.25em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-lightblue .submenu .submenu .nav-text::before {
  left: 3.5em; }

.sidebar-lightblue .submenu .submenu .submenu .nav-text::before {
  left: 4.25em; }

.sidebar-lightblue .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: "";
  display: block;
  opacity: 0.8; }

.sidebar-lightblue .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-lightblue.hoverable.collapsed .submenu .nav-text::before, .sidebar-lightblue.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

.sidebar-lightblue .nav-item-caption {
  color: #687278;
  font-size: 0.875rem; }

.sidebar-lightblue .nav-item-divider {
  border-top: 1px solid #dde3e6; }

.sidebar-lightblue .submenu .nav-item-divider {
  border-top-color: #eceff1; }

.sidebar-lightblue .ace-scroll {
  scrollbar-color: #9dbad5 #dce3ea; }

.sidebar-lightblue .ace-scroll::-webkit-scrollbar-track {
  background-color: #dce3ea;
  border-right: 1px solid #e9f0f8; }

.sidebar-lightblue .ace-scroll::-webkit-scrollbar-thumb {
  background-color: #9dbad5;
  border-right: 1px solid #e9f0f8; }

.sidebar-lightblue.sidebar-spaced .nav > .nav-item {
  border-radius: 1.75rem;
  border-style: solid;
  border-width: 2px;
  transition: border 0.15s;
  border-color: transparent; }

.sidebar-lightblue.sidebar-spaced .nav > .nav-item.open {
  border-radius: 1.25rem;
  border-width: 2px;
  border-color: #afd3f0; }

.sidebar-lightblue.sidebar-spaced .nav > .nav-item:hover {
  border-color: #afd3f0; }

.sidebar-lightblue.sidebar-spaced .nav > .nav-item.active {
  border-width: 2px;
  border-color: #a1c3df; }

.sidebar-lightblue.sidebar-spaced .nav > .nav-item.active.open {
  border-width: 2px;
  border-color: #afd3f0 #afd3f0; }

@media (min-width: 1200px) {
  .sidebar-lightblue.sidebar-spaced.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item {
    border-radius: 1.75rem; } }

@media (min-width: 1200px) {
  .sidebar-lightblue.toggling .nav > .nav-item.active.open {
    transition: none; }
  .sidebar-lightblue.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active), .sidebar-lightblue.hoverable.collapsed .nav > .nav-item.open:not(.active) {
    border-color: transparent;
    background-color: transparent; }
  .sidebar-lightblue.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link, .sidebar-lightblue.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link {
    color: #3c5b6b;
    background-color: transparent; }
  .sidebar-lightblue.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon, .sidebar-lightblue.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon {
    color: #5f7987; }
  .sidebar-lightblue.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open, .sidebar-lightblue.hoverable.collapsed .nav > .nav-item.active.open {
    transition: none; } }

.sidebar-lightblue .sidebar-search-input {
  color: rgba(68, 80, 92, 0.9);
  border-bottom-color: rgba(204, 204, 204, 0.4); }

.sidebar-lightblue .sidebar-search-input:focus {
  border-bottom-color: rgba(140, 174, 213, 0.73); }

.sidebar-lightblue .sidebar-search-input::-webkit-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightblue .sidebar-search-input::-moz-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightblue .sidebar-search-input:-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightblue .sidebar-search-input::-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightblue .sidebar-search-input::placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightblue .sidebar-search-input::-moz-placeholder {
  color: #818388; }

.sidebar-lightblue2 {
  background-color: #e9f1fb;
  --active-border-offset-right: 0px; }

.sidebar-lightblue2 .sidebar-inner {
  background: inherit; }

.sidebar-lightblue2 .nav.active-on-right .nav-item.active .nav-link::before {
  right: 0px; }

@media (max-width: 1199.98px) {
  .sidebar-lightblue2:not(.sidebar-push) .sidebar-inner {
    box-shadow: none;
    border-right: 1px solid #c8dcee; }
  .sidebar-lightblue2:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #c8dcee; } }

.sidebar-lightblue2 .nav > .nav-item {
  margin-bottom: 2px; }

.sidebar-lightblue2 .nav > .nav-item > .nav-link {
  color: #495462;
  font-size: 0.975rem;
  font-weight: 400; }

.sidebar-lightblue2 .nav > .nav-item > .nav-link > .nav-icon {
  color: #588daa;
  font-size: 1.25em; }

.sidebar-lightblue2 .nav > .nav-item.open > .nav-link {
  color: #fff;
  background-color: #fff; }

.sidebar-lightblue2 .nav > .nav-item > .nav-link:hover {
  background-color: #fff; }

.sidebar-lightblue2 .nav > .nav-item > .submenu {
  background-color: #fff; }

.sidebar-lightblue2 .submenu .nav-link {
  color: #5d6c7e;
  font-size: 0.9125rem; }

.sidebar-lightblue2 .submenu .nav-item.open > .nav-link {
  color: #3e7ab1; }

.sidebar-lightblue2 .submenu .nav-item > .nav-link:hover {
  color: #1d6bb3;
  background-color: #e5f0fa; }

.sidebar-lightblue2 .submenu .nav-icon {
  color: #99a0a8;
  font-size: 1.1875rem; }

.sidebar-lightblue2 .submenu .nav-link:hover > .nav-icon {
  color: #92afd0; }

.sidebar-lightblue2 .submenu .nav-item.open > .nav-link > .nav-icon {
  color: #92afd0; }

.sidebar-lightblue2 .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-lightblue2 .caret {
  font-size: 0.925em;
  color: #91979f; }

.sidebar-lightblue2 .open > .nav-link > .caret {
  color: #599bce; }

.sidebar-lightblue2 .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-lightblue2 .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-lightblue2 .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-lightblue2.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-lightblue2 .nav > .nav-item.active > .nav-link {
  color: #fff;
  background-color: #317bc7;
  font-weight: 600; }

.sidebar-lightblue2 .nav > .nav-item.active.open > .nav-link:not(:hover) {
  color: #fff; }

.sidebar-lightblue2 .nav > .nav-item.active > .nav-link > .nav-icon {
  color: #fff; }

.sidebar-lightblue2 .submenu .nav-item.active > .nav-link {
  color: #0f62a6; }

.sidebar-lightblue2 .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-lightblue2 .submenu .nav-item.active:not(.open) > .nav-link {
  background-color: #e3eff9;
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-lightblue2.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-lightblue2.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #0f62a6;
    background-color: #e3eff9;
    font-weight: 600; }
  .sidebar-lightblue2.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-lightblue2.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-lightblue2 .submenu .nav-link {
  padding-left: 3.25em; }

.sidebar-lightblue2 .submenu .submenu .nav-link {
  padding-left: 4.5em; }

.sidebar-lightblue2 .submenu .submenu .submenu .nav-link {
  padding-left: 5.25em; }

.sidebar-lightblue2 .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.25em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-lightblue2 .submenu .submenu .nav-text::before {
  left: 3.5em; }

.sidebar-lightblue2 .submenu .submenu .submenu .nav-text::before {
  left: 4.25em; }

.sidebar-lightblue2 .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: "";
  display: block;
  opacity: 0.8; }

.sidebar-lightblue2 .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-lightblue2.hoverable.collapsed .submenu .nav-text::before, .sidebar-lightblue2.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

.sidebar-lightblue2 .nav-item-caption {
  color: #70808c;
  font-size: 0.875rem; }

.sidebar-lightblue2 .nav-item-divider {
  border-top: 1px solid #dde3e6; }

.sidebar-lightblue2 .submenu .nav-item-divider {
  border-top-color: #eceff1; }

.sidebar-lightblue2 .ace-scroll {
  scrollbar-color: #9dbad5 #dce3ea; }

.sidebar-lightblue2 .ace-scroll::-webkit-scrollbar-track {
  background-color: #dce3ea;
  border-right: 1px solid #e9f1fb; }

.sidebar-lightblue2 .ace-scroll::-webkit-scrollbar-thumb {
  background-color: #9dbad5;
  border-right: 1px solid #e9f1fb; }

.sidebar-lightblue2.sidebar-spaced .nav > .nav-item {
  border-radius: 0.25rem; }

@media (min-width: 1200px) {
  .sidebar-lightblue2.sidebar-spaced.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item {
    border-radius: 0.25rem; } }

@media (min-width: 1200px) {
  .sidebar-lightblue2.toggling .nav > .nav-item.active.open {
    transition: none; }
  .sidebar-lightblue2.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active), .sidebar-lightblue2.hoverable.collapsed .nav > .nav-item.open:not(.active) {
    border-color: transparent;
    background-color: transparent; }
  .sidebar-lightblue2.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link, .sidebar-lightblue2.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link {
    color: #495462;
    background-color: transparent; }
  .sidebar-lightblue2.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon, .sidebar-lightblue2.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon {
    color: #588daa; }
  .sidebar-lightblue2.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open, .sidebar-lightblue2.hoverable.collapsed .nav > .nav-item.active.open {
    transition: none; } }

.sidebar-lightblue2 .sidebar-search-input {
  color: rgba(68, 80, 92, 0.9);
  border-bottom-color: rgba(204, 204, 204, 0.4); }

.sidebar-lightblue2 .sidebar-search-input:focus {
  border-bottom-color: rgba(140, 174, 213, 0.73); }

.sidebar-lightblue2 .sidebar-search-input::-webkit-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightblue2 .sidebar-search-input::-moz-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightblue2 .sidebar-search-input:-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightblue2 .sidebar-search-input::-ms-input-placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightblue2 .sidebar-search-input::placeholder {
  color: rgba(129, 131, 136, 0.5); }

.sidebar-lightblue2 .sidebar-search-input::-moz-placeholder {
  color: #818388; }

.sidebar-color {
  background-color: #1e2635;
  --active-border-offset-right: 1px; }

.sidebar-color .sidebar-inner {
  background: inherit; }

.sidebar-color .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-color:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #1e2635; } }

.sidebar-color .nav > .nav-item > .nav-link {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem; }

.sidebar-color .nav > .nav-item > .nav-link > .nav-icon {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.2em; }

.sidebar-color .nav > .nav-item.open > .nav-link {
  color: rgba(255, 255, 255, 0.92);
  background-color: transparent; }

.sidebar-color.sidebar-spaced .nav > .nav-item.open:not(.active) > .nav-link {
  background-color: rgba(255, 255, 255, 0.125); }

.sidebar-color .nav > .nav-item > .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.125);
  color: #fff; }

.sidebar-color .nav > .nav-item > .nav-link:hover > .nav-icon {
  color: rgba(255, 255, 238, 0.9); }

.sidebar-color .nav > .nav-item > .submenu {
  background-color: rgba(0, 0, 0, 0.2); }

.sidebar-color .submenu .nav-link {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9125rem; }

.sidebar-color .submenu .nav-item.open > .nav-link {
  color: rgba(255, 255, 255, 0.95); }

.sidebar-color .submenu .nav-item > .nav-link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.175); }

.sidebar-color .submenu .nav-icon {
  color: #92afd0;
  font-size: 1.1875rem; }

.sidebar-color .submenu .nav-link:hover > .nav-icon {
  color: #92afd0; }

.sidebar-color .submenu .nav-item.open > .nav-link > .nav-icon {
  color: #92afd0; }

.sidebar-color .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-color .caret {
  font-size: 0.925em;
  color: rgba(255, 255, 255, 0.7); }

.sidebar-color .open > .nav-link > .caret {
  color: rgba(255, 255, 255, 0.9); }

.sidebar-color .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-color .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-color .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-color.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-color .nav > .nav-item.active > .nav-link {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.sidebar-color .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-color .nav > .nav-item.active > .nav-link > .nav-icon {
  color: rgba(255, 255, 255, 0.95); }

.sidebar-color .submenu .nav-item.active > .nav-link {
  color: #8ebfe7; }

.sidebar-color .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-color .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-color.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-color.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #8ebfe7;
    font-weight: 600; } }

.sidebar-color .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: rgba(255, 255, 255, 0.75); }

.sidebar-color .submenu .nav-link {
  padding-left: 4em; }

.sidebar-color .submenu .submenu .nav-link {
  padding-left: 4.75em; }

.sidebar-color .submenu .submenu .submenu .nav-link {
  padding-left: 5.375em; }

.sidebar-color .nav-item-caption {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem; }

.sidebar-color .nav-item-divider {
  border-top: 1px solid rgba(208, 217, 221, 0.175); }

.sidebar-color .submenu .nav-item-divider {
  border-top-color: rgba(223, 229, 232, 0.175); }

@media (min-width: 1200px) {
  .sidebar-color.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-color.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-color.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #1e2635; }
  .sidebar-color.hoverable.collapsed .sub-arrow {
    border-color: #1e2635 !important; } }

@media (min-width: 1200px) {
  .sidebar-color.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-color.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-color.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-color.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #1e2635; }
  .sidebar-color.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-color.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #1e2635 !important; } }

.sidebar-color .ace-scroll {
  scrollbar-color: rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.33); }

.sidebar-color .ace-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.33);
  border-right: 1px solid #1e2635; }

.sidebar-color .ace-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid #1e2635; }

@media (min-width: 1200px) {
  .sidebar-color.toggling .nav > .nav-item.active.open {
    transition: none; }
  .sidebar-color.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active), .sidebar-color.hoverable.collapsed .nav > .nav-item.open:not(.active) {
    border-color: transparent;
    background-color: transparent; }
  .sidebar-color.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link, .sidebar-color.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link {
    color: rgba(255, 255, 255, 0.92);
    background-color: transparent; }
  .sidebar-color.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon, .sidebar-color.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon {
    color: rgba(255, 255, 255, 0.78); }
  .sidebar-color.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open, .sidebar-color.hoverable.collapsed .nav > .nav-item.active.open {
    transition: none; } }

.sidebar-color .sidebar-search-input {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.15); }

.sidebar-color .sidebar-search-input:focus {
  border-bottom-color: rgba(255, 255, 255, 0.5); }

.sidebar-color .sidebar-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-color .sidebar-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-color .sidebar-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-color .sidebar-search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-color .sidebar-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-color .sidebar-search-input::-moz-placeholder {
  color: #fff; }

.sidebar-dark {
  background-color: #1e2635;
  --active-border-offset-right: 1px; }

.sidebar-dark .sidebar-inner {
  background: inherit; }

.sidebar-dark .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-dark:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #1e2635; } }

.sidebar-dark .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-dark .nav > .nav-item > .nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem; }

.sidebar-dark .nav > .nav-item > .nav-link > .nav-icon {
  color: rgba(187, 218, 238, 0.6);
  font-size: 1.2em; }

.sidebar-dark .nav > .nav-item.open > .nav-link {
  color: rgba(255, 255, 255, 0.92);
  background-color: transparent; }

.sidebar-dark.sidebar-spaced .nav > .nav-item.open:not(.active) > .nav-link {
  background-color: rgba(151, 186, 247, 0.09); }

.sidebar-dark .nav > .nav-item > .nav-link:hover {
  background-color: rgba(151, 186, 247, 0.09);
  color: #fff; }

.sidebar-dark .nav > .nav-item > .nav-link:hover > .nav-icon {
  color: rgba(187, 218, 238, 0.92); }

.sidebar-dark .nav > .nav-item > .submenu {
  background-color: rgba(0, 0, 0, 0.2); }

.sidebar-dark .submenu .nav-link {
  color: rgba(255, 255, 255, 0.87);
  font-size: 0.9125rem; }

.sidebar-dark .submenu .nav-item.open > .nav-link {
  color: rgba(255, 255, 255, 0.95); }

.sidebar-dark .submenu .nav-item > .nav-link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.175); }

.sidebar-dark .submenu .nav-icon {
  color: #92afd0;
  font-size: 1.1875rem; }

.sidebar-dark .submenu .nav-link:hover > .nav-icon {
  color: #92afd0; }

.sidebar-dark .submenu .nav-item.open > .nav-link > .nav-icon {
  color: #92afd0; }

.sidebar-dark .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-dark .caret {
  font-size: 0.925em;
  color: rgba(255, 255, 255, 0.7); }

.sidebar-dark .open > .nav-link > .caret {
  color: rgba(255, 255, 255, 0.9); }

.sidebar-dark .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-dark .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-dark .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-dark.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-dark .nav > .nav-item.active > .nav-link {
  color: #fff;
  background-color: #37536a; }

.sidebar-dark .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-dark .nav > .nav-item.active > .nav-link > .nav-icon {
  color: rgba(255, 255, 255, 0.95); }

.sidebar-dark .submenu .nav-item.active > .nav-link {
  color: #8ebfe7; }

.sidebar-dark .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-dark .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-dark.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-dark.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #8ebfe7;
    font-weight: 600; }
  .sidebar-dark.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-dark.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-dark .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: rgba(113, 200, 236, 0.8); }

.sidebar-dark .submenu .nav-link {
  padding-left: 4em; }

.sidebar-dark .submenu .submenu .nav-link {
  padding-left: 4.75em; }

.sidebar-dark .submenu .submenu .submenu .nav-link {
  padding-left: 5.375em; }

.sidebar-dark .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 3em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-dark .submenu .submenu .nav-text::before {
  left: 3.75em; }

.sidebar-dark .submenu .submenu .submenu .nav-text::before {
  left: 4.375em; }

.sidebar-dark .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: "";
  display: block;
  opacity: 0.8; }

.sidebar-dark .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-dark.hoverable.collapsed .submenu .nav-text::before, .sidebar-dark.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

.sidebar-dark .nav-item-caption {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem; }

.sidebar-dark .nav-item-divider {
  border-top: 1px solid rgba(208, 217, 221, 0.175); }

.sidebar-dark .submenu .nav-item-divider {
  border-top-color: rgba(223, 229, 232, 0.175); }

@media (min-width: 1200px) {
  .sidebar-dark.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-dark.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-dark.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #1e2635; }
  .sidebar-dark.hoverable.collapsed .sub-arrow {
    border-color: #1e2635 !important; } }

@media (min-width: 1200px) {
  .sidebar-dark.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-dark.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-dark.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-dark.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #1e2635; }
  .sidebar-dark.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-dark.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #1e2635 !important; } }

.sidebar-dark .ace-scroll {
  scrollbar-color: rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.33); }

.sidebar-dark .ace-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.33);
  border-right: 1px solid #1e2635; }

.sidebar-dark .ace-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid #1e2635; }

@media (min-width: 1200px) {
  .sidebar-dark.toggling .nav > .nav-item.active.open {
    transition: none; }
  .sidebar-dark.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active), .sidebar-dark.hoverable.collapsed .nav > .nav-item.open:not(.active) {
    border-color: transparent;
    background-color: transparent; }
  .sidebar-dark.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link, .sidebar-dark.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link {
    color: rgba(255, 255, 255, 0.88);
    background-color: transparent; }
  .sidebar-dark.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon, .sidebar-dark.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon {
    color: rgba(187, 218, 238, 0.6); }
  .sidebar-dark.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open, .sidebar-dark.hoverable.collapsed .nav > .nav-item.active.open {
    transition: none; } }

.sidebar-dark .sidebar-search-input {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.15); }

.sidebar-dark .sidebar-search-input:focus {
  border-bottom-color: rgba(255, 255, 255, 0.5); }

.sidebar-dark .sidebar-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-dark .sidebar-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-dark .sidebar-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-dark .sidebar-search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-dark .sidebar-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-dark .sidebar-search-input::-moz-placeholder {
  color: #fff; }

.sidebar-dark2 {
  background-color: #1e2e38;
  --active-border-offset-right: 1px; }

.sidebar-dark2 .sidebar-inner {
  background: inherit; }

.sidebar-dark2 .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-dark2:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #1e2e38; } }

.sidebar-dark2 .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-dark2 .nav > .nav-item > .nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem; }

.sidebar-dark2 .nav > .nav-item > .nav-link > .nav-icon {
  color: rgba(187, 218, 238, 0.85);
  font-size: 1.2em; }

.sidebar-dark2 .nav > .nav-item.open > .nav-link {
  color: rgba(255, 255, 255, 0.92);
  background-color: transparent; }

.sidebar-dark2.sidebar-spaced .nav > .nav-item.open:not(.active) > .nav-link {
  background-color: rgba(151, 186, 247, 0.09); }

.sidebar-dark2 .nav > .nav-item > .nav-link:hover {
  background-color: rgba(151, 186, 247, 0.09);
  color: #fff; }

.sidebar-dark2 .nav > .nav-item > .nav-link:hover > .nav-icon {
  color: rgba(187, 218, 238, 0.92); }

.sidebar-dark2 .nav > .nav-item > .submenu {
  background-color: rgba(0, 0, 0, 0.2); }

.sidebar-dark2 .submenu .nav-link {
  color: rgba(255, 255, 255, 0.87);
  font-size: 0.9125rem; }

.sidebar-dark2 .submenu .nav-item.open > .nav-link {
  color: rgba(255, 255, 255, 0.95); }

.sidebar-dark2 .submenu .nav-item > .nav-link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.175); }

.sidebar-dark2 .submenu .nav-icon {
  color: #92afd0;
  font-size: 1.1875rem; }

.sidebar-dark2 .submenu .nav-link:hover > .nav-icon {
  color: #92afd0; }

.sidebar-dark2 .submenu .nav-item.open > .nav-link > .nav-icon {
  color: #92afd0; }

.sidebar-dark2 .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-dark2 .caret {
  font-size: 0.925em;
  color: rgba(255, 255, 255, 0.7); }

.sidebar-dark2 .open > .nav-link > .caret {
  color: rgba(255, 255, 255, 0.9); }

.sidebar-dark2 .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-dark2 .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-dark2 .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-dark2.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-dark2 .nav > .nav-item.active > .nav-link {
  color: #fff;
  background-color: #466884; }

.sidebar-dark2 .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-dark2 .nav > .nav-item.active > .nav-link > .nav-icon {
  color: rgba(255, 255, 255, 0.95); }

.sidebar-dark2 .submenu .nav-item.active > .nav-link {
  color: #8ebfe7; }

.sidebar-dark2 .submenu .nav-item.active > .nav-link > .nav-icon {
  color: #70a1d1; }

.sidebar-dark2 .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-dark2.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-dark2.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #8ebfe7;
    font-weight: 600; }
  .sidebar-dark2.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-dark2.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

@media (hover: hover) {
  .sidebar-dark2 .nav > .nav-item > .nav-link:hover::before {
    border-color: rgba(255, 255, 255, 0.75); } }

.sidebar-dark2 .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: rgba(113, 200, 236, 0.8); }

.sidebar-dark2 .nav.has-active-border > .nav-item.active:hover > .nav-link::before {
  border-color: rgba(113, 200, 236, 0.8); }

@media (hover: hover) {
  .sidebar-dark2 .nav.has-active-border > .nav-item.active.open > .nav-link:hover::before {
    display: block; } }

.sidebar-dark2 .submenu .nav-link {
  padding-left: 4em; }

.sidebar-dark2 .submenu .submenu .nav-link {
  padding-left: 4.75em; }

.sidebar-dark2 .submenu .submenu .submenu .nav-link {
  padding-left: 5.375em; }

.sidebar-dark2 .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 3em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-dark2 .submenu .submenu .nav-text::before {
  left: 3.75em; }

.sidebar-dark2 .submenu .submenu .submenu .nav-text::before {
  left: 4.375em; }

.sidebar-dark2 .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: "";
  display: block;
  opacity: 0.8; }

.sidebar-dark2 .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-dark2.hoverable.collapsed .submenu .nav-text::before, .sidebar-dark2.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

.sidebar-dark2 .nav-item-caption {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem; }

.sidebar-dark2 .nav-item-divider {
  border-top: 1px solid rgba(208, 217, 221, 0.175); }

.sidebar-dark2 .submenu .nav-item-divider {
  border-top-color: rgba(223, 229, 232, 0.175); }

@media (min-width: 1200px) {
  .sidebar-dark2.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-dark2.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-dark2.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #1e2e38; }
  .sidebar-dark2.hoverable.collapsed .sub-arrow {
    border-color: #1e2e38 !important; } }

@media (min-width: 1200px) {
  .sidebar-dark2.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-dark2.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-dark2.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-dark2.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #1e2e38; }
  .sidebar-dark2.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-dark2.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #1e2e38 !important; } }

.sidebar-dark2 .ace-scroll {
  scrollbar-color: rgba(255, 255, 255, 0.75) rgba(255, 255, 255, 0.33); }

.sidebar-dark2 .ace-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.33);
  border-right: 1px solid #1e2e38; }

.sidebar-dark2 .ace-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.75);
  border-right: 1px solid #1e2e38; }

@media (min-width: 1200px) {
  .sidebar-dark2.toggling .nav > .nav-item.active.open {
    transition: none; }
  .sidebar-dark2.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active), .sidebar-dark2.hoverable.collapsed .nav > .nav-item.open:not(.active) {
    border-color: transparent;
    background-color: transparent; }
  .sidebar-dark2.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link, .sidebar-dark2.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link {
    color: rgba(255, 255, 255, 0.88);
    background-color: transparent; }
  .sidebar-dark2.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon, .sidebar-dark2.hoverable.collapsed .nav > .nav-item.open:not(.active) > .nav-link > .nav-icon {
    color: rgba(187, 218, 238, 0.85); }
  .sidebar-dark2.expandable.collapsed .sidebar-inner:not(.is-hover) .nav > .nav-item.active.open, .sidebar-dark2.hoverable.collapsed .nav > .nav-item.active.open {
    transition: none; } }

.sidebar-dark2 .sidebar-search-input {
  color: rgba(255, 255, 255, 0.85);
  border-bottom-color: rgba(255, 255, 255, 0.15); }

.sidebar-dark2 .sidebar-search-input:focus {
  border-bottom-color: rgba(255, 255, 255, 0.5); }

.sidebar-dark2 .sidebar-search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-dark2 .sidebar-search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-dark2 .sidebar-search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-dark2 .sidebar-search-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-dark2 .sidebar-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5); }

.sidebar-dark2 .sidebar-search-input::-moz-placeholder {
  color: #fff; }

.sidebar-purple {
  background-color: #5f4e9a;
  --active-border-offset-right: 1px; }

.sidebar-purple .sidebar-inner {
  background: inherit; }

.sidebar-purple .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-purple:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #5f4e9a; } }

.sidebar-purple .nav > .nav-item > .nav-link {
  color: #fff; }

.sidebar-purple .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-purple .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-purple .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-purple .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-purple .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-purple.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-purple .nav > .nav-item.active > .nav-link {
  background-color: #a07e63; }

.sidebar-purple .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-purple .submenu .nav-item.active > .nav-link {
  color: #e8c177; }

.sidebar-purple .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-purple.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-purple.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #e8c177;
    font-weight: 600; }
  .sidebar-purple.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-purple.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-purple .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: #e3c14e; }

.sidebar-purple .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.375rem);
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-left-color: currentColor;
  border-right-width: 0; }

.sidebar-purple .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-purple .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-purple .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-purple.hoverable.collapsed .submenu .nav-text::before, .sidebar-purple.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-purple.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-purple.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-purple.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #5f4e9a; }
  .sidebar-purple.hoverable.collapsed .sub-arrow {
    border-color: #5f4e9a !important; } }

@media (min-width: 1200px) {
  .sidebar-purple.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-purple.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-purple.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-purple.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #5f4e9a; }
  .sidebar-purple.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-purple.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #5f4e9a !important; } }

.sidebar-purple .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #5f4e9a; }

.sidebar-purple .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #5f4e9a; }

.sidebar-plum {
  background-color: #633765;
  --active-border-offset-right: 1px; }

.sidebar-plum .sidebar-inner {
  background: inherit; }

.sidebar-plum .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-plum:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #633765; } }

.sidebar-plum .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-plum .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-plum .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-plum .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-plum .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-plum.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-plum .nav > .nav-item.active > .nav-link {
  background-color: rgba(211, 175, 42, 0.45); }

.sidebar-plum .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-plum .submenu .nav-item.active > .nav-link {
  color: #dcc286; }

.sidebar-plum .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-plum.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-plum.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #dcc286;
    font-weight: 600; }
  .sidebar-plum.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-plum.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-plum .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: #dbbd59; }

.sidebar-plum .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.375rem);
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-left-color: currentColor;
  border-right-width: 0; }

.sidebar-plum .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-plum .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-plum .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-plum.hoverable.collapsed .submenu .nav-text::before, .sidebar-plum.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-plum.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-plum.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-plum.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #633765; }
  .sidebar-plum.hoverable.collapsed .sub-arrow {
    border-color: #633765 !important; } }

@media (min-width: 1200px) {
  .sidebar-plum.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-plum.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-plum.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-plum.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #633765; }
  .sidebar-plum.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-plum.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #633765 !important; } }

.sidebar-plum .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #633765; }

.sidebar-plum .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #633765; }

.sidebar-green {
  background-color: #3e674b;
  --active-border-offset-right: 1px; }

.sidebar-green .sidebar-inner {
  background: inherit; }

.sidebar-green .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-green:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #3e674b; } }

.sidebar-green .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-green .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-green .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-green .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-green .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-green .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-green.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-green .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-green .submenu .nav-item.active > .nav-link {
  color: #e6d170; }

.sidebar-green .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-green.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-green.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #e6d170;
    font-weight: 600; }
  .sidebar-green.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-green.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-green .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: rgba(240, 222, 142, 0.88); }

.sidebar-green .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-green .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-green .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-green .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-green.hoverable.collapsed .submenu .nav-text::before, .sidebar-green.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-green.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-green.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-green.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #3e674b; }
  .sidebar-green.hoverable.collapsed .sub-arrow {
    border-color: #3e674b !important; } }

@media (min-width: 1200px) {
  .sidebar-green.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-green.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-green.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-green.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #3e674b; }
  .sidebar-green.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-green.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #3e674b !important; } }

.sidebar-green .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #3e674b; }

.sidebar-green .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #3e674b; }

.sidebar-blue {
  background-color: #1d4687;
  --active-border-offset-right: 1px; }

.sidebar-blue .sidebar-inner {
  background: inherit; }

.sidebar-blue .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-blue:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #1d4687; } }

.sidebar-blue .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-blue .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-blue .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-blue .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-blue .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-blue .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-blue.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-blue .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-blue .submenu .nav-item.active > .nav-link {
  color: #f9e092; }

.sidebar-blue .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-blue.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-blue.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #f9e092;
    font-weight: 600; }
  .sidebar-blue.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-blue.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-blue .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-blue .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-blue .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-blue .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-blue.hoverable.collapsed .submenu .nav-text::before, .sidebar-blue.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-blue.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-blue.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-blue.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #1d4687; }
  .sidebar-blue.hoverable.collapsed .sub-arrow {
    border-color: #1d4687 !important; } }

@media (min-width: 1200px) {
  .sidebar-blue.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-blue.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-blue.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-blue.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #1d4687; }
  .sidebar-blue.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-blue.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #1d4687 !important; } }

.sidebar-blue .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #1d4687; }

.sidebar-blue .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #1d4687; }

.sidebar-darkblue {
  background-color: #2d4a5e;
  --active-border-offset-right: 1px; }

.sidebar-darkblue .sidebar-inner {
  background: inherit; }

.sidebar-darkblue .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-darkblue:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #2d4a5e; } }

.sidebar-darkblue .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-darkblue.sidebar-spaced .nav > .nav-item.open:not(.active) > .nav-link {
  background-color: #496579; }

.sidebar-darkblue .nav > .nav-item > .nav-link:hover {
  background-color: #496579; }

.sidebar-darkblue .nav > .nav-item > .submenu {
  background-color: rgba(0, 0, 0, 0.15); }

.sidebar-darkblue .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-darkblue .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-darkblue .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-darkblue .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-darkblue .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-darkblue.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-darkblue .nav > .nav-item.active > .nav-link {
  background-color: #4b7293; }

.sidebar-darkblue .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-darkblue .submenu .nav-item.active > .nav-link {
  color: #9ad3fc; }

.sidebar-darkblue .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-darkblue.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-darkblue.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #9ad3fc;
    font-weight: 600; }
  .sidebar-darkblue.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-darkblue.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-darkblue .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: #9ad3fc; }

.sidebar-darkblue .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.375rem);
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-left-color: currentColor;
  border-right-width: 0; }

.sidebar-darkblue .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-darkblue .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-darkblue .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-darkblue.hoverable.collapsed .submenu .nav-text::before, .sidebar-darkblue.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-darkblue.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-darkblue.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-darkblue.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #2d4a5e; }
  .sidebar-darkblue.hoverable.collapsed .sub-arrow {
    border-color: #2d4a5e !important; } }

@media (min-width: 1200px) {
  .sidebar-darkblue.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-darkblue.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-darkblue.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-darkblue.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #2d4a5e; }
  .sidebar-darkblue.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-darkblue.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #2d4a5e !important; } }

.sidebar-darkblue .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #2d4a5e; }

.sidebar-darkblue .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #2d4a5e; }

.sidebar-steelblue {
  background-color: #195e98;
  --active-border-offset-right: 1px; }

.sidebar-steelblue .sidebar-inner {
  background: inherit; }

.sidebar-steelblue .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-steelblue:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #195e98; } }

.sidebar-steelblue .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-steelblue .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-steelblue .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-steelblue .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-steelblue .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-steelblue .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-steelblue.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-steelblue .nav > .nav-item.active > .nav-link {
  background-color: rgba(211, 168, 32, 0.75); }

.sidebar-steelblue .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-steelblue .submenu .nav-item.active > .nav-link {
  color: #f9e092; }

.sidebar-steelblue .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-steelblue.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-steelblue.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #f9e092;
    font-weight: 600; }
  .sidebar-steelblue.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-steelblue.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

@media (hover: hover) {
  .sidebar-steelblue .nav > .nav-item > .nav-link:hover::before {
    border-color: rgba(255, 255, 255, 0.8); } }

.sidebar-steelblue .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: rgba(255, 255, 255, 0.93); }

.sidebar-steelblue .nav.has-active-border > .nav-item.active:hover > .nav-link::before {
  border-color: rgba(255, 255, 255, 0.93); }

@media (hover: hover) {
  .sidebar-steelblue .nav.has-active-border > .nav-item.active.open > .nav-link:hover::before {
    display: block; } }

.sidebar-steelblue .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-steelblue .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-steelblue .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-steelblue .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-steelblue.hoverable.collapsed .submenu .nav-text::before, .sidebar-steelblue.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-steelblue.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-steelblue.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-steelblue.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #195e98; }
  .sidebar-steelblue.hoverable.collapsed .sub-arrow {
    border-color: #195e98 !important; } }

@media (min-width: 1200px) {
  .sidebar-steelblue.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-steelblue.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-steelblue.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-steelblue.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #195e98; }
  .sidebar-steelblue.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-steelblue.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #195e98 !important; } }

.sidebar-steelblue .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #195e98; }

.sidebar-steelblue .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #195e98; }

.sidebar-cadetblue {
  background-color: #226467;
  --active-border-offset-right: 1px; }

.sidebar-cadetblue .sidebar-inner {
  background: inherit; }

.sidebar-cadetblue .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-cadetblue:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #226467; } }

.sidebar-cadetblue .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-cadetblue .nav > .nav-item > .nav-link {
  color: rgba(255, 255, 255, 0.92); }

.sidebar-cadetblue .nav > .nav-item > .nav-link > .nav-icon {
  color: rgba(255, 255, 255, 0.82); }

.sidebar-cadetblue .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-cadetblue .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-cadetblue .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-cadetblue .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-cadetblue .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-cadetblue.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-cadetblue .nav > .nav-item.active > .nav-link {
  background-color: rgba(255, 255, 255, 0.12); }

.sidebar-cadetblue .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-cadetblue .submenu .nav-item.active > .nav-link {
  color: #fed5a1; }

.sidebar-cadetblue .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-cadetblue.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-cadetblue.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #fed5a1;
    font-weight: 600; }
  .sidebar-cadetblue.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-cadetblue.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

@media (hover: hover) {
  .sidebar-cadetblue .nav > .nav-item > .nav-link:hover::before {
    border-color: rgba(255, 255, 255, 0.73); } }

.sidebar-cadetblue .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: #f4b76a; }

.sidebar-cadetblue .nav.has-active-border > .nav-item.active:hover > .nav-link::before {
  border-color: #f4b76a; }

@media (hover: hover) {
  .sidebar-cadetblue .nav.has-active-border > .nav-item.active.open > .nav-link:hover::before {
    display: block; } }

.sidebar-cadetblue .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-cadetblue .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-cadetblue .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-cadetblue .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-cadetblue.hoverable.collapsed .submenu .nav-text::before, .sidebar-cadetblue.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-cadetblue.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-cadetblue.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-cadetblue.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #226467; }
  .sidebar-cadetblue.hoverable.collapsed .sub-arrow {
    border-color: #226467 !important; } }

@media (min-width: 1200px) {
  .sidebar-cadetblue.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-cadetblue.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-cadetblue.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-cadetblue.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #226467; }
  .sidebar-cadetblue.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-cadetblue.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #226467 !important; } }

.sidebar-cadetblue .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #226467; }

.sidebar-cadetblue .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #226467; }

.sidebar-darkslateblue {
  background-color: #463e7e;
  --active-border-offset-right: 1px; }

.sidebar-darkslateblue .sidebar-inner {
  background: inherit; }

.sidebar-darkslateblue .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-darkslateblue:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #463e7e; } }

.sidebar-darkslateblue .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-darkslateblue .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-darkslateblue .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-darkslateblue .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-darkslateblue .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-darkslateblue .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-darkslateblue.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-darkslateblue .nav > .nav-item.active > .nav-link {
  background-color: #a19c2c; }

.sidebar-darkslateblue .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-darkslateblue .submenu .nav-item.active > .nav-link {
  color: #e3dd65; }

.sidebar-darkslateblue .submenu .nav-item.active:not(.open) > .nav-link {
  background-color: rgba(255, 255, 255, 0.1);
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-darkslateblue.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-darkslateblue.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #e3dd65;
    background-color: rgba(255, 255, 255, 0.1);
    font-weight: 600; } }

@media (hover: hover) {
  .sidebar-darkslateblue .nav > .nav-item > .nav-link:hover::before {
    border-color: rgba(255, 255, 255, 0.8); } }

.sidebar-darkslateblue .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: rgba(255, 255, 255, 0.93); }

.sidebar-darkslateblue .nav.has-active-border > .nav-item.active:hover > .nav-link::before {
  border-color: rgba(255, 255, 255, 0.93); }

@media (hover: hover) {
  .sidebar-darkslateblue .nav.has-active-border > .nav-item.active.open > .nav-link:hover::before {
    display: block; } }

@media (min-width: 1200px) {
  .sidebar-darkslateblue.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-darkslateblue.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-darkslateblue.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #463e7e; }
  .sidebar-darkslateblue.hoverable.collapsed .sub-arrow {
    border-color: #463e7e !important; } }

@media (min-width: 1200px) {
  .sidebar-darkslateblue.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-darkslateblue.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-darkslateblue.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-darkslateblue.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #463e7e; }
  .sidebar-darkslateblue.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-darkslateblue.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #463e7e !important; } }

.sidebar-darkslateblue .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #463e7e; }

.sidebar-darkslateblue .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #463e7e; }

.sidebar-darkcrimson {
  background-color: #653e45;
  --active-border-offset-right: 1px; }

.sidebar-darkcrimson .sidebar-inner {
  background: inherit; }

.sidebar-darkcrimson .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-darkcrimson:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #653e45; } }

.sidebar-darkcrimson .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-darkcrimson .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-darkcrimson .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-darkcrimson .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-darkcrimson .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-darkcrimson.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-darkcrimson .nav > .nav-item.active > .nav-link {
  background-color: #77785e; }

.sidebar-darkcrimson .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-darkcrimson .submenu .nav-item.active > .nav-link {
  color: #b7d7a9; }

.sidebar-darkcrimson .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-darkcrimson.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-darkcrimson.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #b7d7a9;
    font-weight: 600; }
  .sidebar-darkcrimson.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-darkcrimson.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-darkcrimson .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-darkcrimson .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-darkcrimson .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-darkcrimson .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-darkcrimson.hoverable.collapsed .submenu .nav-text::before, .sidebar-darkcrimson.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-darkcrimson.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-darkcrimson.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-darkcrimson.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #653e45; }
  .sidebar-darkcrimson.hoverable.collapsed .sub-arrow {
    border-color: #653e45 !important; } }

@media (min-width: 1200px) {
  .sidebar-darkcrimson.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-darkcrimson.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-darkcrimson.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-darkcrimson.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #653e45; }
  .sidebar-darkcrimson.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-darkcrimson.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #653e45 !important; } }

.sidebar-darkcrimson .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #653e45; }

.sidebar-darkcrimson .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #653e45; }

.sidebar-darkslategrey {
  background-color: darkslategrey;
  --active-border-offset-right: 1px; }

.sidebar-darkslategrey .sidebar-inner {
  background: inherit; }

.sidebar-darkslategrey .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-darkslategrey:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid darkslategrey; } }

.sidebar-darkslategrey .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-darkslategrey .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-darkslategrey .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-darkslategrey .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-darkslategrey .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-darkslategrey.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-darkslategrey .nav > .nav-item.active > .nav-link {
  background-color: rgba(136, 192, 60, 0.5); }

.sidebar-darkslategrey .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-darkslategrey .submenu .nav-item.active > .nav-link {
  color: #b6da88; }

.sidebar-darkslategrey .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-darkslategrey.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-darkslategrey.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #b6da88;
    font-weight: 600; }
  .sidebar-darkslategrey.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-darkslategrey.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-darkslategrey .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-darkslategrey .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-darkslategrey .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-darkslategrey .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-darkslategrey.hoverable.collapsed .submenu .nav-text::before, .sidebar-darkslategrey.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-darkslategrey.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-darkslategrey.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-darkslategrey.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: darkslategrey; }
  .sidebar-darkslategrey.hoverable.collapsed .sub-arrow {
    border-color: darkslategrey !important; } }

@media (min-width: 1200px) {
  .sidebar-darkslategrey.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-darkslategrey.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-darkslategrey.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-darkslategrey.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: darkslategrey; }
  .sidebar-darkslategrey.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-darkslategrey.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: darkslategrey !important; } }

.sidebar-darkslategrey .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid darkslategrey; }

.sidebar-darkslategrey .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid darkslategrey; }

.sidebar-gradient1 {
  background-color: #2d5365;
  background-image: linear-gradient(#237b49, #362a81);
  --active-border-offset-right: 1px; }

.sidebar-gradient1 .sidebar-inner {
  background: inherit; }

.sidebar-gradient1 .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-gradient1:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #2d5365; } }

.sidebar-gradient1 .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-gradient1 .nav > .nav-item > .nav-link > .nav-icon {
  color: rgba(255, 255, 255, 0.66); }

.sidebar-gradient1 .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-gradient1 .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-gradient1 .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-gradient1 .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-gradient1 .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-gradient1.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-gradient1 .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-gradient1 .submenu .nav-item.active > .nav-link {
  color: #f5e685; }

.sidebar-gradient1 .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-gradient1.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-gradient1.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #f5e685;
    font-weight: 600; }
  .sidebar-gradient1.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-gradient1.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-gradient1 .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-gradient1 .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-gradient1 .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-gradient1 .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-gradient1.hoverable.collapsed .submenu .nav-text::before, .sidebar-gradient1.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-gradient1.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-gradient1.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-gradient1.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #2d5365; }
  .sidebar-gradient1.hoverable.collapsed .sub-arrow {
    border-color: #2d5365 !important; } }

@media (min-width: 1200px) {
  .sidebar-gradient1.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-gradient1.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-gradient1.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-gradient1.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #2d5365; }
  .sidebar-gradient1.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-gradient1.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #2d5365 !important; } }

.sidebar-gradient1 .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #2d5365; }

.sidebar-gradient1 .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #2d5365; }

.sidebar-gradient2 {
  background-color: #3b6471;
  background-image: linear-gradient(#362a81, #237b49);
  --active-border-offset-right: 1px; }

.sidebar-gradient2 .sidebar-inner {
  background: inherit; }

.sidebar-gradient2 .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-gradient2:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #3b6471; } }

.sidebar-gradient2 .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-gradient2 .nav > .nav-item > .nav-link > .nav-icon {
  color: rgba(255, 255, 255, 0.66); }

.sidebar-gradient2 .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-gradient2 .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-gradient2 .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-gradient2 .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-gradient2 .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-gradient2.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-gradient2 .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-gradient2 .submenu .nav-item.active > .nav-link {
  color: #f5e685; }

.sidebar-gradient2 .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-gradient2.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-gradient2.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #f5e685;
    font-weight: 600; }
  .sidebar-gradient2.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-gradient2.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-gradient2 .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: #fff; }

.sidebar-gradient2 .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.1875rem);
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.75rem;
  background-color: currentColor; }

.sidebar-gradient2 .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-gradient2 .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-gradient2 .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-gradient2.hoverable.collapsed .submenu .nav-text::before, .sidebar-gradient2.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-gradient2.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-gradient2.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-gradient2.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #3b6471; }
  .sidebar-gradient2.hoverable.collapsed .sub-arrow {
    border-color: #3b6471 !important; } }

@media (min-width: 1200px) {
  .sidebar-gradient2.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-gradient2.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-gradient2.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-gradient2.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #3b6471; }
  .sidebar-gradient2.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-gradient2.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #3b6471 !important; } }

.sidebar-gradient2 .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #3b6471; }

.sidebar-gradient2 .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #3b6471; }

.sidebar-gradient3 {
  background-color: #46444b;
  background-image: linear-gradient(#364663, #564133);
  --active-border-offset-right: 1px; }

.sidebar-gradient3 .sidebar-inner {
  background: inherit; }

.sidebar-gradient3 .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-gradient3:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #46444b; } }

.sidebar-gradient3 .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-gradient3 .nav > .nav-item > .nav-link > .nav-icon {
  color: rgba(255, 255, 255, 0.66); }

.sidebar-gradient3 .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-gradient3 .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-gradient3 .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-gradient3 .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-gradient3 .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-gradient3.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-gradient3 .nav > .nav-item.active > .nav-link {
  color: #fff;
  font-weight: 600; }

.sidebar-gradient3 .nav > .nav-item.active > .nav-link > .nav-icon {
  color: #fff; }

.sidebar-gradient3 .submenu .nav-item.active > .nav-link {
  color: rgba(245, 225, 133, 0.9); }

.sidebar-gradient3 .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-gradient3.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-gradient3.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: rgba(245, 225, 133, 0.9);
    font-weight: 600; }
  .sidebar-gradient3.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-gradient3.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-gradient3 .nav.has-active-border .nav-item.active > .nav-link::before {
  content: "";
  border-color: #fff; }

.sidebar-gradient3 .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.375rem);
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-left-color: currentColor;
  border-right-width: 0; }

.sidebar-gradient3 .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-gradient3 .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-gradient3 .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-gradient3.hoverable.collapsed .submenu .nav-text::before, .sidebar-gradient3.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-gradient3.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-gradient3.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-gradient3.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #46444b; }
  .sidebar-gradient3.hoverable.collapsed .sub-arrow {
    border-color: #46444b !important; } }

@media (min-width: 1200px) {
  .sidebar-gradient3.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-gradient3.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-gradient3.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-gradient3.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #46444b; }
  .sidebar-gradient3.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-gradient3.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #46444b !important; } }

.sidebar-gradient3 .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #46444b; }

.sidebar-gradient3 .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #46444b; }

.sidebar-gradient4 {
  background-color: #223a63;
  background-image: linear-gradient(#3e5376, #052050);
  --active-border-offset-right: 1px; }

.sidebar-gradient4 .sidebar-inner {
  background: inherit; }

.sidebar-gradient4 .nav.active-on-right .nav-item.active .nav-link::before {
  right: 1px; }

@media (max-width: 1199.98px) {
  .sidebar-gradient4:not(.sidebar-fixed) .sidebar-inner {
    border-bottom: 1px solid #223a63; } }

.sidebar-gradient4 .nav > .nav-item {
  margin-bottom: 1px; }

.sidebar-gradient4 .nav > .nav-item > .nav-link > .nav-icon {
  color: rgba(255, 255, 255, 0.66); }

.sidebar-gradient4 .caret {
  color: inherit;
  opacity: 0.75; }

.sidebar-gradient4 .open > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-gradient4 .nav-item > .nav-link:hover > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-gradient4 .nav-item.active > .nav-link > .caret {
  color: inherit;
  opacity: 0.82; }

.sidebar-gradient4 .nav-item.active.open > .nav-link > .caret {
  color: inherit;
  opacity: 0.92; }

@media (min-width: 1200px) {
  .sidebar-gradient4.sidebar-h .nav > .nav-item.active {
    border-width: 0 1px; } }

.sidebar-gradient4 .nav > .nav-item.active > .nav-link {
  color: #fff;
  background-color: rgba(90, 157, 195, 0.4); }

.sidebar-gradient4 .nav > .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

.sidebar-gradient4 .nav > .nav-item.active > .nav-link > .nav-icon {
  color: rgba(255, 255, 255, 0.87); }

.sidebar-gradient4 .submenu .nav-item.active > .nav-link {
  color: #baddf7; }

.sidebar-gradient4 .submenu .nav-item.active:not(.open) > .nav-link {
  font-weight: 600; }

@media (min-width: 1200px) {
  .sidebar-gradient4.hoverable.collapsed .submenu .nav-item.active.open > .nav-link, .sidebar-gradient4.sidebar-hover:not(.collapsed) .submenu .nav-item.active.open > .nav-link {
    color: #baddf7;
    font-weight: 600; }
  .sidebar-gradient4.hoverable.collapsed .submenu .nav-item.active > .nav-link > .nav-text::before, .sidebar-gradient4.sidebar-hover:not(.collapsed) .submenu .nav-item.active > .nav-link > .nav-text::before {
    content: "";
    display: block;
    opacity: 1; } }

.sidebar-gradient4 .submenu .nav-text::before {
  display: none;
  position: absolute;
  left: 2.75em;
  z-index: 1;
  opacity: 0.65;
  top: calc(50% - 0.375rem);
  width: 0;
  height: 0;
  border: 0.375rem solid transparent;
  border-left-color: currentColor;
  border-right-width: 0; }

.sidebar-gradient4 .submenu .submenu .nav-text::before {
  left: 3.25em; }

.sidebar-gradient4 .submenu .submenu .submenu .nav-text::before {
  left: 4em; }

.sidebar-gradient4 .submenu .nav-item > .nav-link:hover > .nav-text::before {
  content: "";
  display: block;
  opacity: 0.8; }

.sidebar-gradient4 .submenu .nav-item.active:not(.open) > .nav-link > .nav-text::before {
  content: "";
  display: block;
  opacity: 1; }

@media (min-width: 1200px) {
  .sidebar-gradient4.hoverable.collapsed .submenu .nav-text::before, .sidebar-gradient4.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    left: calc(0.5em + 1px) !important; } }

@media (min-width: 1200px) {
  .sidebar-gradient4.hoverable.collapsed .sidebar-section-item .fadeable,
  .sidebar-gradient4.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-gradient4.hoverable.collapsed .nav > .nav-item > .submenu {
    background-color: #223a63; }
  .sidebar-gradient4.hoverable.collapsed .sub-arrow {
    border-color: #223a63 !important; } }

@media (min-width: 1200px) {
  .sidebar-gradient4.sidebar-hover:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-gradient4.sidebar-hover:not(.collapsed) .nav > .nav-item > .submenu, .sidebar-gradient4.sidebar-h:not(.collapsed) .sidebar-section-item .fadeable,
  .sidebar-gradient4.sidebar-h:not(.collapsed) .nav > .nav-item > .submenu {
    background-color: #223a63; }
  .sidebar-gradient4.sidebar-hover:not(.collapsed) .sub-arrow, .sidebar-gradient4.sidebar-h:not(.collapsed) .sub-arrow {
    border-color: #223a63 !important; } }

.sidebar-gradient4 .ace-scroll::-webkit-scrollbar-track {
  border-right: 1px solid #223a63; }

.sidebar-gradient4 .ace-scroll::-webkit-scrollbar-thumb {
  border-right: 1px solid #223a63; }

@media (min-width: 1200px) {
  .sidebar-color.hoverable.collapsed .submenu .submenu,
  .sidebar-color.hoverable.collapsed .submenu-inner,
  .sidebar-color.hoverable.collapsed .submenu .nav-item {
    background-color: inherit !important; }
  .sidebar-color.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text {
    color: rgba(255, 255, 255, 0.93) !important; }
  .sidebar-color.hoverable.collapsed .nav > .nav-item > .submenu {
    top: calc(100% - 2px); }
  .sidebar-color.hoverable.collapsed .sub-arrow::before {
    border-right-color: rgba(255, 255, 255, 0.33) !important; }
  .sidebar-color.hoverable.collapsed .sub-arrow::after {
    border-right-color: inherit !important; }
  .sidebar-color.hoverable.collapsed .sidebar-section-item .fadeable {
    border: 1px solid;
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.1); }
  .sidebar-color.hoverable.collapsed .submenu,
  .sidebar-color.hoverable.collapsed .nav > .nav-item > .nav-link > .nav-text,
  .sidebar-color.hoverable.collapsed .sidebar-section-item .fadeable {
    border-color: rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13) rgba(255, 255, 255, 0.2); }
  .sidebar-color.hoverable.collapsed .nav > .nav-item > .submenu {
    border-top-color: rgba(255, 255, 255, 0.2); }
  .sidebar-color.hoverable.collapsed .submenu .nav-text::before {
    display: none; }
  .sidebar[class*="sidebar-gradient"]:not(.collapsed) .sidebar-color {
    background-color: transparent;
    background-image: none; }
  .sidebar-color.sidebar-hover:not(.collapsed) .submenu .submenu,
  .sidebar-color.sidebar-hover:not(.collapsed) .submenu-inner,
  .sidebar-color.sidebar-hover:not(.collapsed) .submenu .nav-item {
    background-color: inherit !important; }
  .sidebar-color.sidebar-hover:not(.collapsed) .sub-arrow::before {
    border-right-color: rgba(255, 255, 255, 0.33) !important; }
  .sidebar-color.sidebar-hover:not(.collapsed) .sub-arrow::after {
    border-right-color: inherit !important; }
  .sidebar-color.sidebar-hover:not(.collapsed) .submenu {
    border-color: rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13) rgba(255, 255, 255, 0.2); }
  .sidebar-color.sidebar-hover:not(.collapsed) .submenu .nav-text::before {
    display: none; }
  .sidebar-color.sidebar-h .nav > .nav-item > .submenu,
  .sidebar-color.sidebar-h .sidebar-section-item .fadeable {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2) rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13) rgba(0, 0, 0, 0.13);
    box-shadow: none !important; }
  .sidebar-color.sidebar-h .nav > .nav-item > .sub-arrow::before,
  .sidebar-color.sidebar-h .sidebar-section-item .sub-arrow::before {
    border-right-color: transparent !important;
    border-bottom-color: inherit !important; }
  .sidebar-color.sidebar-h .nav > .nav-item > .sub-arrow::after,
  .sidebar-color.sidebar-h .sidebar-section-item .sub-arrow::after {
    border-right-color: transparent !important;
    border-bottom-color: rgba(255, 255, 255, 0.33) !important; } }

.body-img1 {
  background-color: #424862;
  background-image: url("/assets/image/body-bg-1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat; }

.body-img2 {
  background-color: #272f53;
  background-image: url("/assets/image/body-bg-2.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

:root {
  --header-color: linear-gradient(39deg, rgba(9,9,121,0.773546918767507) 0%, rgba(2,0,36,1) 1%, rgba(0,212,255,1) 100%);
  /*hsl(var(--hue-color), 31%, 18%);*/
  --bottom-line-color: rgba(0,212,255,1); }

/*==========================Horizontal Nav Menu==============================*/
.nav-item-first a {
  padding-top: 1px;
  padding-bottom: 0px;
  align-items: center;
  justify-content: center;
  flex-direction: column !important; }

.submenu-inner .nav-item a {
  flex-direction: row !important; }

.navbar .navbar-inner {
  background-image: var(--header-color);
  border-top: 1px solid var(--bottom-line-color);
  border-bottom: 1px solid var(--bottom-line-color); }

.navbar-menu .nav-link {
  border: 1px solid #fff; }

#sidebar {
  padding-top: 0px;
  padding-bottom: 0px; }

#sidebar .sidebar-inner {
  padding-top: 0px;
  padding-bottom: 0px; }

.menu i {
  font-size: 14px; }

.menu .nav-text span {
  text-shadow: 1px 1px #FFF; }

.menu .nav-item .active {
  border-bottom: 2px solid var(--bottom-line-color); }

#iframeContent {
  top: 0;
  left: 0;
  height: 88vh;
  width: 100%;
  padding: 0;
  margin: 0; }

/*==========================Table alarms==============================*/
#aside-bottom .fixed-table-toolbar {
  background: #0099CC;
  flex-direction: column;
  padding: 0;
  margin: 0; }

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .menu * {
    font-size: 14px; }
  .modal-alarm {
    box-shadow: 5px -9px 3px rgba(0, 0, 0, 0.2);
    z-index: 900 !important;
    height: 500px; } }

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .menu * {
    font-size: 8px; }
  #tableAlarmes * {
    font-size: 8px; }
  .modal-alarm {
    box-shadow: 5px -9px 3px rgba(0, 0, 0, 0.2);
    z-index: 900 !important;
    height: 100px !important; } }

