@charset "UTF-8";

/* src/assets/fonts/font-awesome/css/font-awesome.css */
/*!
 *  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-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont-FMJ3VJ65.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfont-FMJ3VJ65.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont-5GKVPAEF.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont-Z4ARLA73.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont-RJ6LE7IU.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont-HWSR47OU.svg?v=4.7.0#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;
}
.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;
}
.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;
}
.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;
}

/* src/assets/css/uikit.min.css */
/*! UIkit 3.15.11 | https://www.getuikit.com | (c) 2014 - 2022 YOOtheme | MIT License */
html {
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #666;
}
body {
  margin: 0;
}
.uk-link,
a {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}
.uk-link-toggle:hover .uk-link,
.uk-link:hover {
  color: #0f6ecd;
}
abbr[title] {
}
b,
strong {
  font-weight: bolder;
}
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  font-family:
    Consolas,
    monaco,
    monospace;
  font-size: .875rem;
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}
em {
  color: #f0506e;
}
ins {
  background: #ffd;
  color: #666;
  text-decoration: none;
}
mark {
  background: #ffd;
  color: #666;
}
q {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
canvas,
img,
svg,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
img:not([src]) {
  visibility: hidden;
  min-width: 1px;
}
iframe {
  border: 0;
}
address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
  margin: 0 0 20px 0;
}
* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin-top: 20px;
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-weight: 400;
  color: #333;
  text-transform: none;
}
* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + .uk-heading-2xlarge,
* + .uk-heading-large,
* + .uk-heading-medium,
* + .uk-heading-small,
* + .uk-heading-xlarge,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 40px;
}
.uk-h1,
h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}
.uk-h2,
h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}
.uk-h3,
h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.uk-h4,
h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}
.uk-h5,
h5 {
  font-size: 16px;
  line-height: 1.4;
}
.uk-h6,
h6 {
  font-size: .875rem;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .uk-h1,
  h1 {
    font-size: 2.625rem;
  }
  .uk-h2,
  h2 {
    font-size: 2rem;
  }
}
ol,
ul {
  padding-left: 30px;
}
ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
  margin: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.uk-hr,
hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
* + .uk-hr,
* + hr {
  margin-top: 20px;
}
address {
  font-style: normal;
}
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333;
}
* + blockquote {
  margin-top: 20px;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote footer {
  margin-top: 10px;
  font-size: .875rem;
  line-height: 1.5;
  color: #666;
}
blockquote footer::before {
  content: "\2014  ";
}
pre {
  font:
    0.875rem/1.5 Consolas,
    monaco,
    monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}
pre code {
  font-family:
    Consolas,
    monaco,
    monospace;
}
:focus {
  outline: 0;
}
:focus-visible {
  outline: 2px dotted #333;
}
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px ;
}
.uk-link-muted a,
.uk-link-toggle .uk-link-muted,
a.uk-link-muted {
  color: #999;
}
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted,
a.uk-link-muted:hover {
  color: #666;
}
.uk-link-text a,
.uk-link-toggle .uk-link-text,
a.uk-link-text {
  color: inherit;
}
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text,
a.uk-link-text:hover {
  color: #999;
}
.uk-link-heading a,
.uk-link-toggle .uk-link-heading,
a.uk-link-heading {
  color: inherit;
}
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading,
a.uk-link-heading:hover {
  color: #1e87f0;
  text-decoration: none;
}
.uk-link-reset a,
a.uk-link-reset {
  color: inherit !important;
  text-decoration: none !important;
}
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
}
.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1;
}
.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
}
.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
}
.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
}
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem;
  }
  .uk-heading-medium {
    font-size: 3.5rem;
  }
  .uk-heading-large {
    font-size: 4rem;
  }
  .uk-heading-xlarge {
    font-size: 6rem;
  }
  .uk-heading-2xlarge {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem;
  }
  .uk-heading-large {
    font-size: 6rem;
  }
  .uk-heading-xlarge {
    font-size: 8rem;
  }
  .uk-heading-2xlarge {
    font-size: 11rem;
  }
}
.uk-heading-divider {
  padding-bottom: calc(5px + .1em);
  border-bottom: calc(.2px + .05em) solid #e5e5e5;
}
.uk-heading-bullet {
  position: relative;
}
.uk-heading-bullet::before {
  content: "";
  display: inline-block;
  position: relative;
  top: calc(-.1 * 1em);
  vertical-align: middle;
  height: calc(4px + .7em);
  margin-right: calc(5px + .2em);
  border-left: calc(5px + .1em) solid #e5e5e5;
}
.uk-heading-line {
  overflow: hidden;
}
.uk-heading-line > * {
  display: inline-block;
  position: relative;
}
.uk-heading-line > ::after,
.uk-heading-line > ::before {
  content: "";
  position: absolute;
  top: calc(50% - (calc(.2px + .05em)/ 2));
  width: 2000px;
  border-bottom: calc(.2px + .05em) solid #e5e5e5;
}
.uk-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + .3em);
}
.uk-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + .3em);
}
[class*=uk-divider] {
  border: none;
  margin-bottom: 20px;
}
* + [class*=uk-divider] {
  margin-top: 20px;
}
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-divider-icon::after,
.uk-divider-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - (50px / 2));
  border-bottom: 1px solid #e5e5e5;
}
.uk-divider-icon::before {
  right: calc(50% + (50px / 2));
  width: 100%;
}
.uk-divider-icon::after {
  left: calc(50% + (50px / 2));
  width: 100%;
}
.uk-divider-small {
  line-height: 0;
}
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}
.uk-divider-vertical {
  width: max-content;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
}
.uk-list {
  padding: 0;
  list-style: none;
}
.uk-list > * {
  break-inside: avoid-column;
}
.uk-list > * > :last-child {
  margin-bottom: 0;
}
.uk-list > * > ul,
.uk-list > :nth-child(n+2) {
  margin-top: 10px;
}
.uk-list-circle > *,
.uk-list-decimal > *,
.uk-list-disc > *,
.uk-list-hyphen > *,
.uk-list-square > * {
  padding-left: 30px;
}
.uk-list-decimal {
  counter-reset: decimal;
}
.uk-list-decimal > * {
  counter-increment: decimal;
}
.uk-list-circle > ::before,
.uk-list-decimal > ::before,
.uk-list-disc > ::before,
.uk-list-hyphen > ::before,
.uk-list-square > ::before {
  content: "";
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: right;
}
.uk-list-disc > ::before {
  list-style-type: disc;
}
.uk-list-circle > ::before {
  list-style-type: circle;
}
.uk-list-square > ::before {
  list-style-type: square;
}
.uk-list-decimal > ::before {
  content: counter(decimal, decimal) "\200a.\a0";
}
.uk-list-hyphen > ::before {
  content: "\2013\a0\a0";
}
.uk-list-muted > ::before {
  color: #999 !important;
}
.uk-list-emphasis > ::before {
  color: #333 !important;
}
.uk-list-primary > ::before {
  color: #1e87f0 !important;
}
.uk-list-secondary > ::before {
  color: #222 !important;
}
.uk-list-bullet > * {
  padding-left: 30px;
}
.uk-list-bullet > ::before {
  content: "";
  display: list-item;
  position: relative;
  left: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-list-divider > :nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.uk-list-striped > * {
  padding: 10px 10px;
}
.uk-list-striped > :nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.uk-list-striped > :nth-of-type(odd) {
  background: #f8f8f8;
}
.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}
.uk-list-large > * > ul,
.uk-list-large > :nth-child(n+2) {
  margin-top: 20px;
}
.uk-list-collapse > * > ul,
.uk-list-collapse > :nth-child(n+2) {
  margin-top: 0;
}
.uk-list-large.uk-list-divider > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}
.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0;
}
.uk-list-large.uk-list-striped > * {
  padding: 20px 10px;
}
.uk-list-collapse.uk-list-striped > * {
  padding-top: 0;
  padding-bottom: 0;
}
.uk-list-collapse.uk-list-striped > :nth-child(n+2),
.uk-list-large.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}
.uk-description-list > dt {
  color: #333;
  font-size: .875rem;
  font-weight: 400;
  text-transform: uppercase;
}
.uk-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.uk-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 20px;
}
* + .uk-table {
  margin-top: 20px;
}
.uk-table th {
  padding: 16px 12px;
  text-align: left;
  vertical-align: bottom;
  font-size: .875rem;
  font-weight: 400;
  color: #999;
  text-transform: uppercase;
}
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}
.uk-table td > :last-child {
  margin-bottom: 0;
}
.uk-table tfoot {
  font-size: .875rem;
}
.uk-table caption {
  font-size: .875rem;
  text-align: left;
  color: #999;
}
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}
.uk-table-divider > :first-child > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.uk-table-striped tbody tr:nth-of-type(odd),
.uk-table-striped > tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.uk-table-hover tbody tr:hover,
.uk-table-hover > tr:hover {
  background: #ffd;
}
.uk-table tbody tr.uk-active,
.uk-table > tr.uk-active {
  background: #ffd;
}
.uk-table-small td,
.uk-table-small th {
  padding: 10px 12px;
}
.uk-table-large td,
.uk-table-large th {
  padding: 22px 12px;
}
.uk-table-justify td:first-child,
.uk-table-justify th:first-child {
  padding-left: 0;
}
.uk-table-justify td:last-child,
.uk-table-justify th:last-child {
  padding-right: 0;
}
.uk-table-shrink {
  width: 1px;
}
.uk-table-expand {
  min-width: 150px;
}
.uk-table-link {
  padding: 0 !important;
}
.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}
.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}
@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive td,
  .uk-table-responsive th,
  .uk-table-responsive tr {
    display: block;
  }
  .uk-table-responsive thead {
    display: none;
  }
  .uk-table-responsive td,
  .uk-table-responsive th {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .uk-table-responsive .uk-table-link:not(:first-child) > a,
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive th:not(:first-child):not(.uk-table-link) {
    padding-top: 5px !important;
  }
  .uk-table-responsive .uk-table-link:not(:last-child) > a,
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
    padding-bottom: 5px !important;
  }
  .uk-table-justify.uk-table-responsive td,
  .uk-table-justify.uk-table-responsive th {
    padding-left: 0;
    padding-right: 0;
  }
}
.uk-table tbody tr {
  transition: background-color .1s linear;
}
.uk-table-striped tbody tr:nth-of-type(2n):last-child,
.uk-table-striped > tr:nth-of-type(2n):last-child {
  border-bottom: 1px solid #e5e5e5;
}
.uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}
button.uk-icon:not(:disabled) {
  cursor: pointer;
}
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}
.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}
.uk-icon > * {
  transform: translate(0, 0);
}
.uk-icon-image {
  width: 20px;
  height: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  object-fit: scale-down;
  max-width: none;
}
.uk-icon-link {
  color: #999;
  text-decoration: none !important;
}
.uk-icon-link:hover {
  color: #666;
}
.uk-active > .uk-icon-link,
.uk-icon-link:active {
  color: #595959;
}
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .1s ease-in-out;
  transition-property: color, background-color;
}
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
}
.uk-active > .uk-icon-button,
.uk-icon-button:active {
  background-color: #dfdfdf;
  color: #666;
}
.uk-range {
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  background: 0 0;
}
.uk-range:focus {
  outline: 0;
}
.uk-range::-moz-focus-outer {
  border: none;
}
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}
.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.uk-range:active::-webkit-slider-runnable-track,
.uk-range:focus::-webkit-slider-runnable-track {
  background: #dedede;
}
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}
.uk-range:focus::-moz-range-track {
  background: #dedede;
}
.uk-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -7px;
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc;
}
.uk-range::-moz-range-thumb {
  border: none;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #ccc;
}
.uk-checkbox,
.uk-input,
.uk-radio,
.uk-select,
.uk-textarea {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
}
.uk-input {
  overflow: visible;
}
.uk-select {
  text-transform: none;
}
.uk-select optgroup {
  font: inherit;
  font-weight: 700;
}
.uk-textarea {
  overflow: auto;
}
.uk-input[type=search]::-webkit-search-cancel-button,
.uk-input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uk-input[type=number]::-webkit-inner-spin-button,
.uk-input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1;
}
.uk-checkbox:not(:disabled),
.uk-radio:not(:disabled) {
  cursor: pointer;
}
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.uk-input,
.uk-textarea {
  -webkit-appearance: none;
}
.uk-input,
.uk-select,
.uk-textarea {
  max-width: 100%;
  width: 100%;
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: .2s ease-in-out;
  transition-property:
    color,
    background-color,
    border;
}
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  display: inline-block;
}
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 38px;
}
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}
.uk-select[multiple],
.uk-select[size] {
  resize: vertical;
}
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: 0;
  background-color: #fff;
  color: #666;
  border-color: #1e87f0;
}
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}
.uk-input::placeholder {
  color: #999;
}
.uk-textarea::placeholder {
  color: #999;
}
.uk-form-small {
  font-size: .875rem;
}
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}
[multiple].uk-form-small,
[size].uk-form-small,
textarea.uk-form-small {
  padding: 5px 8px;
}
.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}
.uk-form-large {
  font-size: 1.25rem;
}
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-left: 12px;
  padding-right: 12px;
}
[multiple].uk-form-large,
[size].uk-form-large,
textarea.uk-form-large {
  padding: 7px 12px;
}
.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}
.uk-form-blank {
  background: 0 0;
  border-color: transparent;
}
.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: solid;
}
input.uk-form-width-xsmall {
  width: 50px;
}
select.uk-form-width-xsmall {
  width: 75px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
.uk-select:not([multiple]):not([size]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.uk-select:not([multiple]):not([size]) option {
  color: #666;
}
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.uk-input[list] {
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
.uk-input[list]:focus,
.uk-input[list]:hover {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}
.uk-checkbox,
.uk-radio {
  display: inline-block;
  height: 16px;
  width: 16px;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #ccc;
  transition: .2s ease-in-out;
  transition-property: background-color, border;
}
.uk-radio {
  border-radius: 50%;
}
.uk-checkbox:focus,
.uk-radio:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: 0;
  border-color: #1e87f0;
}
.uk-checkbox:checked,
.uk-checkbox:indeterminate,
.uk-radio:checked {
  background-color: #1e87f0;
  border-color: transparent;
}
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus,
.uk-radio:checked:focus {
  background-color: #0e6dcd;
}
.uk-radio:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.uk-checkbox:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.uk-checkbox:indeterminate {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.uk-checkbox:disabled,
.uk-radio:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}
.uk-radio:disabled:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.uk-checkbox:disabled:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.uk-checkbox:disabled:indeterminate {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.uk-legend {
  width: 100%;
  color: inherit;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.4;
}
.uk-form-custom {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
}
.uk-form-custom input[type=file],
.uk-form-custom select {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer;
}
.uk-form-custom input[type=file] {
  font-size: 500px;
  overflow: hidden;
}
.uk-form-label {
  color: #333;
  font-size: .875rem;
}
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 959px) {
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
}
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}
.uk-form-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999;
}
.uk-form-icon:hover {
  color: #666;
}
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-left: 40px !important;
}
.uk-form-icon-flip {
  right: 0;
  left: auto;
}
.uk-form-icon-flip ~ .uk-input {
  padding-right: 40px !important;
}
.uk-button {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: .875rem;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property:
    color,
    background-color,
    border-color;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.uk-button:hover {
  text-decoration: none;
}
.uk-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}
.uk-button-default:hover {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}
.uk-button-default.uk-active,
.uk-button-default:active {
  background-color: transparent;
  color: #333;
  border-color: #999;
}
.uk-button-primary {
  background-color: #1e87f0;
  color: #fff;
  border: 1px solid transparent;
}
.uk-button-primary:hover {
  background-color: #0f7ae5;
  color: #fff;
}
.uk-button-primary.uk-active,
.uk-button-primary:active {
  background-color: #0e6dcd;
  color: #fff;
}
.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}
.uk-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}
.uk-button-secondary.uk-active,
.uk-button-secondary:active {
  background-color: #080808;
  color: #fff;
}
.uk-button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent;
}
.uk-button-danger:hover {
  background-color: #ee395b;
  color: #fff;
}
.uk-button-danger.uk-active,
.uk-button-danger:active {
  background-color: #ec2147;
  color: #fff;
}
.uk-button-danger:disabled,
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}
.uk-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: .875rem;
}
.uk-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: .875rem;
}
.uk-button-text {
  padding: 0;
  line-height: 1.5;
  background: 0 0;
  color: #333;
  position: relative;
}
.uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 1px solid #333;
  transition: right .3s ease-out;
}
.uk-button-text:hover {
  color: #333;
}
.uk-button-text:hover::before {
  right: 0;
}
.uk-button-text:disabled {
  color: #999;
}
.uk-button-text:disabled::before {
  display: none;
}
.uk-button-link {
  padding: 0;
  line-height: 1.5;
  background: 0 0;
  color: #333;
}
.uk-button-link:hover {
  color: #999;
  text-decoration: none;
}
.uk-button-link:disabled {
  color: #999;
  text-decoration: none;
}
.uk-button-group {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
  margin-left: -1px;
}
.uk-button-group .uk-button.uk-active,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button:hover {
  position: relative;
  z-index: 1;
}
.uk-progress {
  vertical-align: baseline;
  display: block;
  width: 100%;
  border: 0;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}
* + .uk-progress {
  margin-top: 20px;
}
.uk-progress::-webkit-progress-bar {
  background-color: transparent;
}
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
  transition: width .6s ease;
}
.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
  transition: width .6s ease;
}
.uk-section {
  display: flow-root;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.uk-section > :last-child {
  margin-bottom: 0;
}
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
.uk-section-default {
  background: #fff;
}
.uk-section-muted {
  background: #f8f8f8;
}
.uk-section-primary {
  background: #1e87f0;
}
.uk-section-secondary {
  background: #222;
}
.uk-container {
  display: flow-root;
  box-sizing: content-box;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 640px) {
  .uk-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .uk-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.uk-container > :last-child {
  margin-bottom: 0;
}
.uk-container .uk-container {
  padding-left: 0;
  padding-right: 0;
}
.uk-container-xsmall {
  max-width: 750px;
}
.uk-container-small {
  max-width: 900px;
}
.uk-container-large {
  max-width: 1400px;
}
.uk-container-xlarge {
  max-width: 1600px;
}
.uk-container-expand {
  max-width: none;
}
.uk-container-expand-left {
  margin-left: 0;
}
.uk-container-expand-right {
  margin-right: 0;
}
@media (min-width: 640px) {
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 30px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 30px);
  }
}
@media (min-width: 960px) {
  .uk-container-expand-left,
  .uk-container-expand-right {
    max-width: calc(50% + (1200px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-xsmall,
  .uk-container-expand-right.uk-container-xsmall {
    max-width: calc(50% + (750px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-small,
  .uk-container-expand-right.uk-container-small {
    max-width: calc(50% + (900px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 40px);
  }
  .uk-container-expand-left.uk-container-xlarge,
  .uk-container-expand-right.uk-container-xlarge {
    max-width: calc(50% + (1600px / 2) - 40px);
  }
}
.uk-container-item-padding-remove-left,
.uk-container-item-padding-remove-right {
  width: calc(100% + 15px);
}
.uk-container-item-padding-remove-left {
  margin-left: -15px;
}
.uk-container-item-padding-remove-right {
  margin-right: -15px;
}
@media (min-width: 640px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 30px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
}
@media (min-width: 960px) {
  .uk-container-item-padding-remove-left,
  .uk-container-item-padding-remove-right {
    width: calc(100% + 40px);
  }
  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }
  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
}
.uk-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 640px) {
  .uk-tile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .uk-tile {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.uk-tile > :last-child {
  margin-bottom: 0;
}
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
.uk-tile-default {
  background-color: #fff;
}
.uk-tile-muted {
  background-color: #f8f8f8;
}
.uk-tile-primary {
  background-color: #1e87f0;
}
.uk-tile-secondary {
  background-color: #222;
}
.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow .1s ease-in-out;
}
.uk-card-body {
  display: flow-root;
  padding: 30px 30px;
}
.uk-card-header {
  display: flow-root;
  padding: 15px 30px;
}
.uk-card-footer {
  display: flow-root;
  padding: 15px 30px;
}
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px;
  }
  .uk-card-header {
    padding: 20px 40px;
  }
  .uk-card-footer {
    padding: 20px 40px;
  }
}
.uk-card-body > :last-child,
.uk-card-footer > :last-child,
.uk-card-header > :last-child {
  margin-bottom: 0;
}
.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}
.uk-card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  height: 22px;
  padding: 0 10px;
  background: #1e87f0;
  color: #fff;
  font-size: .875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  border-radius: 2px;
  text-transform: uppercase;
}
.uk-card-badge:first-child + * {
  margin-top: 0;
}
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}
.uk-card-default {
  background-color: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.uk-card-default .uk-card-title {
  color: #333;
}
.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}
.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5;
}
.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5;
}
.uk-card-primary {
  background-color: #1e87f0;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.uk-card-primary .uk-card-title {
  color: #fff;
}
.uk-card-primary.uk-card-hover:hover {
  background-color: #1e87f0;
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}
.uk-card-secondary {
  background-color: #222;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.uk-card-secondary .uk-card-title {
  color: #fff;
}
.uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}
.uk-card-small .uk-card-body,
.uk-card-small.uk-card-body {
  padding: 20px 20px;
}
.uk-card-small .uk-card-header {
  padding: 13px 20px;
}
.uk-card-small .uk-card-footer {
  padding: 13px 20px;
}
@media (min-width: 1200px) {
  .uk-card-large .uk-card-body,
  .uk-card-large.uk-card-body {
    padding: 70px 70px;
  }
  .uk-card-large .uk-card-header {
    padding: 35px 70px;
  }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px;
  }
}
.uk-card-body > .uk-nav-default {
  margin-left: -30px;
  margin-right: -30px;
}
.uk-card-body > .uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px;
}
.uk-card-body > .uk-nav-default .uk-nav-divider,
.uk-card-body > .uk-nav-default .uk-nav-header,
.uk-card-body > .uk-nav-default > li > a {
  padding-left: 30px;
  padding-right: 30px;
}
.uk-card-body > .uk-nav-default .uk-nav-sub {
  padding-left: 45px;
}
@media (min-width: 1200px) {
  .uk-card-body > .uk-nav-default {
    margin-left: -40px;
    margin-right: -40px;
  }
  .uk-card-body > .uk-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .uk-card-body > .uk-nav-default .uk-nav-divider,
  .uk-card-body > .uk-nav-default .uk-nav-header,
  .uk-card-body > .uk-nav-default > li > a {
    padding-left: 40px;
    padding-right: 40px;
  }
  .uk-card-body > .uk-nav-default .uk-nav-sub {
    padding-left: 55px;
  }
}
.uk-card-small > .uk-nav-default {
  margin-left: -20px;
  margin-right: -20px;
}
.uk-card-small > .uk-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px;
}
.uk-card-small > .uk-nav-default .uk-nav-divider,
.uk-card-small > .uk-nav-default .uk-nav-header,
.uk-card-small > .uk-nav-default > li > a {
  padding-left: 20px;
  padding-right: 20px;
}
.uk-card-small > .uk-nav-default .uk-nav-sub {
  padding-left: 35px;
}
@media (min-width: 1200px) {
  .uk-card-large > .uk-nav-default {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default:only-child {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default .uk-nav-divider,
  .uk-card-large > .uk-nav-default .uk-nav-header,
  .uk-card-large > .uk-nav-default > li > a {
    padding-left: 0;
    padding-right: 0;
  }
  .uk-card-large > .uk-nav-default .uk-nav-sub {
    padding-left: 15px;
  }
}
.uk-close {
  color: #999;
  transition: .1s ease-in-out;
  transition-property: color, opacity;
}
.uk-close:hover {
  color: #666;
}
.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite;
}
@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(270deg);
  }
}
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}
@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: 88px;
  }
  50% {
    stroke-dashoffset: 22px;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 88px;
    transform: rotate(450deg);
  }
}
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color .1s ease-in-out;
}
.uk-totop:hover {
  color: #666;
}
.uk-totop:active {
  color: #333;
}
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px;
}
.uk-marker:hover {
  color: #fff;
}
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 29px 15px 15px;
  background: #f8f8f8;
  color: #666;
}
* + .uk-alert {
  margin-top: 20px;
}
.uk-alert > :last-child {
  margin-bottom: 0;
}
.uk-alert-close {
  position: absolute;
  top: 20px;
  right: 15px;
  color: inherit;
  opacity: .4;
}
.uk-alert-close:first-child + * {
  margin-top: 0;
}
.uk-alert-close:hover {
  color: inherit;
  opacity: .8;
}
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0;
}
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}
.uk-alert-warning {
  background: #fff6ee;
  color: #faa05a;
}
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}
.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.uk-alert a:not([class]):hover {
  color: inherit;
}
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: 0 0;
  border: 1px dashed #e5e5e5;
}
* + .uk-placeholder {
  margin-top: 20px;
}
.uk-placeholder > :last-child {
  margin-bottom: 0;
}
.uk-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  background: #1e87f0;
  color: #fff !important;
  font-size: 11px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.uk-badge:hover {
  text-decoration: none;
}
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: .875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
.uk-label-success {
  background-color: #32d296;
  color: #fff;
}
.uk-label-warning {
  background-color: #faa05a;
  color: #fff;
}
.uk-label-danger {
  background-color: #f0506e;
  color: #fff;
}
.uk-overlay {
  padding: 30px 30px;
}
.uk-overlay > :last-child {
  margin-bottom: 0;
}
.uk-overlay-default {
  background: rgba(255, 255, 255, .8);
}
.uk-overlay-primary {
  background: rgba(34, 34, 34, .8);
}
.uk-article {
  display: flow-root;
}
.uk-article > :last-child {
  margin-bottom: 0;
}
.uk-article + .uk-article {
  margin-top: 70px;
}
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .uk-article-title {
    font-size: 2.625rem;
  }
}
.uk-article-meta {
  font-size: .875rem;
  line-height: 1.4;
  color: #999;
}
.uk-article-meta a {
  color: #999;
}
.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}
.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.uk-comment-header {
  display: flow-root;
  margin-bottom: 20px;
}
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0;
}
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}
.uk-comment-meta {
  font-size: .875rem;
  line-height: 1.4;
  color: #999;
}
.uk-comment-list {
  padding: 0;
  list-style: none;
}
.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-left: 30px;
  list-style: none;
}
@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-left: 100px;
  }
}
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}
.uk-comment-primary {
  padding: 30px;
  background-color: #f8f8f8;
}
.uk-search {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 0;
}
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uk-search-input::-moz-placeholder {
  opacity: 1;
}
.uk-search-input {
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  font: inherit;
  overflow: visible;
  -webkit-appearance: none;
  vertical-align: middle;
  width: 100%;
  border: none;
  color: #666;
}
.uk-search-input:focus {
  outline: 0;
}
.uk-search-input::placeholder {
  color: #999;
}
.uk-search .uk-search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #999;
}
.uk-search .uk-search-icon:hover {
  color: #999;
}
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}
.uk-search .uk-search-icon-flip {
  right: 0;
  left: auto;
}
.uk-search-default {
  width: 240px;
}
.uk-search-default .uk-search-input {
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background: 0 0;
  border: 1px solid #e5e5e5;
}
.uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #1e87f0;
}
.uk-search-default .uk-search-icon {
  width: 40px;
}
.uk-search-default .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}
.uk-search-default .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}
.uk-search-navbar {
  width: 400px;
}
.uk-search-navbar .uk-search-input {
  height: 40px;
  background: 0 0;
  font-size: 1.5rem;
}
.uk-search-navbar .uk-search-icon {
  width: 40px;
}
.uk-search-navbar .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 40px;
}
.uk-search-navbar .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 40px;
}
.uk-search-large {
  width: 500px;
}
.uk-search-large .uk-search-input {
  height: 80px;
  background: 0 0;
  font-size: 2.625rem;
}
.uk-search-large .uk-search-icon {
  width: 80px;
}
.uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
  padding-left: 80px;
}
.uk-search-large .uk-search-icon-flip ~ .uk-search-input {
  padding-right: 80px;
}
.uk-search-toggle {
  color: #999;
}
.uk-search-toggle:hover {
  color: #666;
}
.uk-accordion {
  padding: 0;
  list-style: none;
}
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
}
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}
.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 10px;
  float: right;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.uk-open > .uk-accordion-title::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.uk-accordion-title:hover {
  color: #666;
  text-decoration: none;
}
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px;
}
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}
.uk-drop {
  display: none;
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 20px;
  --uk-position-viewport-offset: 15px;
  box-sizing: border-box;
  width: 300px;
}
.uk-drop.uk-open {
  display: block;
}
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}
.uk-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  box-sizing: border-box;
  min-width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
}
.uk-dropdown.uk-open {
  display: block;
}
.uk-dropdown > :last-child {
  margin-bottom: 0;
}
.uk-dropdown-large {
  padding: 40px;
}
.uk-dropdown-nav {
  font-size: .875rem;
}
.uk-dropdown-nav > li > a {
  color: #999;
}
.uk-dropdown-nav > li.uk-active > a,
.uk-dropdown-nav > li > a:hover {
  color: #666;
}
.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 12px;
}
.uk-dropdown-nav .uk-nav-header {
  color: #333;
}
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}
.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666;
}
.uk-dropdown-stack .uk-dropdown-grid > * {
  width: 100% !important;
}
.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  padding: 25px 15px 25px 15px;
  background: #fff;
  color: #666;
}
.uk-dropbar.uk-open {
  display: block;
}
.uk-dropbar > :last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .uk-dropbar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .uk-dropbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.uk-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-dropbar-top {
  box-shadow: 0 12px 7px -6px rgba(0, 0, 0, .05);
}
.uk-dropbar-bottom {
  box-shadow: 0 -12px 7px -6px rgba(0, 0, 0, .05);
}
.uk-dropbar-left {
  box-shadow: 12px 0 7px -6px rgba(0, 0, 0, .05);
}
.uk-dropbar-right {
  box-shadow: -12px 0 7px -6px rgba(0, 0, 0, .05);
}
.uk-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  transition: opacity .15s linear;
}
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
@media (min-width: 960px) {
  .uk-modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.uk-modal.uk-open {
  opacity: 1;
}
.uk-modal-page {
  overflow: hidden;
}
.uk-modal-dialog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  max-width: 100% !important;
  background: #fff;
  opacity: 0;
  transform: translateY(-100px);
  transition: .3s linear;
  transition-property: opacity, transform;
}
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}
.uk-modal-full {
  padding: 0;
  background: 0 0;
}
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}
.uk-modal-body {
  display: flow-root;
  padding: 20px 20px;
}
.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 640px) {
  .uk-modal-body {
    padding: 30px 30px;
  }
  .uk-modal-header {
    padding: 15px 30px;
  }
  .uk-modal-footer {
    padding: 15px 30px;
  }
}
.uk-modal-body > :last-child,
.uk-modal-footer > :last-child,
.uk-modal-header > :last-child {
  margin-bottom: 0;
}
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}
[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
}
[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}
.uk-modal-close-outside {
  top: 0;
  right: -5px;
  transform: translate(0, -100%);
  color: #fff;
}
.uk-modal-close-outside:hover {
  color: #fff;
}
@media (min-width: 960px) {
  .uk-modal-close-outside {
    right: 0;
    transform: translate(100%, -100%);
  }
}
.uk-modal-close-full {
  top: 0;
  right: 0;
  padding: 20px;
  background: #fff;
}
.uk-slideshow {
  -webkit-tap-highlight-color: transparent;
}
.uk-slideshow-items {
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  -webkit-touch-callout: none;
  touch-action: pan-y;
}
.uk-slideshow-items > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  will-change: transform, opacity;
}
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}
.uk-slider {
  -webkit-tap-highlight-color: transparent;
}
.uk-slider-container {
  overflow: hidden;
}
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}
.uk-slider-items {
  will-change: transform;
  position: relative;
  touch-action: pan-y;
}
.uk-slider-items:not(.uk-grid) {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-touch-callout: none;
}
.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}
.uk-slider-items > * {
  flex: none;
  max-width: 100%;
  position: relative;
}
.uk-sticky {
  position: relative;
  box-sizing: border-box;
}
.uk-sticky-fixed {
  z-index: 980;
  margin: 0 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.uk-sticky[class*=uk-animation-] {
  animation-duration: .2s;
}
.uk-sticky.uk-animation-reverse {
  animation-duration: .2s;
}
.uk-sticky-placeholder {
  pointer-events: none;
}
.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.uk-offcanvas-flip .uk-offcanvas {
  right: 0;
  left: auto;
}
.uk-offcanvas-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -270px;
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 640px) {
  .uk-offcanvas-bar {
    left: -350px;
    width: 350px;
    padding: 30px 30px;
  }
}
.uk-offcanvas-flip .uk-offcanvas-bar {
  left: auto;
  right: -270px;
}
@media (min-width: 640px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    right: -350px;
  }
}
.uk-open > .uk-offcanvas-bar {
  left: 0;
}
.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  left: auto;
  right: 0;
}
.uk-offcanvas-bar-animation {
  transition: left .3s ease-out;
}
.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: right;
}
.uk-offcanvas-reveal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  transition: width .3s ease-out;
}
.uk-offcanvas-reveal .uk-offcanvas-bar {
  left: 0;
}
.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  left: auto;
  right: 0;
}
.uk-open > .uk-offcanvas-reveal {
  width: 270px;
}
@media (min-width: 640px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}
.uk-offcanvas-flip .uk-offcanvas-reveal {
  right: 0;
  left: auto;
}
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 5px;
  right: 5px;
  padding: 5px;
}
@media (min-width: 640px) {
  .uk-offcanvas-close {
    top: 10px;
    right: 10px;
  }
}
.uk-offcanvas-close:first-child + * {
  margin-top: 0;
}
.uk-offcanvas-overlay {
  width: 100vw;
  touch-action: none;
}
.uk-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .1);
  opacity: 0;
  transition: opacity .15s linear;
}
.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}
.uk-offcanvas-container,
.uk-offcanvas-page {
  overflow-x: hidden;
}
.uk-offcanvas-container {
  position: relative;
  left: 0;
  transition: left .3s ease-out;
  box-sizing: border-box;
  width: 100%;
}
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  left: 270px;
}
.uk-offcanvas-flip.uk-offcanvas-container-animation {
  left: -270px;
}
@media (min-width: 640px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    left: 350px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    left: -350px;
  }
}
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-switcher > :not(.uk-active) {
  display: none;
}
.uk-switcher > * > :last-child {
  margin-bottom: 0;
}
.uk-leader {
  overflow: hidden;
}
.uk-leader-fill::after {
  display: inline-block;
  margin-left: 15px;
  width: 0;
  content: attr(data-fill);
  white-space: nowrap;
}
.uk-leader-fill.uk-leader-hide::after {
  display: none;
}
:root {
  --uk-leader-fill-content: . ;
}
.uk-notification {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  box-sizing: border-box;
  width: 350px;
}
.uk-notification-bottom-right,
.uk-notification-top-right {
  left: auto;
  right: 10px;
}
.uk-notification-bottom-center,
.uk-notification-top-center {
  left: 50%;
  margin-left: -175px;
}
.uk-notification-bottom-center,
.uk-notification-bottom-left,
.uk-notification-bottom-right {
  top: auto;
  bottom: 10px;
}
@media (max-width: 639px) {
  .uk-notification {
    left: 10px;
    right: 10px;
    width: auto;
    margin: 0;
  }
}
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}
* + .uk-notification-message {
  margin-top: 10px;
}
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
}
.uk-notification-message:hover .uk-notification-close {
  display: block;
}
.uk-notification-message-primary {
  color: #1e87f0;
}
.uk-notification-message-success {
  color: #32d296;
}
.uk-notification-message-warning {
  color: #faa05a;
}
.uk-notification-message-danger {
  color: #f0506e;
}
.uk-tooltip {
  display: none;
  position: absolute;
  z-index: 1030;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 10;
  top: 0;
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
.uk-tooltip.uk-active {
  display: block;
}
.uk-sortable {
  position: relative;
}
.uk-sortable > :last-child {
  margin-bottom: 0;
}
.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none;
}
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}
.uk-sortable-empty {
  min-height: 50px;
}
.uk-sortable-handle:hover {
  cursor: move;
}
.uk-countdown-number {
  font-variant-numeric: tabular-nums;
  font-size: 2rem;
  line-height: .8;
}
@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem;
  }
}
@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem;
  }
}
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem;
  }
}
@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem;
  }
}
.uk-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-grid > * {
  margin: 0;
}
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
.uk-grid {
  margin-left: -30px;
}
.uk-grid > * {
  padding-left: 30px;
}
* + .uk-grid-margin,
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .uk-grid {
    margin-left: -40px;
  }
  .uk-grid > * {
    padding-left: 40px;
  }
  * + .uk-grid-margin,
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin {
    margin-top: 40px;
  }
}
.uk-grid-column-small,
.uk-grid-small {
  margin-left: -15px;
}
.uk-grid-column-small > *,
.uk-grid-small > * {
  padding-left: 15px;
}
* + .uk-grid-margin-small,
.uk-grid + .uk-grid-row-small,
.uk-grid + .uk-grid-small,
.uk-grid-row-small > .uk-grid-margin,
.uk-grid-small > .uk-grid-margin {
  margin-top: 15px;
}
.uk-grid-column-medium,
.uk-grid-medium {
  margin-left: -30px;
}
.uk-grid-column-medium > *,
.uk-grid-medium > * {
  padding-left: 30px;
}
* + .uk-grid-margin-medium,
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin {
  margin-top: 30px;
}
.uk-grid-column-large,
.uk-grid-large {
  margin-left: -40px;
}
.uk-grid-column-large > *,
.uk-grid-large > * {
  padding-left: 40px;
}
* + .uk-grid-margin-large,
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin {
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .uk-grid-column-large,
  .uk-grid-large {
    margin-left: -70px;
  }
  .uk-grid-column-large > *,
  .uk-grid-large > * {
    padding-left: 70px;
  }
  * + .uk-grid-margin-large,
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin {
    margin-top: 70px;
  }
}
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-left: 0;
}
.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-left: 0;
}
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}
.uk-grid-divider > * {
  position: relative;
}
.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #e5e5e5;
}
.uk-grid-divider {
  margin-left: -60px;
}
.uk-grid-divider > * {
  padding-left: 60px;
}
.uk-grid-divider > :not(.uk-first-column)::before {
  left: 30px;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}
@media (min-width: 1200px) {
  .uk-grid-divider {
    margin-left: -80px;
  }
  .uk-grid-divider > * {
    padding-left: 80px;
  }
  .uk-grid-divider > :not(.uk-first-column)::before {
    left: 40px;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    left: 80px;
  }
}
.uk-grid-divider.uk-grid-column-small,
.uk-grid-divider.uk-grid-small {
  margin-left: -30px;
}
.uk-grid-divider.uk-grid-column-small > *,
.uk-grid-divider.uk-grid-small > * {
  padding-left: 30px;
}
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before {
  left: 15px;
}
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px;
}
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  left: 30px;
}
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
}
.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  left: 30px;
}
.uk-grid-divider.uk-grid-column-medium,
.uk-grid-divider.uk-grid-medium {
  margin-left: -60px;
}
.uk-grid-divider.uk-grid-column-medium > *,
.uk-grid-divider.uk-grid-medium > * {
  padding-left: 60px;
}
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before {
  left: 30px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  left: 60px;
}
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
}
.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  left: 60px;
}
.uk-grid-divider.uk-grid-column-large,
.uk-grid-divider.uk-grid-large {
  margin-left: -80px;
}
.uk-grid-divider.uk-grid-column-large > *,
.uk-grid-divider.uk-grid-large > * {
  padding-left: 80px;
}
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
  left: 40px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px;
}
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  left: 80px;
}
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
}
.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  left: 80px;
}
@media (min-width: 1200px) {
  .uk-grid-divider.uk-grid-column-large,
  .uk-grid-divider.uk-grid-large {
    margin-left: -140px;
  }
  .uk-grid-divider.uk-grid-column-large > *,
  .uk-grid-divider.uk-grid-large > * {
    padding-left: 140px;
  }
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before {
    left: 70px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    left: 140px;
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    left: 140px;
  }
}
.uk-grid-item-match,
.uk-grid-match > * {
  display: flex;
  flex-wrap: wrap;
}
.uk-grid-item-match > :not([class*=uk-width]),
.uk-grid-match > * > :not([class*=uk-width]) {
  box-sizing: border-box;
  width: 100%;
  flex: auto;
}
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-nav li > a {
  display: flex;
  align-items: center;
  column-gap: .25em;
  text-decoration: none;
}
.uk-nav > li > a {
  padding: 5px 0;
}
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}
.uk-nav-sub ul {
  padding-left: 15px;
}
.uk-nav-sub a {
  padding: 2px 0;
}
.uk-nav-parent-icon {
  margin-left: auto;
}
.uk-nav > li > a[aria-expanded=true] .uk-nav-parent-icon {
  transform: rotate(180deg);
}
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: .875rem;
}
.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}
.uk-nav .uk-nav-divider {
  margin: 5px 0;
}
.uk-nav-default {
  font-size: .875rem;
  line-height: 1.5;
}
.uk-nav-default > li > a {
  color: #999;
}
.uk-nav-default > li > a:hover {
  color: #666;
}
.uk-nav-default > li.uk-active > a {
  color: #333;
}
.uk-nav-default .uk-nav-subtitle {
  font-size: 12px;
}
.uk-nav-default .uk-nav-header {
  color: #333;
}
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-nav-default .uk-nav-sub {
  font-size: .875rem;
  line-height: 1.5;
}
.uk-nav-default .uk-nav-sub a {
  color: #999;
}
.uk-nav-default .uk-nav-sub a:hover {
  color: #666;
}
.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}
.uk-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5;
}
.uk-nav-primary > li > a {
  color: #999;
}
.uk-nav-primary > li > a:hover {
  color: #666;
}
.uk-nav-primary > li.uk-active > a {
  color: #333;
}
.uk-nav-primary .uk-nav-subtitle {
  font-size: 1.25rem;
}
.uk-nav-primary .uk-nav-header {
  color: #333;
}
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-nav-primary .uk-nav-sub {
  font-size: 1.25rem;
  line-height: 1.5;
}
.uk-nav-primary .uk-nav-sub a {
  color: #999;
}
.uk-nav-primary .uk-nav-sub a:hover {
  color: #666;
}
.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}
.uk-nav-secondary {
  font-size: 16px;
  line-height: 1.5;
}
.uk-nav-secondary > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 0;
}
.uk-nav-secondary > li > a {
  color: #333;
  padding: 10px 10px;
}
.uk-nav-secondary > li > a:hover {
  color: #333;
  background-color: #f8f8f8;
}
.uk-nav-secondary > li.uk-active > a {
  color: #333;
  background-color: #f8f8f8;
}
.uk-nav-secondary .uk-nav-subtitle {
  font-size: .875rem;
  color: #999;
}
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: #666;
}
.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #333;
}
.uk-nav-secondary .uk-nav-header {
  color: #333;
}
.uk-nav-secondary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-nav-secondary .uk-nav-sub {
  font-size: .875rem;
  line-height: 1.5;
}
.uk-nav-secondary .uk-nav-sub a {
  color: #999;
}
.uk-nav-secondary .uk-nav-sub a:hover {
  color: #666;
}
.uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #333;
}
.uk-nav-center {
  text-align: center;
}
.uk-nav-center li > a {
  justify-content: center;
}
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-left: 0;
}
.uk-nav-center .uk-nav-parent-icon {
  margin-left: 4px;
}
.uk-nav.uk-nav-divider > :not(.uk-nav-header, .uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}
.uk-navbar {
  display: flex;
  position: relative;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8;
}
.uk-navbar-left,
.uk-navbar-right,
[class*=uk-navbar-center] {
  display: flex;
  gap: 30px;
  align-items: center;
}
.uk-navbar-right {
  margin-left: auto;
}
.uk-navbar-center:only-child {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  box-sizing: border-box;
  z-index: 990;
}
.uk-navbar-center-left,
.uk-navbar-center-right {
  position: absolute;
  top: 0;
}
.uk-navbar-center-left {
  right: calc(100% + 30px);
}
.uk-navbar-center-right {
  left: calc(100% + 30px);
}
[class*=uk-navbar-center-] {
  width: max-content;
  box-sizing: border-box;
}
.uk-navbar-nav {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.uk-navbar-center:only-child,
.uk-navbar-left,
.uk-navbar-right {
  flex-wrap: wrap;
}
.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: .25em;
  box-sizing: border-box;
  min-height: 80px;
  font-size: .875rem;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  text-decoration: none;
}
.uk-navbar-nav > li > a {
  padding: 0 0;
  color: #999;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color, background-color;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded=true] {
  color: #666;
}
.uk-navbar-nav > li > a:active {
  color: #333;
}
.uk-navbar-nav > li.uk-active > a {
  color: #333;
}
.uk-navbar-parent-icon {
  margin-left: 4px;
}
.uk-navbar-nav > li > a[aria-expanded=true] .uk-navbar-parent-icon {
  transform: rotate(180deg);
}
.uk-navbar-item {
  padding: 0 0;
  color: #666;
}
.uk-navbar-item > :last-child {
  margin-bottom: 0;
}
.uk-navbar-toggle {
  padding: 0 0;
  color: #999;
}
.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded=true] {
  color: #666;
  text-decoration: none;
}
.uk-navbar-subtitle {
  font-size: .875rem;
}
.uk-navbar-justify .uk-navbar-item,
.uk-navbar-justify .uk-navbar-left,
.uk-navbar-justify .uk-navbar-nav,
.uk-navbar-justify .uk-navbar-nav > li,
.uk-navbar-justify .uk-navbar-right,
.uk-navbar-justify .uk-navbar-toggle {
  flex-grow: 1;
}
.uk-navbar-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 15px;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  box-sizing: border-box;
  width: 200px;
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
}
.uk-navbar-dropdown.uk-open {
  display: block;
}
.uk-navbar-dropdown > :last-child {
  margin-bottom: 0;
}
.uk-navbar-dropdown-grid {
  margin-left: -30px;
}
.uk-navbar-dropdown-grid > * {
  padding-left: 30px;
}
.uk-navbar-dropdown-grid > .uk-grid-margin {
  margin-top: 30px;
}
.uk-navbar-dropdown-stack .uk-navbar-dropdown-grid > * {
  width: 100% !important;
}
.uk-navbar-dropdown-width-2:not(.uk-navbar-dropdown-stack) {
  width: 400px;
}
.uk-navbar-dropdown-width-3:not(.uk-navbar-dropdown-stack) {
  width: 600px;
}
.uk-navbar-dropdown-width-4:not(.uk-navbar-dropdown-stack) {
  width: 800px;
}
.uk-navbar-dropdown-width-5:not(.uk-navbar-dropdown-stack) {
  width: 1000px;
}
.uk-navbar-dropdown-large {
  --uk-position-shift-offset: 0;
  padding: 40px;
}
.uk-navbar-dropdown-dropbar {
  width: auto;
  background: 0 0;
  padding: 25px 0 25px 0;
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  box-shadow: none;
}
@media (min-width: 640px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 30px ;
  }
}
@media (min-width: 960px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 40px ;
  }
}
.uk-navbar-dropdown-dropbar-large {
  --uk-position-shift-offset: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.uk-navbar-dropdown-nav {
  font-size: .875rem;
}
.uk-navbar-dropdown-nav > li > a {
  color: #999;
}
.uk-navbar-dropdown-nav > li > a:hover {
  color: #666;
}
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333;
}
.uk-navbar-dropdown-nav .uk-nav-subtitle {
  font-size: 12px;
}
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333;
}
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999;
}
.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #666;
}
.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333;
}
.uk-navbar-dropbar {
  display: block !important;
  z-index: 980;
  padding: 0;
  left: 0;
  right: 0;
}
.uk-subnav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  padding: 0;
  list-style: none;
}
.uk-subnav > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}
.uk-subnav > * > :first-child {
  display: flex;
  align-items: center;
  column-gap: .25em;
  color: #999;
  font-size: .875rem;
  text-transform: uppercase;
  transition: .1s ease-in-out;
  transition-property: color, background-color;
}
.uk-subnav > * > a:hover {
  color: #666;
  text-decoration: none;
}
.uk-subnav > .uk-active > a {
  color: #333;
}
.uk-subnav-divider {
  margin-left: -41px;
}
.uk-subnav-divider > * {
  display: flex;
  align-items: center;
}
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-left: 0;
  margin-right: 20px;
  border-left: 1px solid transparent;
}
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: #e5e5e5;
}
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: 0 0;
  color: #999;
}
.uk-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: #666;
}
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff;
}
.uk-subnav > .uk-disabled > a {
  color: #999;
}
.uk-breadcrumb {
  padding: 0;
  list-style: none;
}
.uk-breadcrumb > * {
  display: contents;
}
.uk-breadcrumb > * > * {
  font-size: .875rem;
  color: #999;
}
.uk-breadcrumb > * > :hover {
  color: #666;
  text-decoration: none;
}
.uk-breadcrumb > :last-child > a:not([href]),
.uk-breadcrumb > :last-child > span {
  color: #666;
}
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px 0 calc(20px - 4px);
  font-size: .875rem;
  color: #999;
}
.uk-pagination {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.uk-pagination > * {
  flex: none;
  padding-left: 0;
  position: relative;
}
.uk-pagination > * > * {
  display: block;
  padding: 5px 10px;
  color: #999;
  transition: color .1s ease-in-out;
}
.uk-pagination > * > :hover {
  color: #666;
  text-decoration: none;
}
.uk-pagination > .uk-active > * {
  color: #666;
}
.uk-pagination > .uk-disabled > * {
  color: #999;
}
.uk-tab {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 0;
  list-style: none;
  position: relative;
}
.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  border-bottom: 1px solid #e5e5e5;
}
.uk-tab > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}
.uk-tab > * > a {
  display: flex;
  align-items: center;
  column-gap: .25em;
  justify-content: center;
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: .875rem;
  text-transform: uppercase;
  transition: color .1s ease-in-out;
}
.uk-tab > * > a:hover {
  color: #666;
  text-decoration: none;
}
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0;
}
.uk-tab > .uk-disabled > a {
  color: #999;
}
.uk-tab-bottom::before {
  top: 0;
  bottom: auto;
}
.uk-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}
.uk-tab-left,
.uk-tab-right {
  flex-direction: column;
  margin-left: 0;
}
.uk-tab-left > *,
.uk-tab-right > * {
  padding-left: 0;
}
.uk-tab-left::before {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.uk-tab-right::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  border-left: 1px solid #e5e5e5;
  border-bottom: none;
}
.uk-tab-left > * > a {
  justify-content: left;
  border-right: 1px solid transparent;
  border-bottom: none;
}
.uk-tab-right > * > a {
  justify-content: left;
  border-left: 1px solid transparent;
  border-bottom: none;
}
.uk-tab .uk-dropdown {
  margin-left: 30px;
}
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, .5);
  transition: color .1s ease-in-out;
}
.uk-slidenav:hover {
  color: rgba(102, 102, 102, .9);
}
.uk-slidenav:active {
  color: rgba(102, 102, 102, .5);
}
.uk-slidenav-large {
  padding: 10px 10px;
}
.uk-slidenav-container {
  display: flex;
}
.uk-dotnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -12px;
}
.uk-dotnav > * {
  flex: none;
  padding-left: 12px;
}
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: 0 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, .4);
  transition: .2s ease-in-out;
  transition-property: background-color, border-color;
}
.uk-dotnav > * > :hover {
  background-color: rgba(102, 102, 102, .6);
  border-color: transparent;
}
.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, .2);
  border-color: transparent;
}
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, .6);
  border-color: transparent;
}
.uk-dotnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -12px;
}
.uk-dotnav-vertical > * {
  padding-left: 0;
  padding-top: 12px;
}
.uk-thumbnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
}
.uk-thumbnav > * {
  padding-left: 15px;
}
.uk-thumbnav > * > * {
  display: inline-block;
  position: relative;
}
.uk-thumbnav > * > ::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .4);
  transition: background-color .1s ease-in-out;
}
.uk-thumbnav > * > :hover::after {
  background-color: transparent;
}
.uk-thumbnav > .uk-active > ::after {
  background-color: transparent;
}
.uk-thumbnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -15px;
}
.uk-thumbnav-vertical > * {
  padding-left: 0;
  padding-top: 15px;
}
.uk-iconnav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -10px;
}
.uk-iconnav > * {
  padding-left: 10px;
}
.uk-iconnav > * > a {
  display: flex;
  align-items: center;
  column-gap: .25em;
  line-height: 0;
  color: #999;
  text-decoration: none;
  font-size: .875rem;
  transition: .1s ease-in-out;
  transition-property: color, background-color;
}
.uk-iconnav > * > a:hover {
  color: #666;
}
.uk-iconnav > .uk-active > a {
  color: #666;
}
.uk-iconnav-vertical {
  flex-direction: column;
  margin-left: 0;
  margin-top: -10px;
}
.uk-iconnav-vertical > * {
  padding-left: 0;
  padding-top: 10px;
}
.uk-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: #000;
  opacity: 0;
  transition: opacity .15s linear;
  touch-action: pinch-zoom;
}
.uk-lightbox.uk-open {
  display: block;
  opacity: 1;
}
.uk-lightbox :focus {
  outline-color: rgba(255, 255, 255, .7);
}
.uk-lightbox :focus-visible {
  outline-color: rgba(255, 255, 255, .7);
}
.uk-lightbox-page {
  overflow: hidden;
}
.uk-lightbox-items > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, .7);
  will-change: transform, opacity;
}
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}
.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}
.uk-lightbox-items > .uk-active {
  display: flex;
}
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, .3);
  color: rgba(255, 255, 255, .7);
}
.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, .7);
}
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, .7);
}
.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, .3);
  color: rgba(255, 255, 255, .7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.uk-lightbox-button:hover {
  color: #fff;
}
.uk-lightbox-caption:empty {
  display: none;
}
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}
[class*=uk-animation-] {
  animation: .5s ease-out both;
}
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: .8s;
  animation-timing-function: linear;
}
.uk-animation-scale-up {
  animation-name: uk-fade, uk-scale-up;
}
.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down;
}
.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top;
}
.uk-animation-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom;
}
.uk-animation-slide-left {
  animation-name: uk-fade, uk-slide-left;
}
.uk-animation-slide-right {
  animation-name: uk-fade, uk-slide-right;
}
.uk-animation-slide-top-small {
  animation-name: uk-fade, uk-slide-top-small;
}
.uk-animation-slide-bottom-small {
  animation-name: uk-fade, uk-slide-bottom-small;
}
.uk-animation-slide-left-small {
  animation-name: uk-fade, uk-slide-left-small;
}
.uk-animation-slide-right-small {
  animation-name: uk-fade, uk-slide-right-small;
}
.uk-animation-slide-top-medium {
  animation-name: uk-fade, uk-slide-top-medium;
}
.uk-animation-slide-bottom-medium {
  animation-name: uk-fade, uk-slide-bottom-medium;
}
.uk-animation-slide-left-medium {
  animation-name: uk-fade, uk-slide-left-medium;
}
.uk-animation-slide-right-medium {
  animation-name: uk-fade, uk-slide-right-medium;
}
.uk-animation-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s;
}
.uk-animation-shake {
  animation-name: uk-shake;
}
.uk-animation-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}
.uk-animation-fast {
  animation-duration: .1s;
}
.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
  animation-name: none;
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-scale-up {
  0% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-small {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-small {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
[class*=uk-child-width] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-child-width-1-2 > * {
  width: 50%;
}
.uk-child-width-1-3 > * {
  width: calc(100% * 1 / 3.001);
}
.uk-child-width-1-4 > * {
  width: 25%;
}
.uk-child-width-1-5 > * {
  width: 20%;
}
.uk-child-width-1-6 > * {
  width: calc(100% * 1 / 6.001);
}
.uk-child-width-auto > * {
  width: auto;
}
.uk-child-width-expand > :not([class*=uk-width]) {
  flex: 1;
  min-width: 1px;
}
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: calc(100% * 1 / 3.001);
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: calc(100% * 1 / 6.001);
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
}
[class*=uk-width] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.uk-width-1-2 {
  width: 50%;
}
.uk-width-1-3 {
  width: calc(100% * 1 / 3.001);
}
.uk-width-2-3 {
  width: calc(100% * 2 / 3.001);
}
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
.uk-width-1-5 {
  width: 20%;
}
.uk-width-2-5 {
  width: 40%;
}
.uk-width-3-5 {
  width: 60%;
}
.uk-width-4-5 {
  width: 80%;
}
.uk-width-1-6 {
  width: calc(100% * 1 / 6.001);
}
.uk-width-5-6 {
  width: calc(100% * 5 / 6.001);
}
.uk-width-small {
  width: 150px;
}
.uk-width-medium {
  width: 300px;
}
.uk-width-large {
  width: 450px;
}
.uk-width-xlarge {
  width: 600px;
}
.uk-width-2xlarge {
  width: 750px;
}
.uk-width-auto {
  width: auto;
}
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}
@media (min-width: 640px) {
  .uk-width-1-1\@s {
    width: 100%;
  }
  .uk-width-1-2\@s {
    width: 50%;
  }
  .uk-width-1-3\@s {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@s {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  .uk-width-1-6\@s {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@s {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-2xlarge\@s {
    width: 750px;
  }
  .uk-width-auto\@s {
    width: auto;
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 960px) {
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-1-2\@m {
    width: 50%;
  }
  .uk-width-1-3\@m {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@m {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  .uk-width-1-6\@m {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@m {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-2xlarge\@m {
    width: 750px;
  }
  .uk-width-auto\@m {
    width: auto;
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1200px) {
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-1-2\@l {
    width: 50%;
  }
  .uk-width-1-3\@l {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@l {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  .uk-width-1-6\@l {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@l {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-2xlarge\@l {
    width: 750px;
  }
  .uk-width-auto\@l {
    width: auto;
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
@media (min-width: 1600px) {
  .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-width-1-2\@xl {
    width: 50%;
  }
  .uk-width-1-3\@xl {
    width: calc(100% * 1 / 3.001);
  }
  .uk-width-2-3\@xl {
    width: calc(100% * 2 / 3.001);
  }
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  .uk-width-1-6\@xl {
    width: calc(100% * 1 / 6.001);
  }
  .uk-width-5-6\@xl {
    width: calc(100% * 5 / 6.001);
  }
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-2xlarge\@xl {
    width: 750px;
  }
  .uk-width-auto\@xl {
    width: auto;
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
.uk-width-max-content {
  width: max-content;
}
.uk-width-min-content {
  width: min-content;
}
[class*=uk-height] {
  box-sizing: border-box;
}
.uk-height-1-1 {
  height: 100%;
}
.uk-height-viewport {
  min-height: 100vh;
}
.uk-height-viewport-2 {
  min-height: 200vh;
}
.uk-height-viewport-3 {
  min-height: 300vh;
}
.uk-height-viewport-4 {
  min-height: 400vh;
}
.uk-height-small {
  height: 150px;
}
.uk-height-medium {
  height: 300px;
}
.uk-height-large {
  height: 450px;
}
.uk-height-max-small {
  max-height: 150px;
}
.uk-height-max-medium {
  max-height: 300px;
}
.uk-height-max-large {
  max-height: 450px;
}
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}
.uk-text-meta {
  font-size: .875rem;
  line-height: 1.4;
  color: #999;
}
.uk-text-meta a {
  color: #999;
}
.uk-text-meta a:hover {
  color: #666;
  text-decoration: none;
}
.uk-text-small {
  font-size: .875rem;
  line-height: 1.5;
}
.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}
.uk-text-default {
  font-size: 16px;
  line-height: 1.5;
}
.uk-text-light {
  font-weight: 300;
}
.uk-text-normal {
  font-weight: 400;
}
.uk-text-bold {
  font-weight: 700;
}
.uk-text-lighter {
  font-weight: lighter;
}
.uk-text-bolder {
  font-weight: bolder;
}
.uk-text-italic {
  font-style: italic;
}
.uk-text-capitalize {
  text-transform: capitalize !important;
}
.uk-text-uppercase {
  text-transform: uppercase !important;
}
.uk-text-lowercase {
  text-transform: lowercase !important;
}
.uk-text-decoration-none {
  text-decoration: none !important;
}
.uk-text-muted {
  color: #999 !important;
}
.uk-text-emphasis {
  color: #333 !important;
}
.uk-text-primary {
  color: #1e87f0 !important;
}
.uk-text-secondary {
  color: #222 !important;
}
.uk-text-success {
  color: #32d296 !important;
}
.uk-text-warning {
  color: #faa05a !important;
}
.uk-text-danger {
  color: #f0506e !important;
}
.uk-text-background {
  -webkit-background-clip: text;
  color: transparent !important;
  display: inline-block;
  background-color: #1e87f0;
}
.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
@media (min-width: 640px) {
  .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-text-center\@s {
    text-align: center !important;
  }
}
@media (min-width: 960px) {
  .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-text-center\@m {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-text-center\@l {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
}
.uk-text-top {
  vertical-align: top !important;
}
.uk-text-middle {
  vertical-align: middle !important;
}
.uk-text-bottom {
  vertical-align: bottom !important;
}
.uk-text-baseline {
  vertical-align: baseline !important;
}
.uk-text-nowrap {
  white-space: nowrap;
}
.uk-text-truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
td.uk-text-truncate,
th.uk-text-truncate {
  max-width: 0;
}
.uk-text-break {
  overflow-wrap: break-word;
}
td.uk-text-break,
th.uk-text-break {
  word-break: break-word;
}
[class*=uk-column-] {
  column-gap: 30px;
}
@media (min-width: 1200px) {
  [class*=uk-column-] {
    column-gap: 40px;
  }
}
[class*=uk-column-] img {
  transform: translate3d(0, 0, 0);
}
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  column-gap: 60px;
}
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 80px;
  }
}
.uk-column-1-2 {
  column-count: 2;
}
.uk-column-1-3 {
  column-count: 3;
}
.uk-column-1-4 {
  column-count: 4;
}
.uk-column-1-5 {
  column-count: 5;
}
.uk-column-1-6 {
  column-count: 6;
}
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2;
  }
  .uk-column-1-3\@s {
    column-count: 3;
  }
  .uk-column-1-4\@s {
    column-count: 4;
  }
  .uk-column-1-5\@s {
    column-count: 5;
  }
  .uk-column-1-6\@s {
    column-count: 6;
  }
}
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2;
  }
  .uk-column-1-3\@m {
    column-count: 3;
  }
  .uk-column-1-4\@m {
    column-count: 4;
  }
  .uk-column-1-5\@m {
    column-count: 5;
  }
  .uk-column-1-6\@m {
    column-count: 6;
  }
}
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2;
  }
  .uk-column-1-3\@l {
    column-count: 3;
  }
  .uk-column-1-4\@l {
    column-count: 4;
  }
  .uk-column-1-5\@l {
    column-count: 5;
  }
  .uk-column-1-6\@l {
    column-count: 6;
  }
}
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2;
  }
  .uk-column-1-3\@xl {
    column-count: 3;
  }
  .uk-column-1-4\@xl {
    column-count: 4;
  }
  .uk-column-1-5\@xl {
    column-count: 5;
  }
  .uk-column-1-6\@xl {
    column-count: 6;
  }
}
.uk-column-span {
  column-span: all;
}
[data-uk-cover],
[uk-cover] {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}
iframe[data-uk-cover],
iframe[uk-cover] {
  pointer-events: none;
}
.uk-cover-container {
  overflow: hidden;
  position: relative;
}
.uk-background-default {
  background-color: #fff;
}
.uk-background-muted {
  background-color: #f8f8f8;
}
.uk-background-primary {
  background-color: #1e87f0;
}
.uk-background-secondary {
  background-color: #222;
}
.uk-background-contain,
.uk-background-cover,
.uk-background-height-1-1,
.uk-background-width-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.uk-background-cover {
  background-size: cover;
}
.uk-background-contain {
  background-size: contain;
}
.uk-background-width-1-1 {
  background-size: 100%;
}
.uk-background-height-1-1 {
  background-size: auto 100%;
}
.uk-background-top-left {
  background-position: 0 0;
}
.uk-background-top-center {
  background-position: 50% 0;
}
.uk-background-top-right {
  background-position: 100% 0;
}
.uk-background-center-left {
  background-position: 0 50%;
}
.uk-background-center-center {
  background-position: 50% 50%;
}
.uk-background-center-right {
  background-position: 100% 50%;
}
.uk-background-bottom-left {
  background-position: 0 100%;
}
.uk-background-bottom-center {
  background-position: 50% 100%;
}
.uk-background-bottom-right {
  background-position: 100% 100%;
}
.uk-background-norepeat {
  background-repeat: no-repeat;
}
.uk-background-fixed {
  background-attachment: fixed;
  backface-visibility: hidden;
}
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }
}
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important;
  }
}
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important;
  }
}
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
}
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
  }
}
.uk-background-blend-multiply {
  background-blend-mode: multiply;
}
.uk-background-blend-screen {
  background-blend-mode: screen;
}
.uk-background-blend-overlay {
  background-blend-mode: overlay;
}
.uk-background-blend-darken {
  background-blend-mode: darken;
}
.uk-background-blend-lighten {
  background-blend-mode: lighten;
}
.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}
.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}
.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}
.uk-background-blend-difference {
  background-blend-mode: difference;
}
.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}
.uk-background-blend-hue {
  background-blend-mode: hue;
}
.uk-background-blend-saturation {
  background-blend-mode: saturation;
}
.uk-background-blend-color {
  background-blend-mode: color;
}
.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}
[class*=uk-align] {
  display: block;
  margin-bottom: 30px;
}
* + [class*=uk-align] {
  margin-top: 30px;
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}
.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}
@media (min-width: 640px) {
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
@media (min-width: 960px) {
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
}
@media (min-width: 1200px) {
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .uk-align-left,
  .uk-align-left\@l,
  .uk-align-left\@m,
  .uk-align-left\@s {
    margin-right: 40px;
  }
  .uk-align-right,
  .uk-align-right\@l,
  .uk-align-right\@m,
  .uk-align-right\@s {
    margin-left: 40px;
  }
}
@media (min-width: 1600px) {
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
}
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}
.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}
.uk-svg {
  transform: translate(0, 0);
}
.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}
.uk-panel > :last-child {
  margin-bottom: 0;
}
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-clearfix::before {
  content: "";
  display: table-cell;
}
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.uk-float-left {
  float: left;
}
.uk-float-right {
  float: right;
}
[class*=uk-float-] {
  max-width: 100%;
}
.uk-overflow-hidden {
  overflow: hidden;
}
.uk-overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}
.uk-box-sizing-content {
  box-sizing: content-box;
}
.uk-box-sizing-border {
  box-sizing: border-box;
}
.uk-resize {
  resize: both;
}
.uk-resize-horizontal {
  resize: horizontal;
}
.uk-resize-vertical {
  resize: vertical;
}
.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
}
[class*=uk-inline] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}
.uk-inline-clip {
  overflow: hidden;
}
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none;
}
.uk-responsive-height,
.uk-responsive-width {
  box-sizing: border-box;
}
.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}
.uk-responsive-height {
  max-height: 100%;
  width: auto;
  max-width: none;
}
[data-uk-responsive],
[uk-responsive] {
  max-width: 100%;
}
.uk-object-cover {
  object-fit: cover;
}
.uk-object-contain {
  object-fit: contain;
}
.uk-object-fill {
  object-fit: fill;
}
.uk-object-none {
  object-fit: none;
}
.uk-object-scale-down {
  object-fit: scale-down;
}
.uk-object-top-left {
  object-position: 0 0;
}
.uk-object-top-center {
  object-position: 50% 0;
}
.uk-object-top-right {
  object-position: 100% 0;
}
.uk-object-center-left {
  object-position: 0 50%;
}
.uk-object-center-center {
  object-position: 50% 50%;
}
.uk-object-center-right {
  object-position: 100% 50%;
}
.uk-object-bottom-left {
  object-position: 0 100%;
}
.uk-object-bottom-center {
  object-position: 50% 100%;
}
.uk-object-bottom-right {
  object-position: 100% 100%;
}
.uk-border-circle {
  border-radius: 50%;
}
.uk-border-pill {
  border-radius: 500px;
}
.uk-border-rounded {
  border-radius: 5px;
}
.uk-inline-clip[class*=uk-border-] {
  -webkit-transform: translateZ(0);
}
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}
.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}
.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
}
[class*=uk-box-shadow-hover] {
  transition: box-shadow .1s ease-in-out;
}
.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}
.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
}
.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, .16);
}
@supports (filter:blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    will-change: filter;
  }
}
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px;
}
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
.uk-logo {
  font-size: 1.5rem;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  color: #333;
  text-decoration: none;
}
:where(.uk-logo) {
  display: inline-block;
  vertical-align: middle;
}
.uk-logo:hover {
  color: #333;
  text-decoration: none;
}
.uk-logo :where(img, svg, video) {
  display: block;
}
.uk-logo-inverse {
  display: none;
}
.uk-disabled {
  pointer-events: none;
}
.uk-drag,
.uk-drag * {
  cursor: move;
}
.uk-drag iframe {
  pointer-events: none;
}
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, .3);
}
.uk-blend-multiply {
  mix-blend-mode: multiply;
}
.uk-blend-screen {
  mix-blend-mode: screen;
}
.uk-blend-overlay {
  mix-blend-mode: overlay;
}
.uk-blend-darken {
  mix-blend-mode: darken;
}
.uk-blend-lighten {
  mix-blend-mode: lighten;
}
.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}
.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}
.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}
.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}
.uk-blend-difference {
  mix-blend-mode: difference;
}
.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}
.uk-blend-hue {
  mix-blend-mode: hue;
}
.uk-blend-saturation {
  mix-blend-mode: saturation;
}
.uk-blend-color {
  mix-blend-mode: color;
}
.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}
.uk-transform-center {
  transform: translate(-50%, -50%);
}
.uk-transform-origin-top-left {
  transform-origin: 0 0;
}
.uk-transform-origin-top-center {
  transform-origin: 50% 0;
}
.uk-transform-origin-top-right {
  transform-origin: 100% 0;
}
.uk-transform-origin-center-left {
  transform-origin: 0 50%;
}
.uk-transform-origin-center-right {
  transform-origin: 100% 50%;
}
.uk-transform-origin-bottom-left {
  transform-origin: 0 100%;
}
.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}
.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}
.uk-flex {
  display: flex;
}
.uk-flex-inline {
  display: inline-flex;
}
.uk-flex-left {
  justify-content: flex-start;
}
.uk-flex-center {
  justify-content: center;
}
.uk-flex-right {
  justify-content: flex-end;
}
.uk-flex-between {
  justify-content: space-between;
}
.uk-flex-around {
  justify-content: space-around;
}
@media (min-width: 640px) {
  .uk-flex-left\@s {
    justify-content: flex-start;
  }
  .uk-flex-center\@s {
    justify-content: center;
  }
  .uk-flex-right\@s {
    justify-content: flex-end;
  }
  .uk-flex-between\@s {
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    justify-content: space-around;
  }
}
@media (min-width: 960px) {
  .uk-flex-left\@m {
    justify-content: flex-start;
  }
  .uk-flex-center\@m {
    justify-content: center;
  }
  .uk-flex-right\@m {
    justify-content: flex-end;
  }
  .uk-flex-between\@m {
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .uk-flex-left\@l {
    justify-content: flex-start;
  }
  .uk-flex-center\@l {
    justify-content: center;
  }
  .uk-flex-right\@l {
    justify-content: flex-end;
  }
  .uk-flex-between\@l {
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    justify-content: space-around;
  }
}
@media (min-width: 1600px) {
  .uk-flex-left\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-right\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}
.uk-flex-stretch {
  align-items: stretch;
}
.uk-flex-top {
  align-items: flex-start;
}
.uk-flex-middle {
  align-items: center;
}
.uk-flex-bottom {
  align-items: flex-end;
}
.uk-flex-row {
  flex-direction: row;
}
.uk-flex-row-reverse {
  flex-direction: row-reverse;
}
.uk-flex-column {
  flex-direction: column;
}
.uk-flex-column-reverse {
  flex-direction: column-reverse;
}
.uk-flex-nowrap {
  flex-wrap: nowrap;
}
.uk-flex-wrap {
  flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.uk-flex-wrap-stretch {
  align-content: stretch;
}
.uk-flex-wrap-top {
  align-content: flex-start;
}
.uk-flex-wrap-middle {
  align-content: center;
}
.uk-flex-wrap-bottom {
  align-content: flex-end;
}
.uk-flex-wrap-between {
  align-content: space-between;
}
.uk-flex-wrap-around {
  align-content: space-around;
}
.uk-flex-first {
  order: -1;
}
.uk-flex-last {
  order: 99;
}
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
.uk-flex-none {
  flex: none;
}
.uk-flex-auto {
  flex: auto;
}
.uk-flex-1 {
  flex: 1;
}
.uk-margin {
  margin-bottom: 20px;
}
* + .uk-margin {
  margin-top: 20px !important;
}
.uk-margin-top {
  margin-top: 20px !important;
}
.uk-margin-bottom {
  margin-bottom: 20px !important;
}
.uk-margin-left {
  margin-left: 20px !important;
}
.uk-margin-right {
  margin-right: 20px !important;
}
.uk-margin-small {
  margin-bottom: 10px;
}
* + .uk-margin-small {
  margin-top: 10px !important;
}
.uk-margin-small-top {
  margin-top: 10px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}
.uk-margin-small-left {
  margin-left: 10px !important;
}
.uk-margin-small-right {
  margin-right: 10px !important;
}
.uk-margin-medium {
  margin-bottom: 40px;
}
* + .uk-margin-medium {
  margin-top: 40px !important;
}
.uk-margin-medium-top {
  margin-top: 40px !important;
}
.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}
.uk-margin-medium-left {
  margin-left: 40px !important;
}
.uk-margin-medium-right {
  margin-right: 40px !important;
}
.uk-margin-large {
  margin-bottom: 40px;
}
* + .uk-margin-large {
  margin-top: 40px !important;
}
.uk-margin-large-top {
  margin-top: 40px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}
.uk-margin-large-left {
  margin-left: 40px !important;
}
.uk-margin-large-right {
  margin-right: 40px !important;
}
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
}
.uk-margin-xlarge {
  margin-bottom: 70px;
}
* + .uk-margin-xlarge {
  margin-top: 70px !important;
}
.uk-margin-xlarge-top {
  margin-top: 70px !important;
}
.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}
.uk-margin-xlarge-left {
  margin-left: 70px !important;
}
.uk-margin-xlarge-right {
  margin-right: 70px !important;
}
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
}
.uk-margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.uk-margin-auto-top {
  margin-top: auto !important;
}
.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}
.uk-margin-auto-left {
  margin-left: auto !important;
}
.uk-margin-auto-right {
  margin-right: auto !important;
}
.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
}
@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
}
@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
}
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
}
.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-remove-top {
  margin-top: 0 !important;
}
.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}
.uk-margin-remove-left {
  margin-left: 0 !important;
}
.uk-margin-remove-right {
  margin-right: 0 !important;
}
.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}
.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 640px) {
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
}
@media (min-width: 960px) {
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
}
@media (min-width: 1600px) {
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
}
.uk-padding {
  padding: 30px;
}
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px;
  }
}
.uk-padding-small {
  padding: 15px;
}
.uk-padding-large {
  padding: 40px;
}
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px;
  }
}
.uk-padding-remove {
  padding: 0 !important;
}
.uk-padding-remove-top {
  padding-top: 0 !important;
}
.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}
.uk-padding-remove-left {
  padding-left: 0 !important;
}
.uk-padding-remove-right {
  padding-right: 0 !important;
}
.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.uk-padding-remove-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
:root {
  --uk-position-margin-offset: 0px ;
}
[class*=uk-position-bottom],
[class*=uk-position-center],
[class*=uk-position-left],
[class*=uk-position-right],
[class*=uk-position-top] {
  position: absolute !important;
  max-width: calc(100% - (var(--uk-position-margin-offset) * 2));
  box-sizing: border-box;
}
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}
.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}
.uk-position-top-left {
  top: 0;
  left: 0;
}
.uk-position-top-right {
  top: 0;
  right: 0;
}
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}
.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}
.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  width: max-content;
}
[class*=uk-position-center-left],
[class*=uk-position-center-right] {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y));
}
.uk-position-center-left {
  left: 0;
}
.uk-position-center-right {
  right: 0;
}
.uk-position-center-left-out {
  right: 100%;
  width: max-content;
}
.uk-position-center-right-out {
  left: 100%;
  width: max-content;
}
.uk-position-bottom-center,
.uk-position-top-center {
  left: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: -50%;
  transform: translate(var(--uk-position-translate-x), 0);
  width: max-content;
}
.uk-position-top-center {
  top: 0;
}
.uk-position-bottom-center {
  bottom: 0;
}
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-small {
  margin: 15px;
  --uk-position-margin-offset: 15px ;
}
.uk-position-medium {
  margin: 30px;
  --uk-position-margin-offset: 30px ;
}
.uk-position-large {
  margin: 30px;
  --uk-position-margin-offset: 30px ;
}
@media (min-width: 1200px) {
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset: 50px ;
  }
}
.uk-position-relative {
  position: relative !important;
}
.uk-position-absolute {
  position: absolute !important;
}
.uk-position-fixed {
  position: fixed !important;
}
.uk-position-sticky {
  position: sticky !important;
}
.uk-position-z-index {
  z-index: 1;
}
.uk-position-z-index-zero {
  z-index: 0;
}
.uk-position-z-index-negative {
  z-index: -1;
}
:where(.uk-transition-fade),
:where([class*=uk-transition-scale]),
:where([class*=uk-transition-slide]) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0 ;
}
.uk-transition-fade,
[class*=uk-transition-scale],
[class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: .3s ease-out;
  transition-property:
    opacity,
    transform,
    filter;
  opacity: 0;
}
.uk-transition-active.uk-active .uk-transition-fade,
.uk-transition-toggle .uk-transition-fade:focus-within,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle:hover .uk-transition-fade {
  opacity: 1;
}
[class*=uk-transition-scale] {
  -webkit-backface-visibility: hidden;
}
.uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1 ;
}
.uk-transition-scale-down {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03 ;
}
.uk-transition-active.uk-active .uk-transition-scale-up,
.uk-transition-toggle .uk-transition-scale-up:focus-within,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle:hover .uk-transition-scale-up {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
  opacity: 1;
}
.uk-transition-active.uk-active .uk-transition-scale-down,
.uk-transition-toggle .uk-transition-scale-down:focus-within,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle:hover .uk-transition-scale-down {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 1;
}
.uk-transition-slide-top {
  --uk-translate-y: -100% ;
}
.uk-transition-slide-bottom {
  --uk-translate-y: 100% ;
}
.uk-transition-slide-left {
  --uk-translate-x: -100% ;
}
.uk-transition-slide-right {
  --uk-translate-x: 100% ;
}
.uk-transition-slide-top-small {
  --uk-translate-y: calc(-1 * 10px) ;
}
.uk-transition-slide-bottom-small {
  --uk-translate-y: 10px ;
}
.uk-transition-slide-left-small {
  --uk-translate-x: calc(-1 * 10px) ;
}
.uk-transition-slide-right-small {
  --uk-translate-x: 10px ;
}
.uk-transition-slide-top-medium {
  --uk-translate-y: calc(-1 * 50px) ;
}
.uk-transition-slide-bottom-medium {
  --uk-translate-y: 50px ;
}
.uk-transition-slide-left-medium {
  --uk-translate-x: calc(-1 * 50px) ;
}
.uk-transition-slide-right-medium {
  --uk-translate-x: 50px ;
}
.uk-transition-active.uk-active [class*=uk-transition-slide],
.uk-transition-toggle [class*=uk-transition-slide]:focus-within,
.uk-transition-toggle:focus [class*=uk-transition-slide],
.uk-transition-toggle:hover [class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1;
}
.uk-transition-opaque {
  opacity: 1;
}
.uk-transition-slow {
  transition-duration: .7s;
}
.uk-hidden,
[hidden] {
  display: none !important;
}
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important;
  }
}
.uk-invisible {
  visibility: hidden !important;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}
@media (hover: none) {
  .uk-hidden-touch {
    display: none !important;
  }
}
@media (hover) {
  .uk-hidden-notouch {
    display: none !important;
  }
}
.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*=uk-card-media]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*=uk-card-media]),
.uk-light,
.uk-offcanvas-bar,
.uk-overlay-primary,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color) {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link,
.uk-card-primary > :not([class*=uk-card-media]) a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) a,
.uk-light .uk-link,
.uk-light a,
.uk-offcanvas-bar .uk-link,
.uk-offcanvas-bar a,
.uk-overlay-primary .uk-link,
.uk-overlay-primary a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-card-primary > :not([class*=uk-card-media]) a:hover,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) a:hover,
.uk-light .uk-link-toggle:hover .uk-link,
.uk-light .uk-link:hover,
.uk-light a:hover,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link,
.uk-offcanvas-bar .uk-link:hover,
.uk-offcanvas-bar a:hover,
.uk-overlay-primary .uk-link-toggle:hover .uk-link,
.uk-overlay-primary .uk-link:hover,
.uk-overlay-primary a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) a:hover {
  color: #fff;
}
.uk-card-primary.uk-card-body :not(pre) > code,
.uk-card-primary.uk-card-body :not(pre) > kbd,
.uk-card-primary.uk-card-body :not(pre) > samp,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > code,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-card-secondary.uk-card-body :not(pre) > code,
.uk-card-secondary.uk-card-body :not(pre) > kbd,
.uk-card-secondary.uk-card-body :not(pre) > samp,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > code,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-light :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-offcanvas-bar :not(pre) > code,
.uk-offcanvas-bar :not(pre) > kbd,
.uk-offcanvas-bar :not(pre) > samp,
.uk-overlay-primary :not(pre) > code,
.uk-overlay-primary :not(pre) > kbd,
.uk-overlay-primary :not(pre) > samp,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > code,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > code,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > code,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp {
  color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .1);
}
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*=uk-card-media]) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*=uk-card-media]) em,
.uk-light em,
.uk-offcanvas-bar em,
.uk-overlay-primary em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary.uk-card-body .uk-heading-2xlarge,
.uk-card-primary.uk-card-body .uk-heading-large,
.uk-card-primary.uk-card-body .uk-heading-medium,
.uk-card-primary.uk-card-body .uk-heading-small,
.uk-card-primary.uk-card-body .uk-heading-xlarge,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h1,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h2,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h3,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h4,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h5,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h6,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-2xlarge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-large,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-medium,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-small,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-xlarge,
.uk-card-primary > :not([class*=uk-card-media]) h1,
.uk-card-primary > :not([class*=uk-card-media]) h2,
.uk-card-primary > :not([class*=uk-card-media]) h3,
.uk-card-primary > :not([class*=uk-card-media]) h4,
.uk-card-primary > :not([class*=uk-card-media]) h5,
.uk-card-primary > :not([class*=uk-card-media]) h6,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
.uk-card-secondary.uk-card-body .uk-heading-large,
.uk-card-secondary.uk-card-body .uk-heading-medium,
.uk-card-secondary.uk-card-body .uk-heading-small,
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h1,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h2,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h3,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h4,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h5,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h6,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-2xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-large,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-medium,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-small,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) h1,
.uk-card-secondary > :not([class*=uk-card-media]) h2,
.uk-card-secondary > :not([class*=uk-card-media]) h3,
.uk-card-secondary > :not([class*=uk-card-media]) h4,
.uk-card-secondary > :not([class*=uk-card-media]) h5,
.uk-card-secondary > :not([class*=uk-card-media]) h6,
.uk-light .uk-h1,
.uk-light .uk-h2,
.uk-light .uk-h3,
.uk-light .uk-h4,
.uk-light .uk-h5,
.uk-light .uk-h6,
.uk-light .uk-heading-2xlarge,
.uk-light .uk-heading-large,
.uk-light .uk-heading-medium,
.uk-light .uk-heading-small,
.uk-light .uk-heading-xlarge,
.uk-light h1,
.uk-light h2,
.uk-light h3,
.uk-light h4,
.uk-light h5,
.uk-light h6,
.uk-offcanvas-bar .uk-h1,
.uk-offcanvas-bar .uk-h2,
.uk-offcanvas-bar .uk-h3,
.uk-offcanvas-bar .uk-h4,
.uk-offcanvas-bar .uk-h5,
.uk-offcanvas-bar .uk-h6,
.uk-offcanvas-bar .uk-heading-2xlarge,
.uk-offcanvas-bar .uk-heading-large,
.uk-offcanvas-bar .uk-heading-medium,
.uk-offcanvas-bar .uk-heading-small,
.uk-offcanvas-bar .uk-heading-xlarge,
.uk-offcanvas-bar h1,
.uk-offcanvas-bar h2,
.uk-offcanvas-bar h3,
.uk-offcanvas-bar h4,
.uk-offcanvas-bar h5,
.uk-offcanvas-bar h6,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary .uk-h6,
.uk-overlay-primary .uk-heading-2xlarge,
.uk-overlay-primary .uk-heading-large,
.uk-overlay-primary .uk-heading-medium,
.uk-overlay-primary .uk-heading-small,
.uk-overlay-primary .uk-heading-xlarge,
.uk-overlay-primary h1,
.uk-overlay-primary h2,
.uk-overlay-primary h3,
.uk-overlay-primary h4,
.uk-overlay-primary h5,
.uk-overlay-primary h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) h6 {
  color: #fff;
}
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*=uk-card-media]) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*=uk-card-media]) blockquote,
.uk-light blockquote,
.uk-offcanvas-bar blockquote,
.uk-overlay-primary blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote {
  color: #fff;
}
.uk-card-primary.uk-card-body blockquote footer,
.uk-card-primary > :not([class*=uk-card-media]) blockquote footer,
.uk-card-secondary.uk-card-body blockquote footer,
.uk-card-secondary > :not([class*=uk-card-media]) blockquote footer,
.uk-light blockquote footer,
.uk-offcanvas-bar blockquote footer,
.uk-overlay-primary blockquote footer,
.uk-section-primary:not(.uk-preserve-color) blockquote footer,
.uk-section-secondary:not(.uk-preserve-color) blockquote footer,
.uk-tile-primary:not(.uk-preserve-color) blockquote footer,
.uk-tile-secondary:not(.uk-preserve-color) blockquote footer {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-hr,
.uk-card-primary.uk-card-body hr,
.uk-card-primary > :not([class*=uk-card-media]) .uk-hr,
.uk-card-primary > :not([class*=uk-card-media]) hr,
.uk-card-secondary.uk-card-body .uk-hr,
.uk-card-secondary.uk-card-body hr,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-hr,
.uk-card-secondary > :not([class*=uk-card-media]) hr,
.uk-light .uk-hr,
.uk-light hr,
.uk-offcanvas-bar .uk-hr,
.uk-offcanvas-bar hr,
.uk-overlay-primary .uk-hr,
.uk-overlay-primary hr,
.uk-section-primary:not(.uk-preserve-color) .uk-hr,
.uk-section-primary:not(.uk-preserve-color) hr,
.uk-section-secondary:not(.uk-preserve-color) .uk-hr,
.uk-section-secondary:not(.uk-preserve-color) hr,
.uk-tile-primary:not(.uk-preserve-color) .uk-hr,
.uk-tile-primary:not(.uk-preserve-color) hr,
.uk-tile-secondary:not(.uk-preserve-color) .uk-hr,
.uk-tile-secondary:not(.uk-preserve-color) hr {
  border-top-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body :focus,
.uk-card-primary > :not([class*=uk-card-media]) :focus,
.uk-card-secondary.uk-card-body :focus,
.uk-card-secondary > :not([class*=uk-card-media]) :focus,
.uk-light :focus,
.uk-offcanvas-bar :focus,
.uk-overlay-primary :focus,
.uk-section-primary:not(.uk-preserve-color) :focus,
.uk-section-secondary:not(.uk-preserve-color) :focus,
.uk-tile-primary:not(.uk-preserve-color) :focus,
.uk-tile-secondary:not(.uk-preserve-color) :focus {
  outline-color: #fff;
}
.uk-card-primary.uk-card-body :focus-visible,
.uk-card-primary > :not([class*=uk-card-media]) :focus-visible,
.uk-card-secondary.uk-card-body :focus-visible,
.uk-card-secondary > :not([class*=uk-card-media]) :focus-visible,
.uk-light :focus-visible,
.uk-offcanvas-bar :focus-visible,
.uk-overlay-primary :focus-visible,
.uk-section-primary:not(.uk-preserve-color) :focus-visible,
.uk-section-secondary:not(.uk-preserve-color) :focus-visible,
.uk-tile-primary:not(.uk-preserve-color) :focus-visible,
.uk-tile-secondary:not(.uk-preserve-color) :focus-visible {
  outline-color: #fff;
}
.uk-card-primary.uk-card-body .uk-link-muted a,
.uk-card-primary.uk-card-body a.uk-link-muted,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary.uk-card-body a.uk-link-muted,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted,
.uk-light .uk-link-muted a,
.uk-light a.uk-link-muted,
.uk-offcanvas-bar .uk-link-muted a,
.uk-offcanvas-bar a.uk-link-muted,
.uk-overlay-primary .uk-link-muted a,
.uk-overlay-primary a.uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
.uk-card-primary.uk-card-body a.uk-link-muted:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,
.uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
.uk-card-secondary.uk-card-body a.uk-link-muted:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,
.uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-light .uk-link-toggle:hover .uk-link-muted,
.uk-light a.uk-link-muted:hover,
.uk-offcanvas-bar .uk-link-muted a:hover,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted,
.uk-offcanvas-bar a.uk-link-muted:hover,
.uk-overlay-primary .uk-link-muted a:hover,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-muted,
.uk-overlay-primary a.uk-link-muted:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-link-text a:hover,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text,
.uk-card-primary.uk-card-body a.uk-link-text:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,
.uk-card-primary > :not([class*=uk-card-media]) a.uk-link-text:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text,
.uk-card-secondary.uk-card-body a.uk-link-text:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,
.uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-light .uk-link-toggle:hover .uk-link-text,
.uk-light a.uk-link-text:hover,
.uk-offcanvas-bar .uk-link-text a:hover,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text,
.uk-offcanvas-bar a.uk-link-text:hover,
.uk-overlay-primary .uk-link-text a:hover,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-text,
.uk-overlay-primary a.uk-link-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
.uk-card-primary.uk-card-body a.uk-link-heading:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,
.uk-card-primary > :not([class*=uk-card-media]) a.uk-link-heading:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
.uk-card-secondary.uk-card-body a.uk-link-heading:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,
.uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-light .uk-link-toggle:hover .uk-link-heading,
.uk-light a.uk-link-heading:hover,
.uk-offcanvas-bar .uk-link-heading a:hover,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading,
.uk-offcanvas-bar a.uk-link-heading:hover,
.uk-overlay-primary .uk-link-heading a:hover,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-heading,
.uk-overlay-primary a.uk-link-heading:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-heading-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-divider,
.uk-card-secondary.uk-card-body .uk-heading-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-divider,
.uk-light .uk-heading-divider,
.uk-offcanvas-bar .uk-heading-divider,
.uk-overlay-primary .uk-heading-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-heading-bullet::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-bullet::before,
.uk-card-secondary.uk-card-body .uk-heading-bullet::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-bullet::before,
.uk-light .uk-heading-bullet::before,
.uk-offcanvas-bar .uk-heading-bullet::before,
.uk-overlay-primary .uk-heading-bullet::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before {
  border-left-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::before,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-light .uk-heading-line > ::before,
.uk-offcanvas-bar .uk-heading-line > ::after,
.uk-offcanvas-bar .uk-heading-line > ::before,
.uk-overlay-primary .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before {
  border-bottom-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-divider-icon,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon,
.uk-card-secondary.uk-card-body .uk-divider-icon,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon,
.uk-light .uk-divider-icon,
.uk-offcanvas-bar .uk-divider-icon,
.uk-overlay-primary .uk-divider-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.uk-card-primary.uk-card-body .uk-divider-icon::after,
.uk-card-primary.uk-card-body .uk-divider-icon::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::before,
.uk-card-secondary.uk-card-body .uk-divider-icon::after,
.uk-card-secondary.uk-card-body .uk-divider-icon::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-light .uk-divider-icon::before,
.uk-offcanvas-bar .uk-divider-icon::after,
.uk-offcanvas-bar .uk-divider-icon::before,
.uk-overlay-primary .uk-divider-icon::after,
.uk-overlay-primary .uk-divider-icon::before,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before {
  border-bottom-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-divider-small::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-small::after,
.uk-card-secondary.uk-card-body .uk-divider-small::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-small::after,
.uk-light .uk-divider-small::after,
.uk-offcanvas-bar .uk-divider-small::after,
.uk-overlay-primary .uk-divider-small::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-divider-vertical,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-vertical,
.uk-card-secondary.uk-card-body .uk-divider-vertical,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-vertical,
.uk-light .uk-divider-vertical,
.uk-offcanvas-bar .uk-divider-vertical,
.uk-overlay-primary .uk-divider-vertical,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical {
  border-left-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-list-muted > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-muted > ::before,
.uk-card-secondary.uk-card-body .uk-list-muted > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-muted > ::before,
.uk-light .uk-list-muted > ::before,
.uk-offcanvas-bar .uk-list-muted > ::before,
.uk-overlay-primary .uk-list-muted > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::before {
  color: rgba(255, 255, 255, .5) !important;
}
.uk-card-primary.uk-card-body .uk-list-emphasis > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before,
.uk-card-secondary.uk-card-body .uk-list-emphasis > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before,
.uk-light .uk-list-emphasis > ::before,
.uk-offcanvas-bar .uk-list-emphasis > ::before,
.uk-overlay-primary .uk-list-emphasis > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before {
  color: #fff !important;
}
.uk-card-primary.uk-card-body .uk-list-primary > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-primary > ::before,
.uk-card-secondary.uk-card-body .uk-list-primary > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-primary > ::before,
.uk-light .uk-list-primary > ::before,
.uk-offcanvas-bar .uk-list-primary > ::before,
.uk-overlay-primary .uk-list-primary > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::before {
  color: #fff !important;
}
.uk-card-primary.uk-card-body .uk-list-secondary > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-secondary > ::before,
.uk-card-secondary.uk-card-body .uk-list-secondary > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-secondary > ::before,
.uk-light .uk-list-secondary > ::before,
.uk-offcanvas-bar .uk-list-secondary > ::before,
.uk-overlay-primary .uk-list-secondary > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before {
  color: #fff !important;
}
.uk-card-primary.uk-card-body .uk-list-bullet > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-bullet > ::before,
.uk-card-secondary.uk-card-body .uk-list-bullet > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-bullet > ::before,
.uk-light .uk-list-bullet > ::before,
.uk-offcanvas-bar .uk-list-bullet > ::before,
.uk-overlay-primary .uk-list-bullet > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.uk-card-primary.uk-card-body .uk-list-divider > :nth-child(n+2),
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2),
.uk-card-secondary.uk-card-body .uk-list-divider > :nth-child(n+2),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2),
.uk-light .uk-list-divider > :nth-child(n+2),
.uk-offcanvas-bar .uk-list-divider > :nth-child(n+2),
.uk-overlay-primary .uk-list-divider > :nth-child(n+2),
.uk-section-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd),
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd),
.uk-light .uk-list-striped > :nth-of-type(odd),
.uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > :nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, .2);
  border-bottom-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd),
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd),
.uk-light .uk-list-striped > :nth-of-type(odd),
.uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > :nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .1);
}
.uk-card-primary.uk-card-body .uk-table th,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table th,
.uk-card-secondary.uk-card-body .uk-table th,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table th,
.uk-light .uk-table th,
.uk-offcanvas-bar .uk-table th,
.uk-overlay-primary .uk-table th,
.uk-section-primary:not(.uk-preserve-color) .uk-table th,
.uk-section-secondary:not(.uk-preserve-color) .uk-table th,
.uk-tile-primary:not(.uk-preserve-color) .uk-table th,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table th {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-table caption,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table caption,
.uk-card-secondary.uk-card-body .uk-table caption,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table caption,
.uk-light .uk-table caption,
.uk-offcanvas-bar .uk-table caption,
.uk-overlay-primary .uk-table caption,
.uk-section-primary:not(.uk-preserve-color) .uk-table caption,
.uk-section-secondary:not(.uk-preserve-color) .uk-table caption,
.uk-tile-primary:not(.uk-preserve-color) .uk-table caption,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table caption {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-primary.uk-card-body .uk-table > tr.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table tbody tr.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table > tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table > tr.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table tbody tr.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table > tr.uk-active,
.uk-light .uk-table tbody tr.uk-active,
.uk-light .uk-table > tr.uk-active,
.uk-offcanvas-bar .uk-table tbody tr.uk-active,
.uk-offcanvas-bar .uk-table > tr.uk-active,
.uk-overlay-primary .uk-table tbody tr.uk-active,
.uk-overlay-primary .uk-table > tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active {
  background: rgba(255, 255, 255, .08);
}
.uk-card-primary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > tr:not(:first-child),
.uk-light .uk-table-divider > :first-child > tr:not(:first-child),
.uk-light .uk-table-divider > :not(:first-child) > tr,
.uk-light .uk-table-divider > tr:not(:first-child),
.uk-offcanvas-bar .uk-table-divider > :first-child > tr:not(:first-child),
.uk-offcanvas-bar .uk-table-divider > :not(:first-child) > tr,
.uk-offcanvas-bar .uk-table-divider > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > :first-child > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > :not(:first-child) > tr,
.uk-overlay-primary .uk-table-divider > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child) {
  border-top-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(odd),
.uk-light .uk-table-striped tbody tr:nth-of-type(odd),
.uk-light .uk-table-striped > tr:nth-of-type(odd),
.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(odd),
.uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped > tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, .1);
  border-top-color: rgba(255, 255, 255, .2);
  border-bottom-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-hover tbody tr:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-hover > tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-hover tbody tr:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-hover > tr:hover,
.uk-light .uk-table-hover tbody tr:hover,
.uk-light .uk-table-hover > tr:hover,
.uk-offcanvas-bar .uk-table-hover tbody tr:hover,
.uk-offcanvas-bar .uk-table-hover > tr:hover,
.uk-overlay-primary .uk-table-hover tbody tr:hover,
.uk-overlay-primary .uk-table-hover > tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover {
  background: rgba(255, 255, 255, .08);
}
.uk-card-primary.uk-card-body .uk-icon-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link,
.uk-light .uk-icon-link,
.uk-offcanvas-bar .uk-icon-link,
.uk-overlay-primary .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-icon-link:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:hover,
.uk-card-secondary.uk-card-body .uk-icon-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:hover,
.uk-light .uk-icon-link:hover,
.uk-offcanvas-bar .uk-icon-link:hover,
.uk-overlay-primary .uk-icon-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-icon-link:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:active,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-light .uk-icon-link:active,
.uk-offcanvas-bar .uk-active > .uk-icon-link,
.uk-offcanvas-bar .uk-icon-link:active,
.uk-overlay-primary .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-icon-link:active,
.uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button,
.uk-light .uk-icon-button,
.uk-offcanvas-bar .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button {
  background-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-icon-button:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:hover,
.uk-card-secondary.uk-card-body .uk-icon-button:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:hover,
.uk-light .uk-icon-button:hover,
.uk-offcanvas-bar .uk-icon-button:hover,
.uk-overlay-primary .uk-icon-button:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover {
  background-color: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-icon-button:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:active,
.uk-card-secondary.uk-card-body .uk-icon-button:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:active,
.uk-light .uk-icon-button:active,
.uk-offcanvas-bar .uk-icon-button:active,
.uk-overlay-primary .uk-icon-button:active,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active {
  background-color: rgba(255, 255, 255, .2);
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-input,
.uk-card-primary.uk-card-body .uk-select,
.uk-card-primary.uk-card-body .uk-textarea,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-select,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-input,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea,
.uk-light .uk-input,
.uk-light .uk-select,
.uk-light .uk-textarea,
.uk-offcanvas-bar .uk-input,
.uk-offcanvas-bar .uk-select,
.uk-offcanvas-bar .uk-textarea,
.uk-overlay-primary .uk-input,
.uk-overlay-primary .uk-select,
.uk-overlay-primary .uk-textarea,
.uk-section-primary:not(.uk-preserve-color) .uk-input,
.uk-section-primary:not(.uk-preserve-color) .uk-select,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea,
.uk-section-secondary:not(.uk-preserve-color) .uk-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-select,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-primary:not(.uk-preserve-color) .uk-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-select,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea {
  background-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-input:focus,
.uk-card-primary.uk-card-body .uk-select:focus,
.uk-card-primary.uk-card-body .uk-textarea:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-input:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-light .uk-input:focus,
.uk-light .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-offcanvas-bar .uk-input:focus,
.uk-offcanvas-bar .uk-select:focus,
.uk-offcanvas-bar .uk-textarea:focus,
.uk-overlay-primary .uk-input:focus,
.uk-overlay-primary .uk-select:focus,
.uk-overlay-primary .uk-textarea:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus {
  background-color: rgba(255, 255, 255, .15);
  color: rgba(255, 255, 255, .7);
  border-color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-input::placeholder,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input::placeholder,
.uk-card-secondary.uk-card-body .uk-input::placeholder,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input::placeholder,
.uk-light .uk-input::placeholder,
.uk-offcanvas-bar .uk-input::placeholder,
.uk-overlay-primary .uk-input::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-textarea::placeholder,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::placeholder,
.uk-card-secondary.uk-card-body .uk-textarea::placeholder,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::placeholder,
.uk-light .uk-textarea::placeholder,
.uk-offcanvas-bar .uk-textarea::placeholder,
.uk-overlay-primary .uk-textarea::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]),
.uk-card-primary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]),
.uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]),
.uk-light .uk-select:not([multiple]):not([size]),
.uk-offcanvas-bar .uk-select:not([multiple]):not([size]),
.uk-overlay-primary .uk-select:not([multiple]):not([size]),
.uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]) {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.uk-card-primary.uk-card-body .uk-input[list]:focus,
.uk-card-primary.uk-card-body .uk-input[list]:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:hover,
.uk-card-secondary.uk-card-body .uk-input[list]:focus,
.uk-card-secondary.uk-card-body .uk-input[list]:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-light .uk-input[list]:hover,
.uk-offcanvas-bar .uk-input[list]:focus,
.uk-offcanvas-bar .uk-input[list]:hover,
.uk-overlay-primary .uk-input[list]:focus,
.uk-overlay-primary .uk-input[list]:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.uk-card-primary.uk-card-body .uk-checkbox,
.uk-card-primary.uk-card-body .uk-radio,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-radio,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio,
.uk-light .uk-checkbox,
.uk-light .uk-radio,
.uk-offcanvas-bar .uk-checkbox,
.uk-offcanvas-bar .uk-radio,
.uk-overlay-primary .uk-checkbox,
.uk-overlay-primary .uk-radio,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-primary:not(.uk-preserve-color) .uk-radio,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio {
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-checkbox:focus,
.uk-card-primary.uk-card-body .uk-radio:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:focus,
.uk-card-secondary.uk-card-body .uk-radio:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:focus,
.uk-light .uk-checkbox:focus,
.uk-light .uk-radio:focus,
.uk-offcanvas-bar .uk-checkbox:focus,
.uk-offcanvas-bar .uk-radio:focus,
.uk-overlay-primary .uk-checkbox:focus,
.uk-overlay-primary .uk-radio:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus {
  background-color: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-light .uk-radio:checked,
.uk-offcanvas-bar .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked {
  background-color: #fff;
  border-color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-radio:checked:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-radio:checked:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-light .uk-radio:checked:focus,
.uk-offcanvas-bar .uk-checkbox:checked:focus,
.uk-offcanvas-bar .uk-checkbox:indeterminate:focus,
.uk-offcanvas-bar .uk-radio:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-radio:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus {
  background-color: #fff;
}
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked,
.uk-light .uk-radio:checked,
.uk-offcanvas-bar .uk-radio:checked,
.uk-overlay-primary .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-light .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-light .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*=uk-card-media]) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-form-label,
.uk-light .uk-form-label,
.uk-offcanvas-bar .uk-form-label,
.uk-overlay-primary .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-form-icon,
.uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon,
.uk-card-secondary.uk-card-body .uk-form-icon,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon,
.uk-light .uk-form-icon,
.uk-offcanvas-bar .uk-form-icon,
.uk-overlay-primary .uk-form-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-form-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-form-icon:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon:hover,
.uk-card-secondary.uk-card-body .uk-form-icon:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon:hover,
.uk-light .uk-form-icon:hover,
.uk-offcanvas-bar .uk-form-icon:hover,
.uk-overlay-primary .uk-form-icon:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default,
.uk-light .uk-button-default,
.uk-offcanvas-bar .uk-button-default,
.uk-overlay-primary .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:hover,
.uk-light .uk-button-default:hover,
.uk-offcanvas-bar .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-light .uk-button-default:active,
.uk-offcanvas-bar .uk-button-default.uk-active,
.uk-offcanvas-bar .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary,
.uk-light .uk-button-primary,
.uk-offcanvas-bar .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary {
  background-color: #fff;
  color: #666;
}
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:hover,
.uk-light .uk-button-primary:hover,
.uk-offcanvas-bar .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover {
  background-color: #f2f2f2;
  color: #666;
}
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-light .uk-button-primary:active,
.uk-offcanvas-bar .uk-button-primary.uk-active,
.uk-offcanvas-bar .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active {
  background-color: #e6e6e6;
  color: #666;
}
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary,
.uk-light .uk-button-secondary,
.uk-offcanvas-bar .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary {
  background-color: #fff;
  color: #666;
}
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:hover,
.uk-light .uk-button-secondary:hover,
.uk-offcanvas-bar .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover {
  background-color: #f2f2f2;
  color: #666;
}
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-light .uk-button-secondary:active,
.uk-offcanvas-bar .uk-button-secondary.uk-active,
.uk-offcanvas-bar .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active {
  background-color: #e6e6e6;
  color: #666;
}
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text,
.uk-light .uk-button-text,
.uk-offcanvas-bar .uk-button-text,
.uk-overlay-primary .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-button-text::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text::before,
.uk-card-secondary.uk-card-body .uk-button-text::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text::before,
.uk-light .uk-button-text::before,
.uk-offcanvas-bar .uk-button-text::before,
.uk-overlay-primary .uk-button-text::before,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before {
  border-bottom-color: #fff;
}
.uk-card-primary.uk-card-body .uk-button-text:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:hover,
.uk-card-secondary.uk-card-body .uk-button-text:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:hover,
.uk-light .uk-button-text:hover,
.uk-offcanvas-bar .uk-button-text:hover,
.uk-overlay-primary .uk-button-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-button-text:disabled,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:disabled,
.uk-card-secondary.uk-card-body .uk-button-text:disabled,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:disabled,
.uk-light .uk-button-text:disabled,
.uk-offcanvas-bar .uk-button-text:disabled,
.uk-overlay-primary .uk-button-text:disabled,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-button-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-link,
.uk-card-secondary.uk-card-body .uk-button-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link,
.uk-light .uk-button-link,
.uk-offcanvas-bar .uk-button-link,
.uk-overlay-primary .uk-button-link,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-button-link:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:hover,
.uk-card-secondary.uk-card-body .uk-button-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:hover,
.uk-light .uk-button-link:hover,
.uk-offcanvas-bar .uk-button-link:hover,
.uk-overlay-primary .uk-button-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body.uk-card-badge,
.uk-card-primary > :not([class*=uk-card-media]).uk-card-badge,
.uk-card-secondary.uk-card-body.uk-card-badge,
.uk-card-secondary > :not([class*=uk-card-media]).uk-card-badge,
.uk-light.uk-card-badge,
.uk-offcanvas-bar.uk-card-badge,
.uk-overlay-primary.uk-card-badge,
.uk-section-primary:not(.uk-preserve-color).uk-card-badge,
.uk-section-secondary:not(.uk-preserve-color).uk-card-badge,
.uk-tile-primary:not(.uk-preserve-color).uk-card-badge,
.uk-tile-secondary:not(.uk-preserve-color).uk-card-badge {
  background-color: #fff;
  color: #666;
}
.uk-card-primary.uk-card-body .uk-close,
.uk-card-primary > :not([class*=uk-card-media]) .uk-close,
.uk-card-secondary.uk-card-body .uk-close,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-close,
.uk-light .uk-close,
.uk-offcanvas-bar .uk-close,
.uk-overlay-primary .uk-close,
.uk-section-primary:not(.uk-preserve-color) .uk-close,
.uk-section-secondary:not(.uk-preserve-color) .uk-close,
.uk-tile-primary:not(.uk-preserve-color) .uk-close,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-close:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-close:hover,
.uk-card-secondary.uk-card-body .uk-close:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-close:hover,
.uk-light .uk-close:hover,
.uk-offcanvas-bar .uk-close:hover,
.uk-overlay-primary .uk-close:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-close:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-close:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-totop,
.uk-card-primary > :not([class*=uk-card-media]) .uk-totop,
.uk-card-secondary.uk-card-body .uk-totop,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-totop,
.uk-light .uk-totop,
.uk-offcanvas-bar .uk-totop,
.uk-overlay-primary .uk-totop,
.uk-section-primary:not(.uk-preserve-color) .uk-totop,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-totop:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-totop:hover,
.uk-card-secondary.uk-card-body .uk-totop:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:hover,
.uk-light .uk-totop:hover,
.uk-offcanvas-bar .uk-totop:hover,
.uk-overlay-primary .uk-totop:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:active,
.uk-light .uk-totop:active,
.uk-offcanvas-bar .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*=uk-card-media]) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-marker,
.uk-light .uk-marker,
.uk-offcanvas-bar .uk-marker,
.uk-overlay-primary .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker {
  background: #f8f8f8;
  color: #666;
}
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-marker:hover,
.uk-light .uk-marker:hover,
.uk-offcanvas-bar .uk-marker:hover,
.uk-overlay-primary .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover {
  color: #666;
}
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-badge,
.uk-light .uk-badge,
.uk-offcanvas-bar .uk-badge,
.uk-overlay-primary .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge {
  background-color: #fff;
  color: #666 !important;
}
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*=uk-card-media]) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-label,
.uk-light .uk-label,
.uk-offcanvas-bar .uk-label,
.uk-overlay-primary .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label {
  background-color: #fff;
  color: #666;
}
.uk-card-primary.uk-card-body .uk-article-meta,
.uk-card-primary > :not([class*=uk-card-media]) .uk-article-meta,
.uk-card-secondary.uk-card-body .uk-article-meta,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-article-meta,
.uk-light .uk-article-meta,
.uk-offcanvas-bar .uk-article-meta,
.uk-overlay-primary .uk-article-meta,
.uk-section-primary:not(.uk-preserve-color) .uk-article-meta,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-meta,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-meta,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input,
.uk-light .uk-search-input,
.uk-offcanvas-bar .uk-search-input,
.uk-overlay-primary .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-search-input::placeholder,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::placeholder,
.uk-card-secondary.uk-card-body .uk-search-input::placeholder,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::placeholder,
.uk-light .uk-search-input::placeholder,
.uk-offcanvas-bar .uk-search-input::placeholder,
.uk-overlay-primary .uk-search-input::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-search .uk-search-icon,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon,
.uk-card-secondary.uk-card-body .uk-search .uk-search-icon,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon,
.uk-light .uk-search .uk-search-icon,
.uk-offcanvas-bar .uk-search .uk-search-icon,
.uk-overlay-primary .uk-search .uk-search-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover,
.uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover,
.uk-light .uk-search .uk-search-icon:hover,
.uk-offcanvas-bar .uk-search .uk-search-icon:hover,
.uk-overlay-primary .uk-search .uk-search-icon:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-search-default .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input,
.uk-light .uk-search-default .uk-search-input,
.uk-offcanvas-bar .uk-search-default .uk-search-input,
.uk-overlay-primary .uk-search-default .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus,
.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus,
.uk-light .uk-search-default .uk-search-input:focus,
.uk-offcanvas-bar .uk-search-default .uk-search-input:focus,
.uk-overlay-primary .uk-search-default .uk-search-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, .05);
}
.uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input,
.uk-light .uk-search-navbar .uk-search-input,
.uk-offcanvas-bar .uk-search-navbar .uk-search-input,
.uk-overlay-primary .uk-search-navbar .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input {
  background-color: transparent;
}
.uk-card-primary.uk-card-body .uk-search-large .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-large .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input,
.uk-light .uk-search-large .uk-search-input,
.uk-offcanvas-bar .uk-search-large .uk-search-input,
.uk-overlay-primary .uk-search-large .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input {
  background-color: transparent;
}
.uk-card-primary.uk-card-body .uk-search-toggle,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle,
.uk-card-secondary.uk-card-body .uk-search-toggle,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle,
.uk-light .uk-search-toggle,
.uk-offcanvas-bar .uk-search-toggle,
.uk-overlay-primary .uk-search-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-search-toggle:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:hover,
.uk-card-secondary.uk-card-body .uk-search-toggle:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:hover,
.uk-light .uk-search-toggle:hover,
.uk-offcanvas-bar .uk-search-toggle:hover,
.uk-overlay-primary .uk-search-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-accordion-title,
.uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title,
.uk-card-secondary.uk-card-body .uk-accordion-title,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title,
.uk-light .uk-accordion-title,
.uk-offcanvas-bar .uk-accordion-title,
.uk-overlay-primary .uk-accordion-title,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-accordion-title:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title:hover,
.uk-card-secondary.uk-card-body .uk-accordion-title:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title:hover,
.uk-light .uk-accordion-title:hover,
.uk-offcanvas-bar .uk-accordion-title:hover,
.uk-overlay-primary .uk-accordion-title:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-light .uk-grid-divider > :not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before,
.uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-nav-default > li > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a,
.uk-light .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-nav-default > li > a,
.uk-overlay-primary .uk-nav-default > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover,
.uk-light .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a,
.uk-light .uk-nav-default > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header,
.uk-light .uk-nav-default .uk-nav-header,
.uk-offcanvas-bar .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider,
.uk-light .uk-nav-default .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-default .uk-nav-divider,
.uk-overlay-primary .uk-nav-default .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a,
.uk-light .uk-nav-default .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover,
.uk-light .uk-nav-default .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-nav-primary > li > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a,
.uk-light .uk-nav-primary > li > a,
.uk-offcanvas-bar .uk-nav-primary > li > a,
.uk-overlay-primary .uk-nav-primary > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover,
.uk-light .uk-nav-primary > li > a:hover,
.uk-offcanvas-bar .uk-nav-primary > li > a:hover,
.uk-overlay-primary .uk-nav-primary > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a,
.uk-light .uk-nav-primary > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header,
.uk-light .uk-nav-primary .uk-nav-header,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider,
.uk-light .uk-nav-primary .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-divider,
.uk-overlay-primary .uk-nav-primary .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a,
.uk-light .uk-nav-primary .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover,
.uk-light .uk-nav-primary .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-nav-secondary > li > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a,
.uk-light .uk-nav-secondary > li > a,
.uk-offcanvas-bar .uk-nav-secondary > li > a,
.uk-overlay-primary .uk-nav-secondary > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover,
.uk-light .uk-nav-secondary > li > a:hover,
.uk-offcanvas-bar .uk-nav-secondary > li > a:hover,
.uk-overlay-primary .uk-nav-secondary > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}
.uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a,
.uk-light .uk-nav-secondary > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-secondary > li.uk-active > a,
.uk-overlay-primary .uk-nav-secondary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-subtitle,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-subtitle,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle,
.uk-light .uk-nav-secondary .uk-nav-subtitle,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-subtitle,
.uk-overlay-primary .uk-nav-secondary .uk-nav-subtitle,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-light .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-offcanvas-bar .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-overlay-primary .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-light .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-offcanvas-bar .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-overlay-primary .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-header,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-header,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header,
.uk-light .uk-nav-secondary .uk-nav-header,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-header,
.uk-overlay-primary .uk-nav-secondary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider,
.uk-light .uk-nav-secondary .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-divider,
.uk-overlay-primary .uk-nav-secondary .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a,
.uk-light .uk-nav-secondary .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a,
.uk-overlay-primary .uk-nav-secondary .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-light .uk-nav-secondary .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-secondary .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-light .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-card-secondary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-light .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-offcanvas-bar .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-overlay-primary .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-section-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-section-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-tile-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  border-top-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a,
.uk-light .uk-navbar-nav > li > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a,
.uk-overlay-primary .uk-navbar-nav > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a[aria-expanded=true],
.uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a[aria-expanded=true],
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a[aria-expanded=true],
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true] {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active,
.uk-light .uk-navbar-nav > li > a:active,
.uk-offcanvas-bar .uk-navbar-nav > li > a:active,
.uk-overlay-primary .uk-navbar-nav > li > a:active,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a,
.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-navbar-item,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-item,
.uk-card-secondary.uk-card-body .uk-navbar-item,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-item,
.uk-light .uk-navbar-item,
.uk-offcanvas-bar .uk-navbar-item,
.uk-overlay-primary .uk-navbar-item,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-item,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle,
.uk-light .uk-navbar-toggle,
.uk-offcanvas-bar .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-primary.uk-card-body .uk-navbar-toggle[aria-expanded=true],
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true],
.uk-card-secondary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-secondary.uk-card-body .uk-navbar-toggle[aria-expanded=true],
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true],
.uk-light .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle[aria-expanded=true],
.uk-offcanvas-bar .uk-navbar-toggle:hover,
.uk-offcanvas-bar .uk-navbar-toggle[aria-expanded=true],
.uk-overlay-primary .uk-navbar-toggle:hover,
.uk-overlay-primary .uk-navbar-toggle[aria-expanded=true],
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true] {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child,
.uk-card-secondary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child,
.uk-light .uk-subnav > * > :first-child,
.uk-offcanvas-bar .uk-subnav > * > :first-child,
.uk-overlay-primary .uk-subnav > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-subnav > * > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover,
.uk-light .uk-subnav > * > a:hover,
.uk-offcanvas-bar .uk-subnav > * > a:hover,
.uk-overlay-primary .uk-subnav > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a,
.uk-light .uk-subnav > .uk-active > a,
.uk-offcanvas-bar .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-left-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child,
.uk-light .uk-subnav-pill > * > :first-child,
.uk-offcanvas-bar .uk-subnav-pill > * > :first-child,
.uk-overlay-primary .uk-subnav-pill > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover,
.uk-light .uk-subnav-pill > * > a:hover,
.uk-offcanvas-bar .uk-subnav-pill > * > a:hover,
.uk-overlay-primary .uk-subnav-pill > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover {
  background-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active,
.uk-light .uk-subnav-pill > * > a:active,
.uk-offcanvas-bar .uk-subnav-pill > * > a:active,
.uk-overlay-primary .uk-subnav-pill > * > a:active,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a,
.uk-light .uk-subnav-pill > .uk-active > a,
.uk-offcanvas-bar .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666;
}
.uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a,
.uk-light .uk-subnav > .uk-disabled > a,
.uk-offcanvas-bar .uk-subnav > .uk-disabled > a,
.uk-overlay-primary .uk-subnav > .uk-disabled > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-breadcrumb > * > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *,
.uk-light .uk-breadcrumb > * > *,
.uk-offcanvas-bar .uk-breadcrumb > * > *,
.uk-overlay-primary .uk-breadcrumb > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover,
.uk-light .uk-breadcrumb > * > :hover,
.uk-offcanvas-bar .uk-breadcrumb > * > :hover,
.uk-overlay-primary .uk-breadcrumb > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *,
.uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *,
.uk-light .uk-breadcrumb > :last-child > *,
.uk-offcanvas-bar .uk-breadcrumb > :last-child > *,
.uk-overlay-primary .uk-breadcrumb > :last-child > *,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-pagination > * > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > *,
.uk-card-secondary.uk-card-body .uk-pagination > * > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > *,
.uk-light .uk-pagination > * > *,
.uk-offcanvas-bar .uk-pagination > * > *,
.uk-overlay-primary .uk-pagination > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > * {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-pagination > * > :hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :hover,
.uk-card-secondary.uk-card-body .uk-pagination > * > :hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :hover,
.uk-light .uk-pagination > * > :hover,
.uk-offcanvas-bar .uk-pagination > * > :hover,
.uk-overlay-primary .uk-pagination > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-pagination > .uk-active > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *,
.uk-light .uk-pagination > .uk-active > *,
.uk-offcanvas-bar .uk-pagination > .uk-active > *,
.uk-overlay-primary .uk-pagination > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *,
.uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *,
.uk-light .uk-pagination > .uk-disabled > *,
.uk-offcanvas-bar .uk-pagination > .uk-disabled > *,
.uk-overlay-primary .uk-pagination > .uk-disabled > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-tab::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab::before,
.uk-card-secondary.uk-card-body .uk-tab::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab::before,
.uk-light .uk-tab::before,
.uk-offcanvas-bar .uk-tab::before,
.uk-overlay-primary .uk-tab::before,
.uk-section-primary:not(.uk-preserve-color) .uk-tab::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before {
  border-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-tab > * > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a,
.uk-card-secondary.uk-card-body .uk-tab > * > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a,
.uk-light .uk-tab > * > a,
.uk-offcanvas-bar .uk-tab > * > a,
.uk-overlay-primary .uk-tab > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-tab > * > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:hover,
.uk-card-secondary.uk-card-body .uk-tab > * > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:hover,
.uk-light .uk-tab > * > a:hover,
.uk-offcanvas-bar .uk-tab > * > a:hover,
.uk-overlay-primary .uk-tab > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a,
.uk-light .uk-tab > .uk-active > a,
.uk-offcanvas-bar .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff;
}
.uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a,
.uk-light .uk-tab > .uk-disabled > a,
.uk-offcanvas-bar .uk-tab > .uk-disabled > a,
.uk-overlay-primary .uk-tab > .uk-disabled > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-slidenav,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav,
.uk-card-secondary.uk-card-body .uk-slidenav,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav,
.uk-light .uk-slidenav,
.uk-offcanvas-bar .uk-slidenav,
.uk-overlay-primary .uk-slidenav,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-slidenav:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:hover,
.uk-card-secondary.uk-card-body .uk-slidenav:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:hover,
.uk-light .uk-slidenav:hover,
.uk-offcanvas-bar .uk-slidenav:hover,
.uk-overlay-primary .uk-slidenav:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover {
  color: rgba(255, 255, 255, .95);
}
.uk-card-primary.uk-card-body .uk-slidenav:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:active,
.uk-card-secondary.uk-card-body .uk-slidenav:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:active,
.uk-light .uk-slidenav:active,
.uk-offcanvas-bar .uk-slidenav:active,
.uk-overlay-primary .uk-slidenav:active,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-dotnav > * > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *,
.uk-card-secondary.uk-card-body .uk-dotnav > * > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *,
.uk-light .uk-dotnav > * > *,
.uk-offcanvas-bar .uk-dotnav > * > *,
.uk-overlay-primary .uk-dotnav > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, .9);
}
.uk-card-primary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover,
.uk-light .uk-dotnav > * > :hover,
.uk-offcanvas-bar .uk-dotnav > * > :hover,
.uk-overlay-primary .uk-dotnav > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover {
  background-color: rgba(255, 255, 255, .9);
  border-color: transparent;
}
.uk-card-primary.uk-card-body .uk-dotnav > * > :active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :active,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :active,
.uk-light .uk-dotnav > * > :active,
.uk-offcanvas-bar .uk-dotnav > * > :active,
.uk-overlay-primary .uk-dotnav > * > :active,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, .5);
  border-color: transparent;
}
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *,
.uk-light .uk-dotnav > .uk-active > *,
.uk-offcanvas-bar .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, .9);
  border-color: transparent;
}
.uk-card-primary.uk-card-body .uk-iconnav > * > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a,
.uk-light .uk-iconnav > * > a,
.uk-offcanvas-bar .uk-iconnav > * > a,
.uk-overlay-primary .uk-iconnav > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-iconnav > * > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover,
.uk-light .uk-iconnav > * > a:hover,
.uk-offcanvas-bar .uk-iconnav > * > a:hover,
.uk-overlay-primary .uk-iconnav > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a,
.uk-light .uk-iconnav > .uk-active > a,
.uk-offcanvas-bar .uk-iconnav > .uk-active > a,
.uk-overlay-primary .uk-iconnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-lead,
.uk-light .uk-text-lead,
.uk-offcanvas-bar .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead {
  color: rgba(255, 255, 255, .7);
}
.uk-card-primary.uk-card-body .uk-text-meta,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-meta,
.uk-card-secondary.uk-card-body .uk-text-meta,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-meta,
.uk-light .uk-text-meta,
.uk-offcanvas-bar .uk-text-meta,
.uk-overlay-primary .uk-text-meta,
.uk-section-primary:not(.uk-preserve-color) .uk-text-meta,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-meta,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-meta,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta {
  color: rgba(255, 255, 255, .5);
}
.uk-card-primary.uk-card-body .uk-text-muted,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-muted,
.uk-card-secondary.uk-card-body .uk-text-muted,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-muted,
.uk-light .uk-text-muted,
.uk-offcanvas-bar .uk-text-muted,
.uk-overlay-primary .uk-text-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-text-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted {
  color: rgba(255, 255, 255, .5) !important;
}
.uk-card-primary.uk-card-body .uk-text-emphasis,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-emphasis,
.uk-card-secondary.uk-card-body .uk-text-emphasis,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-emphasis,
.uk-light .uk-text-emphasis,
.uk-offcanvas-bar .uk-text-emphasis,
.uk-overlay-primary .uk-text-emphasis,
.uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis {
  color: #fff !important;
}
.uk-card-primary.uk-card-body .uk-text-primary,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-primary,
.uk-card-secondary.uk-card-body .uk-text-primary,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-primary,
.uk-light .uk-text-primary,
.uk-offcanvas-bar .uk-text-primary,
.uk-overlay-primary .uk-text-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-text-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary {
  color: #fff !important;
}
.uk-card-primary.uk-card-body .uk-text-secondary,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-secondary,
.uk-card-secondary.uk-card-body .uk-text-secondary,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-secondary,
.uk-light .uk-text-secondary,
.uk-offcanvas-bar .uk-text-secondary,
.uk-overlay-primary .uk-text-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-text-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary {
  color: #fff !important;
}
.uk-card-primary.uk-card-body .uk-column-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-column-divider,
.uk-card-secondary.uk-card-body .uk-column-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-column-divider,
.uk-light .uk-column-divider,
.uk-offcanvas-bar .uk-column-divider,
.uk-overlay-primary .uk-column-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-column-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-column-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-column-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2);
}
.uk-card-primary.uk-card-body .uk-logo,
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo,
.uk-card-secondary.uk-card-body .uk-logo,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo,
.uk-light .uk-logo,
.uk-offcanvas-bar .uk-logo,
.uk-overlay-primary .uk-logo,
.uk-section-primary:not(.uk-preserve-color) .uk-logo,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-logo:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo:hover,
.uk-card-secondary.uk-card-body .uk-logo:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:hover,
.uk-light .uk-logo:hover,
.uk-offcanvas-bar .uk-logo:hover,
.uk-overlay-primary .uk-logo:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover {
  color: #fff;
}
.uk-card-primary.uk-card-body .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary.uk-card-body .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-card-secondary.uk-card-body .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary.uk-card-body .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-light .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-light .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-offcanvas-bar .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-offcanvas-bar .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-overlay-primary .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-overlay-primary .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-section-primary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-section-primary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-section-secondary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-section-secondary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-tile-primary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-tile-primary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse),
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo > :not(picture):not(.uk-logo-inverse):not(:only-of-type),
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo > picture:not(:only-of-type) > :not(.uk-logo-inverse) {
  display: none;
}
.uk-card-primary.uk-card-body .uk-logo-inverse,
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo-inverse,
.uk-card-secondary.uk-card-body .uk-logo-inverse,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo-inverse,
.uk-light .uk-logo-inverse,
.uk-offcanvas-bar .uk-logo-inverse,
.uk-overlay-primary .uk-logo-inverse,
.uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse {
  display: block;
}
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(2n):last-child,
.uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(2n):last-child,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(2n):last-child,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(2n):last-child,
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(2n):last-child,
.uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(2n):last-child,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(2n):last-child,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(2n):last-child,
.uk-light .uk-table-striped tbody tr:nth-of-type(2n):last-child,
.uk-light .uk-table-striped > tr:nth-of-type(2n):last-child,
.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(2n):last-child,
.uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(2n):last-child,
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(2n):last-child,
.uk-overlay-primary .uk-table-striped > tr:nth-of-type(2n):last-child,
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(2n):last-child,
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(2n):last-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(2n):last-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(2n):last-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(2n):last-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(2n):last-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(2n):last-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(2n):last-child {
  border-bottom-color: rgba(255, 255, 255, .2);
}
.uk-card-primary.uk-card-body .uk-accordion-title::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title::before,
.uk-card-secondary.uk-card-body .uk-accordion-title::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title::before,
.uk-light .uk-accordion-title::before,
.uk-offcanvas-bar .uk-accordion-title::before,
.uk-overlay-primary .uk-accordion-title::before,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
.uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before,
.uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before,
.uk-light .uk-open > .uk-accordion-title::before,
.uk-offcanvas-bar .uk-open > .uk-accordion-title::before,
.uk-overlay-primary .uk-open > .uk-accordion-title::before,
.uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E);
}
@media print {
  *,
  ::after,
  ::before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: .5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* src/assets/css/materialize.css */
/*!
 * Materialize v0.97.8 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://static.fibre2fashion.com/staticresources/fonts/materialicons.woff2) format("woff2");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://static.fibre2fashion.com/staticresources/fonts/materialicons.woff) format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.materialize-red {
  background-color: #e51c23 !important;
}
.materialize-red-text {
  color: #e51c23 !important;
}
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}
.red {
  background-color: #F44336 !important;
}
.red-text {
  color: #F44336 !important;
}
.red.lighten-5 {
  background-color: #FFEBEE !important;
}
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}
.red.lighten-3 {
  background-color: #EF9A9A !important;
}
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}
.red.lighten-2 {
  background-color: #E57373 !important;
}
.red-text.text-lighten-2 {
  color: #E57373 !important;
}
.red.lighten-1 {
  background-color: #EF5350 !important;
}
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}
.red.darken-1 {
  background-color: #E53935 !important;
}
.red-text.text-darken-1 {
  color: #E53935 !important;
}
.red.darken-2 {
  background-color: #D32F2F !important;
}
.red-text.text-darken-2 {
  color: #D32F2F !important;
}
.red.darken-3 {
  background-color: #C62828 !important;
}
.red-text.text-darken-3 {
  color: #C62828 !important;
}
.red.darken-4 {
  background-color: #B71C1C !important;
}
.red-text.text-darken-4 {
  color: #B71C1C !important;
}
.red.accent-1 {
  background-color: #FF8A80 !important;
}
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}
.red.accent-2 {
  background-color: #FF5252 !important;
}
.red-text.text-accent-2 {
  color: #FF5252 !important;
}
.red.accent-3 {
  background-color: #FF1744 !important;
}
.red-text.text-accent-3 {
  color: #FF1744 !important;
}
.red.accent-4 {
  background-color: #D50000 !important;
}
.red-text.text-accent-4 {
  color: #D50000 !important;
}
.pink {
  background-color: #e91e63 !important;
}
.pink-text {
  color: #e91e63 !important;
}
.pink.lighten-5 {
  background-color: #fce4ec !important;
}
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}
.pink.lighten-2 {
  background-color: #f06292 !important;
}
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}
.pink.lighten-1 {
  background-color: #ec407a !important;
}
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}
.pink.darken-1 {
  background-color: #d81b60 !important;
}
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}
.pink.darken-2 {
  background-color: #c2185b !important;
}
.pink-text.text-darken-2 {
  color: #c2185b !important;
}
.pink.darken-3 {
  background-color: #ad1457 !important;
}
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}
.pink.darken-4 {
  background-color: #880e4f !important;
}
.pink-text.text-darken-4 {
  color: #880e4f !important;
}
.pink.accent-1 {
  background-color: #ff80ab !important;
}
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}
.pink.accent-2 {
  background-color: #ff4081 !important;
}
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}
.pink.accent-3 {
  background-color: #f50057 !important;
}
.pink-text.text-accent-3 {
  color: #f50057 !important;
}
.pink.accent-4 {
  background-color: #c51162 !important;
}
.pink-text.text-accent-4 {
  color: #c51162 !important;
}
.purple {
  background-color: #9c27b0 !important;
}
.purple-text {
  color: #9c27b0 !important;
}
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}
.purple.lighten-1 {
  background-color: #ab47bc !important;
}
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}
.purple.darken-1 {
  background-color: #8e24aa !important;
}
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}
.purple.darken-3 {
  background-color: #6a1b9a !important;
}
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}
.purple.darken-4 {
  background-color: #4a148c !important;
}
.purple-text.text-darken-4 {
  color: #4a148c !important;
}
.purple.accent-1 {
  background-color: #ea80fc !important;
}
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}
.purple.accent-2 {
  background-color: #e040fb !important;
}
.purple-text.text-accent-2 {
  color: #e040fb !important;
}
.purple.accent-3 {
  background-color: #d500f9 !important;
}
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}
.purple.accent-4 {
  background-color: #aa00ff !important;
}
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}
.deep-purple {
  background-color: #673ab7 !important;
}
.deep-purple-text {
  color: #673ab7 !important;
}
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}
.deep-purple.accent-3 {
  background-color: #651fff !important;
}
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}
.indigo {
  background-color: #3f51b5 !important;
}
.indigo-text {
  color: #3f51b5 !important;
}
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}
.indigo.lighten-2 {
  background-color: #7986cb !important;
}
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}
.indigo.darken-1 {
  background-color: #3949ab !important;
}
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}
.indigo.darken-2 {
  background-color: #303f9f !important;
}
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}
.indigo.darken-3 {
  background-color: #283593 !important;
}
.indigo-text.text-darken-3 {
  color: #283593 !important;
}
.indigo.darken-4 {
  background-color: #1a237e !important;
}
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}
.indigo.accent-1 {
  background-color: #8c9eff !important;
}
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}
.indigo.accent-2 {
  background-color: #536dfe !important;
}
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}
.indigo.accent-3 {
  background-color: #3d5afe !important;
}
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}
.indigo.accent-4 {
  background-color: #304ffe !important;
}
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}
.blue {
  background-color: #2196F3 !important;
}
.blue-text {
  color: #2196F3 !important;
}
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}
.blue.darken-1 {
  background-color: #1E88E5 !important;
}
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}
.blue.darken-2 {
  background-color: #1976D2 !important;
}
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}
.blue.darken-3 {
  background-color: #1565C0 !important;
}
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}
.blue.darken-4 {
  background-color: #0D47A1 !important;
}
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}
.blue.accent-1 {
  background-color: #82B1FF !important;
}
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}
.blue.accent-2 {
  background-color: #448AFF !important;
}
.blue-text.text-accent-2 {
  color: #448AFF !important;
}
.blue.accent-3 {
  background-color: #2979FF !important;
}
.blue-text.text-accent-3 {
  color: #2979FF !important;
}
.blue.accent-4 {
  background-color: #2962FF !important;
}
.blue-text.text-accent-4 {
  color: #2962FF !important;
}
.light-blue {
  background-color: #03a9f4 !important;
}
.light-blue-text {
  color: #03a9f4 !important;
}
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}
.light-blue.darken-1 {
  background-color: #039be5 !important;
}
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}
.light-blue.darken-3 {
  background-color: #0277bd !important;
}
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}
.light-blue.darken-4 {
  background-color: #01579b !important;
}
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}
.light-blue.accent-4 {
  background-color: #0091ea !important;
}
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}
.cyan {
  background-color: #00bcd4 !important;
}
.cyan-text {
  color: #00bcd4 !important;
}
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}
.cyan.lighten-3 {
  background-color: #80deea !important;
}
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}
.cyan.lighten-1 {
  background-color: #26c6da !important;
}
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}
.cyan.darken-1 {
  background-color: #00acc1 !important;
}
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}
.cyan.darken-2 {
  background-color: #0097a7 !important;
}
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}
.cyan.darken-3 {
  background-color: #00838f !important;
}
.cyan-text.text-darken-3 {
  color: #00838f !important;
}
.cyan.darken-4 {
  background-color: #006064 !important;
}
.cyan-text.text-darken-4 {
  color: #006064 !important;
}
.cyan.accent-1 {
  background-color: #84ffff !important;
}
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}
.cyan.accent-2 {
  background-color: #18ffff !important;
}
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}
.cyan.accent-3 {
  background-color: #00e5ff !important;
}
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}
.teal {
  background-color: #009688 !important;
}
.teal-text {
  color: #009688 !important;
}
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}
.teal.lighten-2 {
  background-color: #4db6ac !important;
}
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}
.teal.lighten-1 {
  background-color: #464e62 !important;
}
.teal-text.text-lighten-1 {
  color: #464e62 !important;
}
.teal.darken-1 {
  background-color: #00897b !important;
}
.teal-text.text-darken-1 {
  color: #00897b !important;
}
.teal.darken-2 {
  background-color: #00796b !important;
}
.teal-text.text-darken-2 {
  color: #00796b !important;
}
.teal.darken-3 {
  background-color: #00695c !important;
}
.teal-text.text-darken-3 {
  color: #00695c !important;
}
.teal.darken-4 {
  background-color: #004d40 !important;
}
.teal-text.text-darken-4 {
  color: #004d40 !important;
}
.teal.accent-1 {
  background-color: #a7ffeb !important;
}
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}
.teal.accent-2 {
  background-color: #64ffda !important;
}
.teal-text.text-accent-2 {
  color: #64ffda !important;
}
.teal.accent-3 {
  background-color: #1de9b6 !important;
}
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}
.teal.accent-4 {
  background-color: #00bfa5 !important;
}
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}
.green {
  background-color: #4CAF50 !important;
}
.green-text {
  color: #4CAF50 !important;
}
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}
.green.lighten-2 {
  background-color: #81C784 !important;
}
.green-text.text-lighten-2 {
  color: #81C784 !important;
}
.green.lighten-1 {
  background-color: #66BB6A !important;
}
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}
.green.darken-1 {
  background-color: #43A047 !important;
}
.green-text.text-darken-1 {
  color: #43A047 !important;
}
.green.darken-2 {
  background-color: #388E3C !important;
}
.green-text.text-darken-2 {
  color: #388E3C !important;
}
.green.darken-3 {
  background-color: #2E7D32 !important;
}
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}
.green.darken-4 {
  background-color: #1B5E20 !important;
}
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}
.green.accent-1 {
  background-color: #B9F6CA !important;
}
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}
.green.accent-2 {
  background-color: #69F0AE !important;
}
.green-text.text-accent-2 {
  color: #69F0AE !important;
}
.green.accent-3 {
  background-color: #00E676 !important;
}
.green-text.text-accent-3 {
  color: #00E676 !important;
}
.green.accent-4 {
  background-color: #00C853 !important;
}
.green-text.text-accent-4 {
  color: #00C853 !important;
}
.light-green {
  background-color: #8bc34a !important;
}
.light-green-text {
  color: #8bc34a !important;
}
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}
.light-green.lighten-2 {
  background-color: #aed581 !important;
}
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}
.light-green.darken-1 {
  background-color: #7cb342 !important;
}
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}
.light-green.darken-2 {
  background-color: #689f38 !important;
}
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}
.light-green.darken-3 {
  background-color: #558b2f !important;
}
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}
.light-green.darken-4 {
  background-color: #33691e !important;
}
.light-green-text.text-darken-4 {
  color: #33691e !important;
}
.light-green.accent-1 {
  background-color: #ccff90 !important;
}
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}
.light-green.accent-3 {
  background-color: #76ff03 !important;
}
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}
.light-green.accent-4 {
  background-color: #64dd17 !important;
}
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}
.lime {
  background-color: #cddc39 !important;
}
.lime-text {
  color: #cddc39 !important;
}
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}
.lime.lighten-2 {
  background-color: #dce775 !important;
}
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}
.lime.lighten-1 {
  background-color: #d4e157 !important;
}
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}
.lime.darken-1 {
  background-color: #c0ca33 !important;
}
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}
.lime.darken-2 {
  background-color: #afb42b !important;
}
.lime-text.text-darken-2 {
  color: #afb42b !important;
}
.lime.darken-3 {
  background-color: #9e9d24 !important;
}
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}
.lime.darken-4 {
  background-color: #827717 !important;
}
.lime-text.text-darken-4 {
  color: #827717 !important;
}
.lime.accent-1 {
  background-color: #f4ff81 !important;
}
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}
.lime.accent-2 {
  background-color: #eeff41 !important;
}
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}
.lime.accent-3 {
  background-color: #c6ff00 !important;
}
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}
.lime.accent-4 {
  background-color: #aeea00 !important;
}
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}
.yellow {
  background-color: #ffeb3b !important;
}
.yellow-text {
  color: #ffeb3b !important;
}
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}
.yellow.lighten-3 {
  background-color: #fff59d !important;
}
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}
.yellow.lighten-2 {
  background-color: #fff176 !important;
}
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}
.yellow.darken-1 {
  background-color: #fdd835 !important;
}
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}
.yellow.darken-2 {
  background-color: #fbc02d !important;
}
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}
.yellow.darken-3 {
  background-color: #f9a825 !important;
}
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}
.yellow.darken-4 {
  background-color: #f57f17 !important;
}
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}
.yellow.accent-1 {
  background-color: #ffff8d !important;
}
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}
.yellow.accent-2 {
  background-color: #ffff00 !important;
}
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}
.yellow.accent-3 {
  background-color: #ffea00 !important;
}
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}
.yellow.accent-4 {
  background-color: #ffd600 !important;
}
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}
.amber {
  background-color: #ffc107 !important;
}
.amber-text {
  color: #ffc107 !important;
}
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}
.amber.lighten-3 {
  background-color: #ffe082 !important;
}
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}
.amber.lighten-2 {
  background-color: #ffd54f !important;
}
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}
.amber.lighten-1 {
  background-color: #ffca28 !important;
}
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}
.amber.darken-1 {
  background-color: #ffb300 !important;
}
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}
.amber.darken-2 {
  background-color: #ffa000 !important;
}
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}
.amber.darken-3 {
  background-color: #ff8f00 !important;
}
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}
.amber.darken-4 {
  background-color: #ff6f00 !important;
}
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}
.amber.accent-1 {
  background-color: #ffe57f !important;
}
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}
.amber.accent-2 {
  background-color: #ffd740 !important;
}
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}
.amber.accent-3 {
  background-color: #ffc400 !important;
}
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}
.amber.accent-4 {
  background-color: #ffab00 !important;
}
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}
.orange {
  background-color: #ff9800 !important;
}
.orange-text {
  color: #ff9800 !important;
}
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}
.orange.lighten-2 {
  background-color: #ffb74d !important;
}
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}
.orange.lighten-1 {
  background-color: #ffa726 !important;
}
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}
.orange.darken-1 {
  background-color: #fb8c00 !important;
}
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}
.orange.darken-2 {
  background-color: #f57c00 !important;
}
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}
.orange.darken-3 {
  background-color: #ef6c00 !important;
}
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}
.orange.darken-4 {
  background-color: #e65100 !important;
}
.orange-text.text-darken-4 {
  color: #e65100 !important;
}
.orange.accent-1 {
  background-color: #ffd180 !important;
}
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}
.orange.accent-2 {
  background-color: #ffab40 !important;
}
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}
.orange.accent-3 {
  background-color: #ff9100 !important;
}
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}
.orange.accent-4 {
  background-color: #ff6d00 !important;
}
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}
.deep-orange {
  background-color: #ff5722 !important;
}
.deep-orange-text {
  color: #ff5722 !important;
}
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}
.brown {
  background-color: #795548 !important;
}
.brown-text {
  color: #795548 !important;
}
.brown.lighten-5 {
  background-color: #efebe9 !important;
}
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}
.brown.lighten-2 {
  background-color: #a1887f !important;
}
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}
.brown.darken-1 {
  background-color: #6d4c41 !important;
}
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}
.brown.darken-2 {
  background-color: #5d4037 !important;
}
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}
.brown.darken-3 {
  background-color: #4e342e !important;
}
.brown-text.text-darken-3 {
  color: #4e342e !important;
}
.brown.darken-4 {
  background-color: #3e2723 !important;
}
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}
.blue-grey {
  background-color: #607d8b !important;
}
.blue-grey-text {
  color: #607d8b !important;
}
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}
.blue-grey.darken-3 {
  background-color: #37474f !important;
}
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}
.blue-grey.darken-4 {
  background-color: #263238 !important;
}
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}
.grey {
  background-color: #9e9e9e !important;
}
.grey-text {
  color: #9e9e9e !important;
}
.grey.lighten-5 {
  background-color: #fafafa !important;
}
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}
.grey.lighten-3 {
  background-color: #eeeeee !important;
}
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}
.grey.darken-1 {
  background-color: #757575 !important;
}
.grey-text.text-darken-1 {
  color: #757575 !important;
}
.grey.darken-2 {
  background-color: #616161 !important;
}
.grey-text.text-darken-2 {
  color: #616161 !important;
}
.grey.darken-3 {
  background-color: #424242 !important;
}
.grey-text.text-darken-3 {
  color: #424242 !important;
}
.grey.darken-4 {
  background-color: #212121 !important;
}
.grey-text.text-darken-4 {
  color: #212121 !important;
}
.black {
  background-color: #000000 !important;
}
.black-text {
  color: #000000 !important;
}
.white {
  background-color: #FFFFFF !important;
}
.white-text {
  color: #FFFFFF !important;
}
.transparent {
  background-color: transparent !important;
}
.transparent-text {
  color: transparent !important;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) li {
  list-style-type: none;
}
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.valign-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.valign-wrapper .valign {
  display: block;
}
.clearfix {
  clear: both;
}
.z-depth-0 {
  box-shadow: none !important;
}
.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-floating,
.dropdown-content,
.collapsible,
.side-nav {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-floating:hover {
  box-shadow:
    0 3px 3px 0 rgba(0, 0, 0, 0.14),
    0 1px 7px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.z-depth-2 {
  box-shadow:
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-3 {
  box-shadow:
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12),
    0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-4,
.modal {
  box-shadow:
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12),
    0 5px 5px -3px rgba(0, 0, 0, 0.3);
}
.z-depth-5 {
  box-shadow:
    0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0;
}
.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}
i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active {
  background-color: #ee6e73;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb i,
.breadcrumb [class^=mdi-],
.breadcrumb [class*=mdi-],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}
.breadcrumb:before {
  content: "\e5cc";
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb:first-child:before {
  display: none;
}
.breadcrumb:last-child {
  color: #fff;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pin-top,
.pin-bottom {
  position: relative;
}
.pinned {
  position: fixed !important;
}
ul.staggered-list li {
  opacity: 0;
}
.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #ee6e73;
}
footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}
table,
th,
td {
  border: none;
}
table {
  width: 100%;
  display: table;
}
table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}
thead {
  border-bottom: 1px solid #d0d0d0;
}
td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  table.responsive-table td:empty:before {
    content: "\a0";
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  table.responsive-table.bordered tr {
    border: 0;
  }
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}
@media only screen and (max-width: 800px) {
}
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: #464e62;
  color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #464e62;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}
.secondary-content {
  float: right;
  color: #464e62;
}
.collapsible .collection {
  margin: 0;
  border: none;
}
span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: #757575;
  float: right;
  box-sizing: border-box;
}
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #464e62;
  border-radius: 2px;
}
span.badge.new:after {
  content: " new";
}
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}
nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
}
.side-nav span.badge.new,
.collapsible span.badge.new {
  position: relative;
  background-color: transparent;
}
.side-nav span.badge.new::before,
.collapsible span.badge.new::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  left: 0;
  background-color: #464e62;
  border-radius: 2px;
  z-index: -1;
}
.collapsible span.badge.new {
  z-index: 1;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #464e62;
  transition: width .3s linear;
}
.progress .indeterminate {
  background-color: #464e62;
}
.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.hide {
  display: none !important;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.center,
.center-align {
  text-align: center;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-select,
input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.circle {
  border-radius: 50%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-padding {
  padding: 0 !important;
}
.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}
.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*=push-],
.row .col[class*=pull-] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}
nav.nav-extended {
  height: auto;
}
nav.nav-extended .nav-wrapper {
  height: auto;
}
nav a {
  color: #fff;
}
nav i,
nav [class^=mdi-],
nav [class*=mdi-],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 993px) {
  nav a.button-collapse {
    display: none;
  }
}
nav .button-collapse {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}
nav .button-collapse i {
  height: 56px;
  line-height: 56px;
}
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
  white-space: nowrap;
}
nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  nav .brand-logo.left,
  nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
    transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}
nav .brand-logo i,
nav .brand-logo [class^=mdi-],
nav .brand-logo [class*=mdi-],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}
nav ul {
  margin: 0;
}
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
nav ul.left {
  float: left;
}
nav form {
  height: 100%;
}
nav .input-field {
  margin: 0;
  height: 100%;
}
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}
nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}
nav .input-field label {
  top: 0;
  left: 0;
}
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}
nav .input-field label.active i {
  color: #fff;
}
nav .input-field label.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}
.navbar-fixed nav {
  position: fixed;
}
@media only screen and (min-width: 601px) {
  nav,
  nav .nav-wrapper i,
  nav a.button-collapse,
  nav a.button-collapse i {
    height: 64px;
    line-height: 64px;
  }
  .navbar-fixed {
    height: 64px;
  }
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Thin), url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Thin.eot);
  src:
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Thin.eot?#iefix) format("embedded-opentype"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Thin.woff2) format("woff2"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Thin.woff) format("woff"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Thin.ttf) format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Light), url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Light.eot);
  src:
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Light.eot?#iefix) format("embedded-opentype"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Light.woff2) format("woff2"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Light.woff) format("woff"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Light.ttf) format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: local(Roboto Regular), url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Regular.eot);
  src:
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Regular.eot?#iefix) format("embedded-opentype"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Regular.woff2) format("woff2"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Regular.woff) format("woff"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Regular.ttf) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Medium.eot);
  src:
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Medium.eot?#iefix) format("embedded-opentype"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Medium.woff2) format("woff2"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Medium.woff) format("woff"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Medium.ttf) format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Bold.eot);
  src:
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Bold.eot?#iefix) format("embedded-opentype"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Bold.woff2) format("woff2"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Bold.woff) format("woff"),
    url(https://static.fibre2fashion.com/staticresources/fonts/roboto/Roboto-Bold.ttf) format("truetype");
  font-weight: 700;
}
a {
  text-decoration: none;
}
html {
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0;
}
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0;
}
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}
h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 500;
}
small {
  font-size: 75%;
}
.light,
footer.page-footer .footer-copyright {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
.flow-text {
  font-weight: 300;
}
@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
.card-panel {
  transition: box-shadow .25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}
.card .card-title.activator {
  cursor: pointer;
}
.card.small,
.card.medium,
.card.large {
  position: relative;
}
.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
.card.small .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.large .card-image + .card-content {
  max-height: 40%;
}
.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card.small {
  height: 300px;
}
.card.medium {
  height: 400px;
}
.card.large {
  height: 500px;
}
.card.horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}
.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
  height: 100%;
}
.card.horizontal .card-image {
  max-width: 50%;
}
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}
.card.horizontal .card-stacked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.card.horizontal .card-stacked .card-content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card.sticky-action .card-action {
  z-index: 2;
}
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.card .card-content {
  padding: 20px;
  border-radius: 0 0 2px 2px;
}
.card .card-content p {
  margin: 0;
  color: inherit;
}
.card .card-content .card-title {
  line-height: 48px;
}
.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 20px;
  transition: color .3s ease;
  text-transform: uppercase;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}
.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}
.toast {
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.toast .btn,
.toast .btn-large,
.toast .btn-flat {
  margin: 0;
  margin-left: 3rem;
}
.toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .toast {
    float: left;
  }
}
@media only screen and (min-width: 993px) {
  .toast {
    float: right;
  }
}
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}
.tabs.tabs-transparent {
  background-color: transparent;
}
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}
.tabs.tabs-fixed-width {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tabs.tabs-fixed-width .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.tabs .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease;
}
.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.7);
  cursor: default;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}
@media only screen and (max-width: 992px) {
  .tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 12px;
  }
}
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
}
.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn,
.btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.btn.disabled,
.disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-large,
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn.disabled:hover,
.disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
[disabled].btn-large:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}
.btn,
.btn-large,
.btn-floating,
.btn-large,
.btn-flat {
  outline: 0;
}
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}
.btn:focus,
.btn-large:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}
.btn,
.btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #464e62;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
}
.btn:hover,
.btn-large:hover {
  background-color: #464e62;
}
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #464e62;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}
.btn-floating:hover {
  background-color: #464e62;
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
}
.btn-floating.btn-large i {
  line-height: 56px;
}
button.btn-floating {
  border: none;
}
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 998;
}
.fixed-action-btn.active ul {
  visibility: visible;
}
.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}
.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
}
.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}
.fixed-action-btn.toolbar ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
}
.fixed-action-btn.toolbar ul li {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #464e62;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}
.btn-flat:focus,
.btn-flat:active {
  background-color: transparent;
}
.btn-flat:focus,
.btn-flat:hover {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.btn-flat:active {
  background-color: rgba(0, 0, 0, 0.2);
}
.btn-flat.disabled {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}
.btn-large {
  height: 54px;
  line-height: 54px;
}
.btn-large i {
  font-size: 1.6rem;
}
.btn-block {
  display: block;
}
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
}
.dropdown-content li:hover,
.dropdown-content li.active,
.dropdown-content li.selected {
  background-color: #eee;
}
.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #464e62;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}
.input-field.col .dropdown-content [type=checkbox] + label {
  top: 1px;
  left: 0;
  height: 18px;
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: .3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type=button],
.waves-effect input[type=reset],
.waves-effect input[type=submit] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}
.waves-notransition {
  transition: none !important;
}
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-block {
  display: block;
}
.waves-effect .waves-ripple {
  z-index: -1;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.crude-oil-section .collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: block;
  float: left;
  text-align: center;
}
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
.collapsible-body p {
  margin: 0;
  padding: 2rem;
}
.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
  padding: 0;
}
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
  line-height: inherit;
}
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}
.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}
.chip img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 20px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}
.chips.focus {
  border-bottom: 1px solid #464e62;
  box-shadow: 0 1px 0 0 #464e62;
}
.chips:hover {
  cursor: text;
}
.chips .chip.selected {
  background-color: #464e62;
  color: #fff;
}
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 1rem;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.chips:empty ~ label {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}
.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
}
.materialboxed:hover {
  will-change:
    left,
    top,
    width,
    height;
}
.materialboxed:hover:not(.active) {
  opacity: .8;
}
.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
#materialbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}
select:focus {
  outline: 1px solid #c9f3ef;
}
button:focus {
  outline: none;
  background-color: #2ab7a9;
}
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}
::-webkit-input-placeholder {
  color: #d1d1d1;
}
:-moz-placeholder {
  color: #d1d1d1;
}
::-moz-placeholder {
  color: #d1d1d1;
}
:-ms-input-placeholder {
  color: #d1d1d1;
}
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
}
input:not([type]):disabled,
input:not([type])[readonly=readonly],
input[type=text]:disabled,
input[type=text][readonly=readonly],
input[type=password]:disabled,
input[type=password][readonly=readonly],
input[type=email]:disabled,
input[type=email][readonly=readonly],
input[type=url]:disabled,
input[type=url][readonly=readonly],
input[type=time]:disabled,
input[type=time][readonly=readonly],
input[type=date]:disabled,
input[type=date][readonly=readonly],
input[type=datetime]:disabled,
input[type=datetime][readonly=readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly=readonly],
input[type=tel]:disabled,
input[type=tel][readonly=readonly],
input[type=number]:disabled,
input[type=number][readonly=readonly],
input[type=search]:disabled,
input[type=search][readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}
input:not([type]):disabled + label,
input:not([type])[readonly=readonly] + label,
input[type=text]:disabled + label,
input[type=text][readonly=readonly] + label,
input[type=password]:disabled + label,
input[type=password][readonly=readonly] + label,
input[type=email]:disabled + label,
input[type=email][readonly=readonly] + label,
input[type=url]:disabled + label,
input[type=url][readonly=readonly] + label,
input[type=time]:disabled + label,
input[type=time][readonly=readonly] + label,
input[type=date]:disabled + label,
input[type=date][readonly=readonly] + label,
input[type=datetime]:disabled + label,
input[type=datetime][readonly=readonly] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly=readonly] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly=readonly] + label,
input[type=number]:disabled + label,
input[type=number][readonly=readonly] + label,
input[type=search]:disabled + label,
input[type=search][readonly=readonly] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly=readonly] + label {
  color: rgba(0, 0, 0, 0.26);
}
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #464e62;
  box-shadow: 0 1px 0 0 #464e62;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #464e62;
}
input:not([type]).valid,
input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.materialize-textarea.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}
input:not([type]).invalid,
input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime].invalid + label:after,
input[type=datetime]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}
input:not([type]).validate + label,
input[type=text].validate + label,
input[type=password].validate + label,
input[type=email].validate + label,
input[type=url].validate + label,
input[type=time].validate + label,
input[type=date].validate + label,
input[type=datetime].validate + label,
input[type=datetime-local].validate + label,
input[type=tel].validate + label,
input[type=number].validate + label,
input[type=search].validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
  pointer-events: none;
}
input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 60px;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}
.input-field {
  position: relative;
  margin-top: 1rem;
}
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0.8rem;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: .2s ease-out;
}
.input-field label.active {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
}
.input-field .prefix.active {
  color: #464e62;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
}
.input-field input[type=search]:focus {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
  color: #444;
}
.input-field input[type=search] + label {
  left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  overflow-y: hidden;
  padding: .8rem 0 1.6rem 0;
  resize: none;
  min-height: 3rem;
}
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem;
}
.autocomplete-content {
  margin-top: -15px;
  display: block;
  opacity: 1;
  position: static;
}
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}
[type=radio]:not(:checked),
[type=radio]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
[type=radio]:not(:checked) + label,
[type=radio]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[type=radio] + label:before,
[type=radio] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}
[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + label:after,
[type=radio]:checked + label:before,
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border-radius: 50%;
}
[type=radio]:not(:checked) + label:before,
[type=radio]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}
[type=radio]:not(:checked) + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type=radio]:checked + label:before {
  border: 2px solid transparent;
}
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border: 2px solid #464e62;
}
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:after {
  background-color: #464e62;
}
[type=radio]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
[type=radio].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
[type=radio].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
[type=radio].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}
[type=radio].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
[type=radio]:disabled:not(:checked) + label:before,
[type=radio]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}
[type=radio]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}
[type=radio]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
[type=radio]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}
form p {
  margin-bottom: 10px;
  text-align: left;
}
form p:last-child {
  margin-bottom: 0;
}
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}
[type=checkbox] {
}
[type=checkbox] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
[type=checkbox] + label:before,
[type=checkbox]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}
[type=checkbox]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type=checkbox]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
[type=checkbox].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
[type=checkbox]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #464e62;
  border-bottom: 2px solid #464e62;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type=checkbox]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
[type=checkbox]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #464e62;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type=checkbox]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
[type=checkbox].filled-in + label:after {
  border-radius: 2px;
}
[type=checkbox].filled-in + label:before,
[type=checkbox].filled-in + label:after {
  content: "";
  left: 0;
  position: absolute;
  transition:
    border .25s,
    background-color .25s,
    width .20s .1s,
    height .20s .1s,
    top .20s .1s,
    left .20s .1s;
  z-index: 1;
}
[type=checkbox].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}
[type=checkbox].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
[type=checkbox].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type=checkbox].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #464e62;
  background-color: #464e62;
  z-index: 0;
}
[type=checkbox].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
[type=checkbox].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #464e62;
  border-color: #464e62;
}
[type=checkbox].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type=checkbox].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
[type=checkbox].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
[type=checkbox].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #464e62;
  left: 24px;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #F1F1F1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition:
    left 0.3s ease,
    background .3s ease,
    box-shadow 0.1s ease;
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(38, 166, 154, 0.1);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD;
}
select {
  display: none;
}
select.browser-default {
  display: block;
}
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
.select-label {
  position: absolute;
}
.select-wrapper {
  position: relative;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}
.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
}
.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26);
}
.select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: 0.8rem;
}
select:disabled {
  color: rgba(0, 0, 0, 0.3);
}
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.prefix ~ label {
  margin-left: 3rem;
}
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn,
.file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.range-field {
  position: relative;
}
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #464e62;
  top: 10px;
  margin-left: -6px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #464e62;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
input[type=range] {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #464e62;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
input[type=range] {
  border: 1px solid white;
}
input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none;
}
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #464e62;
  margin-top: -5px;
}
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
input[type=range]:focus::-moz-range-track {
  background: #ccc;
}
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #777;
}
input[type=range]::-ms-fill-upper {
  background: #ddd;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #464e62;
}
input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}
.table-of-contents.fixed {
  position: fixed;
}
.table-of-contents li {
  padding: 2px 0;
}
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #ea4a4f;
}
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ea4a4f;
}
.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.side-nav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.side-nav .collapsible {
  margin: 0;
}
.side-nav li {
  float: none;
  line-height: 48px;
}
.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
.side-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav a.btn,
.side-nav a.btn-large,
.side-nav a.btn-large,
.side-nav a.btn-flat,
.side-nav a.btn-floating {
  margin: 10px 15px;
}
.side-nav a.btn,
.side-nav a.btn-large,
.side-nav a.btn-large,
.side-nav a.btn-floating {
  color: #fff;
}
.side-nav a.btn-flat {
  color: #343434;
}
.side-nav a.btn:hover,
.side-nav a.btn-large:hover,
.side-nav a.btn-large:hover {
  background-color: #2bbbad;
}
.side-nav a.btn-floating:hover {
  background-color: #464e62;
}
.side-nav li > a > i,
.side-nav li > a > [class^=mdi-],
.side-nav li > a > [class*=mdi-],
.side-nav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.side-nav .divider {
  margin: 8px 0 0 0;
}
.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.side-nav .subheader:hover {
  background-color: transparent;
}
.side-nav .userView {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.side-nav .userView > a {
  height: auto;
  padding: 0;
}
.side-nav .userView > a:hover {
  background-color: transparent;
}
.side-nav .userView .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.side-nav .userView .circle,
.side-nav .userView .name,
.side-nav .userView .email {
  display: block;
}
.side-nav .userView .circle {
  height: 64px;
  width: 64px;
}
.side-nav .userView .name,
.side-nav .userView .email {
  font-size: 14px;
  line-height: 24px;
}
.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}
.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.side-nav.fixed {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
}
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .side-nav.fixed {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  .side-nav.fixed.right-aligned {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
  .side-nav a {
    padding: 0 16px;
  }
  .side-nav .userView {
    padding: 16px 16px 0;
  }
}
.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}
.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}
/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #464e62;
}
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}
.active .spinner-layer.spinner-blue {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider.fullscreen ul.slides {
  height: 100%;
}
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}
.slider .slides li .caption p {
  color: #e0e0e0;
}
.slider .slides li.active {
  z-index: 2;
}
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
  height: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
.carousel .carousel-item {
  display: none;
  width: 200px;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-item img {
  width: 100%;
}
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.picker__input {
  cursor: default;
}
.picker__input.picker__input--active {
  border-color: #0089ec;
}
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 28.875em) {
  .picker__wrap {
    display: block;
  }
}
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
.picker__input.picker__input--active {
  border-color: #E3F2FD;
}
.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}
@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
.picker__box {
  padding: 0 1em;
}
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__select--month.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 40%;
}
.picker__select--year.browser-default {
  display: inline;
  background-color: #FFFFFF;
  width: 26%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
.picker__table th,
.picker__table td {
  text-align: center;
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}
.picker__day--outfocus {
  display: none;
  padding: .75rem 0;
  color: #fff;
}
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
.picker__footer {
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\d7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
.picker__box {
  border-radius: 2px;
  overflow: hidden;
}
.picker__date-display {
  text-align: center;
  background-color: #26a69a;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #a1ded8;
}
.picker__weekday-display {
  background-color: #1f897f;
  padding: 10px;
  font-weight: 200;
  letter-spacing: .5;
  font-size: 1rem;
  margin-bottom: 15px;
}
.picker__month-display {
  text-transform: uppercase;
  font-size: 2rem;
}
.picker__day-display {
  font-size: 4.5rem;
  font-weight: 400;
}
.picker__year-display {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.4);
}
.picker__box {
  padding: 0;
}
.picker__calendar-container {
  padding: 0 1rem;
}
.picker__calendar-container thead {
  border: none;
}
.picker__table {
  margin-top: 0;
  margin-bottom: .5em;
}
.picker__day--infocus {
  color: #595959;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.picker__day.picker__day--today {
  color: #464e62;
}
.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}
.picker__weekday {
  font-size: .9rem;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #464e62;
  color: #ffffff;
}
.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus,
.picker--focused .picker__day--selected.picker__day--outfocus {
  background-color: #a1ded8;
}
.picker__footer {
  text-align: right;
  padding: 5px 10px;
}
.picker__close,
.picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #464e62;
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}
button.picker__today:focus,
button.picker__clear:focus,
button.picker__close:focus {
  background-color: #a1ded8;
}
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
}
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}

/* src/assets/css/ngx-material.css */
.ngx-datatable.material {
  background: #FFF;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}
.ngx-datatable.material.striped .datatable-row-odd {
  background: #eee;
}
.ngx-datatable.material.single-selection .datatable-body-row.active,
.ngx-datatable.material.single-selection .datatable-body-row.active .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active,
.ngx-datatable.material.multi-selection .datatable-body-row.active .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active .datatable-row-group {
  background-color: #eee;
  color: #343434;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:hover,
.ngx-datatable.material.single-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-selection .datatable-body-row.active:hover .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:hover .datatable-row-group {
  background-color: #eee;
  color: #343434;
}
.ngx-datatable.material.single-selection .datatable-body-row.active:focus,
.ngx-datatable.material.single-selection .datatable-body-row.active:focus .datatable-row-group,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-selection .datatable-body-row.active:focus .datatable-row-group,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus,
.ngx-datatable.material.multi-click-selection .datatable-body-row.active:focus .datatable-row-group {
  background-color: #2041EF;
  color: #343434;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: .3s;
  transition-timing-function: linear;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus,
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell:hover .datatable-row-group {
  background-color: #eee;
  transition-property: background;
  transition-duration: .3s;
  transition-timing-function: linear;
}
.ngx-datatable.material.cell-selection .datatable-body-cell:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell:focus .datatable-row-group {
  background-color: #ddd;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active,
.ngx-datatable.material.cell-selection .datatable-body-cell.active .datatable-row-group {
  background-color: #eee;
  color: #343434;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:hover .datatable-row-group {
  background-color: #eee;
  color: #343434;
}
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus,
.ngx-datatable.material.cell-selection .datatable-body-cell.active:focus .datatable-row-group {
  background-color: #2041EF;
  color: #343434;
}
.ngx-datatable.material .empty-row {
  height: 50px;
  text-align: left;
  padding: .5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .loading-row {
  text-align: left;
  padding: .5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
}
.ngx-datatable.material .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: #343434;
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header .datatable-row-right,
.ngx-datatable.material .datatable-body .datatable-row-right {
  background-position: 0 0;
  background-color: #343434;
  background-repeat: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==);
}
.ngx-datatable.material .datatable-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  text-align: left;
  padding: .5rem 1.2rem;
  font-weight: 400;
  color: #333333;
  vertical-align: bottom;
}
.ngx-datatable.material .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
  position: relative;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.longpress .draggable::after {
  transition: transform 400ms ease, opacity 400ms ease;
  opacity: .5;
  transform: scale(1);
}
.ngx-datatable.material .datatable-header .datatable-header-cell .draggable::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  height: 60px;
  width: 60px;
  background: #eee;
  border-radius: 100%;
  opacity: 1;
  filter: none;
  transform: scale(0);
  z-index: 9999;
  pointer-events: none;
}
.ngx-datatable.material .datatable-header .datatable-header-cell.dragging .resize-handle {
  border-right: none;
}
.ngx-datatable.material .datatable-header .resize-handle {
  border-right: solid 1px #eee;
}
.ngx-datatable.material .datatable-body .datatable-row-detail {
  background: #f5f5f5;
  padding: 10px;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  text-align: left;
  padding: .5rem 1.2rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.ngx-datatable.material .datatable-body .progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
  position: absolute;
}
.ngx-datatable.material .datatable-body .progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  background-color: #aad1f9;
}
.ngx-datatable.material .datatable-body .progress-linear .container .bar {
  transition: all .2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  background-color: #106cc8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
.ngx-datatable.material .datatable-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 16px;
}
.ngx-datatable.material .datatable-footer .page-count {
  line-height: 50px;
  height: 50px;
  padding: 0 1.2rem;
}
.ngx-datatable.material .datatable-footer .datatable-pager {
  margin: 0 10px;
}
.ngx-datatable.material .datatable-footer .datatable-pager li {
  vertical-align: middle;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.disabled a {
  color: rgba(0, 0, 0, 0.26) !important;
  background-color: transparent !important;
}
.ngx-datatable.material .datatable-footer .datatable-pager li.active a {
  background-color: rgba(158, 158, 158, 0.2);
  font-weight: bold;
}
.ngx-datatable.material .datatable-footer .datatable-pager a {
  height: 22px;
  min-width: 24px;
  line-height: 22px;
  padding: 0 6px;
  border-radius: 3px;
  margin: 6px 3px;
  text-align: center;
  vertical-align: top;
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
  vertical-align: bottom;
}
.ngx-datatable.material .datatable-footer .datatable-pager a:hover {
  color: rgba(0, 0, 0, 0.75);
  background-color: rgba(158, 158, 158, 0.2);
}
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.material .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 20px;
  line-height: 20px;
  padding: 0 3px;
}
.datatable-checkbox {
  position: relative;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 0;
}
.datatable-checkbox input[type=checkbox] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: none;
}
.datatable-checkbox input[type=checkbox]:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #f2f2f2;
}
.datatable-checkbox input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: .5rem;
  border-color: #009688;
  border-top-style: none;
  border-right-style: none;
}
.datatable-checkbox input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  cursor: pointer;
}
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}

/* src/assets/css/icons.css */
@font-face {
  font-family: "data-table";
  src: url(https://static.fibre2fashion.com/staticresources/fonts/data-table.eot);
  src:
    url(https://static.fibre2fashion.com/staticresources/fonts/data-table.eot?#iefix) format("embedded-opentype"),
    url(https://static.fibre2fashion.com/staticresources/fonts/data-table.woff) format("woff"),
    url(https://static.fibre2fashion.com/staticresources/fonts/data-table.ttf) format("truetype"),
    url(https://static.fibre2fashion.com/staticresources/fonts/data-table.svg#data-table) format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "data-table" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=datatable-icon-]:before,
[class*=" datatable-icon-"]:before {
  font-family: "data-table" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.datatable-icon-filter:before {
  content: "b";
}
.datatable-icon-collapse:before {
  content: "a";
}
.datatable-icon-expand:before {
  content: "c";
}
.datatable-icon-close:before {
  content: "d";
}
.datatable-icon-up:before {
  content: "e";
}
.datatable-icon-down:before {
  content: "f";
}
.datatable-icon-sort:before {
  content: "g";
}
.datatable-icon-done:before {
  content: "h";
}
.datatable-icon-done-all:before {
  content: "i";
}
.datatable-icon-search:before {
  content: "j";
}
.datatable-icon-pin:before {
  content: "k";
}
.datatable-icon-add:before {
  content: "m";
}
.datatable-icon-left:before {
  content: "o";
}
.datatable-icon-right:before {
  content: "p";
}
.datatable-icon-skip:before {
  content: "q";
}
.datatable-icon-prev:before {
  content: "r";
}

/* src/assets/css/ngx-index.css */
.ngx-datatable {
  display: block;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.ngx-datatable [hidden] {
  display: none !important;
}
.ngx-datatable *,
.ngx-datatable *:before,
.ngx-datatable *:after {
  box-sizing: border-box;
}
.ngx-datatable.scroll-vertical .datatable-body {
  overflow-y: auto;
}
.ngx-datatable.scroll-vertical .datatable-body .datatable-row-wrapper {
  position: absolute;
}
.ngx-datatable.scroll-horz .datatable-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
  white-space: nowrap;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ngx-datatable.fixed-row .datatable-scroll {
  white-space: nowrap;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row {
  white-space: nowrap;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ngx-datatable .datatable-body-row,
.ngx-datatable .datatable-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row;
  -o-flex-flow: row;
  flex-flow: row;
}
.ngx-datatable .datatable-body-cell,
.ngx-datatable .datatable-header-cell {
  vertical-align: top;
  display: inline-block;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ngx-datatable .datatable-body-cell:focus,
.ngx-datatable .datatable-header-cell:focus {
  outline: none;
}
.ngx-datatable .datatable-row-left,
.ngx-datatable .datatable-row-right {
  z-index: 9;
}
.ngx-datatable .datatable-row-left,
.ngx-datatable .datatable-row-center,
.ngx-datatable .datatable-row-right {
  position: relative;
}
.ngx-datatable .datatable-header {
  display: block;
  overflow: hidden;
}
.ngx-datatable .datatable-header .datatable-header-inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.ngx-datatable .datatable-header .datatable-header-cell {
  position: relative;
  display: inline-block;
}
.ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-wrapper {
  cursor: pointer;
}
.ngx-datatable .datatable-header .datatable-header-cell.longpress .datatable-header-cell-wrapper {
  cursor: move;
}
.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
  line-height: 100%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}
.ngx-datatable .datatable-header .datatable-header-cell .resize-handle {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  padding: 0 4px;
  visibility: hidden;
  cursor: ew-resize;
}
.ngx-datatable .datatable-header .datatable-header-cell.resizeable:hover .resize-handle {
  visibility: visible;
}
.ngx-datatable .datatable-body {
  position: relative;
  z-index: 10;
  display: block;
}
.ngx-datatable .datatable-body .datatable-scroll {
  display: inline-block;
}
.ngx-datatable .datatable-body .datatable-row-detail {
  overflow-y: hidden;
}
.ngx-datatable .datatable-body .datatable-row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ngx-datatable .datatable-body .datatable-body-row {
  outline: none;
}
.ngx-datatable .datatable-body .datatable-body-row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ngx-datatable .datatable-footer {
  display: block;
  width: 100%;
}
.ngx-datatable .datatable-footer .datatable-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.ngx-datatable .datatable-footer .selected-count .page-count {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}
.ngx-datatable .datatable-footer .selected-count .datatable-pager {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
}
.ngx-datatable .datatable-footer .page-count {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
}
.ngx-datatable .datatable-footer .datatable-pager {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  text-align: right;
}
.ngx-datatable .datatable-footer .datatable-pager .pager,
.ngx-datatable .datatable-footer .datatable-pager .pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.ngx-datatable .datatable-footer .datatable-pager .pager li,
.ngx-datatable .datatable-footer .datatable-pager .pager li a {
  outline: none;
}
.ngx-datatable .datatable-footer .datatable-pager .pager li a {
  cursor: pointer;
  display: inline-block;
}
.ngx-datatable .datatable-footer .datatable-pager .pager li.disabled a {
  cursor: not-allowed;
}

/* src/assets/css/nprogress.css */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* src/assets/js/material-select/virtual-select.min.css */
/*!
 * Virtual Select v1.0.39
 * https://sa-si-dev.github.io/virtual-select
 * Licensed under MIT (https://github.com/sa-si-dev/virtual-select/blob/master/LICENSE)
 */
@keyframes vscomp-animation-spin {
  to {
    transform: rotateZ(360deg);
  }
}
.vscomp-popup-active {
  overflow: hidden !important;
}
.vscomp-ele {
  display: inline-block;
  width: 100%;
}
.vscomp-wrapper {
  color: #333;
  display: inline-flex;
  flex-wrap: wrap;
  font-family: sans-serif;
  font-size: 14px;
  position: relative;
  text-align: left;
  width: 100%;
}
.vscomp-wrapper *,
.vscomp-wrapper *::before,
.vscomp-wrapper *::after {
  box-sizing: border-box;
}
.vscomp-wrapper:focus {
  outline: none;
}
.vscomp-dropbox-wrapper {
  left: 0;
  position: absolute;
  top: 0;
}
.vscomp-toggle-button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 7px 30px 7px 10px;
  position: relative;
  width: 100%;
}
.vscomp-value {
  height: 20px;
  line-height: 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vscomp-arrow {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.vscomp-arrow::after {
  transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #111;
  border-right-color: #111;
  content: "";
  height: 8px;
  margin-top: -6px;
  width: 8px;
}
.vscomp-clear-icon {
  height: 12px;
  position: relative;
  width: 12px;
}
.vscomp-clear-icon::before,
.vscomp-clear-icon::after {
  background-color: #999;
  content: "";
  height: 12px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 2px;
}
.vscomp-clear-icon::before {
  transform: rotate(45deg);
}
.vscomp-clear-icon::after {
  transform: rotate(-45deg);
}
.vscomp-clear-icon:hover::before,
.vscomp-clear-icon:hover::after {
  background: #333;
}
.vscomp-clear-button {
  align-items: center;
  border-radius: 50%;
  display: none;
  height: 24px;
  justify-content: center;
  margin-top: -12px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 24px;
}
.vscomp-clear-button:hover {
  background: #ccc;
}
.vscomp-clear-button:hover .vscomp-clear-icon::before,
.vscomp-clear-button:hover .vscomp-clear-icon::after {
  background-color: #333;
}
.vscomp-dropbox-close-button {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: -48px;
  cursor: pointer;
  display: none;
  height: 40px;
  justify-content: center;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  width: 40px;
}
.vscomp-value-tag.more-value-count {
  white-space: nowrap;
}
.vscomp-dropbox-container {
  width: 100%;
  z-index: 2;
}
.vscomp-dropbox {
  background-color: #fff;
  width: 100%;
}
.vscomp-options-container {
  max-height: 210px;
  overflow: auto;
  position: relative;
}
.vscomp-options-bottom-freezer {
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
.vscomp-option {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  padding: 0 15px;
  position: relative;
}
.vscomp-option.selected {
  background-color: #eee;
}
.vscomp-option.focused {
  background-color: #ccc;
}
.vscomp-option.disabled {
  cursor: default;
  opacity: .5;
}
.vscomp-option.group-title .vscomp-option-text {
  cursor: default;
  opacity: .6;
}
.vscomp-option.group-title.selected {
  background-color: rgba(0, 0, 0, 0);
}
.vscomp-option.group-option {
  padding-left: 30px;
}
.vscomp-new-option-icon {
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
.vscomp-new-option-icon::before {
  border: 15px solid #512da8;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.vscomp-new-option-icon::after {
  align-items: center;
  color: #fff;
  content: "+";
  display: flex;
  font-size: 18px;
  height: 15px;
  justify-content: center;
  position: absolute;
  right: 1px;
  top: 0;
  width: 15px;
}
.vscomp-option-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.vscomp-option-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
}
.vscomp-search-container {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  height: 40px;
  padding: 0 5px 0 15px;
  position: relative;
}
.vscomp-search-label,
.vscomp-live-region {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.vscomp-search-input {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: inherit;
  font-size: 15px;
  height: 38px;
  padding: 10px 0;
  width: calc(100% - 30px);
}
.vscomp-search-input:focus {
  outline: none;
}
.vscomp-search-clear {
  align-items: center;
  color: #999;
  cursor: pointer;
  display: flex;
  font-size: 25px;
  height: 30px;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
  width: 30px;
}
.vscomp-search-clear:hover {
  color: inherit;
}
.vscomp-no-options,
.vscomp-no-search-results {
  align-items: center;
  display: none;
  justify-content: center;
  padding: 20px 10px;
}
.vscomp-options-loader {
  display: none;
  padding: 20px 0;
  text-align: center;
}
.vscomp-options-loader::before {
  animation: vscomp-animation-spin .8s infinite linear;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: -4px -5px 3px -3px rgba(0, 0, 0, .3);
  content: "";
  display: inline-block;
  height: 40px;
  opacity: .7;
  width: 40px;
}
.vscomp-ele[disabled] {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.vscomp-ele[disabled] .vscomp-wrapper {
  opacity: .7;
  pointer-events: none;
}
.vscomp-wrapper .checkbox-icon {
  display: inline-flex;
  height: 15px;
  margin-right: 10px;
  position: relative;
  width: 15px;
}
.vscomp-wrapper .checkbox-icon::after {
  transition-duration: .2s;
  border: 2px solid #888;
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
}
.vscomp-wrapper .checkbox-icon.checked::after {
  transform: rotate(45deg) translate(1px, -4px);
  border-color: #512da8;
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  width: 50%;
}
.vscomp-wrapper.show-as-popup .vscomp-dropbox-container {
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 1;
  overflow: auto;
  padding: 0 10px;
  position: fixed;
  top: 0;
  width: 100vw;
}
.vscomp-wrapper.show-as-popup .vscomp-dropbox {
  margin-top: -24px;
  max-height: calc(80% - 48px);
  max-width: 500px;
  position: relative;
  width: 80%;
}
.vscomp-wrapper.show-as-popup .vscomp-dropbox-close-button {
  display: flex;
}
.vscomp-wrapper.popup-position-left .vscomp-dropbox-container {
  justify-content: flex-start;
}
.vscomp-wrapper.popup-position-right .vscomp-dropbox-container {
  justify-content: flex-end;
}
.vscomp-wrapper.has-select-all .vscomp-toggle-all-button {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.vscomp-wrapper.has-select-all .vscomp-search-input,
.vscomp-wrapper.has-select-all .vscomp-toggle-all-label {
  width: calc(100% - 55px);
}
.vscomp-wrapper.has-select-all .vscomp-toggle-all-label {
  display: none;
}
.vscomp-wrapper:not(.has-search-input) .vscomp-toggle-all-button {
  width: 100%;
}
.vscomp-wrapper:not(.has-search-input) .vscomp-toggle-all-label {
  display: inline-block;
}
.vscomp-wrapper.multiple .vscomp-option .vscomp-option-text {
  width: calc(100% - 25px);
}
.vscomp-wrapper.multiple .vscomp-option .vscomp-option-description {
  padding-left: 25px;
}
.vscomp-wrapper.multiple .vscomp-option.selected .checkbox-icon::after {
  transform: rotate(45deg) translate(1px, -4px);
  border-color: #512da8;
  border-left-color: rgba(0, 0, 0, 0);
  border-top-color: rgba(0, 0, 0, 0);
  width: 50%;
}
.vscomp-wrapper.focused .vscomp-toggle-button,
.vscomp-wrapper:focus .vscomp-toggle-button {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, .14),
    0 3px 1px -2px rgba(0, 0, 0, .12),
    0 1px 5px 0 rgba(0, 0, 0, .2);
}
.vscomp-wrapper.closed .vscomp-dropbox-container,
.vscomp-wrapper.closed.vscomp-dropbox-wrapper {
  display: none;
}
.vscomp-wrapper:not(.has-value) .vscomp-value {
  opacity: .5;
}
.vscomp-wrapper.has-clear-button.has-value .vscomp-clear-button {
  display: flex;
}
.vscomp-wrapper.has-clear-button .vscomp-toggle-button {
  padding-right: 54px;
}
.vscomp-wrapper.has-no-options .vscomp-options-container,
.vscomp-wrapper.has-no-search-results .vscomp-options-container {
  display: none;
}
.vscomp-wrapper.has-no-options .vscomp-no-options {
  display: flex;
}
.vscomp-wrapper.has-no-search-results .vscomp-no-search-results {
  display: flex;
}
.vscomp-wrapper.has-search-value .vscomp-search-clear {
  visibility: visible;
}
.vscomp-wrapper.has-no-options .vscomp-toggle-all-button {
  opacity: .5;
  pointer-events: none;
}
.vscomp-wrapper.keep-always-open .vscomp-toggle-button {
  padding-right: 24px;
}
.vscomp-wrapper.keep-always-open .vscomp-clear-button {
  right: 5px;
}
.vscomp-wrapper.keep-always-open .vscomp-arrow {
  display: none;
}
.vscomp-wrapper.keep-always-open .vscomp-dropbox-container {
  position: relative;
  z-index: 1;
}
.vscomp-wrapper.keep-always-open .vscomp-dropbox {
  transition-duration: 0s;
  border: 1px solid #ddd;
  box-shadow: none;
}
.vscomp-wrapper.keep-always-open.focused,
.vscomp-wrapper.keep-always-open:focus,
.vscomp-wrapper.keep-always-open:hover {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, .14),
    0 3px 1px -2px rgba(0, 0, 0, .12),
    0 1px 5px 0 rgba(0, 0, 0, .2);
}
.vscomp-wrapper.server-searching .vscomp-options-list {
  display: none;
}
.vscomp-wrapper.server-searching .vscomp-options-loader {
  display: block;
}
.vscomp-wrapper.has-error .vscomp-toggle-button {
  border-color: #b00020;
}
.vscomp-wrapper.show-value-as-tags .vscomp-toggle-button {
  padding: 4px 22px 0 10px;
}
.vscomp-wrapper.show-value-as-tags .vscomp-value {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  min-height: 28px;
  overflow: auto;
  text-overflow: unset;
  white-space: normal;
}
.vscomp-wrapper.show-value-as-tags .vscomp-value-tag {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 20px;
  display: inline-flex;
  font-size: 12px;
  line-height: 16px;
  margin: 0 4px 4px 0;
  max-width: 100%;
  padding: 2px 3px 2px 8px;
}
.vscomp-wrapper.show-value-as-tags .vscomp-value-tag.more-value-count {
  padding-right: 8px;
}
.vscomp-wrapper.show-value-as-tags .vscomp-value-tag-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 20px);
}
.vscomp-wrapper.show-value-as-tags .vscomp-value-tag-clear-button {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  width: 20px;
}
.vscomp-wrapper.show-value-as-tags .vscomp-value-tag-clear-button .vscomp-clear-icon {
  transform: scale(0.8);
}
.vscomp-wrapper.show-value-as-tags .vscomp-arrow {
  height: 34px;
}
.vscomp-wrapper.show-value-as-tags .vscomp-clear-button {
  margin-top: 0;
  top: 5px;
}
.vscomp-wrapper.show-value-as-tags.has-value .vscomp-arrow {
  display: none;
}
.vscomp-wrapper.show-value-as-tags.has-value .vscomp-clear-button {
  right: 2px;
}
.vscomp-wrapper.show-value-as-tags:not(.has-value) .vscomp-toggle-button {
  padding-bottom: 2px;
}
.vscomp-wrapper.show-value-as-tags:not(.has-value) .vscomp-value {
  align-items: center;
  padding-bottom: 3px;
}
.vscomp-wrapper.text-direction-rtl {
  direction: rtl;
}
.vscomp-wrapper.text-direction-rtl .vscomp-toggle-button {
  padding: 7px 10px 7px 30px;
}
.vscomp-wrapper.text-direction-rtl .vscomp-arrow {
  left: 0;
  right: auto;
}
.vscomp-wrapper.text-direction-rtl .vscomp-clear-button {
  left: 30px;
  right: auto !important;
}
.vscomp-wrapper.text-direction-rtl .checkbox-icon {
  margin-left: 10px;
  margin-right: 0;
}
.vscomp-wrapper.text-direction-rtl .checkbox-icon.checked::after {
  transform: rotate(45deg) translate(-4px, 1px);
}
.vscomp-wrapper.text-direction-rtl .vscomp-search-container {
  padding: 0 15px 0 5px;
}
.vscomp-wrapper.text-direction-rtl .vscomp-toggle-all-label {
  text-align: right;
}
.vscomp-wrapper.text-direction-rtl .vscomp-option {
  text-align: right;
}
.vscomp-wrapper.text-direction-rtl .vscomp-option.group-option {
  padding-right: 30px;
}
.vscomp-wrapper.text-direction-rtl .vscomp-new-option-icon {
  left: 0;
  right: auto;
}
.vscomp-wrapper.text-direction-rtl .vscomp-new-option-icon::before {
  border-left-color: #512da8;
  border-right-color: rgba(0, 0, 0, 0);
}
.vscomp-wrapper.text-direction-rtl .vscomp-new-option-icon::after {
  left: 1px;
  right: auto;
}
.vscomp-wrapper.text-direction-rtl.multiple .vscomp-option.selected .checkbox-icon::after {
  transform: rotate(45deg) translate(-4px, 1px);
}
.vscomp-wrapper.text-direction-rtl.has-clear-button .vscomp-toggle-button {
  padding-left: 54px;
}
.vscomp-wrapper.text-direction-rtl.keep-always-open .vscomp-toggle-button {
  padding-left: 24px;
}
.vscomp-wrapper.text-direction-rtl.keep-always-open .vscomp-clear-button {
  left: 5px;
}
.vscomp-wrapper.text-direction-rtl.show-value-as-tags .vscomp-toggle-button {
  padding: 4px 10px 0 22px;
}
.vscomp-wrapper.text-direction-rtl.show-value-as-tags .vscomp-value-tag {
  margin: 0 0 4px 4px;
  padding: 2px 8px 2px 3px;
}
.vscomp-wrapper.text-direction-rtl.show-value-as-tags .vscomp-value-tag.more-value-count {
  padding-left: 8px;
}
.vscomp-wrapper.text-direction-rtl.show-value-as-tags.has-value .vscomp-clear-button {
  left: 2px;
}
/*!
 * Popover v1.0.12
 * https://sa-si-dev.github.io/popover
 * Licensed under MIT (https://github.com/sa-si-dev/popover/blob/master/LICENSE)
 */
.pop-comp-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: #000;
  background-color: #fff;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, .14),
    0 3px 1px -2px rgba(0, 0, 0, .12),
    0 1px 5px 0 rgba(0, 0, 0, .2);
  text-align: left;
  flex-wrap: wrap;
  z-index: 1;
}
.pop-comp-arrow {
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  overflow: hidden;
  pointer-events: none;
}
.pop-comp-arrow::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, .14),
    0 3px 1px -2px rgba(0, 0, 0, .12),
    0 1px 5px 0 rgba(0, 0, 0, .2);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pop-comp-content {
  position: relative;
  z-index: 2;
}
.pop-comp-wrapper.position-bottom > .pop-comp-arrow {
  margin-left: -8px;
  left: 0;
  top: -15px;
}
.pop-comp-wrapper.position-bottom > .pop-comp-arrow::before {
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, .14);
}
.pop-comp-wrapper.position-top > .pop-comp-arrow {
  margin-left: -8px;
  left: 0;
  bottom: -15px;
}
.pop-comp-wrapper.position-right > .pop-comp-arrow {
  margin-top: -8px;
  top: 0;
  left: -15px;
}
.pop-comp-wrapper.position-left > .pop-comp-arrow {
  margin-top: -8px;
  top: 0;
  right: -15px;
}
.pop-comp-disable-events {
  pointer-events: none;
}
.vscomp-toggle-button {
  border-radius: 6px !important;
  border: 1px solid rgb(158 158 158 / 70%) !important;
  padding: 0px 7px !important;
  box-shadow: none !important;
  height: 30px !important;
  min-height: 30px !important;
  line-height: 30px !important;
  font-size: 13px;
}
.vscomp-arrow::after {
  content: "\25bc";
  height: 8px;
  margin-top: -20px;
  width: 4px;
  font-size: 10px;
  border: none !important;
  transform: none !important;
}
.pop-comp-wrapper {
  transform: translateY(0px) !important;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.show-ordered .vscomp-options {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.show-ordered .vscomp-options .vscomp-option {
  width: 100%;
}
.show-ordered .vscomp-option {
  order: 2;
}
.show-ordered .vscomp-option.selected:not(.focused-selected),
.show-ordered .vscomp-option.blured-selected {
  order: 1;
}

/* src/assets/js/material-select/tooltip.min.css */
/*!
 * Tooltip v1.0.16
 * https://sa-si-dev.github.io/tooltip
 * Licensed under MIT (https://github.com/sa-si-dev/tooltip/blob/master/LICENSE)
 */
.tooltip-comp {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #212121;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 300px;
  padding: 5px 10px;
  opacity: 0;
  pointer-events: none;
  word-break: break-word;
  text-align: left;
  border-radius: 2px;
}
.tooltip-comp-arrow {
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.tooltip-comp-arrow::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  background-color: #212121;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tooltip-comp-content {
  position: relative;
  z-index: 2;
}
.tooltip-comp.hide-arrow-icon .tooltip-comp-arrow {
  display: none;
}
.tooltip-comp.position-bottom .tooltip-comp-arrow {
  margin-left: -8px;
  left: 0;
  top: -15px;
}
.tooltip-comp.position-top .tooltip-comp-arrow {
  margin-left: -8px;
  left: 0;
  bottom: -15px;
}
.tooltip-comp.position-right .tooltip-comp-arrow {
  margin-top: -8px;
  top: 0;
  left: -15px;
}
.tooltip-comp.position-left .tooltip-comp-arrow {
  margin-top: -8px;
  top: 0;
  right: -15px;
}

/* src/styles.css */
body {
  color: #343434;
  font-size: 14px;
}
.brow-sport-wrapper {
  background-color: rgb(255, 255, 255);
  box-shadow: 0.954px 4.908px 9px 0px rgba(24, 23, 24, 0.07);
  margin: 0 auto;
  padding: 30px;
  z-index: 3;
}
.img-responsive {
  max-width: 100%;
}
header {
  z-index: 999999;
}
.brow-sport-wrapper h3 {
  color: #00aeef;
  font-size: 16px;
  margin-top: 0px;
}
.bold-text {
  font-weight: bold !important;
}
.preloader {
  margin-top: -100px;
  margin-left: -100px;
}
.preloader,
.brow-main-wrapper {
  display: block;
  position: fixed;
  top: 100px;
  left: 50%;
  top: 50%;
}
.brow-main-wrapper {
  transform: translateX(-50%) translateY(-50%);
}
.brow-main-wrapper .preloader {
  position: relative;
  top: 0px;
  transform: none;
  margin: 0px auto 150px !important;
  left: 0%;
}
.mobile-icon-show {
  display: none !important;
}
.mobile-msg {
  position: fixed;
  top: 57px;
  left: 0;
  width: 100%;
  background-color: #464e62;
  color: #ffffff;
  padding: 10px;
  display: none;
  z-index: 99999;
}
#TermsConditionsModal {
  width: 75% !important;
  z-index: 999999 !important;
}
#TermsConditionsModal li {
  line-height: 20px;
}
#TermsConditionsModal .modal-content {
  padding: 0px !important;
}
#TT_TermsConditionsModal {
  width: 75% !important;
  z-index: 999999 !important;
}
#TT_TermsConditionsModal li {
  line-height: 20px;
}
#TT_TermsConditionsModal .modal-content {
  padding: 0px !important;
}
.smallMenu img {
  visibility: hidden;
}
.smallMenu .iconTitle {
  font-size: 11px !important;
}
.modal-overlay {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  left: -20px !important;
  width: 115% !important;
}
.video-close {
  position: fixed;
  top: calc(18% - 24px);
  font-size: 28px !important;
  z-index: 99999;
  color: #fff;
  cursor: pointer;
}
.custom-lock {
  transform: translateX(-8px);
}
.empty-row {
  display: none;
}
.tableMessage {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  color: maroon !important;
  font-weight: bold !important;
}
.tree-map .label p {
  font-size: 0.7rem;
}
.tree-map .treemap-val {
  font-size: 0.8rem;
}
.caps {
  text-transform: uppercase;
}
.search-wrapper .select-wrapper input.select-dropdown {
  height: 40px !important;
  line-height: 40px !important;
  padding-left: 15px;
  padding-right: 20px;
  width: calc(100% - 35px);
  border: none;
}
.search-wrapper .select-wrapper .caret,
.search-wrapper .select-wrapper input.select-dropdown,
.search-wrapper .select-wrapper ul li span {
  font-size: 14px;
  color: #000000;
  text-shadow: none;
}
.search-wrapper .select-wrapper span.caret {
  right: 10px;
  font-size: 10px;
  color: #9b9b9b;
}
.capitalize,
.capitalize li,
.capitalize input {
  text-transform: capitalize !important;
}
.auto-height {
  height: auto !important;
}
.p-none {
  padding: 0px !important;
}
.t-8 {
  top: 8px;
  position: relative;
}
.p-t-none {
  padding-top: 0px !important;
}
.btn {
  padding-left: 15px !important;
  padding-right: 15px !important;
  box-shadow: none;
}
.btn.orange-btn {
  background-color: #f27138 !important;
  color: #ffffff !important;
}
.clear-btn {
  background-color: #8388a4 !important;
  color: #ffffff !important;
}
.blue-alert {
  padding: 7px !important;
  background: #ddecf7;
  border-radius: 3px;
  margin: 0 auto;
  width: 99%;
  float: none;
}
.yellow-alert {
  padding: 10px !important;
  background: #fff3e0;
  border-radius: 3px;
  color: #333;
  font-weight: normal;
}
.caps {
  text-transform: uppercase;
}
a,
.cursor-datatable-row .datatable-row-center {
  cursor: pointer;
}
.adjust {
  transition: width 0.15s;
}
.xs-visible {
  display: none !important;
}
.xs-show {
  display: none !important;
}
.xs-hide {
  display: inline-block;
}
.show {
  display: block !important;
}
.show.select-wrapper {
  display: block !important;
}
.hide {
  display: none;
}
.hide.show {
  display: block !important;
}
.showInline.hide,
.showInline {
  display: inline-block !important;
  vertical-align: top;
}
.white {
  color: #ffffff;
}
.m-none {
  margin: 0 !important;
}
.m-t-none {
  margin-top: 0px !important;
}
.m-b-none {
  margin-bottom: 0px !important;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.mn-t-15 {
  margin-top: -15px;
}
.mn-t-5 {
  margin-top: -5px;
}
.mn-t-1rem .dropdown-menu {
  margin-top: -1rem !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-1 {
  margin-top: 1px !important;
}
.no-opaciy {
  opacity: 0;
}
.m-r-none {
  margin-right: 0px !important;
}
.m-r-8 {
  margin-right: 8px;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-auto {
  margin-left: auto !important;
}
.m-l-none {
  margin-left: 0px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.l-0 {
  left: 0px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-t-5 {
  margin-bottom: 5px !important;
}
.mn-t-20 {
  margin-top: -20px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-3 {
  padding-top: 3px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-12 {
  padding-top: 12px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-r-8 {
  padding-right: 8px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-l-21 {
  padding-left: 21px !important;
}
.p-l-36 {
  padding-left: 36px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-r-none {
  padding-right: 0px !important;
}
.p-l-none {
  padding-left: 0px !important;
}
.p-b-none {
  padding-bottom: 0px !important;
}
.p-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.p-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-relative {
  position: relative;
}
.p-absolute {
  position: absolute;
}
.b-r {
  border-right: 1px solid #e5e5e5 !important;
}
.b-l {
  border-left: 1px solid #e5e5e5 !important;
}
foreignObject {
  overflow: hidden;
}
.select-m-none input {
  margin-bottom: 0px !important;
}
.select-m-15 input {
  margin-bottom: 1rem !important;
}
#logOutDropdown {
  top: 65px !important;
  left: auto !important;
  right: 0px !important;
}
#logOutDropdown li a span {
  padding-left: 15px;
}
#logOutDropdown li a img {
  margin-top: 3px;
}
.ngx-datatable.material .datatable-header .datatable-header-cell {
  font-weight: 700 !important;
}
#helpDropDown {
  min-width: 305px !important;
  max-height: 425px !important;
}
.account-dropdown-wrapper {
  padding-left: 15px;
}
.account-dropdown-wrapper .dropdown-content {
  min-width: 185px;
}
.account-dropdown-wrapper .dropdown-content a {
  font-size: 13px;
}
#helpDropDown #helpDropDown a {
  font-size: 14px;
}
.help-btn {
  position: relative;
  overflow: visible !important;
}
.help-btn i,
.user-dropdown i {
  font-weight: normal !important;
}
.user-dropdown {
  margin: 0px !important;
  padding: 0px 20px !important;
}
.error .error {
  display: block;
}
.req-btn {
  width: 180px !important;
}
.row .pageTitle.col {
  width: calc(100% - 526px) !important;
  min-height: 43px;
  padding-bottom: 0px !important;
  padding-top: 5px !important;
}
.r90 {
  transform: rotate(90deg);
}
.disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.disabled-icon i,
.disabled-icon i.red-text.text-accent-4 {
  pointer-events: none;
  background-color: transparent !important;
  color: #b3b2b2 !important;
  cursor: default;
}
.bg-none {
  background-color: transparent !important;
}
.no-shadow {
  box-shadow: none !important;
}
.autoCenter,
.autoCenter .ngx-charts-outer {
  margin: 0 auto;
}
.hide-Overflow {
  overflow: hidden !important;
}
.show-Overflow {
  overflow: visible !important;
}
.auto-Overflow {
  overflow: auto !important;
}
.hide-h-Overflow {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
.hide-v-Overflow {
  overflow-y: hidden !important;
  overflow-x: auto !important;
}
.b-none {
  border: none !important;
}
.b-b-none {
  border-bottom: none !important;
}
.b-r-none {
  border-right: none !important;
}
.h-15 {
  height: 15px !important;
}
.w-100 {
  width: 100% !important;
}
.w-70 {
  width: 70% !important;
}
.w-7 {
  width: 7% !important;
}
.w-8 {
  width: 8% !important;
}
.w-10 {
  width: 10% !important;
}
.w-125 {
  width: 12.5% !important;
}
.w-13 {
  width: 13% !important;
}
.w-23 {
  width: 23% !important;
}
.w-29 {
  width: 29% !important;
}
.w-28 {
  width: 28% !important;
}
.w-20 {
  width: 20% !important;
}
.w-10 {
  width: 10% !important;
}
.w-25 {
  width: 25% !important;
}
.w-24 {
  width: 24% !important;
}
.w-11 {
  width: 11% !important;
}
.w-12 {
  width: 12% !important;
}
.w-14 {
  width: 14% !important;
}
.w-15 {
  width: 15% !important;
}
.w-16 {
  width: 16% !important;
}
.w-18 {
  width: 18% !important;
}
.w-19 {
  width: 19% !important;
}
.w-35 {
  width: 35% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-40 {
  width: 40% !important;
}
.w-30 {
  width: 30% !important;
}
.w-45 {
  width: 45% !important;
}
.w-80 {
  width: 80% !important;
}
.w-auto {
  width: auto !important;
}
.l-135 {
  left: 135px !important;
}
.modal {
  max-height: 82% !important;
}
.blue-alert {
  padding: 7px;
  background: #ddecf7;
  border-radius: 3px;
  margin: 0 auto;
  width: 99%;
  float: none;
}
span.yellow-alert {
  padding: 10px;
  background: #fff3e0;
  border-radius: 3px;
  color: #333;
  font-weight: normal;
}
.modal-title {
  font-size: 20px;
}
.scroll-top-btn {
  display: none;
  bottom: 0px !important;
  right: 25px !important;
}
.scroll-top-btn a {
  width: auto;
  border-radius: 0px;
  background-color: #464e62 !important;
  height: 30px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 2px;
}
.scroll-top-btn a i {
  line-height: 30px;
  margin-right: 5px;
}
.auto-width-wrapper strong {
  width: 190px !important;
}
.cursor-text .cell,
.cursor-text canvas {
  cursor: default !important;
}
.auto-width-wrapper .input-field.inline {
  width: calc(100% - 195px) !important;
}
.auto-width-wrapper .input-field.inline.autoCompleteDiv {
  width: calc(100% - 4px) !important;
}
.seperator hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ebeef0;
  margin: 20px auto;
  padding: 0;
}
.dashboard-secion {
  padding-top: 50px;
  padding-bottom: 18px;
}
#trialActivatedModal {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
#tmpModuleDeactivationModal {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
#passwordModal {
  max-width: 400px;
  max-height: none;
  overflow: hidden;
}
.input-m-none input {
  margin-bottom: 0px !important;
}
.user-text-wrapper input {
  padding-right: 0px;
}
.filterBox {
  max-width: calc(100% - 88px);
  float: right;
  display: none;
}
.filterShowInline {
  display: flex !important;
}
.filterBox .dropdown-content li > span {
  font-size: 12px !important;
}
.filterBox .input-field.inline input:not(.vscomp-search-input) {
  margin-bottom: 0px !important;
  height: 34px;
  line-height: 34px;
}
.inputMin {
  min-width: 217px;
}
.user-text-wrapper label,
.user-text-wrapper input {
  line-height: normal !important;
  padding-left: 0px !important;
}
.user-text-wrapper input {
  font-size: 15px !important;
}
.user-text-wrapper.input-field label {
  top: auto !important;
  bottom: 5px !important;
  cursor: pointer;
  left: 15px;
}
.card.horizontal .card-image img {
  top: 0%;
  display: inline-block;
  padding-right: 20px;
}
body {
  min-height: 100vh;
}
.wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
[hideDate=false] .picker__table,
[hideDate=false] .picker__day-display {
  display: none !important;
}
.download-print-btns a {
  background-color: #eaeef1 !important;
  color: #383934 !important;
  box-shadow: none;
}
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border: 2px solid #2987e7 !important;
}
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:after {
  background: #2987e7 !important;
}
.chart-btns a {
  background-color: #eaeef1 !important;
  box-shadow: none;
  padding: 5px;
  height: auto;
  transition: all 0.5s;
  border: 1px solid transparent;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-right: 5px;
}
.chart-btns a:hover,
.chart-btns a.active {
  border: 1px solid #384146;
  border-style: inset;
  transform: translateY(-5px);
  box-shadow:
    0 3px 3px 0 rgba(0, 0, 0, 0.14),
    0 1px 7px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.chart-btns a img {
  vertical-align: middle;
}
.modal-frame {
  max-height: none !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.modal-frame iframe {
  float: left;
}
.error input,
.error .ui-select-multiple input.ui-select-search,
.error .select-wrapper input.select-dropdown,
.error .comboTreeInputBox {
  border: 1px solid red !important;
}
.input-cancel-wrapper {
  position: relative;
}
.input-cancel-wrapper .input-cancel:not(.resetIcon) {
  position: absolute;
  top: 16px;
  right: 0px;
  cursor: pointer;
  background: #fff;
  padding: 0px 5px;
}
#globalModal .modal-footer {
  padding-left: 45px;
  padding-right: 45px;
}
#globalModal input:not(.browser-default) {
  border-bottom: 1px solid #bdbdbd;
  -webkit-box-shadow: 0 1px 0 0 #bdbdbd;
  box-shadow: 0 1px 0 0 #bdbdbd;
}
#globalModal input.validColor:not(.browser-default) {
  border-bottom: 1px solid #ff7043;
  -webkit-box-shadow: 0 1px 0 0 #ff7043;
  box-shadow: 0 1px 0 0 #ff7043;
}
#globalModal .input-field label.active {
  color: #bdbdbd;
}
#EventsModal .modal-footer {
  padding-left: 45px;
  padding-right: 45px;
}
#EventsModal input:not(.browser-default) {
  border-bottom: 1px solid #bdbdbd;
  -webkit-box-shadow: 0 1px 0 0 #bdbdbd;
  box-shadow: 0 1px 0 0 #bdbdbd;
}
#EventsModal input.validColor:not(.browser-default) {
  border-bottom: 1px solid #ff7043;
  -webkit-box-shadow: 0 1px 0 0 #ff7043;
  box-shadow: 0 1px 0 0 #ff7043;
}
#EventsModal textarea:not(.browser-default) {
  border-bottom: 1px solid #bdbdbd;
  -webkit-box-shadow: 0 1px 0 0 #bdbdbd;
  box-shadow: 0 1px 0 0 #bdbdbd;
}
#EventsModal textarea.validColor:not(.browser-default) {
  border-bottom: 1px solid #ff7043;
  -webkit-box-shadow: 0 1px 0 0 #ff7043;
  box-shadow: 0 1px 0 0 #ff7043;
}
#EventsModal .input-field label.active {
  color: #bdbdbd;
}
.terms-conditions,
.terms-conditions li {
  list-style: disc !important;
}
.terms-conditions {
  padding-left: 15px !important;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell,
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.ngx-datatable.material {
  box-shadow: none !important;
}
.ngx-datatable.fixed-row:not(.energy-stat):not(.currency-evaluation-data-table):not(.trade-data-table) .datatable-scroll .datatable-body-row .datatable-body-cell,
.ngx-datatable.fixed-row:not(.energy-stat):not(.currency-evaluation-data-table) .datatable-scroll .datatable-body-row,
.ngx-datatable:not(.energy-stat):not(.currency-evaluation-data-table) .datatable-body .datatable-row-wrapper,
.ngx-datatable.material:not(.energy-stat):not(.currency-evaluation-data-table):not(.trade-data-table) .datatable-header {
  height: auto !important;
}
.custom-datatable.ngx-datatable .datatable-body .datatable-row-wrapper,
.custom-datatable .datatable-scroll {
  float: left !important;
  width: 100% !important;
}
.custom-datatable.ngx-datatable .datatable-body .datatable-body-row {
  width: 100% !important;
  display: table !important;
  table-layout: fixed !important;
}
.custom-datatable.ngx-datatable .datatable-body .datatable-scroll {
  width: 100% !important;
  display: block !important;
}
.custom-datatable .datatable-row-center,
.custom-datatable .datatable-row-group {
  width: 100% !important;
  display: table !important;
}
.custom-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell {
  display: table-cell !important;
  font-size: 13px;
}
.custom-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
  width: 100% !important;
}
.custom-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  display: table-cell !important;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
}
.custom-datatable.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
  position: relative;
}
.custom-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell .datatable-body-cell-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.custom-datatable.ngx-datatable .datatable-body .datatable-body-row > div {
  border-bottom: none;
}
.custom-datatable.ngx-datatable .datatable-body-row .datatable-row-center.datatable-row-group {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}
[class^=datatable-icon-]:before,
[class*=" datatable-icon-"]:before {
  font-size: 17px;
  vertical-align: sub;
  opacity: 0.5;
  margin-right: 5px;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  height: 17px;
}
.ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
  position: relative;
}
.sort-btn.customArrow:after {
  content: "";
  background: rgb(255, 255, 255);
  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(250, 252, 252, 1) 65%);
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.8s;
  height: 100%;
  right: 0px;
  width: 17px;
  top: 0;
}
.sort-btn.customArrow:active:before,
.datatable-header-cell.sortable .datatable-header-cell-template-wrap span:not(.datatable-icon-down):active:before,
.datatable-header-cell.sortable .datatable-header-cell-template-wrap span:not(.datatable-icon-up):active:before,
.datatable-header-cell .datatable-header-cell-template-wrap span:not(.datatable-header-cell-wrapper):active:before {
  box-shadow: rgb(67 71 85 / 44%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em;
}
.custom-sloring.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell span.sort-btn,
.custom-sloring.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell span.sort-desc,
.custom-sloring.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell span.sort-asc {
  float: left;
}
.custom-sloring.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell span.sort-desc:before,
.custom-sloring.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell span.sort-asc:before {
  display: inline-block !important;
  padding-top: 3px;
}
.historical-prices-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell {
  width: 25% !important;
}
.historical-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 25% !important;
}
.access {
  color: #b3b2b2 !important;
}
.current-prices-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell {
  width: 11.5% !important;
  float: left;
}
.current-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 11.5% !important;
  float: left;
}
.current-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.current-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 13% !important;
}
.current-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.current-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 11% !important;
}
.current-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.current-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 9% !important;
}
.current-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.current-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 8% !important;
}
.current-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5),
.current-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(5) {
  width: 10% !important;
}
.current-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6),
.current-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(6) {
  width: 10% !important;
}
.current-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(7),
.current-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(7) {
  width: 10% !important;
}
.current-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(8),
.current-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(8) {
  width: 10% !important;
}
.current-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(9),
.current-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(9) {
  width: 10% !important;
}
.current-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(10),
.current-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(10) {
  width: 9% !important;
}
.events-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell .datatable-body-cell-label {
  overflow: visible !important;
}
.events-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell {
  width: 25% !important;
  float: left;
}
.events-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell .datatable-body-cell-label {
  white-space: normal;
}
.events-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 25% !important;
  float: left;
}
.events-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.events-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 15% !important;
}
.events-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.events-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 30% !important;
}
.events-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.events-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 15% !important;
}
.events-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.events-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 15% !important;
  position: relative;
  overflow: visible;
}
.share-wrapper {
  padding: 10px;
  z-index: 999999;
  text-align: right;
  display: none;
}
.events2-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.events2-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 17% !important;
}
.events2-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.events2-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 30% !important;
  cursor: default !important;
}
.events2-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.events2-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 20% !important;
  cursor: default !important;
}
.events-datatable.ngx-datatable.scroll-vertical .datatable-body {
  height: 400px !important;
}
.share-wrapper {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 15px;
}
.ng-tns-c7-0:last-child .n2s-share-btn {
  margin-right: 0px;
}
.events-datatable .datatable-pager {
  display: none !important;
}
.crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 20% !important;
  float: left;
}
.itemLength6 .table-timeline-wrapper,
.itemLength6 .crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength6 .crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 16.66% !important;
  float: left;
}
.itemLength7 .table-timeline-wrapper,
.itemLength7 .crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength7 .crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 14.28% !important;
  float: left;
}
.itemLength8 .table-timeline-wrapper,
.itemLength8 .crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength8 .crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 12.5% !important;
  float: left;
}
.itemLength9 .table-timeline-wrapper,
.itemLength9 .crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength9 .crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 11.1% !important;
  float: left;
}
.itemLength10 .table-timeline-wrapper,
.itemLength10 .crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength10 .crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 10% !important;
  float: left;
}
.itemLength11 .table-timeline-wrapper,
.itemLength11 .crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength11 .crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 9% !important;
  float: left;
}
.itemLength12 .table-timeline-wrapper,
.itemLength12 .crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength12 .crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 8.33% !important;
  float: left;
}
.itemLength13 .table-timeline-wrapper,
.itemLength13 .crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength13 .crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 7.69% !important;
  float: left;
}
.itemLength14 .table-timeline-wrapper,
.itemLength14 .crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength14 .crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 7.14% !important;
  float: left;
}
.itemLength15 .table-timeline-wrapper,
.itemLength15 .crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength15 .crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 6.66% !important;
  float: left;
}
.itemLength16 .table-timeline-wrapper,
.itemLength16 .crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength16 .crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 6.25% !important;
  float: left;
}
.itemLength17 .table-timeline-wrapper,
.itemLength17 .crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength17 .crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 5.88% !important;
  float: left;
}
.crude-oil-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:last-child,
.crude-oil-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:last-child {
  text-align: center;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell span {
  white-space: normal !important;
  position: relative;
  display: table-cell !important;
}
.crude-oil-table.custom-datatable .datatable-row-center,
.crude-oil-table.custom-datatable .datatable-row-group {
  display: inline !important;
}
.global-data-section .ngx-datatable.scroll-vertical .datatable-body {
  height: 220px !important;
}
.global-datatable-Class.ngx-datatable.scroll-vertical .datatable-body {
  height: 300px !important;
}
.myac-datatable.custom-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell .datatable-body-cell-label {
  white-space: normal;
}
.custom-datepicker {
  position: relative;
}
.custom-datepicker .picker__box {
  display: block !important;
}
.custom-datepicker .picker--opened .picker__frame {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.preloader {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
}
.field-title {
  padding-top: 12px;
  display: block;
}
.viewChange-btns > a {
  color: #333333 !important;
  background-color: #ffffff !important;
  border: 1px solid #b9b9b9;
  text-transform: capitalize;
  float: left;
  box-shadow: none;
  border-radius: 5px;
}
.viewChange-btns > a:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.viewChange-btns > a:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.viewChange-btns > a i {
  color: #b9b9b9 !important;
}
.select-input-field label.active {
  transform: none !important;
}
.chart-type-wrapper .select-wrapper input.select-dropdown {
  height: 38px;
  line-height: 38px;
  color: #333333;
}
.account-section .view-mode-wrapper {
  border-top: 22px solid #ebeef0;
}
.ac-info {
  padding: 20px 0px 2px;
}
.downloading.animate {
  pointer-events: none;
  cursor: wait;
}
.chart-title {
  color: #868686;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 15px;
  padding-top: 10px;
}
.HTS-wrapper .progress {
  position: absolute;
  left: 175px;
  width: auto;
  right: 0px;
  bottom: -1px;
}
.HTS-wrapper .MultipleProgress {
  position: absolute;
  left: 15px;
  width: auto;
  right: 15px;
  bottom: 0px;
  margin: 0px;
}
.global-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell {
  width: 14.28% !important;
  float: left;
}
.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 14.28% !important;
  float: left;
}
.global-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(1),
.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(1) {
  width: 14% !important;
}
.global-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 15% !important;
}
.extraColmn.global-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.extraColmn.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 14% !important;
}
.global-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3),
.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3) {
  width: 11% !important;
}
.global-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4),
.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  width: 13% !important;
}
.extraColmn.global-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(5),
.extraColmn.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5) {
  width: 14% !important;
}
.extraColmn.global-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4),
.extraColmn.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  width: 10% !important;
}
.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  cursor: default !important;
}
.global-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(5),
.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5) {
  width: 14% !important;
}
.global-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(6),
.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6) {
  width: 14% !important;
}
.global-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(7),
.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(7) {
  width: 13% !important;
}
.global-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(8),
.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(8) {
  width: 10% !important;
  cursor: default !important;
}
.store-report-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell {
  width: 14% !important;
  float: left;
}
.store-report-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 14% !important;
  float: left;
}
.store-report-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(1),
.store-report-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(1) {
  width: 17% !important;
}
.store-report-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.store-report-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 18% !important;
}
.extraColmn.store-report-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.extraColmn.store-report-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 13% !important;
}
.store-report-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3),
.store-report-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3) {
  width: 12% !important;
}
.store-report-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4),
.store-report-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  width: 12% !important;
}
.extraColmn.store-report-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(5),
.extraColmn.store-report-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5) {
  width: 15% !important;
}
.extraColmn.store-report-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4),
.extraColmn.store-report-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  width: 10% !important;
}
.store-report-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(5),
.store-report-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5) {
  width: 13% !important;
}
.store-report-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(6),
.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6) {
  width: 14% !important;
}
.store-report-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(7),
.global-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(7) {
  width: 12% !important;
}
.global-data-section .input-title,
.textile-clothing-industry-section .input-title,
.cotton-reports-section .input-title,
.event-section .event-category .input-title {
  float: left;
  width: 160px;
  padding-top: 12px;
  font-size: 14px;
}
.xs-right.right {
  float: left !important;
}
.global-data-section .input-title.trade-flow {
  width: 150px;
}
.global-data-section .input-field,
.textile-clothing-industry-section .input-field,
.cotton-reports-section .input-field {
  float: left;
  width: calc(100% - 165px);
}
.usimpoter-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(1),
.usimpoter-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(1) {
  width: 8% !important;
  text-transform: capitalize;
}
.usimpoter-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.usimpoter-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 15% !important;
  text-transform: capitalize;
}
.usimpoter-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3),
.usimpoter-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3) {
  width: 16% !important;
  text-transform: capitalize;
}
.usimpoter-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4),
.usimpoter-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  width: 16% !important;
  text-transform: capitalize;
}
.usimpoter-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  cursor: default !important;
}
.usimpoter-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(5),
.usimpoter-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5) {
  width: 13% !important;
}
.usimpoter-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(6),
.usimpoter-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6) {
  width: 11% !important;
}
.usimpoter-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(7),
.usimpoter-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(7) {
  width: 11% !important;
}
.usimpoter-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(8),
.usimpoter-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(8) {
  cursor: default !important;
  width: 10% !important;
}
.usimpoter-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3) span,
.usimpoter-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3) span,
.usimpoter-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4) span,
.usimpoter-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) span {
  white-space: normal;
}
.usimpoter-table.custom-datatable.ngx-datatable .datatable-body-row .datatable-row-center.datatable-row-group {
  display: inline-block !important;
}
.usimpoter-table.custom-datatable.ngx-datatable .datatable-body-row .datatable-row-center.datatable-row-group {
  display: inline-block !important;
}
.custom-radio-btn {
  padding-top: 12px;
}
.custom-radio-btn label {
  padding-left: 30px !important;
  padding-right: 30px;
}
.ngx-datatable.material:not(.cell-selection) .datatable-body-row:hover {
  background-color: transparent !important;
}
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
  width: 100% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell {
  width: 12% !important;
  float: left;
}
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 10% !important;
  float: left;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(1),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(1) {
  width: 10% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 10% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2)::first-letter {
  text-transform: capitalize;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2) span,
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2) .datatable-body-cell-label {
  white-space: nowrap;
  max-width: 264px !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3) {
  width: 10% !important;
  text-transform: capitalize;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  width: 10% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(5),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5) {
  width: 10% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(6),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6) {
  width: 10% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(7),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(7) {
  width: 10% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(8),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(8) {
  width: 10% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(9),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(9) {
  width: 10% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(10),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(10) {
  width: 10% !important;
}
.non-tarrif-NTB-section .ngx-datatable .datatable-body-row .datatable-body-cell:nth-child(1),
.non-tarrif-NTB-section .custom-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-row-center .datatable-header-cell:nth-child(1) {
  width: 16% !important;
}
.non-tarrif-NTB-section .ngx-datatable .datatable-body-row .datatable-body-cell:nth-child(2),
.non-tarrif-NTB-section .custom-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-row-center .datatable-header-cell:nth-child(2) {
  width: 14% !important;
}
.non-tarrif-NTB-section .ngx-datatable .datatable-body-row .datatable-body-cell:nth-child(3),
.non-tarrif-NTB-section .custom-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-row-center .datatable-header-cell:nth-child(3) {
  width: 10% !important;
  text-transform: capitalize;
}
.non-tarrif-NTB-section .ngx-datatable .datatable-body-row .datatable-body-cell:nth-child(4),
.non-tarrif-NTB-section .custom-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-row-center .datatable-header-cell:nth-child(4) {
  width: 25% !important;
}
.non-tarrif-NTB-section .ngx-datatable .datatable-body-row .datatable-body-cell:nth-child(5),
.non-tarrif-NTB-section .custom-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-row-center .datatable-header-cell:nth-child(5) {
  width: 15% !important;
}
.non-tarrif-NTB-section .ngx-datatable .datatable-body-row .datatable-body-cell:nth-child(6),
.non-tarrif-NTB-section .custom-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-row-center .datatable-header-cell:nth-child(6) {
  width: 20% !important;
}
.non-tarrif-NTB-section .ngx-datatable .datatable-body-row .datatable-body-cell:nth-child(6) div {
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  width: 100% !important;
}
.non-tarrif-NTB-section .ngx-datatable .datatable-body-row .datatable-body-cell:nth-child(6)::first-letter {
  text-transform: capitalize;
}
.non-tarrif-NTB-section .custom-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-row-center .datatable-header-cell:nth-child(6) {
  cursor: default !important;
}
.non-tarrif-NTB-section .custom-datatable.ngx-datatable .datatable-body-row .datatable-row-center.datatable-row-group,
.non-tarrif-NTB-section .custom-datatable.ngx-datatable .datatable-row-center {
  width: 100% !important;
  display: table !important;
  table-layout: fixed !important;
}
.non-tarrif-NTB-section .ngx-datatable.fixed-row .datatable-scroll {
  white-space: normal !important;
  text-align: left;
}
.datatable-row-detail {
  height: auto !important;
}
.datatable-row-detail div {
  padding-left: 0px !important;
}
.datatable-icon-right:before {
  display: none;
}
.notification-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
  width: 100% !important;
}
.notification-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell {
  width: 12% !important;
  float: left;
}
.notification-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 10% !important;
  float: left;
}
.notification-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(1),
.notification-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(1) {
  width: 15% !important;
}
.notification-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.notification-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 68% !important;
}
.notification-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2)::first-letter {
  text-transform: capitalize;
}
.notification-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3),
.notification-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3) {
  width: 165px !important;
  text-align: right !important;
}
.notification-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3) {
  cursor: default !important;
}
.notification-section .custom-datatable.ngx-datatable .datatable-body-row .datatable-row-center.datatable-row-group {
  display: inline-block !important;
}
.export-report-datatbale.custom-datatable.ngx-datatable .datatable-body-row .datatable-row-center.datatable-row-group {
  display: inline-block !important;
}
.export-report-datatbale.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(1),
.export-report-datatbale.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(1) {
  width: 17% !important;
}
.export-report-datatbale.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.export-report-datatbale.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 15% !important;
}
.export-report-datatbale.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.export-report-datatbale.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 18% !important;
}
.export-report-datatbale.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3),
.export-report-datatbale.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3) {
  width: 15% !important;
}
.export-report-datatbale.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4),
.export-report-datatbale.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  width: 36% !important;
}
.export-report-datatbale.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  cursor: default !important;
}
.export-report-datatbale.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(5),
.export-report-datatbale.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5) {
  width: 14% !important;
}
.notification-section .background-masker.header-top,
.notification-section .table-timeline-wrapper .background-masker.header-bottom {
  left: 100%;
}
.cotton-reports-section .header {
  margin-top: 0px;
  font-size: 15px;
  font-weight: bold;
  color: #464e62;
}
.cotton-reports-section .card {
  padding: 10px 10px 15px;
}
.cotton-reports-section .card .card-content {
  padding: 0px;
}
.cotton-reports-section .card .card-action {
  padding: 15px 0px 0px;
}
.cotton-reports-section .card .card-reveal {
  display: block !important;
  top: 0px;
  transition: all 5s;
}
.cotton-reports-section .download-print-btns a {
  padding: 0px 15px;
}
.cotton-reports-section .card .input-title {
  width: 80px;
}
.cotton-reports-section .card .input-field {
  width: auto;
  margin-left: 15px;
}
.cotton-reports-section .card .input-field.inline input {
  margin-bottom: 0px;
}
#nprogress {
  z-index: 999999;
}
#nprogress .peg {
  box-shadow: none !important;
}
#nprogress .bar {
  top: 64px !important;
  background-color: #f27138 !important;
  transition: all 0.2s ease-in-out !important;
  height: 4px !important;
  box-shadow: none !important;
}
#nprogress .spinner {
  display: none !important;
}
.trade-agreements-section .trade-wrapper .btn {
  width: 100%;
  background-color: transparent !important;
  color: #333333 !important;
  box-shadow: none;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 0px;
  padding-right: 0px;
}
.trade-agreements-section .btn i {
  color: #4b90eb;
  transition: 0.3s ease-out;
}
.trade-agreements-section .btn .text {
  transition: 0.3s ease-out;
  text-transform: capitalize;
}
.trade-agreements-section .btn .badge {
  line-height: 23px;
  top: 5px;
  position: relative;
  transition: 0.3s ease-out;
  background-color: #051747;
  color: #ffffff;
  border-radius: 4px;
  font-size: 13px;
}
.agreement-item {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
}
.agreement-item .agreement-item-div {
  margin-top: 15px;
  float: left;
}
.agreement-item .download-div {
  margin-right: 15px;
  float: left;
}
.trade-agreements-section h5,
.title-common {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.trade-agreements-section .trade-wrapper h5 {
  padding-left: 0.75rem;
}
.trade-agreements-section .agreement-item > i {
  line-height: 20px;
}
.trade-agreements-section .agreement-item .btn i {
  color: #b62922;
}
.trade-agreements-section .agreements .back-btn {
  padding-left: 10px;
  padding-right: 10px;
  color: #333;
}
.trade-agreements-section .agreements .back-btn i {
  color: #333;
}
.trade-agreements-section .trade-wrapper .btn:hover i,
.trade-agreements-section .trade-wrapper .btn:hover .text {
  transform: translateX(15px);
}
.trade-agreements-section .trade-wrapper .btn:hover .badge {
  transform: translateX(-15px);
}
.trade-agreements-section .trade-wrapper .btn .badge.lightBadge {
  background-color: #167be5 !important;
}
.agreement-item .download-print-btns a {
  padding: 0px 15px;
  font-size: 15px;
}
.tariff-schedule-section .chapter-item {
  padding: 15px 0px !important;
  font-size: 14px;
  border-top: 1px solid #e5e5e5;
}
.tariff-schedule-section .chapter-item:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.tariff-schedule-section .chapter-item .chapter-no {
  min-width: 120px;
}
.tariff-schedule-section .chapter-item .btn {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent !important;
  color: #666666;
  box-shadow: none !important;
  height: auto;
  line-height: 19px;
  position: relative;
  top: 0px;
}
.tariff-schedule-section .chapter-item .btn i,
.notification-datatable i {
  color: #b62922;
  line-height: 19px;
}
.tariff-schedule-section .chapter-item .btn span {
  padding-top: 2px;
  display: inline-block;
}
.tariff-schedule-section .chapter-item .view-btn {
  padding: 0px 15px;
  line-height: 10px;
  position: relative;
  top: 4px;
}
.tariff-schedule-section .chapter-item .chapter-text {
  max-width: 100%;
  font-size: 13px;
}
.schedule-title {
  color: #147ae6;
}
.published-reports-section .card .card-content {
  padding-top: 20px;
  padding-bottom: 15px;
}
.published-reports-section .card .card-action {
  padding-top: 0px;
}
.published-reports-section .header {
  margin-bottom: 15px;
}
.published-reports-section .published-date {
  margin-bottom: 12px !important;
}
.loadingEnable .fa-file-pdf-o,
.loadingEnable .custom-lock {
  display: none;
}
.loadingEnable .fa-spinner.hide {
  display: inline-block !important;
}
.event-section .event-category .input-title {
  width: 120px;
  display: inline-block;
}
.country-profile-section .card {
  padding: 10px 10px 15px;
  transition: all 0.2s ease-in-out !important;
}
.country-profile-section .card .header {
  margin-bottom: 12px;
  line-height: inherit;
}
.news-section .scroll-wrapper {
  height: 650px;
  overflow: auto;
}
.published-reports-section .card .card-image img {
  width: 150px !important;
  max-width: 100%;
}
.news-card-wrapper {
  padding: 20px !important;
}
.news-card-wrapper .header {
  line-height: 15px !important;
}
.news-section .card-image {
  width: 190px !important;
}
.news-section .card-image img {
  height: auto;
  max-width: 100% !important;
}
.news-section .card-stacked {
  width: calc(100% - 190px);
}
.search-btn i {
  font-size: 2rem !important;
}
.CustomCardContent.left {
  float: none !important;
  width: 100% !important;
  padding-left: 0px !important;
}
.CustomCardContent.left .background-masker.header-top {
  left: 0px;
}
.CustomCardContent.left .background-masker.header-left {
  width: 0px;
}
.CustomCardContent.left .background-masker.header-right {
  left: 100%;
}
.CustomCardContent.left .header-top.header-top2,
.CustomCardContent.left .background-masker.header-bottom,
.CustomCardContent.left .background-masker.header-top,
.CustomCardContent.left .background-masker.header-bottom,
.CustomCardContent.left .background-masker.subheader-bottom {
  left: 0px;
}
.CustomCardContent.left .header-bottom.header-bottom3 {
  width: 0px;
}
.CustomCardContent.left .card-content > div,
.CustomCardContent.left .timeline-wrapper-first {
  width: calc(100% - 205px) !important;
}
.CustomCardContent.left .card-content > div.w-100,
.CustomCardContent.left .timeline-wrapper-first.w-100 {
  width: 100% !important;
}
.CustomCardImage {
  margin-right: 15px;
}
#globalModal input {
  margin-bottom: 0px;
}
.notification-section .card .card-title {
  text-transform: uppercase;
  background: #dfdfdf;
  color: #000000;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 15px;
}
.notification-section .card .card-content {
  padding: 0px;
}
.notification-section .card .card-content ul {
  padding: 0px 15px 15px 30px;
}
.notification-section .card .card-content ul li {
  padding-left: 0px;
  position: relative;
}
.notification-section .card .card-content ul li:before {
  content: "\f105";
  color: #147ae6;
  left: -15px;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
}
.notification-section .input-title {
  width: 90px;
  float: left;
}
.custom-modal {
  max-height: none !important;
}
.custom-modal .modal-content {
  height: 315px !important;
  position: relative !important;
  width: 100%;
  overflow-y: auto;
  padding-top: 0px !important;
  padding-bottom: 15px !important;
}
#modal1.custom-modal .modal-content {
  height: auto !important;
  max-height: 80% !important;
}
#modal1.custom-modal .modal-content iframe {
  height: 250px !important;
}
.custom-modal .title {
  color: #388ccf;
  font-weight: bold;
  padding-left: 0px;
  font-size: 25px;
  padding-top: 10px;
  max-width: 85%;
  padding-left: 10px;
  display: inline-block;
  width: 85%;
  text-align: left;
}
.custom-modal .date {
  background-color: #f1f5fa;
  color: #333;
  margin-top: 10px;
  padding: 5px 15px;
  float: right;
  margin-right: 15px;
}
.custom-modal .title .date {
  font-size: 15px;
}
.modal .modal-header .modal-close {
  margin-top: 5px;
}
.modal .modal-header .modal-close i {
  font-size: 15px;
}
.modal .modal-header {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  width: 100%;
  text-align: right;
  padding-bottom: 10px;
  float: left;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-loader {
  display: block;
  width: 100%;
  float: left;
}
.list-loader img {
  margin: auto;
  display: block;
}
.timeline-wrapper {
  background-color: #e9eaed;
  color: #141823;
  padding: 0px;
  margin: 0;
  width: 100%;
}
.timeline-item {
  background: #fff;
  border-radius: 3px;
  padding: 0px;
  margin: 0 auto;
  width: 100%;
}
.animated-background {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background:
    linear-gradient(
      to right,
      #eeeeee 8%,
      #dddddd 18%,
      #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  height: 78px;
  position: relative;
}
.table-timeline-wrapper .animated-background {
  height: 14px;
}
.table-timeline-wrapper {
  padding: 1rem 1.2rem;
  background-color: #ffffff;
}
.table-timeline-card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.table-timeline-wrapper .background-masker.header-bottom {
  top: 0;
  height: 16px;
  left: 56px;
}
.account-section .table-timeline-wrapper .background-masker.header-bottom {
  left: 160px;
}
.treemap-label {
  text-transform: capitalize;
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 180px;
  right: 0;
  height: 10px;
}
.background-masker {
  background: #fff;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 70px;
  left: 0;
  right: 0;
  height: 6px;
}
.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 180px;
  height: 8px;
  width: 10px;
}
.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 65%;
  right: 0;
}
.background-masker.header-bottom {
  top: 18px;
  height: 13px;
}
.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
.background-masker.subheader-right {
  left: 100%;
}
.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
.background-masker.content-top {
  height: 11px;
}
.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
  width: auto;
  left: 100%;
  right: 0;
  top: 60px;
  height: 8px;
}
.background-masker.content-second-line {
  top: 68px;
}
.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}
.background-masker.content-third-line {
  top: 82px;
}
.background-masker.content-third-end {
  left: 0px;
  top: 80px;
}
.header-top.header-top2 {
  top: 50px;
  left: 180px;
}
.header-left.header-left2 {
  top: 40px;
  height: 10px;
}
.header-right.header-right2 {
  top: 50px;
}
.header-bottom.header-bottom2 {
  top: 70px;
  height: 8px;
}
.header-bottom.header-bottom3 {
  top: 60px;
  height: 8px;
  width: 10px;
}
.autoCompleteDiv ul {
  display: block;
  opacity: 1;
  background-color: #fff;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  position: absolute;
  z-index: 999;
  will-change: width, height;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.autoCompleteDiv ul li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
  font-size: 16px;
  color: #464e62;
  line-height: 22px;
  padding: 14px 16px;
}
.autoCompleteDiv ul li:hover,
.autoCompleteDiv ul li.ui-state-highlight {
  background-color: #eee;
}
.article-section .custom-modal .modal-content {
  height: 525px !important;
}
.article-modal-loader .background-masker.header-top,
.article-modal-loader .background-masker.header-bottom,
.article-modal-loader .background-masker.subheader-bottom {
  left: 0px;
}
.card.horizontal.publishedReport .card-image img {
  width: 150px !important;
  height: auto;
}
.crude-oil-section .collapsible-header i {
  transition: all 0.5s;
}
.crude-oil-section .collapsible-header.active i {
  transform: rotate(90deg);
}
.onlyIcon {
  background-color: transparent !important;
  box-shadow: none !important;
}
.onlyIcon:not(.input-field) {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.onlyIcon i {
  color: #464e62 !important;
  top: 3px;
  position: relative;
  font-size: 25px !important;
}
.filter-section {
  padding-top: 1rem;
  min-height: 61px;
  width: 100%;
}
.filter-section input {
  max-width: 135px;
}
.filter-select input {
  width: 100%;
  max-width: none;
}
#FilterDate,
#productfilter,
#EndFilterDate,
.downloadReport-datepicker {
  font-family: Arial, FontAwesome;
}
.filter-icon {
  font-size: 20px !important;
  position: relative;
  cursor: pointer;
}
.filter-btn {
  margin-bottom: 1rem;
}
.cuurent-price-section .tab-container {
  width: calc(100% - 70px);
  float: left;
  overflow: hidden;
  height: 45px;
}
.forecast-price-section .tab-container {
  width: calc(100% - 70px);
  float: left;
  overflow: hidden;
  height: 45px;
}
.tab-wrapper {
  position: relative;
  background-color: #eeeeee;
}
.custom-tabs {
  background-color: #eeeeee;
  width: auto;
  height: 62px;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 auto;
  white-space: nowrap;
}
.custom-tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.custom-tabs .tab a {
  color: #333333;
  position: relative;
  padding: 0 15px;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease;
}
.custom-tabs .tab a:after {
  position: absolute;
  bottom: 3px;
  height: 3px;
  content: "";
  background-color: #f27138;
  left: 0px;
  width: 0%;
  transition: 0.2s ease-out all;
}
.custom-tabs .tab a.active {
  color: #464e62;
  pointer-events: none;
}
.custom-tabs .tab a.active:after {
  width: 100%;
}
.tmp-show.collapsible-body {
  display: block;
}
.panner {
  display: block;
  top: 50%;
  position: relative;
  float: left;
  cursor: pointer;
  line-height: 35px;
  font-size: 35px;
  background-color: #eeeeee;
  height: 50px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  opacity: 1;
  color: #f27138 !important;
  font-weight: 700;
}
.panner i {
  line-height: 46px;
}
.panner:hover {
  opacity: 1;
}
.tab-container {
  position: relative;
}
.panner.active {
  color: #333333;
}
#panLeft {
  left: 0px;
}
#panRight {
  right: 0px;
}
.value-arrow .left-aarow,
.value-arrow .right-aarow {
  font-size: 18px !important;
}
.value-arrow .left-aarow {
  transform: translateX(5px);
}
.value-arrow .right-aarow {
  transform: translateX(-5px);
}
.moved-wrapper {
  transform: translateY(80%);
}
.moved-wrapper h2 {
  color: #031f60;
  font-size: 25px;
  font-weight: bold;
}
.moved-wrapper p {
  font-size: 16px;
}
.bothnotification {
  padding-top: 0px !important;
}
.supplier-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.supplier-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 15% !important;
  cursor: pointer !important;
}
.supplier-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.supplier-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 12% !important;
  cursor: pointer !important;
}
.supplier-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.supplier-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 12% !important;
  cursor: pointer !important;
}
.supplier-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6),
.supplier-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(6) {
  width: 19% !important;
  cursor: pointer !important;
}
.supplier-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.supplier-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 25% !important;
  cursor: pointer !important;
}
.supplier-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5),
.supplier-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(5) {
  width: 12% !important;
  cursor: pointer !important;
}
.supplier-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(7),
.supplier-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(7) {
  width: 5% !important;
  padding-right: 10px;
  text-align: right;
  cursor: pointer !important;
}
.supplier-datatable.custom-datatable.ngx-datatable .datatable-body .datatable-row-wrapper.active-row .datatable-row-center .datatable-body-cell:last-child {
  transform: rotate(90deg) translateX(-8px);
  cursor: pointer !important;
}
.ProductSelection div {
  outline: none !important;
}
.ProductSelection .dropdown {
  float: left;
  width: 100%;
}
.ProductSelection .btn.form-control {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333 !important;
  background-color: #fff !important;
  border-bottom: 1px solid #ccc !important;
  width: 100%;
  overflow: hidden;
  box-shadow: none;
  outline: none;
}
.ProductSelection .dropdown {
  float: left;
  position: relative;
  width: calc(100% - 180px);
}
.ProductSelection .ui-select-choices {
  position: absolute;
}
.ProductSelection .form-control {
  margin-bottom: 0px !important;
}
.ProductSelection .btn.btn-link {
  position: absolute;
  top: -3px;
  right: 0;
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
  border: none !important;
  box-shadow: none !important;
  height: 100%;
  margin-right: -2px !important;
}
i.glyphicon.glyphicon-remove:after {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.ProductSelection .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 0 !important;
  margin-top: -2px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\	;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  z-index: 99;
}
.HTS-wrapper .SingleProgress {
  position: absolute;
  left: 175px;
  width: auto;
  right: auto;
  bottom: -1px;
  width: calc(100% - 190px);
}
.MultipleImporterProgress {
  position: relative;
  height: 4px;
  display: block;
  width: calc(100% - 162px) !important;
  top: -4px;
  left: 162px;
}
.disabled #ProductId .ui-select-match .text-muted {
  text-transform: capitalize;
  color: darkgray;
}
#ProductId .ui-select-match .text-muted {
  text-transform: capitalize;
  color: black;
}
.ImporterSelection .ui-select-multiple {
  float: left;
  position: relative;
  width: 100%;
}
.hide.ui-select-choices {
  opacity: 0;
  display: none !important;
}
#PartnerIsoId input.disabled,
#ddlCompany input.disabled {
  display: none !important;
}
.country-compare-wrapper.compare-wrapper table.responsive-table tbody tr td .select-class .dropdown-content {
  max-height: 250px;
}
.country-compare-wrapper.compare-wrapper table thead tr {
  min-height: 295px;
}
.country-compare-wrapper.compare-wrapper table.responsive-table thead tr th span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 180px;
}
.country-compare-wrapper.compare-wrapper .wrapper2 .comp-item {
  width: 230px;
}
.country-compare-wrapper.compare-wrapper table.responsive-table tbody tr td .input-field {
  width: calc(100% - 32px) !important;
}
.country-compare-wrapper.compare-wrapper table.responsive-table tbody tr .cancel {
  top: 13px;
}
.ui-select-multiple .ui-select-choices {
  position: absolute;
}
.country-compare-wrapper.compare-wrapper table.responsive-table tbody tr .report-table {
  width: 250px;
}
.country-compare-wrapper.compare-wrapper table.responsive-table tbody {
  min-height: 295px;
}
.country-compare-wrapper.compare-wrapper table.responsive-table tbody .overlay-msg {
  top: 50px;
  padding-top: 10%;
  width: auto;
}
.country-compare-wrapper.compare-wrapper table.responsive-table thead tr th,
.country-compare-wrapper.compare-wrapper table.responsive-table tbody tr td {
  height: 46px;
}
.country-compare-wrapper.compare-wrapper table.responsive-table tbody tr .report-table {
  width: 230px;
}
.report-table tr:first-child {
  border: 0px !important;
}
.product-tree-wrapper .ui-select-multiple .ui-select-match .btn {
  height: auto;
  text-align: left;
}
#productdesc.product-tree-wrapper .ui-select-multiple .ui-select-match .btn {
  text-transform: none;
}
@media only screen and (max-width: 1024px) {
  .xs-right.right {
    float: right !important;
  }
  .notification-section .input-field.inline {
    width: 48%;
  }
  .cotton-reports-section .card .input-field {
    width: 100%;
  }
  .form-title {
    width: 115px !important;
  }
  .form-datepicker {
    width: calc(100% - 115px) !important;
  }
  .xs-visible {
    display: inline-block !important;
  }
  .mainContent {
    margin: 20px 20px 50px 20px !important;
    transform: translateX(0px);
  }
  .shrink.mainContent {
    margin: 20px 20px 50px 20px !important;
    transform: translateX(295px);
    margin-top: 0px !important;
  }
  .chat-bot .shrink.mainContent {
    transform: none !important;
  }
  .custom-datatable {
    overflow: auto !important;
  }
  .custom-datatable .datatable-header,
  .custom-datatable .datatable-body {
    min-width: 675px;
  }
  body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
  html {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .p-l-xs-15 {
    padding-left: 15px !important;
  }
  .input-field.inline {
    margin-left: 0px !important;
  }
  .account-dropdown-wrapper {
    width: auto !important;
  }
  .search-btn {
    margin-top: 0px;
  }
  .ReportsDaily .input-field.inline {
    width: 100% !important;
  }
  .ReportsDaily,
  .cotton-reports-section .card-action > .left {
    width: auto !important;
    max-width: 50% !important;
  }
  .ReportsDaily > .right {
    float: left !important;
  }
  .ReportsDaily > .right.download-print-btns {
    float: right !important;
  }
  .custom-radio-btn {
    width: 22.33%;
    margin-bottom: 1rem;
  }
  .input-m-none input,
  .input-field input {
    margin-bottom: 1rem !important;
    width: 100% !important;
  }
  .global-data-section .input-title {
    width: 190px !important;
  }
  .xs-p-t-none {
    padding-top: 0px !important;
  }
  .xs-m-b-none {
    margin-bottom: 0px !important;
  }
  .global-data-section .col,
  .textile-clothing-industry-section .col {
    width: 100% !important;
  }
  .cotton-reports-section .card .card-content {
    padding-bottom: 20px;
  }
  .chart-btns {
    margin-bottom: 15px;
  }
  .cotton-reports-section .card > div {
    display: block !important;
  }
  .viewChange-btns > a {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px !important;
  }
  .panner {
    opacity: 1;
  }
  .card.horizontal .card-stacked {
    width: 100%;
    display: block;
    float: left;
  }
  #passwordModal .input-field {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .dashboard-secion.forecast-price-section .panner {
    display: block !important;
  }
  .picker--opened .picker__holder {
    min-height: 1025px !important;
  }
  .custom-modal#modal1 .modal-content {
    height: 530px !important;
  }
  .notification-datatable.custom-datatable .datatable-header,
  .notification-datatable.custom-datatable .datatable-body {
    min-width: 100% !important;
  }
}
@media only screen and (max-width: 991px) {
  .custom-modal#modal1 .modal-content {
    height: 550px !important;
  }
  #modal1 .download-print-btns,
  #modal1 .pagination {
    width: auto !important;
    max-width: 50%;
  }
  #modal1 .download-print-btns .download-btn {
    margin-top: 10px;
  }
  .notification-custom-table {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .mainContent {
    margin: 80px 20px 50px 20px !important;
  }
  .mainContent.shrink {
    margin: 80px 20px 50px 20px !important;
  }
  .mobile-msg {
    display: block;
  }
  .sidebar {
    top: 98px;
  }
  .xs-hide {
    display: none !important;
  }
  .xs-show {
    display: inline-block !important;
  }
}
@media only screen and (max-height: 780px) {
  .article-section .custom-modal .modal-content {
    height: 445px !important;
  }
  .article-section .custom-modal .modal-content iframe {
    height: 369px;
  }
}
@media only screen and (max-width: 579px) {
  .mobile-icon-show {
    display: block !important;
  }
  .mobile-icon-hide {
    display: none;
  }
  .account-dropdown-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .user-dropdown i {
    line-height: 56px !important;
  }
  .account-dropdown-wrapper .mobile-icon-show {
    font-size: 17px;
    color: #757575;
    line-height: 60px;
  }
}
@media only screen and (max-width: 397px) {
  .mainContent {
    margin: 100px 20px 50px 20px !important;
  }
  .mainContent.shrink {
    margin: 100px 20px 50px 20px !important;
  }
}
@media only screen and (max-width: 390px) {
  .mobile-msg {
    font-size: 13px;
  }
}
@media only screen and (max-width: 374px) {
  .mobile-msg {
    font-size: 11px;
  }
}
.finance-nav {
  width: 100%;
}
.finance-nav .finance-nav-title {
  color: #333333;
  padding-right: 20px;
}
.countryprofile-nav {
  width: 100%;
}
.countryprofile-nav .countryprofile-nav-title {
  color: #333333;
  padding-right: 20px;
}
.compare-wrapper table.responsive-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
  position: relative;
}
.finance-item,
.finance-nav,
.finance-nav .input-field {
  display: inline-block;
}
.finance-item {
  margin-right: 40px;
}
.countryprofile-item,
.countryprofile-nav,
.countryprofile-nav .input-field {
  display: inline-block;
}
.countryprofile-item {
  margin-right: 35px;
}
.text-overflow-elipses {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.company-detail-title {
  color: #666666;
  font-size: 15px;
  font-weight: 600;
}
.compare-table thead {
  border: 0;
  border-right: 1px solid #d0d0d0;
}
.compare-table thead tr {
  display: block;
  padding: 0 10px 0 0;
}
.compare-table th {
  display: block;
  text-align: right;
  text-align: left;
  color: #333333;
  font-size: 13px;
}
.compare-table thead,
.left-fixed {
  display: block;
  float: left;
}
.compare-table th,
.compare-table td {
  margin: 0;
  vertical-align: top;
  line-height: 3rem;
  padding: 0px 5px;
  border-top: 1px solid #ececec;
}
.compare-table tr {
  padding: 0 15px;
}
.compare-table thead tr th.image-title {
  min-height: 103px !important;
  border: none !important;
}
.compare-table > tbody,
.right-scrollable {
  display: block !important;
  width: auto;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
}
.geographical-table-wrapper {
  overflow: auto;
}
.geographical-table-wrapper .responsive-table {
  width: max-content !important;
}
.compare-wrapper table.responsive-table .select-wrapper input.select-dropdown {
  margin-bottom: 0px !important;
  border: none !important;
  color: #464e62;
}
.compare-wrapper table.responsive-table thead tr th,
.compare-wrapper table.responsive-table tbody tr td {
  min-height: 46px;
}
.compare-wrapper table.responsive-table tbody tr td .dropdown-content {
  max-height: 300px;
}
.report-table {
  margin-right: 25px;
  width: 305px;
  border: 1px solid #e1e1e1;
  padding: 0 10px;
}
.report-table tr {
  display: table-row !important;
}
.report-table tr th {
  text-align: center;
  background-color: #efefef;
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.report-table tr td {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.report-table th,
.report-table td {
  padding-left: 10px !important;
  color: #343434;
  font-size: 13px;
  padding-right: 10px !important;
}
.report-table tr td:first-child {
  font-weight: bold;
}
.report-table tr td:last-child,
.report-table tr th:last-child {
  text-align: center;
}
.report-table tr td:last-child {
  border-left: 1px solid #e1e1e1 !important;
}
.geo-content-wrapper {
  width: auto;
  float: left;
}
.compare-wrapper table.responsive-table tbody tr td .reporting-period .select-dropdown li.disabled {
  display: block;
}
.compare-wrapper table.responsive-table tbody {
  position: relative;
}
.compare-wrapper table.responsive-table tbody .overlay-msg {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 195px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 1);
  width: 200%;
  text-align: left;
  padding-top: 15px;
  padding-left: 25px;
}
.seperate-canvas {
  position: relative;
}
.seperate-canvas .downloading {
  position: absolute;
  top: -5px;
  right: 12px;
  background: transparent !important;
  box-shadow: none !important;
}
.company-listing-table {
  max-height: 400px;
}
.company-listing-table tr td,
.company-listing-table tr th {
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 15px 10px;
  font-size: 13px;
}
.company-listing-table tr td span td {
  border: none;
}
.company-listing-table-wrapper {
  overflow: auto;
}
.company-listing-table {
  min-width: 1068px;
  border-collapse: collapse;
  border-top: 1px solid #e1e1e1;
}
.country-listing-table {
  max-height: 400px;
}
.country-listing-table tr td,
.country-listing-table tr th {
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  padding: 15px 10px;
  font-size: 13px;
}
.country-listing-table tr td.center-align,
.country-listing-table tr th.center-align {
  text-align: center;
}
.country-listing-table tr td span td {
  border: none;
}
.country-listing-table-wrapper {
  overflow: auto;
}
.country-listing-table {
  min-width: 1068px;
  border-collapse: collapse;
  border-top: 1px solid #e1e1e1;
}
.nodata {
  position: relative;
}
.nodata.report-table:after {
  content: "No Data Found";
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  color: maroon;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ececec;
  min-height: 35%;
  line-height: 9;
}
.company-listing-table tr span td span {
  display: inline-block;
  border: none;
}
table.b-none.w-100 {
  width: 100% !important;
}
.company-listing-filter-section .select-wrapper input.select-dropdown {
  max-width: 100% !important;
  line-height: 36px;
  height: 36px;
}
.country-listing-filter-section .select-wrapper input.select-dropdown {
  max-width: 100% !important;
}
.compare-wrapper table.responsive-table tbody tr td .dropdown-content {
  top: 0px !important;
}
tbody app-compare-item:last-child > tr {
  margin-right: 0px;
}
.ui-select-multiple input.ui-select-search {
  border-bottom: 1px solid #9e9e9e !important;
  min-height: 40px !important;
  line-height: 40px !important;
}
.ui-select-choices {
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2) !important;
  background-color: #fff !important;
  min-width: 100px !important;
  max-height: 274px !important;
  overflow-y: auto !important;
  z-index: 999 !important;
  will-change: width, height !important;
}
.ui-select-choices li {
  clear: both !important;
  color: #464e62 !important;
  cursor: pointer !important;
  width: 100% !important;
  text-align: left !important;
  text-transform: none !important;
}
.ui-select-choices li a div {
  min-height: 40px !important;
  line-height: 40px !important;
  font-size: 16px;
  color: #464e62;
}
.ui-select-choices-row.active > a {
  background-color: #eee !important;
  color: rgba(0, 0, 0, 0.87) !important;
  text-decoration: none !important;
}
.ui-select-multiple .ui-select-match-item {
  color: #464e62 !important;
  background-color: #ebeef0 !important;
}
.component-item .ui-select-match .btn {
  color: #464e62 !important;
  background-color: #ffffff !important;
  border: 1px solid rgb(158 158 158 / 70%) !important;
}
.component-item .ui-select-match a.btn {
  border: none !important;
  background: transparent !important;
  margin: 0 !important;
}
.component-item .ui-select-match > .btn {
  padding-right: 0px !important;
}
.component-item .ui-select-choices {
  position: absolute;
}
.component-item .HTS-wrapper .ui-select-container .ui-select-match {
  flex: none;
}
.component-item .HTS-wrapper .ui-select-multiple {
  flex-flow: column;
}
.component-item .onlyIcon i {
  font-size: 16px !important;
  top: 0px !important;
}
.component-item .ui-select-match > .btn,
.component-item .product-tree-wrapper {
  width: 100%;
}
.ui-select-multiple .ui-select-match-item:hover {
  color: #464e62 !important;
  background-color: #ebeef0 !important;
}
.ui-select-multiple .ui-select-match-item a.close {
  color: #464e62;
  transform: translateY(2px);
  padding: 0px !important;
  margin: 0px !important;
  position: relative;
  display: inline-block;
}
.ui-select-multiple .ui-select-match-item:hover a {
  color: #464e62;
}
.ui-select-multiple .ui-select-match {
  padding: 10px !important;
}
.ui-select-multiple .ui-select-match .btn {
  letter-spacing: 0.15px !important;
}
.ui-select-multiple {
  outline: none !important;
  padding: 0px !important;
}
.sidebar.shrink .slimScrollBar {
  left: 0px !important;
}
.lower-z-index {
  z-index: 0 !important;
}
@media only screen and (max-width: 1366px) {
  .finance-item {
    margin-right: 20px;
  }
  .country-listing-table-wrapper {
    max-height: calc(100vh - 65px - 64px - 50px - 12px - 66px - 20px - 20px - 20px) !important;
  }
}
.textile-clothing-partner-share-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:first-child {
  width: 15% !important;
}
.textile-clothing-partner-share-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child {
  width: 15% !important;
}
.textile-clothing-partner-share-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 40% !important;
}
.textile-clothing-partner-share-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 40% !important;
}
.textile-clothing-partner-request-share-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:first-child {
  width: 15% !important;
}
.textile-clothing-partner-request-share-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child {
  width: 15% !important;
}
.textile-clothing-partner-request-share-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 40% !important;
}
.textile-clothing-partner-request-share-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 40% !important;
}
.textile-clothing-partner-request2-share-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:first-child {
  width: 15% !important;
}
.textile-clothing-partner-request2-share-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child {
  width: 15% !important;
}
.textile-clothing-partner-request2-share-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 40% !important;
}
.textile-clothing-partner-request2-share-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 40% !important;
}
.textile-clothing-partner-value-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:first-child {
  width: 40% !important;
}
.textile-clothing-partner-value-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child {
  width: 40% !important;
}
.usimporter-tile-chart-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:first-child {
  width: 50% !important;
}
.usimporter-tile-chart-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child {
  width: 50% !important;
}
.trial-user-scroll-width {
  width: 990px !important;
}
.production-capacity-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.production-capacity-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 20% !important;
}
.production-capacity-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.production-capacity-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 15% !important;
}
.production-capacity-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.production-capacity-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 15% !important;
}
.production-capacity-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.production-capacity-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 15% !important;
  cursor: pointer !important;
}
.production-capacity-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5),
.production-capacity-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(5) {
  width: 15% !important;
}
.production-capacity-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6),
.production-capacity-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(6) {
  width: 18% !important;
}
.CountryProfileCurrencyDropDown .dropdown-content li > span {
  font-size: 13px;
}
.CountryProfileCurrencyDropDown .dropdown-content li [type=checkbox] + label {
  padding-left: 25px;
}
.countryprofile-listing-datatable tr td,
.countryprofile-listing-datatable tr th {
  max-width: none !important;
}
.CountryProfilelistingDropDown .dropdown-content li > span {
  font-size: 13px;
}
.CountryProfilelistingDropDown .dropdown-content li [type=checkbox] + label {
  padding-left: 25px;
}
.production-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.production-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 25% !important;
}
.production-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.production-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 25% !important;
}
.production-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.production-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 30% !important;
}
.production-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.production-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 20% !important;
  cursor: pointer !important;
}
.supplier-datatable.custom-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:last-child .datatable-body-cell-label {
  white-space: normal !important;
}
.b-0-datatable.ngx-datatable .datatable-body-row .datatable-row-center.datatable-row-group {
  border: 0px !important;
}
.legends-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
  padding: 2px !important;
  text-align: left !important;
  width: 30% !important;
  float: left;
  color: #8f8b8b;
}
.legends-datatable-wrapper {
  background-color: rgb(255, 243, 224);
  padding: 5px 10px;
}
.legends-datatable-wrapper small {
  font-size: 85% !important;
}
.legends-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:last-child {
  width: 70% !important;
}
.legends-datatable.ngx-datatable.material .datatable-header {
  border: none !important;
  display: none !important;
}
.company-listing-table-wrapper .sslimScrolllDiv .sslimScrolllBarX,
.company-listing-table-wrapper .sslimScrolllDiv .sslimScrolllBarY {
  background: rgb(193, 193, 193) !important;
  opacity: 0.7 !important;
}
.company-listing-table-wrapper .sslimScrolllDiv .sslimScrolllBarY,
.company-listing-table-wrapper .sslimScrolllDiv .sslimScrolllRailY {
  display: none !important;
}
.agreements-wrapper ul {
  max-height: 180px;
  margin-top: -50px;
  position: relative !important;
}
.agreements-wrapper .dropdown-content li {
  min-height: 35px;
}
.agreements-wrapper .dropdown-content li > span {
  font-size: 14px;
  line-height: 6px;
  padding: 3px 16px;
}
.non-tariff-wrapper .dropdown-content li > span {
  line-height: 32px;
  padding: 1px 16px;
}
.chkbxlist [type=checkbox] + label {
  padding-left: 25px;
}
.zsiq_custommain.In-Nav {
  position: relative !important;
  float: right !important;
  top: auto !important;
  bottom: auto !important;
  width: 42px !important;
  height: 30px !important;
  text-align: center;
  border-radius: 50%;
  margin-top: 1px;
  cursor: pointer;
  line-height: 30px;
  right: 0px !important;
}
.user-dropdown {
  height: 64px !important;
}
.user-dropdown i {
  line-height: 49px !important;
}
.zsiq_custommain.In-Nav:hover:before,
.help-btn:hover:before {
  visibility: visible;
  opacity: 1;
}
.zsiq_custommain.In-Nav img {
  width: 25px;
}
.siqtrans.siqanim {
  top: auto !important;
  bottom: 0 !important;
}
.ProductSelection .btn.form-control {
  padding-left: 0px !important;
}
#supporticon {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  padding: 0px 5px !important;
  min-width: 58px;
}
.HTS-wrapper .ui-select-container .ui-select-match {
  padding: 0px !important;
}
.ui-select-container {
  position: relative;
}
.ui-autocomplete-input {
  margin-bottom: 0px !important;
  text-transform: capitalize;
}
.autoCompleteDiv ul {
  width: 100%;
  max-height: 370px;
}
.autoCompleteDiv ul li span {
  text-transform: capitalize;
}
.autoCompleteDiv.autodropdown ul li {
  padding: 0px;
}
.slimscroll-margin .scroll-wrapper {
  margin-top: 20px;
}
.producthts .ui-select-multiple .ui-select-match .btn {
  text-transform: capitalize !important;
}
.search-company .ui-select-match > .btn {
  background-color: transparent !important;
  border: none;
  outline: none;
  box-shadow: none;
  height: 1.6666em;
  padding: 0;
  margin-bottom: 3px;
  color: #343434;
}
.search-company {
  border-bottom: none !important;
  min-height: 46px !important;
  line-height: 46px !important;
}
.search-company .ui-select-container {
  outline: none !important;
  padding-left: 0px !important;
  padding-top: 0px !important;
}
.search-company .ui-select-multiple input.ui-select-search {
  margin-bottom: 0px !important;
  border-bottom: none !important;
  min-height: 46px !important;
  line-height: 46px !important;
}
.country-profiles-row .slimscroll-margin .scroll-wrapper {
  min-height: 420px;
}
.countryprofile-item .datepicker {
  font-family:
    "Helvetica",
    FontAwesome,
    sans-serif;
  font-size: 13px !important;
}
#global-data-table tr td,
#global-data-table tr th {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tradeagreement-prices-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.tradeagreement-prices-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 20% !important;
  float: left;
}
.tradeagreement-prices-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.tradeagreement-prices-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 18% !important;
}
.tradeagreement-prices-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.tradeagreement-prices-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 13% !important;
}
.tradeagreement-prices-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.tradeagreement-prices-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 18% !important;
}
.tradeagreement-prices-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.tradeagreement-prices-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 14% !important;
}
.tradeagreement-prices-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5),
.tradeagreement-prices-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(5) {
  width: 16% !important;
}
.tradeagreement-prices-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6),
.tradeagreement-prices-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(6) {
  width: 10% !important;
}
.tradeagreement-prices-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(7),
.tradeagreement-prices-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(7) {
  width: 125px !important;
}
.tradeCountry input {
  max-width: 100%;
}
.tradeCountry .dropdown-content li > span {
  font-size: 15px !important;
}
.tradeagreement-prices-table.custom-datatable.ngx-datatable .datatable-body-row .datatable-row-center.datatable-row-group {
  display: flex !important;
}
.disabledColor {
  color: #9f9f9f !important;
}
.event-filterBox .input-field {
  width: 200px;
}
.SearchKeyword-input {
  width: 250px;
}
.event-filterBox .input-field input {
  max-width: none !important;
  width: 100% !important;
}
.event-filterBox .input-field .error {
  position: absolute;
  top: 100%;
  left: 0px;
}
#RecentView {
  margin-top: 52px !important;
  width: auto !important;
  right: 0px !important;
  left: auto !important;
  overflow: visible !important;
  max-width: 600px !important;
  max-height: 475px !important;
}
#RecentView li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: auto !important;
}
#RecentView li a {
  padding: 12px 14px;
  word-break: break-all;
}
#RecentView li a {
  font-size: 12px;
  line-height: 15px;
}
#RecentView li a small {
  color: #757575;
}
#RecentView::before {
  content: "";
  position: absolute;
  right: 20px;
  transform: translateX(-50%);
  border-width: 14px 15px 0 15px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
  z-index: 99;
  bottom: 100%;
  transform: translateX(-50%) translatey(-100%) rotate(-180deg);
  opacity: 1;
  margin-bottom: -14px;
}
.gta-wrapper,
.gta-table .sslimScrolllDiv {
  height: auto !important;
}
.GTA-wrapper .input-field {
  width: calc(100% - 125px);
}
.GTA-wrapper .input-title {
  width: 120px;
}
.Charttable-data-table.ngx-datatable .datatable-body .datatable-scroll {
  width: auto !important;
}
.historical-price-dashboard-data-table.ngx-datatable {
  width: 100% !important;
  display: block !important;
}
.historical-price-dashboard-data-table.ngx-datatable .datatable-header,
.historical-price-dashboard-data-table.ngx-datatable .datatable-body {
  width: 100% !important;
}
.historical-price-dashboard-data-table.ngx-datatable .datatable-header .datatable-header-inner,
.historical-price-dashboard-data-table.ngx-datatable .datatable-body .datatable-scroll {
  width: 100% !important;
}
.historical-price-dashboard-data-table.ngx-datatable .datatable-body .datatable-body-row {
  width: 100% !important;
}
.pointer-none {
  pointer-events: none !important;
}
.saveQuery-btn,
.download-print-btns a.saveQuery-btn {
  background-color: #ffffff !important;
  color: #9f9f9f !important;
  border: 1px solid #f27138 !important;
  box-shadow: none !important;
}
.saveQuery-btn .material-icons {
  color: #f27138 !important;
}
.disabled.saveQuery-btn {
  border: 1px solid #dfdfdf !important;
  color: #9f9f9f !important;
}
.disabled.saveQuery-btn .material-icons {
  color: #9f9f9f !important;
}
.saveQuery-btn.disabled,
.download-print-btns a.saveQuery-btn.disabled {
  background-color: #dfdfdf !important;
}
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-row-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 43% !important;
}
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 13% !important;
}
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 20% !important;
}
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 15% !important;
}
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 15% !important;
}
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5),
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(5) {
  width: 9% !important;
}
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.recevtview-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell .datatable-body-cell-label {
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell span,
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(5) {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  display: inline-block;
  width: 100%;
}
.usimpoter-table.usimporter-request-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.usimpoter-table.usimporter-request-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 20% !important;
}
.usimpoter-table.usimporter-request-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.usimpoter-table.usimporter-request-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 40% !important;
}
.usimpoter-table.usimporter-request-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.usimpoter-table.usimporter-request-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 20% !important;
}
.usimpoter-table.usimporter-request-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.usimpoter-table.usimporter-request-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 20% !important;
}
.usimpoter-table.usimporter-request1-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.usimpoter-table.usimporter-request1-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 20% !important;
}
.usimpoter-table.usimporter-request1-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.usimpoter-table.usimporter-request1-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 40% !important;
}
.usimpoter-table.usimporter-request1-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.usimpoter-table.usimporter-request1-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 20% !important;
}
.usimpoter-table.usimporter-request1-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.usimpoter-table.usimporter-request1-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 20% !important;
}
.usimpoter-table.usimporter-request2-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.usimpoter-table.usimporter-request2-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 20% !important;
}
.usimpoter-table.usimporter-request2-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.usimpoter-table.usimporter-request2-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 40% !important;
}
.usimpoter-table.usimporter-request2-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.usimpoter-table.usimporter-request2-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 20% !important;
}
.usimpoter-table.usimporter-request2-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.usimpoter-table.usimporter-request2-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 20% !important;
}
.usimpoter-table.usimporter-request3-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.usimpoter-table.usimporter-request3-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 20% !important;
}
.usimpoter-table.usimporter-request3-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.usimpoter-table.usimporter-request3-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 40% !important;
}
.usimpoter-table.usimporter-request3-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.usimpoter-table.usimporter-request3-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 20% !important;
}
.usimpoter-table.usimporter-request3-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.usimpoter-table.usimporter-request3-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 20% !important;
}
.usimpoter-table.usimporter-request4-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.usimpoter-table.usimporter-request4-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 20% !important;
}
.usimpoter-table.usimporter-request4-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.usimpoter-table.usimporter-request4-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 40% !important;
}
.usimpoter-table.usimporter-request4-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.usimpoter-table.usimporter-request4-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 20% !important;
}
.usimpoter-table.usimporter-request4-tile-chart-table.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.usimpoter-table.usimporter-request4-tile-chart-table.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 20% !important;
}
.global-export-import-data-row .dropdown-content li > a,
.global-export-import-data-row .dropdown-content li > span {
  font-size: 16px;
}
.first-row .input-field.inline.disabled input,
.first-row .input-field.inline.disabled .select-dropdown {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.first-row .input-field.inline.disabled .caret {
  color: rgba(0, 0, 0, 0.1);
}
.global-export-import-data-row .input-field.inline .select-dropdown {
  max-height: 350px;
}
.first-row .input-field.inline.disabled .ui-select-match-item,
.first-row .input-field.inline.disabled .ui-select-match-item .close {
  color: rgba(0, 0, 0, 0.3) !important;
}
.first-row .input-title.disabled-title {
  color: rgba(0, 0, 0, 0.5) !important;
}
.first-row .input-field.inline input::-webkit-input-placeholder,
input.comboTreeInputBox::-webkit-input-placeholder {
  color: #343434 !important;
  font-size: 13px !important;
  box-shadow: none !important;
}
.first-row .input-field.inline input::-moz-placeholder,
input.comboTreeInputBox::-moz-placeholder {
  color: #343434 !important;
  font-size: 13px !important;
  box-shadow: none !important;
}
.first-row .input-field.inline input:-ms-input-placeholder,
input.comboTreeInputBox:-ms-input-placeholder {
  color: #343434 !important;
  font-size: 13px !important;
  box-shadow: none !important;
}
.first-row .input-field.inline input:-moz-placeholder,
input.comboTreeInputBox:-moz-placeholder {
  color: #343434 !important;
  font-size: 13px !important;
  box-shadow: none !important;
}
#global-data-table.first-page tr td,
#global-data-table.first-page tr th {
  width: 78px;
}
#global-data-table.first-page tr td:nth-child(1),
#global-data-table.first-page tr th:nth-child(1) {
  width: 128px;
}
#global-data-table.first-page tr td:nth-child(2),
#global-data-table.first-page tr th:nth-child(2) {
  width: 115px;
}
#global-data-table.first-page tr td:nth-child(3),
#global-data-table.first-page tr th:nth-child(3) {
  width: 78px;
}
#global-data-table.first-page tr td:nth-child(4),
#global-data-table.first-page tr th:nth-child(4) {
  width: 250px;
}
.recentViewNoDataFound#RecentView {
  width: 100% !important;
  margin-top: 0px !important;
  top: 50px !important;
}
.recentViewNoDataFound li {
  min-height: auto !important;
  padding: 10px;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.comboTreeWrapper {
  position: relative;
  text-align: left !important;
}
.comboTreeInputWrapper {
  position: relative;
}
.comboTreeArrowBtn {
  color: initial;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 0px;
  color: #464e62;
}
.comboTreeDropDownContainer {
  display: none;
  background: #fff;
  max-height: 250px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  top: 46px;
}
.comboTreeInputBox {
  cursor: pointer;
  color: transparent;
  text-shadow: 0 0 0 #343434;
  font-size: 13px !important;
  padding-right: 25px !important;
}
.comboTreeDropDownContainer > .search-inner {
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  background: #ffffff;
  z-index: 9;
  overflow: hidden;
}
.comboTreeDropDownContainer > .search-inner input {
  padding-right: 17px !important;
  width: calc(100% - 27px);
}
.comboTreeDropDownContainer > .search-inner .material-icons {
  position: absolute;
  top: 11px;
  right: 5px;
  opacity: 0.7;
  display: none;
}
.comboTreeDropDownContainer ul {
  padding: 0px;
  margin: 0;
}
.comboTreeDropDownContainer li {
  list-style-type: none;
  padding-left: 30px;
  cursor: pointer;
}
span.comboTreeItemTitle {
  display: block;
  padding: 2px 6px;
}
.comboTreeDropDownContainer label {
  cursor: pointer;
  width: 100%;
  display: block;
  height: auto;
  line-height: 25px;
  color: #464e62;
  padding-top: 6px;
  padding-bottom: 6px;
}
.comboTreeDropDownContainer label.disabled,
.comboTreeDropDownContainer label.not-allowed,
.comboTreeDropDownContainer li.not-allowed {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.comboTreeDropDownContainer label.disabled:before,
.comboTreeDropDownContainer label.disabled:after,
.comboTreeDropDownContainer label.not-allowed:before,
.comboTreeDropDownContainer label.not-allowed:after {
  border: rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.3);
}
.comboTreeDropDownContainer .ComboTreeItemChlid .disabled label,
.comboTreeDropDownContainer .ComboTreeItemChlid .not-allowed label {
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent !important;
}
.comboTreeDropDownContainer .ComboTreeItemChlid .disabled [type=checkbox] + label:before,
.comboTreeDropDownContainer .ComboTreeItemChlid .disabled [type=checkbox]:not(.filled-in) + label:after,
.comboTreeDropDownContainer .ComboTreeItemChlid .not-allowed [type=checkbox] + label:before,
.comboTreeDropDownContainer .ComboTreeItemChlid .not-allowed [type=checkbox]:not(.filled-in) + label:after {
  border: 2px solid rgba(0, 0, 0, 0.5);
}
.comboTreeParentPlus {
  position: relative;
  left: 15px;
  top: 8px;
  width: 4px;
  float: left;
  font-size: 19px;
}
.comboTreeInputBox {
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #999;
  width: 100%;
  box-sizing: border-box;
  padding-right: 24px;
  margin-bottom: 1rem !important;
}
.comboTreeArrowBtnImg {
  font-size: 10px;
}
.comboTreeDropDownContainer li:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.comboTreeDropDownContainer li:hover ul {
  background-color: #fff;
}
.comboTreeDropDownContainer li:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.comboTreeDropDownContainer > ul > li {
  border-top: 1px solid #eee;
}
.comboTreeDropDownContainer [type=checkbox] + label:before,
.comboTreeDropDownContainer [type=checkbox]:not(.filled-in) + label:after {
  top: 7px;
}
.comboTreeDropDownContainer [type=checkbox]:checked + label:before {
  width: 10px;
  height: 18px;
}
.comboTreeDropDownContainer > ul {
  display: block !important;
}
.ComboTreeItemParent {
  padding-left: 0px !important;
}
.ComboTreeItemParent > .comboTreeItemTitle {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  padding-left: 37px;
}
.select-wrapper span.caret {
  color: #464e62;
}
.new-folder-input-field label.active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.product-tree-wrapper .ui-select-choices-row > a {
  white-space: normal !important;
}
.ui-autocomplete li,
.ui-select-choices li a div {
  min-height: 27px !important;
  line-height: 27px !important;
  font-size: 14px !important;
}
.ui-autocomplete li strong,
.ui-select-choices li a div strong {
  pointer-events: none;
}
.p-autocomplete-panel ul.p-autocomplete-items {
  padding: 0px !important;
  font-family: "Roboto", sans-serif;
}
li.p-autocomplete-item {
  white-space: pre-wrap;
  font-weight: 400;
}
li.p-autocomplete-item span {
  min-height: 27px !important;
  line-height: 27px !important;
  font-size: 14px !important;
  color: #464e62;
}
li.p-autocomplete-item span.disabled {
  color: rgba(0, 0, 0, 0.3) !important;
  cursor: default;
  pointer-events: none;
}
.ui-autocomplete li,
.ui-select-choices li .ui-select-choices-row > a {
  padding: 10px 20px !important;
}
.ui-select-choices li a div .hide {
  display: contents !important;
  pointer-events: none;
}
.ui-select-choices li a div .hide {
  display: contents !important;
  pointer-events: none;
}
.monthpicker {
  top: 6px;
  z-index: 1000;
  box-shadow:
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
    rgba(0, 0, 0, 0.12) 0px 1px 5px 0px,
    rgba(0, 0, 0, 0.2) 0px 3px 1px -2px;
  border-radius: 0px;
  background: #fff;
}
.years .select-wrapper input.select-dropdown {
  margin-bottom: 0px;
  padding-left: 18px;
  padding-right: 15px;
  width: calc(100% - 33px);
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  height: 3rem;
  text-align: center;
}
.years .select-wrapper span.caret {
  right: 25px;
  color: #343434;
  z-index: 99;
  display: none;
}
.monthpicker table tr td {
  background-color: #ffffff;
}
.monthpicker:before {
  content: "";
  border-bottom: 6px solid #e5e5e5;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 6px;
  z-index: 1002;
}
.monthpicker:after {
  content: "";
  border-bottom: 6px solid #ddd;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -7px;
  left: 6px;
  z-index: 1001;
}
.monthpicker .years {
  margin-bottom: 0px;
  text-align: center;
}
.monthpicker .years select {
  font-size: 1em;
  width: 100%;
}
.monthpicker .years select:focus {
  outline: none;
}
.monthpicker table {
  border-collapse: collapse;
  table-layout: fixed;
}
.monthpicker td {
  padding: 0px;
  border: 1px solid #e4e4e4;
}
.monthpicker tr:first-child td {
  border-top: none;
}
.monthpicker tr:last-child td {
  border-bottom: none;
}
.monthpicker tr td:first-child {
  border-left: none;
}
.monthpicker tr td:last-child {
  border-right: none;
}
.monthpicker table button {
  width: 100%;
  border: none;
  background: #fff;
  font-size: 1em;
  padding: 0.6em 0.2em;
  cursor: pointer;
  border-radius: 0px;
  transition: all 0.2s ease-out;
  background-size: 200% 100%;
  background-position: right bottom;
  color: #464e62;
  text-overflow: ellipsis;
  overflow: hidden;
}
.monthpicker table tr td button:hover,
.monthpicker table tr td button.active {
  color: #fff;
  background: #464e62;
  background-position: left bottom;
}
.monthpicker table button.disabled {
  opacity: 0.6;
}
.monthpicker table button:focus {
  outline: none;
}
.sidebar > .slimScrollDiv {
  max-width: 292px !important;
}
.global-i-x-table.mysaved-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell i.fa {
  font-size: 17px;
}
.recevtview-datatable.ngx-datatable .datatable-body .datatable-scroll,
.recevtview-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row,
.recevtview-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-row-center,
.recevtview-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner,
.recevtview-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-row-center {
  width: 100% !important;
}
.recevtview-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.recevtview-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 80% !important;
}
.recevtview-datatable.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.recevtview-datatable.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 20% !important;
}
#RecentView li.seemore {
  text-align: right;
  cursor: default;
}
#RecentView li.seemore a {
  color: #2987e7;
  display: inline-block;
}
.monthpicker .fa {
  position: absolute;
  top: 0px;
  font-size: 24px;
  cursor: pointer;
  display: block;
  width: 30px;
  text-align: center;
  line-height: 3rem;
}
.monthpicker .fa:not(.disabled) {
  color: #f27138;
}
.monthpicker .fa-angle-left {
  left: 0px;
}
.monthpicker .fa-angle-right {
  right: 0px;
}
#modal1New.custom-modal .modal-content {
  height: 375px !important;
}
@media only screen and (max-width: 992px) {
  #RecentView {
    margin-top: 0px !important;
    top: 50px !important;
  }
}
.global-export-import-data-row .dropdown-content li > span {
  font-size: 15px;
}
.dropdown-content {
  max-height: 400px;
}
#TDropdown {
  position: absolute;
  background-color: #f5f5f5;
  text-align: center;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
#TDropdown a {
  color: #202129;
  text-decoration: none;
  padding: 4px 8px;
  display: inline-block;
  font-size: 13px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#TDropdown i.clear-icon {
  font-size: 16px;
  line-height: 25px;
  background-color: #ea4335;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
}
.insights.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.insights.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 20% !important;
  float: left;
}
.insights.ngx-datatable .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.insights.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 100% !important;
  float: left;
  cursor: default;
  font-weight: 500;
}
.insights.custom-datatable.ngx-datatable .datatable-body-row .datatable-row-center.datatable-row-group {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  background-color: #f7f7f8;
  margin: 10px 0px;
  border-radius: 5px;
}
.insights.custom-datatable.ngx-datatable .datatable-body-row .datatable-row-center.datatable-row-group li {
  list-style: none;
  padding-left: 0px;
  color: #6e6e70;
  display: inline;
  font-weight: 400;
  font-size: 15px;
}
.insights.custom-datatable.ngx-datatable .datatable-body-row .datatable-row-center.datatable-row-group li:before {
  display: none;
}
.insights.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell,
.insights.ngx-datatable .datatable-scroll .datatable-body-row .datatable-body-cell div {
  white-space: normal;
}
.insights.custom-datatable.ngx-datatable .datatable-body-row .datatable-row-center.datatable-row-group {
  display: flex !important;
}
.raw-material-insights ul li {
  padding-left: 15px;
}
.raw-material-insights ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 6px;
  margin-left: -15px;
  width: 15px;
  vertical-align: middle;
}
.notificationpopupalert ul li {
  padding-left: 15px;
}
.notificationpopupalert ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 6px;
  margin-left: -15px;
  width: 15px;
  vertical-align: middle;
}
.notification-badge {
  position: absolute;
  right: 9px;
  top: 4px;
  color: #ffffff;
  background-color: #f27138;
  margin: 0;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  border: 1px solid #ffffff;
}
#notifications .material-icons {
  margin-top: 0px;
  top: 0;
  position: relative;
  margin-right: 0px;
}
#notifications .notification {
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 8px;
  background: #f44336;
  color: #fff;
  min-width: 22px;
  padding: 0px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 19px;
  vertical-align: middle;
  display: block;
  border: 2px solid #ffffff;
}
#notifications .notification.min-text {
  font-size: 13px;
  line-height: 18px;
}
#TDropdown a.disabled,
#TDropdown.disabled a {
  color: #a9a9a9;
}
#TDropdown a.disabled {
  pointer-events: none;
}
.market-size-tt .marketsize-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(16),
.market-size-tt .marketsize-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(16) {
  height: 0px !important;
  display: none !important;
  width: 0px !important;
}
.market-size-tt .marketsize-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(17),
.market-size-tt .marketsize-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(17) {
  height: 0px !important;
  display: none !important;
  width: 0px !important;
}
.market-size-tt .marketsize-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(18),
.market-size-tt .marketsize-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(18) {
  height: 0px !important;
  display: none !important;
  width: 0px !important;
}
.market-size-tt .marketsize-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(19),
.market-size-tt .marketsize-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(19) {
  height: 0px !important;
  display: none !important;
  width: 0px !important;
}
.marketsize-datatable .datatable-header-cell,
.marketsize-datatable .datatable-header-cell span {
  cursor: pointer;
}
.marketsize-datatable.ngx-datatable.scroll-vertical .datatable-body .datatable-row-wrapper {
  position: relative;
}
.ngx-datatable .datatable-body .datatable-row-wrapper:last-child .datatable-row-group {
  border: none !important;
}
.notification-alert-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.notification-alert-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 80% !important;
}
.notification-alert-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.notification-alert-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 20% !important;
}
.notification-alert-datatable.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell,
.notification-alert-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  padding: 0px !important;
}
.notification-alert-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell > div > span:first-child,
.notification-alert-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell > div > span {
  padding: 15px 1.2rem !important;
  display: block !important;
  line-height: normal;
}
.ngx-datatable.material .datatable-body-row.active-row {
  color: #000000;
  font-weight: 700;
}
.market-size-cntrls {
  position: absolute;
  background-color: #f5f5f5;
  text-align: center;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  top: 12px;
  left: 120px;
}
.market-size-cntrls a {
  color: #202129;
  text-decoration: none;
  padding: 4px 8px;
  display: inline-block;
  font-size: 13px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.market-size-cntrls a:nth-child(1),
.market-size-cntrls a:nth-child(2) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.historic-price-section .comboTreeInputBox::-webkit-input-placeholder {
  color: #343434 !important;
}
.historic-price-section .comboTreeInputBox::-moz-placeholder {
  color: #343434 !important;
}
.historic-price-section .comboTreeInputBox:-ms-input-placeholder {
  color: #343434 !important;
}
.historic-price-section .comboTreeInputBox:-moz-placeholder {
  color: #343434 !important;
}
.comboTreeDropDownContainer label > label {
  display: none;
}
.company-listing-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.company-listing-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  border-right: 1px solid #e1e1e1;
}
.company-listing-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(1),
.company-listing-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(1),
.company-listing-table-timeline-card > div:nth-child(1) {
  border-left: 1px solid #e1e1e1;
}
.marketsize-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  border-top: 1px solid #e1e1e1;
}
.marketsize-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell,
.marketsize-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
  border-right: 1px solid #e1e1e1;
}
.marketsize-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-row-center > .datatable-header-cell:first-child,
.marketsize-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-row-center > .datatable-body-cell:first-child {
  border-left: 1px solid #e1e1e1;
}
.company-listing-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell span.sort-btn {
  display: none;
}
.global-export-import-data-row .dropdown-content li:first-child > span {
  font-size: 13px;
}
.YearList-wrapper .select-wrapper input.select-dropdown {
  height: 36px;
  line-height: 36px;
}
#idMarketSizeTable .datatable-header,
#idMarketSizeTable .datatable-body,
#idMarketSizeTable .sslimScrolllDiv,
#id2ndMarketSizeTable .datatable-header,
#id2ndMarketSizeTable .datatable-body,
#id2ndMarketSizeTable .sslimScrolllDiv,
#id3rdMarketSizeTable .datatable-header,
#id3rdMarketSizeTable .datatable-body,
#id3rdMarketSizeTable .sslimScrolllDiv {
  min-width: 100%;
}
.marketsize-datatable.ngx-datatable.fixed-header:not(.ignore-height) .datatable-header .datatable-header-inner {
  width: auto !important;
}
.marketsize-datatable.ngx-datatable:not(.scroll-vertical.scroll-horz) .datatable-scroll {
  float: left;
}
.historic-price-section .m6 .m4,
.historic-price-section .s6 .m4 {
  width: 175px !important;
}
.historic-price-section .m6 .m8,
.historic-price-section .s6 .m8 {
  width: calc(100% - 175px) !important;
}
.historic-price-section .dropdown-content li > a,
.historic-price-section .dropdown-content li > span {
  font-size: 14px;
}
.cuurent-price-section .dropdown-content {
  width: max-content !important;
  top: 100% !important;
}
.cuurent-price-section [type=checkbox] + label:before,
.cuurent-price-section [type=checkbox]:not(.filled-in) + label:after {
  top: 2px;
  width: 15px;
  height: 15px;
}
.cuurent-price-section [type=checkbox] + label {
  padding-left: 27px;
}
.cuurent-price-section li:not(.disabled) [type=checkbox]:checked + label:before {
  width: 10px;
  height: 15px;
}
.forecast-price-section .dropdown-content {
  width: max-content !important;
  top: 100% !important;
}
.forecast-price-section [type=checkbox] + label:before,
.forecast-price-section [type=checkbox]:not(.filled-in) + label:after {
  top: 2px;
  width: 15px;
  height: 15px;
}
.forecast-price-section [type=checkbox] + label {
  padding-left: 27px;
}
.forecast-price-section li:not(.disabled) [type=checkbox]:checked + label:before {
  width: 10px;
  height: 15px;
}
.disabled .form-control.ui-select-search {
  opacity: 0.7;
}
@media screen and (max-width: 800px) {
  .historic-price-section .row > div {
    width: 100%;
  }
}
.marketsize-datatable.ngx-datatable:not(.ignore-height) .datatable-body .datatable-scroll {
  width: auto !important;
}
.marketsize-datatable.ngx-datatable .datatable-body .datatable-row-wrapper:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.raw-material-insights ul li {
  text-align: justify;
}
#SupplierID .ui-select-match {
  padding: 0px !important;
}
#SupplierID .ui-select-container {
  padding-left: 0px !important;
}
@media only screen and (max-width: 1366px) {
  footer.page-footer,
  footer.page-footer .footer-copyright {
    height: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .marketsize-data .input-m-none input {
    margin-bottom: 0px !important;
  }
  .events2-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
  .events2-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
    width: 56% !important;
  }
  .events2-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
  .events2-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
    width: 27% !important;
  }
  .event-section .filterBox {
    max-width: calc(100% - 98px);
  }
  .event-category.notification-custom-table .left {
    margin-left: 0px !important;
  }
  .notification-section .event-category.notification-custom-table .input-field.inline {
    width: 24%;
  }
}
@media only screen and (max-width: 800px) {
  .country-profile-overview-t {
    max-width: calc(100% - 160px) !important;
    width: inherit !important;
  }
  .country-profile-overview-t .finance-item {
    margin-right: 0px;
    float: left;
    width: 50%;
  }
  .country-profile-overview-t .finance-item .countries-input-field {
    width: auto !important;
  }
  .countryprofile-item.m-right-none {
    margin-right: 32px;
  }
  .finance-overview-t {
    max-width: calc(100% - 157px) !important;
  }
  .finance-overview-t .filterBox {
    max-width: calc(100% - 56px) !important;
    padding-left: 0px !important;
  }
  .chart-type-label-t .col.m8:first-child {
    width: 100%;
  }
  .find-tarrif-section .custom-radio-btn {
    width: 25.33%;
  }
  .marketsize-data .s12.m5 {
    width: 50%;
  }
  .pagetitle-button-t a.btn {
    margin-bottom: 12px;
  }
  .events2-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
  .events2-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
    width: 43% !important;
  }
  .events2-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
  .events2-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
    width: 40% !important;
  }
  .event-section .filterBox {
    max-width: calc(100% - 30px);
  }
  .event-section .event-filterBox .input-field {
    width: 150px;
  }
  .row .pageTitle.col {
    font-size: 17px !important;
    width: calc(100% - 466px) !important;
  }
  .event-category.notification-custom-table .left {
    margin-top: 12px;
  }
  .notification-section .event-category.notification-custom-table .filterBox {
    max-width: calc(100% - 22px);
  }
}
@media only screen and (max-width: 768px) {
  .country-profile-overview-t {
    max-width: calc(100% - 160px) !important;
    width: inherit !important;
  }
  .country-profile-overview-t .finance-item {
    margin-right: 0px;
    float: left;
    width: 50%;
  }
  .country-profile-overview-t .finance-item .countries-input-field {
    width: auto !important;
  }
  .countryprofile-item.m-right-none {
    margin-right: 32px;
  }
  .finance-overview-t {
    max-width: calc(100% - 157px) !important;
  }
  .finance-overview-t .filterBox {
    max-width: calc(100% - 56px) !important;
    padding-left: 0px !important;
  }
  .chart-type-label-t .col.m8:first-child {
    width: 100%;
  }
  .find-tarrif-section .custom-radio-btn {
    width: 25.33%;
  }
  .marketsize-data .s12.m5 {
    width: 50%;
  }
  .pagetitle-button-t a.btn {
    margin-bottom: 12px;
  }
  .events2-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
  .events2-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
    width: 43% !important;
  }
  .events2-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
  .events2-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
    width: 40% !important;
  }
  .event-section .filterBox {
    max-width: calc(100% - 30px);
  }
  .event-section .event-filterBox .input-field {
    width: 150px;
  }
  .row .pageTitle.col {
    font-size: 17px !important;
    width: calc(100% - 466px) !important;
  }
  .event-category.notification-custom-table .left {
    margin-top: 12px;
  }
  .notification-section .event-category.notification-custom-table .filterBox {
    max-width: calc(100% - 22px);
  }
}
#PartnerIsoId .ui-select-multiple .ui-select-match {
  padding: 0px !important;
}
.error#idImporterMsg {
  display: block;
}
.financial-historical-t {
  border-top: 0px !important;
}
ngx-datatable.mobile-device:not(.energy-stat) .datatable-body,
.mobile-device:not(.energy-stat) {
  overflow: auto !important;
  max-height: none !important;
}
.wrapper1-energy-production::-webkit-scrollbar,
ngx-datatable.mobile-device .datatable-body::-webkit-scrollbar,
.mobile-device::-webkit-scrollbar {
  -webkit-appearance: none;
}
.wrapper1-energy-production::-webkit-scrollbar:vertical,
ngx-datatable.mobile-device .datatable-body::-webkit-scrollbar:vertical,
.mobile-device::-webkit-scrollbar:vertical {
  width: 12px;
}
.wrapper1-energy-production::-webkit-scrollbar:horizontal,
ngx-datatable.mobile-device .datatable-body::-webkit-scrollbar:horizontal,
.mobile-device::-webkit-scrollbar:horizontal {
  height: 12px;
}
.wrapper1-energy-production::-webkit-scrollbar-thumb,
ngx-datatable.mobile-device .datatable-body::-webkit-scrollbar-thumb,
.mobile-device::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.wrapper1-energy-production::-webkit-scrollbar-track,
ngx-datatable.mobile-device .datatable-body::-webkit-scrollbar-track,
.mobile-device::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.access {
  color: #b3b2b2 !important;
}
.forecast-prices-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell {
  width: 11.5% !important;
  float: left;
}
.forecast-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 11.5% !important;
  float: left;
}
.forecast-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.forecast-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  width: 16% !important;
}
.forecast-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.forecast-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 14% !important;
}
.forecast-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3),
.forecast-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(3) {
  width: 10% !important;
}
.forecast-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4),
.forecast-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(4) {
  width: 10% !important;
}
.forecast-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5),
.forecast-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(5) {
  width: 10% !important;
}
.forecast-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6),
.forecast-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(6) {
  width: 9% !important;
}
.forecast-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(7),
.forecast-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(7) {
  width: 9% !important;
}
.forecast-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(8),
.forecast-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(8) {
  width: 9% !important;
}
.forecast-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(9),
.forecast-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(9) {
  width: 6% !important;
  padding: 0px;
}
.forecast-prices-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(10),
.forecast-prices-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(10) {
  width: 7% !important;
  padding: 0px;
}
.CottonFibreForecast-section .collapsible-header i {
  transition: all 0.5s;
  margin-top: 9px;
}
.CottonFibreForecast-section .collapsible-header.active i {
  transform: rotate(90deg);
}
.cottonFibreForecast-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.cottonFibreForecast-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 20% !important;
  float: left;
}
.itemLength6 .table-timeline-wrapper,
.itemLength6 .cottonFibreForecast-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength6 .cottonFibreForecast-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 16.66% !important;
  float: left;
}
.itemLength7 .table-timeline-wrapper,
.itemLength7 .cottonFibreForecast-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell,
.itemLength7 .cottonFibreForecast-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 12.28% !important;
  float: left;
}
.itemLength7 .cottonFibreForecast-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(8) {
  width: 7% !important;
  padding-left: 0;
  padding-right: 0;
}
.itemLength7 .cottonFibreForecast-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(9) {
  width: 7% !important;
  padding: 0px;
}
.cottonFibreForecast-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:last-child,
.cottonFibreForecast-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:last-child {
  text-align: center;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell span:not(.sort-btn) {
  white-space: normal !important;
  display: flex !important;
  flex-direction: row;
  line-height: 17px !important;
  position: relative;
}
.cottonFibreForecast-table.custom-datatable .datatable-row-center,
.cottonFibreForecast-table.custom-datatable .datatable-row-group {
  display: inline !important;
}
.text-right {
  text-align: right;
}
.forecastheight {
  height: inherit !important;
  margin-bottom: 10px;
  display: inline-block !important;
}
.customalert-filter-section .select-wrapper input.select-dropdown {
  max-width: inherit !important;
}
.customalert-filter-section .dropdown-content {
  width: 100% !important;
}
.monthpicker {
  top: 55px !important;
}
.blue-color .title {
  color: #3c5975 !important;
}
.blue-color ul.last-list li a {
  color: #3c5975 !important;
}
.blue-color .arrow {
  background-color: #527494 !important;
}
.inNewRelation {
  color: white !important;
  background-color: #f37038;
  padding: 1px 3px;
  border-radius: 2px;
  left: -3px;
}
.tender-datatable .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tender-datatable .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:last-child {
  text-align: left;
}
.tender-datatable .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-last-child(2) {
  text-align: left !important;
}
.tender-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tender-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:last-child {
  text-align: left;
}
.tender-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-last-child(2) {
  text-align: left !important;
}
.tender-datatable .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tender-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell span {
  white-space: inherit !important;
}
.documentViewer {
  min-height: 465px !important;
}
.modalDocument {
  padding: 15px;
}
.tender-datatable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-of-type(2) {
  padding-right: 0px;
}
.tender-datatable .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-of-type(2) {
  padding-right: 0px;
}
.patent-section .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell span {
  white-space: normal !important;
}
.documentViewer {
  min-height: 435px !important;
}
.modalDocument {
  padding: 15px;
}
#assigneeCompany .ui-select-multiple .ui-select-match {
}
#assigneeCompany .ui-select-multiple {
  padding: 0px !important;
}
#PatentModal .tabs .indicator {
  background-color: transparent !important;
}
#PatentModal .tabs .tab a.active {
  background-color: #527494 !important;
  color: #fff !important;
}
#PatentModal h5 {
  margin: 0px;
}
.documentViewer {
  min-height: 465px !important;
}
.modalDocument {
  padding: 15px;
}
.tender-section .custom-datatable .datatable-row-center,
.tender-section .custom-datatable .datatable-row-group {
}
.autoscroll {
  overflow-y: scroll !important;
  width: 100%;
  height: 600px !important;
}
.patent.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
  width: 100% !important;
}
.patent.ngx-datatable.fixed-header .datatable-header .datatable-header-inner {
  width: 100% !important;
}
.patent.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell {
  width: 12% !important;
  float: left;
}
.patent.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 10% !important;
  float: left;
}
.patent.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(1),
.patent.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(1) {
  width: 13% !important;
  max-width: 155px;
}
.patent.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.patent.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 12% !important;
  max-width: 155px;
}
.patent-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2)::first-letter {
  text-transform: capitalize;
}
.patent.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3),
.patent.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3) {
  width: 17% !important;
  text-transform: capitalize;
  max-width: 220px;
}
.patent.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4),
.patent.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  width: 12% !important;
  max-width: 155px;
}
.patent.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(5),
.patent.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5) {
  width: 12% !important;
  max-width: 155px;
}
.patent.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(6),
.patent.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6) {
  width: 12% !important;
  max-width: 155px;
}
.patent.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(7),
.patent.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(7) {
  width: 15% !important;
  max-width: 195px;
}
.patent.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(8),
.patent.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(8) {
  width: 6% !important;
  max-width: 155px;
  text-align: center;
}
.beta {
  background-color: #fff;
  border-radius: 5px;
  color: #293c42;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 8px;
  margin-left: 5px;
  vertical-align: middle;
}
.category-button .white-button {
  position: relative;
  padding: 16px 60px 16px 60px !important;
}
.navbar-fixed .beta {
  margin-left: 8px;
  position: inherit;
  margin-top: 0px;
  right: 51px;
  vertical-align: top;
  background-color: #fff;
  color: #000;
  padding: 3px 6px !important;
  font-size: 9px !important;
}
.not-allowed {
  cursor: not-allowed !important;
}
.pointer {
  cursor: pointer !important;
}
.link-browser ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.link-browser li {
  display: inline-block;
  margin-right: 18px;
}
.link-browser li:last-child {
  margin-right: 0px;
}
.browser {
  display: inline-block;
  margin-bottom: 18px;
  text-align: center;
  width: 80%;
  margin: 0px auto;
}
.browser .preloader {
  margin: 0px auto 25px auto !important;
  text-align: center;
  margin-bottom: 25px !important;
  left: 0px;
  right: 0px;
}
@media (max-width: 480px) {
  .link-browser li {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 18px;
    margin-right: 0px;
  }
  .HighlightedSuggestedText em {
    color: #f37038 !important;
  }
}
#SorryMessageModal {
  top: 35% !important;
}
#SorryMessageModal .display-error-message {
  color: #dd2c00 !important;
  text-align: center !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px auto 5px;
}
#SorryMessageModal .center {
  margin: auto;
  padding: 10px;
}
#SorryMessageModal .sorry-message {
  top: 29% !important;
  width: 30% !important;
}
#SorryMessageModal .pr-15 {
  padding-right: 15px !important;
}
#SorryMessageModal .m-t-30 {
  margin-top: 30px !important;
  font-weight: normal !important;
  line-height: 1;
  margin-bottom: 5px;
}
#SorryMessageModal .text-desc {
  font-size: 18px !important;
  width: 85% !important;
  margin: 0 auto !important;
}
#SorryMessageModal .text-desc a {
  color: #f36e38 !important;
}
#PublicMessageModal .display-error-message {
  color: #dd2c00 !important;
  text-align: center !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px auto 5px;
}
#PublicMessageModal .center {
  margin: auto;
  padding: 10px;
}
#PublicMessageModal .sorry-message {
  top: 29% !important;
  width: 30% !important;
}
#PublicMessageModal .pr-15 {
  padding-right: 15px !important;
}
#PublicMessageModal .m-t-30 {
  margin-top: 30px !important;
  font-weight: normal !important;
  line-height: 1;
  margin-bottom: 5px;
}
#PublicMessageModal .text-desc {
  font-size: 18px !important;
  width: 85% !important;
  margin: 0 auto !important;
  padding-bottom: 30px !important;
}
#PublicMessageModal .text-desc a {
  color: #f36e38 !important;
}
#BlackListMessageModal .display-error-message {
  color: #dd2c00 !important;
  text-align: center !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px auto 5px;
}
#BlackListMessageModal .center {
  margin: auto;
  padding: 10px;
}
#BlackListMessageModal .sorry-message {
  top: 29% !important;
  width: 30% !important;
}
#BlackListMessageModal .pr-15 {
  padding-right: 15px !important;
}
#BlackListMessageModal .m-t-30 {
  margin-top: 30px !important;
  font-weight: normal !important;
  line-height: 1;
  margin-bottom: 5px;
}
#BlackListMessageModal .text-desc {
  font-size: 18px !important;
  width: 85% !important;
  margin: 0 auto !important;
}
#BlackListMessageModal .text-desc a {
  color: #f36e38 !important;
}
#DisplayAutoTrialeModal {
  max-width: 600px !important;
}
#DisplayAutoTrialeModal .display-error-message {
  color: #dd2c00 !important;
  text-align: center !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px auto 5px;
}
#DisplayAutoTrialeModal .center {
  margin: auto;
  padding: 5px;
}
#DisplayAutoTrialeModal .sorry-message {
  top: 29% !important;
  width: 30% !important;
}
#DisplayAutoTrialeModal .pr-15 {
  padding-right: 15px !important;
}
#DisplayAutoTrialeModal .m-t-30 {
  margin-top: 30px !important;
  font-weight: normal !important;
  line-height: 1;
  margin-bottom: 5px;
}
#DisplayAutoTrialeModal .text-desc {
  font-size: 17px !important;
  margin: 0 auto !important;
  padding: 15px 20px;
}
#DisplayAutoTrialeModal .text-desc a {
  color: #f36e38 !important;
}
#PublicMessageModal {
  top: 20% !important;
  width: 27%;
}
#BlackListMessageModal {
  top: 20% !important;
  width: 27%;
}
#DisplayAutoTrialeModal {
  top: 30% !important;
  width: 26%;
}
#DisplayAutoTrialeModal .modal-content {
  padding: 00px !important;
}
#basicModalUser .display-error-message {
  color: #dd2c00 !important;
  text-align: center !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px auto 5px;
}
#PublicMessageModal .modalOrangeButton {
  font-family: LatoRegular;
  background-color: #f36e38;
  text-transform: uppercase;
  font-size: 16px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  line-height: 18px;
  padding: 9px 24px;
}
.p-autocomplete {
  display: flex !important;
  position: relative;
}
.p-autocomplete-panel {
  max-height: 200px;
  z-index: 1004;
  transform-origin: center top;
  top: 46px;
  width: -webkit-fill-available;
}
.chartfont {
  font-size: 10px !important;
}
.HighlightedSuggestedText em {
  color: #f37038 !important;
}
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  width: 10% !important;
  float: left;
}
.custom-datatable .datatable-row-center,
.custom-datatable .datatable-row-group {
  width: 100% !important;
  display: table !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(0),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(0) {
  width: 8% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(1),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(1) {
  width: 8% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 8% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3) {
  width: 8% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  width: 8% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(5),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5) {
  width: 8% !important;
}
.tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(7),
.tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(7) {
  width: 8% !important;
}
.HighlightedSuggestedText em {
  color: #f37038 !important;
}
.left-value-arr {
  text-align: left !important;
}
.sb-button button {
  font-size: 14px;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  background: #f27138;
  border: 0;
  color: #fff;
  margin-right: 2px;
}
.ui-disabled {
  background-color: transparent !important;
  cursor: auto !important;
}
.input-no-mrgn.input-field.inline input,
.input-no-mrgn.input-field.inline .select-dropdown {
  margin-bottom: 0px !important;
}
.ui-select-choices li .ui-select-choices-row > a strong {
  pointer-events: none;
}
.c-pointer {
  cursor: pointer !important;
}
.highcharts-container {
  text-align: center !important;
  display: flex !important;
  margin: auto;
  overflow: hidden !important;
}
.highcharts-contextmenu {
  text-align: initial;
}
.highcharts-no-tooltip text {
  text-transform: uppercase;
  font-size: 14px;
}
path.highcharts-button-symbol {
  line-height: 35px;
}
image.highcharts-button-symbol {
  stroke-width: 5;
  stroke: rgb(102, 102, 102);
  fill: rgb(102, 102, 102);
  height: 17;
  transform: translate(-7, -7);
  width: 17;
  y: 14;
  x: 14;
}
.highcharts-contextbutton text {
  y: 20;
  x: 30;
}
g.highcharts-input-group {
  transform: translate(927, 10);
}
.highcharts-legend-item > span > span {
  font-size: 15px;
  cursor: "pointer" !important;
  font-family: "Roboto,sans-serif" !important;
  margin-bottom: 0px !important;
  font-weight: "400" !important;
  padding-top: "10px" !important;
}
text {
  font-family: "Roboto", sans-serif !important;
}
rect {
  font-family: "Roboto", sans-serif !important;
}
tspan .highcharts-br {
  font-size: 12px;
  cursor: "pointer" !important;
  font-family: "Roboto,sans-serif" !important;
  margin-bottom: 0px !important;
  font-weight: "400" !important;
  padding-top: "10px" !important;
}
.highcharts-title {
  fill: #868686 !important;
  color: #868686 !important;
  margin-bottom: 0px !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  padding-top: 10px !important;
  left: 0px !important;
  right: 0px !important;
  font-family: Roboto, sans-serif !important;
  margin: -6px auto !important;
  max-width: calc(100% - 260px);
  white-space: normal !important;
}
.highcharts-text-outline {
  fill: none !important;
  stroke: none !important;
}
text tspan {
  pointer-events: none !important;
  cursor: pointer !important;
}
.highcharts-text-outline {
  pointer-events: none !important;
  cursor: pointer !important;
}
text {
  pointer-events: none !important;
  cursor: pointer !important;
}
.highcharts-menu {
  border: "2px solid #999999";
  background: "#eefdec";
  padding: "5px 0";
}
.highcharts-contextbutton rect {
  fill: rgb(255 255 255);
  x: -0.5;
  y: -0.5;
  width: 121px;
  height: 27;
  rx: 0;
  ry: 0;
  width: 112px;
  stroke-width: 1px;
  border: #4caf50 1px;
  stroke: "#4CAF50";
}
.highcharts-contextbutton rect {
  stroke: "#4CAF50" !important;
  height: 30px !important;
}
g.highcharts-contextbutton {
  translate: (1149, 10);
}
.highcharts-data-label span {
  pointer-events: none !important;
  cursor: pointer !important;
}
.highcharts-root svg {
  cursor: pointer !important;
}
.p-component {
  font-family: "Roboto", sans-serif;
}
.country-profile-tblModal.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
.country-profile-tblModal.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(1) {
  width: 20% !important;
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.country-profile-tblModal.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2),
.country-profile-tblModal.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) {
  width: 113% !important;
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.country-profile-tblModal.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) .datatable-header-cell-template-wrap,
.country-profile-tblModal.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:nth-child(2) .datatable-body-cell-label {
  display: table;
  table-layout: fixed;
  width: 40%;
}
.country-profile-tblModal.ngx-datatable {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.tmp-border {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 150px;
}
.tmp-border:after {
  content: "";
  position: absolute;
  right: 15px;
  top: -15px;
  width: 1px;
  height: calc(100% + 30px);
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}
app-historical-prices .highcharts-legend-item path,
#ChartModal .highcharts-legend-item path,
app-freight-index .highcharts-legend-item path {
  stroke-width: 15;
}
highcharts-chart {
  margin: auto;
  overflow: hidden !important;
}
.cuurent-price-section .ngx-datatable .datatable-row-center,
.cuurent-price-section .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  width: inherit;
}
.historical-price-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
  white-space: normal !important;
}
.datatable-checkbox input[type=checkbox] {
  opacity: 1 !important;
  left: inherit !important;
}
.markbtn {
  position: absolute;
}
.datatable-checkbox input[type=checkbox]:before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid #9f9f9f;
}
#notificationTable .datatable-row-center {
  height: 55px !important;
}
#notificationTable datatable-body-cell {
  overflow: hidden !important;
}
.sslimScrolllBarY {
  width: 0px !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.company-listing-table-wrapper .sslimScrolllDiv .sslimScrolllBarY,
.company-listing-table-wrapper .sslimScrolllDiv .sslimScrolllRailY {
  display: none !important;
}
.c-pointer {
  cursor: pointer !important;
}
.input-cancel {
  z-index: 9;
  background-color: #ffffff;
}
.sustainability-standard-datatable .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left {
  background-color: white !important;
}
.sustainability-standard-datatable .datatable-row-detail {
  white-space: normal;
}
.dtStandard {
  width: 87vw;
  padding: 12px !important;
}
.dtStandard > div {
  margin-bottom: 12px;
}
.sustainability-brand-targets .datatable-body {
  overflow-x: hidden !important;
}
.conditionsApply {
  color: red !important;
}
.sustainability-standard-datatable .datatable-body-cell-label {
  display: flex;
  justify-content: space-between;
}
.hide.show-cell {
  display: table-cell !important;
}
.f-none {
  float: none !important;
}
.enable-text text.highcharts-title {
  pointer-events: all !important;
}
.s8.disabled .comboTreeInputWrapper {
  pointer-events: none;
  opacity: 0.5;
}
body {
  font-size: 13px;
}
.btn:focus,
.btn-large:focus,
.btn-floating:focus {
  background-color: #464e62;
}
.select-wrapper input.select-dropdown {
  border-radius: 6px !important;
  border: 1px solid rgb(158 158 158 / 70%) !important;
  padding: 0px 7px !important;
}
.filter-title {
  float: left;
  color: #313644;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 0px;
  padding-right: 15px;
  font-weight: 600;
  line-height: 30px;
}
.markall {
  border: none;
  background-color: #ffffff;
  color: #313644;
  margin-right: 30px;
  font-size: 14px;
  padding: 0px;
  cursor: pointer;
  font-weight: 500;
}
.markall:focus {
  border: none;
  background-color: #ffffff;
  color: #313644;
}
.total-records {
  color: #ee3d30;
  font-weight: 500;
}
#notificationTable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:first-child,
#notificationTable .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell:first-child {
  max-width: 35px;
}
#notificationTable .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell .datatable-checkbox,
#notificationTable datatable-body-cell .datatable-checkbox {
  padding: 0px !important;
}
.p-all-15 {
  padding: 15px 10px !important;
}
#notificationTable .datatable-row-center {
  height: 40px !important;
}
.ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell,
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.datatable-header-inner {
  background-color: #fafcfc;
}
#notificationTable datatable-body-cell {
  font-weight: 400;
}
.ngx-datatable.material .datatable-body-row.active-row datatable-body-cell {
  font-weight: 500 !important;
  color: #262525;
}
.orange-text {
  color: #f36f38 !important;
}
.filterBox {
  float: left;
}
.filterBox .input-field input {
  height: 30px !important;
  line-height: 30px !important;
}
.select-wrapper span.caret {
  right: 10px;
}
.input-field.inline {
  margin-left: 0px !important;
  margin-right: 15px !important;
  vertical-align: top;
}
.input-field.inline.m-r-none {
  margin-right: 0px !important;
}
input.datepicker,
.SearchKeyword-input input {
  border-radius: 6px !important;
  border: 1px solid rgb(158 158 158 / 70%) !important;
  padding-left: 10px;
  padding-right: 10px;
}
.input-cancel-wrapper .input-cancel:not(.resetIcon) {
  top: 11px;
}
.event-filterBox .input-field {
  width: 20% !important;
}
.filter-section {
  width: 80%;
}
.filter-section {
  padding-top: 0px;
}
.filter-wrapper {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.filter-wrapper .input-field {
  margin-bottom: 15px;
}
.filter-wrapper .total-records {
  padding-top: 10px !important;
}
.filter-section {
  min-height: auto;
}
.btn.orange-bordered-btn {
  background-color: #ffffff !important;
  color: #f27138 !important;
  border: 1px solid #f27138 !important;
  color: #343434 !important;
  box-shadow: none;
}
.no-bg-btn.btn {
  padding: 0px !important;
  background: transparent !important;
  color: #343434 !important;
}
.btn {
  border-radius: 6px !important;
  box-shadow: none !important;
  height: 30px;
  line-height: 30px;
  font-weight: 400;
}
.common-title {
  font-weight: 500;
}
.dropdown-content li,
.ui-select-choices li {
  line-height: 35px;
  min-height: 35px;
  border-bottom: 1px solid hsl(0deg 0% 0% / 3%);
}
.dropdown-content li > a,
.dropdown-content li > span {
  line-height: inherit;
  padding: 0px 16px;
}
.active-green {
  background-color: #33c481;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}
.country-profile-section .card {
  padding: 20px !important;
}
.card.horizontal .card-stacked {
  padding-left: 20px;
}
.card.horizontal .card-image {
  background-size: cover;
}
.download-print-btns a {
  background-color: #464e62 !important;
  color: #ffffff !important;
}
.download-print-btns a .fa {
  color: #ffffff !important;
}
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea,
.ui-select-multiple input.ui-select-search {
  border-radius: 6px !important;
  border: 1px solid rgb(158 158 158 / 70%) !important;
  box-shadow: none !important;
  height: 30px !important;
  min-height: 30px !important;
  line-height: 30px !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 14px;
}
.ui-select-multiple input.ui-select-search {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.select-wrapper input.select-dropdown {
  margin-bottom: 0px;
}
.input-field {
  margin-top: 0px;
}
textarea.materialize-textarea {
  padding: 0px 10px 10px !important;
  min-height: 62px !important;
  font-size: 13px;
}
.select-wrapper input.select-dropdown {
  font-size: 13px;
  margin-bottom: 0px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 14px;
}
.search-wrapper .input-field input {
  height: 37px !important;
}
.search-wrapper .input-field input.b-none {
  border: none !important;
}
.card.horizontal .card-image img,
.card.horizontal {
  border-radius: 6px !important;
  box-shadow: none;
  border: 1px solid #dadce0;
}
#EventsModal .modal-footer {
  padding-left: 15px;
  padding-right: 15px;
}
.search-wrapper {
  border-radius: 6px !important;
  border: 1px solid rgb(158 158 158 / 70%) !important;
}
.search-btn {
  line-height: 40px;
}
.desc-wrapper {
  position: relative;
}
.desc-wrapper .read-more {
  text-transform: uppercase;
  background: #ffffff;
  color: #2368c4;
  padding-left: 5px;
  cursor: pointer;
  font-weight: 500;
}
.card-image a {
  display: block;
  height: 100%;
}
.card-image a img {
  width: 100%;
  height: 100%;
  padding: 0;
}
input[type=text]:focus:not([readonly]) {
  box-shadow: none;
}
.global-data-section .input-field,
.textile-clothing-industry-section .input-field {
  width: calc(100% - 175px);
}
.cotton-reports-section .input-field {
  width: calc(100% - 60px);
}
.card .card-content .card-title {
  line-height: inherit;
}
#modal1.custom-modal .modal-content {
  height: 330px !important;
}
.field-title {
  padding-top: 0px !important;
  padding-right: 11px !important;
  height: 30px !important;
  line-height: 15px !important;
  display: flex;
  align-items: center;
  font-size: 14px !important;
}
.chart-title {
  color: #868686;
  font-size: 15px;
}
.chart-btns a {
  background-color: #f36f3a !important;
}
.chart-btns a:hover,
.chart-btns a.active {
  background-color: #f2f7f8 !important;
}
.chart-btns a img {
  filter: brightness(0) invert(1);
}
.c-blue-btn {
  background-color: #464e62 !important;
  color: #ffffff !important;
}
.c-blue-bordered-btn,
.saveQuery-btn {
  background-color: #ffffff !important;
  color: #464e62 !important;
  border: 1px solid #464e62 !important;
}
.saveQuery-btn .orange-text {
  color: #464e62 !important;
}
.input-field label,
label {
  color: #313644;
  font-weight: 500;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {
  color: #313644 !important;
  opacity: 0.9 !important;
}
.chkbxlist [type=checkbox] + label {
  padding-left: 35px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
[type=checkbox].filled-in:not(:checked) + label:after {
  border-radius: 4px;
}
.tradeCountry .dropdown-content li > span,
.dropdown-content li > span {
  font-size: 14px !important;
}
.modal {
  border-radius: 6px;
  width: 80% !important;
  max-width: 1000px;
}
.sb-button button {
  margin-bottom: 3px;
  margin-top: 3px;
}
.slimscroll-margin .scroll-wrapper {
  margin-top: 5px;
}
.chart-btns a:hover,
.chart-btns a.active {
  transform: none;
}
.b-l-none {
  border-left: 0px !important;
}
.compare-wrapper table.responsive-table thead tr th,
.compare-wrapper table.responsive-table tbody tr td {
  min-height: 31px;
  line-height: 30px;
}
.report-table tr td:first-child {
  border-left: 0px !important;
}
.report-table tr {
  border-right: none !important;
}
.report-table {
  border-left: 0px;
  border-right: 0px;
  width: 275px;
}
.custom-compare-table .slimscroll-margin .scroll-wrapper {
  margin-top: 10px;
}
.compare-table > tbody,
.right-scrollable {
  display: flex !important;
}
app-compare-item {
  display: table-cell;
  border-right: 1px solid #dadce0;
  border-top: 1px solid #dadce0;
}
.compare-table tr,
.compare-table thead tr {
  padding: 0px;
}
.compare-table thead tr th.image-title {
  min-height: 93px !important;
}
.compare-table thead {
  border: none;
}
.compare-table thead tr th.image-title {
  border-top: 1px solid #ececec !important;
}
.m-b-5 {
  margin-bottom: 5px;
}
.p-t-20 {
  padding-top: 20px;
}
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1.15rem;
}
.gray-clr-new,
.tariff-schedule-section .chapter-item .btn i,
.notification-datatable i {
  color: #464e62;
}
.monthpicker .fa {
  line-height: 30px;
}
.monthpicker {
  top: 30px !important;
  border-radius: 6px !important;
}
.monthpicker:before,
.monthpicker:after {
  display: none;
}
.years .select-wrapper input.select-dropdown {
  border-radius: 6px 6px 0px 0px !important;
}
.global-data-section .input-title,
.textile-clothing-industry-section .input-title,
.cotton-reports-section .input-title,
.event-section .event-category .input-title {
  padding-top: 0px;
}
.custom-radio-btn {
  padding-top: 0px;
  line-height: 30px;
}
.report-table tr td:last-child,
.report-table tr th:last-child {
  text-align: left;
}
.ui-autocomplete li,
.ui-select-choices li a div {
  font-size: 13px !important;
}
.ui-autocomplete li,
.ui-select-choices li .ui-select-choices-row > a {
  padding: 5px 10px !important;
}
.ui-select-multiple {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0px !important;
}
.ui-select-multiple > div:first-child {
  display: none;
}
.ui-select-match,
.ui-select-multiple input.ui-select-search {
  width: auto !important;
}
.ui-select-multiple input.ui-select-search {
  flex: auto;
  margin-bottom: 0px;
}
.btn i.left {
  margin-right: 10px;
}
.highcharts-button-symbol {
  stroke: #f07138;
}
.highcharts-contextbutton rect {
  border: none;
  stroke: rgb(242 247 248);
  fill: rgb(242 247 248);
  stroke-width: 8px;
}
.highcharts-contextbutton text {
  font-weight: 500 !important;
}
.notification-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3),
.notification-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3) {
  text-align: center !important;
}
.m-l-5 {
  margin-left: 10px;
}
.input-fields-wrapper .input-label-wrapper {
  width: 150px !important;
  padding-left: 0px !important;
  min-height: 30px;
  line-height: 30px;
}
.GTA-wrapper .input-title {
  line-height: 15px;
  height: 30px;
  display: flex;
  align-items: center;
}
.input-fields-wrapper .input-box-wrapper {
  width: calc(100% - 150px) !important;
  padding-left: 0px !important;
  margin: 0px !important;
}
.error.red-text {
  float: right;
  width: 100%;
  text-align: right;
  padding-top: 0px !important;
  padding-right: 5px !important;
}
.custom-tabs .tab {
  line-height: inherit;
  height: auto;
}
.tab-wrapper,
.custom-tabs,
.panner {
  background-color: #ffffff;
}
.panner {
  border-bottom: 3px solid #f2f7f8;
  border-radius: 0px;
  height: 45px;
}
.custom-tabs .tab a {
  line-height: 41px;
  border-bottom: 3px solid transparent;
  z-index: 9;
  font-weight: 500;
  font-size: 13px;
}
.custom-tabs .tab a.active {
  color: #464e62;
  border-bottom: 3px solid #f27138;
}
.custom-tabs {
  height: 62px;
}
.custom-tabs .tab a:after {
  display: none;
}
ul#tabs-swipe-demo:after {
  content: "";
  border-bottom: 3px solid #f2f7f8;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
}
.panner i {
  line-height: 42px;
}
.custom-tabs::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.custom-tabs::-webkit-scrollbar-thumb {
  background: transparent;
}
.tab-container:after {
  border-bottom: 3px solid #f2f7f8;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.filterShowInline {
  flex-wrap: wrap;
}
.cuurent-price-section .input-field.inline {
  margin-bottom: 15px;
  max-width: 130px;
}
.currentprice-filter-section {
  width: calc(100% - 152px) !important;
  max-width: calc(100% - 152px) !important;
}
.finance-nav {
  width: auto;
}
.input-cancel-wrapper .input-cancel:not(.resetIcon) {
  right: 7px !important;
  top: 9px !important;
  padding-top: 0px !important;
}
.countryprofile-item {
  margin-right: 15px;
}
.d-flex {
  display: flex;
}
.comboTreeArrowBtn {
  right: 8px;
  top: 11px;
}
.comboTreeDropDownContainer label {
  font-size: 13px;
  line-height: 15px;
}
.comboTreeParentPlus {
  top: 2px;
}
.comboTreeDropDownContainer li:not(.ComboTreeItemParent),
.ComboTreeItemParent > .comboTreeItemTitle:not(.ComboTreeItemParent),
.comboTreeDropDownContainer > .search-inner input {
  border-bottom: 1px solid #e1e1e1;
}
.comboTreeDropDownContainer > .search-inner input {
  border-radius: 0px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.comboTreeDropDownContainer > ul > li {
  border: none;
}
.comboTreeInputBox {
  margin-bottom: 0px !important;
}
.mn-t-1rem .dropdown-menu {
  margin-top: 0px !important;
  top: 34px !important;
}
li.ComboTreeItemChlid label {
  font-weight: 400;
}
.comboTreeDropDownContainer {
  top: 31px;
}
.comboTreeDropDownContainer [type=checkbox] + label:before,
.comboTreeDropDownContainer [type=checkbox]:not(.filled-in) + label:after {
  top: 4px;
  width: 15px;
  height: 15px;
}
[type=checkbox] + label {
  padding-left: 30px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-l-20 {
  padding-left: 20px !important;
}
download-btn loader,
download-btn loader i {
  text-align: center;
}
.common-chart-btn.btn i {
  width: 100%;
  right: 0;
  top: 5px;
  color: #000;
}
.common-chart-btn.btn .locked {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  align-content: center;
  flex-wrap: wrap;
  background: #f36f38;
  border-radius: 4px !important;
}
.common-chart-btn.btn .locked i {
  color: #fff;
  font-size: 0.80rem;
}
.locked.common-chart-btn.btn img {
  opacity: 0.5;
}
.show-md {
  display: none;
}
.compare-table thead tr th.image-title.country-profile-image-title {
  min-height: 113px !important;
}
.collapsible {
  box-shadow: none;
}
#accordian.collapsible > li.active .datatable-body-row,
#accordian.collapsible .collapsible-header.active {
  background-color: #fafcfc;
}
#accordian.collapsible > li.active .collapsible-body {
  background: #fafcfc;
  padding: 15px 45px;
}
#accordian.collapsible > li.active .collapsible-body .datatable-header-inner,
.modal,
.grey.lighten-3.modal-title {
  background: #fff !important;
}
.CottonFibreForecast-section.collapsible > li.active .datatable-body-row,
.CottonFibreForecast-section.collapsible .collapsible-header.active,
.forecast-price-section .forecast-data-table .datatable-body-row {
  background-color: #fafcfc;
}
.CottonFibreForecast-section.collapsible > li.active .collapsible-body {
  background: #fafcfc;
  padding: 15px 15px;
}
.CottonFibreForecast-section.collapsible > li.active .collapsible-body .datatable-header-inner,
.modal,
.grey.lighten-3.modal-title {
  background: #fff !important;
  border-radius: 6px;
}
.modal-title {
  padding-top: 30px !important;
}
.modal-title span.pull-right.pointer,
#spanClose {
  margin-top: -15px;
}
.modal-title strong {
  color: #464e62 !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.modal-content .row {
  margin-bottom: 0px !important;
}
.highcharts-menu {
  box-shadow: rgb(225 225 225) 1px 3px 12px !important;
  border: 1px solid rgb(227 227 227) !important;
  background: rgb(255, 255, 255) !important;
  border-radius: 6px !important;
  padding: 0px !important;
}
.highcharts-menu li:hover {
  background: #464e62 !important;
}
.highcharts-menu hr {
  display: none !important;
}
.input-field.inline input:not(.vscomp-search-input),
.input-field.inline .select-dropdown,
input.datepicker,
.SearchKeyword-input input {
  margin-bottom: 0px !important;
}
.modal .modal-footer {
  background-color: #ffffff;
}
#saveQueryModal .modal-title {
  border-radius: 6px !important;
}
#saveQueryModal .modal-footer {
  border-radius: 6px !important;
}
.overflow-auto {
  overflow: auto;
}
.compare-table th {
  font-weight: 500 !important;
}
.compare-table thead {
  background: #fafcfc;
}
.card.horizontal .card-image img {
  padding-right: 0px;
}
.custom-modal .title {
  color: #f27138;
  font-size: 19px;
}
.custom-modal .date {
  background-color: #ffffff;
  float: left;
}
.modal .modal-header {
  background-color: #ffffff;
}
.collapsible-body {
  float: left;
  width: 100%;
}
#ChartModal {
  z-index: 99999 !important;
}
.m-b-s-15 {
  margin-bottom: 0px !important;
}
.m-t-s-15 {
  margin-top: 0px !important;
}
.market-size-cntrls {
  top: 4px;
  right: 20px;
  left: auto;
}
.navbar-fixed {
  z-index: 999;
}
.custom-modal .modal-content {
  height: 475px !important;
}
#notificationTable .datatable-body-cell-label span.orange-text {
  cursor: pointer;
}
.ImporterSelection .caret {
  position: absolute;
  right: 10px;
  bottom: 6px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
#modal1Article {
  width: 70%;
}
.sustainability-index-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell .datatable-body-cell-label,
.sustainability-index-datatable.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell .datatable-body-cell-label {
  line-height: 29px;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell,
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell .datatable-header-cell-wrapper {
  cursor: default !important;
}
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable,
.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-wrapper {
  cursor: pointer !important;
}
.datatable-header-cell.sortable .datatable-header-cell-template-wrap span:not(.datatable-icon-down):after,
.datatable-header-cell.sortable .datatable-header-cell-template-wrap span:not(.datatable-icon-up):after,
.datatable-header-cell .datatable-header-cell-template-wrap span:not(.datatable-header-cell-wrapper):after {
  content: "";
  background: rgb(255, 255, 255);
  background:
    radial-gradient(
      circle,
      rgba(255, 255, 255, 1) 0%,
      rgba(250, 252, 252, 1) 65%);
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.8s;
  height: 100%;
  right: 5px;
  width: 17px;
  top: 0;
}
.ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
  display: flex;
}
.datatable-header-cell.sortable .datatable-header-cell-template-wrap span:not(.datatable-icon-down):before,
.datatable-header-cell.sortable .datatable-header-cell-template-wrap span:not(.datatable-icon-up):before,
.datatable-header-cell.sortable .datatable-header-cell-template-wrap span:not(.datatable-header-cell-wrapper):before {
  content: "c";
  font-size: 17px;
  vertical-align: sub;
  opacity: 0.5;
  margin-right: 5px;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  height: 17px;
  font-family: "data-table" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ngx-datatable:not(.show-icons) .datatable-header-cell-wrapper:before,
.ngx-datatable:not(.show-icons) .datatable-header-cell:not(.sortable) span.datatable-header-cell-label:before,
.ngx-datatable:not(.show-icons) .datatable-header-cell span.undefined:before,
.ngx-datatable:not(.show-icons) .datatable-header-cell span.datatable-header-cell-wrapper:before,
.ngx-datatable:not(.show-icons) .datatable-header-cell span:empty:before,
.ngx-datatable:not(.show-icons) .datatable-header .datatable-header-cell.sort-active .datatable-header-cell-template-wrap .datatable-header-cell-label.draggable:before,
.ngx-datatable:not(.show-icons) span.no-icon:before,
.ngx-datatable:not(.show-icons) span.undefined:before {
  content: "" !important;
  margin: 0px !important;
}
.datatable-header-cell.sortable .datatable-header-cell-template-wrap span.datatable-icon-up:before {
  content: "e" !important;
}
.datatable-header-cell.sortable .datatable-header-cell-template-wrap span.datatable-icon-down:before {
  content: "f" !important;
}
.ngx-datatable .datatable-icon-sort-unset,
.custom-datatable.ngx-datatable .datatable-header .datatable-header-cell .sort-btn.datatable-icon-sort-unset {
  display: none !important;
}
span.undefined,
.cottonFibreForecast-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:last-child {
  display: none !important;
}
.ngx-datatable .datatable-header .datatable-header-cell.sort-active .datatable-header-cell-template-wrap,
.ngx-datatable .datatable-header .datatable-header-cell .sort-btn,
.custom-datatable.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
  flex-direction: row-reverse;
  float: left;
  display: flex !important;
  line-height: 17px !important;
}
.forecast-prices-table.ngx-datatable .datatable-header .datatable-header-cell.sort-active .datatable-header-cell-template-wrap,
.forecast-prices-table.ngx-datatable .datatable-header .datatable-header-cell .sort-btn,
.forecast-prices-table.custom-datatable.ngx-datatable .datatable-header .datatable-header-cell .sort-btn,
.cottonFibreForecast-table.ngx-datatable .datatable-header .datatable-header-cell.sort-active .datatable-header-cell-template-wrap,
.cottonFibreForecast-table.ngx-datatable .datatable-header .datatable-header-cell .sort-btn,
.cottonFibreForecast-table.custom-datatable.ngx-datatable .datatable-header .datatable-header-cell .sort-btn,
.sustainability-index-datatable.ngx-datatable .datatable-header .datatable-header-cell.sort-active .datatable-header-cell-template-wrap,
.sustainability-index-datatable.ngx-datatable .datatable-header .datatable-header-cell .sort-btn,
.sustainability-index-datatable.custom-datatable.ngx-datatable .datatable-header .datatable-header-cell .sort-btn,
.customized-alert-datatable.ngx-datatable .datatable-header .datatable-header-cell.sort-active .datatable-header-cell-template-wrap,
.customized-alert-datatable.sustainability-index-datatable.ngx-datatable .datatable-header .datatable-header-cell .sort-btn,
.customized-alert-datatable.sustainability-index-datatable.custom-datatable.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
  flex-direction: row !important;
}
@media only screen and (max-width: 1265px) {
  .l-100 {
    width: 100% !important;
  }
  .tbl-btn.btn.orange-bordered-btn,
  .tbl-btn.btn.orange-btn {
    padding: 0px !important;
  }
  .tradeCountry .dropdown-content li > span,
  .dropdown-content li > span {
    font-size: 13px !important;
  }
  .dropdown-content li > a,
  .dropdown-content li > span {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .filterShowInline {
    display: block !important;
  }
  download-btn loader {
    margin: 0px !important;
  }
  .p-m-none,
  .p-m-none.col {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .m-b-m-15 {
    margin-bottom: 15px !important;
  }
  .m-b-m-10 {
    margin-bottom: 10px !important;
  }
  .m-t-m-15 {
    margin-top: 15px !important;
  }
  .m-t-m-30 {
    margin-top: 30px !important;
  }
  .m-n-w-50 {
    max-width: none !important;
  }
  .m-n-t-none {
    margin-top: 0px !important;
  }
  .show-md {
    display: block;
  }
  .input-m-none input,
  .input-field input {
    margin-bottom: 0rem !important;
  }
  .custom-radio-btn {
    width: 35%;
  }
  .datatable-checkbox input[type=checkbox]:before {
    width: 1.15rem;
    height: 1.15rem;
  }
}
@media only screen and (max-width: 992px) {
  table.responsive-table tr {
    padding: 0px 0px;
  }
  .compare-table thead tr th.image-title.country-profile-image-title {
    min-height: 103px !important;
  }
}
@media only screen and (max-width: 991px) {
  .event-category.notification-custom-table .left {
    margin-top: 0px !important;
  }
  .history-btn:before,
  .zsiq_custommain.In-Nav:hover:before,
  .help-btn:hover:before,
  .notification1-btn:before,
  .help-btn:before {
    display: none !important;
  }
  .user-dropdown,
  #notifications {
    padding: 0px 10px !important;
  }
  .user-dropdown i {
    line-height: 62px !important;
  }
  #notifications .notification {
    top: 5px;
    right: 7px;
  }
  .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell,
  .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .m-b-s-15 {
    margin-bottom: 15px !important;
  }
  .m-t-s-15 {
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .event-category.notification-custom-table .left {
    margin-top: 0px !important;
  }
  .p-xs-none,
  .p-xs-none.col {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .m-l-xs-none {
    margin-left: 0px !important;
  }
}
.input-white-wrapper input {
  background: #ffffff !important;
}
.input-white-wrapper .select-wrapper span.caret {
  z-index: 9;
}
#createComponentModal .select-wrapper + label,
#createComponentModal input:disabled + label.active {
  transform: none;
  top: -18px;
}
.edit-title {
  cursor: pointer;
  font-size: 15px;
}
.ui-state-highlight {
  height: 400px !important;
  min-width: 50%;
}
.c-pointer {
  cursor: pointer;
}
.component-item .ngx-datatable * {
  font-size: 14px !important;
}
.component-item .ngx-datatable.material .datatable-header .datatable-header-cell,
.component-item .ngx-datatable.material .datatable-body .datatable-body-row .datatable-body-cell {
  padding: 6px 10px !important;
}
.component-item .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell {
  white-space: nowrap !important;
}
.component-item .card.horizontal .card-image img,
.component-item .card.horizontal {
  border: none !important;
  margin: 0px !important;
}
.component-item .table-timeline-wrapper {
  padding: 1rem 1.2rem 0px 0px;
}
.component-item .ngx-datatable .datatable-body {
  height: 295px !important;
  overflow-y: auto !important;
}
.component-item .ngx-datatable:not(.scroll-horz) .datatable-body {
  overflow-x: hidden !important;
}
.component-item .ngx-datatable .datatable-body::-webkit-scrollbar,
.component-item #parent::-webkit-scrollbar,
.index-modal.full::-webkit-scrollbar {
  -webkit-appearance: none;
}
.component-item .ngx-datatable .datatable-body::-webkit-scrollbar:vertical,
.component-item #parent::-webkit-scrollbar:vertical,
.index-modal.full::-webkit-scrollbar:vertical {
  width: 12px;
}
.component-item .ngx-datatable .datatable-body::-webkit-scrollbar:horizontal {
  height: 12px;
}
.component-item .ngx-datatable .datatable-body::-webkit-scrollbar-thumb,
.component-item #parent::-webkit-scrollbar-thumb,
.index-modal.full::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.component-item .ngx-datatable .datatable-body::-webkit-scrollbar-track,
.component-item #parent::-webkit-scrollbar-track,
.index-modal.full::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.component-item .country-listing-table tr td,
.component-item .country-listing-table tr th {
  padding: 10px;
  font-size: 14px;
  min-width: auto;
  width: auto;
  border-right: none;
}
.component-item .country-listing-table {
}
.component-item .div2 {
  max-height: 330px;
}
.component-item .dropdown-content li,
.component-item .ui-select-choices li {
  line-height: 30px;
  min-height: 30px;
}
.form-loading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sortable > div:nth-child(even) {
  padding-right: 0px !important;
}
#sortable > div:nth-child(odd) {
  padding-left: 0px !important;
}
.component-item .highcharts-title {
  fill: #000000 !important;
  color: #000000 !important;
  margin-bottom: 0px !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  padding-top: 10px !important;
  white-space: normal !important;
}
.component-item .country-listing-table tr td.center-align,
.component-item .country-listing-table tr th.center-align {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  #sortable > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.tradeAgreementngSelect .ui-select-multiple {
  display: flex !important;
  flex-flow: row wrap;
  padding-left: 0 !important;
}
.tradeAgreementngSelect .ui-select-multiple {
  padding: 0 !important;
}
.tradeAgreementngSelect .ui-select-match {
  padding: 0 !important;
}
#tradeagreementsModal {
  overflow-y: visible !important;
}
div#sortable.uk-sortable:before {
  content: "";
  position: fixed;
  background: #000000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0.1;
}
div#sortable.uk-sortable .component-item-wrapper,
.uk-sortable-item {
  z-index: 999999;
}
.actions-wrapper {
  z-index: 9999999;
  position: relative;
}
.uk-sortable-drag {
  z-index: 9999999 !important;
}
.uk-sortable > div {
  cursor: all-scroll !important;
}
.component-item .dropdown-content {
  min-width: 165px;
}
.component-item .dropdown-content:not(.ComponentAction-selector) {
  min-width: 273px;
}
.component-item .dropdown-content .btn {
  font-size: 14px;
  text-transform: capitalize;
}
#createComponentModal .input-cancel {
  z-index: 9 !important;
}
#createComponentModal .select-dropdown li img {
  height: 20px;
  width: 20px;
  margin: 7px 15px;
  float: left;
}
.component-item > loader .fa-spinner {
  font-size: 30px;
  top: 50%;
  left: 50%;
  right: auto;
  margin-left: -15px;
  margin-top: -15px;
  color: #313644;
  opacity: 1 !important;
}
.dashboard-page-wrapper .select-wrapper span.caret {
  right: 1px;
  padding-right: 7px;
  background: #fff;
  padding-left: 7px;
}
@media only screen and (max-width: 600px) {
  .dashboard-page-wrapper.modal {
    margin-top: 75px !important;
  }
  .dashboard-page-wrapper.modal .col.s6,
  .dashboard-page-wrapper.modal .col.m6 {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .dashboard-page-wrapper.modal .form-wrapper-row .col.s6:not(.ignore-s-rule) {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .dashboard-page-wrapper.modal .form-wrapper-row .col.m6 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .dashboard-page-wrapper.modal {
    overflow: auto !important;
    min-height: 200px;
  }
  .m-n-t-none {
    margin-top: 30px !important;
  }
  .dashboard-page-wrapper.modal .col.s6 .input-field {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
#shareModal .modal-container [type=checkbox] + label {
  top: 0px !important;
}
.dashboardList-wrapper .select-dropdown li img {
  width: 35px;
  margin: 0;
  position: relative;
  height: 36px;
}
.dashboardList-wrapper .select-dropdown li {
  position: relative;
  padding-right: 15px;
  white-space: break-spaces;
}
.hideOnDownload .btns-wrapper {
  display: none !important;
}
#createComponentModal .HTS-wrapper .ui-select-container .ui-select-match {
  display: flex;
  overflow: auto;
  max-width: 100%;
}
#createComponentModal #productdesc.product-tree-wrapper .ui-select-multiple .ui-select-match .btn {
  text-transform: none;
  display: flex;
  flex-direction: row-reverse;
}
#createComponentModal .ui-select-multiple .ui-select-match-item a.close {
  line-height: initial !important;
  margin-left: 8px !important;
}
#createComponentModal .HTS-wrapper .ui-select-container .ui-select-match::-webkit-scrollbar {
  -webkit-appearance: none;
}
#createComponentModal .HTS-wrapper .ui-select-container .ui-select-match::-webkit-scrollbar:vertical {
  width: 12px;
}
#createComponentModal .HTS-wrapper .ui-select-container .ui-select-match::-webkit-scrollbar:horizontal {
  height: 12px;
}
#createComponentModal .HTS-wrapper .ui-select-container .ui-select-match::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
#createComponentModal .HTS-wrapper .ui-select-container .ui-select-match::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
#createComponentModal {
  padding-bottom: 80px;
}
#createComponentModal .modal-footer {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px !important;
  height: 49px;
}
#showModallTable {
  overflow: auto;
  width: 100%;
}
.hideOnDownload .col.s12.m6 {
  width: 100% !important;
}
.hideOnDownload #sortable > div:nth-child(odd),
.hideOnDownload #sortable > div:nth-child(even) {
  padding: 0 0.75rem !important;
}
.pdf-header {
  display: none !important;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.hideOnDownload .pdf-header {
  display: flex !important;
}
.zsiq_custommain_Hide .zsiq_custommain.In-Nav {
  display: none !important;
}
.removeMargin {
  margin-bottom: 0px !important;
  min-height: calc(100vh - 64px) !important;
  margin-left: 10px !important;
  margin-top: 10px !important;
}
body.zsiq_custommain_Hide,
body.zsiq_custommain_Hide .wrapper,
body.zsiq_custommain_Hide .pagetitle-button-t,
body.zsiq_custommain_Hide .pageTitle {
  background-color: #ffffff !important;
}
body.zsiq_custommain_Hide .preloader,
body.zsiq_custommain_Hide .hide-in-vsourze,
body.zsiq_custommain_Hide .saveQuery-btn {
  display: none !important;
}
body.zsiq_custommain_Hide .pageTitle {
  padding-top: 5px !important;
  text-transform: capitalize !important;
  font-family: "Maven Pro", sans-serif !important;
  font-size: 1.5rem;
  font-weight: 500;
}
body.zsiq_custommain_Hide .vsource-p-none {
  padding: 0px !important;
}
body.zsiq_custommain_Hide .tradedata-spaceing {
  min-width: calc(100% - 210px) !important;
}
body.zsiq_custommain_Hide .tradedata-spaceing-freq {
  min-width: 210px !important;
}
body.zsiq_custommain_Hide .or-container.HTS-wrapper:after {
  position: relative;
  right: auto;
  left: 0px;
}
body.zsiq_custommain_Hide .iframe-width > div {
  width: inherit !important;
}
.yellow-alert.m-t-10 {
  margin-top: 0px !important;
  margin-bottom: 15px !important;
}
body.zsiq_custommain_Hide .row.dashboard-secion {
  padding-top: 0px !important;
}
body.hide-title-bar .dashboard-secion {
  padding-top: 15px !important;
}
body.hide-title-bar .removeMargin,
body.hide-title-bar .wrapper,
body.hide-title-bar {
  min-height: auto !important;
}
body.hide-title-bar .removeMargin {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.hide-title-bar .scroll-top-btn,
body.hide-title-bar .mobile-msg,
body.hide-title-bar download-btn {
  display: none !important;
}
body.hide-title-bar .fabric-cost-calc-section download-btn {
  display: inline-flex !important;
}
body.hide-title-bar .row.p-all-15 {
  padding: 0 !important;
}
@media only screen and (min-width: 1025px) and (max-width: 1165px) {
  body.hide-title-bar .tariff-duty-section .row {
    flex-direction: row !important;
  }
  body.hide-title-bar .tariff-duty-section .row .col.s4 {
    width: 33.333% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .tariff-duty-section .table-timeline-wrapper.w-12 {
    width: 25% !important;
  }
}
@media only screen and (max-width: 768px) {
  .vscomp-wrapper.has-no-search-results .vscomp-no-search-results {
    display: block;
    text-align: center;
  }
  .vscomp-toggle-button {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
  input:not([type]),
  input[type=text],
  input[type=password],
  input[type=email],
  input[type=url],
  input[type=time],
  input[type=date],
  input[type=datetime],
  input[type=datetime-local],
  input[type=tel],
  input[type=number],
  input[type=search],
  textarea.materialize-textarea,
  .ui-select-multiple input.ui-select-search {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }
}
body.hide-title-bar main {
  padding: 0px !important;
  background-color: #fff !important;
}
body.zsiq_custommain_Hide .right.chart-btns.m-r-15,
body.zsiq_custommain_Hide .iframe-m-none {
  margin-right: 0px !important;
}
body.zsiq_custommain_Hide .iframe-p-none {
  padding: 0px !important;
}
.m-r-16 {
  margin-right: 16px !important;
}
.m-l-17 {
  margin-left: 17px !important;
}
body.zsiq_custommain_Hide .iframe-m-none.m-l-17 {
  margin-left: 0px !important;
}
body.zsiq_custommain_Hide .iframe-hide-last-element > div:last-child {
  margin-right: 0px !important;
}
body.zsiq_custommain_Hide .m-r-16.iframe-m-none {
  margin-right: 0px !important;
}
body.zsiq_custommain_Hide .iframe-hide-last-element > div:nth-last-child(2) {
  margin-left: 15px !important;
}
body.zsiq_custommain_Hide .iframe-m-none-inner .common-chart-btn {
  margin-right: 0px !important;
}
.tender-input-wrapper > div:first-child,
body.zsiq_custommain_Hide .iframe-width.tender-input-wrapper > div:first-child {
  width: 130px !important;
}
.tender-input-wrapper > div:nth-child(2),
body.zsiq_custommain_Hide .iframe-width.tender-input-wrapper > div:nth-child(2) {
  width: calc(100% - 130px) !important;
}
.tender-datatable .ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell:first-child {
  text-align: center;
}
.tender-datatable .ngx-datatable.material .datatable-body .datatable-row-detail {
  text-align: left !important;
  white-space: normal;
}
@media only screen and (max-width: 1024px) {
  body.zsiq_custommain_Hide .global-data-section .col.right,
  body.zsiq_custommain_Hide .textile-clothing-industry-section .col.right {
    width: auto !important;
  }
}
.hiddenOption {
  visibility: hidden !important;
}
.createModalDatatypeLeft {
  clear: left;
  float: left;
}
.messageerr {
  text-align: right;
  padding-top: 0px !important;
  padding-right: 5px !important;
  position: absolute;
  right: 0px;
  bottom: -17px;
}
#MainNewCurrencyProfile .ui-select-match > .btn,
.btn.btn-default.btn-secondary.form-control.ui-select-toggle {
  text-align: left !important;
  background: transparent !important;
  color: #333 !important;
  text-transform: none !important;
  width: 100% !important;
  padding: 0;
}
#MainNewCurrencyProfile input.form-control.ui-select-search {
  margin: 0;
}
#MainNewCurrencyProfile .ui-select-container.dropdown.open {
  z-index: 999 !important;
}
#MainNewCurrencyProfile .ui-select-match-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
@media only screen and (min-width: 1200px) {
  .custom-row {
    display: flex;
  }
  .custom-row > div:not(.show-md) {
    flex: 1 1 0;
    width: 0;
    display: flex;
  }
  .custom-row > div > div:last-child {
    flex: 1 1 0;
    width: 0;
  }
}
.energy-production-datatable .ngx-datatable .datatable-header-cell,
.energy-production-datatable .ngx-datatable .datatable-body-cell {
  border-left: 1px solid #e1e1e1;
}
.wrapper1-energy-production {
  overflow-x: scroll;
}
.wrapper1-energy-production,
.wrapper2-energy-production {
  width: 100%;
}
.wrapper1-energy-production {
  height: 11px;
  position: sticky;
  top: 66px;
  z-index: 9;
}
.wrapper1-energy-production .div1 {
  width: 1000px;
  height: 20px;
}
.marketsize-new-datatable.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell span:last-child {
  pointer-events: none !important;
}
.energy-stat.marketsize-datatable .datatable-header-cell.sortable .datatable-header-cell-template-wrap span:not(.datatable-icon-down):after,
.datatable-header-cell.sortable .datatable-header-cell-template-wrap span:not(.datatable-icon-up):after,
.datatable-header-cell .datatable-header-cell-template-wrap span:not(.datatable-header-cell-wrapper):after {
  pointer-events: none !important;
}
.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell span[title]:empty:after {
  content: "-";
}
.disabledLoading {
  pointer-events: none;
}
.vscomp-search-input {
  margin: 0 0 0 0 !important;
}
.vscomp-search-input {
  margin: 0 0px 0px 10px !important;
}
.vscomp-wrapper.has-select-all .vscomp-toggle-all-label {
  display: block;
}
.vscomp-search-input {
  margin: 0 0 0 0 !important;
}
.vscomp-search-input {
  margin: 0 0px 0px 10px !important;
}
.vscomp-wrapper.has-select-all .vscomp-toggle-all-label {
  display: block;
}
#MainNewCurrencyProfile #SelectCountry2 {
  margin: 0 0 0 0 !important;
}
.vscomp-search-input {
  margin: 8px 0px 0px 0px !important;
}
.vscomp-search-container {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  height: 80px;
  padding: 0 16px 0 16px;
  position: relative;
  flex-wrap: wrap-reverse;
}
.vscomp-wrapper.has-select-all .vscomp-toggle-all-button {
  margin: 8px 0px;
}
.vscomp-wrapper.has-search-value .vscomp-search-clear {
  visibility: visible;
  position: absolute;
  right: 16px;
  top: 10px;
}
.vscomp-option.focused {
  background: rgba(0, 0, 0, 0.06);
}
.vscomp-option {
  border-bottom: 1px solid #e1e1e1;
  height: auto !important;
  padding: 9px 16px !important;
}
.vscomp-wrapper.multiple .vscomp-option .vscomp-option-text {
  font-size: 13px;
}
.vscomp-search-input {
  margin: 8px 0px 0px 0px !important;
}
.vscomp-search-container {
  align-items: center;
  border-bottom: 1px solid #ddd;
  display: flex;
  height: 60px;
  padding: 0 16px 0 16px;
  position: relative;
  flex-wrap: wrap-reverse;
}
.vscomp-wrapper.has-select-all .vscomp-toggle-all-button {
  margin: 8px 0px;
}
.vscomp-wrapper.has-search-value .vscomp-search-clear {
  visibility: visible;
  position: absolute;
  right: 16px;
  top: 10px;
}
.vscomp-option.focused {
  background: rgba(0, 0, 0, 0.06);
}
.vscomp-option {
  border-bottom: 1px solid #e1e1e1;
  height: auto !important;
  padding: 10px 16px;
}
.vscomp-wrapper.multiple .vscomp-option .vscomp-option-text {
  font-size: 13px;
}
.ngx-datatable.material .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left,
.ngx-datatable.material .datatable-header .datatable-row-right,
.ngx-datatable.material .datatable-body .datatable-row-right {
  background: #ffffff !important;
}
.energy-stat.ngx-datatable.scroll-vertical:not(.ignore-height) {
  height: calc(100vh - 251px) !important;
  border-left: 1px solid #e1e1e1;
}
.ngx-datatable.material .datatable-body .progress-linear {
  position: fixed;
  z-index: 99;
  top: 0;
}
.vscomp-wrapper.multiple .vscomp-option .vscomp-option-text {
  font-size: 13px;
}
.dashboard-company-profile-form-row {
  display: flex;
  flex-wrap: wrap;
}
.dashboard-company-profile-form-row > div {
  margin-left: 0px !important;
}
.dashboard-company-profile-form-row > div:nth-child(1),
.dashboard-company-profile-form-row > div:nth-child(2) {
  margin-top: 5px !important;
}
.dashboard-company-profile-form-row > div:nth-child(odd) {
  padding-left: 20px !important;
  padding-right: 30px !important;
}
.dashboard-company-profile-form-row > div:nth-child(even) {
  padding-right: 20px !important;
  padding-left: 30px !important;
}
.CountryProfileTable th,
.CountryProfileTable td {
  padding-left: 5px;
  padding-right: 5px;
}
.ng-select-group .ui-select-choices li > .dropdown-header {
  padding: 2px 5px 0px 30px !important;
  font-weight: bold;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
.ng-select-group .ui-select-choices li {
  height: 37px;
  overflow: hidden;
  transition: height 0.15s;
}
.ng-select-group .ui-select-choices li.expanded {
  height: auto;
}
.ng-select-group .ui-select-choices li .dropdown-header:before {
  content: "+";
  font-size: 19px;
  position: absolute;
  font-weight: normal;
  left: 12px;
}
.ng-select-group .ui-select-choices li.expanded .dropdown-header:before {
  content: "\2212";
}
.ng-select-group .ui-select-choices li .ui-select-choices-row > a {
  padding-left: 30px !important;
}
.vscomp-option.group-title {
  font-weight: bold;
}
.vscomp-option.group-option {
  color: rgba(0, 0, 0, 0.8);
}
.forecast-data-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable,
.forecast-data-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell.sortable .datatable-header-cell-wrapper {
  width: 100%;
}
.ngx-datatable.forecast-data-table .datatable-body::-webkit-scrollbar {
  -webkit-appearance: none;
}
.ngx-datatable.forecast-data-table .datatable-body::-webkit-scrollbar:vertical {
  width: 12px;
}
.ngx-datatable.forecast-data-table .datatable-body::-webkit-scrollbar:horizontal {
  height: 12px;
}
.ngx-datatable.forecast-data-table .datatable-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.ngx-datatable.forecast-data-table .datatable-body::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.action-column {
  margin-left: auto !important;
  max-width: 80px !important;
  padding-right: 0px !important;
}
.last-action-column {
  max-width: 60px !important;
  padding-left: 0px !important;
}
.cloned-header {
  position: absolute;
  margin-top: -39px;
  border-top: 1px solid #bdbdbd;
  background-color: #eee !important;
}
.forecast-data-table.ngx-datatable .datatable-body .datatable-scroll,
.ngx-detail-table.ngx-datatable .datatable-body .datatable-scroll {
  min-width: 100% !important;
}
.forecast-tabs.CottonFibreForecast-section.collapsible > li.active .collapsible-body {
  background-color: #ffffff !important;
}
.CottonFibreForecast-section.collapsible > li.active .collapsible-body .forecast-data-table .datatable-header-inner,
.cloned-header .datatable-header-inner,
.cloned-header .datatable-header-cell,
.forecast-price-section .forecast-data-table .datatable-body-row,
.ngx-datatable.forecast-data-table .datatable-header .datatable-header-inner {
  background-color: #eee !important;
  border-radius: 0px !important;
}
.ngx-datatable.material:not(.cell-selection).forecast-data-table .datatable-body-row:hover {
  background-color: #eee !important;
}
.ngx-detail-table .datatable-body-row,
.CottonFibreForecast-section.collapsible > li.active .collapsible-body .ngx-detail-table .datatable-header-inner,
.ngx-detail-table .datatable-header-inner,
.ngx-datatable.forecast-data-table .datatable-body .datatable-row-detail,
.forecast-price-section .ngx-detail-table .datatable-body-row,
.ngx-datatable.ngx-detail-table .datatable-header .datatable-header-inner {
  background: #ffffff !important;
  border-radius: 0px !important;
}
.border-bottom {
  border-bottom: 1px solid #bdbdbd;
}
.forecast-data-table .datatable-scroll .datatable-body-row .datatable-body-cell {
  display: inline-flex;
  align-items: center;
}
.hide-arrows .panner {
  display: none !important;
}
.hide-arrows .tab-container {
  width: 100% !important;
}
.forecast-tooltip {
  font-size: 12px !important;
  text-align: left !important;
  display: inline-block !important;
}
.forecast-data-table.ngx-datatable .datatable-body .datatable-scroll > .datatable-row-wrapper:last-child .m-b-75 {
  margin-bottom: 0px !important;
}
#MainNewCurrencyProfile .ui-select-match-text {
  max-width: 100% !important;
}
.input-field .dropdown-content {
  min-width: none !important;
}
.forecast-data-table.ngx-datatable .datatable-body .datatable-scroll,
.forecast-data-table.ngx-datatable .datatable-body-row {
  max-width: 100%;
}
.ngx-detail-table.ngx-datatable .datatable-body .datatable-scroll,
.ngx-detail-table.ngx-datatable .datatable-body-row {
  max-width: none !important;
}
.forecast-data-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-cell,
.forecast-data-table.ngx-datatable.fixed-row .datatable-scroll .datatable-body-row .datatable-body-group-cell {
  white-space: normal !important;
  align-items: flex-start;
}
.forecast-data-table .datatable-header.cloned-header .datatable-header-inner,
.forecast-data-table .datatable-header.cloned-header .datatable-header-inner .datatable-row-center {
  max-width: 100%;
}
.custom-datatable-header-cell {
  line-height: 17px !important;
  display: table-cell !important;
  font-weight: 700 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal !important;
  padding: 10px 1.2rem 30px 0px !important;
}
.cutom-datatable-column:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.01);
  top: 52px;
}
ngx-datatable.forecast-data-table .datatable-body .datatable-row-wrapper:first-child .cutom-datatable-column:after {
  display: none !important;
}
.table-min-width.ngx-datatable .datatable-body .datatable-scroll {
  min-width: 100% !important;
}
.currency-forecast-table.ngx-datatable:not(.energy-stat) .datatable-body .datatable-row-wrapper,
.currency-forecast-table.ngx-datatable.forecast-data-table .datatable-body .datatable-row-detail {
  background-color: #eee !important;
}
.currency-forecast-table.ngx-datatable > .visible > .datatable-header,
.currency-forecast-table.ngx-datatable .custom-datatable-header-cell {
  display: none !important;
}
.currency-forecast-table.ngx-datatable .cutom-datatable-column:after {
  display: none !important;
}
.currency-forecast-table.ngx-datatable .datatable-body .datatable-row-detail {
  padding-top: 0px !important;
}
.currency-forecast-table.ngx-datatable .datatable-body .datatable-body-row > div {
  border-top: none !important;
  border-bottom: none !important;
}
.currency-forecast-table.ngx-datatable .datatable-body .datatable-row-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.currency-forecast-table.ngx-datatable .datatable-row-detail .ngx-datatable .datatable-scroll .datatable-body-row {
  min-height: 42px !important;
}
.currency-forecast-table.ngx-datatable .datatable-row-detail .col.s12 {
  padding-left: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.currency-forecast-table.ngx-datatable .datatable-row-detail .ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.currency-forecast-table.ngx-datatable .datatable-row-detail .ngx-datatable .datatable-scroll .datatable-body-row {
  min-width: 100% !important;
}
.currency-forecast-form .select-wrapper input.select-dropdown {
  padding-right: 25px !important;
}
.currency-forecast-table.ngx-datatable b {
  font-weight: 500;
}
.currency-forecast-chart-wrapper .highcharts-title {
  fill: #000000 !important;
  color: #000000 !important;
}
.currency-forecast-form > div {
  min-width: 33%;
  max-width: 441px;
}
.currency-forecast-form > div .mn-w-0 {
  width: 300px;
}
@media only screen and (max-width: 1265px) {
  .shrink.mainContent .currency-forecast-form > div .mn-w-0 {
    min-width: 100%;
  }
}
#productdesc.disabled input {
  opacity: 0.5 !important;
}
#productdesc.disabled input {
  opacity: 0.5 !important;
}
#productdesc.disabled input {
  opacity: 0.5 !important;
}
#productdesc.disabled input {
  opacity: 0.5 !important;
}
.currency-forecast-form.row {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
}
.currency-forecast-form.row > div {
  flex-grow: 1;
  flex-basis: 0;
  display: inline-table;
}
.error .vscomp-toggle-button {
  border: 1px solid red !important;
}
.currency-forecast-form .first-input {
  width: 28% !important;
  min-width: 340px !important;
}
.currency-forecast-form .other-inputs {
  width: 36% !important;
  min-width: 435px !important;
}
.currency-forecast-table .cutom-datatable-column:not(.action-column) {
  min-width: fit-content !important;
}
.vscomp-wrapper:not(.has-value) .vscomp-value {
  opacity: 1;
}
.currency-forecast-table .ngx-detail-table.ngx-datatable .datatable-body .datatable-scroll,
.currency-forecast-table .ngx-detail-table.ngx-datatable .datatable-body-row,
.forecast-tabs .ngx-detail-table.ngx-datatable .datatable-body .datatable-scroll,
.currency-forecast-table .ngx-detail-table.ngx-datatable .datatable-body-row {
  max-width: fit-content !important;
}
.currency-forecast-form .vscomp-clear-button {
  right: 25px !important;
  background: #fff;
}
.currency-forecast-form .vscomp-arrow {
  background: #fff;
}
.currency-forecast-form .vscomp-toggle-button {
  overflow: hidden;
}
.currency-forecast-form .vscomp-ele.pop-comp-active .pop-comp-wrapper {
  top: 30px !important;
}
.currency-forecast-form .field-title {
  display: table-cell;
  float: none !important;
  width: 140px;
  vertical-align: middle !important;
}
main {
  background: #f2f7f8;
  padding-top: 12px;
}
.mainContent {
  margin-top: 0px !important;
}
span.comboTreeItemTitle {
  position: relative;
}
span.comboTreeItemTitle.starred label {
  width: auto;
  display: inline-block;
}
.star-tooltip {
  color: #757575 !important;
}
.star-tooltip .material-icons {
  font-size: 18px;
  line-height: 16px;
  vertical-align: middle;
}
span.comboTreeItemTitle.starred:after,
.vscomp-option.starred .vscomp-option-text:after {
  content: "*";
  font-size: 20px;
  color: red;
  line-height: 19px;
  vertical-align: middle;
  margin-left: 2px;
  color: #D32F2F !important;
}
.overflow-hide {
  overflow: hidden;
}
#passwordModal {
  min-width: 320px;
}
.asterisk:after {
  font-size: 20px;
  content: "*";
  vertical-align: middle;
  color: #D32F2F !important;
}
.asterisk-space.asterisk:after {
  font-size: 20px;
  content: "*";
  vertical-align: middle;
  color: #D32F2F !important;
  left: 3px;
  position: relative;
}
.gta-reporter-region .vscomp-clear-button {
  right: 20px !important;
}
.modal-overlay {
  z-index: 99999 !important;
}
.modal,
.modal#ChartModal,
.modal#DisplayAutoTrialeModal,
.modal#PublicMessageModal,
.modal#BlackListMessageModal,
.modal#SorryMessageModal,
.modal#AppMessageModal,
.modal#NavMessageModal {
  z-index: 9999999 !important;
}
.exc-btn:has(.fa-lock) {
  padding-right: 33px !important;
}
.exc-btn .fa-lock {
  position: absolute;
  right: 0;
  margin-right: 0px !important;
}
.input-no-mrgn.input-field.inline input {
  padding-right: 25px !important;
}
.select-wrapper input.select-dropdown {
  padding-right: 25px !important;
}
.company-listing-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(1) strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.notification-datatable.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3) {
  text-align: left !important;
}
.alchempro-wrapper #helpDropDown {
  min-width: 250px !important;
}
.search-wrapper .btn {
  height: 40px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
[type=radio] + label:after,
[type=radio] + label:before {
  margin: 6px;
}
.custom-radio-btn label {
  min-height: 30px !important;
  line-height: 30px !important;
}
.energy-stat.ngx-datatable.scroll-horz:not(.ignore-height) .datatable-body {
  min-height: 96px !important;
}
.dashboard-company-profile-form-row .vscomp-search-label {
  display: none;
}
.dashboard-company-profile-form-row .vscomp-search-input {
  margin-top: 0px !important;
}
.dashboard-company-profile-form-row .vscomp-search-clear {
  position: absolute;
  right: 16px !important;
  top: 26px !important;
}
#createComponentModal .vscomp-wrapper.has-clear-button.has-value .vscomp-clear-button {
  right: 18px !important;
}
#createComponentModal .pop-comp-active .vscomp-wrapper.has-clear-button.has-value .vscomp-clear-button {
  margin-top: 3px;
}
#createComponentModal .vscomp-search-clear,
#createComponentModal .vscomp-wrapper.has-search-value .vscomp-search-clear {
  top: 16px !important;
}
.fullwidth.modal {
  width: 85% !important;
  max-width: 85% !important;
  height: 75vh !important;
}
#modal1New.fullwidth.modal .modal-content {
  height: 426px !important;
}
.fullwidth.modal .modal-content div {
  min-height: 100%;
  display: flex;
  width: 100%;
}
#newsIframe {
  background-image: url(https://static.fibre2fashion.com/staticresources/imagesng4/chart-loading2.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.search-wrapper .input-cancel-wrapper .input-cancel:not(.resetIcon) {
  top: 13px !important;
}
.align-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#createComponentModal .align-row > .col {
  float: none;
}
#createComponentModal .align-row > .col.createModalDatatypeLeft {
  float: none;
  clear: none;
}
#createComponentModal .modal-content .row .col.l6,
#createComponentModal .modal-content .row .col.s6 {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}
#createComponentModal .modal-content .row .company-listing-filter-section .col.l6,
#createComponentModal .modal-content .row .company-listing-filter-section .col.s6,
#createComponentModal .modal-content .row .dashboard-company-profile-form .col.l6,
#createComponentModal .modal-content .row .dashboard-company-profile-form .col.s6 {
  margin-top: 23px !important;
}
#createComponentModal .modal-content .row .dashboard-company-profile-form .col.s6:last-child,
#createComponentModal .modal-content .row .dashboard-company-profile-form .col.s6:nth-last-child(2),
#createComponentModal .modal-content .row .trade-data-form-wrapper .col.s6:last-child,
#createComponentModal .modal-content .row .trade-data-form-wrapper .col.s6:nth-last-child(2) {
  margin-bottom: 5px !important;
}
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(1),
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(1) {
  width: 12% !important;
}
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(2),
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(2) {
  width: 14% !important;
}
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(3),
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(3) {
  width: 12% !important;
}
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(4),
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(4) {
  width: 12% !important;
}
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(5),
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(5) {
  width: 14% !important;
}
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(6),
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(6),
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(7),
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(7) {
  width: 11% !important;
}
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable .datatable-body .datatable-body-row .datatable-body-cell:nth-child(8),
.alchempro-find-tariff-table .tariff-i-x-table.ngx-datatable.fixed-header .datatable-header .datatable-header-inner .datatable-header-cell:nth-child(8) {
  width: 14% !important;
}
#createComponentModal .modal-content input[type=text] {
  margin-bottom: 0px;
}
table.analytical-report-table td,
table.analytical-report-table th {
  white-space: nowrap;
  border-bottom: 1px solid #d9d9d9;
  padding: 11px 15px;
}
table.analytical-report-table thead {
  background-color: #fafcfc;
}
table.analytical-report-table.vertical {
  display: flex;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
}
table.analytical-report-table.vertical thead {
  width: 30%;
  border-bottom: none;
  max-width: 230px;
}
table.analytical-report-table.vertical tbody {
  width: 100%;
  overflow: auto;
  display: inline-flex;
}
table.analytical-report-table.vertical tr {
  border-right: 1px solid #d9d9d9;
}
table.analytical-report-table.vertical tr,
table.analytical-report-table.vertical tr td,
table.analytical-report-table.vertical tr th {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .chat-bot .navbar-fixed,
  .chat-bot .navbar-fixed nav {
    left: 300px;
    width: calc(100% - 300px);
  }
}
.chat-bot .mainContent #sidebar .sidebar-header {
  height: 100vh;
}
.chat-bot #sidebar .sidebar-header {
  top: 0px !important;
}
.chat-bot main {
  padding-top: 0px;
}
.chat-bot .main-wrapper {
  height: calc(100vh - 64px) !important;
  display: flex;
  flex-direction: column;
}
.chat-bot .chat-bot-wrapper #content {
  width: calc(100vw - 300px) !important;
  margin: 0 !important;
  height: calc(100vh - 64px) !important;
}
app-chat-bot-history,
.chat-bot .text-area-main {
  height: 100% !important;
  position: relative;
}
.chat-history-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  padding: 20px;
}
app-chat-bot-history {
  padding: 20px;
  background: #f2f7f8;
}
.chat-bot .search-panel {
  position: relative !important;
  width: 100% !important;
  padding: 20px;
}
.answer-container {
  background-color: #ffffff;
}
.text-area-main .quesiton-answer-row:last-child {
  border: 0px;
}
.userguide a {
  position: absolute;
  right: calc(100vw - 99%);
  color: #fff;
  padding: 0px 20px;
  height: 38px;
  top: 15px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  border-image-source:
    linear-gradient(
      to left,
      #00C853,
      #B2FF59);
  background: rgb(2, 0, 36);
  background:
    linear-gradient(
      90deg,
      rgb(206 82 39) 0%,
      rgb(245 130 48) 60%,
      rgb(250 168 32) 100%);
  -webkit-box-shadow: 2px 2px 23px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 23px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 23px -6px rgb(215 93 41);
}
@media (max-width: 767px) {
  .userguide {
    display: none;
  }
  .chat-bot .chat-bot-wrapper #content {
    width: 100% !important;
    height: calc(100dvh - 56px) !important;
  }
  .chat-bot .main-wrapper {
    height: calc(100dvh - 56px) !important;
  }
  .chat-history-wrapper {
    padding: 0px 0px 15px;
  }
  .chat-bot .mainContent #sidebar .sidebar-header {
    height: calc(100dvh - 56px);
  }
}
a {
  cursor: pointer !important;
}
.filter-section .comboTreeDropDownContainer {
  min-width: max-content !important;
}
.comboTreeDropDownContainer [type=checkbox]:checked + label.disabled:before {
  width: 15px;
  height: 15px;
  transform: rotate(0deg);
  left: 0px;
}
#createComponentModal .modal-content .col label.hide {
  display: block !important;
}
.rm-cf-table.ngx-datatable.scroll-horz .datatable-body,
.rm-cf-table.ngx-datatable.scroll-horz:not(.cell-selection) .datatable-body-row:hover,
.rm-cf-table.ngx-datatable.scroll-horz:not(.cell-selection) .datatable-body-row:hover .datatable-row-group {
  background-color: #fafcfc;
}
.rm-cf-table.ngx-datatable.scroll-horz .datatable-body .datatable-body-row > div {
  border: none !important;
}
.rm-cf-table.ngx-datatable.scroll-horz .datatable-row-center,
.rm-cf-table.ngx-datatable.scroll-horz.material .datatable-body .datatable-body-row .datatable-body-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.rm-cf-table.ngx-datatable.scroll-horz .datatable-body::-webkit-scrollbar:horizontal {
  height: 12px !important;
}
.rm-cf-table.ngx-datatable.scroll-horz .datatable-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 10px !important;
  border: 2px solid #ffffff !important;
}
.rm-cf-table.ngx-datatable.scroll-horz .datatable-body::-webkit-scrollbar-track {
  border-radius: 10px !important;
  background-color: #ffffff !important;
}
.rm-cf-table.ngx-datatable.scroll-horz .datatable-body::-webkit-scrollbar {
  -webkit-appearance: none;
}
span.comboTreeItemTitle.starred.conversion-available-none:after {
  content: "\25c6";
  margin-left: 5px;
  line-height: 15px;
  font-size: 14px;
}
.conversion-icon.asterisk:after {
  font-size: 15px;
  content: "\25c6";
  vertical-align: middle;
  color: #D32F2F !important;
}
.tooltip-comp {
  position: fixed !important;
  background-color: #f2f7f8 !important;
  z-index: 999999999 !important;
  color: #000000 !important;
  padding: 10px;
  font-size: 12px !important;
  border: 1px solid rgb(158 158 158 / 50%) !important;
  border-radius: 6px;
  text-align: left !important;
}
.vscomp-arrow {
  background-color: #ffffff;
  border-radius: 20px;
}
.tooltip-comp-content .tooltip-content {
  background-color: #f2f7f8 !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
:root {
  --texpro: #f36f39;
  --alchempro: #023e8a;
  --header-height: 62px;
}
body.no-scroll {
  overflow: hidden;
}
.comboTreeInputBox {
  opacity: 0;
}
.comboTreeInputValue {
  position: absolute;
  left: 0px;
  pointer-events: none;
  border-radius: 6px !important;
  border: 1px solid rgb(158 158 158 / 70%) !important;
  box-shadow: none !important;
  height: 30px !important;
  min-height: 30px !important;
  line-height: 30px !important;
  display: block !important;
  padding-left: 10px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 22px !important;
  white-space: nowrap;
  top: 0px !important;
  transform: none !important;
  font-size: 13px !important;
  font-weight: normal !important;
  color: #333 !important;
  text-transform: capitalize;
}
.wg-drop.country-selector li,
.wg-drop.country-selector :not(.wgcurrent) a {
  width: 100% !important;
}
.wg-drop.country-selector li {
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.wg-drop.country-selector ul {
  overflow: hidden !important;
}
.weglot-container {
  display: flex !important;
  align-items: center;
  height: 100%;
}
.wg-drop.country-selector .wgcurrent {
  border-radius: 6px;
  height: 30px !important;
  line-height: 30px !important;
  overflow: hidden;
}
.wg-drop.country-selector a {
  height: 28px !important;
  align-items: flex-start;
}
.wg-drop.country-selector .wgcurrent:after {
  height: 28px !important;
  transform: none !important;
  right: 7px !important;
}
.wg-drop.country-selector :not(.wgcurrent) a {
  height: 30px !important;
  display: flex;
  justify-content: left;
}
.weglot-container-nav .wg-drop.country-selector :not(.wgcurrent) a {
  justify-content: left;
  column-gap: 8px;
}
.vscomp-search-clear,
.vscomp-wrapper.has-search-value .vscomp-search-clear {
  position: absolute;
  top: 14px;
}
.select-dropdown {
  opacity: 0;
}
.select-dropdown-label {
  border-radius: 6px !important;
  border: 1px solid rgb(158 158 158 / 70%) !important;
  padding: 0px 7px !important;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 30px;
  top: 0px;
  line-height: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #ffffff;
  pointer-events: none;
  text-align: left;
}
.years .select-wrapper .select-dropdown-label {
  padding-left: 18px;
  padding-right: 15px;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.4);
  font-weight: 600;
  text-align: center;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  justify-content: center;
}
.p-autoComplete-wrapper {
  position: relative;
  min-height: 30px;
}
.p-autoComplete-wrapper.show-lable .p-autocomplete-input {
  display: none;
}
.p-autoComplete-wrapper > label {
  border-radius: 6px !important;
  border: 1px solid rgb(158 158 158 / 70%) !important;
  box-shadow: none !important;
  height: 30px !important;
  min-height: 30px !important;
  line-height: 30px !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: normal;
  top: 0px;
  width: 100%;
  left: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ngx-datatable.material .datatable-header .datatable-row-left,
.ngx-datatable.material .datatable-body .datatable-row-left,
.ngx-datatable.material .datatable-header .datatable-row-right,
.ngx-datatable.material .datatable-body .datatable-row-right {
  background-color: #fafcfc !important;
}
.pop-comp-wrapper.vscomp-dropbox-container,
.vscomp-ele.pop-comp-active .pop-comp-wrapper.vscomp-dropbox-container {
  top: 0px !important;
  z-index: 99 !important;
}
.vscomp-search-input {
  margin: 8px 0px 8px 0px !important;
}
.vscomp-wrapper.has-select-all .vscomp-search-container {
  height: 87px !important;
}
.vscomp-search-clear,
.vscomp-wrapper.has-search-value .vscomp-search-clear {
  top: 10px !important;
}
.vscomp-wrapper.has-select-all .vscomp-toggle-all-label,
.vscomp-wrapper.has-select-all .vscomp-toggle-all-button {
  width: auto;
}
.vscomp-clear-button {
  right: 0px !important;
}
.disabled .vscomp-wrapper.has-clear-button .vscomp-toggle-button {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.nav-span {
  color: #757575;
  text-transform: capitalize;
  line-height: 10px;
  font-size: 9px;
  font-weight: normal !important;
}
.user-dropdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 5px !important;
  min-width: 58px;
}
.user-dropdown i {
  line-height: 30px !important;
}
.weglot-container-nav .wg-drop.country-selector .wgcurrent {
  border: none !important;
}
.weglot-container-nav .wg-drop.country-selector .wgcurrent a {
  padding-right: 28px !important;
  flex-direction: column;
  font-size: 12px;
}
.weglot-container-nav .wg-flags a img.wg-flag {
  margin: 0px !important;
  min-height: 20px;
  min-width: 20px;
}
.weglot-container-nav ul .wg-flags a img.wg-flag {
  height: 18px !important;
  width: 18px !important;
  pointer-events: none !important;
}
.weglot-container-nav ul .wg-flags a {
  padding-right: 10px !important;
  font-size: 13px;
}
.weglot-container-nav .wg-drop.country-selector .wgcurrent {
  border-radius: 6px;
  height: 40px !important;
  line-height: 28px !important;
}
.weglot-container-nav .wg-drop.country-selector {
  max-width: 60px !important;
}
.weglot-container-nav .wg-drop.country-selector ul {
  top: 53px !important;
  right: -21px !important;
  width: 100px;
}
.select-wrapper span.caret {
  right: 1px;
  width: 20px;
  background: #ffffff;
  text-align: center;
}
.show-icons.ngx-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
  flex-direction: row-reverse;
  white-space: break-spaces;
  justify-content: flex-end;
}
.beta-badge {
  position: absolute;
  background: #9063cd;
  color: #fff;
  font-size: 10px;
  padding: 0 3px;
  border-radius: 5px 5px 5px 0px;
  margin: 0;
  line-height: 17px;
  right: -7px;
  top: 3px;
  z-index: 9999999999;
  pointer-events: none;
  text-transform: uppercase;
}
.nav-weglot-container .wg-drop.country-selector .wgcurrent:after {
  top: 7px !important;
  pointer-events: none;
}
button.read-more {
  padding: 0px;
  border: none !important;
}
#modal1New .custom-modal .modal-content {
  max-width: 99%;
}
.datepicker:not(.picker__input) {
  opacity: 0;
}
.monthpickerLAbel {
  position: relative !important;
  top: 0 !important;
  margin-top: -30px;
  left: 0 !important;
  text-align: left;
  height: 30px;
  line-height: 30px;
  border-radius: 6px !important;
  border: 1px solid rgb(158 158 158 / 70%) !important;
  box-shadow: none !important;
  height: 30px !important;
  min-height: 30px !important;
  line-height: 30px !important;
  display: flex !important;
  align-items: center !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 100% !important;
  box-sizing: border-box;
  font-size: 13px !important;
  pointer-events: none;
  cursor: pointer;
  transform: none !important;
  color: #343434 !important;
  font-weight: normal !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.picker__frame {
  width: 360px !important;
  max-width: 360px !important;
}
input.datepicker {
  opacity: 0;
  cursor: pointer;
}
.disabled .monthpickerLAbel {
  color: rgba(0, 0, 0, 0.3) !important;
}
.new-filter-btn {
  line-height: 30px;
  color: #464e62;
  background-color: #f2f7f8 !important;
}
.new-filter-btn i {
  font-size: 13px;
}
.zsiq_custommain.zsiqfanim,
.zsiq_floatmain.zsiqfanim {
  opacity: 1 !important;
}
div.filter-select {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.weglot-container-home .wg-drop.country-selector .wgcurrent {
  cursor: pointer;
}
.translating {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  color: #000000;
}
.vscomp-options-container {
  max-height: 210px !important;
}
.c-span {
  display: inline;
}
.hide-weglot .weglot-container,
.hide-weglot .nav-weglot-container,
.hide-weglot .weglot-container-app {
  display: none !important;
}
.beta-tag-tab {
  background-color: #9063cd;
  color: white;
  font-size: 8px;
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 2px;
  margin-bottom: 10px;
}
.f2fai-logo-tab {
  height: 17px;
  margin-bottom: -2px;
}
.f2fai-logo-span {
  padding-left: 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 22px;
}
.insights-container-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tab.data-insights .insights-container-logo {
  align-items: center !important;
  justify-content: center !important;
}
.text-container {
  display: block;
  align-items: flex-end;
}
.text-container-beta {
  display: flex;
  align-items: center;
}
.compare-wrapper table.responsive-table tbody tr td .select-dropdown-label {
  border: none !important;
}
.not-short-span::before,
.not-short-span::after {
  content: none !important;
  display: none !important;
}
.filter-amount-unit-wrapper ul {
  min-width: 120px;
}
.wrapper .weglot-container-nav .wg-drop.country-selector ul {
  width: 74px;
  right: -9px !important;
  top: 50px !important;
}
.weglot-container-home .wg-drop.country-selector.open .wgcurrent,
.weglot-container-home .wg-drop.country-selector.open .wgcurrent a {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.wg-drop.country-selector .wgcurrent a {
  padding-right: 25px;
}
.wg-flags a img.wg-flag {
  height: 18px;
  margin-right: 7px;
}
.weglot-container-home .wg-flags a img.wg-flag {
  width: 18px !important;
}
.wg-drop.country-selector a {
  align-items: center;
  height: 37px;
  padding: 0 15px 0 5px;
  white-space: nowrap;
}
.wg-drop.country-selector li {
  list-style-type: none;
  width: auto;
  border-bottom: 1px solid #f5f5f5;
}
.weglot-container-nav .wg-drop.country-selector .wgcurrent a {
  padding-right: 25px !important;
  flex-direction: column;
}
.weglot-container-nav .wg-drop.country-selector {
  max-width: 54px !important;
}
.weglot-container-nav .wg-drop.country-selector .wgcurrent a {
  padding-right: 25px !important;
  flex-direction: column;
  font-size: 11px;
  color: #818080;
}
.weglot-container {
  display: flex !important;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 5px;
}
.nav-weglot-container .wg-drop.country-selector .wgcurrent:after {
  top: 0px !important;
  pointer-events: none;
  right: 4px !important;
}
.dashboard-title-tooltip {
  margin-left: 5px !important;
  display: inline-block;
  vertical-align: text-top;
}
.page-title {
  background:
    linear-gradient(
      to right,
      orange,
      purple) !important;
  padding: 1px;
  border: none !important;
}
.page-title .tooltip-comp-content {
  background-color: #ffffff !important;
  border-radius: 6px !important;
  padding: 6px 10px !important;
}
.page-title .tooltip-comp-content .tooltip-content {
  background-color: #ffffff !important;
}
.page-title .tooltip-comp-arrow::before {
  background-color: orange;
}
@media only screen and (max-width: 991px) {
  .user-dropdown {
    height: 64px !important;
    min-width: 40px !important;
  }
  #supporticon {
    min-width: 40px !important;
    max-width: 40px !important;
  }
  .nav-weglot-container .wg-drop.country-selector .wgcurrent:after {
    display: none !important;
  }
  .weglot-container-nav .wg-drop.country-selector .wgcurrent a {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .account-dropdown-wrapper {
    padding-left: 10px;
  }
  .help-btn .fa-question-circle-o {
    font-size: 20px !important;
  }
  .weglot-container-nav .wg-drop.country-selector .wgcurrent {
    height: 30px !important;
    line-height: 30px !important;
  }
  .weglot-container-nav .wg-drop.country-selector .wgcurrent a {
    line-height: 0px !important;
    color: transparent;
  }
  .weglot-container-nav .wg-flags a img.wg-flag {
    height: 20px;
    min-height: 20px;
  }
  .weglot-container-nav .wg-drop.country-selector {
    max-width: 34px !important;
  }
  .wrapper .weglot-container-nav .wg-drop.country-selector ul {
    top: 40px !important;
  }
}
.p-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.datatable-header-cell.sortable .datatable-header-cell-template-wrap span.asc:before {
  content: "e" !important;
}
.datatable-header-cell.sortable .datatable-header-cell-template-wrap span.desc:before {
  content: "f" !important;
}
@media only screen and (max-width: 1024px) {
  .scroll-horz:before {
    background-color: #ffffff !important;
    position: absolute;
    right: 50%;
    top: 67px;
    content: "";
    width: 80px;
    height: 80px;
    z-index: 9;
    border-radius: 50%;
    margin-right: -40px !important;
    z-index: 99;
    box-shadow:
      rgba(17, 17, 26, 0.1) 0px 8px 24px,
      rgba(17, 17, 26, 0.1) 0px 16px 56px,
      rgba(17, 17, 26, 0.1) 0px 24px 80px;
    pointer-events: none;
    opacity: 1;
    animation: badgeHide 0.5s ease-out 4s forwards;
  }
  .scroll-horz:after {
    background-image: url(https://static.fibre2fashion.com/staticresources/imagesng4/move.gif);
    position: absolute;
    right: 50%;
    top: 85px;
    content: "";
    width: 50px;
    height: 50px;
    background-size: contain;
    z-index: 99;
    margin-right: -25px !important;
    pointer-events: none;
    opacity: 1;
    animation: badgeHide 0.5s ease-out 4s forwards;
  }
  @keyframes badgeHide {
    to {
      opacity: 0;
    }
  }
}
@media only screen and (max-width: 991px) {
  .button-right-postition .dropdown-button {
    font-size: 11px !important;
  }
  .button-right-postition .dropdown-button i {
    display: none !important;
  }
}
.p-l-2 {
  padding-left: 2px !important;
}
.p-r-2 {
  padding-right: 2px !important;
}
.mainContent.aichatbot-visible #AiChatBot {
  padding: 0px 15px 0px 0;
}
.mainContent.aichatbot-visible .custom-scrollbar {
  height: calc(100% - 43px) !important;
  padding-right: 8px;
}
.mainContent.aichatbot-visible #sidebar .sidebar-header {
  position: sticky !important;
  top: 0px !important;
  height: 100%;
}
.mainContent.aichatbot-visible .chat-bot-wrapper {
  min-height: calc(100% - 30px) !important;
  height: calc(100% - 0px) !important;
  width: calc(100% - 15px) !important;
  position: absolute;
}
.mainContent.aichatbot-visible .main-wrapper {
  height: 100%;
  width: 100%;
}
.mainContent.aichatbot-visible app-chat-bot-history {
  display: block;
  max-height: 100% !important;
}
.mainContent.aichatbot-visible #sidebar,
.mainContent.aichatbot-visible #sidebar .sidebar-header,
.mainContent.aichatbot-visible .custom-scrollbar {
  background: #f2f7f8 !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.mainContent.aichatbot-visible .newchat a,
.mainContent.aichatbot-visible .new-chat-row:hover,
.mainContent.aichatbot-visible .new-chat-row:hover,
.mainContent.aichatbot-visible .new-chat-row.new-chat-row-selectd {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.mainContent.aichatbot-visible .chat-txt a {
  color: #000000 !important;
}
.mainContent.aichatbot-visible #content {
  margin: 0px 0px 0px 325px;
}
.mainContent.aichatbot-visible .centered {
  transform: translateY(calc(-40vh + 64px));
  max-width: 710px;
}
.mainContent.aichatbot-visible .search-panel {
  position: absolute;
  width: 100%;
}
.mainContent.aichatbot-visible .notFound {
  left: 0px;
}
.mainContent.aichatbot-visible .text-area-main {
  height: 100% !important;
}
.mainContent.aichatbot-visible app-chat-bot-history {
  background: #ffffff !important;
}
.mainContent.aichatbot-visible .centered .inputfield .form-control {
  background-color: #f2f7f8 !important;
}
.mainContent.aichatbot-visible #sidebar {
  overflow: hidden;
}
.mainContent.aichatbot-visible .icon-color {
  color: #000000;
}
.mainContent.aichatbot-visible .notFound p {
  color: #000000 !important;
  padding: 0px 70px 0;
}
.mainContent.aichatbot-visible .notFound {
  margin-top: 0px !important;
  top: calc(50% - 42%) !important;
  transform: none !important;
}
.mainContent.aichatbot-visible .RecentView-button,
.mainContent.aichatbot-visible .button-right-postition {
  visibility: hidden;
}
.mainContent.aichatbot-visible .pageTitle .chatbot-common-btn {
  position: relative;
  bottom: 0px;
  right: 0px;
  transform: none !important;
  background-color: transparent !important;
  height: 19px;
  padding: 0px;
  display: inline;
  font-weight: 400;
  color: #787878;
  font-size: 13px;
  top: 1px;
  font-weight: 500;
}
.mainContent.aichatbot-visible .pageTitle .chatbot-common-btn img {
  vertical-align: top;
}
#Suggestions {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: right;
  flex-wrap: nowrap;
  align-items: end;
}
#Suggestions span.suggestion-item {
  cursor: pointer;
  border: 1px solid #7dd0dc;
  margin-right: 15px;
  padding: 2px 10px;
  border-radius: 10px;
  color: #000000;
  font-weight: lighter;
  font-size: 15px;
  margin-bottom: 15px;
  width: fit-content;
}
.mainContent.aichatbot-visible .search-panel {
  position: absolute;
  width: calc(100% - 46px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  bottom: 0px;
}
.mainContent.aichatbot-visible .text-area-main .quesiton-answer-row:last-child {
  padding-bottom: 60px;
}
.mainContent.aichatbot-visible .question-heading-title.skeleton-loader {
  margin-bottom: 65px;
}
.mainContent.aichatbot-visible .common-chart-btn {
  line-height: 21px;
  width: 35px;
  height: 35px;
}
.mainContent.aichatbot-visible .beta-tag {
  left: 11px;
  top: -12px;
}
.chatbot-common-btn .beta-tag-tab {
  top: -10px;
  position: relative;
}
.chatbot-button-wrapper {
  pointer-events: unset !important;
  cursor: not-allowed !important;
}
.btn.chatbot-common-btn .beta-tag-tab {
  top: -10px;
  margin-left: 5px;
  margin-bottom: 0px;
  line-height: 18px;
  font-size: 11px;
  padding: 0px 5px;
  position: absolute;
  right: -7px;
  z-index: 1;
}
.mainContent.aichatbot-visible .copyright-text {
  background-color: #ffffff;
}
.mainContent.aichatbot-visible .common-chart-btn.insight-ai {
  background-color: #24fe98 !important;
  border: none !important;
}
.mainContent.aichatbot-visible .answer-icon {
  padding-left: 0px !important;
}
.mainContent.aichatbot-visible #sidebar .sidebar-header {
  padding: 10px !important;
}
.mainContent.aichatbot-visible #sidebar,
.mainContent.aichatbot-visible #sidebar .sidebar-header {
  min-width: 275px !important;
  max-width: 275px !important;
}
.mainContent.aichatbot-visible #sidebar .newchat a {
  width: 85%;
  padding: 0px 15px;
  margin-bottom: 15px;
}
.mainContent.aichatbot-visible .search-panel:before {
  content: "";
  width: 10%;
  background: #ffffff;
  right: 99%;
  position: absolute;
  bottom: 0px;
  height: 100%;
}
.pagetitle-button-t {
  transition: 0.5s !important;
  position: relative;
}
.insights-list-loader,
.insights-list-loader .card.horizontal,
.insights-list-loader .timeline-wrapper,
.insights-list-loader .timeline-item {
  border: none !important;
  padding: 0px !important;
  border-radius: 0px !important;
}
.ul-margin-0 ul {
  margin-bottom: 0px !important;
}
.title-hide {
  transform: translateY(-100%);
  opacity: 0;
}
.hide-nav {
  opacity: 0;
  height: 0px;
}
.scroll-bottom {
  opacity: 1;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #313644 !important;
  background: rgb(255 255 255);
  border: none;
  position: absolute;
  bottom: 107px;
  left: 50%;
  margin-left: -18px;
  z-index: 99;
  border: 1px solid #fa6a40;
}
.scroll-bottom i {
  font-size: 20px !important;
}
.scroll-bottom:hover,
.scroll-bottom:focus {
  background: #fa6a40 !important;
  border: 1px solid #fa6a40;
}
.scroll-bottom:hover i,
.scroll-bottom:focus i {
  color: #ffffff;
}
.position-fixed.scroll-bottom {
  left: calc(50% + 35px);
}
.mainContent.shrink .position-fixed.scroll-bottom {
  left: calc(50% + 142px);
}
form.chat-form:before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 100%;
  top: -77.5%;
  background:
    linear-gradient(
      to bottom,
      transparent 0,
      var(--nvzc4, #fff) 60px);
  left: -10px;
  pointer-events: none;
}
form.chat-form.centered:before {
  display: none;
}
.position-fixed {
  position: fixed !important;
}
.highlight-new {
  font-size: 10px;
  background-color: #f27138;
  color: #fff;
  font-weight: normal;
  padding: 1px 2px;
  display: inline;
  margin-left: 5px;
}
.disabled-other [aria-selected=false] {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: transparent !important;
}
div.module-selecte-wrapper .dropdown-content li.selected {
  pointer-events: none;
}
.dashboard-filters {
  position: absolute;
  z-index: 9;
  right: 15px !important;
  padding: 10px !important;
  width: calc(100% - 30px) !important;
  background: #fff;
  top: 40px;
  display: none;
  border: 1px solid rgb(70 78 98 / 20%);
  border-radius: 6px;
  min-width: fit-content;
  max-width: fit-content;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.dashboard-filters .filter-section.m-b-15,
.dashboard-filters .m-b-10 {
  margin-bottom: 0px !important;
}
.dashboard-filter-btn.btn.orange-bordered-btn {
  padding: 0px 10px !important;
  transform: translateY(-4px);
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
  margin-right: 7px;
}
.dashboard-filter-btn.btn.orange-bordered-btn i {
  padding: 0px !important;
  margin-right: 4px !important;
}
.dashboard-filter-btn.btn.orange-bordered-btn:not(.opened) .close-icon {
  display: none !important;
}
.dashboard-filter-btn.btn.orange-bordered-btn.opened .filter-icon {
  display: none !important;
}
.filters-close-icon {
  position: absolute;
  bottom: calc(100% - 18px);
  left: calc(100% - 14px);
  border-radius: 50%;
  padding: 2px;
  font-size: 19px !important;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  color: #ffffff;
  background: #464e62;
  cursor: pointer;
}
#sortable {
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: auto !important;
  flex-wrap: wrap;
}
#sortable > div:nth-child(odd) {
  padding-left: 0px !important;
  padding-right: 0px !important;
  min-width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin: 0px !important;
}
#sortable > div:nth-child(even) {
  padding-right: 0px !important;
  padding-left: 0px !important;
  min-width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin: 0px !important;
}
#sortable > div:nth-child(odd).m12,
#sortable > div:nth-child(even).m12 {
  min-width: 100%;
  max-width: 100%;
  margin: 0px !important;
}
#sortable .component-item {
  margin: 0px !important;
}
#sortable > div:last-child {
  margin-bottom: 20px !important;
}
#sortable.sorting-mode .m12.component-item-wrapper {
  display: none !important;
}
.component-item .historical-price-dashboard-data-table.ngx-datatable .datatable-body {
  height: 275px !important;
}
#SelectProductName .vscomp-search-clear,
#SelectProductName .vscomp-wrapper.has-search-value .vscomp-search-clear {
  top: 15px !important;
}
.data-insights.disabled {
  opacity: 0.75;
}
.component-item .filter-title {
  display: none !important;
}
.dashboard-filter-btn.btn.orange-bordered-btn.opened {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background: #464e62 !important;
  color: #ffffff !important;
}
.hide-graph.component-item highcharts-chart {
  opacity: 0;
}
button#chatbot-button.disabled {
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding-right: 33px !important;
  overflow: hidden;
  background-color: #24fe98 !important;
  color: #000000 !important;
}
button#chatbot-button.disabled img,
button#chatbot-button.disabled span:not(.beta-tag-tab, .beta-tag-tab-app) {
  opacity: 0.7;
}
button#chatbot-button.disabled:after {
  content: "\f023";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #464e62;
  color: #ffffff;
  width: 25px;
  border-radius: 6px;
  font-size: 1rem;
  line-height: 36px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.tab.data-insights a.disabled .insights-container-logo:after {
  content: "\f023";
  font-family: FontAwesome;
  bottom: 0;
  display: flex;
  top: 4px;
  right: auto;
  align-content: center;
  flex-wrap: wrap;
  color: #ff4b00;
  font-size: 1.2rem;
  width: 20px;
  text-align: center;
  justify-content: center;
  height: 25px;
  border-radius: 6px !important;
  position: relative;
  left: 0;
}
#TDropdown a.disabled {
  position: relative;
}
#TDropdown a.disabled:after {
  content: "\f023";
  font-family: FontAwesome;
  position: absolute;
  display: flex;
  bottom: 0;
  right: calc(100% - 15px);
  align-content: center;
  flex-wrap: wrap;
  color: #f36f38;
  font-size: 1.4rem;
  width: 20px;
  text-align: center;
  justify-content: center;
  height: 25px;
  border-radius: 6px !important;
}
.common-chart-btn-wrapper.disabled,
.tab.data-insights:has(a.disabled) {
  cursor: not-allowed !important;
  pointer-events: all !important;
}
.tabs .tab a.disabled {
  pointer-events: none !important;
}
.tabs .data-insights a.disabled {
  pointer-events: all !important;
}
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:has(.disabled) {
  pointer-events: none !important;
}
.wrapper.enable-lite .col.s12:has(#ScreenAlert) ~ *,
.wrapper.enable-lite .col.s12#ScreenAlert ~ * {
  pointer-events: none !important;
  opacity: 0.5;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wrapper.enable-lite .col.s12:has(#ScreenAlert) ~ * .yellow-alert,
.wrapper.enable-lite .col.s12#ScreenAlert ~ * .yellow-alert,
.wrapper.enable-lite .col.s12:has(#ScreenAlert) ~ .yellow-alert,
.wrapper.enable-lite .col.s12#ScreenAlert ~ .yellow-alert {
  display: none !important;
}
.wrapper.enable-lite .site-logo::after {
  vertical-align: bottom;
  bottom: 4px;
  top: auto;
  position: relative;
  background: #f26f39;
  color: #fff;
  font-size: 12px;
  padding: 1px 4px;
  border-radius: 3px;
  margin: 0;
  line-height: 17px;
  z-index: 9999999999;
  pointer-events: none;
  text-transform: capitalize;
  content: "Lite";
  left: 5px;
}
.wrapper.enable-lite .navbar-fixed .site-logo::after {
  position: relative;
  background: #f26f39;
  color: #fff;
  font-size: 12px;
  padding: 1px 4px;
  border-radius: 3px;
  margin: 0;
  line-height: 17px;
  bottom: 0;
  z-index: 999;
  pointer-events: none;
  text-transform: capitalize;
  content: "Lite";
  vertical-align: text-bottom;
  top: 8px;
  left: 5px;
  bottom: auto;
}
.chatbot-common-btn.disabled {
  pointer-events: all !important;
  cursor: not-allowed !important;
}
.wrapper.enable-lite:has(.mainContent #ScreenAlert) a.history-btn,
.wrapper.enable-lite:has(.mainContent #ScreenAlert) a.RecentView-button {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.news-section .search-wrapper {
  height: 30px;
  width: 300px;
  display: flex;
}
.news-section .search-wrapper .input-field input,
.news-section .search-wrapper .btn {
  height: 30px !important;
  line-height: 30px !important;
}
.news-section .search-wrapper .search-btn i {
  font-size: 22px !important;
  line-height: 30px;
}
.news-section .search-wrapper .input-field {
  width: auto !important;
  flex: 1;
}
.news-section .search-wrapper .input-cancel-wrapper .input-cancel:not(.resetIcon) {
  top: 8px !important;
}
.f-600 {
  font-weight: 600;
}
.hscode-note.error.red-text {
  background-color: #fff3e0 !important;
  padding: 0.1rem 0.4rem !important;
  line-height: 20px;
  color: #333 !important;
  font-size: 12px;
  text-align: left;
  border-radius: 6px;
  top: 1px;
}
.empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -40%);
}
.empty-icon {
  font-size: 64px;
  color: #bdbdbd;
  margin-bottom: 16px;
}
.empty-state h3 {
  margin: 10px 0 0px;
  font-weight: 500;
  font-size: 25px;
}
.empty-state p {
  margin-top: 7px;
  font-size: 16px;
  color: #000000;
  opacity: 0.75;
}
.auto-height.field-title {
  height: auto !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.vscomp-wrapper.multiple .vscomp-option .vscomp-option-text {
  width: calc(100% - 45px) !important;
}
.select-search-input {
  max-width: 100% !important;
}
.dropdown-content {
  z-index: 9999999;
  min-width: 150px;
}
.overflow-y-visible {
  overflow-y: visible !important;
}

/* node_modules/katex/dist/katex.min.css */
@font-face {
  font-display: block;
  font-family: KaTeX_AMS;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_AMS-Regular-U6PRYMIZ.woff2") format("woff2"),
    url("./media/KaTeX_AMS-Regular-CYEKBG2K.woff") format("woff"),
    url("./media/KaTeX_AMS-Regular-JKX5W2C4.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Caligraphic;
  font-style: normal;
  font-weight: 700;
  src:
    url("./media/KaTeX_Caligraphic-Bold-5QL5CMTE.woff2") format("woff2"),
    url("./media/KaTeX_Caligraphic-Bold-WZ3QSGD3.woff") format("woff"),
    url("./media/KaTeX_Caligraphic-Bold-ZTS3R3HK.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Caligraphic;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Caligraphic-Regular-KX5MEWCF.woff2") format("woff2"),
    url("./media/KaTeX_Caligraphic-Regular-3LKEU76G.woff") format("woff"),
    url("./media/KaTeX_Caligraphic-Regular-A7XRTZ5Q.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Fraktur;
  font-style: normal;
  font-weight: 700;
  src:
    url("./media/KaTeX_Fraktur-Bold-2QVFK6NQ.woff2") format("woff2"),
    url("./media/KaTeX_Fraktur-Bold-T4SWXBMT.woff") format("woff"),
    url("./media/KaTeX_Fraktur-Bold-WGHVTYOR.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Fraktur;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Fraktur-Regular-2PEIFJSJ.woff2") format("woff2"),
    url("./media/KaTeX_Fraktur-Regular-PQMHCIK6.woff") format("woff"),
    url("./media/KaTeX_Fraktur-Regular-5U4OPH2X.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Main;
  font-style: normal;
  font-weight: 700;
  src:
    url("./media/KaTeX_Main-Bold-YP5VVQRP.woff2") format("woff2"),
    url("./media/KaTeX_Main-Bold-2GA4IZIN.woff") format("woff"),
    url("./media/KaTeX_Main-Bold-W5FBVCZM.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Main;
  font-style: italic;
  font-weight: 700;
  src:
    url("./media/KaTeX_Main-BoldItalic-N4V3DX7S.woff2") format("woff2"),
    url("./media/KaTeX_Main-BoldItalic-4P4C7HJH.woff") format("woff"),
    url("./media/KaTeX_Main-BoldItalic-ODMLBJJQ.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Main;
  font-style: italic;
  font-weight: 400;
  src:
    url("./media/KaTeX_Main-Italic-RELBIK7M.woff2") format("woff2"),
    url("./media/KaTeX_Main-Italic-SASNQFN2.woff") format("woff"),
    url("./media/KaTeX_Main-Italic-I43T2HSR.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Main;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Main-Regular-ARRPAO67.woff2") format("woff2"),
    url("./media/KaTeX_Main-Regular-P5I74A2A.woff") format("woff"),
    url("./media/KaTeX_Main-Regular-W74P5G27.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 700;
  src:
    url("./media/KaTeX_Math-BoldItalic-K4WTGH3J.woff2") format("woff2"),
    url("./media/KaTeX_Math-BoldItalic-6EBV3DK5.woff") format("woff"),
    url("./media/KaTeX_Math-BoldItalic-VB447A4D.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 400;
  src:
    url("./media/KaTeX_Math-Italic-6KGCHLFN.woff2") format("woff2"),
    url("./media/KaTeX_Math-Italic-KKK3USB2.woff") format("woff"),
    url("./media/KaTeX_Math-Italic-SON4MRCA.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: "KaTeX_SansSerif";
  font-style: normal;
  font-weight: 700;
  src:
    url("./media/KaTeX_SansSerif-Bold-RRNVJFFW.woff2") format("woff2"),
    url("./media/KaTeX_SansSerif-Bold-X5M5EMOD.woff") format("woff"),
    url("./media/KaTeX_SansSerif-Bold-STQ6RXC7.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: "KaTeX_SansSerif";
  font-style: italic;
  font-weight: 400;
  src:
    url("./media/KaTeX_SansSerif-Italic-HMPFTM52.woff2") format("woff2"),
    url("./media/KaTeX_SansSerif-Italic-PSN4QKYX.woff") format("woff"),
    url("./media/KaTeX_SansSerif-Italic-WTBAZBGY.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: "KaTeX_SansSerif";
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_SansSerif-Regular-XIQ62X4E.woff2") format("woff2"),
    url("./media/KaTeX_SansSerif-Regular-OQCII6EP.woff") format("woff"),
    url("./media/KaTeX_SansSerif-Regular-2TL3USAE.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Script;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Script-Regular-APUWIHLP.woff2") format("woff2"),
    url("./media/KaTeX_Script-Regular-A5IFOEBS.woff") format("woff"),
    url("./media/KaTeX_Script-Regular-72OLXYNA.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Size1;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Size1-Regular-5LRUTBFT.woff2") format("woff2"),
    url("./media/KaTeX_Size1-Regular-4HRHTS65.woff") format("woff"),
    url("./media/KaTeX_Size1-Regular-7K6AASVL.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Size2;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Size2-Regular-LELKET5D.woff2") format("woff2"),
    url("./media/KaTeX_Size2-Regular-K5ZHAIS6.woff") format("woff"),
    url("./media/KaTeX_Size2-Regular-222HN3GT.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Size3;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Size3-Regular-WQRQ47UD.woff2") format("woff2"),
    url("./media/KaTeX_Size3-Regular-TLFPAHDE.woff") format("woff"),
    url("./media/KaTeX_Size3-Regular-UFCO6WCA.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Size4;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Size4-Regular-CDMV7U5C.woff2") format("woff2"),
    url("./media/KaTeX_Size4-Regular-PKMWZHNC.woff") format("woff"),
    url("./media/KaTeX_Size4-Regular-7PGNVPQK.ttf") format("truetype");
}
@font-face {
  font-display: block;
  font-family: KaTeX_Typewriter;
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/KaTeX_Typewriter-Regular-VBYJ4NRC.woff2") format("woff2"),
    url("./media/KaTeX_Typewriter-Regular-MJMFSK64.woff") format("woff"),
    url("./media/KaTeX_Typewriter-Regular-3F5K6SQ6.ttf") format("truetype");
}
.katex {
  font:
    normal 1.21em KaTeX_Main,
    Times New Roman,
    serif;
  line-height: 1.2;
  position: relative;
  text-indent: 0;
  text-rendering: auto;
}
.katex * {
  -ms-high-contrast-adjust: none !important;
  border-color: currentColor;
}
.katex .katex-version:after {
  content: "0.16.45";
}
.katex .katex-mathml {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.katex .katex-html > .newline {
  display: block;
}
.katex .base {
  position: relative;
  white-space: nowrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.katex .base,
.katex .strut {
  display: inline-block;
}
.katex .textbf {
  font-weight: 700;
}
.katex .textit {
  font-style: italic;
}
.katex .textrm {
  font-family: KaTeX_Main;
}
.katex .textsf {
  font-family: KaTeX_SansSerif;
}
.katex .texttt {
  font-family: KaTeX_Typewriter;
}
.katex .mathnormal {
  font-family: KaTeX_Math;
  font-style: italic;
}
.katex .mathit {
  font-family: KaTeX_Main;
  font-style: italic;
}
.katex .mathrm {
  font-style: normal;
}
.katex .mathbf {
  font-family: KaTeX_Main;
  font-weight: 700;
}
.katex .boldsymbol {
  font-family: KaTeX_Math;
  font-style: italic;
  font-weight: 700;
}
.katex .amsrm,
.katex .mathbb,
.katex .textbb {
  font-family: KaTeX_AMS;
}
.katex .mathcal {
  font-family: KaTeX_Caligraphic;
}
.katex .mathfrak,
.katex .textfrak {
  font-family: KaTeX_Fraktur;
}
.katex .mathboldfrak,
.katex .textboldfrak {
  font-family: KaTeX_Fraktur;
  font-weight: 700;
}
.katex .mathtt {
  font-family: KaTeX_Typewriter;
}
.katex .mathscr,
.katex .textscr {
  font-family: KaTeX_Script;
}
.katex .mathsf,
.katex .textsf {
  font-family: KaTeX_SansSerif;
}
.katex .mathboldsf,
.katex .textboldsf {
  font-family: KaTeX_SansSerif;
  font-weight: 700;
}
.katex .mathitsf,
.katex .mathsfit,
.katex .textitsf {
  font-family: KaTeX_SansSerif;
  font-style: italic;
}
.katex .mainrm {
  font-family: KaTeX_Main;
  font-style: normal;
}
.katex .vlist-t {
  border-collapse: collapse;
  display: inline-table;
  table-layout: fixed;
}
.katex .vlist-r {
  display: table-row;
}
.katex .vlist {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
}
.katex .vlist > span {
  display: block;
  height: 0;
  position: relative;
}
.katex .vlist > span > span {
  display: inline-block;
}
.katex .vlist > span > .pstrut {
  overflow: hidden;
  width: 0;
}
.katex .vlist-t2 {
  margin-right: -2px;
}
.katex .vlist-s {
  display: table-cell;
  font-size: 1px;
  min-width: 2px;
  vertical-align: bottom;
  width: 2px;
}
.katex .vbox {
  align-items: baseline;
  display: inline-flex;
  flex-direction: column;
}
.katex .hbox {
  width: 100%;
}
.katex .hbox,
.katex .thinbox {
  display: inline-flex;
  flex-direction: row;
}
.katex .thinbox {
  max-width: 0;
  width: 0;
}
.katex .msupsub {
  text-align: left;
}
.katex .mfrac > span > span {
  text-align: center;
}
.katex .mfrac .frac-line {
  border-bottom-style: solid;
  display: inline-block;
  width: 100%;
}
.katex .hdashline,
.katex .hline,
.katex .mfrac .frac-line,
.katex .overline .overline-line,
.katex .rule,
.katex .underline .underline-line {
  min-height: 1px;
}
.katex .mspace {
  display: inline-block;
}
.katex .smash {
  display: inline;
  line-height: 0;
}
.katex .clap,
.katex .llap,
.katex .rlap {
  position: relative;
  width: 0;
}
.katex .clap > .inner,
.katex .llap > .inner,
.katex .rlap > .inner {
  position: absolute;
}
.katex .clap > .fix,
.katex .llap > .fix,
.katex .rlap > .fix {
  display: inline-block;
}
.katex .llap > .inner {
  right: 0;
}
.katex .clap > .inner,
.katex .rlap > .inner {
  left: 0;
}
.katex .clap > .inner > span {
  margin-left: -50%;
  margin-right: 50%;
}
.katex .rule {
  border: 0 solid;
  display: inline-block;
  position: relative;
}
.katex .hline,
.katex .overline .overline-line,
.katex .underline .underline-line {
  border-bottom-style: solid;
  display: inline-block;
  width: 100%;
}
.katex .hdashline {
  border-bottom-style: dashed;
  display: inline-block;
  width: 100%;
}
.katex .sqrt > .root {
  margin-left: .2777777778em;
  margin-right: -.5555555556em;
}
.katex .fontsize-ensurer.reset-size1.size1,
.katex .sizing.reset-size1.size1 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size1.size2,
.katex .sizing.reset-size1.size2 {
  font-size: 1.2em;
}
.katex .fontsize-ensurer.reset-size1.size3,
.katex .sizing.reset-size1.size3 {
  font-size: 1.4em;
}
.katex .fontsize-ensurer.reset-size1.size4,
.katex .sizing.reset-size1.size4 {
  font-size: 1.6em;
}
.katex .fontsize-ensurer.reset-size1.size5,
.katex .sizing.reset-size1.size5 {
  font-size: 1.8em;
}
.katex .fontsize-ensurer.reset-size1.size6,
.katex .sizing.reset-size1.size6 {
  font-size: 2em;
}
.katex .fontsize-ensurer.reset-size1.size7,
.katex .sizing.reset-size1.size7 {
  font-size: 2.4em;
}
.katex .fontsize-ensurer.reset-size1.size8,
.katex .sizing.reset-size1.size8 {
  font-size: 2.88em;
}
.katex .fontsize-ensurer.reset-size1.size9,
.katex .sizing.reset-size1.size9 {
  font-size: 3.456em;
}
.katex .fontsize-ensurer.reset-size1.size10,
.katex .sizing.reset-size1.size10 {
  font-size: 4.148em;
}
.katex .fontsize-ensurer.reset-size1.size11,
.katex .sizing.reset-size1.size11 {
  font-size: 4.976em;
}
.katex .fontsize-ensurer.reset-size2.size1,
.katex .sizing.reset-size2.size1 {
  font-size: .8333333333em;
}
.katex .fontsize-ensurer.reset-size2.size2,
.katex .sizing.reset-size2.size2 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size2.size3,
.katex .sizing.reset-size2.size3 {
  font-size: 1.1666666667em;
}
.katex .fontsize-ensurer.reset-size2.size4,
.katex .sizing.reset-size2.size4 {
  font-size: 1.3333333333em;
}
.katex .fontsize-ensurer.reset-size2.size5,
.katex .sizing.reset-size2.size5 {
  font-size: 1.5em;
}
.katex .fontsize-ensurer.reset-size2.size6,
.katex .sizing.reset-size2.size6 {
  font-size: 1.6666666667em;
}
.katex .fontsize-ensurer.reset-size2.size7,
.katex .sizing.reset-size2.size7 {
  font-size: 2em;
}
.katex .fontsize-ensurer.reset-size2.size8,
.katex .sizing.reset-size2.size8 {
  font-size: 2.4em;
}
.katex .fontsize-ensurer.reset-size2.size9,
.katex .sizing.reset-size2.size9 {
  font-size: 2.88em;
}
.katex .fontsize-ensurer.reset-size2.size10,
.katex .sizing.reset-size2.size10 {
  font-size: 3.4566666667em;
}
.katex .fontsize-ensurer.reset-size2.size11,
.katex .sizing.reset-size2.size11 {
  font-size: 4.1466666667em;
}
.katex .fontsize-ensurer.reset-size3.size1,
.katex .sizing.reset-size3.size1 {
  font-size: .7142857143em;
}
.katex .fontsize-ensurer.reset-size3.size2,
.katex .sizing.reset-size3.size2 {
  font-size: .8571428571em;
}
.katex .fontsize-ensurer.reset-size3.size3,
.katex .sizing.reset-size3.size3 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size3.size4,
.katex .sizing.reset-size3.size4 {
  font-size: 1.1428571429em;
}
.katex .fontsize-ensurer.reset-size3.size5,
.katex .sizing.reset-size3.size5 {
  font-size: 1.2857142857em;
}
.katex .fontsize-ensurer.reset-size3.size6,
.katex .sizing.reset-size3.size6 {
  font-size: 1.4285714286em;
}
.katex .fontsize-ensurer.reset-size3.size7,
.katex .sizing.reset-size3.size7 {
  font-size: 1.7142857143em;
}
.katex .fontsize-ensurer.reset-size3.size8,
.katex .sizing.reset-size3.size8 {
  font-size: 2.0571428571em;
}
.katex .fontsize-ensurer.reset-size3.size9,
.katex .sizing.reset-size3.size9 {
  font-size: 2.4685714286em;
}
.katex .fontsize-ensurer.reset-size3.size10,
.katex .sizing.reset-size3.size10 {
  font-size: 2.9628571429em;
}
.katex .fontsize-ensurer.reset-size3.size11,
.katex .sizing.reset-size3.size11 {
  font-size: 3.5542857143em;
}
.katex .fontsize-ensurer.reset-size4.size1,
.katex .sizing.reset-size4.size1 {
  font-size: .625em;
}
.katex .fontsize-ensurer.reset-size4.size2,
.katex .sizing.reset-size4.size2 {
  font-size: .75em;
}
.katex .fontsize-ensurer.reset-size4.size3,
.katex .sizing.reset-size4.size3 {
  font-size: .875em;
}
.katex .fontsize-ensurer.reset-size4.size4,
.katex .sizing.reset-size4.size4 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size4.size5,
.katex .sizing.reset-size4.size5 {
  font-size: 1.125em;
}
.katex .fontsize-ensurer.reset-size4.size6,
.katex .sizing.reset-size4.size6 {
  font-size: 1.25em;
}
.katex .fontsize-ensurer.reset-size4.size7,
.katex .sizing.reset-size4.size7 {
  font-size: 1.5em;
}
.katex .fontsize-ensurer.reset-size4.size8,
.katex .sizing.reset-size4.size8 {
  font-size: 1.8em;
}
.katex .fontsize-ensurer.reset-size4.size9,
.katex .sizing.reset-size4.size9 {
  font-size: 2.16em;
}
.katex .fontsize-ensurer.reset-size4.size10,
.katex .sizing.reset-size4.size10 {
  font-size: 2.5925em;
}
.katex .fontsize-ensurer.reset-size4.size11,
.katex .sizing.reset-size4.size11 {
  font-size: 3.11em;
}
.katex .fontsize-ensurer.reset-size5.size1,
.katex .sizing.reset-size5.size1 {
  font-size: .5555555556em;
}
.katex .fontsize-ensurer.reset-size5.size2,
.katex .sizing.reset-size5.size2 {
  font-size: .6666666667em;
}
.katex .fontsize-ensurer.reset-size5.size3,
.katex .sizing.reset-size5.size3 {
  font-size: .7777777778em;
}
.katex .fontsize-ensurer.reset-size5.size4,
.katex .sizing.reset-size5.size4 {
  font-size: .8888888889em;
}
.katex .fontsize-ensurer.reset-size5.size5,
.katex .sizing.reset-size5.size5 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size5.size6,
.katex .sizing.reset-size5.size6 {
  font-size: 1.1111111111em;
}
.katex .fontsize-ensurer.reset-size5.size7,
.katex .sizing.reset-size5.size7 {
  font-size: 1.3333333333em;
}
.katex .fontsize-ensurer.reset-size5.size8,
.katex .sizing.reset-size5.size8 {
  font-size: 1.6em;
}
.katex .fontsize-ensurer.reset-size5.size9,
.katex .sizing.reset-size5.size9 {
  font-size: 1.92em;
}
.katex .fontsize-ensurer.reset-size5.size10,
.katex .sizing.reset-size5.size10 {
  font-size: 2.3044444444em;
}
.katex .fontsize-ensurer.reset-size5.size11,
.katex .sizing.reset-size5.size11 {
  font-size: 2.7644444444em;
}
.katex .fontsize-ensurer.reset-size6.size1,
.katex .sizing.reset-size6.size1 {
  font-size: .5em;
}
.katex .fontsize-ensurer.reset-size6.size2,
.katex .sizing.reset-size6.size2 {
  font-size: .6em;
}
.katex .fontsize-ensurer.reset-size6.size3,
.katex .sizing.reset-size6.size3 {
  font-size: .7em;
}
.katex .fontsize-ensurer.reset-size6.size4,
.katex .sizing.reset-size6.size4 {
  font-size: .8em;
}
.katex .fontsize-ensurer.reset-size6.size5,
.katex .sizing.reset-size6.size5 {
  font-size: .9em;
}
.katex .fontsize-ensurer.reset-size6.size6,
.katex .sizing.reset-size6.size6 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size6.size7,
.katex .sizing.reset-size6.size7 {
  font-size: 1.2em;
}
.katex .fontsize-ensurer.reset-size6.size8,
.katex .sizing.reset-size6.size8 {
  font-size: 1.44em;
}
.katex .fontsize-ensurer.reset-size6.size9,
.katex .sizing.reset-size6.size9 {
  font-size: 1.728em;
}
.katex .fontsize-ensurer.reset-size6.size10,
.katex .sizing.reset-size6.size10 {
  font-size: 2.074em;
}
.katex .fontsize-ensurer.reset-size6.size11,
.katex .sizing.reset-size6.size11 {
  font-size: 2.488em;
}
.katex .fontsize-ensurer.reset-size7.size1,
.katex .sizing.reset-size7.size1 {
  font-size: .4166666667em;
}
.katex .fontsize-ensurer.reset-size7.size2,
.katex .sizing.reset-size7.size2 {
  font-size: .5em;
}
.katex .fontsize-ensurer.reset-size7.size3,
.katex .sizing.reset-size7.size3 {
  font-size: .5833333333em;
}
.katex .fontsize-ensurer.reset-size7.size4,
.katex .sizing.reset-size7.size4 {
  font-size: .6666666667em;
}
.katex .fontsize-ensurer.reset-size7.size5,
.katex .sizing.reset-size7.size5 {
  font-size: .75em;
}
.katex .fontsize-ensurer.reset-size7.size6,
.katex .sizing.reset-size7.size6 {
  font-size: .8333333333em;
}
.katex .fontsize-ensurer.reset-size7.size7,
.katex .sizing.reset-size7.size7 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size7.size8,
.katex .sizing.reset-size7.size8 {
  font-size: 1.2em;
}
.katex .fontsize-ensurer.reset-size7.size9,
.katex .sizing.reset-size7.size9 {
  font-size: 1.44em;
}
.katex .fontsize-ensurer.reset-size7.size10,
.katex .sizing.reset-size7.size10 {
  font-size: 1.7283333333em;
}
.katex .fontsize-ensurer.reset-size7.size11,
.katex .sizing.reset-size7.size11 {
  font-size: 2.0733333333em;
}
.katex .fontsize-ensurer.reset-size8.size1,
.katex .sizing.reset-size8.size1 {
  font-size: .3472222222em;
}
.katex .fontsize-ensurer.reset-size8.size2,
.katex .sizing.reset-size8.size2 {
  font-size: .4166666667em;
}
.katex .fontsize-ensurer.reset-size8.size3,
.katex .sizing.reset-size8.size3 {
  font-size: .4861111111em;
}
.katex .fontsize-ensurer.reset-size8.size4,
.katex .sizing.reset-size8.size4 {
  font-size: .5555555556em;
}
.katex .fontsize-ensurer.reset-size8.size5,
.katex .sizing.reset-size8.size5 {
  font-size: .625em;
}
.katex .fontsize-ensurer.reset-size8.size6,
.katex .sizing.reset-size8.size6 {
  font-size: .6944444444em;
}
.katex .fontsize-ensurer.reset-size8.size7,
.katex .sizing.reset-size8.size7 {
  font-size: .8333333333em;
}
.katex .fontsize-ensurer.reset-size8.size8,
.katex .sizing.reset-size8.size8 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size8.size9,
.katex .sizing.reset-size8.size9 {
  font-size: 1.2em;
}
.katex .fontsize-ensurer.reset-size8.size10,
.katex .sizing.reset-size8.size10 {
  font-size: 1.4402777778em;
}
.katex .fontsize-ensurer.reset-size8.size11,
.katex .sizing.reset-size8.size11 {
  font-size: 1.7277777778em;
}
.katex .fontsize-ensurer.reset-size9.size1,
.katex .sizing.reset-size9.size1 {
  font-size: .2893518519em;
}
.katex .fontsize-ensurer.reset-size9.size2,
.katex .sizing.reset-size9.size2 {
  font-size: .3472222222em;
}
.katex .fontsize-ensurer.reset-size9.size3,
.katex .sizing.reset-size9.size3 {
  font-size: .4050925926em;
}
.katex .fontsize-ensurer.reset-size9.size4,
.katex .sizing.reset-size9.size4 {
  font-size: .462962963em;
}
.katex .fontsize-ensurer.reset-size9.size5,
.katex .sizing.reset-size9.size5 {
  font-size: .5208333333em;
}
.katex .fontsize-ensurer.reset-size9.size6,
.katex .sizing.reset-size9.size6 {
  font-size: .5787037037em;
}
.katex .fontsize-ensurer.reset-size9.size7,
.katex .sizing.reset-size9.size7 {
  font-size: .6944444444em;
}
.katex .fontsize-ensurer.reset-size9.size8,
.katex .sizing.reset-size9.size8 {
  font-size: .8333333333em;
}
.katex .fontsize-ensurer.reset-size9.size9,
.katex .sizing.reset-size9.size9 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size9.size10,
.katex .sizing.reset-size9.size10 {
  font-size: 1.2002314815em;
}
.katex .fontsize-ensurer.reset-size9.size11,
.katex .sizing.reset-size9.size11 {
  font-size: 1.4398148148em;
}
.katex .fontsize-ensurer.reset-size10.size1,
.katex .sizing.reset-size10.size1 {
  font-size: .2410800386em;
}
.katex .fontsize-ensurer.reset-size10.size2,
.katex .sizing.reset-size10.size2 {
  font-size: .2892960463em;
}
.katex .fontsize-ensurer.reset-size10.size3,
.katex .sizing.reset-size10.size3 {
  font-size: .337512054em;
}
.katex .fontsize-ensurer.reset-size10.size4,
.katex .sizing.reset-size10.size4 {
  font-size: .3857280617em;
}
.katex .fontsize-ensurer.reset-size10.size5,
.katex .sizing.reset-size10.size5 {
  font-size: .4339440694em;
}
.katex .fontsize-ensurer.reset-size10.size6,
.katex .sizing.reset-size10.size6 {
  font-size: .4821600771em;
}
.katex .fontsize-ensurer.reset-size10.size7,
.katex .sizing.reset-size10.size7 {
  font-size: .5785920926em;
}
.katex .fontsize-ensurer.reset-size10.size8,
.katex .sizing.reset-size10.size8 {
  font-size: .6943105111em;
}
.katex .fontsize-ensurer.reset-size10.size9,
.katex .sizing.reset-size10.size9 {
  font-size: .8331726133em;
}
.katex .fontsize-ensurer.reset-size10.size10,
.katex .sizing.reset-size10.size10 {
  font-size: 1em;
}
.katex .fontsize-ensurer.reset-size10.size11,
.katex .sizing.reset-size10.size11 {
  font-size: 1.1996142719em;
}
.katex .fontsize-ensurer.reset-size11.size1,
.katex .sizing.reset-size11.size1 {
  font-size: .2009646302em;
}
.katex .fontsize-ensurer.reset-size11.size2,
.katex .sizing.reset-size11.size2 {
  font-size: .2411575563em;
}
.katex .fontsize-ensurer.reset-size11.size3,
.katex .sizing.reset-size11.size3 {
  font-size: .2813504823em;
}
.katex .fontsize-ensurer.reset-size11.size4,
.katex .sizing.reset-size11.size4 {
  font-size: .3215434084em;
}
.katex .fontsize-ensurer.reset-size11.size5,
.katex .sizing.reset-size11.size5 {
  font-size: .3617363344em;
}
.katex .fontsize-ensurer.reset-size11.size6,
.katex .sizing.reset-size11.size6 {
  font-size: .4019292605em;
}
.katex .fontsize-ensurer.reset-size11.size7,
.katex .sizing.reset-size11.size7 {
  font-size: .4823151125em;
}
.katex .fontsize-ensurer.reset-size11.size8,
.katex .sizing.reset-size11.size8 {
  font-size: .578778135em;
}
.katex .fontsize-ensurer.reset-size11.size9,
.katex .sizing.reset-size11.size9 {
  font-size: .6945337621em;
}
.katex .fontsize-ensurer.reset-size11.size10,
.katex .sizing.reset-size11.size10 {
  font-size: .8336012862em;
}
.katex .fontsize-ensurer.reset-size11.size11,
.katex .sizing.reset-size11.size11 {
  font-size: 1em;
}
.katex .delimsizing.size1 {
  font-family: KaTeX_Size1;
}
.katex .delimsizing.size2 {
  font-family: KaTeX_Size2;
}
.katex .delimsizing.size3 {
  font-family: KaTeX_Size3;
}
.katex .delimsizing.size4 {
  font-family: KaTeX_Size4;
}
.katex .delimsizing.mult .delim-size1 > span {
  font-family: KaTeX_Size1;
}
.katex .delimsizing.mult .delim-size4 > span {
  font-family: KaTeX_Size4;
}
.katex .nulldelimiter {
  display: inline-block;
  width: .12em;
}
.katex .delimcenter,
.katex .op-symbol {
  position: relative;
}
.katex .op-symbol.small-op {
  font-family: KaTeX_Size1;
}
.katex .op-symbol.large-op {
  font-family: KaTeX_Size2;
}
.katex .accent > .vlist-t,
.katex .op-limits > .vlist-t {
  text-align: center;
}
.katex .accent .accent-body {
  position: relative;
}
.katex .accent .accent-body:not(.accent-full) {
  width: 0;
}
.katex .overlay {
  display: block;
}
.katex .mtable .vertical-separator {
  display: inline-block;
  min-width: 1px;
}
.katex .mtable .arraycolsep {
  display: inline-block;
}
.katex .mtable .col-align-c > .vlist-t {
  text-align: center;
}
.katex .mtable .col-align-l > .vlist-t {
  text-align: left;
}
.katex .mtable .col-align-r > .vlist-t {
  text-align: right;
}
.katex .svg-align {
  text-align: left;
}
.katex svg {
  fill: currentColor;
  stroke: currentColor;
  display: block;
  height: inherit;
  position: absolute;
  width: 100%;
}
.katex svg path {
  stroke: none;
}
.katex svg {
  fill-rule: nonzero;
  fill-opacity: 1;
  stroke-width: 1;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke-opacity: 1;
}
.katex img {
  border-style: none;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
}
.katex .stretchy {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.katex .stretchy:after,
.katex .stretchy:before {
  content: "";
}
.katex .hide-tail {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.katex .halfarrow-left {
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 50.2%;
}
.katex .halfarrow-right {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 50.2%;
}
.katex .brace-left {
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 25.1%;
}
.katex .brace-center {
  left: 25%;
  overflow: hidden;
  position: absolute;
  width: 50%;
}
.katex .brace-right {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 25.1%;
}
.katex .x-arrow-pad {
  padding: 0 .5em;
}
.katex .cd-arrow-pad {
  padding: 0 .55556em 0 .27778em;
}
.katex .mover,
.katex .munder,
.katex .x-arrow {
  text-align: center;
}
.katex .boxpad {
  padding: 0 .3em;
}
.katex .fbox,
.katex .fcolorbox {
  border: .04em solid;
  box-sizing: border-box;
}
.katex .cancel-pad {
  padding: 0 .2em;
}
.katex .cancel-lap {
  margin-left: -.2em;
  margin-right: -.2em;
}
.katex .sout {
  border-bottom-style: solid;
  border-bottom-width: .08em;
}
.katex .angl {
  border-right: .049em solid;
  border-top: .049em solid;
  box-sizing: border-box;
  margin-right: .03889em;
}
.katex .anglpad {
  padding: 0 .03889em;
}
.katex .eqn-num:before {
  content: "(" counter(katexEqnNo) ")";
  counter-increment: katexEqnNo;
}
.katex .mml-eqn-num:before {
  content: "(" counter(mmlEqnNo) ")";
  counter-increment: mmlEqnNo;
}
.katex .mtr-glue {
  width: 50%;
}
.katex .cd-vert-arrow {
  display: inline-block;
  position: relative;
}
.katex .cd-label-left {
  display: inline-block;
  position: absolute;
  right: calc(50% + .3em);
  text-align: left;
}
.katex .cd-label-right {
  display: inline-block;
  left: calc(50% + .3em);
  position: absolute;
  text-align: right;
}
.katex-display {
  display: block;
  margin: 1em 0;
  text-align: center;
}
.katex-display > .katex {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.katex-display > .katex > .katex-html {
  display: block;
  position: relative;
}
.katex-display > .katex > .katex-html > .tag {
  position: absolute;
  right: 0;
}
.katex-display.leqno > .katex > .katex-html > .tag {
  left: 0;
  right: auto;
}
.katex-display.fleqn > .katex {
  padding-left: 2em;
  text-align: left;
}
body {
  counter-reset: katexEqnNo mmlEqnNo;
}

/* angular:styles/global:styles */
