/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-38e3044893b6a7ee8ca6829be1338ce8d359ac33f4fc0bc2cf18a875551841f7.eot);
  src: url(/assets/fontawesome-webfont-38e3044893b6a7ee8ca6829be1338ce8d359ac33f4fc0bc2cf18a875551841f7.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-7736095667ba1695617b0c05d74be471acc993fee53c8e0cfbbe2b2f922ac0fc.woff2) format('woff2'), url(/assets/fontawesome-webfont-caa5e9b2b6aaf4608554be06123ee3874b4e6db995cf44d9522a3507ad79cea5.woff) format('woff'), url(/assets/fontawesome-webfont-2012d47b688a29aa023df70ef602186b9bfea63a2ee23cbf2fe09417166f751c.ttf) format('truetype'), url(/assets/fontawesome-webfont-0f08fb7da3e1aaed212734ef658470d1436e0b5e0cc439734c8790c0bd5ee7c8.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:0;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:flex;flex:1 0 0%;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-25%)}.modal.show .modal-dialog{transform:translate(0,0)}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;align-items:center;width:100%;transition:transform .6s ease;backface-visibility:hidden;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateX(0)}@supports (transform-style:preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{transform:translateX(100%)}@supports (transform-style:preserve-3d){.active.carousel-item-right,.carousel-item-next{transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{transform:translateX(-100%)}@supports (transform-style:preserve-3d){.active.carousel-item-left,.carousel-item-prev{transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}
/*!
 * Material Design for Bootstrap 4
 * Version: MDB PRO 4.3.2
 *
 *
 * Copyright: Material Design for Bootstrap
 * http://mdbootstrap.com/
 *
 * Read the license: http://mdbootstrap.com/license/
 *
 *
 * Documentation: http://mdbootstrap.com/
 *
 * Getting started: http://mdbootstrap.com/getting-started/
 *
 * Tutorials: http://mdbootstrap.com/bootstrap-tutorial/
 *
 * Templates: http://mdbootstrap.com/templates/
 *
 * Support: http://mdbootstrap.com/forums/forum/support/
 *
 * Contact: office@mdbootstrap.com
 *
 * Atribution: Animate CSS, Twitter Bootstrap, Materialize CSS, Normalize CSS, Waves JS, WOW JS, Toastr, Chart.js , Hammer.js
 *
 */
/*********************
  Mixins
**********************/
.mdb-color.lighten-5 {
  background-color: #D0D6E2 !important; }

.mdb-color-text.text-lighten-5 {
  color: #D0D6E2 !important; }

.mdb-color.lighten-4 {
  background-color: #B1BACE !important; }

.mdb-color-text.text-lighten-4 {
  color: #B1BACE !important; }

.mdb-color.lighten-3 {
  background-color: #929FBA !important; }

.mdb-color-text.text-lighten-3 {
  color: #929FBA !important; }

.mdb-color.lighten-2 {
  background-color: #7283A7 !important; }

.mdb-color-text.text-lighten-2 {
  color: #7283A7 !important; }

.mdb-color.lighten-1 {
  background-color: #59698D !important; }

.mdb-color-text.text-lighten-1 {
  color: #59698D !important; }

.mdb-color {
  background-color: #45526E !important; }

.mdb-color-text {
  color: #45526E !important; }

.mdb-color.darken-1 {
  background-color: #3B465E !important; }

.mdb-color-text.text-darken-1 {
  color: #3B465E !important; }

.mdb-color.darken-2 {
  background-color: #2E3951 !important; }

.mdb-color-text.text-darken-2 {
  color: #2E3951 !important; }

.mdb-color.darken-3 {
  background-color: #1C2A48 !important; }

.mdb-color-text.text-darken-3 {
  color: #1C2A48 !important; }

.mdb-color.darken-4 {
  background-color: #1C2331 !important; }

.mdb-color-text.text-darken-4 {
  color: #1C2331 !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 {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !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.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 {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !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.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 {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !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.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 {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !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.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 {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !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.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 {
  background-color: #2196F3 !important; }

.blue-text {
  color: #2196F3 !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.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 {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !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.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 {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !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.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: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !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.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 {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !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.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 {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !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.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 {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !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.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 {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !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.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 {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !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.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 {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !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.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 {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !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.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 {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !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.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 {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !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.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 {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !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; }

.shades.black {
  background-color: #000000 !important; }

.shades-text.text-black {
  color: #000000 !important; }

.shades.white {
  background-color: #FFFFFF !important; }

.shades-text.text-white {
  color: #FFFFFF !important; }

.shades.transparent {
  background-color: transparent !important; }

.shades-text.text-transparent {
  color: transparent !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; }

.danger-color, .stepper li.warning a .circle {
  background-color: #ff4444 !important; }

.danger-color-dark {
  background-color: #CC0000 !important; }

.warning-color {
  background-color: #ffbb33 !important; }

.warning-color-dark {
  background-color: #FF8800 !important; }

.success-color {
  background-color: #00C851 !important; }

.success-color-dark {
  background-color: #007E33 !important; }

.info-color {
  background-color: #33b5e5 !important; }

.info-color-dark {
  background-color: #0099CC !important; }

.default-color {
  background-color: #2BBBAD !important; }

.default-color-dark {
  background-color: #00695c !important; }

.primary-color, .stepper li.active a .circle, .stepper li.completed a .circle {
  background-color: #4285F4 !important; }

.primary-color-dark {
  background-color: #0d47a1 !important; }

.secondary-color {
  background-color: #aa66cc !important; }

.secondary-color-dark {
  background-color: #9933CC !important; }

.elegant-color {
  background-color: #2E2E2E !important; }

.elegant-color-dark {
  background-color: #212121 !important; }

.stylish-color {
  background-color: #4B515D !important; }

.stylish-color-dark {
  background-color: #3E4551 !important; }

.special-color {
  background-color: #37474F !important; }

.special-color-dark {
  background-color: #263238 !important; }

.unique-color {
  background-color: #3F729B !important; }

.unique-color-dark {
  background-color: #1C2331 !important; }

.mdb-color {
  background-color: #45526E !important; }

.rgba-blue-light {
  background-color: rgba(3, 169, 244, 0.3) !important; }

.rgba-red-light {
  background-color: rgba(244, 67, 54, 0.3) !important; }

.rgba-pink-light {
  background-color: rgba(233, 30, 99, 0.3) !important; }

.rgba-purple-light {
  background-color: rgba(156, 39, 176, 0.3) !important; }

.rgba-indigo-light {
  background-color: rgba(63, 81, 181, 0.3) !important; }

.rgba-cyan-light {
  background-color: rgba(0, 188, 212, 0.3) !important; }

.rgba-teal-light {
  background-color: rgba(0, 150, 136, 0.3) !important; }

.rgba-green-light {
  background-color: rgba(76, 175, 80, 0.3) !important; }

.rgba-lime-light {
  background-color: rgba(205, 220, 57, 0.3) !important; }

.rgba-yellow-light {
  background-color: rgba(255, 235, 59, 0.3) !important; }

.rgba-orange-light {
  background-color: rgba(255, 152, 0, 0.3) !important; }

.rgba-brown-light {
  background-color: rgba(121, 85, 72, 0.3) !important; }

.rgba-grey-light {
  background-color: rgba(158, 158, 158, 0.3) !important; }

.rgba-bluegrey-light {
  background-color: rgba(96, 125, 139, 0.3) !important; }

.rgba-black-light {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.rgba-stylish-light {
  background-color: rgba(62, 69, 81, 0.3) !important; }

.rgba-white-light {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.rgba-blue-strong {
  background-color: rgba(3, 169, 244, 0.7) !important; }

.rgba-red-strong {
  background-color: rgba(244, 67, 54, 0.7) !important; }

.rgba-pink-strong {
  background-color: rgba(233, 30, 99, 0.7) !important; }

.rgba-purple-strong {
  background-color: rgba(156, 39, 176, 0.7) !important; }

.rgba-indigo-strong {
  background-color: rgba(63, 81, 181, 0.7) !important; }

.rgba-cyan-strong {
  background-color: rgba(0, 188, 212, 0.7) !important; }

.rgba-teal-strong {
  background-color: rgba(0, 150, 136, 0.7) !important; }

.rgba-green-strong {
  background-color: rgba(76, 175, 80, 0.7) !important; }

.rgba-lime-strong {
  background-color: rgba(205, 220, 57, 0.7) !important; }

.rgba-yellow-strong {
  background-color: rgba(255, 235, 59, 0.7) !important; }

.rgba-orange-strong {
  background-color: rgba(255, 152, 0, 0.7) !important; }

.rgba-brown-strong {
  background-color: rgba(121, 85, 72, 0.7) !important; }

.rgba-grey-strong {
  background-color: rgba(158, 158, 158, 0.7) !important; }

.rgba-bluegrey-strong {
  background-color: rgba(96, 125, 139, 0.7) !important; }

.rgba-black-strong {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.rgba-stylish-strong {
  background-color: rgba(62, 69, 81, 0.7) !important; }

.rgba-white-strong {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.rgba-blue-slight {
  background-color: rgba(3, 169, 244, 0.1) !important; }

.rgba-red-slight {
  background-color: rgba(244, 67, 54, 0.1) !important; }

.rgba-pink-slight {
  background-color: rgba(233, 30, 99, 0.1) !important; }

.rgba-purple-slight {
  background-color: rgba(156, 39, 176, 0.1) !important; }

.rgba-indigo-slight {
  background-color: rgba(63, 81, 181, 0.1) !important; }

.rgba-cyan-slight {
  background-color: rgba(0, 188, 212, 0.1) !important; }

.rgba-teal-slight {
  background-color: rgba(0, 150, 136, 0.1) !important; }

.rgba-green-slight {
  background-color: rgba(76, 175, 80, 0.1) !important; }

.rgba-lime-slight {
  background-color: rgba(205, 220, 57, 0.1) !important; }

.rgba-yellow-slight {
  background-color: rgba(255, 235, 59, 0.1) !important; }

.rgba-orange-slight {
  background-color: rgba(255, 152, 0, 0.1) !important; }

.rgba-brown-slight {
  background-color: rgba(121, 85, 72, 0.1) !important; }

.rgba-grey-slight {
  background-color: rgba(158, 158, 158, 0.1) !important; }

.rgba-bluegrey-slight {
  background-color: rgba(96, 125, 139, 0.1) !important; }

.rgba-black-slight {
  background-color: rgba(0, 0, 0, 0.1) !important; }

.rgba-stylish-slight {
  background-color: rgba(62, 69, 81, 0.1) !important; }

.rgba-white-slight {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.blue-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #062a64 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#062a64',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.red-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #7d0000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#7d0000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.green-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #003830 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#003830',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.purple-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #650696 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#650696',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.dark-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #2e2e2e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2e2e2e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.grey-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #4b515d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4b515d',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.mdb-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #3f729b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3f729b',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.deep-orange-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #8a1a00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#8a1a00',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.graphite-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #37474f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#37474f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.pink-gradient {
  background: #000000;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #000000 0%, #880e4f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#880e4f',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

/*** Colors ***/
/*** Fonts ***/
/*** Typography ***/
/*** Cards ***/
/*** Global ***/
/*** Forms ***/
/*** Buttons ***/
/*** Dropdown ***/
/*** Tabs ***/
.z-depth-0, .section .map-container img, .modal-dialog.cascading-modal.modal-avatar .modal-header, .md-pills, .card-cascade.wider, .card-cascade-2 {
  box-shadow: none !important; }

.z-depth-1, .jumbotron, .author-box,
.card,
.list-group,
.popover,
.navbar,
.dropdown-menu,
.badge,
.chip, .pagination .active .page-link, .btn, .pager li a, .modal-dialog.cascading-modal .modal-c-tabs .nav-tabs, .modal-dialog.modal-notify .modal-header, .btn-floating, .social-list, .card-wrapper .front,
.card-wrapper .back, .card-cascade.wider .card-block, .card-cascade-2 .card-block, .cascading-media .view, .dropdown-content, .side-nav, .navbar .nav-item .dropdown-menu.dropdown a:hover, .navbar .nav-item .dropdown-menu.dropdown a:focus, .navbar .nav-item .dropdown-menu.dropdown a:active, #toast-container > div, .section-blog-fw .view, .pricing-card .price .version {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-1-half, .media .media-left img, .tooltip .tooltip-inner, .section img,
.section .view, .btn:hover, .btn:active, .btn:focus, .btn.active, .btn-secondary.active, .btn-secondary.dropdown-toggle, .btn-primary.active, .btn-default.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active, .pager li a:hover, .btn-elegant.active, .btn-unique.active, .btn-pink.active, .btn-purple.active, .btn-deep-purple.active, .btn-indigo.active, .btn-cyan.active, .btn-light-green.active, .btn-dark-green.active, .btn-lime.active, .btn-yellow.active, .btn-amber.active, .btn-orange.active, .btn-deep-orange.active, .btn-brown.active, .btn-blue-grey.active, .btn-mdb.active, .card .form-header, ul.instagram-photos li img, .modal-dialog .modal-content, .modal-dialog.cascading-modal .modal-header, .modal-dialog.modal-notify.modal-info .btn-primary-modal.active, .modal-dialog.modal-notify.modal-warning .btn-primary-modal.active, .modal-dialog.modal-notify.modal-success .btn-primary-modal.active, .modal-dialog.modal-notify.modal-danger .btn-primary-modal.active, .md-pills .nav-item .nav-link.active, .inline-ul-img li img, .btn-floating:hover, .colorful-select .dropdown-content li.active span, .side-modal .modal-dialog, .picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected, .btn-floating.btn-flat.active, .comments-list .badge,
.reply-form .badge, .pricing-card .header {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.z-depth-2, .section .jumbotron, .section .author-box, .modal-dialog.cascading-modal.modal-avatar .modal-header img, .nav-tabs, .card-overlay, .card-cascade .view, .card-cascade-2 .view, .colorful-select .dropdown-content li a:hover,
.colorful-select .dropdown-content li span:hover, .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .comments-list img,
.reply-form img, .testimonial-carousel .testimonial .avatar img {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }

.z-depth-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21); }

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22); }

.hoverable {
  transition: box-shadow .55s;
  box-shadow: 0; }

.hoverable:hover {
  transition: box-shadow .45s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

a {
  color: #0275d8;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  a:hover, a:focus {
    text-decoration: none; }

.jumbotron, .author-box,
.card,
.badge,
.alert,
.nav .nav-link,
.navbar-toggler,
.navbar,
.breadcrumb,
.page-item:last-child .page-link,
.page-item:first-child .page-link,
.pagination-lg .page-item:last-child .page-link,
.pagination-lg .page-item:first-child .page-link,
.pagination-sm .page-item:first-child .page-link,
.pagination-sm .page-item:last-child .page-link,
.list-group .list-group-item,
.tooltip-inner,
.popover,
.dropdown-menu,
.input-group-addon,
.file-custom,
.card .card-header,
.nav-tabs,
img {
  border-radius: 2px; }

.popover,
.input-group-addon,
.dropdown-menu,
.pagination .page-item .page-link {
  border: 0; }

.pagination .active .page-link {
  border-radius: 2px;
  transition: all 0.2s linear; }

.pagination .page-link {
  transition: all 0.3s linear; }
  .pagination .page-link:hover {
    transition: all 0.3s linear; }
  .pagination .page-link:focus {
    background-color: transparent; }

.pagination.pg-blue .active .page-link {
  background-color: #4285F4; }

.pagination.pg-red .active .page-link {
  background-color: #ff4444; }

.pagination.pg-teal .active .page-link {
  background-color: #2BBBAD; }

.pagination.pg-darkgrey .active .page-link {
  background-color: #37474F; }

.pagination.pg-dark .active .page-link {
  background-color: #2E2E2E; }

.pagination.pg-bluegrey .active .page-link {
  background-color: #3F729B; }

.pagination.pg-amber .active .page-link {
  background-color: #ff6f00; }

.pagination.pg-purple .active .page-link {
  background-color: #5e35b1; }

.pager a,
.pager .disabled > a {
  color: #fff; }

.pager.pg-blue li a {
  background-color: #4285F4; }
  .pager.pg-blue li a:focus {
    background-color: #4285F4;
    color: #fff; }
  .pager.pg-blue li a:hover {
    background-color: #4285F4;
    color: #fff; }

.pager.pg-red li a {
  background-color: #ff4444; }
  .pager.pg-red li a:focus {
    background-color: #ff4444;
    color: #fff; }
  .pager.pg-red li a:hover {
    background-color: #ff4444;
    color: #fff; }

.pager.pg-teal li a {
  background-color: #2BBBAD; }
  .pager.pg-teal li a:focus {
    background-color: #2BBBAD;
    color: #fff; }
  .pager.pg-teal li a:hover {
    background-color: #2BBBAD;
    color: #fff; }

.pager.pg-darkgrey li a {
  background-color: #37474F; }
  .pager.pg-darkgrey li a:focus {
    background-color: #37474F;
    color: #fff; }
  .pager.pg-darkgrey li a:hover {
    background-color: #37474F;
    color: #fff; }

.pager.pg-dark li a {
  background-color: #2E2E2E; }
  .pager.pg-dark li a:focus {
    background-color: #2E2E2E;
    color: #fff; }
  .pager.pg-dark li a:hover {
    background-color: #2E2E2E;
    color: #fff; }

.pager.pg-bluegrey li a {
  background-color: #3F729B; }
  .pager.pg-bluegrey li a:focus {
    background-color: #3F729B;
    color: #fff; }
  .pager.pg-bluegrey li a:hover {
    background-color: #3F729B;
    color: #fff; }

.pager.pg-amber li a {
  background-color: #ff6f00; }
  .pager.pg-amber li a:focus {
    background-color: #ff6f00;
    color: #fff; }
  .pager.pg-amber li a:hover {
    background-color: #ff6f00;
    color: #fff; }

.pager.pg-purple li a {
  background-color: #5e35b1; }
  .pager.pg-purple li a:focus {
    background-color: #5e35b1;
    color: #fff; }
  .pager.pg-purple li a:hover {
    background-color: #5e35b1;
    color: #fff; }

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover {
  background-color: inerhit !important; }

.modal-footer .btn + .btn {
  margin-bottom: 6px; }

body.modal-open {
  overflow: inherit;
  padding-right: 0 !important; }

body {
  overflow: auto !important; }

.card-columns .card {
  margin: 2px; }

.parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em; }

.nav-pills.horizontal-spy .nav-item .active {
  border-bottom: 2px solid #45526E;
  border-left: none; }

.nav-pills.horizontal-spy .nav-item:hover {
  background-color: transparent;
  color: #45526E;
  font-weight: 500;
  border-left: none; }

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  background-color: transparent;
  color: #000; }

.disabled {
  cursor: not-allowed !important; }

.video-fluid {
  height: auto;
  width: 100%; }

.video-full {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.media .media-left {
  padding: 0 10px 10px 0; }

.card-block h5 {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400; }

.card-block h3 {
  margin-bottom: 1rem;
  font-weight: 400; }

.card-block p {
  margin-bottom: 1rem; }

.tooltip .tooltip-inner {
  padding: 0.4rem 0.8rem; }

section {
  flex: 0 0 100%; }

.breadcrumb .breadcrumb-item.active {
  color: #818a91; }

.dropdown-menu .dropdown-item:active {
  background: #f7f7f9; }

.dropdown-menu {
  transition: all 0.2s cubic-bezier(0.72, 1.2, 0.71, 0.72); }


body {
  font-family: "Roboto", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300; }

@media only screen and (min-width: 0) {
  html {
    font-size: 15px; } }

@media only screen and (min-width: 992px) {
  html {
    font-size: 15.5px; } }

@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px; } }

.text-fluid {
  font-weight: 300; }
  @media only screen and (min-width: 360px) {
    .text-fluid {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 390px) {
    .text-fluid {
      font-size: 1.224rem; } }
  @media only screen and (min-width: 420px) {
    .text-fluid {
      font-size: 1.248rem; } }
  @media only screen and (min-width: 450px) {
    .text-fluid {
      font-size: 1.272rem; } }
  @media only screen and (min-width: 480px) {
    .text-fluid {
      font-size: 1.296rem; } }
  @media only screen and (min-width: 510px) {
    .text-fluid {
      font-size: 1.32rem; } }
  @media only screen and (min-width: 540px) {
    .text-fluid {
      font-size: 1.344rem; } }
  @media only screen and (min-width: 570px) {
    .text-fluid {
      font-size: 1.368rem; } }
  @media only screen and (min-width: 600px) {
    .text-fluid {
      font-size: 1.392rem; } }
  @media only screen and (min-width: 630px) {
    .text-fluid {
      font-size: 1.416rem; } }
  @media only screen and (min-width: 660px) {
    .text-fluid {
      font-size: 1.44rem; } }
  @media only screen and (min-width: 690px) {
    .text-fluid {
      font-size: 1.464rem; } }
  @media only screen and (min-width: 720px) {
    .text-fluid {
      font-size: 1.488rem; } }
  @media only screen and (min-width: 750px) {
    .text-fluid {
      font-size: 1.512rem; } }
  @media only screen and (min-width: 780px) {
    .text-fluid {
      font-size: 1.536rem; } }
  @media only screen and (min-width: 810px) {
    .text-fluid {
      font-size: 1.56rem; } }
  @media only screen and (min-width: 840px) {
    .text-fluid {
      font-size: 1.584rem; } }
  @media only screen and (min-width: 870px) {
    .text-fluid {
      font-size: 1.608rem; } }
  @media only screen and (min-width: 900px) {
    .text-fluid {
      font-size: 1.632rem; } }
  @media only screen and (min-width: 930px) {
    .text-fluid {
      font-size: 1.656rem; } }
  @media only screen and (min-width: 960px) {
    .text-fluid {
      font-size: 1.68rem; } }
  @media only screen and (max-width: 360px) {
    .text-fluid {
      font-size: 1.2rem; } }

p.lead {
  font-weight: 400; }

blockquote p {
  font-size: 0.9rem;
  padding-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

/* Responsive Headings */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 768px) {
  .h1-responsive, .section .section-heading, .section-heading h1 {
    font-size: 150%;
    font-weight: 500; }
  .h2-responsive, .cascading-media h2, .section-blog-fw h2 {
    font-size: 145%; }
  .h3-responsive {
    font-size: 135%; }
  .h4-responsive {
    font-size: 135%; }
  .h5-responsive {
    font-size: 135%; } }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .h1-responsive, .section .section-heading, .section-heading h1 {
    font-size: 170%; }
  .h2-responsive, .cascading-media h2, .section-blog-fw h2 {
    font-size: 140%; }
  .h3-responsive {
    font-size: 125%; }
  .h4-responsive {
    font-size: 125%; }
  .h5-responsive {
    font-size: 125%; } }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .h1-responsive, .section .section-heading, .section-heading h1 {
    font-size: 200%; }
  .h2-responsive, .cascading-media h2, .section-blog-fw h2 {
    font-size: 170%; }
  .h3-responsive {
    font-size: 140%; }
  .h4-responsive {
    font-size: 125%; }
  .h5-responsive {
    font-size: 125%; } }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .h1-responsive, .section .section-heading, .section-heading h1 {
    font-size: 250%; }
  .h2-responsive, .cascading-media h2, .section-blog-fw h2 {
    font-size: 200%; }
  .h3-responsive {
    font-size: 170%; }
  .h4-responsive {
    font-size: 140%; }
  .h5-responsive {
    font-size: 125%; } }

.section {
  margin-bottom: 2rem; }
  .section .section-heading {
    margin-top: 2rem;
    margin-bottom: 4rem; }
  .section .section-description {
    color: #757575;
    margin-bottom: 4rem;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center; }
    @media (max-width: 992px) {
      .section .section-description {
        margin-left: 5%;
        margin-right: 5%; } }
  .section h4 {
    font-weight: 400; }
  .section h5 .fa {
    margin-right: 8px; }
  .section hr {
    margin-top: 1rem;
    margin-bottom: 3rem; }
  .section .contact-icons {
    text-align: center; }
    .section .contact-icons li {
      margin-bottom: 2.2rem; }
    .section .contact-icons .fa {
      font-size: 2.2rem;
      margin-bottom: 0.6rem;
      color: #424242; }

.between-sections {
  margin-bottom: 4rem; }

ul {
  padding: 0;
  list-style-type: none; }
  ul li {
    list-style-type: none; }

.list-disc li {
  list-style-type: disc; }

.list-circle li {
  list-style-type: circle; }

.list-square li {
  list-style-type: square; }

.list-roman li {
  list-style-type: upper-roman; }

.list-alpha li {
  list-style-type: upper-alpha; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    transform: scale3d(1, 1, 1); } }

.tada {
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  from, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

/*!
 * Waves v0.7.5
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2016 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;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 1; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    transition: all 0.5s ease-out;
    transition-property: transform, opacity;
    transform: scale(0) translate(0, 0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%); }
  .waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2); }
  .waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4); }

.waves-notransition {
  transition: none !important; }

.waves-button,
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: none;
  color: inherit;
  background-color: transparent;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1; }

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em; }

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em; }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper.waves-button {
    padding: 0; }
  .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%; }

.waves-float {
  -webkit-mask-image: none;
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  transition: all 300ms; }
  .waves-float:active {
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); }

.waves-block {
  display: block; }

@media only screen and (max-width: 992px) {
  .center-on-small-only {
    text-align: center; }
    .center-on-small-only .img-fluid, .center-on-small-only .section img, .section .center-on-small-only img, .center-on-small-only
    .section .view,
    .section .center-on-small-only .view, .center-on-small-only .card img, .card .center-on-small-only img, .center-on-small-only .modal-dialog.cascading-modal.modal-avatar .modal-header, .modal-dialog.cascading-modal.modal-avatar .center-on-small-only .modal-header, .center-on-small-only .comments-list img, .comments-list .center-on-small-only img, .center-on-small-only
    .reply-form img,
    .reply-form .center-on-small-only img {
      display: inline; } }

.flex-center, .card-overlay, .card .card-circle, .testimonial-carousel .testimonial .avatar, .section.team-section .avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .flex-center p, .card-overlay p, .card .card-circle p, .testimonial-carousel .testimonial .avatar p, .section.team-section .avatar p {
    margin: 0; }
  .flex-center ul, .card-overlay ul, .card .card-circle ul, .testimonial-carousel .testimonial .avatar ul, .section.team-section .avatar ul {
    text-align: center; }
    .flex-center ul li, .card-overlay ul li, .card .card-circle ul li, .testimonial-carousel .testimonial .avatar ul li, .section.team-section .avatar ul li {
      margin-bottom: 1rem; }

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.img-fluid, .section img,
.section .view, .card img, .modal-dialog.cascading-modal.modal-avatar .modal-header, .comments-list img,
.reply-form img {
  display: block;
  max-width: 100%;
  height: auto; }

.inline-ul > li, .card .rating > li {
  display: inline; }

.list-inline-div > div {
  display: inline-block; }

.hr-light {
  background-color: #fff;
  height: 0.5px; }

.hr-dark {
  background-color: #666;
  height: 0.5px; }

.divider-new {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  margin-top: 45px;
  margin-bottom: 45px; }
  .divider-new h2 {
    margin-top: 5px; }
  .divider-new:before {
    content: '';
    height: 1.5px;
    background: #666;
    flex: 1;
    margin: 0 .45em 0 0; }
  .divider-new:after {
    content: '';
    height: 1.5px;
    background: #666;
    flex: 1;
    margin: 0 0 0 .45em; }

@media (min-width: 992px) {
  .hr-mobile {
    display: none !important; } }

.section-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 3rem;
  padding: 0.7rem; }
  .section-title small {
    text-transform: none;
    padding-left: 7px;
    margin-left: 10px; }

.st-indigo {
  border-left: 4px solid blue; }
  .st-indigo small {
    border-left: 2px solid blue; }

.st-red {
  border-left: 4px solid red; }
  .st-red small {
    border-left: 2px solid red; }

.st-teal {
  border-left: 4px solid #009688; }
  .st-teal small {
    border-left: 2px solid #009688; }

.st-orange {
  border-left: 4px solid #ff6f00; }
  .st-orange small {
    border-left: 2px solid #ff6f00; }

.st-blue {
  border-left: 4px solid #2196f3; }
  .st-blue small {
    border-left: 2px solid #2196f3; }

.st-mdb {
  border-left: 4px solid #45526E; }
  .st-mdb small {
    border-left: 2px solid #45526E; }

.divider-short {
  max-width: 50px;
  border-color: #4285F4;
  border-width: 3px; }

.blockquote .bq-title {
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0; }

.blockquote p {
  font-size: 1.1rem; }

.bq-primary {
  border-left: 3px solid #4285F4; }
  .bq-primary .bq-title {
    color: #4285F4; }

.bq-warning {
  border-left: 3px solid #ffbb33; }
  .bq-warning .bq-title {
    color: #ffbb33; }

.bq-danger {
  border-left: 3px solid #ff4444; }
  .bq-danger .bq-title {
    color: #ff4444; }

.bq-success {
  border-left: 3px solid #00C851; }
  .bq-success .bq-title {
    color: #00C851; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.mt-2 {
  margin-top: 1.5rem !important; }

.mb-2 {
  margin-bottom: 1.5rem !important; }

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.pt-2 {
  padding-top: 1.5rem !important; }

.pb-2 {
  padding-bottom: 1.5rem !important; }

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

@media (max-width: 992px) {
  .mb-r {
    margin-bottom: 2rem !important; } }

@media (min-width: 992px) {
  .mb-r {
    margin-bottom: 3rem !important; } }

.mb-m {
  margin-bottom: 1rem; }
  @media (min-width: 62em) {
    .mb-m {
      margin-bottom: 0; } }

.no-height {
  height: 0; }

.sharp-corners {
  border-radius: 0; }

button:focus {
  outline: none !important; }

.btn {
  font-size: 0.8rem;
  padding: 0.85rem 2.13rem; }
  .btn.btn-lg {
    font-size: 0.9rem;
    padding: 1rem 2.4rem; }
  .btn.btn-md {
    font-size: 0.7rem;
    padding: 0.7rem 1.6rem; }
  .btn.btn-sm {
    font-size: 0.6rem;
    padding: 0.5rem 1.6rem; }
    .btn.btn-sm.btn-table {
      padding: 0.5rem 0.9rem; }
    .btn.btn-sm .fa {
      font-size: 0.8rem; }

.btn {
  border-radius: 2px;
  border: 0;
  transition: .2s ease-out;
  color: #fff !important;
  margin: 6px;
  white-space: normal !important;
  word-wrap: break-word;
  text-transform: uppercase; }
  .btn:hover {
    color: #fff; }
  .btn:active, .btn:focus, .btn.active {
    outline: 0;
    color: #fff; }
  .btn .fa {
    font-size: 1.1rem;
    position: relative;
    vertical-align: middle;
    margin-top: -2px; }
    .btn .fa.right {
      margin-left: 3px; }
    .btn .fa.left {
      margin-right: 3px; }

.btn-group .btn {
  margin: 0; }

.btn-block {
  margin: inherit; }

.btn-secondary {
  background-color: #aa66cc; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #b579d2 !important;
    color: #fff; }
  .btn-secondary.active {
    background-color: #773399 !important; }
    .btn-secondary.active:hover {
      color: #fff; }
    .btn-secondary.active:focus {
      color: #fff; }
  .btn-secondary.dropdown-toggle {
    color: #fff !important;
    background-color: #aa66cc !important; }
    .btn-secondary.dropdown-toggle:hover {
      color: #fff;
      background-color: #b579d2 !important; }
    .btn-secondary.dropdown-toggle:focus {
      color: #fff;
      background-color: #aa66cc; }

.btn-secondary:active:hover {
  background-color: #b579d2 !important; }

.btn-primary {
  background: #4285F4; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #5a95f5; }
  .btn-primary.active {
    background-color: #0b51c5; }

.btn-default {
  background: #2BBBAD; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #30cfc0 !important; }
  .btn-default.active {
    background-color: #186860 !important; }

.btn-success {
  background: #00C851; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background-color: #00d255 !important; }
  .btn-success.active {
    background-color: #006228 !important; }

.btn-info {
  background: #33b5e5; }
  .btn-info:hover, .btn-info:focus {
    background-color: #4abde8 !important; }
  .btn-info.active {
    background-color: #14799e !important; }

.btn-warning {
  background: #FF8800; }
  .btn-warning:hover, .btn-warning:focus {
    background-color: #ff961f !important; }
  .btn-warning.active {
    background-color: #cc8800 !important; }

.btn-danger {
  background: #CC0000; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #db0000 !important; }
  .btn-danger.active {
    background-color: maroon !important; }

.btn-link {
  background-color: transparent;
  color: #000 !important; }
  .btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #000; }

.btn-outline-primary {
  border: 2px solid #4285F4;
  color: #0d47a1 !important;
  background-color: transparent; }
  .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:active:focus {
    color: #4285F4;
    border-color: #4285F4;
    background-color: transparent; }

.btn-outline-secondary {
  border: 2px solid #aa66cc;
  color: #9933CC !important;
  background-color: transparent; }
  .btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary:active:focus {
    color: #aa66cc;
    border: 2px solid #aa66cc;
    background-color: transparent; }

.btn-outline-default {
  background-color: transparent;
  border: 2px solid #2BBBAD;
  color: #00695c !important;
  background-color: transparent; }
  .btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active, .btn-outline-default:active:focus {
    color: #2BBBAD;
    border-color: #2BBBAD;
    background-color: transparent; }

.btn-outline-success {
  border: 2px solid #00C851;
  color: #007E33 !important;
  background-color: transparent; }
  .btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success:active:focus {
    color: #00C851;
    border-color: #00C851;
    background-color: transparent; }

.btn-outline-info {
  border: 2px solid #33b5e5;
  color: #0099CC !important;
  background-color: transparent; }
  .btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info:active:focus {
    color: #33b5e5;
    border-color: #33b5e5;
    background-color: transparent; }

.btn-outline-warning {
  border: 2px solid #ffbb33;
  color: #FF8800 !important;
  background-color: transparent; }
  .btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning:active:focus {
    border-color: #ffbb33;
    color: #ffbb33;
    background-color: transparent; }

.btn-outline-danger {
  border: 2px solid #ff4444;
  color: #CC0000 !important;
  background-color: transparent; }
  .btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger:active:focus {
    color: #ff4444;
    border-color: #ff4444;
    background-color: transparent; }

.btn-outline-white {
  border: 2px solid #fff;
  color: #fff !important;
  background-color: transparent; }
  .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white:active:focus {
    color: #e6e6e6;
    border-color: #fff;
    background-color: transparent; }

.btn-outline-black {
  border: 2px solid #000;
  color: #000 !important;
  background-color: transparent; }
  .btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black:active:focus {
    color: #000;
    border-color: #000;
    background-color: transparent; }

.pager li a {
  border: 0;
  transition: .2s ease-out; }

.btn-elegant {
  background: #2E2E2E; }
  .btn-elegant:hover, .btn-elegant:focus {
    background-color: #3b3b3b !important; }
  .btn-elegant.active {
    background-color: black !important; }

.btn-unique {
  background: #1C2331; }
  .btn-unique:hover, .btn-unique:focus {
    background-color: #252f41 !important; }
  .btn-unique.active {
    background-color: black !important; }

.btn-pink {
  background: #e91e63; }
  .btn-pink:hover, .btn-pink:focus {
    background-color: #eb3573 !important; }
  .btn-pink.active {
    background-color: #930e3b !important; }

.btn-purple {
  background: #4a148c; }
  .btn-purple:hover, .btn-purple:focus {
    background-color: #5617a2 !important; }
  .btn-purple.active {
    background-color: #1b0733 !important; }

.btn-deep-purple {
  background: #311b92; }
  .btn-deep-purple:hover, .btn-deep-purple:focus {
    background-color: #381fa8 !important; }
  .btn-deep-purple.active {
    background-color: #140b3c !important; }

.btn-indigo {
  background: #1a237e; }
  .btn-indigo:hover, .btn-indigo:focus {
    background-color: #1e2993 !important; }
  .btn-indigo.active {
    background-color: #090c29 !important; }

.btn-cyan {
  background: #00acc1; }
  .btn-cyan:hover, .btn-cyan:focus {
    background-color: #00c3db !important; }
  .btn-cyan.active {
    background-color: #00515b !important; }

.btn-light-green {
  background: #7cb342; }
  .btn-light-green:hover, .btn-light-green:focus {
    background-color: #89be50 !important; }
  .btn-light-green.active {
    background-color: #486827 !important; }

.btn-dark-green {
  background: #007E33; }
  .btn-dark-green:hover, .btn-dark-green:focus {
    background-color: #00983d !important; }
  .btn-dark-green.active {
    background-color: #00180a !important; }

.btn-lime {
  background: #afb42b; }
  .btn-lime:hover, .btn-lime:focus {
    background-color: #c3c930 !important; }
  .btn-lime.active {
    background-color: #5f6217 !important; }

.btn-yellow {
  background: #fbc02d; }
  .btn-yellow:hover, .btn-yellow:focus {
    background-color: #fbc846 !important; }
  .btn-yellow.active {
    background-color: #be8904 !important; }

.btn-amber {
  background: #ff6f00; }
  .btn-amber:hover, .btn-amber:focus {
    background-color: #ff7d1a !important; }
  .btn-amber.active {
    background-color: #994300 !important; }

.btn-orange {
  background: #e65100; }
  .btn-orange:hover, .btn-orange:focus {
    background-color: #ff5a01 !important; }
  .btn-orange.active {
    background-color: #802d00 !important; }

.btn-deep-orange {
  background: #bf360c; }
  .btn-deep-orange:hover, .btn-deep-orange:focus {
    background-color: #d73d0e !important; }
  .btn-deep-orange.active {
    background-color: #5f1b06 !important; }

.btn-brown {
  background: #6d4c41; }
  .btn-brown:hover, .btn-brown:focus {
    background-color: #7d574b !important; }
  .btn-brown.active {
    background-color: #2d1f1b !important; }

.btn-blue-grey {
  background: #607d8b; }
  .btn-blue-grey:hover, .btn-blue-grey:focus {
    background-color: #6b8a99 !important; }
  .btn-blue-grey.active {
    background-color: #36474f !important; }

.btn-mdb {
  background: #45526E; }
  .btn-mdb:hover, .btn-mdb:focus {
    background-color: #4f5e7e !important; }
  .btn-mdb.active {
    background-color: #1e232f !important; }

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #aa66cc;
  cursor: not-allowed;
  pointer-events: auto !important; }

.btn-split {
  padding-left: 0.85rem;
  padding-right: 1.25rem; }

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search-md],
input[type=search],
textarea.md-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  outline: none;
  height: 2.1rem;
  width: 100%;
  font-size: 1rem;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s; }
  input[type=text]:disabled, input[type=text]:disabled, input[type=text][readonly="readonly"],
  input[type=password]:disabled,
  input[type=password]:disabled,
  input[type=password][readonly="readonly"],
  input[type=email]:disabled,
  input[type=email]:disabled,
  input[type=email][readonly="readonly"],
  input[type=url]:disabled,
  input[type=url]:disabled,
  input[type=url][readonly="readonly"],
  input[type=time]:disabled,
  input[type=time]:disabled,
  input[type=time][readonly="readonly"],
  input[type=date]:disabled,
  input[type=date]:disabled,
  input[type=date][readonly="readonly"],
  input[type=datetime-local]:disabled,
  input[type=datetime-local]:disabled,
  input[type=datetime-local][readonly="readonly"],
  input[type=tel]:disabled,
  input[type=tel]:disabled,
  input[type=tel][readonly="readonly"],
  input[type=number]:disabled,
  input[type=number]:disabled,
  input[type=number][readonly="readonly"],
  input[type=search-md]:disabled,
  input[type=search-md]:disabled,
  input[type=search-md][readonly="readonly"],
  input[type=search]:disabled,
  input[type=search]:disabled,
  input[type=search][readonly="readonly"],
  textarea.md-textarea:disabled,
  textarea.md-textarea:disabled,
  textarea.md-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.46);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.46);
    background-color: transparent; }
  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-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-md]:disabled + label,
  input[type=search-md][readonly="readonly"] + label,
  input[type=search]:disabled + label,
  input[type=search][readonly="readonly"] + label,
  textarea.md-textarea:disabled + label,
  textarea.md-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.46);
    background-color: transparent; }
  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-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search-md]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #4285F4;
    box-shadow: 0 1px 0 0 #4285F4; }
  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-local]:focus:not([readonly]) + label,
  input[type=tel]:focus:not([readonly]) + label,
  input[type=number]:focus:not([readonly]) + label,
  input[type=search-md]:focus:not([readonly]) + label,
  input[type=search]:focus:not([readonly]) + label,
  textarea.md-textarea:focus:not([readonly]) + label {
    color: #4285F4; }
  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-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-md].valid,
  input[type=search-md]:focus.valid,
  input[type=search].valid,
  input[type=search]:focus.valid,
  textarea.md-textarea.valid,
  textarea.md-textarea:focus.valid {
    border-bottom: 1px solid #00C851;
    box-shadow: 0 1px 0 0 #00C851; }
  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-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-md].valid + label:after,
  input[type=search-md]:focus.valid + label:after,
  input[type=search].valid + label:after,
  input[type=search]:focus.valid + label:after,
  textarea.md-textarea.valid + label:after,
  textarea.md-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #00C851;
    opacity: 1; }
  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-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-md].invalid,
  input[type=search-md]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.md-textarea.invalid,
  textarea.md-textarea:focus.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336; }
  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-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-md].invalid + label:after,
  input[type=search-md]:focus.invalid + label:after,
  input[type=search].invalid + label:after,
  input[type=search]:focus.invalid + label:after,
  textarea.md-textarea.invalid + label:after,
  textarea.md-textarea:focus.invalid + label:after {
    content: attr(data-error);
    color: #F44336;
    opacity: 1; }
  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-local] + label:after,
  input[type=tel] + label:after,
  input[type=number] + label:after,
  input[type=search-md] + label:after,
  input[type=search] + label:after,
  textarea.md-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 65px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out; }
  input[type=text].input-alternate,
  input[type=password].input-alternate,
  input[type=email].input-alternate,
  input[type=url].input-alternate,
  input[type=time].input-alternate,
  input[type=date].input-alternate,
  input[type=datetime-local].input-alternate,
  input[type=tel].input-alternate,
  input[type=number].input-alternate,
  input[type=search-md].input-alternate,
  input[type=search].input-alternate,
  textarea.md-textarea.input-alternate {
    padding: 0 15px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
    font-size: 0.875rem;
    border-bottom: 0;
    transition: none !important; }
    input[type=text].input-alternate:hover, input[type=text].input-alternate:focus,
    input[type=password].input-alternate:hover,
    input[type=password].input-alternate:focus,
    input[type=email].input-alternate:hover,
    input[type=email].input-alternate:focus,
    input[type=url].input-alternate:hover,
    input[type=url].input-alternate:focus,
    input[type=time].input-alternate:hover,
    input[type=time].input-alternate:focus,
    input[type=date].input-alternate:hover,
    input[type=date].input-alternate:focus,
    input[type=datetime-local].input-alternate:hover,
    input[type=datetime-local].input-alternate:focus,
    input[type=tel].input-alternate:hover,
    input[type=tel].input-alternate:focus,
    input[type=number].input-alternate:hover,
    input[type=number].input-alternate:focus,
    input[type=search-md].input-alternate:hover,
    input[type=search-md].input-alternate:focus,
    input[type=search].input-alternate:hover,
    input[type=search].input-alternate:focus,
    textarea.md-textarea.input-alternate:hover,
    textarea.md-textarea.input-alternate:focus {
      box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08) !important;
      border-bottom: 0; }

label {
  font-size: 0.8rem;
  color: darken #ccc, 90%; }

.form-control {
  padding: 0;
  padding-bottom: 0.6rem;
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: 0.2rem;
  margin-bottom: 1rem; }
  .form-control:focus {
    background: transparent; }

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0; }

.md-form {
  position: relative;
  margin-bottom: 1.5rem; }
  .md-form.form-sm input {
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    font-size: 0.8rem;
    line-height: 0.5; }
  .md-form.form-sm label {
    font-size: 0.9rem; }
  .md-form.form-sm .prefix {
    font-size: 1.5rem;
    top: 0.4rem; }
  .md-form.form-sm .prefix ~ input,
  .md-form.form-sm .prefix ~ textarea {
    margin-left: 2.2rem; }
  .md-form.form-sm .prefix ~ label {
    margin-left: 2.2rem; }
  .md-form .btn {
    margin-bottom: 1.5rem; }
  .md-form label {
    color: #757575;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: 0.2s ease-out; }
  .md-form label.active {
    font-size: 0.8rem;
    transform: translateY(-140%); }
  .md-form .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color 0.2s; }
    .md-form .prefix.active {
      color: #4285F4; }
  .md-form .prefix ~ input,
  .md-form .prefix ~ textarea {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .md-form .prefix ~ textarea {
    padding-top: .8rem; }
  .md-form .prefix ~ label {
    margin-left: 3rem; }
  @media only screen and (max-width: 992px) {
    .md-form .prefix ~ input {
      width: 86%;
      width: calc(100% - 3rem); } }
  @media only screen and (max-width: 600px) {
    .md-form .prefix ~ input {
      width: 80%;
      width: calc(100% - 3rem); } }
  .md-form.input-group .form-control {
    margin: 0;
    padding-left: 1rem; }
    .md-form.input-group .form-control::-webkit-input-placeholder {
      color: #999;
      padding-top: 2px; }
    .md-form.input-group .form-control:-moz-placeholder {
      color: #999;
      padding-top: 2px; }
    .md-form.input-group .form-control::-moz-placeholder {
      color: #999;
      padding-top: 2px; }
    .md-form.input-group .form-control::-ms-placeholder {
      color: #999;
      padding-top: 2px; }
    .md-form.input-group .form-control::-moz-placeholder {
      color: #999;
      padding-top: 2px; }
    .md-form.input-group .form-control::placeholder {
      color: #999;
      padding-top: 2px; }

.form-inline fieldset {
  margin-right: 1.5rem; }

textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent; }
  textarea.md-textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: 1.6rem 0;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 3rem; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */ }

.input-dark-bg::-webkit-input-placeholder {
  color: #fff !important;
  font-weight: 300; }

.input-dark-bg:-moz-placeholder {
  color: #fff !important;
  font-weight: 300; }

.input-dark-bg::-moz-placeholder {
  color: #fff !important;
  font-weight: 300; }

.input-dark-bg::-ms-placeholder {
  color: #fff !important;
  font-weight: 300; }

.input-dark-bg::-moz-placeholder {
  color: #fff !important;
  font-weight: 300; }

.input-dark-bg::placeholder {
  color: #fff !important;
  font-weight: 300; }

.input-dark-bg input[type=text] {
  border-bottom: 1px solid #fff; }

.input-dark-bg .form-control {
  color: #fff; }

.input-light-bg::-webkit-input-placeholder {
  color: #1C2331 !important;
  font-weight: 300; }

.input-light-bg:-moz-placeholder {
  color: #1C2331 !important;
  font-weight: 300; }

.input-light-bg::-moz-placeholder {
  color: #1C2331 !important;
  font-weight: 300; }

.input-light-bg::-ms-placeholder {
  color: #1C2331 !important;
  font-weight: 300; }

.input-light-bg::-moz-placeholder {
  color: #1C2331 !important;
  font-weight: 300; }

.input-light-bg::placeholder {
  color: #1C2331 !important;
  font-weight: 300; }

.input-light-bg input[type=text] {
  border-bottom: 1px solid #1C2331; }

.input-light-bg .form-control {
  color: #1C2331; }

.form-inline .form-group {
  margin-right: 2rem; }

i.btn-primary {
  background: #4285F4 !important; }

i.btn-default {
  background: #2BBBAD !important; }

i.btn-success {
  background: #00C851 !important; }

i.btn-info {
  background: #33b5e5 !important; }

i.btn-warning {
  background: #FF8800 !important; }

i.btn-danger {
  background: #CC0000 !important; }

.card {
  border: 0; }
  .card .card-title a {
    color: #424242;
    transition: 0.4s; }
    .card .card-title a:hover {
      color: #616161;
      transition: 0.4s; }
  .card img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .card .card-block {
    position: relative; }
  .card .card-footer {
    padding-bottom: 0;
    font-size: 1.2rem; }
    .card .card-footer:after {
      display: block;
      content: "";
      clear: both; }
    .card .card-footer .card-link {
      color: inherit; }

.jumbotron, .author-box {
  background-color: #fff;
  padding: 2rem; }
  .jumbotron.m-1, .cascading-media .jumbotron, .cascading-media .author-box, .m-1.author-box, .section-blog-fw .jumbotron, .section-blog-fw .author-box, .jumbotron.m-2, .m-2.author-box, .jumbotron.m-3, .m-3.author-box {
    z-index: 50;
    position: relative;
    margin-left: 3%;
    margin-right: 3%; }
  .jumbotron.m-1, .cascading-media .jumbotron, .cascading-media .author-box, .m-1.author-box, .section-blog-fw .jumbotron, .section-blog-fw .author-box {
    margin-top: -20px; }
  .jumbotron.m-2, .m-2.author-box {
    margin-top: -30px; }
  .jumbotron.m-3, .m-3.author-box {
    margin-top: -40px; }

.list-group-item {
  width: 100%; }

.edge-header {
  display: block;
  height: 278px;
  background-color: #ccc; }

.card .form-header {
  color: #fff;
  text-align: center;
  margin-top: -50px;
  margin-bottom: 3rem;
  padding: 1rem;
  border-radius: 2px; }
  .card .form-header h3 {
    margin: 0;
    padding: 0.7rem; }

.call .fa {
  margin-right: 5px; }

.navbar {
  font-weight: 300; }
  .navbar form input {
    margin: 0;
    height: 1rem;
    margin-right: 5px;
    margin-left: 8px;
    margin-bottom: 1px; }
  .navbar .navbar-brand {
    align-self: flex-start;
    overflow: visible; }
  .navbar .breadcrumb {
    margin: 0;
    background-color: inherit;
    font-weight: 300; }
  .navbar.navbar-dark .navbar-brand {
    color: #fff; }
    .navbar.navbar-dark .navbar-brand:hover {
      color: #fff; }
  .navbar.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer; }
  .navbar.navbar-dark .breadcrumb a,
  .navbar.navbar-dark .navbar-nav .nav-item a {
    color: #fff;
    transition: .35s; }
    .navbar.navbar-dark .breadcrumb a:hover,
    .navbar.navbar-dark .navbar-nav .nav-item a:hover {
      color: rgba(255, 255, 255, 0.75); }
  .navbar.navbar-dark .breadcrumb.active,
  .navbar.navbar-dark .navbar-nav .nav-item.active {
    background-color: rgba(255, 255, 255, 0.1); }
  .navbar.navbar-dark .breadcrumb .dropdown-menu a,
  .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu a {
    color: #212121; }
    .navbar.navbar-dark .breadcrumb .dropdown-menu a:hover, .navbar.navbar-dark .breadcrumb .dropdown-menu a:focus, .navbar.navbar-dark .breadcrumb .dropdown-menu a:active,
    .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu a:hover,
    .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu a:focus,
    .navbar.navbar-dark .navbar-nav .nav-item .dropdown-menu a:active {
      color: #212121; }
  .navbar.navbar-dark .nav-link {
    color: #fff; }
  .navbar.navbar-dark .navbar-toggler {
    color: #fff; }
  .navbar.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .navbar.navbar-light .breadcrumb a,
  .navbar.navbar-light .nav-item a {
    color: #212121;
    transition: .35s; }
    .navbar.navbar-light .breadcrumb a:hover,
    .navbar.navbar-light .nav-item a:hover {
      transition: .35s;
      color: #212121; }
  .navbar.navbar-light .breadcrumb.active,
  .navbar.navbar-light .nav-item.active {
    background-color: rgba(158, 158, 158, 0.2); }
  .navbar.navbar-light .breadcrumb .dropdown-menu a,
  .navbar.navbar-light .nav-item .dropdown-menu a {
    color: #000;
    padding: 1rem; }
  .navbar.navbar-light .navbar-toggler {
    color: #000; }
  .navbar .dropdown-menu a {
    font-size: 0.9375rem;
    font-weight: 300;
    padding: 10px; }
  .navbar .navbar-toggler {
    border-width: 0; }
  .navbar .nav-flex-icons {
    flex-direction: row; }
  @media (max-width: 991px) {
    .navbar .container {
      width: 100%; }
      .navbar .container .navbar-toggler-right {
        right: 0; } }
  .navbar .dropdown-menu {
    position: absolute !important; }
  .navbar.double-nav {
    flex-direction: row; }

.navbar-dark form input[type=text] {
  border-bottom: 1px solid #fff; }

.navbar-dark form .form-control {
  color: #fff; }
  .navbar-dark form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
    font-weight: 300; }
  .navbar-dark form .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
    font-weight: 300; }
  .navbar-dark form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
    font-weight: 300; }
  .navbar-dark form .form-control::-ms-placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
    font-weight: 300; }
  .navbar-dark form .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
    font-weight: 300; }
  .navbar-dark form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
    font-weight: 300; }

.navbar-light form input[type=text] {
  border-bottom: 1px solid #1C2331; }

.navbar-light form .form-control {
  color: #1C2331; }
  .navbar-light form .form-control::-webkit-input-placeholder {
    color: #1C2331 !important;
    font-weight: 300; }
  .navbar-light form .form-control:-moz-placeholder {
    color: #1C2331 !important;
    font-weight: 300; }
  .navbar-light form .form-control::-moz-placeholder {
    color: #1C2331 !important;
    font-weight: 300; }
  .navbar-light form .form-control::-ms-placeholder {
    color: #1C2331 !important;
    font-weight: 300; }
  .navbar-light form .form-control::-moz-placeholder {
    color: #1C2331 !important;
    font-weight: 300; }
  .navbar-light form .form-control::placeholder {
    color: #1C2331 !important;
    font-weight: 300; }

/* MDB HOVER EFFECTS */
.view {
  overflow: hidden;
  position: relative;
  cursor: default; }
  .view .mask,
  .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0; }
  .view img, .view video {
    display: block;
    position: relative; }

/* .view .mask {
  background-attachment: fixed; } */

.full-bg-img {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0; }

header .view {
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.overlay:hover .mask {
  opacity: 1; }

.overlay img, .overlay video {
  transition: all 0.2s linear; }

.overlay .mask {
  opacity: 0;
  transition: all 0.4s ease-in-out; }

.hm-blue-light .mask,
.hm-blue-light .full-bg-img {
  background-color: rgba(3, 169, 244, 0.3); }

.hm-red-light .mask,
.hm-red-light .full-bg-img {
  background-color: rgba(244, 67, 54, 0.3); }

.hm-pink-light .mask,
.hm-pink-light .full-bg-img {
  background-color: rgba(233, 30, 99, 0.3); }

.hm-purple-light .mask,
.hm-purple-light .full-bg-img {
  background-color: rgba(156, 39, 176, 0.3); }

.hm-indigo-light .mask,
.hm-indigo-light .full-bg-img {
  background-color: rgba(63, 81, 181, 0.3); }

.hm-cyan-light .mask,
.hm-cyan-light .full-bg-img {
  background-color: rgba(0, 188, 212, 0.3); }

.hm-teal-light .mask,
.hm-teal-light .full-bg-img {
  background-color: rgba(0, 150, 136, 0.3); }

.hm-green-light .mask,
.hm-green-light .full-bg-img {
  background-color: rgba(76, 175, 80, 0.3); }

.hm-lime-light .mask,
.hm-lime-light .full-bg-img {
  background-color: rgba(205, 220, 57, 0.3); }

.hm-yellow-light .mask,
.hm-yellow-light .full-bg-img {
  background-color: rgba(255, 235, 59, 0.3); }

.hm-orange-light .mask,
.hm-orange-light .full-bg-img {
  background-color: rgba(255, 152, 0, 0.3); }

.hm-brown-light .mask,
.hm-brown-light .full-bg-img {
  background-color: rgba(121, 85, 72, 0.3); }

.hm-grey-light .mask,
.hm-grey-light .full-bg-img {
  background-color: rgba(158, 158, 158, 0.3); }

.hm-bluegrey-light .mask,
.hm-bluegrey-light .full-bg-img {
  background-color: rgba(96, 125, 139, 0.3); }

.hm-black-light .mask,
.hm-black-light .full-bg-img {
  background-color: rgba(0, 0, 0, 0.3); }

.hm-stylish-light .mask,
.hm-stylish-light .full-bg-img {
  background-color: rgba(62, 69, 81, 0.3); }

.hm-white-light .mask,
.hm-white-light .full-bg-img {
  background-color: rgba(255, 255, 255, 0.3); }

.hm-blue-strong .mask,
.hm-blue-strong .full-bg-img {
  background-color: rgba(3, 169, 244, 0.7); }

.hm-red-strong .mask,
.hm-red-strong .full-bg-img {
  background-color: rgba(244, 67, 54, 0.7); }

.hm-pink-strong .mask,
.hm-pink-strong .full-bg-img {
  background-color: rgba(233, 30, 99, 0.7); }

.hm-purple-strong .mask,
.hm-purple-strong .full-bg-img {
  background-color: rgba(156, 39, 176, 0.7); }

.hm-indigo-strong .mask,
.hm-indigo-strong .full-bg-img {
  background-color: rgba(63, 81, 181, 0.7); }

.hm-cyan-strong .mask,
.hm-cyan-strong .full-bg-img {
  background-color: rgba(0, 188, 212, 0.7); }

.hm-teal-strong .mask,
.hm-teal-strong .full-bg-img {
  background-color: rgba(0, 150, 136, 0.7); }

.hm-green-strong .mask,
.hm-green-strong .full-bg-img {
  background-color: rgba(76, 175, 80, 0.7); }

.hm-lime-strong .mask,
.hm-lime-strong .full-bg-img {
  background-color: rgba(205, 220, 57, 0.7); }

.hm-yellow-strong .mask,
.hm-yellow-strong .full-bg-img {
  background-color: rgba(255, 235, 59, 0.7); }

.hm-orange-strong .mask,
.hm-orange-strong .full-bg-img {
  background-color: rgba(255, 152, 0, 0.7); }

.hm-brown-strong .mask,
.hm-brown-strong .full-bg-img {
  background-color: rgba(121, 85, 72, 0.7); }

.hm-grey-strong .mask,
.hm-grey-strong .full-bg-img {
  background-color: rgba(158, 158, 158, 0.7); }

.hm-bluegrey-strong .mask,
.hm-bluegrey-strong .full-bg-img {
  background-color: rgba(96, 125, 139, 0.7); }

.hm-black-strong .mask,
.hm-black-strong .full-bg-img {
  background-color: rgba(0, 0, 0, 0.7); }

.hm-stylish-strong .mask,
.hm-stylish-strong .full-bg-img {
  background-color: rgba(62, 69, 81, 0.7); }

.hm-white-strong .mask,
.hm-white-strong .full-bg-img {
  background-color: rgba(255, 255, 255, 0.7); }

.hm-blue-slight .mask,
.hm-blue-slight .full-bg-img {
  background-color: rgba(3, 169, 244, 0.1); }

.hm-red-slight .mask,
.hm-red-slight .full-bg-img {
  background-color: rgba(244, 67, 54, 0.1); }

.hm-pink-slight .mask,
.hm-pink-slight .full-bg-img {
  background-color: rgba(233, 30, 99, 0.1); }

.hm-purple-slight .mask,
.hm-purple-slight .full-bg-img {
  background-color: rgba(156, 39, 176, 0.1); }

.hm-indigo-slight .mask,
.hm-indigo-slight .full-bg-img {
  background-color: rgba(63, 81, 181, 0.1); }

.hm-cyan-slight .mask,
.hm-cyan-slight .full-bg-img {
  background-color: rgba(0, 188, 212, 0.1); }

.hm-teal-slight .mask,
.hm-teal-slight .full-bg-img {
  background-color: rgba(0, 150, 136, 0.1); }

.hm-green-slight .mask,
.hm-green-slight .full-bg-img {
  background-color: rgba(76, 175, 80, 0.1); }

.hm-lime-slight .mask,
.hm-lime-slight .full-bg-img {
  background-color: rgba(205, 220, 57, 0.1); }

.hm-yellow-slight .mask,
.hm-yellow-slight .full-bg-img {
  background-color: rgba(255, 235, 59, 0.1); }

.hm-orange-slight .mask,
.hm-orange-slight .full-bg-img {
  background-color: rgba(255, 152, 0, 0.1); }

.hm-brown-slight .mask,
.hm-brown-slight .full-bg-img {
  background-color: rgba(121, 85, 72, 0.1); }

.hm-grey-slight .mask,
.hm-grey-slight .full-bg-img {
  background-color: rgba(158, 158, 158, 0.1); }

.hm-bluegrey-slight .mask,
.hm-bluegrey-slight .full-bg-img {
  background-color: rgba(96, 125, 139, 0.1); }

.hm-black-slight .mask,
.hm-black-slight .full-bg-img {
  background-color: rgba(0, 0, 0, 0.1); }

.hm-stylish-slight .mask,
.hm-stylish-slight .full-bg-img {
  background-color: rgba(62, 69, 81, 0.1); }

.hm-white-slight .mask,
.hm-white-slight .full-bg-img {
  background-color: rgba(255, 255, 255, 0.1); }

.hm-zoom img {
  transition: all 0.2s linear; }

.hm-zoom:hover img {
  transform: scale(1.1); }

.hm-zoom:hover .mask {
  opacity: 1; }

.img-overlay {
  position: relative; }
  .img-overlay:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.17);
    transition: background 0.4s; }
  .img-overlay:hover:after {
    background: rgba(0, 0, 0, 0.35); }
  .img-overlay.light:after {
    background: rgba(255, 255, 255, 0.17); }
  .img-overlay.light:hover:after {
    background: rgba(255, 255, 255, 0.35); }
  .img-overlay.blue:after {
    background: rgba(0, 145, 234, 0.17); }
  .img-overlay.blue:hover:after {
    background: rgba(0, 145, 234, 0.35); }
  .img-overlay.green:after {
    background: rgba(76, 175, 80, 0.17); }
  .img-overlay.green:hover:after {
    background: rgba(76, 175, 80, 0.35); }
  .img-overlay.red:after {
    background: rgba(213, 0, 0, 0.17); }
  .img-overlay.red:hover:after {
    background: rgba(213, 0, 0, 0.35); }

footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #3E4551;
  color: #fff; }
  footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center; }
  footer.page-footer a {
    color: #fff; }
  footer.page-footer .title {
    text-transform: uppercase; }
  footer.page-footer .call-to-action {
    text-align: center;
    padding-top: 1.3rem;
    padding-bottom: 0.5rem; }
    footer.page-footer .call-to-action ul li {
      display: inline-block;
      padding-right: 10px; }
  footer.page-footer .social-section {
    text-align: center; }
    footer.page-footer .social-section ul li {
      display: inline-block; }

/* Instagram photos */
ul.instagram-photos li {
  display: inline-block;
  max-width: 100px;
  margin: 4px; }
  ul.instagram-photos li img {
    margin: 0; }

.carousel-control:hover {
  transition-duration: 400ms; }

.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  transition-property: opacity; }

.carousel-fade .carousel-inner .active {
  opacity: 1; }

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1; }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel-fade .carousel-control {
  z-index: 2; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .carousel-item.next,
  .carousel-fade .carousel-inner > .carousel-item.active.right {
    opacity: 0;
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .carousel-item.prev,
  .carousel-fade .carousel-inner > .carousel-item.active.left {
    opacity: 0;
    transform: translate3d(0, 0, 0); }
  .carousel-fade .carousel-inner > .carousel-item.next.left,
  .carousel-fade .carousel-inner > .carousel-item.prev.right,
  .carousel-fade .carousel-inner > .carousel-item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: 36px;
  height: 36px; }

.carousel .carousel-control-prev-icon {
  background-image: url(/../img/svg/arrow_left.svg); }

.carousel .carousel-control-next-icon {
  background-image: url(/../img/svg/arrow_right.svg); }

.carousel .carousel-indicators li {
  max-width: 10px;
  height: 10px;
  border-radius: 50%; }

.carousel .video-fluid {
  height: 100%; }

.carousel.no-flex .carousel-item.active,
.carousel.no-flex .carousel-item-next,
.carousel.no-flex .carousel-item-prev {
  display: block; }

body.modal-open {
  padding-right: 0 !important; }

body.scrollable {
  overflow-y: auto; }

.modal-dialog .modal-content {
  border-radius: 2px;
  border: 0; }

.modal .modal-dialog.modal-top {
  top: 0; }

.modal .modal-dialog.modal-left {
  left: 0; }

.modal .modal-dialog.modal-right {
  right: 0; }

.modal .modal-dialog.modal-bottom {
  bottom: 0; }

.modal .modal-dialog.modal-top-left {
  top: 10px;
  left: 10px; }

.modal .modal-dialog.modal-top-right {
  top: 10px;
  right: 10px; }

.modal .modal-dialog.modal-bottom-left {
  left: 10px;
  bottom: 10px; }

.modal .modal-dialog.modal-bottom-right {
  right: 10px;
  bottom: 10px; }

.modal.fade.top:not(.show) .modal-dialog {
  transform: translate3d(0, -25%, 0); }

.modal.fade.left:not(.show) .modal-dialog {
  transform: translate3d(-25%, 0, 0); }

.modal.fade.right:not(.show) .modal-dialog {
  transform: translate3d(25%, 0, 0); }

.modal.fade.bottom:not(.show) .modal-dialog {
  transform: translate3d(0, 25%, 0); }

.modal.modal-scrolling {
  position: relative; }
  .modal.modal-scrolling .modal-dialog {
    position: fixed;
    z-index: 1050; }

.modal.modal-content-clickable {
  top: auto;
  bottom: auto; }
  .modal.modal-content-clickable .modal-dialog {
    position: fixed; }

.modal .modal-fluid {
  width: 100%;
  max-width: 100%; }
  .modal .modal-fluid .modal-content {
    width: 100%; }

.modal .modal-frame {
  position: absolute;
  width: 100%;
  max-width: 100%;
  margin: 0; }
  .modal .modal-frame.modal-bottom {
    bottom: 0; }

.modal .modal-full-height {
  display: flex;
  position: absolute;
  width: 400px;
  height: 100%;
  margin: 0;
  top: 0;
  right: 0; }
  .modal .modal-full-height.modal-top, .modal .modal-full-height.modal-bottom {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }
  .modal .modal-full-height.modal-top {
    bottom: auto; }
  .modal .modal-full-height.modal-bottom {
    top: auto; }
  .modal .modal-full-height .modal-content {
    width: 100%; }
  .modal .modal-full-height.modal-lg {
    max-width: 90%;
    width: 90%; }
    @media (min-width: 992px) {
      .modal .modal-full-height.modal-lg {
        max-width: 800px;
        width: 800px; } }
    @media (min-width: 1200px) {
      .modal .modal-full-height.modal-lg {
        max-width: 1000px;
        width: 1000px; } }

.modal .modal-side {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: 0;
  width: 400px; }

.modal-dialog .btn .fa {
  color: #fff !important; }

.modal-dialog [class*="btn-outline-"] .fa {
  color: inherit !important; }

.modal-dialog.cascading-modal {
  margin-top: 10%; }
  .modal-dialog.cascading-modal .modal-header {
    text-align: center;
    margin: -2rem 1rem 1rem 1rem;
    padding: 1.5rem;
    border: none;
    flex-direction: column;
    border-radius: 3px; }
    .modal-dialog.cascading-modal .modal-header .close {
      margin-right: 2.5rem; }
    .modal-dialog.cascading-modal .modal-header.white-text .close {
      color: #fff;
      opacity: 1; }
    .modal-dialog.cascading-modal .modal-header .title {
      width: 100%;
      margin-bottom: 0;
      font-size: 1.25rem; }
      .modal-dialog.cascading-modal .modal-header .title .fa {
        margin-right: 9px; }
    .modal-dialog.cascading-modal .modal-header .social-buttons {
      margin-top: 1.5rem; }
      .modal-dialog.cascading-modal .modal-header .social-buttons a {
        font-size: 1rem; }
  .modal-dialog.cascading-modal .modal-c-tabs .nav-tabs {
    margin: -1.5rem 1rem 0 1rem; }
  .modal-dialog.cascading-modal .modal-c-tabs .tab-content {
    padding: 1.7rem 0 0 0; }
  .modal-dialog.cascading-modal .modal-body,
  .modal-dialog.cascading-modal .modal-footer {
    color: #616161;
    padding-right: 2rem;
    padding-left: 2rem; }
    .modal-dialog.cascading-modal .modal-body .additional-option,
    .modal-dialog.cascading-modal .modal-footer .additional-option {
      text-align: center;
      margin-top: 1rem; }
  .modal-dialog.cascading-modal.modal-avatar {
    margin-top: 6rem; }
    .modal-dialog.cascading-modal.modal-avatar .modal-header {
      margin: -6rem 2rem -1rem 2rem; }
      .modal-dialog.cascading-modal.modal-avatar .modal-header img {
        width: 130px; }

.modal-dialog.modal-notify .heading {
  margin: 0;
  padding: 0.3rem;
  color: #fff;
  font-size: 1.15rem; }

.modal-dialog.modal-notify .modal-header {
  border: 0; }

.modal-dialog.modal-notify .close {
  opacity: 1; }

.modal-dialog.modal-notify .modal-body {
  padding: 1.5rem;
  color: #616161; }

.modal-dialog.modal-notify .btn-outline-secondary-modal {
  background-color: transparent; }

.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #5394ff; }

.modal-dialog.modal-notify.modal-info .fa {
  color: #5394ff; }

.modal-dialog.modal-notify.modal-info .badge {
  background-color: #5394ff; }

.modal-dialog.modal-notify.modal-info .btn-primary-modal {
  background: #5394ff; }
  .modal-dialog.modal-notify.modal-info .btn-primary-modal:hover, .modal-dialog.modal-notify.modal-info .btn-primary-modal:focus, .modal-dialog.modal-notify.modal-info .btn-primary-modal:active {
    background-color: #6da4ff !important; }
  .modal-dialog.modal-notify.modal-info .btn-primary-modal.active {
    background-color: #0059ec !important; }

.modal-dialog.modal-notify.modal-info .btn-outline-secondary-modal {
  border: 2px solid #5394ff;
  color: #5394ff !important; }

.modal-dialog.modal-notify.modal-warning .modal-header {
  background-color: #ff8e38; }

.modal-dialog.modal-notify.modal-warning .fa {
  color: #ff8e38; }

.modal-dialog.modal-notify.modal-warning .badge {
  background-color: #ff8e38; }

.modal-dialog.modal-notify.modal-warning .btn-primary-modal {
  background: #ff8e38; }
  .modal-dialog.modal-notify.modal-warning .btn-primary-modal:hover, .modal-dialog.modal-notify.modal-warning .btn-primary-modal:focus, .modal-dialog.modal-notify.modal-warning .btn-primary-modal:active {
    background-color: #ff9c52 !important; }
  .modal-dialog.modal-notify.modal-warning .btn-primary-modal.active {
    background-color: #d15a00 !important; }

.modal-dialog.modal-notify.modal-warning .btn-outline-secondary-modal {
  border: 2px solid #ff8e38;
  color: #ff8e38 !important; }

.modal-dialog.modal-notify.modal-success .modal-header {
  background-color: #01d36b; }

.modal-dialog.modal-notify.modal-success .fa {
  color: #01d36b; }

.modal-dialog.modal-notify.modal-success .badge {
  background-color: #01d36b; }

.modal-dialog.modal-notify.modal-success .btn-primary-modal {
  background: #01d36b; }
  .modal-dialog.modal-notify.modal-success .btn-primary-modal:hover, .modal-dialog.modal-notify.modal-success .btn-primary-modal:focus, .modal-dialog.modal-notify.modal-success .btn-primary-modal:active {
    background-color: #01ec78 !important; }
  .modal-dialog.modal-notify.modal-success .btn-primary-modal.active {
    background-color: #016d38 !important; }

.modal-dialog.modal-notify.modal-success .btn-outline-secondary-modal {
  border: 2px solid #01d36b;
  color: #01d36b !important; }

.modal-dialog.modal-notify.modal-danger .modal-header {
  background-color: #ff4b4b; }

.modal-dialog.modal-notify.modal-danger .fa {
  color: #ff4b4b; }

.modal-dialog.modal-notify.modal-danger .badge {
  background-color: #ff4b4b; }

.modal-dialog.modal-notify.modal-danger .btn-primary-modal {
  background: #ff4b4b; }
  .modal-dialog.modal-notify.modal-danger .btn-primary-modal:hover, .modal-dialog.modal-notify.modal-danger .btn-primary-modal:focus, .modal-dialog.modal-notify.modal-danger .btn-primary-modal:active {
    background-color: #ff6565 !important; }
  .modal-dialog.modal-notify.modal-danger .btn-primary-modal.active {
    background-color: #e40000 !important; }

.modal-dialog.modal-notify.modal-danger .btn-outline-secondary-modal {
  border: 2px solid #ff4b4b;
  color: #ff4b4b !important; }

/* Remove default Radio Buttons */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[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: 0.28s ease;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

[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: 0.28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
  border: 2px solid #5a5a5a; }

[type="radio"]:not(:checked) + label:after {
  border-radius: 50%;
  border: 2px solid #5a5a5a;
  z-index: -1;
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border-radius: 50%;
  border: 2px solid transparent; }

[type="radio"]:checked + label:after {
  border-radius: 50%;
  border: 2px solid #4285F4;
  background-color: #4285F4;
  z-index: 0;
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:before {
  border-radius: 50%;
  border: 2px solid #4285F4; }

[type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
  border: 2px solid #4285F4;
  background-color: #4285F4;
  z-index: 0;
  transform: scale(0.5); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.46); }

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.46); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.46); }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.46); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.46); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.46);
  border-color: #BDBDBD; }

/***************
   Checkboxes
***************/
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="checkbox"] {
  /* checkbox aspect */ }
  [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;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */ }
  [type="checkbox"] + label:before {
    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: 0.2s; }
  [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.46); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #4285F4;
  border-bottom: 2px solid #4285F4;
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.46);
  border-bottom: 2px solid rgba(0, 0, 0, 0.46); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #4285F4;
  border-bottom: none;
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.46);
  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;
  /* .1s delay is for check animation */
  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;
  transform: rotateZ(37deg);
  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;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #aa66cc;
  background-color: #aa66cc;
  z-index: 0; }

[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; }

[type="checkbox"].filled-in-danger + label:after {
  border-radius: 2px; }

[type="checkbox"].filled-in-danger + label:before,
[type="checkbox"].filled-in-danger + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  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-danger:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in-danger:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in-danger: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;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in-danger:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  background-color: red;
  z-index: 0; }

/***************
  Select Field
***************/
.select-label {
  position: absolute; }

.select-wrapper {
  position: relative; }
  .select-wrapper input.select-dropdown, .hnry-select  {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .select-wrapper .select-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 10px; }
    .select-wrapper span.caret.disabled {
      color: rgba(0, 0, 0, 0.46); }
  .select-wrapper + label {
    position: absolute;
    top: -14px;
    font-size: 0.8rem; }

select {
  display: none; }

select.browser-default {
  display: block; }

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;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  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 !important;
  cursor: context-menu; }

.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:not(.optgroup) {
    padding-left: 1rem; }

.multiple-select-dropdown li [type="checkbox"] + label {
  height: 10px; }

select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/***************
     Switch
***************/
.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: #dccfe2; }

.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #aa66cc; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  min-width: 40px;
  height: 15px;
  background-color: #C8CBCB;
  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: rgb(237, 240, 242);
  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 {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(170, 102, 204, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch label input[type=checkbox]:checked + .lever:after {
  left: 24px; }

.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; }

/*********************
      File Input
**********************/
.file-field {
  position: relative; }
  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
    height: 2.5rem; }
  .file-field input.file-path {
    width: 100%;
    height: 2.1rem; }
  .file-field .btn {
    float: left;
    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: 1px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

.btn-file {
  padding-top: 1px; }

/***************
      Range
***************/
.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 0px;
  padding: 0; }

input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #4285F4;
  top: 10px;
  margin-left: -6px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg); }
  input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #4285F4;
    font-size: 0;
    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]:focus {
  outline: none; }

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: #4285F4;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/ }

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: #4285F4;
  margin-top: -5px; }

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  height: 3px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  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: #4285F4; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

input[type=range]::-ms-track {
  height: 3px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  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: #4285F4; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

.input-group .input-group-addon {
  background-color: #e0e0e0; }
  .input-group .input-group-addon [type="checkbox"] + label {
    padding-left: 18px;
    height: 13px; }
  .input-group .input-group-addon [type="radio"] + label {
    padding-left: 24px;
    height: 13px; }
  .input-group .input-group-addon::-webkit-input-placeholder {
    padding-left: 1rem; }
  .input-group .input-group-addon:-moz-placeholder {
    padding-left: 1rem; }
  .input-group .input-group-addon::-moz-placeholder {
    padding-left: 1rem; }
  .input-group .input-group-addon::-ms-placeholder {
    padding-left: 1rem; }
  .input-group .input-group-addon::-moz-placeholder {
    padding-left: 1rem; }
  .input-group .input-group-addon::placeholder {
    padding-left: 1rem; }

.input-group span {
  z-index: 10; }

.input-group .form-control {
  margin-top: 3px; }

.mdb-autocomplete {
  margin-bottom: 1px; }

.mdb-autocomplete-clear {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0.85rem;
  background: transparent;
  border: none; }
  .mdb-autocomplete-clear svg {
    fill: #a6a6a6; }

.mdb-autocomplete-wrap {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  z-index: 100;
  max-height: 210px;
  overflow-y: auto; }
  .mdb-autocomplete-wrap li {
    cursor: pointer;
    padding: 12px 15px;
    font-size: 0.875rem; }
    .mdb-autocomplete-wrap li:hover {
      background: #eeeeee; }

.nav-tabs {
  border: 0;
  padding: 0.7rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: -20px;
  z-index: 2;
  position: relative; }
  .nav-tabs .nav-item + .nav-item {
    margin-left: 0; }
  .nav-tabs .nav-link {
    border: 0;
    color: #fff; }

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  transition: all 1s;
  border-radius: 2px; }

.md-pills li {
  padding: 10px; }

.md-pills .nav-link {
  color: #666;
  text-align: center; }

.md-pills .nav-item .nav-link {
  border-radius: 2px; }
  .md-pills .nav-item .nav-link:hover {
    background-color: rgba(158, 158, 158, 0.3);
    transition: all 0.4s; }
  .md-pills .nav-item .nav-link.active {
    color: #fff;
    border-radius: 2px;
    transition: all 0.4s; }

.md-pills.pills-primary .nav-item .nav-link.active {
  background-color: #4285F4; }

.md-pills.pills-danger .nav-item .nav-link.active {
  background-color: #CC0000; }

.md-pills.pills-default .nav-item .nav-link.active {
  background-color: #2BBBAD; }

.md-pills.pills-secondary .nav-item .nav-link.active {
  background-color: #aa66cc; }

.md-pills.pills-success .nav-item .nav-link.active {
  background-color: #00C851; }

.md-pills.pills-info .nav-item .nav-link.active {
  background-color: #33b5e5; }

.md-pills.pills-warning .nav-item .nav-link.active {
  background-color: #FF8800; }

.md-pills.pills-ins .nav-item .nav-link.active {
  background-color: #3F729B; }

.tab-content {
  padding: 1rem;
  padding-top: 2rem;
  z-index: 1; }
  .tab-content.vertical {
    padding-top: 0; }

.tabs-5 li {
  width: 20%;
  margin-left: 0; }

.tabs-4 li {
  width: 25%; }

.tabs-3 li {
  width: 33.3%; }

.tabs-2 li {
  width: 50%; }

.tabs-5,
.tabs-4,
.tabs-3,
.tabs-2 {
  text-align: center; }

.tabs-wrapper {
  overflow-x: hidden; }

.classic-tabs {
  display: flex;
  white-space: nowrap;
  overflow-x: auto; }
  @media (min-width: 62rem) {
    .classic-tabs {
      overflow-x: hidden; } }
  .classic-tabs li {
    flex: 1 0 30%; }
    @media (min-width: 62em) {
      .classic-tabs li {
        flex: inherit; } }
    .classic-tabs li a {
      display: block;
      padding: 20px 24px;
      font-size: 13px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.7);
      text-align: center;
      border-radius: 0; }
      .classic-tabs li a.active {
        border-bottom: 3px solid #ffeb3b;
        color: #fff; }
    @media (min-width: 62em) {
      .classic-tabs li:first-child {
        margin-left: 56px; } }
  .classic-tabs.tabs-grey {
    background-color: #546e7a; }
    .classic-tabs.tabs-grey li a.active {
      border-color: #fff; }
  .classic-tabs.tabs-cyan {
    background-color: #00bcd4; }
    .classic-tabs.tabs-cyan li a.active {
      border-color: #ffeb3b; }
  .classic-tabs.tabs-pink {
    background-color: #ec407a; }
    .classic-tabs.tabs-pink li a.active {
      border-color: #673ab7; }
  .classic-tabs.tabs-orange {
    background-color: #ffa000; }
    .classic-tabs.tabs-orange li a.active {
      border-color: #e53935; }
  .classic-tabs.tabs-green {
    background-color: #7cb342; }
    .classic-tabs.tabs-green li a.active {
      border-color: #1565c0; }
  .classic-tabs.tabs-primary {
    background-color: #4285F4; }
    .classic-tabs.tabs-primary li a.active {
      border-color: #fff; }

.table a {
  margin-left: 1rem; }

.table fieldset {
  margin-bottom: 0; }
  .table fieldset label {
    height: 8px; }

.product-table img {
  max-height: 150px;
  min-width: 50px; }

.product-table td {
  vertical-align: middle; }

.inline-ul-img li {
  display: inline; }
  .inline-ul-img li img {
    max-width: 100px;
    margin: 8px; }

.streak {
  display: block;
  position: relative;
  overflow: hidden;
  background: #e5e5e5;
  height: 250px; }
  .streak.streak-lg {
    height: 400px; }
  .streak.streak-photo {
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat; }
  .streak.no-flex {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    height: auto; }
  .streak .flex-center ul, .streak .card-overlay ul, .streak .card .card-circle ul, .card .streak .card-circle ul, .streak .testimonial-carousel .testimonial .avatar ul, .testimonial-carousel .testimonial .streak .avatar ul, .streak .section.team-section .avatar ul, .section.team-section .streak .avatar ul {
    margin-bottom: 0; }
    .streak .flex-center ul li:last-child, .streak .card-overlay ul li:last-child, .streak .card .card-circle ul li:last-child, .card .streak .card-circle ul li:last-child, .streak .testimonial-carousel .testimonial .avatar ul li:last-child, .testimonial-carousel .testimonial .streak .avatar ul li:last-child, .streak .section.team-section .avatar ul li:last-child, .section.team-section .streak .avatar ul li:last-child {
      margin-bottom: 0; }
    .streak .flex-center ul li h1, .streak .card-overlay ul li h1, .streak .card .card-circle ul li h1, .card .streak .card-circle ul li h1, .streak .testimonial-carousel .testimonial .avatar ul li h1, .testimonial-carousel .testimonial .streak .avatar ul li h1, .streak .section.team-section .avatar ul li h1, .section.team-section .streak .avatar ul li h1, .streak .flex-center ul li h2, .streak .card-overlay ul li h2, .streak .card .card-circle ul li h2, .card .streak .card-circle ul li h2, .streak .testimonial-carousel .testimonial .avatar ul li h2, .testimonial-carousel .testimonial .streak .avatar ul li h2, .streak .section.team-section .avatar ul li h2, .section.team-section .streak .avatar ul li h2, .streak .flex-center ul li h3, .streak .card-overlay ul li h3, .streak .card .card-circle ul li h3, .card .streak .card-circle ul li h3, .streak .testimonial-carousel .testimonial .avatar ul li h3, .testimonial-carousel .testimonial .streak .avatar ul li h3, .streak .section.team-section .avatar ul li h3, .section.team-section .streak .avatar ul li h3, .streak .flex-center ul li h4, .streak .card-overlay ul li h4, .streak .card .card-circle ul li h4, .card .streak .card-circle ul li h4, .streak .testimonial-carousel .testimonial .avatar ul li h4, .testimonial-carousel .testimonial .streak .avatar ul li h4, .streak .section.team-section .avatar ul li h4, .section.team-section .streak .avatar ul li h4, .streak .flex-center ul li h5, .streak .card-overlay ul li h5, .streak .card .card-circle ul li h5, .card .streak .card-circle ul li h5, .streak .testimonial-carousel .testimonial .avatar ul li h5, .testimonial-carousel .testimonial .streak .avatar ul li h5, .streak .section.team-section .avatar ul li h5, .section.team-section .streak .avatar ul li h5 {
      margin-bottom: 0; }
  @media (max-width: 1025px) {
    .streak.streak-photo {
      background-repeat: repeat; } }
  @media (max-width: 415px) {
    .streak.streak-photo {
      height: 250px;
      background-size: 180%; } }
  @media (min-width: 416px) and (max-width: 1025px) {
    .streak.streak-photo {
      background-size: 100%; } }

.boxed-gallery .col-md-6, .boxed-gallery .col-md-3 {
  padding: 0.36rem 0.5rem; }

@media (min-width: 768px) {
  .boxed-gallery.right-aligned .col-md-6, .boxed-gallery.right-aligned .col-md-3 {
    float: right; } }

.progress {
  box-shadow: none;
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  overflow: hidden;
  margin-bottom: 1rem;
  background-color: #eee; }
  .progress .progress-bar {
    box-shadow: none;
    height: 4px;
    border-radius: 0;
    background-color: #0d47a1; }
  .progress .progress-bar-animated {
    transition: width 2s ease-in-out; }
  .progress .indeterminate {
    background-color: #90caf9; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      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;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s; }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*********************
  CIRCLE
**********************/
/*
    @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
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.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 {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    animation: container-rotate 1568ms linear infinite; }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0; }

.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; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  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 {
  /* durations: 4 * ARCTIME */
  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 {
  /* durations: 4 * ARCTIME */
  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 {
  /* durations: 4 * ARCTIME */
  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.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only,
.active .spinner-layer.spinner-primary-color-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.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;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

#mdb-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  /* change if the mask should have another color then white */
  z-index: 9998;
  /* makes sure it stays on top */
  height: 100%;
  width: 100%; }

.accordion .card a:not(.collapsed) {
  border-bottom: 1px solid #eee; }
  .accordion .card .card-header {
    padding: 1rem 1.5rem;}
    .accordion .card .card-header a:not(.collapsed) .rotate-icon {
      transform: rotate(180deg); }
  .accordion .card .accordion-icon {
    float: right; }
  .accordion .card .card-block {
    padding-top: .25rem; }

.collapsible-body {
  display: none; }

/*********************
Additional button styles
**********************/
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #aa66cc;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
  margin: 10px; }
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 37px; }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-large {
    width: 55.5px;
    height: 55.5px; }
    .btn-floating.btn-large i {
      line-height: 55.5px; }
  .btn-floating.btn-small, .card .card-share .social-reveal .btn-floating, .btn-floating.wishlist {
    height: 47px;
    width: 47px;
    line-height: 0; }
    .btn-floating.btn-small .fa, .card .card-share .social-reveal .btn-floating .fa, .btn-floating.wishlist .fa,
    .btn-floating.btn-small .material-icons, .card .card-share .social-reveal .btn-floating .material-icons, .btn-floating.wishlist .material-icons {
      font-size: 0.93rem;
      margin-top: 5px; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none; }

.btn-fab {
  margin: 0;
  padding: 15px;
  font-size: 26px;
  width: 56px;
  height: 56px; }
  .btn-fab,
  .btn-fab .ripple-wrapper {
    border-radius: 100%; }
  .btn-fab.btn-mini {
    width: 40px;
    height: 40px;
    padding: 13px;
    font-size: 15px; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 1; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0; }
    .fixed-action-btn ul li {
      margin-bottom: 15px; }
    .fixed-action-btn ul a.btn-floating {
      opacity: 0; }

.btn-flat {
  background-color: transparent;
  position: relative;
  padding: 8px 30px;
  border: none;
  margin: 10px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none !important; }
  .btn-flat:focus {
    background-color: transparent; }

.btn-rounded {
  border-radius: 10em; }

.nav-pills.md-pills .nav-item .active {
  border: none;
  background-color: #4285F4;
  color: #fff; }

.nav-pills.md-pills .nav-item:hover {
  background-color: red;
  color: #45526E;
  font-weight: 500;
  border-left: none; }

.counter {
  position: absolute;
  margin-left: -23px;
  margin-top: -1px;
  background-color: red;
  color: #fff;
  padding: 1px 7px;
  font-size: 11px;
  z-index: 2;
  border-radius: 10rem; }

.social-counters .btn {
  margin-left: 9px; }

/* Buttons */
.btn-fb {
  background-color: #3B5998; }
  .btn-fb:hover, .btn-fb:focus {
    background-color: #4264aa; }

.btn-gplus {
  background-color: #DD4B39; }
  .btn-gplus:hover, .btn-gplus:focus {
    background-color: #e15f4f; }

.btn-tw {
  background-color: #55ACEE; }
  .btn-tw:hover, .btn-tw:focus {
    background-color: #6cb7f0; }

.btn-li {
  background-color: #0082CA; }
  .btn-li:hover, .btn-li:focus {
    background-color: #0092e4; }

.yt-bg {
  background-color: #CD201F; }
  .yt-bg:hover, .yt-bg:focus {
    background-color: #de2827; }

.ins-bg {
  background-color: #3F729B; }
  .ins-bg:hover, .ins-bg:focus {
    background-color: #467fad; }

.btn-pin {
  background-color: #C61118; }
  .btn-pin:hover, .btn-pin:focus {
    background-color: #dd131b; }

.btn-ins {
  background-color: #3F729B; }
  .btn-ins:hover, .btn-ins:focus {
    background-color: #467fad; }

.btn-yt {
  background-color: #CD201F; }
  .btn-yt:hover, .btn-yt:focus {
    background-color: #de2827; }

.btn-vk {
  background-color: #4C75A3; }
  .btn-vk:hover, .btn-vk:focus {
    background-color: #5882b1; }

.btn-git {
  background-color: #4183C4; }
  .btn-git:hover, .btn-git:focus {
    background-color: #5490ca; }

.btn-comm {
  background-color: #30CFC0; }
  .btn-comm:hover, .btn-comm:focus {
    background-color: #45d4c6; }

.btn-email {
  background-color: #4B515D; }
  .btn-email:hover, .btn-email:focus {
    background-color: #565d6b; }

.btn-dribbble {
  background-color: #C32361; }
  .btn-dribbble:hover, .btn-dribbble:focus {
    background-color: #d8276c; }

.btn-so {
  background-color: #f69c55; }
  .btn-so:hover, .btn-so:focus {
    background-color: #f7aa6d; }

.btn-slack {
  background-color: #56b68b; }
  .btn-slack:hover, .btn-slack:focus {
    background-color: #68be97; }

/* Icons */
.icons-sm {
  padding: 0.5rem;
  margin: 0.5rem;
  font-size: 1.5rem; }

.fb-ic {
  color: #3B5998 !important; }
  .fb-ic:hover, .fb-ic:focus {
    color: #3B5998; }

.gplus-ic {
  color: #DD4B39 !important; }
  .gplus-ic:hover, .gplus-ic:focus {
    color: #DD4B39; }

.tw-ic {
  color: #55ACEE !important; }
  .tw-ic:hover, .tw-ic:focus {
    color: #55ACEE; }

.li-ic {
  color: #0082CA !important; }
  .li-ic:hover, .li-ic:focus {
    color: #0082CA; }

.yt-ic {
  color: #CD201F !important; }
  .yt-ic:hover, .yt-ic:focus {
    color: #CD201F; }

.dribbble-ic {
  color: #C32361 !important; }
  .dribbble-ic:hover, .dribbble-ic:focus {
    color: #C32361; }

.ins-ic {
  color: #3F729B !important; }
  .ins-ic:hover, .ins-ic:focus {
    color: #3F729B; }

.pin-ic {
  color: #C61118 !important; }
  .pin-ic:hover, .pin-ic:focus {
    color: #C61118; }

.vk-ic {
  color: #4C75A3 !important; }
  .vk-ic:hover, .vk-ic:focus {
    color: #4C75A3; }

.git-ic {
  color: #4183C4 !important; }
  .git-ic:hover, .git-ic:focus {
    color: #4183C4; }

.email-ic {
  color: #4B515D !important; }
  .email-ic:hover, .email-ic:focus {
    color: #4B515D; }

.comm-ic {
  color: #30CFC0 !important; }
  .comm-ic:hover, .comm-ic:focus {
    color: #30CFC0; }

.drib-ic {
  color: #C32361 !important; }
  .drib-ic:hover, .drib-ic:focus {
    color: #C32361; }

.so-ic {
  color: #f69c55 !important; }
  .so-ic:hover, .so-ic:focus {
    color: #f69c55; }

.slack-ic {
  color: #56b68b !important; }
  .slack-ic:hover, .slack-ic:focus {
    color: #56b68b; }

/* Social list */
.social-list {
  width: auto;
  padding: 1rem; }
  .social-list li {
    margin-top: 15px; }
  .social-list .fa {
    margin-right: 20px;
    font-size: 20px; }
  .social-list .fa-facebook {
    margin-right: 26px; }
  .social-list a {
    font-size: 20px; }

.personal-sm {
  margin-bottom: 10px; }
  .personal-sm a {
    padding: 5px; }
    .personal-sm a:first-of-type {
      padding-left: 0; }
    .personal-sm a .fa {
      transition-duration: 0.2s; }
    .personal-sm a:hover .fa {
      transform: scale(1.2); }

@media only screen and (max-width: 500px) {
  .personal-sm a {
    padding: 2px; } }

.card .card-data {
  background-color: #3E4551;
  color: #fff;
  text-align: center;
  height: auto;
  padding: 10px; }
  .card .card-data ul {
    margin-bottom: 0;
    font-size: 0.9rem; }
    .card .card-data ul li {
      display: inline; }
      .card .card-data ul li .fa-clock-o {
        margin-left: 10px; }
    .card .card-data ul a {
      color: #fff; }
      .card .card-data ul a .fa {
        margin-left: 5px;
        margin-right: 3px; }

.card .rating {
  color: #ffa000; }

.card .btn-action {
  margin: -23px 20px;
  margin-left: auto;
  background-color: #4B515D;
  height: 47px;
  width: 47px;
  line-height: 0; }
  .card .btn-action .fa,
  .card .btn-action .material-icons {
    font-size: 18px;
    margin-top: 5px; }

.card .card-review {
  margin-top: -1px;
  background-color: #000;
  color: #fff;
  padding: 50px 20px 20px 20px; }
  .card .card-review ul {
    margin-bottom: 0;
    font-size: 0.9rem; }
    .card .card-review ul li {
      display: inline; }
    .card .card-review ul a {
      color: #fff; }
      .card .card-review ul a .fa {
        margin-left: 5px;
        margin-right: 3px; }

.card .activator {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  margin-right: 10px;
  font-size: 1.2rem;
  color: #000; }

.card .link-text {
  text-align: right;
  color: #000; }
  .card .link-text i {
    margin-left: 4px; }

.card.card-dark .activator {
  color: #fff; }

.card.card-dark .card-block {
  background-color: #2E2E2E;
  color: #fff; }
  .card.card-dark .card-block hr {
    background-color: #666; }
  .card.card-dark .card-block a {
    color: #fff; }

.card .card-reveal {
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  padding: 1rem; }
  .card .card-reveal .card-title {
    cursor: pointer; }
    .card .card-reveal .card-title i {
      color: #9e9e9e;
      position: absolute;
      right: 10px; }
  .card .card-reveal .content {
    position: relative; }
    .card .card-reveal .content h4 {
      margin-top: 20px;
      margin-bottom: 15px; }
    .card .card-reveal .content h5 {
      margin-top: 30px; }

.card .card-share {
  position: relative; }
  .card .card-share .social-reveal {
    position: absolute;
    top: -28px;
    right: 30px;
    visibility: hidden;
    width: auto;
    transform: translateZ(0);
    transform: translateX(0px);
    transition: transform 0.35s ease; }
    .card .card-share .social-reveal .btn-floating {
      margin: 0.3rem; }
  .card .card-share .social-reveal-active {
    z-index: 11;
    visibility: visible;
    /*z-index: 3;*/
    transform: translateZ(0);
    transform: translateX(-48px);
    transition: transform 0.35s ease; }

.card.ovf-hidden {
  overflow: hidden; }

.card .card-footer {
  background-color: transparent;
  padding: .75rem .5rem 0 .5rem; }
  .card .card-footer .left {
    float: left; }
    .card .card-footer .left .discount {
      text-decoration: line-through;
      color: #9e9e9e;
      font-size: 1.1rem; }
  .card .card-footer .right {
    float: right;
    display: flex; }
    .card .card-footer .right a {
      color: #9e9e9e;
      margin-left: 1rem;
      transition: 0.4s; }
      .card .card-footer .right a:hover {
        color: #d50000;
        transition: 0.4s; }
      .card .card-footer .right a.active {
        color: #d50000; }

.card-wrapper {
  margin: 0.5rem 0 1rem 0;
  height: 500px;
  position: relative;
  perspective: 800px;
  /* Front side */
  /* Card with rotate on click */
  /* Rotate icons */
  /* Animation */
  /* Click effect */ }
  .card-wrapper .face {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff; }
    .card-wrapper .face h4 {
      margin-bottom: 15px; }
    .card-wrapper .face h5 {
      margin-top: 30px; }
    .card-wrapper .face .content {
      text-align: left;
      padding: 15px; }
      .card-wrapper .face .content p {
        margin-bottom: 30px; }
      .card-wrapper .face .content .rotate-btn {
        padding: 1rem;
        margin-right: -8px;
        float: right;
        font-size: 1.2rem;
        color: #000; }
  .card-wrapper .card-up {
    overflow: hidden;
    height: 50%; }
  .card-wrapper .card-up img {
    min-width: 400px; }
  .card-wrapper .avatar {
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -65px auto 0;
    overflow: hidden;
    width: 120px; }
  .card-wrapper .avatar img {
    border: 5px solid #fff;
    background: none repeat scroll 0 0 #FFFFFF;
    width: 100%; }
  .card-wrapper .card-rotating {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .card-wrapper .card-rotating .content {
      position: relative; }
      .card-wrapper .card-rotating .content .rotate-btn {
        position: absolute;
        right: 8px;
        top: 0; }
  .card-wrapper .fa-repeat,
  .card-wrapper .fa-undo {
    font-size: 20px;
    margin-top: 30px; }
  .card-wrapper .fa-undo {
    margin-top: 30px; }
  .card-wrapper .card-rotating {
    transform-style: preserve-3d; }
  .card-wrapper .front,
  .card-wrapper .back {
    backface-visibility: hidden;
    transition: transform 1.0s; }
  .card-wrapper .back {
    transform: rotateY(-180deg);
    padding: 1rem; }
    .card-wrapper .back .card-title {
      cursor: pointer; }
      .card-wrapper .back .card-title i {
        color: #9e9e9e;
        position: absolute;
        right: 20px; }
  .card-wrapper .card-rotating.effect__click.flipped .front {
    transform: rotateY(180deg); }
  .card-wrapper .card-rotating.effect__click.flipped .back {
    transform: rotateY(0); }

.card-data {
  height: auto;
  padding: 10px;
  padding-left: 0; }
  .card-data ul {
    margin-bottom: 0;
    font-size: 0.9rem; }
    .card-data ul li {
      display: inline; }
    .card-data ul a {
      color: #666; }
      .card-data ul a .fa {
        margin-left: 5px;
        margin-right: 3px; }

.card-overlay {
  background-size: cover;
  padding: 1.5rem;
  border-radius: 2px; }
  .card-overlay p {
    margin-bottom: 1rem; }

.section-heading {
  text-align: center; }
  .section-heading h1 {
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .section-heading p {
    margin-bottom: 3rem;
    margin-right: 15%;
    margin-left: 15%; }

.card-cascade {
  display: inline-block; }
  .card-cascade .view {
    border-radius: 4px; }
  .card-cascade.narrower {
    margin-top: 20px; }
    .card-cascade.narrower .view {
      margin-left: 4%;
      margin-right: 4%;
      margin-top: -20px; }
  .card-cascade.wider .card-block {
    margin-left: 4%;
    margin-right: 4%; }
  .card-cascade .card-block {
    padding-top: 1.8rem; }

.card-cascade-2 {
  display: inline-block; }
  .card-cascade-2 .view {
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
    border-radius: 4px; }
  .card-cascade-2 .card-block {
    margin-left: 10px;
    margin-right: 10px; }

.cascading-media .embed-responsive .top {
  z-index: 51; }

.cascading-media .jumbotron, .cascading-media .author-box {
  text-align: center; }

.cascading-media h2 {
  margin-bottom: 1rem; }
  .cascading-media h2 a {
    color: #424242;
    transition: 0.2s; }
    .cascading-media h2 a:hover {
      color: #616161;
      transition: 0.2s; }

.cascading-media .excerpt,
.cascading-media .post-text {
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify; }
  @media (max-width: 992px) {
    .cascading-media .excerpt,
    .cascading-media .post-text {
      margin-left: 5%;
      margin-right: 5%; } }

.cascading-media hr {
  display: block; }

.cascading-media.cascading-video .jumbotron, .cascading-media.cascading-video .author-box {
  padding-top: 4rem; }

.embed-responsive-item {
  background: #000; }

.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;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none; }
    .dropdown-content li:hover, .dropdown-content li.active {
      background-color: #eee; }
    .dropdown-content li > a,
    .dropdown-content li > span {
      font-size: 1.2rem;
      color: #4285F4;
      display: block;
      padding: 1rem 1rem; }
    .dropdown-content li > a > i {
      height: inherit;
      line-height: inherit; }

.colorful-select .dropdown-content {
  padding: 0.5rem; }
  .colorful-select .dropdown-content li.active span {
    color: #fff !important; }
  .colorful-select .dropdown-content li a:hover,
  .colorful-select .dropdown-content li span:hover {
    color: #fff !important;
    transition: all 0.1s linear;
    border-radius: 2px; }

.dropdown-primary .dropdown-content li.active {
  background-color: #4285F4; }

.dropdown-primary .dropdown-content li a:hover,
.dropdown-primary .dropdown-content li span:hover {
  background-color: #4285F4; }

.dropdown-danger .dropdown-content li.active {
  background-color: #CC0000; }

.dropdown-danger .dropdown-content li a:hover,
.dropdown-danger .dropdown-content li span:hover {
  background-color: #CC0000; }

.dropdown-default .dropdown-content li.active {
  background-color: #2BBBAD; }

.dropdown-default .dropdown-content li a:hover,
.dropdown-default .dropdown-content li span:hover {
  background-color: #2BBBAD; }

.dropdown-secondary .dropdown-content li.active {
  background-color: #aa66cc; }

.dropdown-secondary .dropdown-content li a:hover,
.dropdown-secondary .dropdown-content li span:hover {
  background-color: #aa66cc; }

.dropdown-success .dropdown-content li.active {
  background-color: #00C851; }

.dropdown-success .dropdown-content li a:hover,
.dropdown-success .dropdown-content li span:hover {
  background-color: #00C851; }

.dropdown-info .dropdown-content li.active {
  background-color: #33b5e5; }

.dropdown-info .dropdown-content li a:hover,
.dropdown-info .dropdown-content li span:hover {
  background-color: #33b5e5; }

.dropdown-warning .dropdown-content li.active {
  background-color: #ffbb33; }

.dropdown-warning .dropdown-content li a:hover,
.dropdown-warning .dropdown-content li span:hover {
  background-color: #ffbb33; }

.dropdown-ins .dropdown-content li.active {
  background-color: #3F729B; }

.dropdown-ins .dropdown-content li a:hover,
.dropdown-ins .dropdown-content li span:hover {
  background-color: #3F729B; }

.dropdown-dark .dropdown-content li.active {
  background-color: #2E2E2E; }

.dropdown-dark .dropdown-content li a:hover,
.dropdown-dark .dropdown-content li span:hover {
  background-color: #2E2E2E; }

.dropdown .dropdown-menu {
  padding: 0.5rem; }
  .dropdown .dropdown-menu.dd-right {
    left: -100px; }
  .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active {
    background-color: #4285F4; }
  .dropdown .dropdown-menu.dropdown-danger .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-danger .dropdown-item:active {
    background-color: #CC0000; }
  .dropdown .dropdown-menu.dropdown-default .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-default .dropdown-item:active {
    background-color: #2BBBAD; }
  .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active {
    background-color: #aa66cc; }
  .dropdown .dropdown-menu.dropdown-success .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-success .dropdown-item:active {
    background-color: #00C851; }
  .dropdown .dropdown-menu.dropdown-info .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-info .dropdown-item:active {
    background-color: #33b5e5; }
  .dropdown .dropdown-menu.dropdown-warning .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-warning .dropdown-item:active {
    background-color: #FF8800; }
  .dropdown .dropdown-menu.dropdown-ins .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-ins .dropdown-item:active {
    background-color: #3F729B; }
  .dropdown .dropdown-menu.dropdown-dark .dropdown-item:hover, .dropdown .dropdown-menu.dropdown-dark .dropdown-item:active {
    background-color: #2E2E2E; }
  .dropdown .dropdown-menu .dropdown-item {
    padding: 1rem;
    margin-left: 0; }
    .dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active {
      border-radius: 2px;
      color: #fff !important;
      transition: all 0.1s linear;
      background-color: #4285F4; }

.dropdown-menu.animated {
  /* Speed up animations */
  animation-duration: 0.55s;
  animation-timing-function: ease; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/../img/lightbox/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/../img/lightbox/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/../img/lightbox/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.mdb-lightbox figure {
  margin: 0;
  float: left; }
  .mdb-lightbox figure .img-fluid, .mdb-lightbox figure .section img, .section .mdb-lightbox figure img, .mdb-lightbox figure
  .section .view,
  .section .mdb-lightbox figure .view, .mdb-lightbox figure .card img, .card .mdb-lightbox figure img, .mdb-lightbox figure .modal-dialog.cascading-modal.modal-avatar .modal-header, .modal-dialog.cascading-modal.modal-avatar .mdb-lightbox figure .modal-header, .mdb-lightbox figure .comments-list img, .comments-list .mdb-lightbox figure img, .mdb-lightbox figure
  .reply-form img,
  .reply-form .mdb-lightbox figure img {
    display: inline; }
  .mdb-lightbox figure img {
    cursor: zoom-in;
    transition: opacity 0.4s;
    border-radius: 0; }
    .mdb-lightbox figure img:hover {
      opacity: 0.8; }

.mdb-lightbox.no-margin .col-xs-1,
.mdb-lightbox.no-margin .col-xs-2,
.mdb-lightbox.no-margin .col-xs-3,
.mdb-lightbox.no-margin .col-xs-4,
.mdb-lightbox.no-margin .col-xs-5,
.mdb-lightbox.no-margin .col-xs-6,
.mdb-lightbox.no-margin .col-xs-7,
.mdb-lightbox.no-margin .col-xs-8,
.mdb-lightbox.no-margin .col-xs-9,
.mdb-lightbox.no-margin .col-xs-10,
.mdb-lightbox.no-margin .col-xs-11,
.mdb-lightbox.no-margin .col-xs-12,
.mdb-lightbox.no-margin .col-sm-1,
.mdb-lightbox.no-margin .col-sm-2,
.mdb-lightbox.no-margin .col-sm-3,
.mdb-lightbox.no-margin .col-sm-4,
.mdb-lightbox.no-margin .col-sm-5,
.mdb-lightbox.no-margin .col-sm-6,
.mdb-lightbox.no-margin .col-sm-7,
.mdb-lightbox.no-margin .col-sm-8,
.mdb-lightbox.no-margin .col-sm-9,
.mdb-lightbox.no-margin .col-sm-10,
.mdb-lightbox.no-margin .col-sm-11,
.mdb-lightbox.no-margin .col-sm-12,
.mdb-lightbox.no-margin .col-md-1,
.mdb-lightbox.no-margin .col-md-2,
.mdb-lightbox.no-margin .col-md-3,
.mdb-lightbox.no-margin .col-md-4,
.mdb-lightbox.no-margin .col-md-5,
.mdb-lightbox.no-margin .col-md-6,
.mdb-lightbox.no-margin .col-md-7,
.mdb-lightbox.no-margin .col-md-8,
.mdb-lightbox.no-margin .col-md-9,
.mdb-lightbox.no-margin .col-md-10,
.mdb-lightbox.no-margin .col-md-11,
.mdb-lightbox.no-margin .col-md-12,
.mdb-lightbox.no-margin .col-lg-1,
.mdb-lightbox.no-margin .col-lg-2,
.mdb-lightbox.no-margin .col-lg-3,
.mdb-lightbox.no-margin .col-lg-4,
.mdb-lightbox.no-margin .col-lg-5,
.mdb-lightbox.no-margin .col-lg-6,
.mdb-lightbox.no-margin .col-lg-7,
.mdb-lightbox.no-margin .col-lg-8,
.mdb-lightbox.no-margin .col-lg-9,
.mdb-lightbox.no-margin .col-lg-10,
.mdb-lightbox.no-margin .col-lg-11,
.mdb-lightbox.no-margin .col-lg-12,
.mdb-lightbox.no-margin .col-xl-1,
.mdb-lightbox.no-margin .col-xl-2,
.mdb-lightbox.no-margin .col-xl-3,
.mdb-lightbox.no-margin .col-xl-4,
.mdb-lightbox.no-margin .col-xl-5,
.mdb-lightbox.no-margin .col-xl-6,
.mdb-lightbox.no-margin .col-xl-7,
.mdb-lightbox.no-margin .col-xl-8,
.mdb-lightbox.no-margin .col-xl-9,
.mdb-lightbox.no-margin .col-xl-10,
.mdb-lightbox.no-margin .col-xl-11,
.mdb-lightbox.no-margin .col-xl-12 {
  padding: 0; }

.mdb-lightbox .col-xs-1,
.mdb-lightbox .col-xs-2,
.mdb-lightbox .col-xs-3,
.mdb-lightbox .col-xs-4,
.mdb-lightbox .col-xs-5,
.mdb-lightbox .col-xs-6,
.mdb-lightbox .col-xs-7,
.mdb-lightbox .col-xs-8,
.mdb-lightbox .col-xs-9,
.mdb-lightbox .col-xs-10,
.mdb-lightbox .col-xs-11,
.mdb-lightbox .col-xs-12,
.mdb-lightbox .col-sm-1,
.mdb-lightbox .col-sm-2,
.mdb-lightbox .col-sm-3,
.mdb-lightbox .col-sm-4,
.mdb-lightbox .col-sm-5,
.mdb-lightbox .col-sm-6,
.mdb-lightbox .col-sm-7,
.mdb-lightbox .col-sm-8,
.mdb-lightbox .col-sm-9,
.mdb-lightbox .col-sm-10,
.mdb-lightbox .col-sm-11,
.mdb-lightbox .col-sm-12,
.mdb-lightbox .col-md-1,
.mdb-lightbox .col-md-2,
.mdb-lightbox .col-md-3,
.mdb-lightbox .col-md-4,
.mdb-lightbox .col-md-5,
.mdb-lightbox .col-md-6,
.mdb-lightbox .col-md-7,
.mdb-lightbox .col-md-8,
.mdb-lightbox .col-md-9,
.mdb-lightbox .col-md-10,
.mdb-lightbox .col-md-11,
.mdb-lightbox .col-md-12,
.mdb-lightbox .col-lg-1,
.mdb-lightbox .col-lg-2,
.mdb-lightbox .col-lg-3,
.mdb-lightbox .col-lg-4,
.mdb-lightbox .col-lg-5,
.mdb-lightbox .col-lg-6,
.mdb-lightbox .col-lg-7,
.mdb-lightbox .col-lg-8,
.mdb-lightbox .col-lg-9,
.mdb-lightbox .col-lg-10,
.mdb-lightbox .col-lg-11,
.mdb-lightbox .col-lg-12,
.mdb-lightbox .col-xl-1,
.mdb-lightbox .col-xl-2,
.mdb-lightbox .col-xl-3,
.mdb-lightbox .col-xl-4,
.mdb-lightbox .col-xl-5,
.mdb-lightbox .col-xl-6,
.mdb-lightbox .col-xl-7,
.mdb-lightbox .col-xl-8,
.mdb-lightbox .col-xl-9,
.mdb-lightbox .col-xl-10,
.mdb-lightbox .col-xl-11,
.mdb-lightbox .col-xl-12 {
  padding: 0.5rem; }

.side-nav {
  position: fixed;
  width: 240px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100%+ 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  backface-visibility: hidden;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
  color: #fff; }
  .side-nav.right-aligned {
    right: 0;
    transform: translateX(105%);
    left: auto;
    transform: translateX(100%); }
  .side-nav .collapsible {
    margin: 0; }
    .side-nav .collapsible > li {
      padding-right: 1rem;
      padding-left: 1rem;
      border-radius: 2px; }
    .side-nav .collapsible a {
      margin-bottom: 5px;
      color: #fff;
      font-weight: 300;
      font-size: 0.9rem;
      height: 45px;
      line-height: 45px; }
      .side-nav .collapsible a.active {
        border-radius: 2px; }
      .side-nav .collapsible a:hover {
        border-radius: 2px; }
    .side-nav .collapsible .fa {
      font-size: 1.2rem;
      margin-right: 13px; }
  .side-nav .collapsible-body a {
    padding-left: 30px;
    height: 45px;
    line-height: 45px; }
  .side-nav a {
    display: block;
    font-size: 1rem;
    height: 56px;
    line-height: 56px;
    padding-left: 20px; }
  .side-nav .logo-wrapper {
    height: 80px; }
    .side-nav .logo-wrapper a {
      height: 80px;
      width: 240px;
      padding: 0; }
    .side-nav .logo-wrapper img {
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 20%;
      padding-bottom: 20%; }
  @media (max-height: 910px) {
    .side-nav .logo-wrapper {
      height: 80px; }
      .side-nav .logo-wrapper a {
        height: 80px; }
      .side-nav .logo-wrapper img {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 7%;
        padding-bottom: 7%; } }
  .side-nav .about {
    padding: 1rem;
    border-bottom: 1px solid rgba(153, 153, 153, 0.298039); }
    .side-nav .about p {
      margin-bottom: 0;
      text-align: center; }
  .side-nav .social {
    padding: 0;
    text-align: center;
    border-bottom: 1px solid rgba(153, 153, 153, 0.298039); }
    .side-nav .social li {
      display: inline-block;
      padding: 0;
      margin: 0; }
    .side-nav .social a {
      padding: 0;
      margin: 0;
      padding-right: 0.6rem;
      padding-left: 0.6rem; }
  .side-nav .search-form {
    padding: 0; }
    .side-nav .search-form ::-webkit-input-placeholder {
      color: #fff !important; }
    .side-nav .search-form :-moz-placeholder {
      /* Firefox 18- */
      color: #fff !important; }
    .side-nav .search-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff !important; }
    .side-nav .search-form :-ms-input-placeholder {
      color: #fff !important; }
    .side-nav .search-form input[type=text] {
      border-bottom: 1px solid #fff;
      font-weight: 300;
      padding-left: 30px; }
    .side-nav .search-form .form-control {
      color: #fff; }
  .side-nav .sn-avatar-wrapper {
    padding-left: 33%;
    padding-right: 33%;
    padding-top: 10%; }
    .side-nav .sn-avatar-wrapper img {
      margin: 0;
      padding: 0;
      max-width: 90px;
      border-radius: 5rem; }
  @media only screen and (max-height: 910px) {
    .side-nav .sn-avatar-wrapper {
      padding-left: 40%;
      padding-right: 40%;
      padding-top: 3%; }
      .side-nav .sn-avatar-wrapper img {
        max-width: 50px; } }
  .side-nav .sn-ad-avatar-wrapper {
    height: auto;
    margin-bottom: 0; }
    .side-nav .sn-ad-avatar-wrapper img {
      max-width: 60px;
      padding: 20px 10px;
      float: left; }
    .side-nav .sn-ad-avatar-wrapper p {
      font-size: 15px;
      padding-top: 20px;
      padding-bottom: 20px;
      margin: 0; }
  .side-nav .user-box {
    padding: 20px 10px 0 10px; }
    .side-nav .user-box img {
      margin: 0 auto 10px auto;
      max-width: 80px; }
  .side-nav .fa-angle-down.rotate-icon {
    position: absolute;
    right: 0;
    top: 13px; }
  .side-nav .sidenav-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 240px;
    width: 100%;
    z-index: -1;
    /* background-attachment: fixed;  */
  }
    .side-nav .sidenav-bg:after {
      width: 100%;
      display: block;
      content: "";
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      bottom: 0;
      margin-bottom: -99999px;
      padding-bottom: 99999px; }

.light-side-nav .logo-wrapper {
  height: 80px; }
  .light-side-nav .logo-wrapper a {
    height: 80px; }
  .light-side-nav .logo-wrapper img {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 7%;
    padding-bottom: 7%; }

.light-side-nav p {
  color: #1C2331; }

.light-side-nav .collapsible a {
  color: #1C2331; }

.light-side-nav .social {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }

.light-side-nav .navbar-form {
  margin: 10px; }

.dark-side-nav {
  background-color: #212121; }
  .dark-side-nav .logo-wrapper {
    background: url("http://mdbootstrap.com/images/regular/nature/img%20(17).jpg") no-repeat center center;
    background-size: cover; }
  .dark-side-nav li {
    background-color: #212121; }
    .dark-side-nav li:hover, .dark-side-nav li.active {
      background-color: #2E2E2E; }
  .dark-side-nav p {
    color: #fff; }
  .dark-side-nav .collapsible a {
    color: #fff;
    margin: 0; }
    .dark-side-nav .collapsible a:active {
      background-color: #2E2E2E; }
    .dark-side-nav .collapsible a.active {
      background-color: #2E2E2E; }
  .dark-side-nav .collapsible > li {
    padding: 0; }
  .dark-side-nav .social {
    border-top: 1px solid #4B515D;
    border-bottom: 1px solid #4B515D; }
    .dark-side-nav .social a {
      color: #fff; }

.colorful-side-nav {
  background-color: #00695c; }
  .colorful-side-nav .logo-wrapper {
    background: url("http://mdbootstrap.com/images/regular/nature/img%20(23).jpg") no-repeat center center;
    background-size: cover; }
  .colorful-side-nav li {
    background-color: #00695c; }
    .colorful-side-nav li:hover, .colorful-side-nav li.active {
      background-color: #008372; }
  .colorful-side-nav p {
    color: #fff; }
  .colorful-side-nav .collapsible a {
    margin: 0;
    color: #fff; }
    .colorful-side-nav .collapsible a:active {
      background-color: #008372; }
    .colorful-side-nav .collapsible a.active {
      background-color: #008372; }
  .colorful-side-nav .collapsible > li {
    padding: 0; }
  .colorful-side-nav .social {
    border-top: 1px solid #26a69a;
    border-bottom: 1px solid #26a69a; }
    .colorful-side-nav .social a {
      color: #fff; }

.stylish-side-nav {
  background-color: #3E4551; }
  .stylish-side-nav .logo-wrapper {
    background: url("http://mdbootstrap.com/images/regular/nature/img%20(26).jpg") no-repeat center center;
    background-size: cover; }
  .stylish-side-nav li {
    background-color: #3E4551; }
    .stylish-side-nav li:hover, .stylish-side-nav li.active {
      background-color: #4B515D; }
  .stylish-side-nav p {
    color: #fff; }
  .stylish-side-nav .collapsible a {
    margin: 0;
    color: #fff; }
    .stylish-side-nav .collapsible a:active {
      background-color: #4B515D; }
    .stylish-side-nav .collapsible a.active {
      background-color: #4B515D; }
  .stylish-side-nav .collapsible > li {
    padding: 0; }
  .stylish-side-nav .social {
    border-top: 1px solid #4B515D;
    border-bottom: 1px solid #4B515D; }
    .stylish-side-nav .social a {
      color: #fff; }

.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998; }

.side-nav.fixed {
  left: 0;
  transform: translateX(0);
  position: fixed; }
  .side-nav.fixed.right-aligned {
    right: 0;
    left: auto; }

@media only screen and (max-width: 1440px) {
  .side-nav.fixed {
    transform: translateX(-105%); }
    .side-nav.fixed.right-aligned {
      transform: translateX(105%); } }

#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; }

.side-nav .double-navbar .bc-min {
  padding: 5px 10px; }
  .side-nav .double-navbar .bc-min .button-collapse {
    padding-left: 0px; }

.light-side-nav .search-form ::-webkit-input-placeholder {
  color: #1C2331 !important; }

.light-side-nav .search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #1C2331 !important; }

.light-side-nav .search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #1C2331 !important; }

.light-side-nav .search-form :-ms-input-placeholder {
  color: #1C2331 !important; }

.light-side-nav .search-form input[type=text] {
  border-bottom: 1px solid #1C2331; }

.light-side-nav .search-form .form-control {
  color: #1C2331; }

@media only screen and (min-width: 768px) {
  .scrolling-navbar {
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    padding-top: 12px;
    padding-bottom: 12px; }
    .scrolling-navbar .navbar-nav > li {
      transition-duration: 1s; }
  .top-nav-collapse {
    padding-top: 5px;
    padding-bottom: 5px; } }

.scrolling-navbar,
.double-nav {
  z-index: 100; }

.double-nav {
  color: #fff; }
  .double-nav a {
    color: #fff;
    font-size: 15px;
    font-weight: 300; }
  .double-nav .dropdown .dropdown-menu a {
    padding: 1rem;
    color: #616161; }
  .double-nav .breadcrumb-dn {
    float: left;
    margin-top: 4px; }
    .double-nav .breadcrumb-dn p {
      margin: 0;
      padding-top: 0;
      padding-left: 1rem;
      font-weight: 300; }
  .double-nav .button-collapse {
    position: absolute;
    top: 1px;
    left: 10px;
    font-size: 1.5rem; }
  @media only screen and (min-width: 1440px) {
    .double-nav .button-collapse {
      display: none; } }
  @media only screen and (max-width: 993px) {
    .double-nav .breadcrumb-dn {
      display: none; } }
  @media only screen and (max-width: 992px) {
    .double-nav .nav-icons li a {
      font-size: 0.7rem;
      margin-right: 3px; }
      .double-nav .nav-icons li a .fa {
        font-size: 1.3rem; } }
  .double-nav .nav-counter {
    position: absolute;
    margin-left: -10px;
    margin-top: -5px;
    background-color: red;
    color: #fff;
    padding: 1px 5px;
    font-size: 10px;
    z-index: 222;
    border-radius: 10rem; }
  .double-nav .nav-icons {
    padding: 0;
    margin: 0;
    text-align: right; }
    .double-nav .nav-icons li {
      display: inline-block;
      text-align: center; }
      .double-nav .nav-icons li a {
        color: #fff;
        font-size: 0.7rem;
        margin-right: 3px; }
        .double-nav .nav-icons li a .fa {
          font-size: 1.3rem; }

.navbar .nav-item .nav-link .fa {
  padding-left: 3px;
  padding-right: 3px; }

@media (max-width: 992px) {
  .navbar .nav-item .nav-link {
    padding-left: 6px;
    padding-right: 6px; } }

.navbar .nav-item.avatar {
  padding: 0; }
  .navbar .nav-item.avatar.active {
    background-color: transparent !important; }
  .navbar .nav-item.avatar .dropdown-toggle {
    padding: 0; }
    .navbar .nav-item.avatar .dropdown-toggle img {
      height: 35px; }
    .navbar .nav-item.avatar .dropdown-toggle:after {
      display: none; }

.navbar .nav-item .dropdown-menu.dropdown a {
  color: #212121; }
  .navbar .nav-item .dropdown-menu.dropdown a:hover, .navbar .nav-item .dropdown-menu.dropdown a:focus, .navbar .nav-item .dropdown-menu.dropdown a:active {
    color: #fff; }

@media only screen and (max-width: 992px) {
  .double-nav {
    padding-top: 4px;
    padding-bottom: 4px; } }

@media only screen and (max-width: 768px) {
  .double-nav .container {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 992px) {
  .navbar .navbar-desktop {
    display: none; } }

@media (min-width: 1440px) {
  .navbar .button-collapse {
    display: none; } }

@media (max-width: 1440px) {
  .navbar .button-collapse {
    display: block;
    position: relative;
    font-size: 1.4rem;
    margin-top: 2px;
    margin-right: 10px;
    margin-left: 10px; } }

.header-breadcrumb {
  padding-top: .425rem;
  padding-bottom: .425rem;
  font-size: 15px; }
  .header-breadcrumb .breadcrumb-item.active {
    color: #fff; }
  .header-breadcrumb .breadcrumb-item:before {
    color: #fff; }

.carousel-multi-item {
  margin-bottom: 100px; }
  .carousel-multi-item .carousel-indicators li {
    height: 20px;
    max-width: 20px;
    background-color: #4285F4;
    margin-bottom: -60px; }
  .carousel-multi-item .carousel-indicators .active {
    height: 25px;
    max-width: 25px;
    background-color: #4285F4;
    border-radius: 50%; }
  .carousel-multi-item .controls-top {
    text-align: center;
    margin-bottom: 30px; }
    .carousel-multi-item .controls-top .btn-floating {
      background: #4285F4; }
  .carousel-multi-item .carousel-indicators {
    margin-bottom: -2em; }
  .carousel-multi-item .card {
    margin: 1px; }
  .carousel-multi-item .card-cascade.narrower {
    margin-top: 20px;
    margin-bottom: 5px; }

@media only screen and (max-width: 992px) {
  .carousel-multi-item .carousel-indicators li {
    margin-bottom: -30px; } }

.carousel-thumbnails {
  margin-bottom: 80px; }
  .carousel-thumbnails .carousel-indicators {
    margin-bottom: -75px;
    position: absolute; }
    .carousel-thumbnails .carousel-indicators li {
      height: auto;
      max-width: 100px;
      border: none; }
    .carousel-thumbnails .carousel-indicators .active {
      height: auto;
      width: auto;
      background-color: #fff;
      opacity: 0.5; }
    .carousel-thumbnails .carousel-indicators img {
      max-width: 100px;
      height: 50px;
      overflow: hidden; }

@media only screen and (max-width: 600px) {
  .carousel-thumbnails {
    margin-bottom: 60px; }
    .carousel-thumbnails .carousel-indicators {
      margin-bottom: -60px; }
      .carousel-thumbnails .carousel-indicators img {
        max-width: 50px;
        height: 25px; } }

/*********************
 Modals
**********************/
.modal-ext .modal-content .modal-header {
  text-align: center; }

.modal-ext .modal-content .options {
  float: left; }

.modal-ext .modal-content .modal-body .text-xs-center fieldset {
  margin-top: 20px; }

.modal-ext .modal-content .call {
  margin-top: 1rem; }

.modal-ext .modal-content .modal-body {
  padding: 2rem 2rem 1rem 2rem; }

.modal-content .close {
  position: absolute;
  right: 15px; }

.modal-cart li p {
  margin: 5px;
  font-weight: 400; }
  .modal-cart li p .badge {
    margin-left: 10px;
    margin-top: 3px;
    font-weight: 400;
    position: absolute; }
  .modal-cart li p .quantity {
    font-size: 16px;
    margin-right: 7px;
    font-weight: 300; }

.modal-cart .cartPageLink {
  margin-left: 10px; }
  .modal-cart .cartPageLink a {
    text-decoration: underline;
    color: #666; }

.modal-cart .total {
  float: right;
  font-weight: 400; }

.cf-phone {
  margin-left: 7px; }

.side-modal {
  position: fixed;
  width: 400px;
  height: 100%;
  width: 100%;
  z-index: 9999; }
  .side-modal .modal-dialog {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 400px;
    margin: 10px; }
    @media (max-width: 760px) {
      .side-modal .modal-dialog {
        display: none; } }
  .side-modal .modal-header {
    padding: 1rem; }
    .side-modal .modal-header .heading {
      margin: 0;
      padding: 0; }
  .side-modal .modal-content {
    border: none; }

.side-modal.fade:not(.show) .modal-dialog {
  transform: translate3d(25%, 0, 0); }

.transparent-bd {
  opacity: 0 !important; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  transition: .45s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }

.nav-pills .nav-item a {
  color: #666; }

.nav-pills .nav-item .active {
  background-color: transparent;
  color: #45526E;
  border-left: 2px solid #45526E;
  font-weight: 500; }
  .nav-pills .nav-item .active:hover, .nav-pills .nav-item .active:active, .nav-pills .nav-item .active:focus {
    background-color: transparent;
    color: #45526E;
    font-weight: 500; }

.nav-pills .nav-item:hover {
  background-color: transparent;
  color: #45526E;
  font-weight: 500;
  border-left: 1px solid #45526E; }

.nav-pills .nav-item + .nav-item {
  margin-left: 0; }

@media only screen and (max-width: 991px) {
  .sticky,
  .sticky-placeholder {
    display: none; } }

#scrollspy {
  width: 120px; }

@media only screen and (max-width: 992px) {
  .col-md-4 .sticky, .col-lg-4 .sticky, .col-xl-4 .sticky {
    width: 200px; } }

@media only screen and (min-width: 992px) {
  .col-md-4 .sticky .col-lg-4 .sticky, .col-xl-4 .sticky {
    width: 400px; } }

@media only screen and (min-width: 1200px) {
  .col-md-4 .sticky {
    width: 300px; } }

@media only screen and (min-width: 1400px) {
  .col-md-4 .sticky {
    width: 350px; } }

.dotted-scrollspy {
  display: block;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.55);
  border-radius: 2px 0 0 2px; }
  .dotted-scrollspy li {
    display: block;
    padding: 0 16px; }
    .dotted-scrollspy li:first-child {
      padding-top: 10px; }
    .dotted-scrollspy li:last-child {
      padding-bottom: 10px; }
    .dotted-scrollspy li a span {
      display: block;
      background-color: rgba(255, 255, 255, 0.54);
      width: 8px;
      height: 8px;
      border-radius: 50%; }
    .dotted-scrollspy li a.active span {
      background: #fff; }

.min-chart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }

.min-chart canvas {
  position: absolute;
  top: 0;
  left: 0; }

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2; }

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em; }

.rotate-element {
  transform: rotate(180deg); }

.fa-angle-down.rotate-icon {
  transition: all 150ms ease-in 0s; }

.ps-container {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling {
    pointer-events: none; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.5; }
      .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.5; }
      .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
 border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out,
 border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
      background-color: #eee;
      opacity: 0.5; }
      .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
        background-color: #999; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
      background-color: #eee;
      opacity: 0.5; }
      .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        background-color: #999; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.5; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.5; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #999; }

.product-card .badge {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(244, 67, 54, 0.7);
  font-size: 1.4rem; }

.product-card .action-buttons {
  position: absolute;
  right: 5px;
  top: 5px; }
  .product-card .action-buttons .activator {
    float: none;
    padding: 0;
    margin-right: 0;
    font-size: 1rem; }
  .product-card .action-buttons .btn-floating {
    display: block;
    background-color: #4285F4;
    height: 37px;
    width: 37px;
    line-height: 0; }
    .product-card .action-buttons .btn-floating .fa,
    .product-card .action-buttons .btn-floating .material-icons {
      font-size: 14px;
      margin-top: 1px; }

.product-card .rating {
  position: absolute;
  margin-top: -16px;
  right: 10px;
  background-color: #0d47a1;
  padding: 0.4rem 1rem;
  font-size: 0.8rem; }
  .product-card .rating:hover .fa {
    color: gold;
    transition: all 0.4s linear; }

.product-card .card-block .card-title,
.product-card .card-block .card-text {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e0e0e0; }

.product-card .cta {
  text-align: center;
  padding-bottom: 1rem; }
  .product-card .cta p {
    font-size: 1.3rem;
    color: green; }
    .product-card .cta p span {
      color: black;
      text-decoration: line-through; }

.ql-modal .modal-dialog,
.product-panel .modal-dialog {
  max-width: none;
  width: auto;
  margin: 2rem; }

.ql-modal .modal-header,
.product-panel .modal-header {
  text-align: center; }

.ql-modal .price .badge,
.product-panel .price .badge {
  background-color: rgba(244, 67, 54, 0.7);
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 1rem; }

.ql-modal .price p,
.product-panel .price p {
  display: inline-block;
  font-size: 1.3rem; }
  .ql-modal .price p .price-before,
  .product-panel .price p .price-before {
    color: black;
    text-decoration: line-through;
    margin-left: 0.5rem; }
  .ql-modal .price p .price-after,
  .product-panel .price p .price-after {
    font-size: 1.7rem;
    color: green; }

.ql-modal .media img,
.product-panel .media img {
  max-width: 60px; }

@media (max-width: 1200px) {
  .ql-modal {
    padding-left: 0; }
    .ql-modal .modal-dialog {
      margin: 0; } }

.wishlist {
  background-color: #ff4444; }

.collection-card .stripe {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  text-align: center;
  padding: 1.2rem; }
  .collection-card .stripe.dark {
    background-color: rgba(0, 0, 0, 0.7); }
    .collection-card .stripe.dark a p {
      color: #eeeeee; }
  .collection-card .stripe.light {
    background-color: rgba(255, 255, 255, 0.7); }
    .collection-card .stripe.light a p {
      color: #424242; }
  .collection-card .stripe a p {
    padding: 0;
    margin: 0;
    letter-spacing: 4px;
    font-size: 1rem; }

.cart-modal .table,
.cart-modal th {
  text-align: center; }

.cart-modal .table .total {
  text-transform: uppercase;
  font-weight: 600; }

.cart-modal .table .fa-remove {
  color: #4285F4; }

.sn-bg-1 {
  background-image: url(http://mdbootstrap.com/img/Photos/Others/sidenav1.jpg); }

.sn-bg-2 {
  background-image: url(http://mdbootstrap.com/img/Photos/Others/sidenav2.jpg); }

.sn-bg-3 {
  background-image: url(http://mdbootstrap.com/img/Photos/Others/sidenav3.jpg); }

.sn-bg-4 {
  background-image: url(http://mdbootstrap.com/img/Photos/Others/sidenav4.jpg); }

.deep-purple-skin {
  /* Select colors */ }
  .deep-purple-skin .gradient {
    background: #282233;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #282233 0%, #776598 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .deep-purple-skin .primary-color, .deep-purple-skin .stepper li.active a .circle, .stepper li.active a .deep-purple-skin .circle, .deep-purple-skin .stepper li.completed a .circle, .stepper li.completed a .deep-purple-skin .circle {
    background-color: #d0637c !important; }
  .deep-purple-skin .navbar {
    background-color: #4b415a; }
    .deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .deep-purple-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
      background-color: #ca4f6c; }
  .deep-purple-skin .page-footer {
    background-color: #4b415a; }
  .deep-purple-skin .side-nav {
    background-color: #383048; }
    .deep-purple-skin .side-nav .logo-wrapper > div {
      background-color: transparent !important; }
    .deep-purple-skin .side-nav .sn-avatar-wrapper img {
      border: 3px solid #b13552; }
    .deep-purple-skin .side-nav .social a:hover .fa {
      color: #d0637c;
      transition: all 0.3s linear; }
    .deep-purple-skin .side-nav .collapsible li {
      background-color: transparent; }
      .deep-purple-skin .side-nav .collapsible li a {
        color: #fff;
        transition: all 0.3s linear; }
        .deep-purple-skin .side-nav .collapsible li a:hover {
          background-color: #d0637c; }
        .deep-purple-skin .side-nav .collapsible li a.active {
          background-color: #d0637c; }
    .deep-purple-skin .side-nav .fa {
      color: #fff; }
    .deep-purple-skin .side-nav .sidenav-bg:after, .deep-purple-skin .side-nav .sidenav-bg.mask-strong:after {
      background: rgba(22, 5, 34, 0.8); }
    .deep-purple-skin .side-nav .sidenav-bg.mask-light:after {
      background: rgba(22, 5, 34, 0.65); }
    .deep-purple-skin .side-nav .sidenav-bg.mask-slight:after {
      background: rgba(22, 5, 34, 0.5); }
  .deep-purple-skin .btn-primary {
    background: #d0637c; }
    .deep-purple-skin .btn-primary:hover, .deep-purple-skin .btn-primary:focus {
      background-color: #d6778c !important; }
    .deep-purple-skin .btn-primary.active {
      background-color: #9e2f49 !important; }
  .deep-purple-skin .btn-secondary {
    background: #5b477b; }
    .deep-purple-skin .btn-secondary:hover, .deep-purple-skin .btn-secondary:focus {
      background-color: #67508b !important; }
    .deep-purple-skin .btn-secondary.active {
      background-color: #2b223a !important; }
  .deep-purple-skin .btn-default,
  .deep-purple-skin .card .btn-action {
    background: #372e5f; }
    .deep-purple-skin .btn-default:hover, .deep-purple-skin .btn-default:focus,
    .deep-purple-skin .card .btn-action:hover,
    .deep-purple-skin .card .btn-action:focus {
      background-color: #413670 !important; }
    .deep-purple-skin .btn-default.active,
    .deep-purple-skin .card .btn-action.active {
      background-color: #0f0d1a !important; }
  .deep-purple-skin input[type="email"]:focus:not([readonly]),
  .deep-purple-skin input[type="text"]:focus:not([readonly]),
  .deep-purple-skin input[type="password"]:focus:not([readonly]),
  .deep-purple-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: #d0637c;
    box-shadow: 0 1px 0 0 #d0637c; }
    .deep-purple-skin input[type="email"]:focus:not([readonly]) + label,
    .deep-purple-skin input[type="text"]:focus:not([readonly]) + label,
    .deep-purple-skin input[type="password"]:focus:not([readonly]) + label,
    .deep-purple-skin textarea.md-textarea:focus:not([readonly]) + label {
      color: #d0637c; }
  .deep-purple-skin input[type=checkbox]:checked + label:before {
    border-right: 2px solid #d0637c;
    border-bottom: 2px solid #d0637c; }
  .deep-purple-skin input[type=checkbox].filled-in:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .deep-purple-skin input[type=checkbox].filled-in:checked + label:after {
    background-color: #d0637c;
    border-color: #d0637c; }
  .deep-purple-skin .md-form .prefix.active {
    color: #d0637c; }
  .deep-purple-skin .dropdown-content li:not(.disabled) span {
    color: #d0637c; }
  .deep-purple-skin .top-nav-collapse {
    background-color: #4b415a; }
  .deep-purple-skin .carousel-multi-item .controls-top > a,
  .deep-purple-skin .carousel-multi-item .carousel-indicators li,
  .deep-purple-skin .carousel-multi-item .carousel-indicators li.active {
    background-color: #d0637c; }
  .deep-purple-skin .form-header,
  .deep-purple-skin .card-header {
    background-color: #d26b83; }
  .deep-purple-skin .spinner-primary-color,
  .deep-purple-skin .spinner-primary-color-only {
    border-color: #d0637c; }
  .deep-purple-skin .pagination-primary-color .page-item.active .page-link,
  .deep-purple-skin .pagination-primary-color .page-item.active .page-link:focus,
  .deep-purple-skin .pagination-primary-color .page-item.active .page-link:hover {
    color: #fff;
    background-color: #d0637c;
    border-color: #d0637c; }
  .deep-purple-skin .pagination-primary-color .page-link {
    color: #d0637c; }

.navy-blue-skin {
  /* Select colors */ }
  .navy-blue-skin .gradient {
    background: #222735;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #222735 0%, #63739c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .navy-blue-skin .primary-color, .navy-blue-skin .stepper li.active a .circle, .stepper li.active a .navy-blue-skin .circle, .navy-blue-skin .stepper li.completed a .circle, .stepper li.completed a .navy-blue-skin .circle {
    background-color: #309e9e !important; }
  .navy-blue-skin .navbar {
    background-color: #353b50; }
    .navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .navy-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
      background-color: #2a8a8a; }
  .navy-blue-skin .page-footer {
    background-color: #353b50; }
  .navy-blue-skin .side-nav {
    background-color: #383048; }
    .navy-blue-skin .side-nav .logo-wrapper > div {
      background-color: transparent !important; }
    .navy-blue-skin .side-nav .sn-avatar-wrapper img {
      border: 3px solid #1e6363; }
    .navy-blue-skin .side-nav .social a:hover .fa {
      color: #309e9e;
      transition: all 0.3s linear; }
    .navy-blue-skin .side-nav .collapsible li {
      background-color: transparent; }
      .navy-blue-skin .side-nav .collapsible li a {
        color: #fff;
        transition: all 0.3s linear; }
        .navy-blue-skin .side-nav .collapsible li a:hover {
          background-color: #309e9e; }
        .navy-blue-skin .side-nav .collapsible li a.active {
          background-color: #309e9e; }
    .navy-blue-skin .side-nav .fa {
      color: #fff; }
    .navy-blue-skin .side-nav .sidenav-bg:after, .navy-blue-skin .side-nav .sidenav-bg.mask-strong:after {
      background: rgba(14, 15, 32, 0.8); }
    .navy-blue-skin .side-nav .sidenav-bg.mask-light:after {
      background: rgba(14, 15, 32, 0.65); }
    .navy-blue-skin .side-nav .sidenav-bg.mask-slight:after {
      background: rgba(14, 15, 32, 0.5); }
  .navy-blue-skin .btn-primary {
    background: #309e9e; }
    .navy-blue-skin .btn-primary:hover, .navy-blue-skin .btn-primary:focus {
      background-color: #36b2b2 !important; }
    .navy-blue-skin .btn-primary.active {
      background-color: #185050 !important; }
  .navy-blue-skin .btn-secondary {
    background: #324f7b; }
    .navy-blue-skin .btn-secondary:hover, .navy-blue-skin .btn-secondary:focus {
      background-color: #395b8d !important; }
    .navy-blue-skin .btn-secondary.active {
      background-color: #152032 !important; }
  .navy-blue-skin .btn-default,
  .navy-blue-skin .card .btn-action {
    background: #293756; }
    .navy-blue-skin .btn-default:hover, .navy-blue-skin .btn-default:focus,
    .navy-blue-skin .card .btn-action:hover,
    .navy-blue-skin .card .btn-action:focus {
      background-color: #314267 !important; }
    .navy-blue-skin .btn-default.active,
    .navy-blue-skin .card .btn-action.active {
      background-color: #080b11 !important; }
  .navy-blue-skin input[type="email"]:focus:not([readonly]),
  .navy-blue-skin input[type="text"]:focus:not([readonly]),
  .navy-blue-skin input[type="password"]:focus:not([readonly]),
  .navy-blue-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: #309e9e;
    box-shadow: 0 1px 0 0 #309e9e; }
    .navy-blue-skin input[type="email"]:focus:not([readonly]) + label,
    .navy-blue-skin input[type="text"]:focus:not([readonly]) + label,
    .navy-blue-skin input[type="password"]:focus:not([readonly]) + label,
    .navy-blue-skin textarea.md-textarea:focus:not([readonly]) + label {
      color: #309e9e; }
  .navy-blue-skin input[type=checkbox]:checked + label:before {
    border-right: 2px solid #309e9e;
    border-bottom: 2px solid #309e9e; }
  .navy-blue-skin input[type=checkbox].filled-in:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .navy-blue-skin input[type=checkbox].filled-in:checked + label:after {
    background-color: #309e9e;
    border-color: #309e9e; }
  .navy-blue-skin .md-form .prefix.active {
    color: #309e9e; }
  .navy-blue-skin .dropdown-content li:not(.disabled) span {
    color: #309e9e; }
  .navy-blue-skin .top-nav-collapse {
    background-color: #353b50; }
  .navy-blue-skin .carousel-multi-item .controls-top > a,
  .navy-blue-skin .carousel-multi-item .carousel-indicators li,
  .navy-blue-skin .carousel-multi-item .carousel-indicators li.active {
    background-color: #309e9e; }
  .navy-blue-skin .form-header,
  .navy-blue-skin .card-header {
    background-color: #32a6a6; }
  .navy-blue-skin .spinner-primary-color,
  .navy-blue-skin .spinner-primary-color-only {
    border-color: #309e9e; }
  .navy-blue-skin .pagination-primary-color .page-item.active .page-link,
  .navy-blue-skin .pagination-primary-color .page-item.active .page-link:focus,
  .navy-blue-skin .pagination-primary-color .page-item.active .page-link:hover {
    color: #fff;
    background-color: #309e9e;
    border-color: #309e9e; }
  .navy-blue-skin .pagination-primary-color .page-link {
    color: #309e9e; }

.cyan-skin {
  /* Select colors */ }
  .cyan-skin .gradient {
    background: #153535;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #153535 0%, #4b9292 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .cyan-skin .primary-color, .cyan-skin .stepper li.active a .circle, .stepper li.active a .cyan-skin .circle, .cyan-skin .stepper li.completed a .circle, .stepper li.completed a .cyan-skin .circle {
    background-color: #4fada7 !important; }
  .cyan-skin .navbar {
    background-color: #21403f; }
    .cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .cyan-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
      background-color: #479b96; }
  .cyan-skin .page-footer {
    background-color: #21403f; }
  .cyan-skin .side-nav {
    background-color: #1e5252; }
    .cyan-skin .side-nav .logo-wrapper > div {
      background-color: transparent !important; }
    .cyan-skin .side-nav .sn-avatar-wrapper img {
      border: 3px solid #377874; }
    .cyan-skin .side-nav .social a:hover .fa {
      color: #4fada7;
      transition: all 0.3s linear; }
    .cyan-skin .side-nav .collapsible li {
      background-color: transparent; }
      .cyan-skin .side-nav .collapsible li a {
        color: #fff;
        transition: all 0.3s linear; }
        .cyan-skin .side-nav .collapsible li a:hover {
          background-color: #4fada7; }
        .cyan-skin .side-nav .collapsible li a.active {
          background-color: #4fada7; }
    .cyan-skin .side-nav .fa {
      color: #fff; }
    .cyan-skin .side-nav .sidenav-bg:after, .cyan-skin .side-nav .sidenav-bg.mask-strong:after {
      background: rgba(7, 45, 42, 0.8); }
    .cyan-skin .side-nav .sidenav-bg.mask-light:after {
      background: rgba(7, 45, 42, 0.65); }
    .cyan-skin .side-nav .sidenav-bg.mask-slight:after {
      background: rgba(7, 45, 42, 0.5); }
  .cyan-skin .btn-primary {
    background: #4fada7; }
    .cyan-skin .btn-primary:hover, .cyan-skin .btn-primary:focus {
      background-color: #5fb6b1 !important; }
    .cyan-skin .btn-primary.active {
      background-color: #2f6763 !important; }
  .cyan-skin .btn-secondary {
    background: #145b5f; }
    .cyan-skin .btn-secondary:hover, .cyan-skin .btn-secondary:focus {
      background-color: #186f74 !important; }
    .cyan-skin .btn-secondary.active {
      background-color: #020a0b !important; }
  .cyan-skin .btn-default,
  .cyan-skin .card .btn-action {
    background: #053638; }
    .cyan-skin .btn-default:hover, .cyan-skin .btn-default:focus,
    .cyan-skin .card .btn-action:hover,
    .cyan-skin .card .btn-action:focus {
      background-color: #074d4f !important; }
    .cyan-skin .btn-default.active,
    .cyan-skin .card .btn-action.active {
      background-color: black !important; }
  .cyan-skin input[type="email"]:focus:not([readonly]),
  .cyan-skin input[type="text"]:focus:not([readonly]),
  .cyan-skin input[type="password"]:focus:not([readonly]),
  .cyan-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: #4fada7;
    box-shadow: 0 1px 0 0 #4fada7; }
    .cyan-skin input[type="email"]:focus:not([readonly]) + label,
    .cyan-skin input[type="text"]:focus:not([readonly]) + label,
    .cyan-skin input[type="password"]:focus:not([readonly]) + label,
    .cyan-skin textarea.md-textarea:focus:not([readonly]) + label {
      color: #4fada7; }
  .cyan-skin input[type=checkbox]:checked + label:before {
    border-right: 2px solid #4fada7;
    border-bottom: 2px solid #4fada7; }
  .cyan-skin input[type=checkbox].filled-in:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .cyan-skin input[type=checkbox].filled-in:checked + label:after {
    background-color: #4fada7;
    border-color: #4fada7; }
  .cyan-skin .md-form .prefix.active {
    color: #4fada7; }
  .cyan-skin .dropdown-content li:not(.disabled) span {
    color: #4fada7; }
  .cyan-skin .top-nav-collapse {
    background-color: #21403f; }
  .cyan-skin .carousel-multi-item .controls-top > a,
  .cyan-skin .carousel-multi-item .carousel-indicators li,
  .cyan-skin .carousel-multi-item .carousel-indicators li.active {
    background-color: #4fada7; }
  .cyan-skin .form-header,
  .cyan-skin .card-header {
    background-color: #55b1ab; }
  .cyan-skin .spinner-primary-color,
  .cyan-skin .spinner-primary-color-only {
    border-color: #4fada7; }
  .cyan-skin .pagination-primary-color .page-item.active .page-link,
  .cyan-skin .pagination-primary-color .page-item.active .page-link:focus,
  .cyan-skin .pagination-primary-color .page-item.active .page-link:hover {
    color: #fff;
    background-color: #4fada7;
    border-color: #4fada7; }
  .cyan-skin .pagination-primary-color .page-link {
    color: #4fada7; }

.pink-skin {
  /* Select colors */ }
  .pink-skin .gradient {
    background: #2d0c1a;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #2d0c1a 0%, #b16382 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .pink-skin .primary-color, .pink-skin .stepper li.active a .circle, .stepper li.active a .pink-skin .circle, .pink-skin .stepper li.completed a .circle, .stepper li.completed a .pink-skin .circle {
    background-color: #bd5d70 !important; }
  .pink-skin .navbar {
    background-color: #532a3c; }
    .pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .pink-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
      background-color: #b64b60; }
  .pink-skin .page-footer {
    background-color: #532a3c; }
  .pink-skin .side-nav {
    background-color: #673348; }
    .pink-skin .side-nav .logo-wrapper > div {
      background-color: transparent !important; }
    .pink-skin .side-nav .sn-avatar-wrapper img {
      border: 3px solid #923b4d; }
    .pink-skin .side-nav .social a:hover .fa {
      color: #bd5d70;
      transition: all 0.3s linear; }
    .pink-skin .side-nav .collapsible li {
      background-color: transparent; }
      .pink-skin .side-nav .collapsible li a {
        color: #fff;
        transition: all 0.3s linear; }
        .pink-skin .side-nav .collapsible li a:hover {
          background-color: #bd5d70; }
        .pink-skin .side-nav .collapsible li a.active {
          background-color: #bd5d70; }
    .pink-skin .side-nav .fa {
      color: #fff; }
    .pink-skin .side-nav .sidenav-bg:after, .pink-skin .side-nav .sidenav-bg.mask-strong:after {
      background: rgba(72, 24, 43, 0.8); }
    .pink-skin .side-nav .sidenav-bg.mask-light:after {
      background: rgba(72, 24, 43, 0.65); }
    .pink-skin .side-nav .sidenav-bg.mask-slight:after {
      background: rgba(72, 24, 43, 0.5); }
  .pink-skin .btn-primary {
    background: #bd5d70; }
    .pink-skin .btn-primary:hover, .pink-skin .btn-primary:focus {
      background-color: #c46f80 !important; }
    .pink-skin .btn-primary.active {
      background-color: #803443 !important; }
  .pink-skin .btn-secondary {
    background: #3f4f7d; }
    .pink-skin .btn-secondary:hover, .pink-skin .btn-secondary:focus {
      background-color: #485a8e !important; }
    .pink-skin .btn-secondary.active {
      background-color: #1d2439 !important; }
  .pink-skin .btn-default,
  .pink-skin .card .btn-action {
    background: #532a3c; }
    .pink-skin .btn-default:hover, .pink-skin .btn-default:focus,
    .pink-skin .card .btn-action:hover,
    .pink-skin .card .btn-action:focus {
      background-color: #643348 !important; }
    .pink-skin .btn-default.active,
    .pink-skin .card .btn-action.active {
      background-color: #0f080b !important; }
  .pink-skin input[type="email"]:focus:not([readonly]),
  .pink-skin input[type="text"]:focus:not([readonly]),
  .pink-skin input[type="password"]:focus:not([readonly]),
  .pink-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: #bd5d70;
    box-shadow: 0 1px 0 0 #bd5d70; }
    .pink-skin input[type="email"]:focus:not([readonly]) + label,
    .pink-skin input[type="text"]:focus:not([readonly]) + label,
    .pink-skin input[type="password"]:focus:not([readonly]) + label,
    .pink-skin textarea.md-textarea:focus:not([readonly]) + label {
      color: #bd5d70; }
  .pink-skin input[type=checkbox]:checked + label:before {
    border-right: 2px solid #bd5d70;
    border-bottom: 2px solid #bd5d70; }
  .pink-skin input[type=checkbox].filled-in:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .pink-skin input[type=checkbox].filled-in:checked + label:after {
    background-color: #bd5d70;
    border-color: #bd5d70; }
  .pink-skin .md-form .prefix.active {
    color: #bd5d70; }
  .pink-skin .dropdown-content li:not(.disabled) span {
    color: #bd5d70; }
  .pink-skin .top-nav-collapse {
    background-color: #532a3c; }
  .pink-skin .carousel-multi-item .controls-top > a,
  .pink-skin .carousel-multi-item .carousel-indicators li,
  .pink-skin .carousel-multi-item .carousel-indicators li.active {
    background-color: #bd5d70; }
  .pink-skin .form-header,
  .pink-skin .card-header {
    background-color: #c06476; }
  .pink-skin .spinner-primary-color,
  .pink-skin .spinner-primary-color-only {
    border-color: #bd5d70; }
  .pink-skin .pagination-primary-color .page-item.active .page-link,
  .pink-skin .pagination-primary-color .page-item.active .page-link:focus,
  .pink-skin .pagination-primary-color .page-item.active .page-link:hover {
    color: #fff;
    background-color: #bd5d70;
    border-color: #bd5d70; }
  .pink-skin .pagination-primary-color .page-link {
    color: #bd5d70; }

.indigo-skin {
  /* Select colors */ }
  .indigo-skin .gradient {
    background: #181a31;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #181a31 0%, #6f74b7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .indigo-skin .primary-color, .indigo-skin .stepper li.active a .circle, .stepper li.active a .indigo-skin .circle, .indigo-skin .stepper li.completed a .circle, .stepper li.completed a .indigo-skin .circle {
    background-color: #7f82c5 !important; }
  .indigo-skin .navbar {
    background-color: #3d466d; }
    .indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .indigo-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
      background-color: #6d71bd; }
  .indigo-skin .page-footer {
    background-color: #3d466d; }
  .indigo-skin .side-nav {
    background-color: #26294e; }
    .indigo-skin .side-nav .logo-wrapper > div {
      background-color: transparent !important; }
    .indigo-skin .side-nav .sn-avatar-wrapper img {
      border: 3px solid #4d51aa; }
    .indigo-skin .side-nav .social a:hover .fa {
      color: #7f82c5;
      transition: all 0.3s linear; }
    .indigo-skin .side-nav .collapsible li {
      background-color: transparent; }
      .indigo-skin .side-nav .collapsible li a {
        color: #fff;
        transition: all 0.3s linear; }
        .indigo-skin .side-nav .collapsible li a:hover {
          background-color: #7f82c5; }
        .indigo-skin .side-nav .collapsible li a.active {
          background-color: #7f82c5; }
    .indigo-skin .side-nav .fa {
      color: #fff; }
    .indigo-skin .side-nav .sidenav-bg:after, .indigo-skin .side-nav .sidenav-bg.mask-strong:after {
      background: rgba(31, 38, 76, 0.8); }
    .indigo-skin .side-nav .sidenav-bg.mask-light:after {
      background: rgba(31, 38, 76, 0.65); }
    .indigo-skin .side-nav .sidenav-bg.mask-slight:after {
      background: rgba(31, 38, 76, 0.5); }
  .indigo-skin .btn-primary {
    background: #7f82c5; }
    .indigo-skin .btn-primary:hover, .indigo-skin .btn-primary:focus {
      background-color: #9193cd !important; }
    .indigo-skin .btn-primary.active {
      background-color: #454999 !important; }
  .indigo-skin .btn-secondary {
    background: #313f67; }
    .indigo-skin .btn-secondary:hover, .indigo-skin .btn-secondary:focus {
      background-color: #394a78 !important; }
    .indigo-skin .btn-secondary.active {
      background-color: #101522 !important; }
  .indigo-skin .btn-default,
  .indigo-skin .card .btn-action {
    background: #13204a; }
    .indigo-skin .btn-default:hover, .indigo-skin .btn-default:focus,
    .indigo-skin .card .btn-action:hover,
    .indigo-skin .card .btn-action:focus {
      background-color: #18295e !important; }
    .indigo-skin .btn-default.active,
    .indigo-skin .card .btn-action.active {
      background-color: black !important; }
  .indigo-skin input[type="email"]:focus:not([readonly]),
  .indigo-skin input[type="text"]:focus:not([readonly]),
  .indigo-skin input[type="password"]:focus:not([readonly]),
  .indigo-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: #7f82c5;
    box-shadow: 0 1px 0 0 #7f82c5; }
    .indigo-skin input[type="email"]:focus:not([readonly]) + label,
    .indigo-skin input[type="text"]:focus:not([readonly]) + label,
    .indigo-skin input[type="password"]:focus:not([readonly]) + label,
    .indigo-skin textarea.md-textarea:focus:not([readonly]) + label {
      color: #7f82c5; }
  .indigo-skin input[type=checkbox]:checked + label:before {
    border-right: 2px solid #7f82c5;
    border-bottom: 2px solid #7f82c5; }
  .indigo-skin input[type=checkbox].filled-in:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .indigo-skin input[type=checkbox].filled-in:checked + label:after {
    background-color: #7f82c5;
    border-color: #7f82c5; }
  .indigo-skin .md-form .prefix.active {
    color: #7f82c5; }
  .indigo-skin .dropdown-content li:not(.disabled) span {
    color: #7f82c5; }
  .indigo-skin .top-nav-collapse {
    background-color: #3d466d; }
  .indigo-skin .carousel-multi-item .controls-top > a,
  .indigo-skin .carousel-multi-item .carousel-indicators li,
  .indigo-skin .carousel-multi-item .carousel-indicators li.active {
    background-color: #7f82c5; }
  .indigo-skin .form-header,
  .indigo-skin .card-header {
    background-color: #8689c8; }
  .indigo-skin .spinner-primary-color,
  .indigo-skin .spinner-primary-color-only {
    border-color: #7f82c5; }
  .indigo-skin .pagination-primary-color .page-item.active .page-link,
  .indigo-skin .pagination-primary-color .page-item.active .page-link:focus,
  .indigo-skin .pagination-primary-color .page-item.active .page-link:hover {
    color: #fff;
    background-color: #7f82c5;
    border-color: #7f82c5; }
  .indigo-skin .pagination-primary-color .page-link {
    color: #7f82c5; }

.light-blue-skin {
  /* Select colors */ }
  .light-blue-skin .gradient {
    background: #295a67;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #295a67 0%, #56abb9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .light-blue-skin .primary-color, .light-blue-skin .stepper li.active a .circle, .stepper li.active a .light-blue-skin .circle, .light-blue-skin .stepper li.completed a .circle, .stepper li.completed a .light-blue-skin .circle {
    background-color: #3d799c !important; }
  .light-blue-skin .navbar {
    background-color: #5da4b5; }
    .light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .light-blue-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
      background-color: rgba(17, 58, 82, 0.73); }
  .light-blue-skin .page-footer {
    background-color: #5da4b5; }
  .light-blue-skin .side-nav {
    background-color: #318594; }
    .light-blue-skin .side-nav .logo-wrapper > div {
      background-color: transparent !important; }
    .light-blue-skin .side-nav .sn-avatar-wrapper img {
      border: 3px solid rgba(8, 28, 39, 0.73); }
    .light-blue-skin .side-nav .social a:hover .fa {
      color: rgba(21, 73, 103, 0.73);
      transition: all 0.3s linear; }
    .light-blue-skin .side-nav .collapsible li {
      background-color: transparent; }
      .light-blue-skin .side-nav .collapsible li a {
        color: #fff;
        transition: all 0.3s linear; }
        .light-blue-skin .side-nav .collapsible li a:hover {
          background-color: rgba(21, 73, 103, 0.73); }
        .light-blue-skin .side-nav .collapsible li a.active {
          background-color: rgba(21, 73, 103, 0.73); }
    .light-blue-skin .side-nav .fa {
      color: #fff; }
    .light-blue-skin .side-nav .sidenav-bg:after, .light-blue-skin .side-nav .sidenav-bg.mask-strong:after {
      background: rgba(47, 115, 132, 0.8); }
    .light-blue-skin .side-nav .sidenav-bg.mask-light:after {
      background: rgba(47, 115, 132, 0.65); }
    .light-blue-skin .side-nav .sidenav-bg.mask-slight:after {
      background: rgba(47, 115, 132, 0.5); }
  .light-blue-skin .btn-primary {
    background: #3d799c; }
    .light-blue-skin .btn-primary:hover, .light-blue-skin .btn-primary:focus {
      background-color: #4487ae !important; }
    .light-blue-skin .btn-primary.active {
      background-color: #204053 !important; }
  .light-blue-skin .btn-secondary {
    background: #51aabf; }
    .light-blue-skin .btn-secondary:hover, .light-blue-skin .btn-secondary:focus {
      background-color: #64b3c6 !important; }
    .light-blue-skin .btn-secondary.active {
      background-color: #2e6d7c !important; }
  .light-blue-skin .btn-default,
  .light-blue-skin .card .btn-action {
    background: #1f567d; }
    .light-blue-skin .btn-default:hover, .light-blue-skin .btn-default:focus,
    .light-blue-skin .card .btn-action:hover,
    .light-blue-skin .card .btn-action:focus {
      background-color: #246491 !important; }
    .light-blue-skin .btn-default.active,
    .light-blue-skin .card .btn-action.active {
      background-color: #0b1e2b !important; }
  .light-blue-skin input[type="email"]:focus:not([readonly]),
  .light-blue-skin input[type="text"]:focus:not([readonly]),
  .light-blue-skin input[type="password"]:focus:not([readonly]),
  .light-blue-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: rgba(21, 73, 103, 0.73);
    box-shadow: 0 1px 0 0 rgba(21, 73, 103, 0.73); }
    .light-blue-skin input[type="email"]:focus:not([readonly]) + label,
    .light-blue-skin input[type="text"]:focus:not([readonly]) + label,
    .light-blue-skin input[type="password"]:focus:not([readonly]) + label,
    .light-blue-skin textarea.md-textarea:focus:not([readonly]) + label {
      color: rgba(21, 73, 103, 0.73); }
  .light-blue-skin input[type=checkbox]:checked + label:before {
    border-right: 2px solid rgba(21, 73, 103, 0.73);
    border-bottom: 2px solid rgba(21, 73, 103, 0.73); }
  .light-blue-skin input[type=checkbox].filled-in:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .light-blue-skin input[type=checkbox].filled-in:checked + label:after {
    background-color: rgba(21, 73, 103, 0.73);
    border-color: rgba(21, 73, 103, 0.73); }
  .light-blue-skin .md-form .prefix.active {
    color: rgba(21, 73, 103, 0.73); }
  .light-blue-skin .dropdown-content li:not(.disabled) span {
    color: rgba(21, 73, 103, 0.73); }
  .light-blue-skin .top-nav-collapse {
    background-color: #5da4b5; }
  .light-blue-skin .carousel-multi-item .controls-top > a,
  .light-blue-skin .carousel-multi-item .carousel-indicators li,
  .light-blue-skin .carousel-multi-item .carousel-indicators li.active {
    background-color: rgba(21, 73, 103, 0.73); }
  .light-blue-skin .form-header,
  .light-blue-skin .card-header {
    background-color: rgba(23, 79, 111, 0.73); }
  .light-blue-skin .spinner-primary-color,
  .light-blue-skin .spinner-primary-color-only {
    border-color: #3d799c; }
  .light-blue-skin .pagination-primary-color .page-item.active .page-link,
  .light-blue-skin .pagination-primary-color .page-item.active .page-link:focus,
  .light-blue-skin .pagination-primary-color .page-item.active .page-link:hover {
    color: #fff;
    background-color: #3d799c;
    border-color: #3d799c; }
  .light-blue-skin .pagination-primary-color .page-link {
    color: #3d799c; }

.grey-skin {
  /* Select colors */ }
  .grey-skin .gradient {
    background: #383838;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #383838 0%, #a5a4a4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .grey-skin .primary-color, .grey-skin .stepper li.active a .circle, .stepper li.active a .grey-skin .circle, .grey-skin .stepper li.completed a .circle, .stepper li.completed a .grey-skin .circle {
    background-color: #ad495c !important; }
  .grey-skin .navbar {
    background-color: #7d8488; }
    .grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .grey-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
      background-color: rgba(165, 29, 68, 0.79); }
  .grey-skin .page-footer {
    background-color: #7d8488; }
  .grey-skin .side-nav {
    background-color: #a5a4a4; }
    .grey-skin .side-nav .logo-wrapper > div {
      background-color: transparent !important; }
    .grey-skin .side-nav .sn-avatar-wrapper img {
      border: 3px solid rgba(122, 22, 50, 0.79); }
    .grey-skin .side-nav .social a:hover .fa {
      color: rgba(187, 33, 77, 0.79);
      transition: all 0.3s linear; }
    .grey-skin .side-nav .collapsible li {
      background-color: transparent; }
      .grey-skin .side-nav .collapsible li a {
        color: #fff;
        transition: all 0.3s linear; }
        .grey-skin .side-nav .collapsible li a:hover {
          background-color: rgba(187, 33, 77, 0.79); }
        .grey-skin .side-nav .collapsible li a.active {
          background-color: rgba(187, 33, 77, 0.79); }
    .grey-skin .side-nav .fa {
      color: #fff; }
    .grey-skin .side-nav .sidenav-bg:after, .grey-skin .side-nav .sidenav-bg.mask-strong:after {
      background: rgba(121, 121, 121, 0.8); }
    .grey-skin .side-nav .sidenav-bg.mask-light:after {
      background: rgba(121, 121, 121, 0.65); }
    .grey-skin .side-nav .sidenav-bg.mask-slight:after {
      background: rgba(121, 121, 121, 0.5); }
  .grey-skin .navbar .navbar-nav .dropdown .dropdown-primary .dropdown-item:hover {
    background-color: rgba(165, 29, 68, 0.79); }
  .grey-skin .btn-primary {
    background: #ad495c; }
    .grey-skin .btn-primary:hover, .grey-skin .btn-primary:focus {
      background-color: #b8576a !important; }
    .grey-skin .btn-primary.active {
      background-color: #652b36 !important; }
  .grey-skin .btn-secondary {
    background: #7d8488; }
    .grey-skin .btn-secondary:hover, .grey-skin .btn-secondary:focus {
      background-color: #8a9194 !important; }
    .grey-skin .btn-secondary.active {
      background-color: #4c5053 !important; }
  .grey-skin .btn-default,
  .grey-skin .card .btn-action {
    background: #393b44; }
    .grey-skin .btn-default:hover, .grey-skin .btn-default:focus,
    .grey-skin .card .btn-action:hover,
    .grey-skin .card .btn-action:focus {
      background-color: #454752 !important; }
    .grey-skin .btn-default.active,
    .grey-skin .card .btn-action.active {
      background-color: #0a0b0d !important; }
  .grey-skin input[type="email"]:focus:not([readonly]),
  .grey-skin input[type="text"]:focus:not([readonly]),
  .grey-skin input[type="password"]:focus:not([readonly]),
  .grey-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: rgba(187, 33, 77, 0.79);
    box-shadow: 0 1px 0 0 rgba(187, 33, 77, 0.79); }
    .grey-skin input[type="email"]:focus:not([readonly]) + label,
    .grey-skin input[type="text"]:focus:not([readonly]) + label,
    .grey-skin input[type="password"]:focus:not([readonly]) + label,
    .grey-skin textarea.md-textarea:focus:not([readonly]) + label {
      color: rgba(187, 33, 77, 0.79); }
  .grey-skin input[type=checkbox]:checked + label:before {
    border-right: 2px solid rgba(187, 33, 77, 0.79);
    border-bottom: 2px solid rgba(187, 33, 77, 0.79); }
  .grey-skin input[type=checkbox].filled-in:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .grey-skin input[type=checkbox].filled-in:checked + label:after {
    background-color: rgba(187, 33, 77, 0.79);
    border-color: rgba(187, 33, 77, 0.79); }
  .grey-skin .md-form .prefix.active {
    color: rgba(187, 33, 77, 0.79); }
  .grey-skin .dropdown-content li:not(.disabled) span {
    color: rgba(187, 33, 77, 0.79); }
  .grey-skin .top-nav-collapse {
    background-color: #7d8488; }
  .grey-skin .carousel-multi-item .controls-top > a,
  .grey-skin .carousel-multi-item .carousel-indicators li,
  .grey-skin .carousel-multi-item .carousel-indicators li.active {
    background-color: rgba(187, 33, 77, 0.79); }
  .grey-skin .form-header,
  .grey-skin .card-header {
    background-color: rgba(196, 35, 81, 0.79); }
  .grey-skin .spinner-primary-color,
  .grey-skin .spinner-primary-color-only {
    border-color: #ad495c; }
  .grey-skin .pagination-primary-color .page-item.active .page-link,
  .grey-skin .pagination-primary-color .page-item.active .page-link:focus,
  .grey-skin .pagination-primary-color .page-item.active .page-link:hover {
    color: #fff;
    background-color: #ad495c;
    border-color: #ad495c; }
  .grey-skin .pagination-primary-color .page-link {
    color: #ad495c; }

.white-skin {
  /* Select colors */ }
  .white-skin .gradient {
    background: #ababab;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ababab 0%, #fff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .white-skin .primary-color, .white-skin .stepper li.active a .circle, .stepper li.active a .white-skin .circle, .white-skin .stepper li.completed a .circle, .stepper li.completed a .white-skin .circle {
    background-color: #4285F4 !important; }
  .white-skin .navbar {
    color: #424242;
    background-color: #fff; }
    .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .white-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
      background-color: #2a75f3; }
    .white-skin .navbar a:not(.dropdown-item) {
      color: #424242 !important; }
    .white-skin .navbar .form-control {
      border-bottom: 1px solid rgba(153, 153, 153, 0.298039);
      color: #424242; }
      .white-skin .navbar .form-control::-webkit-input-placeholder {
        color: rgba(66, 66, 66, 0.5) !important; }
      .white-skin .navbar .form-control:-moz-placeholder {
        color: rgba(66, 66, 66, 0.5) !important; }
      .white-skin .navbar .form-control::-moz-placeholder {
        color: rgba(66, 66, 66, 0.5) !important; }
      .white-skin .navbar .form-control::-ms-placeholder {
        color: rgba(66, 66, 66, 0.5) !important; }
      .white-skin .navbar .form-control::-moz-placeholder {
        color: rgba(66, 66, 66, 0.5) !important; }
      .white-skin .navbar .form-control::placeholder {
        color: rgba(66, 66, 66, 0.5) !important; }
  .white-skin .page-footer {
    background-color: #797979; }
  .white-skin .double-nav a {
    color: #424242; }
  .white-skin .side-nav {
    background-color: #F9F9F9; }
    .white-skin .side-nav .logo-wrapper > div {
      background-color: transparent !important; }
    .white-skin .side-nav .sn-avatar-wrapper img {
      border: 3px solid #0d5bdd; }
    .white-skin .side-nav .social a:hover .fa {
      color: #4285F4;
      transition: all 0.3s linear; }
    .white-skin .side-nav .search-form input[type="text"].form-control {
      border-bottom: 1px solid rgba(153, 153, 153, 0.298039);
      color: #424242; }
      .white-skin .side-nav .search-form input[type="text"].form-control::-webkit-input-placeholder {
        color: rgba(66, 66, 66, 0.5) !important; }
      .white-skin .side-nav .search-form input[type="text"].form-control:-moz-placeholder {
        color: rgba(66, 66, 66, 0.5) !important; }
      .white-skin .side-nav .search-form input[type="text"].form-control::-moz-placeholder {
        color: rgba(66, 66, 66, 0.5) !important; }
      .white-skin .side-nav .search-form input[type="text"].form-control::-ms-placeholder {
        color: rgba(66, 66, 66, 0.5) !important; }
      .white-skin .side-nav .search-form input[type="text"].form-control::-moz-placeholder {
        color: rgba(66, 66, 66, 0.5) !important; }
      .white-skin .side-nav .search-form input[type="text"].form-control::placeholder {
        color: rgba(66, 66, 66, 0.5) !important; }
    .white-skin .side-nav .collapsible li {
      background-color: transparent; }
      .white-skin .side-nav .collapsible li a {
        font-weight: 400;
        color: #424242;
        transition: all 0.3s linear; }
        .white-skin .side-nav .collapsible li a:hover {
          background-color: rgba(0, 0, 0, 0.05); }
        .white-skin .side-nav .collapsible li a.active {
          font-weight: 500;
          color: #4285F4; }
          .white-skin .side-nav .collapsible li a.active .fa {
            color: #4285F4;
            transition: color 0.3s linear; }
    .white-skin .side-nav .fa {
      color: #424242;
      transition: color 0.3s linear; }
    .white-skin .side-nav .sidenav-bg:after, .white-skin .side-nav .sidenav-bg.mask-strong:after {
      background: rgba(255, 255, 255, 0.9); }
    .white-skin .side-nav .sidenav-bg.mask-light:after {
      background: rgba(255, 255, 255, 0.65); }
    .white-skin .side-nav .sidenav-bg.mask-slight:after {
      background: rgba(255, 255, 255, 0.5); }
  .white-skin .navbar .navbar-nav .dropdown .dropdown-primary .dropdown-item:hover {
    background-color: #2a75f3; }
  .white-skin .btn-primary {
    background: #4285F4; }
    .white-skin .btn-primary:hover, .white-skin .btn-primary:focus {
      background-color: #5a95f5 !important; }
    .white-skin .btn-primary.active {
      background-color: #0b51c5 !important; }
  .white-skin .btn-secondary {
    background: #D25048; }
    .white-skin .btn-secondary:hover, .white-skin .btn-secondary:focus {
      background-color: #d7645c !important; }
    .white-skin .btn-secondary.active {
      background-color: #902a24 !important; }
  .white-skin .btn-default,
  .white-skin .card .btn-action {
    background: #0F0F0F; }
    .white-skin .btn-default:hover, .white-skin .btn-default:focus,
    .white-skin .card .btn-action:hover,
    .white-skin .card .btn-action:focus {
      background-color: #1c1c1c !important; }
    .white-skin .btn-default.active,
    .white-skin .card .btn-action.active {
      background-color: black !important; }
  .white-skin input[type="email"]:focus:not([readonly]),
  .white-skin input[type="text"]:focus:not([readonly]),
  .white-skin input[type="password"]:focus:not([readonly]),
  .white-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: #4285F4;
    box-shadow: 0 1px 0 0 #4285F4; }
    .white-skin input[type="email"]:focus:not([readonly]) + label,
    .white-skin input[type="text"]:focus:not([readonly]) + label,
    .white-skin input[type="password"]:focus:not([readonly]) + label,
    .white-skin textarea.md-textarea:focus:not([readonly]) + label {
      color: #4285F4; }
  .white-skin input[type=checkbox]:checked + label:before {
    border-right: 2px solid #4285F4;
    border-bottom: 2px solid #4285F4; }
  .white-skin input[type=checkbox].filled-in:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .white-skin input[type=checkbox].filled-in:checked + label:after {
    background-color: #4285F4;
    border-color: #4285F4; }
  .white-skin .md-form .prefix.active {
    color: #4285F4; }
  .white-skin .dropdown-content li:not(.disabled) span {
    color: #4285F4; }
  .white-skin .top-nav-collapse {
    background-color: #fff; }
  .white-skin .carousel-multi-item .controls-top > a,
  .white-skin .carousel-multi-item .carousel-indicators li,
  .white-skin .carousel-multi-item .carousel-indicators li.active {
    background-color: #4285F4; }
  .white-skin .form-header,
  .white-skin .card-header {
    background-color: #4c8bf5; }
  .white-skin .spinner-primary {
    border-color: #4285F4; }
  .white-skin .spinner-primary-color,
  .white-skin .spinner-primary-color-only {
    border-color: #4285F4; }
  .white-skin .pagination-primary-color .page-item.active .page-link,
  .white-skin .pagination-primary-color .page-item.active .page-link:focus,
  .white-skin .pagination-primary-color .page-item.active .page-link:hover {
    color: #fff;
    background-color: #4285F4;
    border-color: #4285F4; }
  .white-skin .pagination-primary-color .page-link {
    color: #4285F4; }

.black-skin {
  /* Select colors */ }
  .black-skin .gradient {
    background: #000;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #000 0%, #616161 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .black-skin .primary-color, .black-skin .stepper li.active a .circle, .stepper li.active a .black-skin .circle, .black-skin .stepper li.completed a .circle, .stepper li.completed a .black-skin .circle {
    background-color: #2AD1A3 !important; }
  .black-skin .navbar {
    background-color: #222; }
    .black-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .black-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .black-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
      background-color: #26bc92; }
  .black-skin .page-footer {
    background-color: #222; }
  .black-skin .side-nav {
    background-color: #222; }
    .black-skin .side-nav .logo-wrapper > div {
      background-color: transparent !important; }
    .black-skin .side-nav .sn-avatar-wrapper img {
      border: 3px solid #1d9171; }
    .black-skin .side-nav .social a:hover .fa {
      color: #2AD1A3;
      transition: all 0.3s linear; }
    .black-skin .side-nav .collapsible li {
      background-color: transparent; }
      .black-skin .side-nav .collapsible li a {
        color: #fff;
        transition: all 0.3s linear; }
        .black-skin .side-nav .collapsible li a:hover {
          background-color: #2AD1A3; }
        .black-skin .side-nav .collapsible li a.active {
          background-color: #2AD1A3; }
    .black-skin .side-nav .fa {
      color: #fff; }
    .black-skin .side-nav .sidenav-bg:after, .black-skin .side-nav .sidenav-bg.mask-strong:after {
      background: rgba(0, 0, 0, 0.8); }
    .black-skin .side-nav .sidenav-bg.mask-light:after {
      background: rgba(0, 0, 0, 0.65); }
    .black-skin .side-nav .sidenav-bg.mask-slight:after {
      background: rgba(0, 0, 0, 0.5); }
  .black-skin .btn-primary {
    background: #2AD1A3; }
    .black-skin .btn-primary:hover, .black-skin .btn-primary:focus {
      background-color: #3dd8ad !important; }
    .black-skin .btn-primary.active {
      background-color: #197c61 !important; }
  .black-skin .btn-secondary {
    background: #00684B; }
    .black-skin .btn-secondary:hover, .black-skin .btn-secondary:focus {
      background-color: #00825d !important; }
    .black-skin .btn-secondary.active {
      background-color: #000201 !important; }
  .black-skin .btn-default,
  .black-skin .card .btn-action {
    background: #0F0F0F; }
    .black-skin .btn-default:hover, .black-skin .btn-default:focus,
    .black-skin .card .btn-action:hover,
    .black-skin .card .btn-action:focus {
      background-color: #1c1c1c !important; }
    .black-skin .btn-default.active,
    .black-skin .card .btn-action.active {
      background-color: black !important; }
  .black-skin input[type="email"]:focus:not([readonly]),
  .black-skin input[type="text"]:focus:not([readonly]),
  .black-skin input[type="password"]:focus:not([readonly]),
  .black-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: #2AD1A3;
    box-shadow: 0 1px 0 0 #2AD1A3; }
    .black-skin input[type="email"]:focus:not([readonly]) + label,
    .black-skin input[type="text"]:focus:not([readonly]) + label,
    .black-skin input[type="password"]:focus:not([readonly]) + label,
    .black-skin textarea.md-textarea:focus:not([readonly]) + label {
      color: #2AD1A3; }
  .black-skin input[type=checkbox]:checked + label:before {
    border-right: 2px solid #2AD1A3;
    border-bottom: 2px solid #2AD1A3; }
  .black-skin input[type=checkbox].filled-in:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .black-skin input[type=checkbox].filled-in:checked + label:after {
    background-color: #2AD1A3;
    border-color: #2AD1A3; }
  .black-skin .md-form .prefix.active {
    color: #2AD1A3; }
  .black-skin .dropdown-content li:not(.disabled) span {
    color: #2AD1A3; }
  .black-skin .top-nav-collapse {
    background-color: #222; }
  .black-skin .carousel-multi-item .controls-top > a,
  .black-skin .carousel-multi-item .carousel-indicators li,
  .black-skin .carousel-multi-item .carousel-indicators li.active {
    background-color: #2AD1A3; }
  .black-skin .form-header,
  .black-skin .card-header {
    background-color: #30d5a8; }
  .black-skin .spinner-primary-color,
  .black-skin .spinner-primary-color-only {
    border-color: #2AD1A3; }
  .black-skin .pagination-primary-color .page-item.active .page-link,
  .black-skin .pagination-primary-color .page-item.active .page-link:focus,
  .black-skin .pagination-primary-color .page-item.active .page-link:hover {
    color: #fff;
    background-color: #2AD1A3;
    border-color: #2AD1A3; }
  .black-skin .pagination-primary-color .page-link {
    color: #2AD1A3; }

.mdb-skin {
  /* Select colors */ }
  .mdb-skin .gradient {
    background: #3684b7;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3684b7 0%, #091827 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .mdb-skin .primary-color, .mdb-skin .stepper li.active a .circle, .stepper li.active a .mdb-skin .circle, .mdb-skin .stepper li.completed a .circle, .stepper li.completed a .mdb-skin .circle {
    background-color: #33b5e5 !important; }
  .mdb-skin .navbar {
    background-color: #293a48; }
    .mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:hover, .mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:focus, .mdb-skin .navbar .navbar-nav .nav-item .dropdown-menu a:active {
      background-color: #1dade2; }
  .mdb-skin .page-footer {
    background-color: #293a48; }
  .mdb-skin .side-nav {
    background-color: #293a48; }
    .mdb-skin .side-nav .logo-wrapper > div {
      background-color: transparent !important; }
    .mdb-skin .side-nav .sn-avatar-wrapper img {
      border: 3px solid #178ab4; }
    .mdb-skin .side-nav .social a:hover .fa {
      color: #33b5e5;
      transition: all 0.3s linear; }
    .mdb-skin .side-nav .collapsible li {
      background-color: transparent; }
      .mdb-skin .side-nav .collapsible li a {
        color: #fff;
        transition: all 0.3s linear; }
        .mdb-skin .side-nav .collapsible li a:hover {
          background-color: #33b5e5; }
        .mdb-skin .side-nav .collapsible li a.active {
          background-color: #33b5e5; }
    .mdb-skin .side-nav .fa {
      color: #fff; }
    .mdb-skin .side-nav .sidenav-bg:after, .mdb-skin .side-nav .sidenav-bg.mask-strong:after {
      background: rgba(9, 24, 39, 0.8); }
    .mdb-skin .side-nav .sidenav-bg.mask-light:after {
      background: rgba(9, 24, 39, 0.65); }
    .mdb-skin .side-nav .sidenav-bg.mask-slight:after {
      background: rgba(9, 24, 39, 0.5); }
  .mdb-skin .navbar .navbar-nav .dropdown .dropdown-primary .dropdown-item:hover {
    background-color: #1dade2; }
  .mdb-skin .btn-primary {
    background: #33b5e5; }
    .mdb-skin .btn-primary:hover, .mdb-skin .btn-primary:focus {
      background-color: #4abde8 !important; }
    .mdb-skin .btn-primary.active {
      background-color: #14799e !important; }
  .mdb-skin .btn-secondary {
    background: #0e3d67; }
    .mdb-skin .btn-secondary:hover, .mdb-skin .btn-secondary:focus {
      background-color: #114a7d !important; }
    .mdb-skin .btn-secondary.active {
      background-color: #02080d !important; }
  .mdb-skin .btn-default,
  .mdb-skin .card .btn-action {
    background: #1a6398; }
    .mdb-skin .btn-default:hover, .mdb-skin .btn-default:focus,
    .mdb-skin .card .btn-action:hover,
    .mdb-skin .card .btn-action:focus {
      background-color: #1e71ae !important; }
    .mdb-skin .btn-default.active,
    .mdb-skin .card .btn-action.active {
      background-color: #0b2a41 !important; }
  .mdb-skin input[type="email"]:focus:not([readonly]),
  .mdb-skin input[type="text"]:focus:not([readonly]),
  .mdb-skin input[type="password"]:focus:not([readonly]),
  .mdb-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: #33b5e5;
    box-shadow: 0 1px 0 0 #33b5e5; }
    .mdb-skin input[type="email"]:focus:not([readonly]) + label,
    .mdb-skin input[type="text"]:focus:not([readonly]) + label,
    .mdb-skin input[type="password"]:focus:not([readonly]) + label,
    .mdb-skin textarea.md-textarea:focus:not([readonly]) + label {
      color: #33b5e5; }
  .mdb-skin input[type=checkbox]:checked + label:before {
    border-right: 2px solid #33b5e5;
    border-bottom: 2px solid #33b5e5; }
  .mdb-skin input[type=checkbox].filled-in:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .mdb-skin input[type=checkbox].filled-in:checked + label:after {
    background-color: #33b5e5;
    border-color: #33b5e5; }
  .mdb-skin .md-form .prefix.active {
    color: #33b5e5; }
  .mdb-skin .dropdown-content li:not(.disabled) span {
    color: #33b5e5; }
  .mdb-skin .top-nav-collapse {
    background-color: #293a48; }
  .mdb-skin .carousel-multi-item .controls-top > a,
  .mdb-skin .carousel-multi-item .carousel-indicators li,
  .mdb-skin .carousel-multi-item .carousel-indicators li.active {
    background-color: #33b5e5; }
  .mdb-skin .form-header,
  .mdb-skin .card-header {
    background-color: #3cb8e6; }
  .mdb-skin .spinner-primary-color,
  .mdb-skin .spinner-primary-color-only {
    border-color: #33b5e5; }
  .mdb-skin .pagination-primary-color .page-item.active .page-link,
  .mdb-skin .pagination-primary-color .page-item.active .page-link:focus,
  .mdb-skin .pagination-primary-color .page-item.active .page-link:hover {
    color: #fff;
    background-color: #33b5e5;
    border-color: #33b5e5; }
  .mdb-skin .pagination-primary-color .page-link {
    color: #33b5e5; }

.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: #eceff1;
  margin-bottom: 1rem;
  margin-right: 1rem; }
  .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;
    transition: all 0.1s linear; }

.chips {
  border: none;
  border-bottom: 1px solid #ccc;
  box-shadow: none;
  margin-bottom: 30px;
  min-height: 45px;
  outline: none;
  padding-bottom: 1rem;
  transition: all .3s; }
  .chips.focus {
    border-bottom: 1px solid #4285F4;
    box-shadow: 0 1px 0 0 #4285F4; }
  .chips:hover {
    cursor: text; }
  .chips .tag.selected {
    border-bottom: 1px solid #4285F4;
    color: #fff; }
  .chips .input {
    background: none;
    border: 0;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 32px;
    margin-right: 20px;
    line-height: 32px;
    outline: 0;
    padding: 0 !important;
    width: 120px !important; }
  .chips .input:focus {
    border: 0 !important;
    box-shadow: none !important; }

.parallax {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 300px;
  -webkit-perspective-origin-x: 100%;
  perspective-origin-x: 100%;
  padding: 0;
  margin: 0; }

.parallax-section {
  position: relative;
  transform-style: preserve-3d;
  height: auto; }

.parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin-x: 100%;
  transform-origin-x: 100%; }

.parallax-layer-front {
  transform: translateZ(90px) scale(0.7);
  z-index: 1; }

.parallax-layer-base {
  transform: translateZ(0);
  z-index: 4; }

.parallax-layer-back {
  transform: translateZ(-200px) scale(2);
  z-index: 3;
  margin-left: -10px; }

.parallax-layer-deep {
  transform: translateZ(-600px) scale(3);
  z-index: 2; }

.stepper li a {
  padding: 24px;
  font-size: 14px;
  text-align: center; }
  .stepper li a .circle {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.38);
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-right: 8px; }
  .stepper li a .label {
    display: inline-block;
    color: rgba(0, 0, 0, 0.38); }

.stepper li.active a .label, .stepper li.completed a .label {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87); }

.stepper-horizontal {
  position: relative;
  display: flex;
  justify-content: space-between; }
  .stepper-horizontal li {
    transition: 0.5s;
    display: flex;
    align-items: center;
    flex: 1; }
    .stepper-horizontal li a .label {
      margin-top: 10px; }
    .stepper-horizontal li:not(:last-child):after {
      content: '';
      position: relative;
      flex: 1;
      margin: 8px 0 0 0;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    .stepper-horizontal li:not(:first-child):before {
      content: '';
      position: relative;
      flex: 1;
      margin: 8px 0 0 0;
      height: 1px;
      background-color: rgba(0, 0, 0, 0.1); }
    .stepper-horizontal li:hover {
      background: #ddd; }

.stepper-vertical {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .stepper-vertical li {
    display: flex;
    align-items: center;
    flex: 1;
    flex-direction: column;
    position: relative; }
    .stepper-vertical li a {
      align-self: flex-start;
      display: flex;
      position: relative; }
      .stepper-vertical li a .circle {
        order: 1; }
      .stepper-vertical li a .label {
        flex-flow: column nowrap;
        order: 2; }
    .stepper-vertical li.completed a .label {
      font-weight: 500; }
    .stepper-vertical li .step-content {
      display: block;
      margin-top: 0;
      margin-left: 50px;
      padding: 15px; }
      .stepper-vertical li .step-content p {
        font-size: 0.875rem; }
    .stepper-vertical li:not(:last-child):after {
      content: " ";
      position: absolute;
      width: 1px;
      height: calc(100% - 40px);
      left: 35px;
      top: 55px;
      background-color: rgba(0, 0, 0, 0.1); }

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
.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;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is "activated".
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only "scrollable" top-level container element.
 */
.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
 */
/**
 * Note: the root picker element should *NOT* be styled more than what's here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%; }

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden; }

/**
 * The frame that bounds the box contents of the picker.
 */
.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%; } }

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%; }

@media (min-height: 28.875em) {
  .picker__wrap {
    display: block; } }

/**
 * The box contains all the picker contents.
 */
.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); } }

/**
 * When the picker opens...
 */
.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: 20%auto; } }

/**
 * For `large` screens, transform into an inline picker.
 */
/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.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; } }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-bottom: 20px; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

/**
 * The month and year selectors.
 */
.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: 25%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05); }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.55em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  bottom: 0; }

.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; }

/**
 * The calendar table of dates
 */
.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; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }

/**
 * The days on the calendar
 */
.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%;
  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; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: 1rem 0 0.7rem 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase; }

.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; }

/* ==========================================================================
   CUSTOM MATERIALIZE STYLES
   ========================================================================== */
.picker__box {
  border-radius: 2px;
  overflow: hidden; }

.picker__date-display {
  text-align: center;
  background-color: #4285F4;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 300;
  margin-bottom: 1rem; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #ecf2fc; }

.picker__weekday-display {
  background-color: #206ff2;
  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__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: #4285F4; }

.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%;
  transform: scale(0.9);
  background-color: #4285F4;
  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: #ecf2fc; }

.picker__footer {
  text-align: right;
  padding: 5px 10px; }

.picker__close,
.picker__today {
  font-size: 1.1rem;
  padding: 0 0;
  color: #4285F4; }

.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: #ecf2fc; }

.picker__select--month,
.picker__select--year {
  display: inline-block; }

.picker__select--year {
  width: 30%; }

/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0; }

/**
 * The times on the clock.
 */
.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; } }

/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10; }

/* Highlighted and hovered/focused time */
.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; }

/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10; }

/* Disabled time */
.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; }

/**
 * The clear button
 */
.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; }

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px; }

/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0; }

@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em; } }

/*!
 * ClockPicker v0.0.7 for jQuery (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/gh-pages/LICENSE)
 *
 * Further modified
 * Copyright 2015 Ching Yaw Hao.
 *
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.clockpicker-display {
  vertical-align: middle;
  display: inline-block;
  margin: auto;
  height: 85px;
  font-size: 70px;
  padding: 10px;
  padding-bottom: 0px;
  color: #b2dfdb; }

.clockpicker-display-column {
  float: left; }

.clockpicker-display-am-pm {
  padding-left: 5px;
  vertical-align: bottom;
  height: 85px; }

.clockpicker-span-am-pm {
  display: inline-block;
  font-size: 23px;
  line-height: 25px;
  color: #b2dfdb; }

.clockpicker-span-hours, .clockpicker-span-minutes {
  animation-duration: 500ms;
  animation-fill-mode: both;
  transition: color 500ms;
  cursor: pointer; }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    transform: scale3d(1, 1, 1); } }

#click-am, #click-pm {
  cursor: pointer; }

.clockpicker-span-hours.text-primary, .clockpicker-span-minutes.text-primary, #click-am.text-primary, #click-pm.text-primary {
  animation-name: pulse;
  color: white; }

.clockpicker-moving {
  cursor: move; }

.clockpicker-plate {
  background-color: #eeeeee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 20px;
  /* Disable text selection highlighting. Thanks to Hermanya */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.clockpicker-canvas,
.clockpicker-dial {
  width: 270px;
  height: 270px;
  position: absolute;
  left: -1px;
  top: -1px; }

.clockpicker-minutes {
  visibility: hidden; }

.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  transition: background-color 300ms;
  background-color: rgba(0, 150, 136, 0); }

.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: rgba(0, 150, 136, 0.25); }

.clockpicker-dial {
  transition: transform 350ms, opacity 350ms; }

.clockpicker-dial-out {
  opacity: 0; }

.clockpicker-hours.clockpicker-dial-out {
  transform: scale(1.2, 1.2); }

.clockpicker-minutes.clockpicker-dial-out {
  transform: scale(0.8, 0.8); }

.clockpicker-canvas {
  transition: opacity 300ms; }

.clockpicker-canvas-out {
  opacity: 0.25; }

.clockpicker-canvas-bearing {
  stroke: none;
  fill: rgba(0, 77, 64, 0.75); }

.clockpicker-canvas-fg {
  stroke: none;
  fill: rgba(0, 77, 64, 0); }

.clockpicker-canvas-fg.active {
  fill: rgba(0, 77, 64, 0.5); }

.clockpicker-canvas-bg {
  stroke: none;
  fill: rgba(0, 150, 136, 0.25); }

.clockpicker-canvas-bg-trans {
  fill: rgba(0, 150, 136, 0.25); }

.clockpicker-canvas line {
  stroke: rgba(0, 150, 136, 0.25);
  stroke-width: 1;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/ }

.clockpicker-am-pm-block {
  margin-top: -10px;
  width: 100%;
  height: 50px; }

.clockpicker-button.am-button {
  height: 45px;
  width: 45px;
  float: left; }

.clockpicker-button.pm-button {
  height: 45px;
  width: 45px;
  float: right; }

.btn-floating.btn-flat:focus, .btn-floating.btn-flat:visited {
  background-color: transparent; }

.btn-floating.btn-flat:hover {
  box-shadow: none;
  background-color: transparent; }

.btn-floating.btn-flat {
  padding: 0;
  background: #4285F4; }
  .btn-floating.btn-flat:hover, .btn-floating.btn-flat:focus {
    background-color: #5a95f5 !important; }
  .btn-floating.btn-flat.active {
    background-color: #0b51c5 !important; }

.btn-floating.btn-flat.active {
  background-color: rgba(0, 150, 136, 0.25); }

.btn-floating.btn-flat:active {
  background-color: rgba(0, 150, 136, 0.5); }

.picker__footer .clockpicker-button {
  margin: auto;
  margin-top: 15px; }

.picker__footer .clockpicker-button:focus {
  background-color: transparent; }

.picker__footer .clockpicker-button:active {
  background-color: rgba(0, 150, 136, 0.25); }

.darktheme .picker__box {
  background-color: #212121; }

.darktheme .picker__date-display {
  background-color: transparent; }

.darktheme .clockpicker-display {
  color: white; }

.darktheme .clockpicker-span-am-pm {
  color: white; }

.darktheme .clockpicker-span-hours.text-primary, .darktheme .clockpicker-span-minutes.text-primary, .darktheme #click-am.text-primary, .darktheme #click-pm.text-primary {
  color: #ff4081; }

.darktheme .clockpicker-plate {
  background-color: transparent; }

.darktheme .clockpicker-tick {
  color: white;
  background-color: rgba(255, 64, 129, 0); }

.darktheme .clockpicker-tick.active, .darktheme .clockpicker-tick:hover {
  background-color: rgba(255, 64, 129, 0.25); }

.darktheme .clockpicker-canvas-bearing {
  fill: white; }

.darktheme .clockpicker-canvas-fg {
  fill: rgba(255, 64, 129, 0); }

.darktheme .clockpicker-canvas-fg.active {
  fill: rgba(255, 64, 129, 0.5); }

.darktheme .clockpicker-canvas-bg {
  fill: rgba(255, 64, 129, 0.25); }

.darktheme .clockpicker-canvas-bg-trans {
  fill: rgba(255, 64, 129, 0.25); }

.darktheme .clockpicker-canvas line {
  stroke: rgba(255, 64, 129, 0.25); }

.darktheme button {
  color: white; }

.darktheme .btn-floating.btn-flat.active {
  background-color: rgba(255, 64, 129, 0.25); }

.darktheme .btn-floating.btn-flat:active {
  background-color: rgba(255, 64, 129, 0.5); }

.darktheme .picker__footer .clockpicker-button:active {
  background-color: rgba(255, 64, 129, 0.25); }

.clockpicker-span-hours.text-primary, .clockpicker-span-minutes.text-primary, #click-am.text-primary, #click-pm.text-primary {
  color: #fff !important; }

.author-box {
  padding: 3rem; }

@media (max-width: 772px) {
  .author-box {
    text-align: center; }
    .author-box img {
      margin-bottom: 2rem;
      display: inline; } }

.comments-list,
.reply-form {
  margin-bottom: 3rem; }
  .comments-list img,
  .reply-form img {
    max-width: 100px;
    border-radius: 50%; }
  .comments-list .row,
  .reply-form .row {
    margin-bottom: 2rem; }
  .comments-list .user-name,
  .reply-form .user-name {
    color: #000; }
  .comments-list .comment-date,
  .reply-form .comment-date {
    color: #666; }
  .comments-list .comment-text,
  .reply-form .comment-text {
    color: #9e9e9e; }
  .comments-list h4,
  .reply-form h4 {
    text-align: center; }
  @media (max-width: 543px) {
    .comments-list,
    .reply-form {
      text-align: center; }
      .comments-list img,
      .reply-form img {
        display: inline;
        margin-bottom: 1rem; }
      .comments-list .md-form,
      .reply-form .md-form {
        text-align: left; } }
  .comments-list .text-center,
  .reply-form .text-center {
    flex: 1; }

.section-blog-fw .jumbotron, .section-blog-fw .author-box {
  text-align: center; }

.section-blog-fw h2 {
  margin-bottom: 1rem; }
  .section-blog-fw h2 a {
    color: #424242;
    transition: 0.2s; }
    .section-blog-fw h2 a:hover {
      color: #616161;
      transition: 0.2s; }

.section-blog-fw .excerpt, .section-blog-fw .post-text {
  margin-left: 10%;
  margin-right: 10%;
  text-align: justify; }
  @media (max-width: 992px) {
    .section-blog-fw .excerpt, .section-blog-fw .post-text {
      margin-left: 5%;
      margin-right: 5%; } }

.section-blog-fw hr {
  display: block; }

.magazine-section .view {
  margin-bottom: 2rem; }

.magazine-section .single-news {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.5rem; }
  .magazine-section .single-news:last-of-type {
    border-bottom: none; }
  @media (max-width: 772px) {
    .magazine-section .single-news {
      padding-bottom: 1rem; } }
  .magazine-section .single-news .news-data {
    margin-bottom: 5rem; }
    .magazine-section .single-news .news-data h5 {
      float: left; }
    .magazine-section .single-news .news-data p {
      float: right; }
  .magazine-section .single-news h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .magazine-section .single-news a {
    color: #424242;
    font-weight: 400;
    margin-bottom: 1rem; }
    .magazine-section .single-news a:hover {
      color: #616161;
      transition: 0.2s; }
    .magazine-section .single-news a .fa-angle-right {
      float: right; }
  .magazine-section .single-news p {
    color: #757575; }

.magazine-section.multi-columns h5 {
  margin-bottom: 1.5rem;
  text-align: center; }

.magazine-section.multi-columns .view {
  margin-bottom: 2rem; }

.magazine-section.multi-columns .single-news {
  padding-bottom: 1rem; }
  .magazine-section.multi-columns .single-news strong {
    font-size: 1.2rem; }

.pricing-card {
  text-align: center; }
  .pricing-card .header {
    color: #fff; }
  .pricing-card .price {
    position: relative;
    padding-top: 3rem; }
    .pricing-card .price h1, .pricing-card .price h2 {
      font-size: 5rem;
      padding: 1.5rem;
      font-weight: 300; }
      .pricing-card .price h1:before, .pricing-card .price h2:before {
        content: "$";
        font-size: 30px;
        position: absolute;
        margin-left: -1.2rem;
        margin-top: 0.7rem; }
      .pricing-card .price h1:after, .pricing-card .price h2:after {
        content: "/mo";
        font-size: 30px;
        position: absolute;
        margin-top: 3rem; }
    .pricing-card .price .version {
      position: absolute;
      top: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      padding: 1rem; }
      .pricing-card .price .version h5 {
        padding: 0;
        margin: 0; }
  .pricing-card .striped {
    padding: 0.6rem; }
    .pricing-card .striped .fa {
      margin-right: 5px; }
    .pricing-card .striped .fa-check {
      color: green; }
    .pricing-card .striped .fa-times {
      color: red; }
    .pricing-card .striped li {
      border-bottom: 1px solid rgba(153, 153, 153, 0.298039);
      margin-bottom: 1rem; }
  .pricing-card.card-overlay {
    display: block;
    color: #fff; }
    .pricing-card.card-overlay p {
      color: #fff; }
    .pricing-card.card-overlay .price {
      padding-top: 0; }

.card .card-circle {
  border: 2px solid #e0e0e0;
  height: 120px;
  width: 120px;
  margin-bottom: 2rem;
  border-radius: 50%; }
  .card .card-circle .fa {
    font-size: 4rem; }

.naked-card h5 {
  margin-top: 1.2rem; }

.naked-card .price {
  padding-top: 0rem; }

.naked-card li p {
  color: #757575; }
  .naked-card li p strong {
    color: #616161; }

.testimonial-card .card-up {
  overflow: hidden;
  height: 120px; }

.testimonial-card .avatar {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  margin: -65px auto 0;
  overflow: hidden;
  border: 5px solid #fff;
  background: #FFF; }

.testimonial-card .avatar img {
  width: 100%; }

.testimonial-card .card-block {
  text-align: center; }

.testimonial-carousel {
  text-align: center; }
  .testimonial-carousel .carousel-control {
    background-image: none;
    top: 50%;
    transform: translateY(-35%); }
    .testimonial-carousel .carousel-control:before {
      font-size: 5rem;
      color: rgba(0, 0, 0, 0.6); }
    .testimonial-carousel .carousel-control:hover:before {
      color: #000; }
    .testimonial-carousel .carousel-control.left {
      left: 6%; }
      .testimonial-carousel .carousel-control.left:before {
        content: "\2039"; }
    .testimonial-carousel .carousel-control.right {
      right: 6%; }
      .testimonial-carousel .carousel-control.right:before {
        content: "\203a"; }
  .testimonial-carousel .testimonial {
    margin-right: 15%;
    margin-left: 15%; }
    .testimonial-carousel .testimonial .avatar {
      margin-bottom: 2rem; }
      .testimonial-carousel .testimonial .avatar img {
        max-width: 170px; }
    .testimonial-carousel .testimonial h4 {
      margin-bottom: 1.3rem;
      font-weight: 500; }
    .testimonial-carousel .testimonial h5 {
      margin-bottom: 0.9rem;
      color: #424242;
      font-weight: 400; }
    .testimonial-carousel .testimonial p {
      color: #666; }

.feature-box {
  text-align: center; }
  .feature-box .feature-title {
    font-weight: 500;
    margin-bottom: 1rem; }
  .feature-box .features-big .feature-title {
    margin-top: 2rem;
    margin-bottom: 1rem; }
  .feature-box .features-big .fa {
    font-size: 4rem; }
  .feature-box .features-small {
    text-align: left; }
    .feature-box .features-small .fa {
      font-size: 2rem; }

.section.team-section .avatar {
  margin-bottom: 2rem;
  height: auto; }
  .section.team-section .avatar .rounded-circle {
    max-width: 200px; }

.section.team-section h4, .section.team-section h5 {
  margin-bottom: 1rem; }

.fixed-sn .double-nav,
.fixed-sn main,
.fixed-sn footer {
  padding-left: 240px; }

.fixed-sn main {
  padding-top: 5.5rem; }

@media (max-width: 1440px) {
  .fixed-sn .double-nav,
  .fixed-sn main,
  .fixed-sn footer {
    padding-left: 0; } }

@media (min-width: 768px) {
  .fixed-sn main {
    margin-left: 2%;
    margin-right: 2%; } }

@media (min-width: 992px) {
  .fixed-sn main {
    margin-left: 5%;
    margin-right: 5%; } }

@media (min-width: 1400px) {
  .fixed-sn main {
    margin-left: 6%;
    margin-right: 6%; } }

.hidden-sn main {
  padding-top: 5.5rem; }

.hidden-sn .button-collapse {
  display: block;
  position: relative;
  font-size: 1.4rem;
  margin-right: 10px;
  margin-left: -6px;
  padding-left: 0; }

.mdb-feed {
  margin: 1rem 0 1rem 0; }
  .mdb-feed .news {
    display: flex; }
    .mdb-feed .news .label {
      display: block;
      flex: 0 0 auto;
      align-self: stretch;
      width: 2.5rem; }
      .mdb-feed .news .label img {
        width: 100%;
        height: auto; }
    .mdb-feed .news .excerpt {
      display: block;
      flex: 1 1 auto;
      align-self: stretch;
      word-wrap: break-word;
      margin: 0 0 1.2rem 1.2rem; }
      .mdb-feed .news .excerpt .brief {
        padding-bottom: 0.5rem;
        font-weight: 500; }
        .mdb-feed .news .excerpt .brief a {
          color: #4285F4; }
        .mdb-feed .news .excerpt .brief .name {
          display: inline-block;
          vertical-align: baseline; }
        .mdb-feed .news .excerpt .brief .date {
          display: inline-block;
          float: none;
          padding-left: 0.7rem;
          font-weight: 300;
          font-size: 0.86rem;
          color: #9e9e9e; }
      .mdb-feed .news .excerpt .added-images {
        margin-bottom: 0.6rem; }
        .mdb-feed .news .excerpt .added-images img {
          display: inline-block;
          margin-right: 0.3rem;
          width: 7rem; }
      .mdb-feed .news .excerpt .added-text {
        margin-bottom: 0.6rem;
        max-width: 450px; }
      .mdb-feed .news .excerpt .feed-footer .like {
        font-weight: 300;
        font-size: 0.86rem;
        color: #9e9e9e; }
        .mdb-feed .news .excerpt .feed-footer .like:hover .fa {
          color: #f44336;
          transition: 0.4s; }
        .mdb-feed .news .excerpt .feed-footer .like:hover span {
          color: #000;
          transition: 0.4s; }
        .mdb-feed .news .excerpt .feed-footer .like .fa {
          padding-right: 0.5rem; }
      .mdb-feed .news .excerpt .feed-footer span a {
        padding-right: 0.3rem;
        color: #4285F4;
        cursor: default; }
      .mdb-feed .news .excerpt .feed-footer .thumbs .fa {
        color: #9e9e9e;
        transition: 0.4s; }
        .mdb-feed .news .excerpt .feed-footer .thumbs .fa:hover {
          color: #757575; }
      .mdb-feed .news .excerpt .feed-footer .thumbs .fa-thumbs-up {
        padding-right: 0.3rem; }
      .mdb-feed .news .excerpt .feed-footer .comment {
        color: #9e9e9e; }

.card-personal .card-block .card-title {
  font-weight: 400; }
  .card-personal .card-block .card-title.title-one {
    transition: 0.4s; }
    .card-personal .card-block .card-title.title-one:hover {
      color: #4285F4; }

.card-personal .card-block .card-title {
  margin-bottom: 0.3rem; }

.card-personal .card-block .card-meta {
  font-weight: 300;
  font-size: 0.86rem;
  color: #757575; }
  .card-personal .card-block .card-meta .fa {
    padding-right: 0.5rem; }

.card-personal .card-block span {
  transition: 0.5s; }
  .card-personal .card-block span:hover {
    color: #4285F4; }

.news-card .content .right-side-meta {
  float: right;
  font-weight: 300;
  color: #9e9e9e;
  margin-top: 0.3rem; }

.news-card .content .avatar-img {
  width: 2rem;
  margin-right: 1rem; }

.news-card .content img {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }

.news-card .social-meta .fa {
  padding-right: 0.6rem; }

.news-card .social-meta .fa-heart-o {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  transition: 0.53s; }
  .news-card .social-meta .fa-heart-o:hover {
    color: #f44336; }

.news-card .social-meta span {
  float: right; }

.news-card .md-form {
  margin-top: 1.3rem;
  margin-bottom: 0.3rem; }
  .news-card .md-form .prefix {
    font-size: 1.5rem;
    margin-left: 0.2rem;
    color: rgba(0, 0, 0, 0.4); }
  .news-card .md-form .prefix.active {
    color: rgba(0, 0, 0, 0.4); }
  .news-card .md-form .form-control {
    padding-top: 0;
    padding-bottom: 0.5rem;
    margin-left: 3rem;
    margin-bottom: 0;
    height: 1.3rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
@font-face {
  font-family: "datedropper";
  src: url(/assets/src/datedropper-05536535ae7aa5b013b2669d392f782c060743cae5121320caade511a624ad1e.eot);
  src: url(/assets/src/datedropper-05536535ae7aa5b013b2669d392f782c060743cae5121320caade511a624ad1e.eot?#iefix) format("embedded-opentype"), url(/assets/src/datedropper-2f0e011a5474ac5ca911d74f0ae98926a435d081c5f52b0cc11b6bf48f4078d5.woff) format("woff"), url(/assets/src/datedropper-8c9c07d0a24f08c5ae4b9fb38d7b1e745a30e2ddcc5b42f90ad4a74266dfaffe.ttf) format("truetype"), url(/assets/src/datedropper-f372cb8872640ff0a62eaba85779ee6f12761af0819ea808bd2905ae8c02d901.svg#datedropper) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="pick-i-"]:before,
[class*=" pick-i-"]:before {
  font-family: "datedropper" !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;
}
.pick-i-lng:before {
  content: "\6a";
}
.pick-i-lkd:before {
  content: "\62";
}
.pick-i-ckd:before {
  content: "\65";
}
.pick-i-r:before {
  content: "\66";
}
.pick-i-l:before {
  content: "\68";
}
.pick-i-min:before {
  content: "\61";
}
.pick-i-exp:before {
  content: "\63";
}
.picker-input {
  cursor: text;
}
.picker-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
  -ms-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
}
.picker-modal-overlay.tohide {
  opacity: 0;
  visibility: hidden;
}
div.datedropper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  line-height: 1;
  font-family: sans-serif;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  margin-top: -8px;
  transform-style: preserve-3d;
  -ms-perspective: 1000;
  perspective: 1000;
  backface-visibility: hidden;
}
div.datedropper:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  border-top-left-radius: 4px;
}
div.datedropper.picker-focus {
  opacity: 1;
  visibility: visible;
  margin-top: 8px;
}
div.datedropper.picker-modal {
  top: 50%!important;
  left: 50%!important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  position: fixed!important;
  margin: 0!important;
}
div.datedropper.picker-modal:before {
  display: none;
}
div.datedropper .picker {
  overflow: hidden;
}
div.datedropper .picker ul {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
div.datedropper .picker ul.pick {
  position: relative;
  overflow: hidden;
  max-height: 100px;
}
div.datedropper .picker ul.pick:nth-of-type(2) {
  box-shadow: 0 1px rgba(0, 0, 0, 0.06);
}
div.datedropper .picker ul.pick li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: .5;
  display: block;
}
div.datedropper .picker ul.pick li.pick-afr {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
div.datedropper .picker ul.pick li.pick-bfr {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
div.datedropper .picker ul.pick li.pick-sl {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  z-index: 1;
}
div.datedropper .picker ul.pick li span {
  font-size: 16px;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  bottom: 24px;
}
div.datedropper .picker ul.pick .pick-arw {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  font-size: 10px;
  text-align: center;
  display: block;
  z-index: 10;
  cursor: pointer;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
div.datedropper .picker ul.pick .pick-arw i {
  line-height: 0;
  top: 50%;
  position: relative;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-s1:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-r {
  right: 0;
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-r i {
  right: 0;
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-l {
  left: 0;
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-l i {
  left: 0;
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-s2.pick-arw-r {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
div.datedropper .picker ul.pick .pick-arw.pick-arw-s2.pick-arw-l {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
@media only screen and (max-width: 480px) {
  div.datedropper .picker ul.pick .pick-arw {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 0.4;
  }
}
div.datedropper .picker ul.pick.pick-m,
div.datedropper .picker ul.pick.pick-y,
div.datedropper .picker ul.pick.pick-l {
  height: 60px;
  line-height: 60px;
}
div.datedropper .picker ul.pick.pick-m {
  font-size: 32px;
}
div.datedropper .picker ul.pick.pick-y {
  font-size: 24px;
}
div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s1.pick-arw-r i {
  right: 16px;
}
div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s1.pick-arw-l i {
  left: 16px;
}
div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s2.pick-arw-r,
div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw.pick-arw-s2.pick-arw-l {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
div.datedropper .picker ul.pick.pick-y.pick-jump .pick-arw:hover {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
}
div.datedropper .picker ul.pick.pick-d {
  height: 100px;
  line-height: 80px;
  font-size: 64px;
  font-weight: bold;
}
div.datedropper .picker ul.pick.pick-l {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 18px;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(32px);
  -moz-transform: translateY(32px);
  -ms-transform: translateY(32px);
  -o-transform: translateY(32px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
div.datedropper .picker ul.pick.pick-l.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
div.datedropper .picker ul.pick:hover .pick-arw {
  opacity: 0.6;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
div.datedropper .picker ul.pick.pick-d:hover,
div.datedropper .picker ul.pick.pick-y:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
div.datedropper .picker .pick-lg {
  z-index: 1;
  margin: 0 auto;
  max-height: 0;
  overflow: hidden;
}
div.datedropper .picker .pick-lg.down {
  animation: down .8s ease;
}
div.datedropper .picker .pick-lg .pick-h {
  opacity: 0.4;
}
div.datedropper .picker .pick-lg ul:after {
  content: "";
  display: table;
  clear: both;
}
div.datedropper .picker .pick-lg ul li {
  float: left;
  text-align: center;
  width: 14.285714286%;
  line-height: 36px;
  height: 36px;
  font-size: 14px;
}
div.datedropper .picker .pick-lg ul.pick-lg-h {
  padding: 0 16px;
}
div.datedropper .picker .pick-lg ul.pick-lg-b {
  padding: 16px;
}
div.datedropper .picker .pick-lg ul.pick-lg-b li {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
div.datedropper .picker .pick-lg ul.pick-lg-b li:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 48px;
  height: 48px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
}
div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-v:hover {
  text-decoration: underline;
}
div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-lk:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  right: 4px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-sl {
  font-size: 24px;
}
div.datedropper .picker .pick-lg ul.pick-lg-b li.pick-sl:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}
div.datedropper .picker .pick-btns {
  margin: -1px;
  position: relative;
  z-index: 2;
  height: 56px;
}
div.datedropper .picker .pick-btns div {
  cursor: pointer;
  line-height: 0;
}
div.datedropper .picker .pick-btns .pick-submit {
  margin: 0 auto;
  width: 56px;
  height: 56px;
  line-height: 64px;
  border-radius: 56px;
  font-size: 24px;
  cursor: pointer;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  position: relative;
  top: 0;
}
div.datedropper .picker .pick-btns .pick-submit:after {
  font-family: "datedropper" !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;
  line-height: 60px;
  content: "\65";
}
div.datedropper .picker .pick-btns .pick-submit:hover {
  top: 4px;
  box-shadow: 0 0 0 16px rgba(0, 0, 0, 0.04), 0 0 0 8px rgba(0, 0, 0, 0.04);
}
div.datedropper .picker .pick-btns .pick-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  bottom: 0;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  margin: 8px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.03);
}
div.datedropper .picker .pick-btns .pick-btn:hover {
  background: #FFF;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
div.datedropper .picker .pick-btns .pick-btn:after {
  font-family: "datedropper" !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;
}
div.datedropper .picker .pick-btns .pick-btn.pick-btn-sz {
  right: 0;
  transform-origin: right bottom;
}
div.datedropper .picker .pick-btns .pick-btn.pick-btn-sz:after {
  content: "\63";
}
div.datedropper .picker .pick-btns .pick-btn.pick-btn-lng {
  left: 0;
  transform-origin: left bottom;
}
div.datedropper .picker .pick-btns .pick-btn.pick-btn-lng:after {
  content: "\6a";
}
div.datedropper.picker-lg {
  width: 300px!important;
}
div.datedropper.picker-lg ul.pick.pick-d {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  max-height: 0!important;
}
div.datedropper.picker-lg .pick-lg {
  max-height: 320px;
}
div.datedropper.picker-lg .pick-btns .pick-btn.pick-btn-sz:after {
  content: "\61";
}
@media only screen and (max-width: 480px) {
  div.datedropper.picker-lg {
    position: fixed;
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    margin: 0;
  }
  div.datedropper.picker-lg:before {
    display: none;
  }
}
@keyframes picker_locked {
  0%,
  100% {
    -webkit-transform: translateX(-50%) translate3d(0, 0, 0);
    -moz-transform: translateX(-50%) translate3d(0, 0, 0);
    -ms-transform: translateX(-50%) translate3d(0, 0, 0);
    -o-transform: translateX(-50%) translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(-2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(-2px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(-50%) translate3d(2px, 0, 0);
    -moz-transform: translateX(-50%) translate3d(2px, 0, 0);
    -ms-transform: translateX(-50%) translate3d(2px, 0, 0);
    -o-transform: translateX(-50%) translate3d(2px, 0, 0);
  }
}
@keyframes picker_locked_large_mobile {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(-2px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -moz-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -ms-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
    -o-transform: translate(-50%, -50%) translate3d(2px, 0, 0);
  }
}
div.datedropper.picker-rmbl {
  animation: picker_locked 0.4s ease;
}
@media only screen and (max-width: 480px) {
  div.datedropper.picker-rmbl.picker-lg {
    animation: picker_locked_large_mobile 0.4s ease;
  }
}
div.datedropper.picker-lkd .pick-submit {
  background-color: rgba(0, 0, 0, 0.04) !important;
  color: rgba(0, 0, 0, 0.2) !important;
}
div.datedropper.picker-lkd .pick-submit:hover {
  box-shadow: none !important;
}
div.datedropper.picker-lkd .pick-submit:after {
  content: "\62" !important;
}
div.datedropper.picker-fxs {
  -webkit-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
  -moz-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
  -ms-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
  -o-transition: width 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
}
div.datedropper.picker-fxs ul.pick.pick-d {
  -webkit-transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease;
  -moz-transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease;
  -ms-transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease;
  -o-transition: top 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), transform 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37), background-color 0.4s ease;
}
div.datedropper.picker-fxs ul.pick.pick-y {
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
}
div.datedropper.picker-fxs ul.pick li {
  -webkit-transition: transform 0.4s ease, opacity 0.4s ease;
  -moz-transition: transform 0.4s ease, opacity 0.4s ease;
  -ms-transition: transform 0.4s ease, opacity 0.4s ease;
  -o-transition: transform 0.4s ease, opacity 0.4s ease;
}
div.datedropper.picker-fxs ul.pick .pick-arw {
  -webkit-transition: transform 0.2s ease, opacity 0.2s ease;
  -moz-transition: transform 0.2s ease, opacity 0.2s ease;
  -ms-transition: transform 0.2s ease, opacity 0.2s ease;
  -o-transition: transform 0.2s ease, opacity 0.2s ease;
}
div.datedropper.picker-fxs ul.pick .pick-arw i {
  -webkit-transition: right 0.2s ease, left 0.2s ease;
  -moz-transition: right 0.2s ease, left 0.2s ease;
  -ms-transition: right 0.2s ease, left 0.2s ease;
  -o-transition: right 0.2s ease, left 0.2s ease;
}
div.datedropper.picker-fxs .pick-lg {
  -webkit-transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37);
  -moz-transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37);
  -ms-transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37);
  -o-transition: max-height 0.8s cubic-bezier(1, -0.55, 0.2, 1.37);
}
div.datedropper.picker-fxs .pick-lg .pick-lg-b li:before {
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
}
div.datedropper.picker-fxs .pick-btns .pick-submit {
  -webkit-transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease;
  -moz-transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease;
  -ms-transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease;
  -o-transition: top 0.2s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}
div.datedropper.picker-fxs .pick-btns .pick-btn {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
@media only screen and (max-width: 480px) {
  div.datedropper.picker-fxs {
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
    -moz-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
    -ms-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
    -o-transition: opacity 0.2s ease, visibility 0.2s ease, margin 0.2s ease;
  }
  div.datedropper.picker-fxs ul.pick.pick-d,
  div.datedropper.picker-fxs .pick-lg {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }
}
div.datedropper.vanilla {
  border-radius: 6px;
  width: 180px;
}
div.datedropper.vanilla .picker {
  border-radius: 6px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}
div.datedropper.vanilla .pick-l {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
div.datedropper.vanilla:before,
div.datedropper.vanilla .pick-submit,
div.datedropper.vanilla .pick-lg-b .pick-sl:before,
div.datedropper.vanilla .pick-m,
div.datedropper.vanilla .pick-lg-h {
  background-color: #feac92;
}
div.datedropper.vanilla .pick-y.pick-jump,
div.datedropper.vanilla .pick li span,
div.datedropper.vanilla .pick-lg-b .pick-wke,
div.datedropper.vanilla .pick-btn {
  color: #feac92;
}
div.datedropper.vanilla .picker,
div.datedropper.vanilla .pick-l {
  background-color: #ffffff;
}
div.datedropper.vanilla .picker,
div.datedropper.vanilla .pick-arw,
div.datedropper.vanilla .pick-l {
  color: #9ed7db;
}
div.datedropper.vanilla .pick-m,
div.datedropper.vanilla .pick-m .pick-arw,
div.datedropper.vanilla .pick-lg-h,
div.datedropper.vanilla .pick-lg-b .pick-sl,
div.datedropper.vanilla .pick-submit {
  color: #faf7f4;
}
div.datedropper.vanilla.picker-tiny:before,
div.datedropper.vanilla.picker-tiny .pick-m {
  background-color: #ffffff;
}
div.datedropper.vanilla.picker-tiny .pick-m,
div.datedropper.vanilla.picker-tiny .pick-m .pick-arw {
  color: #9ed7db;
}
div.datedropper.leaf {
  border-radius: 6px;
  width: 180px;
}
div.datedropper.leaf .picker {
  border-radius: 6px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}
div.datedropper.leaf .pick-l {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
div.datedropper.leaf:before,
div.datedropper.leaf .pick-submit,
div.datedropper.leaf .pick-lg-b .pick-sl:before,
div.datedropper.leaf .pick-m,
div.datedropper.leaf .pick-lg-h {
  background-color: #1ecd80;
}
div.datedropper.leaf .pick-y.pick-jump,
div.datedropper.leaf .pick li span,
div.datedropper.leaf .pick-lg-b .pick-wke,
div.datedropper.leaf .pick-btn {
  color: #1ecd80;
}
div.datedropper.leaf .picker,
div.datedropper.leaf .pick-l {
  background-color: #fefff2;
}
div.datedropper.leaf .picker,
div.datedropper.leaf .pick-arw,
div.datedropper.leaf .pick-l {
  color: #528971;
}
div.datedropper.leaf .pick-m,
div.datedropper.leaf .pick-m .pick-arw,
div.datedropper.leaf .pick-lg-h,
div.datedropper.leaf .pick-lg-b .pick-sl,
div.datedropper.leaf .pick-submit {
  color: #fefff2;
}
div.datedropper.leaf.picker-tiny:before,
div.datedropper.leaf.picker-tiny .pick-m {
  background-color: #fefff2;
}
div.datedropper.leaf.picker-tiny .pick-m,
div.datedropper.leaf.picker-tiny .pick-m .pick-arw {
  color: #528971;
}
div.datedropper.primary {
  border-radius: 6px;
  width: 180px;
}
div.datedropper.primary .picker {
  border-radius: 6px;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.1);
}
div.datedropper.primary .pick-l {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
div.datedropper.primary:before,
div.datedropper.primary .pick-submit,
div.datedropper.primary .pick-lg-b .pick-sl:before,
div.datedropper.primary .pick-m,
div.datedropper.primary .pick-lg-h {
  background-color: #fd4741;
}
div.datedropper.primary .pick-y.pick-jump,
div.datedropper.primary .pick li span,
div.datedropper.primary .pick-lg-b .pick-wke,
div.datedropper.primary .pick-btn {
  color: #fd4741;
}
div.datedropper.primary .picker,
div.datedropper.primary .pick-l {
  background-color: #ffffff;
}
div.datedropper.primary .picker,
div.datedropper.primary .pick-arw,
div.datedropper.primary .pick-l {
  color: #4d4d4d;
}
div.datedropper.primary .pick-m,
div.datedropper.primary .pick-m .pick-arw,
div.datedropper.primary .pick-lg-h,
div.datedropper.primary .pick-lg-b .pick-sl,
div.datedropper.primary .pick-submit {
  color: #ffffff;
}
div.datedropper.primary.picker-tiny:before,
div.datedropper.primary.picker-tiny .pick-m {
  background-color: #ffffff;
}
div.datedropper.primary.picker-tiny .pick-m,
div.datedropper.primary.picker-tiny .pick-m .pick-arw {
  color: #4d4d4d;
}
div.datedropper .null {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
/*




*/
/* line 66, app/assets/stylesheets/shared/_colors.scss */
.hnry-yellow {
  background-color: #f3c73a !important;
}

/* line 70, app/assets/stylesheets/shared/_colors.scss */
.hnry-red {
  background-color: #c00 !important;
}

/* line 74, app/assets/stylesheets/shared/_colors.scss */
.hnry-pink {
  background-color: #ea4b94 !important;
}

/* line 78, app/assets/stylesheets/shared/_colors.scss */
.hnry-violet {
  background-color: #5e519d !important;
}

/* line 82, app/assets/stylesheets/shared/_colors.scss */
.hnry-orange {
  background-color: #f07f38 !important;
}

/* line 86, app/assets/stylesheets/shared/_colors.scss */
.hnry-blue {
  background-color: #0d91d1 !important;
}

/* line 90, app/assets/stylesheets/shared/_colors.scss */
.hnry-black {
  background-color: #000;
}

/* line 94, app/assets/stylesheets/shared/_colors.scss */
.light-grey {
  color: #c8cbcb;
}

@font-face {
  font-family: "icomoon";
  src: url(/assets/icomoon-7fa8886732413696b1f7b21d6c8749deb2d2ef5b14f73a87f3b2ac76ed1d08ea.eot);
  src: url(/assets/icomoon-7fa8886732413696b1f7b21d6c8749deb2d2ef5b14f73a87f3b2ac76ed1d08ea.eot?#iefix) format("embedded-opentype"), url(/assets/icomoon-1e580827e03ed81dde91a717c842492f50cf6e422573f375a13dec045ac1c87e.woff) format("woff"), url(/assets/icomoon-806545eb492db301b638512ba8a8d08237f8e12cebe9c4f9551b040bc44787c1.ttf) format("truetype"), url(/assets/icomoon-ed9a8b8f6998718f07c63feed0a32734d7f46ac23c84762296872998838b3353.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 300;
  src: local("Oxygen Light"), local("Oxygen-Light"), url(/assets/Oxygen-Light-11ff0f13308d25cbf3303b0690119cff79574f17f78ef4bbbd585ffb0dc7837e.ttf);
}

@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  src: local("Oxygen Regular"), local("Oxygen-Regular"), url(/assets/Oxygen-Regular-8a7efebeaa41896d80cc10e5c511564709ba42efc3b30b25f14c391fc895244d.ttf);
}

@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 700;
  src: local("Oxygen Bold"), local("Oxygen-Bold"), url(/assets/Oxygen-Bold-2191c3d6058d32cf49d1d6cf7e1543a5548191c800f54fbf1a356f13ed3dcff7.ttf);
}

/* line 34, app/assets/stylesheets/shared/_fonts.scss */
body {
  font-family: "Inter", "Helvetica Neue", arial, sans-serif !important;
}

/* line 38, app/assets/stylesheets/shared/_fonts.scss */
.icomoon {
  font-family: "icomoon" !important;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5em;
}

/* line 51, app/assets/stylesheets/shared/_fonts.scss */
.icomoon-clock::before {
  content: "\e15f";
}

/* line 55, app/assets/stylesheets/shared/_fonts.scss */
.icomoon-shield::before {
  content: "\e12c";
}

/* line 59, app/assets/stylesheets/shared/_fonts.scss */
.icomoon-compass::before {
  content: "\e15d";
}

/* line 63, app/assets/stylesheets/shared/_fonts.scss */
.font-color-blue {
  color: #272754;
}

/* line 67, app/assets/stylesheets/shared/_fonts.scss */
.font-color-blue-light {
  color: #33367d;
}

/* line 71, app/assets/stylesheets/shared/_fonts.scss */
.font-color-blue-light-copy {
  color: #2196f3;
}

/* line 1, app/assets/stylesheets/shared/_utils.scss */
.hidden {
  display: none !important;
}

/* line 5, app/assets/stylesheets/shared/_utils.scss */
.invalid_user_detection {
  margin-left: -2000px;
  width: 1px;
  height: 1px;
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/shared/_utils.scss */
.centered {
  top: 50%;
  transform: translateY(-50%) !important;
}

/* line 17, app/assets/stylesheets/shared/_utils.scss */
.w-80 {
  width: 80%;
}

/* line 21, app/assets/stylesheets/shared/_utils.scss */
.centered-text {
  top: 50% !important;
  transform: translateY(-50%) !important;
  position: absolute;
}

/* line 27, app/assets/stylesheets/shared/_utils.scss */
.wrap-text {
  overflow-wrap: break-word;
}

/* line 31, app/assets/stylesheets/shared/_utils.scss */
.no-wrap {
  white-space: nowrap;
  word-wrap: normal;
}

/* line 36, app/assets/stylesheets/shared/_utils.scss */
.text-ellipsis {
  text-overflow: ellipsis;
}

/* line 40, app/assets/stylesheets/shared/_utils.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 44, app/assets/stylesheets/shared/_utils.scss */
.align-horizontal {
  text-align: center;
  width: 100%;
}

/* line 50, app/assets/stylesheets/shared/_utils.scss */
.fa.large-icon {
  font-size: 1.8rem;
}

/* line 54, app/assets/stylesheets/shared/_utils.scss */
.large-font {
  font-size: 20px;
}

/* line 59, app/assets/stylesheets/shared/_utils.scss */
.flex-right {
  margin-left: auto;
}

/* line 63, app/assets/stylesheets/shared/_utils.scss */
.flex-shrink-0 {
  flex-shrink: 0;
}

/* line 67, app/assets/stylesheets/shared/_utils.scss */
.flex-grow-0 {
  flex-grow: 0;
}

/* line 71, app/assets/stylesheets/shared/_utils.scss */
.flex-grow-075 {
  flex-grow: 0.75;
}

/* line 75, app/assets/stylesheets/shared/_utils.scss */
.flex-grow-1 {
  flex-grow: 1;
}

/* line 80, app/assets/stylesheets/shared/_utils.scss */
.mt-025 {
  margin-top: 0.25rem;
}

/* line 84, app/assets/stylesheets/shared/_utils.scss */
.mt-05 {
  margin-top: 0.5rem;
}

/* line 89, app/assets/stylesheets/shared/_utils.scss */
.completion-list {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 93, app/assets/stylesheets/shared/_utils.scss */
.completion-list li {
  margin-bottom: 5px;
  position: relative;
}

/* line 97, app/assets/stylesheets/shared/_utils.scss */
.completion-list li [aria-label="Completed step"],
.completion-list li [aria-label="Tick mark"] {
  color: #33b082;
  margin-right: 0.5rem;
  font-weight: bold;
}

/* line 104, app/assets/stylesheets/shared/_utils.scss */
.completion-list li [aria-label="Incomplete step"] {
  color: #c00;
  margin-right: 0.5rem;
  font-size: 0.8em;
}

/* line 112, app/assets/stylesheets/shared/_utils.scss */
.full-sc-on-mob {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

@media screen and (max-width: 760px) {
  /* line 112, app/assets/stylesheets/shared/_utils.scss */
  .full-sc-on-mob {
    flex-wrap: wrap;
  }
}

/* line 1, app/assets/stylesheets/overrides.scss */
html,
body {
  scroll-behavior: smooth;
}

/* line 8, app/assets/stylesheets/overrides.scss */
.tr-buttons-update {
  height: 40px;
}

/* line 12, app/assets/stylesheets/overrides.scss */
.buttons-update {
  position: relative;
  width: 30% !important;
  height: 40px;
  padding: 0 !important;
  border: 0 !important;
  margin-left: 12px !important;
}

/* line 22, app/assets/stylesheets/overrides.scss */
.mdb-select .dropdown-content {
  max-height: 350px;
}

/* line 28, app/assets/stylesheets/overrides.scss */
#schedule-time-dropdown-wrapper.invalid .select-dropdown {
  border-bottom: none !important;
  box-shadow: 0 1px 0 0 #c00 !important;
}

@media (max-width: 794px) {
  /* line 35, app/assets/stylesheets/overrides.scss */
  .category-field .dropdown-content {
    width: 200px !important;
  }
}

/* line 42, app/assets/stylesheets/overrides.scss */
.category-field .select-wrapper {
  padding-top: 6px !important;
}

/* line 47, app/assets/stylesheets/overrides.scss */
.spacer {
  height: 15px;
}

/* line 51, app/assets/stylesheets/overrides.scss */
td.updated input,
td.updated .md-form {
  margin-bottom: 0 !important;
}

/* line 59, app/assets/stylesheets/overrides.scss */
[type="checkbox"] + label::before {
  border-radius: 4px;
}

/* line 69, app/assets/stylesheets/overrides.scss */
.btn {
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 9999px;
  box-shadow: none;
}

/* line 79, app/assets/stylesheets/overrides.scss */
.btn:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

/* line 83, app/assets/stylesheets/overrides.scss */
.btn:disabled {
  cursor: not-allowed;
}

@media (max-width: 576px) {
  /* line 90, app/assets/stylesheets/overrides.scss */
  .filter-search input[type=search] {
    width: 140px;
  }
}

/* line 95, app/assets/stylesheets/overrides.scss */
.filter-search a:link,
.filter-search a:visited {
  color: #767676;
}

/* line 100, app/assets/stylesheets/overrides.scss */
.filter-search input[type=search] {
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 101, app/assets/stylesheets/overrides.scss */
.filter-search input[type=search]::-moz-placeholder {
  color: #767676;
}
.filter-search input[type=search]::placeholder {
  color: #767676;
}

/* line 105, app/assets/stylesheets/overrides.scss */
.filter-search input[type=search]:-ms-input-placeholder {
  color: #767676;
}

/* line 110, app/assets/stylesheets/overrides.scss */
.filter-search input[type=search]::-webkit-input-placeholder {
  color: #767676;
}

/* line 118, app/assets/stylesheets/overrides.scss */
[type="checkbox"] + label {
  height: auto;
}

/* line 123, app/assets/stylesheets/overrides.scss */
[type="checkbox"]:checked + label::before {
  border-color: transparent #33b082 #33b082 transparent;
}

/* line 128, app/assets/stylesheets/overrides.scss */
.select-wrapper input,
.select-wrapper span.caret {
  color: #767676;
}

/* line 134, app/assets/stylesheets/overrides.scss */
.percentage-section .mdb-select {
  margin: 0.4rem 0 15px 0;
}

/* line 143, app/assets/stylesheets/overrides.scss */
.inline-select.mdb-select input {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  height: 2.1rem;
  padding-bottom: 0.6rem;
  padding-top: 0.5rem;
}

/* line 153, app/assets/stylesheets/overrides.scss */
.gst-selection .mdb-select {
  margin: 0.4rem 0 15px 0;
}

/* line 158, app/assets/stylesheets/overrides.scss */
.input-group-addon.toggle-password {
  min-width: 50px;
  min-height: 24px;
}

/* line 163, app/assets/stylesheets/overrides.scss */
.no-background {
  color: #767676 !important;
  background-color: transparent !important;
}

/* line 168, app/assets/stylesheets/overrides.scss */
.md-form.input-group .form-control {
  padding-left: inherit;
}

/* line 173, app/assets/stylesheets/overrides.scss */
.md-form label {
  top: 1rem;
}

/* line 177, app/assets/stylesheets/overrides.scss */
.md-form .select-wrapper + label {
  top: -14px;
}

/* line 182, app/assets/stylesheets/overrides.scss */
select.form-control-mini {
  display: inline-block;
  width: auto;
}

/* line 187, app/assets/stylesheets/overrides.scss */
input.form-control-mini {
  display: inline-block;
  width: 3rem;
}

/* line 192, app/assets/stylesheets/overrides.scss */
label.form-control-mini {
  font-size: 1rem;
}

/* line 196, app/assets/stylesheets/overrides.scss */
.btn.btn-full-width {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/* line 202, app/assets/stylesheets/overrides.scss */
.btn.btn-nowrap {
  white-space: nowrap !important;
}

/* line 206, app/assets/stylesheets/overrides.scss */
input.no-thumb[type=range] + .thumb {
  display: none !important;
}

/* line 212, app/assets/stylesheets/overrides.scss */
input[type=range]::-webkit-slider-thumb {
  background-color: #33b082 !important;
}

/* line 216, app/assets/stylesheets/overrides.scss */
input[type=range] {
  margin: 0 0;
  padding: 15px 0;
}

/* stylelint-disable-next-line no-descending-specificity */
/* line 224, app/assets/stylesheets/overrides.scss */
input[type=search] {
  color: inherit;
  font-size: inherit;
  height: inherit;
  letter-spacing: 1px;
  margin-top: -1px;
  text-transform: uppercase;
  width: inherit;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 234, app/assets/stylesheets/overrides.scss */
input[type=search]::-moz-placeholder {
  color: #fff;
}
input[type=search]::placeholder {
  color: #fff;
}

/* line 239, app/assets/stylesheets/overrides.scss */
input[type=search]:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

/* line 245, app/assets/stylesheets/overrides.scss */
input[type=search]::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

/* line 252, app/assets/stylesheets/overrides.scss */
.required input[type=text] + label::after,
.required input[type=tel] + label::after,
.required textarea + label::after,
.required legend::after,
.required input:not([type="radio"]) + label::after,
.required .select-wrapper + label::after {
  color: #c00;
  content: ' *';
  display: inline;
  position: relative;
  top: 0;
  opacity: 1;
}

/* line 268, app/assets/stylesheets/overrides.scss */
.switch.required .switch-container::after {
  color: #c00;
  content: ' *';
  display: inline;
  position: relative;
  top: 0;
  opacity: 1;
  right: -0.25rem;
}

/* line 280, app/assets/stylesheets/overrides.scss */
p span.required::after {
  color: #c00;
  content: ' *';
  display: inline;
}

/* line 289, app/assets/stylesheets/overrides.scss */
.navbar.fixed-top {
  border-radius: 0;
}

/* line 293, app/assets/stylesheets/overrides.scss */
.side-nav .social {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 296, app/assets/stylesheets/overrides.scss */
.side-nav .social a {
  padding: 0.5rem;
  margin: 0;
}

/* line 300, app/assets/stylesheets/overrides.scss */
.side-nav .social a i {
  font-size: 1rem;
}

@media (max-width: 989px) {
  /* line 307, app/assets/stylesheets/overrides.scss */
  html {
    font-size: 16px;
  }
}

/* line 312, app/assets/stylesheets/overrides.scss */
.table {
  font-size: 0.9375rem;
}

/* line 315, app/assets/stylesheets/overrides.scss */
.table th {
  font-weight: 600;
}

/* stylelint-disable-next-line no-descending-specificity */
/* line 322, app/assets/stylesheets/overrides.scss */
.table a {
  margin-left: 0;
}

/* line 329, app/assets/stylesheets/overrides.scss */
.modal.show {
  display: flex !important;
}

/* line 333, app/assets/stylesheets/overrides.scss */
.modal-dialog.modal-notify.modal-info .badge,
.modal-dialog.modal-notify.modal-info .modal-header {
  background-color: #272754;
}

/* line 338, app/assets/stylesheets/overrides.scss */
.modal-dialog.modal-notify.modal-info .fa {
  color: #767676;
}

/* line 342, app/assets/stylesheets/overrides.scss */
.modal-dialog.modal-notify.modal-info .fa-copy {
  color: #2196f3;
}

/* line 346, app/assets/stylesheets/overrides.scss */
.modal-header .close {
  right: 1rem;
  top: 1.25rem;
}

@media (max-width: 576px) {
  /* line 352, app/assets/stylesheets/overrides.scss */
  .modal-body .two-line-header {
    padding-top: 26px;
  }
}

/* line 360, app/assets/stylesheets/overrides.scss */
.modal-body .modal-footer {
  margin: 0 -1.5rem;
}

/* line 367, app/assets/stylesheets/overrides.scss */
#prior-deduction-block {
  align-items: center;
  margin-bottom: 0;
  width: 100%;
  padding: 0 5px;
}

/* line 373, app/assets/stylesheets/overrides.scss */
#prior-deduction-block p {
  padding: 0;
}

@media (max-width: 989px) {
  /* line 367, app/assets/stylesheets/overrides.scss */
  #prior-deduction-block {
    margin-top: 3rem;
  }
}

/* line 384, app/assets/stylesheets/overrides.scss */
.carousel-indicators {
  margin-bottom: 0 !important;
}

/* stylelint-disable-next-line no-descending-specificity */
/* line 389, app/assets/stylesheets/overrides.scss */
.carousel-indicators li {
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #333 !important;
}

/* line 396, app/assets/stylesheets/overrides.scss */
.carousel-indicators li:hover,
.carousel-indicators li.active {
  background-color: #33b082 !important;
}

/* line 401, app/assets/stylesheets/overrides.scss */
.carousel-indicators li.active {
  pointer-events: none;
  border: 1px solid #333 !important;
}

/* line 410, app/assets/stylesheets/overrides.scss */
abbr.currency-code {
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  padding: 0;
  padding-bottom: 0.6rem;
  padding-top: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  border-bottom: none;
  cursor: auto;
  text-decoration: none;
  box-sizing: content-box;
  height: 2.1rem;
  display: flex;
  align-items: center;
}

@media (max-width: 989px) {
  /* line 429, app/assets/stylesheets/overrides.scss */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 989px) {
  /* line 436, app/assets/stylesheets/overrides.scss */
  .hidden-small-down {
    display: none !important;
  }
}

@media (min-width: 990px) {
  /* line 442, app/assets/stylesheets/overrides.scss */
  .hidden-md-up {
    display: none !important;
  }
}

/* line 447, app/assets/stylesheets/overrides.scss */
[type="radio"]:checked + label::after {
  border-color: #33b082;
  background-color: #33b082;
}

@media screen and (max-width: 760px) {
  /* line 453, app/assets/stylesheets/overrides.scss */
  .remove-gap {
    padding: 0;
  }
}

/* line 460, app/assets/stylesheets/overrides.scss */
.footnote {
  color: #949494;
  font-size: smaller;
  padding: 10px 0 0 0;
}

/* line 467, app/assets/stylesheets/overrides.scss */
.prior-income-style {
  border-top: 1px solid #e9ecef;
  padding: 20px 15px;
}

/* stylelint-disable-next-line no-descending-specificity */
/* line 473, app/assets/stylesheets/overrides.scss */
.prior-income-style .form-inline fieldset label {
  height: -moz-fit-content;
  height: fit-content;
}

/* line 478, app/assets/stylesheets/overrides.scss */
.no-deco {
  text-decoration: none;
  color: black;
}

/* line 483, app/assets/stylesheets/overrides.scss */
.income-dropdown-item {
  margin-left: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 488, app/assets/stylesheets/overrides.scss */
.filing-total-bg {
  background-color: #272754;
}

/* line 491, app/assets/stylesheets/overrides.scss */
.filing-total-bg h5,
.filing-total-bg h4,
.filing-total-bg h3 {
  color: white;
}

/* line 498, app/assets/stylesheets/overrides.scss */
.text-vertical-middle {
  vertical-align: middle;
}

/* line 502, app/assets/stylesheets/overrides.scss */
div.card.rounded-border {
  border-radius: 8px;
  overflow: hidden;
}

/* line 507, app/assets/stylesheets/overrides.scss */
.filing-total-display {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}

@media (max-width: 760px) {
  /* line 507, app/assets/stylesheets/overrides.scss */
  .filing-total-display {
    display: block;
  }
}

/* line 522, app/assets/stylesheets/overrides.scss */
.table .no-border-top {
  border-top: 0;
}

/* line 526, app/assets/stylesheets/overrides.scss */
.more-shadow {
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 4px 3px 4px -1px rgba(67, 90, 111, 0.301);
}

/* line 531, app/assets/stylesheets/overrides.scss */
.active-acc {
  background-color: #f5f5f5;
}

/* line 535, app/assets/stylesheets/overrides.scss */
.active-acc .card-header h5 {
  font-weight: bold;
}

/* line 540, app/assets/stylesheets/overrides.scss */
.custom-badge {
  position: absolute;
}

/* line 546, app/assets/stylesheets/overrides.scss */
#paye-block {
  display: flex;
  align-items: center;
}

/* line 551, app/assets/stylesheets/overrides.scss */
.hnry-select {
  color: #495057;
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 555, app/assets/stylesheets/overrides.scss */
.hnry-select + label {
  top: -14px;
  font-size: 0.8em;
}

/* line 563, app/assets/stylesheets/overrides.scss */
.btn-primary.active {
  background-color: #272754 !important;
}

/* line 567, app/assets/stylesheets/overrides.scss */
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #272754;
  border-color: #272754;
}

/* stylelint-disable-next-line no-descending-specificity */
/* line 577, app/assets/stylesheets/overrides.scss */
blockquote p {
  font-size: 1rem;
  padding: 0;
}

/* line 583, app/assets/stylesheets/overrides.scss */
.btn.btn-muted,
.md-form input.btn-muted[type=submit] {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

/* line 590, app/assets/stylesheets/overrides.scss */
.hide-scroll body {
  overflow-y: hidden !important;
}

/* line 597, app/assets/stylesheets/overrides.scss */
.stepper {
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 599, app/assets/stylesheets/overrides.scss */
.stepper li a {
  padding: 20px;
}

/* line 603, app/assets/stylesheets/overrides.scss */
.stepper.stepper-vertical li:not(:last-child)::after {
  height: calc(100% - 45px);
  left: 30px;
  top: 55px;
}

/* line 610, app/assets/stylesheets/overrides.scss */
.inline-pdf {
  height: 100%;
  max-width: 80%;
  width: 100%;
}

@media (max-width: 989px) {
  /* line 610, app/assets/stylesheets/overrides.scss */
  .inline-pdf {
    height: 600px;
    max-width: 100%;
  }
}

/* line 625, app/assets/stylesheets/overrides.scss */
.account-detail .copy-trigger {
  position: absolute;
  right: 0;
  bottom: 0.5rem;
}

@media (max-width: 410px) {
  /* line 632, app/assets/stylesheets/overrides.scss */
  .account-detail ~ .footer-options {
    width: 110%;
  }
}

/* line 641, app/assets/stylesheets/overrides.scss */
.as-link {
  border: none;
  color: #0275d8;
  padding-right: 0;
  cursor: pointer;
  background: transparent;
}

/* line 648, app/assets/stylesheets/overrides.scss */
.as-link path {
  fill: #0275d8;
}

/* line 657, app/assets/stylesheets/overrides.scss */
.modal {
  opacity: 0;
  animation: FadeInUp 0.3s ease forwards;
}

/* line 664, app/assets/stylesheets/overrides.scss */
.ie .modal {
  opacity: 1;
  animation: none;
}

/* line 668, app/assets/stylesheets/overrides.scss */
.ie .modal.show {
  display: block !important;
}

/* line 673, app/assets/stylesheets/overrides.scss */
.ie .form-footer {
  justify-content: flex-start;
}

/* line 677, app/assets/stylesheets/overrides.scss */
.ie .modal-backdrop.show {
  opacity: 0.5;
  animation: none;
}

/* stylelint-disable-next-line no-descending-specificity */
/* line 684, app/assets/stylesheets/overrides.scss */
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.8);
  animation: ModalOverlayFadeIn 0.3s ease forwards;
}

/* line 691, app/assets/stylesheets/overrides.scss */
[data-turbolinks-preview] .modal {
  opacity: 0;
  animation: none;
}

/* line 697, app/assets/stylesheets/overrides.scss */
.application.web .main-container {
  transition: all 0.2s ease;
}

/* line 702, app/assets/stylesheets/overrides.scss */
.application.web .main-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position-x: calc(50% + 112.5px);
  background-position-y: calc(50vh - 3rem);
  padding-left: 225px;
  pointer-events: none;
}

/* line 717, app/assets/stylesheets/overrides.scss */
.application.web .main-container.leaving {
  animation: FadeOutUp 0.2s ease forwards;
}

/* line 721, app/assets/stylesheets/overrides.scss */
.application.web .main-container.entering {
  animation: FadeInUp 0.2s ease forwards;
}

/* line 724, app/assets/stylesheets/overrides.scss */
.application.web .main-container.entering::after {
  content: none;
  display: none;
}

/* line 730, app/assets/stylesheets/overrides.scss */
.application.web .main-container.loading {
  position: relative;
}

/* line 733, app/assets/stylesheets/overrides.scss */
.application.web .main-container.loading::after {
  background-color: white;
  animation: AddLoader 0.2s ease 1.5s forwards;
}

/* line 738, app/assets/stylesheets/overrides.scss */
.application.web .main-container.loading::before {
  content: "Hnry is thinking...";
  animation: FadeIn 0.2s ease 1.5s forwards;
  position: absolute;
  width: 100%;
  top: -3rem;
  left: 0;
  opacity: 0;
  color: #282753;
  visibility: visible;
  text-align: center;
  font-weight: bold;
  height: 100vh;
  display: flex;
  padding-left: 225px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

@media (max-width: 989px) {
  /* line 762, app/assets/stylesheets/overrides.scss */
  .application.web .main-container.loading::after {
    padding-left: 0;
    background-position-x: center;
  }
  /* line 767, app/assets/stylesheets/overrides.scss */
  .application.web .main-container.loading::before {
    padding-left: 0;
  }
}

/* line 775, app/assets/stylesheets/overrides.scss */
.lds-ellipsis {
  position: relative;
  width: 2rem;
  transform: translate3d(-4px, 0, 0);
  height: 14px;
  display: inline-block;
}

/* line 783, app/assets/stylesheets/overrides.scss */
.lds-ellipsis div {
  position: absolute;
  top: calc(0.6rem - 4px);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #fff;
  will-change: transform;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

/* line 794, app/assets/stylesheets/overrides.scss */
.lds-ellipsis div:nth-child(1) {
  left: 4px;
  animation: lds-ellipsis1 0.6s infinite;
}

/* line 799, app/assets/stylesheets/overrides.scss */
.lds-ellipsis div:nth-child(2) {
  left: 4px;
  animation: lds-ellipsis2 0.6s infinite;
}

/* line 804, app/assets/stylesheets/overrides.scss */
.lds-ellipsis div:nth-child(3) {
  left: 16px;
  animation: lds-ellipsis2 0.6s infinite;
}

/* line 809, app/assets/stylesheets/overrides.scss */
.lds-ellipsis div:nth-child(4) {
  left: 28px;
  animation: lds-ellipsis3 0.6s infinite;
}

/* line 814, app/assets/stylesheets/overrides.scss */
.hnry-green .lds-ellipsis div {
  background: #33b082;
}

/* line 818, app/assets/stylesheets/overrides.scss */
.table-loader {
  display: flex;
  justify-content: center;
  padding-top: 10rem;
  min-height: 60vh;
}

@media (max-width: 989px) {
  /* line 826, app/assets/stylesheets/overrides.scss */
  .inline-loading-message {
    display: none;
  }
}

/* line 832, app/assets/stylesheets/overrides.scss */
.primary.lds-ellipsis div {
  background: #33b082;
}

/* line 837, app/assets/stylesheets/overrides.scss */
hr.primary {
  border-color: #33b082;
}

/* line 841, app/assets/stylesheets/overrides.scss */
hr.dark {
  border-color: #767676;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(12px, 0, 0);
  }
}

/* line 875, app/assets/stylesheets/overrides.scss */
.loading-style-1.application.web .main-container.loading::before {
  content: "Counting the beans...";
}

/* line 879, app/assets/stylesheets/overrides.scss */
.loading-style-2.application.web .main-container.loading::before {
  content: "Crunching the numbers...";
}

/* line 883, app/assets/stylesheets/overrides.scss */
.loading-style-3.application.web .main-container.loading::before {
  content: "Optimising your financial admin...";
}

/* line 887, app/assets/stylesheets/overrides.scss */
.loading-style-4.application.web .main-container.loading::before {
  content: "Dusting off the abacus...";
}

/* line 891, app/assets/stylesheets/overrides.scss */
.loading-style-5.application.web .main-container.loading::before {
  content: "Hnry is thinking...";
}

/* line 895, app/assets/stylesheets/overrides.scss */
.loading-style-0.application.web .main-container.loading::before {
  content: "Searching the filing cabinet...";
}

@keyframes FadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes FadeOutUp {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}

@keyframes FadeInUpDashboard {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0.4;
    transform: none;
  }
}

@keyframes FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes ModalOverlayFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes AddLoader {
  from {
    background-image: none;
  }
  to {
    background-image: url(/assets/loading-ab9ed2099ad506b1a12106bdefbacce185cb7cfff3e1ecdf69f8841084b3939e.gif);
  }
}

/* line 966, app/assets/stylesheets/overrides.scss */
body.oauth .header {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 18px;
}

/* line 971, app/assets/stylesheets/overrides.scss */
body.oauth .header span {
  display: flex;
  font-weight: bold;
  font-size: 32px;
  color: #000;
  justify-content: center;
}

/* line 979, app/assets/stylesheets/overrides.scss */
body.oauth .header img {
  display: inline-block;
  margin: 0 15px 15px 15px;
}

/* line 985, app/assets/stylesheets/overrides.scss */
body.oauth .actions {
  display: flex;
  padding-top: 13px;
  border-top: 1px solid #e9ecef;
}

/* line 995, app/assets/stylesheets/overrides.scss */
input[readonly] {
  color: rgba(0, 0, 0, 0.46);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.46);
  background-color: transparent;
}

/* line 1003, app/assets/stylesheets/overrides.scss */
.activity-statement-footer.is-mobile [type="checkbox"] + label {
  font-size: 14px;
  line-height: 1.5;
}

/* line 1011, app/assets/stylesheets/overrides.scss */
.table-wrap-col .no-wrap {
  white-space: inherit;
}

/* line 1017, app/assets/stylesheets/overrides.scss */
.icon-btn-svg path {
  fill: #fff;
}

/* line 1022, app/assets/stylesheets/overrides.scss */
.icon-arrow_right {
  transform: rotateZ(180deg);
}

/* line 1027, app/assets/stylesheets/overrides.scss */
.mdb-select.job-categories {
  transform: translateY(10px);
  z-index: 999;
}

/* line 1033, app/assets/stylesheets/overrides.scss */
.md-form.job-categories .select-wrapper {
  position: relative;
}

/* line 1036, app/assets/stylesheets/overrides.scss */
.md-form.job-categories .select-wrapper + label {
  top: -11.5px;
}

/* line 1040, app/assets/stylesheets/overrides.scss */
.md-form.job-categories .select-wrapper input.select-dropdown {
  height: 2.5rem !important;
  --tw-ring-color: white;
}

/* line 1046, app/assets/stylesheets/overrides.scss */
.md-form.job-categories .select-wrapper span.caret {
  display: none !important;
}

/* line 1050, app/assets/stylesheets/overrides.scss */
.md-form.job-categories .select-wrapper .fa.fa-angle-down.accordion-icon.rotate-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #767676;
  pointer-events: none;
}

/* line 1062, app/assets/stylesheets/overrides.scss */
#accountant-arrangement-dropdown-container > .select-wrapper {
  padding-right: 20px;
}

/* line 1065, app/assets/stylesheets/overrides.scss */
#accountant-arrangement-dropdown-container > .select-wrapper input.select-dropdown {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 992px) {
  /* line 2, app/assets/stylesheets/hacks.scss */
  .modal-content-custom {
    min-height: 390px;
  }
}

/* line 7, app/assets/stylesheets/hacks.scss */
.popover {
  z-index: 9999;
}

/* line 11, app/assets/stylesheets/hacks.scss */
.clickable {
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/hacks.scss */
.new-line {
  width: 100%;
  text-align: right;
  border-top: 0;
  margin-bottom: 1rem;
}

/* line 22, app/assets/stylesheets/hacks.scss */
.receipt-img {
  max-height: 350px;
  max-width: 100%;
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 0 2px 4px -2px rgba(67, 90, 111, 0.301);
}

/* line 28, app/assets/stylesheets/hacks.scss */
.verification-img {
  max-width: 520px;
  width: inherit;
}

/* line 33, app/assets/stylesheets/hacks.scss */
.receipt-img-uploaded,
.verification-img-uploaded {
  max-width: 100%;
}

/* line 39, app/assets/stylesheets/hacks.scss */
.admin .receipt-img-uploaded {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

/* line 46, app/assets/stylesheets/hacks.scss */
.admin .verification-img-uploaded {
  position: relative;
  width: 100%;
  padding-top: 90%;
  overflow: hidden;
}

/* line 53, app/assets/stylesheets/hacks.scss */
.admin .verification-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  max-height: none;
}

/* line 66, app/assets/stylesheets/hacks.scss */
.admin .receipt-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  max-height: none;
}

/* line 80, app/assets/stylesheets/hacks.scss */
.invoice_item_quantity {
  margin-top: -2px;
}

/* line 84, app/assets/stylesheets/hacks.scss */
.fix-padding-20 {
  padding-right: 20px;
}

/* line 88, app/assets/stylesheets/hacks.scss */
.smaller-font {
  font-size: 0.85rem !important;
}

@media (max-width: 989px) {
  /* line 93, app/assets/stylesheets/hacks.scss */
  .nested-fields {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  }
}

/* line 98, app/assets/stylesheets/hacks.scss */
.padding-text {
  font-size: 15px !important;
  padding: 0 10px 40px 10px;
}

/* line 102, app/assets/stylesheets/hacks.scss */
.padding-text .alert {
  font-size: 1rem;
}

@media (max-width: 793px) {
  /* line 108, app/assets/stylesheets/hacks.scss */
  .padding-text {
    padding-top: 20px;
  }
  /* line 111, app/assets/stylesheets/hacks.scss */
  .padding-text h2 {
    font-size: 2rem;
  }
}

@media (min-width: 794px) {
  /* line 118, app/assets/stylesheets/hacks.scss */
  .padding-text {
    padding-top: 40px;
  }
  /* line 121, app/assets/stylesheets/hacks.scss */
  .padding-text h2 {
    font-size: 2rem;
  }
}

/* line 127, app/assets/stylesheets/hacks.scss */
#notice {
  color: #33b082;
}

/* line 131, app/assets/stylesheets/hacks.scss */
.bt-0 {
  border-top: 0 !important;
}

/* line 135, app/assets/stylesheets/hacks.scss */
.invoices.show .main-container {
  padding-top: 60px;
}

/* line 139, app/assets/stylesheets/hacks.scss */
.pay-lines-block {
  top: -150px;
  transform: translateY(50%);
  text-align: center;
}

/* line 145, app/assets/stylesheets/hacks.scss */
.b-0 {
  border: none !important;
}

/* line 149, app/assets/stylesheets/hacks.scss */
.bt-1 {
  border-top: 5px solid white;
}

/* line 153, app/assets/stylesheets/hacks.scss */
.bb-1 {
  border-bottom: 5px solid white;
}

/* line 157, app/assets/stylesheets/hacks.scss */
.bb-dark-1 {
  border-bottom: 1px solid #eceeef !important;
}

/* line 161, app/assets/stylesheets/hacks.scss */
.green-background {
  background-color: #33b082;
}

/* line 166, app/assets/stylesheets/hacks.scss */
.tabs-hnry li a {
  display: block;
  font-size: 13px;
  padding: 20px 24px;
  text-transform: uppercase;
  color: #c8cbcb;
  text-align: center;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}

/* line 176, app/assets/stylesheets/hacks.scss */
.tabs-hnry li a.active {
  border-color: #272754;
  border-bottom-color: #272754;
  color: #272754;
}

@media screen and (max-width: 576px) {
  /* line 176, app/assets/stylesheets/hacks.scss */
  .tabs-hnry li a.active {
    font-weight: 600;
  }
}

/* line 186, app/assets/stylesheets/hacks.scss */
.tabs-hnry li a:hover {
  color: #33367d !important;
}

@media (max-width: 576px) {
  /* line 165, app/assets/stylesheets/hacks.scss */
  .tabs-hnry {
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  /* line 196, app/assets/stylesheets/hacks.scss */
  .tabs-hnry li {
    margin: auto;
    width: 100%;
  }
  /* line 200, app/assets/stylesheets/hacks.scss */
  .tabs-hnry li a {
    padding: 20px 8px 12px 8px;
  }
  /* line 205, app/assets/stylesheets/hacks.scss */
  .tabs-hnry li:first-child a {
    padding: 20px 8px 12px 0;
  }
  /* line 211, app/assets/stylesheets/hacks.scss */
  .tabs-hnry li:last-child a {
    padding: 20px 0 12px 8px;
  }
}

/* line 219, app/assets/stylesheets/hacks.scss */
.expense_type:checked + label::after {
  border: 2px solid #272754;
  background-color: #272754;
}

/* line 224, app/assets/stylesheets/hacks.scss */
.expense-pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media print {
  @page {
    margin: 0;
  }
  /* line 234, app/assets/stylesheets/hacks.scss */
  body {
    margin: 1.6cm;
  }
}

/* line 239, app/assets/stylesheets/hacks.scss */
.lg-p-l-r {
  padding-left: 100px;
  padding-right: 100px;
}

/* line 245, app/assets/stylesheets/hacks.scss */
tr.expense-line:hover {
  background-color: #edf0f2;
}

/* line 250, app/assets/stylesheets/hacks.scss */
.left-align {
  text-align: left;
}

/* line 254, app/assets/stylesheets/hacks.scss */
.right-align {
  text-align: right;
}

/* line 258, app/assets/stylesheets/hacks.scss */
.number-with-dollar::before {
  content: "\FE69";
  left: -10px;
  top: 15px;
  position: absolute;
}

/* line 265, app/assets/stylesheets/hacks.scss */
.number-with-pound::before {
  content: "\00A3";
  left: -10px;
  top: 15px;
  position: absolute;
}

/* line 272, app/assets/stylesheets/hacks.scss */
.number-with-percentage::before {
  content: "\0025";
  right: 20px;
  top: 15px;
  position: absolute;
}

/* line 279, app/assets/stylesheets/hacks.scss */
.md-form.number-with-dollar::before {
  left: -15px;
  top: 12px;
}

/* line 284, app/assets/stylesheets/hacks.scss */
.md-form.number-with-pound::before {
  left: -15px;
  top: 12px;
}

/* stylelint-disable-next-line no-descending-specificity */
/* line 290, app/assets/stylesheets/hacks.scss */
.module-button a:hover {
  color: #272754;
}

/* line 294, app/assets/stylesheets/hacks.scss */
.rotate-90 {
  transform: rotate(90deg);
}

/* line 301, app/assets/stylesheets/hacks.scss */
.rotate-180 {
  transform: rotate(180deg);
}

/* line 308, app/assets/stylesheets/hacks.scss */
.rotate-270 {
  transform: rotate(270deg);
}

/* line 315, app/assets/stylesheets/hacks.scss */
.select-first-item-action li:first-child {
  border-bottom: 1px solid #edf0f2;
  font-style: italic;
}

@media (min-width: 320px) {
  /* line 325, app/assets/stylesheets/hacks.scss */
  .mt-xs-2 {
    margin-top: 1.5rem;
  }
}

/* line 332, app/assets/stylesheets/hacks.scss */
button.copy-trigger span {
  pointer-events: none;
  margin-top: -3px;
}

/* line 338, app/assets/stylesheets/hacks.scss */
.income-source-icon {
  margin-right: 6px;
  vertical-align: inherit;
}

/* Hide reCAPTCHA v3 badge, we show some text instead */
/* line 344, app/assets/stylesheets/hacks.scss */
.rc-anchor-normal-footer {
  display: none !important;
}

/* line 348, app/assets/stylesheets/hacks.scss */
.grecaptcha-badge {
  visibility: hidden;
}

/* line 352, app/assets/stylesheets/hacks.scss */
.navbar-au {
  background: linear-gradient(90deg, #5A2DC8, #7036D7);
}

/* line 356, app/assets/stylesheets/hacks.scss */
.navbar-nz {
  background: linear-gradient(90deg, #416D61, #46A88D);
}

/* line 360, app/assets/stylesheets/hacks.scss */
.navbar-uk {
  background: linear-gradient(90deg, #197f17, #0d4310);
}

/* line 365, app/assets/stylesheets/hacks.scss */
th.force-wrap a.sortable.no-wrap {
  white-space: pre-wrap !important;
  overflow-wrap: break-word !important;
}

/* line 370, app/assets/stylesheets/hacks.scss */
.acc-balance-modal-link {
  color: #2563eb;
}

/* line 374, app/assets/stylesheets/hacks.scss */
#au-dl-state-field input {
  color: #495057;
}

/* line 2, app/assets/stylesheets/not_connected.scss */
.card .secondary-content {
  background: #edf0f2;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/not_connected.scss */
  .card .secondary-content {
    border-radius: 0;
    background: none;
  }
}

@media (max-width: 989px) {
  /* line 14, app/assets/stylesheets/not_connected.scss */
  .dropdown.jurisdiction-selector {
    position: absolute;
    right: 0;
    top: 10px;
  }
  /* line 20, app/assets/stylesheets/not_connected.scss */
  .dropdown.jurisdiction-selector .dropdown-toggle {
    padding: 0.25rem 0.6rem;
  }
  /* line 21, app/assets/stylesheets/not_connected.scss */
  .dropdown.jurisdiction-selector .dropdown-toggle .emoji {
    font-size: 1.5rem;
  }
  /* line 27, app/assets/stylesheets/not_connected.scss */
  .dropdown.jurisdiction-selector .dropdown-toggle::after {
    content: none;
  }
  /* line 32, app/assets/stylesheets/not_connected.scss */
  .dropdown.jurisdiction-selector .dropdown-menu {
    left: auto;
    right: 0;
  }
}

/* line 5, app/assets/stylesheets/a11y.scss */
[data-whatinput='mouse'] *:focus {
  outline: none;
}

/* line 9, app/assets/stylesheets/a11y.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  visibility: visible;
}

/* line 17, app/assets/stylesheets/a11y.scss */
[data-whatinput='keyboard'] *:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(2, 117, 216, 0.5);
}

/* line 22, app/assets/stylesheets/a11y.scss */
[data-whatinput='keyboard'] *:focus ~ .lever {
  box-shadow: 0 0 2px 2px rgba(2, 117, 216, 0.5);
}

/* line 27, app/assets/stylesheets/a11y.scss */
[data-whatinput='keyboard'] *:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 32, app/assets/stylesheets/a11y.scss */
[data-whatinput='keyboard'] *:focus + label.btn-option, [data-whatinput='keyboard'] *:focus + div.btn-option {
  box-shadow: 0 0 2px 2px rgba(2, 117, 216, 0.5);
}

/* line 38, app/assets/stylesheets/a11y.scss */
[data-whatinput='keyboard'] [type="file"]:focus-visible + label {
  box-shadow: none;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #889BDD;
}

/* line 48, app/assets/stylesheets/a11y.scss */
.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* line 57, app/assets/stylesheets/a11y.scss */
.visually-hidden.focusable:focus {
  -webkit-clip-path: none;
          clip-path: none;
  clip: auto;
  height: auto;
  opacity: 1;
  overflow: auto;
  width: auto;
}

/* line 2, app/assets/stylesheets/components/_accordion_tables.scss */
table.accordion-table .accordion-icon {
  font-size: 1.3rem;
  font-weight: 600;
  color: #767676;
  transition: all 0.3s ease;
}

/* line 10, app/assets/stylesheets/components/_accordion_tables.scss */
table.accordion-table .parent-row.collapsed .accordion-icon {
  transform: rotate(180deg);
}

/* line 3, app/assets/stylesheets/components/_accordions.scss */
.accordion .card .card-header {
  font-size: 16px;
  font-style: bold;
  border-radius: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 9, app/assets/stylesheets/components/_accordions.scss */
.accordion .card .card-header .h5-responsive {
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}

/* line 16, app/assets/stylesheets/components/_accordions.scss */
.accordion .card .accordion-icon {
  font-size: 1.3rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* line 22, app/assets/stylesheets/components/_accordions.scss */
.accordion .card .card-header.expanded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 27, app/assets/stylesheets/components/_accordions.scss */
.accordion .card button {
  border: none;
  cursor: pointer;
}

/* line 33, app/assets/stylesheets/components/_accordions.scss */
.accordion .card button.expanded .accordion-icon {
  transform: rotate(180deg);
}

/* line 41, app/assets/stylesheets/components/_accordions.scss */
.accordion .card a:not(.collapsed) {
  border: none;
}

/* line 4, app/assets/stylesheets/components/_action_button.scss */
td.action-button {
  padding: 0;
  text-align: center;
}

/* line 8, app/assets/stylesheets/components/_action_button.scss */
td.action-button a,
td.action-button .dropdown-toggle,
td.action-button .table-icon {
  margin: 0;
  display: inherit;
  padding: 0.75rem 0.5rem;
}

/* line 16, app/assets/stylesheets/components/_action_button.scss */
td.action-button i {
  padding: 1rem;
}

/* line 22, app/assets/stylesheets/components/_action_button.scss */
.dropdown .dropdown-menu {
  padding: 0;
}

/* line 26, app/assets/stylesheets/components/_action_button.scss */
.dropdown-menu .dropdown-custom > a,
.dropdown-menu a.dropdown-custom {
  color: #767676;
}

/* line 31, app/assets/stylesheets/components/_action_button.scss */
.dropdown-menu .dropdown-custom > a:hover,
.dropdown-menu a.dropdown-custom:hover {
  color: #33367d;
}

/* line 36, app/assets/stylesheets/components/_action_button.scss */
#dropdownMenu2 > i {
  margin-right: 0.75rem;
}

/* line 40, app/assets/stylesheets/components/_action_button.scss */
.dropdown-custom {
  padding: 2px;
}

/* line 43, app/assets/stylesheets/components/_action_button.scss */
.dropdown-custom button {
  border: none;
  background: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 51, app/assets/stylesheets/components/_action_button.scss */
.dropdown.more-option .dropdown-item {
  white-space: normal;
}

/* line 55, app/assets/stylesheets/components/_action_button.scss */
.btn.dropdown-toggle.ellipsis {
  margin: 0;
}

/* line 59, app/assets/stylesheets/components/_action_button.scss */
.dropdown.more-option .dropdown-toggle::after,
.dropdown-toggle.ellipsis::after {
  content: none;
}

/* line 64, app/assets/stylesheets/components/_action_button.scss */
.dropdown.more-option .dropdown-toggle {
  cursor: pointer;
}

/* line 68, app/assets/stylesheets/components/_action_button.scss */
.dropdown-toggle-text {
  border-bottom: 1px solid #c8cbcb;
  cursor: pointer;
  display: flex;
  padding: 0.5rem;
  align-items: center;
  gap: 8px;
}

/* line 76, app/assets/stylesheets/components/_action_button.scss */
.dropdown-toggle-text::after {
  margin-left: auto;
}

/* line 1, app/assets/stylesheets/components/_admin.scss */
.admin {
  background-color: #f7f8fa;
}

/* line 4, app/assets/stylesheets/components/_admin.scss */
.admin .main-container {
  background-color: #f7f8fa;
}

/* line 9, app/assets/stylesheets/components/_admin.scss */
.admin .breadcrumbs a:link,
.admin .breadcrumbs a:visited {
  color: #607d8b;
}

/* line 14, app/assets/stylesheets/components/_admin.scss */
.admin .breadcrumbs a:hover {
  background-color: #edf0f2;
}

/* line 19, app/assets/stylesheets/components/_admin.scss */
.admin .role {
  display: inline-block;
  text-align: center;
  width: 30px;
}

/* line 25, app/assets/stylesheets/components/_admin.scss */
.admin .card-header {
  background-color: rgba(0, 0, 0, 0.075);
  border-radius: 4px 4px 0 0;
}

/* line 30, app/assets/stylesheets/components/_admin.scss */
.admin legend {
  font-size: 0.8rem;
}

/* line 34, app/assets/stylesheets/components/_admin.scss */
.admin .file-field.inline-file {
  display: inline-block;
  width: 80%;
}

/* line 39, app/assets/stylesheets/components/_admin.scss */
.admin form.inline-form {
  display: inline-block;
}

/* line 44, app/assets/stylesheets/components/_admin.scss */
.admin .compact-table th,
.admin .compact-table td {
  border-top: none;
  padding: 0.3rem;
}

/* line 51, app/assets/stylesheets/components/_admin.scss */
.admin .page-control {
  display: flex;
  justify-content: center;
}

/* line 57, app/assets/stylesheets/components/_admin.scss */
.admin-taskable-wrapper {
  background-color: #edf0f2;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}

/* line 62, app/assets/stylesheets/components/_admin.scss */
.admin-taskable-wrapper .dropdown-menu {
  max-height: 360px;
  overflow-y: auto;
}

/* line 68, app/assets/stylesheets/components/_admin.scss */
.admin-action {
  margin-left: 1rem;
}

/* line 72, app/assets/stylesheets/components/_admin.scss */
.admin-filter {
  margin-left: 1rem;
}

/* line 76, app/assets/stylesheets/components/_admin.scss */
.admin-search {
  margin-right: 1rem;
}

/* line 80, app/assets/stylesheets/components/_admin.scss */
.admin-jump-to {
  width: 7rem !important;
}

/* line 84, app/assets/stylesheets/components/_admin.scss */
.md-form__mini {
  margin-bottom: 0;
  margin-top: -0.35rem;
}

/* line 90, app/assets/stylesheets/components/_admin.scss */
.admin-index-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

/* line 96, app/assets/stylesheets/components/_admin.scss */
.admin-index-info {
  margin-bottom: 2rem;
}

/* line 100, app/assets/stylesheets/components/_admin.scss */
.admin-index-tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}

/* line 107, app/assets/stylesheets/components/_admin.scss */
.admin-index-tabs {
  margin-bottom: 1rem;
}

/* line 111, app/assets/stylesheets/components/_admin.scss */
.admin-index-table {
  margin-bottom: 2rem;
}

/* line 115, app/assets/stylesheets/components/_admin.scss */
.admin-index-pagination {
  margin-bottom: 3rem;
}

/* line 120, app/assets/stylesheets/components/_admin.scss */
.admin-index-navigation {
  display: flex;
}

/* line 124, app/assets/stylesheets/components/_admin.scss */
.admin-index-actions {
  display: flex;
  max-height: 2.7rem;
}

/* line 129, app/assets/stylesheets/components/_admin.scss */
.admin-index-search {
  display: flex;
}

/* line 133, app/assets/stylesheets/components/_admin.scss */
.admin-index-filters {
  display: flex;
}

/* line 138, app/assets/stylesheets/components/_admin.scss */
.admin-bulk-accept .hnry-checkbox {
  top: -14px;
}

/* line 142, app/assets/stylesheets/components/_admin.scss */
.admin-bulk-accept label {
  width: 100%;
}

/* line 148, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-filing-alert {
  line-height: 1.6;
}

/* line 151, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-filing-alert ul {
  margin-bottom: 0;
  padding: 0 2rem;
}

/* line 155, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-filing-alert ul li {
  list-style-type: disc;
}

/* line 161, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-alert-align {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 1;
}

/* line 168, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-card-filing {
  margin-bottom: 2rem;
}

/* line 171, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-card-filing__header {
  padding-left: 1.5rem;
  background-color: #242659 !important;
  /* stylelint-disable-next-line selector-list-comma-newline-after */
}

/* line 176, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-card-filing__header h3, .custom-card-filing_obligations .custom-card-filing__header h5, .custom-card-filing_obligations .custom-card-filing__header i {
  color: #fff !important;
}

/* line 181, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-card-filing__body {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 0.8rem 3rem 0 3rem;
}

/* line 185, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-card-filing__body td {
  vertical-align: middle;
  padding-left: 2rem;
}

/* line 190, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-card-filing__body td:first-child {
  width: 48%;
  max-width: 65%;
}

/* line 196, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-card-filing__body tr:first-child td {
  border-top: 0;
}

/* line 202, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-card-filing__table {
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #edf0f2;
}

/* line 207, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-card-filing__table .hnry-checkbox {
  transform: translateY(-10px);
}

/* line 211, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-card-filing__table .row__header {
  background-color: rgba(36, 38, 89, 0.7);
  color: #fff;
}

/* line 215, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-card-filing__table .row__header .tooltip-clickable {
  color: #fff;
}

/* line 220, app/assets/stylesheets/components/_admin.scss */
.custom-card-filing_obligations .custom-card-filing__table .row--highlighted {
  background-color: rgba(36, 38, 89, 0.1);
}

/* line 227, app/assets/stylesheets/components/_admin.scss */
.filing-total-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  background-color: rgba(36, 38, 89, 0.7);
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 600;
  padding: 0.75rem 8rem;
}

/* line 1, app/assets/stylesheets/components/_alerts.scss */
.alert {
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 0 2px 4px -2px rgba(67, 90, 111, 0.301);
  border-radius: 4px;
  padding: 1rem 1.25rem;
  border-left-width: 6px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
}

@media (max-width: 760px) {
  /* line 1, app/assets/stylesheets/components/_alerts.scss */
  .alert {
    font-size: 0.875rem;
  }
}

/* line 16, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-success {
  color: #333;
  background-color: #fff;
  border-color: #33b082;
}

/* line 21, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-success.upload-success {
  padding: 1.25rem;
}

/* line 26, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-info {
  color: #767676;
  background-color: #fff;
  border-color: #272754;
}

/* line 32, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-warning {
  color: #333;
  background-color: #fff;
  border-left-color: #f07f38;
}

/* line 38, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-warning-banner {
  color: #92400e;
  background-color: #fffbeb;
  border-left-color: #fbbf24;
}

/* line 44, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-system-note-warning {
  color: #333;
  background-color: #fff;
  border-left-color: #dc2626;
}

/* line 50, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-admin {
  color: #a6c;
  background-color: #f3eaf8;
  border-left-color: #a6c;
}

/* line 56, app/assets/stylesheets/components/_alerts.scss */
.alert.alert-error {
  border-color: #c00;
}

/* line 60, app/assets/stylesheets/components/_alerts.scss */
.alert p:last-child {
  margin-bottom: 0;
}

/* line 66, app/assets/stylesheets/components/_alerts.scss */
.alert-danger .hnry-heading {
  color: #721c24;
}

/* line 70, app/assets/stylesheets/components/_alerts.scss */
.alert-danger__text {
  font-size: 0.875rem;
}

/* line 75, app/assets/stylesheets/components/_alerts.scss */
.alert-system-note-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  border-left-color: #dc2626;
}

/* line 82, app/assets/stylesheets/components/_alerts.scss */
.alert-new {
  color: #495057;
  background-color: #ccf2dd;
}

/* line 87, app/assets/stylesheets/components/_alerts.scss */
.alert-link {
  color: #721c24;
}

/* line 2, app/assets/stylesheets/components/_animated-loading-field.scss */
.animated-loading-field {
  display: inline-block;
  width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  background-color: #dddbdd;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 11, app/assets/stylesheets/components/_animated-loading-field.scss */
.animated-loading-field::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: '';
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* line 36, app/assets/stylesheets/components/_animated-loading-field.scss */
.animated-loading-field * {
  visibility: hidden !important;
}

/* line 3, app/assets/stylesheets/components/_auth.scss */
.hnry-auth {
  padding: 0;
}

/* line 6, app/assets/stylesheets/components/_auth.scss */
.hnry-auth__outer-container {
  padding: 12px 24px;
  background: url(/assets/signup/header_desktop-55cd93c78dc352273e5d0ea53935da2374492a8842db8081c0578516c00a7f25.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 760px) {
  /* line 6, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth__outer-container {
    background-size: 760px;
    background-position: center top;
    padding: 12px;
  }
}

@media screen and (max-width: 510px) {
  /* line 6, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth__outer-container {
    background: url(/assets/signup/header_mobile-fc33fc2de74dcc54ef8a7ce0c47e487a9d662e918af950d362d774a6a5d52859.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 410px) {
  /* line 6, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth__outer-container {
    background-size: 410px;
    background-position: center top;
  }
}

/* line 30, app/assets/stylesheets/components/_auth.scss */
.hnry-auth__header {
  padding-left: 12%;
}

@media screen and (max-width: 989px) {
  /* line 30, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth__header {
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-top: 10px;
  }
}

@media screen and (max-width: 410px) {
  /* line 30, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth__header {
    padding-top: 0;
  }
}

/* line 45, app/assets/stylesheets/components/_auth.scss */
.hnry-auth__container {
  display: flex;
  flex-direction: row !important;
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 1rem 6rem 5rem;
  min-height: 0 !important;
}

@media screen and (max-width: 760px) {
  /* line 45, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth__container {
    padding: 3rem 0.8rem;
    justify-content: center;
  }
}

@media screen and (max-width: 510px) {
  /* line 45, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth__container {
    display: flow-root !important;
  }
}

@media screen and (min-width: 1920px) {
  /* line 45, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth__container {
    padding: 4rem 12rem 5rem;
  }
}

/* line 67, app/assets/stylesheets/components/_auth.scss */
.hnry-auth__image {
  width: 550px;
  padding-top: 6%;
  padding-left: 40px;
}

@media screen and (max-width: 989px) {
  /* line 67, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth__image {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  /* line 67, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth__image {
    width: 700px;
    padding-top: 3%;
  }
}

/* line 83, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form-wrapper {
  min-height: 590px;
  min-width: 510px;
  max-width: 510px;
  background: #fff;
  border: 0.5px solid #c8cbcb;
  box-sizing: border-box;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(67, 90, 111, 0.00415);
  border-radius: 8px;
  padding: 2rem 2.5rem 1.25rem 2.5rem;
}

@media screen and (max-width: 760px) {
  /* line 83, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth-form-wrapper {
    padding: 0 0.1rem;
    border-radius: 0.5rem;
    box-shadow: none;
    border: 0;
  }
}

@media screen and (max-width: 510px) {
  /* line 83, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth-form-wrapper {
    min-width: 250px;
    padding: 0 0.1rem;
    display: contents;
  }
}

/* line 109, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-left__title {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
  color: #272754;
  font-weight: 700;
  text-align: center;
}

/* line 118, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-left__description {
  display: flex;
  text-align: center;
  justify-content: center;
  padding-bottom: 1rem;
}

/* line 126, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-right {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 700px;
  padding-left: 40px;
  padding-top: 50px;
}

/* line 134, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-right__quote {
  font-size: 1.1875rem;
  color: #242659;
  line-height: 1.5rem;
}

@media screen and (max-width: 989px) {
  /* line 126, app/assets/stylesheets/components/_auth.scss */
  .hnry-auth-right {
    display: none;
  }
}

/* line 146, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__row {
  padding-bottom: 1rem;
}

/* line 150, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__footer {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

/* line 157, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__jurisdiction {
  padding-top: 30% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 164, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__jurisdiction .btn-primary {
  border: 1px #33367d solid;
  background-color: #fff;
  color: #33367d !important;
}

/* line 170, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__jurisdiction .btn-primary:hover,
.hnry-auth-form__jurisdiction .btn-primary:focus,
.hnry-auth-form__jurisdiction .btn-primary:active {
  background-color: #fff !important;
  border-color: #33367d;
}

/* line 178, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__recaptcha {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

/* line 184, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form .divider {
  text-align: center;
  display: flex;
  align-items: center;
}

/* line 189, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form .divider__line {
  width: 50%;
}

/* line 193, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form .divider__label {
  padding: 0 1.5rem;
  background-color: #fff;
}

/* line 200, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__option-buttons {
  width: 100%;
}

/* line 203, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__option-buttons .option-buttons {
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
}

/* line 208, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__option-buttons .option-buttons label.btn-option, .hnry-auth-form__option-buttons .option-buttons a div.btn-option {
  max-width: 100%;
  width: 100% !important;
  margin: 0;
  margin-bottom: 1rem;
}

/* line 217, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__password {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 222, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__password .toggle-password {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 16px;
}

/* line 230, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__progress {
  background-color: #33b082;
  height: 15px;
  border: 1px solid #33b082;
  border-radius: 10rem;
  margin-top: 38%;
}

/* line 237, app/assets/stylesheets/components/_auth.scss */
.hnry-auth-form__progress .indeterminate {
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/components/_banner.scss */
.hnry-banner {
  background-color: #33b082;
  padding: 1rem 1.25rem;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 1rem;
}

/* line 9, app/assets/stylesheets/components/_banner.scss */
.hnry-banner__text {
  margin-bottom: 0;
  line-height: 2em;
}

/* line 13, app/assets/stylesheets/components/_banner.scss */
.hnry-banner__text a {
  color: #fff !important;
  font-weight: bold;
}

/* line 19, app/assets/stylesheets/components/_banner.scss */
.hnry-banner--warning {
  background-color: #c00;
}

/* line 23, app/assets/stylesheets/components/_banner.scss */
.hnry-banner--info {
  background-color: #607d8b;
}

/* line 3, app/assets/stylesheets/components/_base.scss */
body,
html {
  min-height: 100vh;
  width: 100%;
  margin: 0;
  color: #767676;
}

/* line 11, app/assets/stylesheets/components/_base.scss */
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #333;
  font-weight: 300;
}

/* line 25, app/assets/stylesheets/components/_base.scss */
b,
strong {
  font-weight: 600;
}

/* line 30, app/assets/stylesheets/components/_base.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 38, app/assets/stylesheets/components/_base.scss */
.hover-trash {
  text-shadow: 1px 1px 1px #ccc;
}

/* line 42, app/assets/stylesheets/components/_base.scss */
.click-trash {
  opacity: 0.8;
}

@page {
  size: a4;
  margin: 0;
}

/* line 51, app/assets/stylesheets/components/_base.scss */
.a4 {
  margin: 0;
  width: 100% !important;
  height: 100% !important;
}

/* line 56, app/assets/stylesheets/components/_base.scss */
.a4.inv-tmpl {
  width: 100% !important;
  height: 100% !important;
  font-size: inherit;
}

/* line 63, app/assets/stylesheets/components/_base.scss */
.hide-link-color {
  color: #767676 !important;
}

/* line 67, app/assets/stylesheets/components/_base.scss */
.to-print-100 {
  height: 100% !important;
  width: 100% !important;
}

/* line 72, app/assets/stylesheets/components/_base.scss */
.a4:last-child {
  page-break-after: auto;
}

/* line 76, app/assets/stylesheets/components/_base.scss */
.to-print {
  background-color: white !important;
  border: none !important;
}

/* line 81, app/assets/stylesheets/components/_base.scss */
.top-partner-page {
  background: linear-gradient(rgba(36, 38, 87, 0.5), rgba(36, 38, 87, 0.5)), url(/assets/partner-6bc908cc6dddd1091e719f41c5d1336a769d91d1d4eab4966ad6ef15fcb12b05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  margin-top: -50px;
}

/* line 95, app/assets/stylesheets/components/_base.scss */
.card-columns {
  -moz-column-count: 1;
       column-count: 1;
}

@media (min-width: 995px) {
  /* line 100, app/assets/stylesheets/components/_base.scss */
  .card-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}

/* line 105, app/assets/stylesheets/components/_base.scss */
img.screenshot {
  border: 1px solid #333;
  border-radius: 4px;
}

/* line 111, app/assets/stylesheets/components/_base.scss */
.soft-hidden {
  display: none;
}

/* line 116, app/assets/stylesheets/components/_base.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 121, app/assets/stylesheets/components/_base.scss */
.progress.tour-progress {
  margin-bottom: 0;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #edf0f2;
  border-radius: 0 0 4px 4px;
}

/* line 131, app/assets/stylesheets/components/_base.scss */
.progress-bar.tour-progress-bar {
  height: 8px;
  background-color: #7ccef4;
}

/* line 136, app/assets/stylesheets/components/_base.scss */
.user-index-header {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
  align-items: baseline;
}

/* line 143, app/assets/stylesheets/components/_base.scss */
.sticky-footer {
  background-color: #f7f8fa;
  box-shadow: 0 -7px 6px 0 rgba(0, 0, 0, 0.15);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 2;
  transform: translateY(100%);
  transition: transform 600ms;
}

/* line 154, app/assets/stylesheets/components/_base.scss */
.sticky-footer.is-mobile {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* line 159, app/assets/stylesheets/components/_base.scss */
.sticky-footer.loaded {
  transform: translateY(0);
}

/* line 163, app/assets/stylesheets/components/_base.scss */
.sticky-footer .container.free-bird {
  padding-bottom: 0;
}

/* line 3, app/assets/stylesheets/components/_breadcrumbs.scss */
.application .breadcrumbs ol {
  display: inline-flex;
  list-style: none;
  padding: 0;
}

/* line 9, app/assets/stylesheets/components/_breadcrumbs.scss */
.application .breadcrumbs li + li::before {
  content: ">";
  display: inline-block;
  margin-left: 16px;
  margin-right: 8px;
}

/* line 16, app/assets/stylesheets/components/_breadcrumbs.scss */
.application .breadcrumbs,
.application .breadcrumbs a {
  font-size: 1.3125rem;
  color: #333;
}

/* line 1, app/assets/stylesheets/components/_cards.scss */
a.box {
  color: #767676;
}

/* line 5, app/assets/stylesheets/components/_cards.scss */
.card-footer.card-footer-accent {
  background-color: #fff;
  border-top: 0;
  font-size: 1rem;
  margin: 1rem -10px -1.25rem -10px;
  padding: 0.75rem 1.25rem;
  text-align: center;
  color: #272754;
}

/* line 14, app/assets/stylesheets/components/_cards.scss */
.card-footer.card-footer-accent a {
  color: #272754;
}

/* line 18, app/assets/stylesheets/components/_cards.scss */
.card-footer.card-footer-accent a:hover {
  text-decoration: underline;
}

/* line 23, app/assets/stylesheets/components/_cards.scss */
.login-button {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 27, app/assets/stylesheets/components/_cards.scss */
.login-button .btn {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 33, app/assets/stylesheets/components/_cards.scss */
.home .module-body {
  padding-top: 0;
}

/* line 37, app/assets/stylesheets/components/_cards.scss */
.allocation-cards {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin: 1.5rem 0 2rem;
}

/* line 44, app/assets/stylesheets/components/_cards.scss */
.allocation-cards__card {
  flex-grow: 1;
  width: 33%;
  max-width: 130px;
  min-height: 180px;
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 0 2px 4px -2px rgba(67, 90, 111, 0.301);
  border-radius: 4px;
}

@media (max-width: 480px) {
  /* line 44, app/assets/stylesheets/components/_cards.scss */
  .allocation-cards__card {
    width: 50%;
    max-width: 150px;
  }
}

@media (max-width: 320px) {
  /* line 44, app/assets/stylesheets/components/_cards.scss */
  .allocation-cards__card {
    width: 100%;
  }
}

/* line 64, app/assets/stylesheets/components/_cards.scss */
.allocation-cards__img img {
  width: 130px;
  height: 130px;
}

@media (max-width: 480px) {
  /* line 64, app/assets/stylesheets/components/_cards.scss */
  .allocation-cards__img img {
    width: 150px;
    height: 150px;
  }
}

/* line 75, app/assets/stylesheets/components/_cards.scss */
.allocation-cards__title {
  padding: 1rem;
  text-align: center;
}

/* line 82, app/assets/stylesheets/components/_cards.scss */
.pcard__header {
  color: #212529;
  width: 100%;
  margin-bottom: 1rem;
}

/* line 87, app/assets/stylesheets/components/_cards.scss */
.pcard__header .balance {
  margin-bottom: 0.5rem;
}

/* line 92, app/assets/stylesheets/components/_cards.scss */
.pcard__nav_wrapper {
  margin-top: 1.5rem;
}

/* line 95, app/assets/stylesheets/components/_cards.scss */
.pcard__nav_wrapper .tabs-wrapper {
  margin-bottom: 1.5rem;
}

@media (max-width: 989px) {
  /* line 99, app/assets/stylesheets/components/_cards.scss */
  .pcard__nav_wrapper .tabs-wrapper li a {
    font-size: 12px;
  }
}

@media (min-width: 989px) {
  /* line 92, app/assets/stylesheets/components/_cards.scss */
  .pcard__nav_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

/* line 114, app/assets/stylesheets/components/_cards.scss */
.pcard-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

@media (max-width: 989px) {
  /* line 114, app/assets/stylesheets/components/_cards.scss */
  .pcard-overview {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

@media (max-width: 760px) {
  /* line 114, app/assets/stylesheets/components/_cards.scss */
  .pcard-overview {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

/* line 128, app/assets/stylesheets/components/_cards.scss */
.pcard-overview__main {
  flex: 2;
}

@media (max-width: 760px) {
  /* line 128, app/assets/stylesheets/components/_cards.scss */
  .pcard-overview__main {
    flex: 0 0 100%;
  }
}

/* line 136, app/assets/stylesheets/components/_cards.scss */
.pcard-overview aside {
  flex: 1;
}

@media (max-width: 760px) {
  /* line 136, app/assets/stylesheets/components/_cards.scss */
  .pcard-overview aside {
    flex: 0 0 100%;
  }
}

/* line 144, app/assets/stylesheets/components/_cards.scss */
.pcard-overview__empty-table {
  margin: 1rem;
  text-align: center;
}

/* line 151, app/assets/stylesheets/components/_cards.scss */
.pcard-allocation-img {
  height: 150px !important;
}

@media screen and (max-width: 576px) {
  /* line 151, app/assets/stylesheets/components/_cards.scss */
  .pcard-allocation-img {
    height: 130px !important;
    margin: 0 auto;
  }
}

/* line 161, app/assets/stylesheets/components/_cards.scss */
.card-topup-details {
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

/* line 166, app/assets/stylesheets/components/_cards.scss */
.join-card-waitlist-background {
  background-image: url(/assets/hnry_card/join_card_waitlist_banner_background-e6cba4a661e761b1c82da151a9cfd4b7d6cc134e6ba88cfb952f0ebce4c719d2.jpg);
}

/* line 169, app/assets/stylesheets/components/_cards.scss */
.join-card-waitlist-background-sm {
  background-image: url(/assets/hnry_card/join_card_waitlist_banner_background_sm-6bb29790ac23987659c4e62312c179413013044295db1b497b97a594cded1d40.jpg);
}

/* line 1, app/assets/stylesheets/components/_clients.scss */
.client-currency {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 60%;
  height: 42px;
}

@media (max-width: 576px) {
  /* line 1, app/assets/stylesheets/components/_clients.scss */
  .client-currency {
    width: 100%;
  }
}

/* line 12, app/assets/stylesheets/components/_clients.scss */
.client-currency label {
  top: 0.3rem !important;
}

/* line 16, app/assets/stylesheets/components/_clients.scss */
.client-currency .select-wrapper {
  width: 25%;
  top: -0.5rem;
  right: 0;
}

@media (max-width: 576px) {
  /* line 16, app/assets/stylesheets/components/_clients.scss */
  .client-currency .select-wrapper {
    right: -3rem;
  }
}

@media (max-width: 320px) {
  /* line 16, app/assets/stylesheets/components/_clients.scss */
  .client-currency .select-wrapper {
    right: -4rem;
    width: 30%;
  }
}

/* line 1, app/assets/stylesheets/components/_close_button.scss */
button.close-button {
  background-color: transparent;
  border: 0;
  padding: 0.9rem 1rem;
  -webkit-appearance: none;
}

/* line 8, app/assets/stylesheets/components/_close_button.scss */
.close-button {
  color: #000;
  cursor: pointer;
  float: right;
  font-size: 1.3rem;
  line-height: 1;
  margin-right: -3rem;
  margin-top: -0.8rem;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}

/* line 20, app/assets/stylesheets/components/_close_button.scss */
.alert-primary .close-button {
  color: #004085;
  opacity: 0.9;
  position: absolute;
  top: 0.8rem;
  right: 3rem;
}

/* line 28, app/assets/stylesheets/components/_close_button.scss */
.closable {
  padding-right: 3rem;
}

/* line 1, app/assets/stylesheets/components/_copy.scss */
.copy-trigger:hover {
  cursor: pointer;
}

/* line 5, app/assets/stylesheets/components/_copy.scss */
#otp-secret.copy-trigger {
  font-size: 20px;
  background: white;
}

/* line 9, app/assets/stylesheets/components/_copy.scss */
#otp-secret.copy-trigger i {
  color: #0275d8 !important;
}

/* line 2, app/assets/stylesheets/components/_credit_card_payment.scss */
.pay-now .body-preview {
  text-align: center;
}

/* line 6, app/assets/stylesheets/components/_credit_card_payment.scss */
.pay-now .iframe {
  height: 425px;
  width: 100%;
}

/* line 12, app/assets/stylesheets/components/_credit_card_payment.scss */
.pay-now .header-logo {
  height: 75px;
  margin-top: 10px;
}

/* line 16, app/assets/stylesheets/components/_credit_card_payment.scss */
.pay-now .header-logo img {
  max-height: 75px;
}

/* line 21, app/assets/stylesheets/components/_credit_card_payment.scss */
.pay-now .visa-logo {
  height: 45px;
  margin: 5px auto 0 auto;
}

/* line 25, app/assets/stylesheets/components/_credit_card_payment.scss */
.pay-now .visa-logo img {
  max-height: 45px;
}

/* line 30, app/assets/stylesheets/components/_credit_card_payment.scss */
.pay-now .mastercard-logo {
  height: 60px;
  margin: 0 auto;
}

/* line 34, app/assets/stylesheets/components/_credit_card_payment.scss */
.pay-now .mastercard-logo img {
  max-height: 60px;
}

/* line 39, app/assets/stylesheets/components/_credit_card_payment.scss */
.pay-now .paystation-logo {
  height: 50px;
  margin: 0 auto;
}

/* line 43, app/assets/stylesheets/components/_credit_card_payment.scss */
.pay-now .paystation-logo img {
  max-height: 50px;
}

/* line 1, app/assets/stylesheets/components/_currency_field.scss */
.md-form .currency-prefix,
.md-field .currency-prefix {
  margin-left: -12px;
  width: 10px;
  float: left;
  line-height: 3.15rem;
}

/* line 2, app/assets/stylesheets/components/_dashboard_modules.scss */
[data-turbolinks-preview] .custom-card-home .col-xl-6 {
  animation: none;
}

/* line 6, app/assets/stylesheets/components/_dashboard_modules.scss */
.custom-card-home {
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 8, app/assets/stylesheets/components/_dashboard_modules.scss */
.custom-card-home .col-xl-6 {
  opacity: 0;
  animation: FadeInUp 0.6s ease forwards;
}

/* line 12, app/assets/stylesheets/components/_dashboard_modules.scss */
.custom-card-home .col-xl-6:nth-of-type(2) {
  animation-delay: 0.2s;
}

/* line 16, app/assets/stylesheets/components/_dashboard_modules.scss */
.custom-card-home .col-xl-6:nth-of-type(3) {
  animation-delay: 0.4s;
}

/* line 20, app/assets/stylesheets/components/_dashboard_modules.scss */
.custom-card-home .col-xl-6:nth-of-type(4) {
  animation-delay: 0.6s;
}

/* line 26, app/assets/stylesheets/components/_dashboard_modules.scss */
.card,
.card:hover {
  position: relative;
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 0 2px 4px -2px rgba(67, 90, 111, 0.301);
  border-radius: 4px;
}

/* line 32, app/assets/stylesheets/components/_dashboard_modules.scss */
.card .card-body .main-content,
.card:hover .card-body .main-content {
  max-height: none;
}

/* line 36, app/assets/stylesheets/components/_dashboard_modules.scss */
.card .card-body.full-width,
.card:hover .card-body.full-width {
  padding: 0;
}

@media (min-width: 990px) {
  /* line 43, app/assets/stylesheets/components/_dashboard_modules.scss */
  .box {
    min-height: 360px;
    height: 100%;
  }
  /* line 48, app/assets/stylesheets/components/_dashboard_modules.scss */
  .main-content {
    overflow-y: hidden;
  }
}

/* line 53, app/assets/stylesheets/components/_dashboard_modules.scss */
.home {
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 56, app/assets/stylesheets/components/_dashboard_modules.scss */
.home .main-content {
  max-height: 280px;
}

/* line 60, app/assets/stylesheets/components/_dashboard_modules.scss */
.home .main-content,
.home .main-content-tall {
  margin: 0;
}

/* line 64, app/assets/stylesheets/components/_dashboard_modules.scss */
.home .main-content i,
.home .main-content-tall i {
  vertical-align: middle;
}

/* line 71, app/assets/stylesheets/components/_dashboard_modules.scss */
.home section .card .card-body p {
  min-height: 70px;
}

/* line 77, app/assets/stylesheets/components/_dashboard_modules.scss */
.home .guides {
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 80, app/assets/stylesheets/components/_dashboard_modules.scss */
.home .guides .card-body p {
  min-height: 70px !important;
}

/* line 86, app/assets/stylesheets/components/_dashboard_modules.scss */
.overflow-scroll {
  overflow-y: scroll;
}

/* line 90, app/assets/stylesheets/components/_dashboard_modules.scss */
.scrollable {
  max-height: 360px;
  border-radius: 0 0 0.25rem 0.25rem;
}

@media (max-width: 989px) {
  /* line 90, app/assets/stylesheets/components/_dashboard_modules.scss */
  .scrollable {
    max-height: none;
  }
}

/* line 99, app/assets/stylesheets/components/_dashboard_modules.scss */
.module-body {
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 102, app/assets/stylesheets/components/_dashboard_modules.scss */
.module-body p {
  color: #333;
}

/* line 105, app/assets/stylesheets/components/_dashboard_modules.scss */
.module-body p small {
  color: #767676;
  font-size: 86%;
}

/* line 110, app/assets/stylesheets/components/_dashboard_modules.scss */
.module-body p a {
  text-decoration: underline;
}

/* line 115, app/assets/stylesheets/components/_dashboard_modules.scss */
.module-body p.small {
  line-height: 120%;
  margin-bottom: 0.5rem;
}

/* line 120, app/assets/stylesheets/components/_dashboard_modules.scss */
.module-body .list-group-item {
  padding: 15px;
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 123, app/assets/stylesheets/components/_dashboard_modules.scss */
.module-body .list-group-item + .list-group-item {
  border-top: 1px solid #edf0f2;
}

/* line 128, app/assets/stylesheets/components/_dashboard_modules.scss */
.module-body .list-group-item p {
  text-align: left;
  margin: 0;
}

/* line 132, app/assets/stylesheets/components/_dashboard_modules.scss */
.module-body .list-group-item p small {
  margin-left: 5px;
  margin-top: 6px;
  font-size: 70%;
  color: #767676;
}

/* line 140, app/assets/stylesheets/components/_dashboard_modules.scss */
.module-body .list-group-item .list-group-ellipsis {
  min-width: 0;
}

@media (max-width: 450px) {
  /* line 144, app/assets/stylesheets/components/_dashboard_modules.scss */
  .module-body .list-group-item .list-group-ellipsis > * {
    flex-wrap: wrap;
  }
  /* line 148, app/assets/stylesheets/components/_dashboard_modules.scss */
  .module-body .list-group-item .list-group-ellipsis small {
    margin: 0;
  }
  /* line 152, app/assets/stylesheets/components/_dashboard_modules.scss */
  .module-body .list-group-item .list-group-ellipsis .text-ellipsis {
    width: 100%;
  }
}

/* line 160, app/assets/stylesheets/components/_dashboard_modules.scss */
a.link-deco {
  color: #000;
  text-decoration: none;
}

/* line 166, app/assets/stylesheets/components/_dashboard_modules.scss */
.home section .card .card-body.module-body p {
  min-height: 0 !important;
}

/* line 171, app/assets/stylesheets/components/_dashboard_modules.scss */
.module-list {
  border: none;
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 175, app/assets/stylesheets/components/_dashboard_modules.scss */
.module-list i {
  margin-right: 10px;
}

@media (min-width: 1200px) {
  /* line 182, app/assets/stylesheets/components/_dashboard_modules.scss */
  .dashboard-module.overflow-scroll {
    max-height: 300px !important;
  }
}

/* line 3, app/assets/stylesheets/components/_datedropper.scss */
.pick {
  width: 200px;
}

/* line 7, app/assets/stylesheets/components/_datedropper.scss */
.pick-m {
  width: inherit !important;
  background-color: #272754 !important;
}

/* line 11, app/assets/stylesheets/components/_datedropper.scss */
.pick-m .pick-arw i {
  font-size: 2rem;
  color: white;
}

/* line 17, app/assets/stylesheets/components/_datedropper.scss */
.pick-lg {
  background-color: white !important;
}

/* line 21, app/assets/stylesheets/components/_datedropper.scss */
.pick-lg-h {
  background-color: white !important;
  color: #333 !important;
  font-weight: 800 !important;
}

/* line 27, app/assets/stylesheets/components/_datedropper.scss */
.pick-sl::before {
  background-color: #33b082 !important;
}

/* line 31, app/assets/stylesheets/components/_datedropper.scss */
.pick-d {
  background-color: white !important;
}

/* line 35, app/assets/stylesheets/components/_datedropper.scss */
.pick-d span {
  color: #272754 !important;
}

/* line 39, app/assets/stylesheets/components/_datedropper.scss */
.pick-y {
  background-color: white !important;
  color: #333;
  width: inherit !important;
}

/* line 44, app/assets/stylesheets/components/_datedropper.scss */
.pick-y .pick-arw i {
  font-size: 2rem;
  color: #333;
}

/* line 50, app/assets/stylesheets/components/_datedropper.scss */
.pick-btns {
  background-color: white !important;
  margin-bottom: 20px !important;
}

/* line 55, app/assets/stylesheets/components/_datedropper.scss */
.pick-submit {
  background-color: #33b082 !important;
}

@media only screen and (max-width: 480px) {
  /* line 61, app/assets/stylesheets/components/_datedropper.scss */
  div.datedropper.picker-modal {
    top: 15% !important;
  }
  /* line 65, app/assets/stylesheets/components/_datedropper.scss */
  div.datedropper.picker-lg {
    top: 5% !important;
  }
}

@media (min-width: 481px) {
  /* line 73, app/assets/stylesheets/components/_datedropper.scss */
  div.datedropper.picker-modal {
    top: 10% !important;
  }
  /* line 77, app/assets/stylesheets/components/_datedropper.scss */
  div.datedropper.picker-lg {
    top: 10% !important;
  }
}

/* line 83, app/assets/stylesheets/components/_datedropper.scss */
.datedropper::before {
  background-color: #272754 !important;
}

/* line 87, app/assets/stylesheets/components/_datedropper.scss */
.pick-btn-sz {
  color: #333 !important;
}

/* line 91, app/assets/stylesheets/components/_datedropper.scss */
div.datedropper .picker .pick-btns .pick-submit {
  border-bottom-right-radius: 56px !important;
  border-bottom-left-radius: 56px !important;
}

/* line 96, app/assets/stylesheets/components/_datedropper.scss */
div.datedropper.primary .pick-y.pick-jump,
div.datedropper.primary .pick li span,
div.datedropper.primary .pick-lg-b .pick-wke,
div.datedropper.primary .pick-btn {
  color: #272754;
}

/* line 103, app/assets/stylesheets/components/_datedropper.scss */
.pick-btn:hover {
  background: #c0c0c0 !important;
}

/* line 107, app/assets/stylesheets/components/_datedropper.scss */
.pick-wke {
  color: #333 !important;
}

/* line 111, app/assets/stylesheets/components/_datedropper.scss */
div.datedropper .picker ul.pick .pick-arw-s1 {
  opacity: 0.5 !important;
  -webkit-transform: scale(0.8) !important;
  -moz-transform: scale(0.8) !important;
  -ms-transform: scale(0.8) !important;
  -o-transform: scale(0.8) !important;
}

/* line 119, app/assets/stylesheets/components/_datedropper.scss */
#input-year {
  width: auto !important;
  margin-left: 60px;
  margin-right: 60px;
}

/* line 1, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input {
  position: relative;
}

/* line 5, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input button {
  background: #fff;
}

/* line 8, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input button:hover {
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input label {
  background-color: #fff;
}

/* line 17, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 102;
  width: 320px;
  padding: 1rem;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

/* line 29, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__month-view__weekdays {
  justify-content: space-around;
}

/* line 32, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__month-view__weekdays > div {
  max-width: calc(14.2857% - 0.5rem) !important;
  margin: 0.25rem;
  text-align: center;
  color: #282753;
}

/* line 39, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__month-view__weekdays > div > abbr {
  text-decoration: none;
  cursor: default;
  text-transform: uppercase;
  font-size: 0.65rem;
}

/* line 48, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__month-view__days {
  justify-content: space-around;
}

/* line 53, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__month-view__days__day,
.datepicker-input .react-calendar .react-calendar__year-view__months__month {
  margin: 0.25rem;
  border-radius: 9999px;
  padding: 0.25rem 0.2rem;
  border: none;
  transition: all 0.2s ease;
}

/* line 61, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__month-view__days__day:hover,
.datepicker-input .react-calendar .react-calendar__year-view__months__month:hover {
  background: rgba(51, 176, 130, 0.2);
}

/* line 66, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__month-view__days__day.react-calendar__tile--now,
.datepicker-input .react-calendar .react-calendar__year-view__months__month.react-calendar__tile--now {
  box-shadow: 0 0 0 1px #33b082;
}

/* line 71, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__month-view__days__day.react-calendar__month-view__days__day--neighboringMonth,
.datepicker-input .react-calendar .react-calendar__year-view__months__month.react-calendar__month-view__days__day--neighboringMonth {
  color: #c8cbcb;
}

/* line 75, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__month-view__days__day.react-calendar__tile--rangeStart, .datepicker-input .react-calendar .react-calendar__month-view__days__day.react-calendar__tile--rangeEnd, .datepicker-input .react-calendar .react-calendar__month-view__days__day.react-calendar__tile--rangeBothEnds,
.datepicker-input .react-calendar .react-calendar__year-view__months__month.react-calendar__tile--rangeStart,
.datepicker-input .react-calendar .react-calendar__year-view__months__month.react-calendar__tile--rangeEnd,
.datepicker-input .react-calendar .react-calendar__year-view__months__month.react-calendar__tile--rangeBothEnds {
  background: #33b082;
  color: #fff;
}

/* line 86, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__month-view__days__day {
  max-width: calc(14.2857% - 0.5rem) !important;
}

/* line 89, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__month-view__days__day:disabled {
  color: #c8cbcb;
  cursor: default;
  background: none;
}

/* line 96, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__year-view__months__month {
  max-width: calc(33.3333% - 0.5rem) !important;
}

/* line 103, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

/* line 111, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__navigation__label {
  border: none;
  font-size: 1.2rem;
  color: #33b082;
}

/* line 118, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__navigation__arrow {
  border: none;
  font-size: 1.2em;
  font-weight: bold;
  background: #edf0f2;
  color: #767676;
  transition: all 0.2s ease;
  border-radius: 9999px;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 132, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__navigation__arrow:hover {
  background: #c8cbcb;
  color: #edf0f2;
}

/* line 139, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input .react-calendar .react-calendar__navigation__prev2-button,
.datepicker-input .react-calendar .react-calendar__navigation__next2-button {
  display: none;
}

/* line 146, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input input {
  padding-right: 3rem;
  width: calc(100% - 3rem);
  border-left: none;
  border-top: none;
  border-right: none;
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 153, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input input[value] + label {
  font-size: 0.8rem;
  padding-right: 1rem;
  transform: translateY(-140%);
}

/* line 160, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input input[value=""] + label {
  transform: translateY(0);
  font-size: 1rem;
}

/* line 165, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input input:focus {
  border-color: none;
  box-shadow: none;
  border-bottom-color: #33b082;
}

/* line 170, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input input:focus ~ .icon path {
  fill: #33b082;
}

/* line 174, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input input:focus + label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 182, app/assets/stylesheets/components/_datepicker.scss */
.datepicker-input input + label {
  pointer-events: none;
}

/* line 189, app/assets/stylesheets/components/_datepicker.scss */
input.datepicker-native[type="date"] {
  padding-left: 0;
  -webkit-appearance: none;
}

/* line 192, app/assets/stylesheets/components/_datepicker.scss */
input.datepicker-native[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  display: none;
}

/* line 197, app/assets/stylesheets/components/_datepicker.scss */
input.datepicker-native[type="date"] + label {
  pointer-events: none;
  background-color: #fff;
  right: 0;
  margin-right: 2rem;
}

/* line 203, app/assets/stylesheets/components/_datepicker.scss */
input.datepicker-native[type="date"] + label.active {
  background-color: transparent;
  padding-right: 0;
}

/* line 212, app/assets/stylesheets/components/_datepicker.scss */
input.datepicker-native.required[type="date"] + label::after {
  color: #c00;
  content: ' *';
  display: inline;
  position: relative;
  top: 0;
  opacity: 100;
}

/* line 5, app/assets/stylesheets/components/_feedback.scss */
.feedback {
  font-size: 0.875rem;
}

/* line 8, app/assets/stylesheets/components/_feedback.scss */
.feedback__text {
  color: #242659;
  margin-bottom: 1rem;
}

/* line 13, app/assets/stylesheets/components/_feedback.scss */
.feedback-info {
  color: #495057;
}

/* line 16, app/assets/stylesheets/components/_feedback.scss */
.feedback-info p {
  color: #242659;
}

/* line 21, app/assets/stylesheets/components/_feedback.scss */
.feedback-success {
  color: #33b082;
}

/* line 25, app/assets/stylesheets/components/_feedback.scss */
.feedback-warning {
  color: #f07f38;
}

/* line 29, app/assets/stylesheets/components/_feedback.scss */
.feedback-error {
  color: #c00;
}

/* line 34, app/assets/stylesheets/components/_feedback.scss */
.instruction-text {
  font-size: 1rem;
  color: #495057;
}

@media (max-width: 480px) {
  /* line 2, app/assets/stylesheets/components/_filings.scss */
  .filings .main-container .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 8, app/assets/stylesheets/components/_filings.scss */
.edit-button {
  border: none;
  background-color: inherit;
  cursor: pointer;
}

/* line 15, app/assets/stylesheets/components/_filings.scss */
.filing-expenses-table table {
  margin-bottom: 0;
}

@media (max-width: 410px) {
  /* line 15, app/assets/stylesheets/components/_filings.scss */
  .filing-expenses-table table {
    font-size: 0.875rem;
  }
}

/* line 22, app/assets/stylesheets/components/_filings.scss */
.filing-expenses-table table th {
  font-weight: 400;
}

/* line 26, app/assets/stylesheets/components/_filings.scss */
.filing-expenses-table table td {
  font-weight: 300;
}

/* line 31, app/assets/stylesheets/components/_filings.scss */
.filing-expenses-table__icon {
  width: 32px;
}

/* line 35, app/assets/stylesheets/components/_filings.scss */
.filing-expenses-table__claimable-amount {
  width: 182px;
  padding-right: 0;
}

@media (max-width: 410px) {
  /* line 35, app/assets/stylesheets/components/_filings.scss */
  .filing-expenses-table__claimable-amount {
    width: 60px;
  }
}

/* line 44, app/assets/stylesheets/components/_filings.scss */
.filing-expenses-table__accordion-btn {
  border: 0;
  padding: 0;
  font-size: 1.35rem;
  background-color: transparent;
}

/* line 51, app/assets/stylesheets/components/_filings.scss */
.filing-expenses-table__accordion-btn.expanded .accordion-icon {
  transform: rotate(180deg);
}

/* line 59, app/assets/stylesheets/components/_filings.scss */
.filing-expenses-table__category-title {
  padding-left: 0 !important;
}

/* line 63, app/assets/stylesheets/components/_filings.scss */
.filing-expenses-table__total {
  padding-right: 0 !important;
}

/* line 68, app/assets/stylesheets/components/_filings.scss */
.expenses-table-wrapper {
  padding: 0.75rem 0 0 0.75rem !important;
  vertical-align: middle !important;
}

/* line 72, app/assets/stylesheets/components/_filings.scss */
.expenses-table-wrapper .table-header {
  vertical-align: middle;
  padding: 0 0 0.75rem 0;
  border: 0;
}

/* line 77, app/assets/stylesheets/components/_filings.scss */
.expenses-table-wrapper .table-header.expenses-total-claimed {
  padding-right: 0.75rem;
}

/* line 82, app/assets/stylesheets/components/_filings.scss */
.expenses-table-wrapper tr.expense td {
  border-top: none;
}

/* line 87, app/assets/stylesheets/components/_filings.scss */
.filing-income-table {
  margin-bottom: 0;
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 90, app/assets/stylesheets/components/_filings.scss */
.filing-income-table__fitted-col {
  text-align: right;
}

/* line 94, app/assets/stylesheets/components/_filings.scss */
.filing-income-table_icons {
  display: flex;
  justify-content: flex-end;
  margin-right: 1rem;
}

/* line 101, app/assets/stylesheets/components/_filings.scss */
.filing-income-table td {
  vertical-align: middle;
}

@media (max-width: 480px) {
  /* line 87, app/assets/stylesheets/components/_filings.scss */
  .filing-income-table {
    font-size: 0.8125rem;
  }
  /* line 108, app/assets/stylesheets/components/_filings.scss */
  .filing-income-table td {
    padding: 0.75rem 0.35rem;
  }
  /* line 112, app/assets/stylesheets/components/_filings.scss */
  .filing-income-table__fitted-col {
    padding: 0.75rem 0 !important;
  }
  /* line 116, app/assets/stylesheets/components/_filings.scss */
  .filing-income-table .action-button {
    padding: 0 !important;
    width: 40px;
    max-width: 40px;
  }
  /* line 122, app/assets/stylesheets/components/_filings.scss */
  .filing-income-table .dropdown-toggle {
    max-width: 34px;
  }
}

/* line 127, app/assets/stylesheets/components/_filings.scss */
.filing-income-table .expenses-total-row {
  font-size: 1.188rem;
  background-color: #242659;
  color: #fff;
}

/* line 132, app/assets/stylesheets/components/_filings.scss */
.filing-income-table .expenses-total-row td:first-child {
  border-left-style: solid;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 138, app/assets/stylesheets/components/_filings.scss */
.filing-income-table .expenses-total-row td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  vertical-align: bottom;
}

@media (max-width: 375px) {
  /* line 87, app/assets/stylesheets/components/_filings.scss */
  .filing-income-table {
    font-size: 0.7rem;
  }
}

@media (max-width: 375px) {
  /* line 150, app/assets/stylesheets/components/_filings.scss */
  .filing-income-table__status {
    font-size: 0;
  }
}

/* line 156, app/assets/stylesheets/components/_filings.scss */
.filing-income-table__income-source-btn {
  min-width: 110px !important;
  text-align: center;
}

@media (max-width: 989px) {
  /* line 156, app/assets/stylesheets/components/_filings.scss */
  .filing-income-table__income-source-btn {
    min-width: 80px !important;
  }
}

@media (max-width: 480px) {
  /* line 167, app/assets/stylesheets/components/_filings.scss */
  .filing-income-table-col {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}

/* line 173, app/assets/stylesheets/components/_filings.scss */
.filing-income-table-col table {
  border-bottom: 2px solid #dee2e6;
}

/* line 178, app/assets/stylesheets/components/_filings.scss */
.disabled-while-loading {
  opacity: 0.5;
}

/* line 182, app/assets/stylesheets/components/_filings.scss */
.spouse-question__info {
  font-size: 0.95rem;
}

/* line 186, app/assets/stylesheets/components/_filings.scss */
label[for='user[begin_terms_accepted]'] {
  font-size: inherit;
  line-height: inherit;
}

/* line 192, app/assets/stylesheets/components/_filings.scss */
#draft-return label[for='confirm_draft_return'] {
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/components/_forms.scss */
.hnry-form {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 6, app/assets/stylesheets/components/_forms.scss */
.hnry-form label {
  position: absolute;
  top: 1rem;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: 0.2s ease-out;
}

/* line 14, app/assets/stylesheets/components/_forms.scss */
.hnry-form label.active {
  font-size: 0.875rem;
  transform: translateY(-140%);
}

/* line 21, app/assets/stylesheets/components/_forms.scss */
.hnry-form-control {
  padding: 0;
  padding-bottom: 0.6rem;
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
}

/* line 33, app/assets/stylesheets/components/_forms.scss */
.hnry-form-control:-moz-read-only {
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
}
.hnry-form-control:disabled, .hnry-form-control:read-only {
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
}

/* line 40, app/assets/stylesheets/components/_forms.scss */
.hnry-checkbox {
  /* checkbox aspect */
  /* checked mark aspect */
}

/* line 42, app/assets/stylesheets/components/_forms.scss */
.hnry-checkbox [type="checkbox"]:not(:checked) + label::before,
.hnry-checkbox [type="checkbox"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  border: 2px solid #949494;
  transition: all 0.3s;
  transform: rotate(0);
}

/* line 60, app/assets/stylesheets/components/_forms.scss */
.hnry-checkbox [type="checkbox"]:not(:checked) + label::before {
  background: #fff;
}

/* line 64, app/assets/stylesheets/components/_forms.scss */
.hnry-checkbox [type="checkbox"]:checked + label::before {
  background: #33b082;
  border: 2px solid #33b082;
}

/* line 69, app/assets/stylesheets/components/_forms.scss */
.hnry-checkbox [type="checkbox"]:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 75, app/assets/stylesheets/components/_forms.scss */
.hnry-checkbox [type="checkbox"]:not(:checked) + label::after,
.hnry-checkbox [type="checkbox"]:checked + label::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 0 13px 3px 0;
  top: 6px;
  left: 4px;
  color: #fff;
  transition: all 0.2s;
  transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

/* line 93, app/assets/stylesheets/components/_forms.scss */
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search-md]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #33b082 !important;
  box-shadow: 0 0 0 0 #33b082 !important;
}

/* line 107, app/assets/stylesheets/components/_forms.scss */
input[type=date]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=search-md]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
textarea.md-textarea:focus:not([readonly]) + label {
  color: #33b082;
}

/* line 110, app/assets/stylesheets/components/_forms.scss */
input[type=date]:focus:not([readonly]) + label a.fa,
input[type=datetime-local]:focus:not([readonly]) + label a.fa,
input[type=email]:focus:not([readonly]) + label a.fa,
input[type=number]:focus:not([readonly]) + label a.fa,
input[type=password]:focus:not([readonly]) + label a.fa,
input[type=search-md]:focus:not([readonly]) + label a.fa,
input[type=tel]:focus:not([readonly]) + label a.fa,
input[type=text]:focus:not([readonly]) + label a.fa,
input[type=time]:focus:not([readonly]) + label a.fa,
input[type=url]:focus:not([readonly]) + label a.fa,
textarea.md-textarea:focus:not([readonly]) + label a.fa {
  color: #33b082;
}

/* line 116, app/assets/stylesheets/components/_forms.scss */
input[type=search]:focus:not([readonly]) {
  border-bottom: 1px solid #c8cbcb !important;
  box-shadow: 0 0 0 0 #c8cbcb !important;
}

/* line 120, app/assets/stylesheets/components/_forms.scss */
input[type=search]:focus:not([readonly]) + label {
  color: #c8cbcb;
}

/* line 125, app/assets/stylesheets/components/_forms.scss */
input.invalid,
textarea.invalid {
  border-bottom: none !important;
  box-shadow: 0 1px 0 0 #c00 !important;
}

/* line 131, app/assets/stylesheets/components/_forms.scss */
.btn-primary {
  background-color: #33b082;
  border-color: #33b082;
}

/* line 136, app/assets/stylesheets/components/_forms.scss */
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #4bcb9c;
  border-color: #4bcb9c;
}

/* line 145, app/assets/stylesheets/components/_forms.scss */
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #c8cbcb !important;
  border-color: #c8cbcb !important;
}

/* line 151, app/assets/stylesheets/components/_forms.scss */
.btn-cancel {
  background-color: #c8cbcb !important;
}

/* line 155, app/assets/stylesheets/components/_forms.scss */
.badge-number {
  color: #333 !important;
  padding: 0;
  text-align: center;
}

/* line 161, app/assets/stylesheets/components/_forms.scss */
.invoice_item_quantity {
  -webkit-appearance: none;
  padding: 0;
}

/* line 166, app/assets/stylesheets/components/_forms.scss */
.links {
  text-align: right;
}

/* line 169, app/assets/stylesheets/components/_forms.scss */
.links .add-association {
  margin-right: 40px;
  color: #272754;
}

/* line 175, app/assets/stylesheets/components/_forms.scss */
.original-service-name select,
.original-service-name i {
  float: left;
  clear: none;
}

/* line 181, app/assets/stylesheets/components/_forms.scss */
.original-service-select {
  width: 83%;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 794px) {
  /* line 181, app/assets/stylesheets/components/_forms.scss */
  .original-service-select {
    width: 88%;
  }
}

/* line 192, app/assets/stylesheets/components/_forms.scss */
.total-container {
  width: 100%;
}

/* line 195, app/assets/stylesheets/components/_forms.scss */
.total-container .total-box {
  float: right;
  text-align: right;
  width: 200px;
}

/* line 200, app/assets/stylesheets/components/_forms.scss */
.total-container .total-box .total-label {
  color: #767676;
}

/* line 204, app/assets/stylesheets/components/_forms.scss */
.total-container .total-box .total-price {
  color: #33b082;
}

/* line 212, app/assets/stylesheets/components/_forms.scss */
.invoice-table td,
.quote-table td {
  border-top: none;
}

/* line 217, app/assets/stylesheets/components/_forms.scss */
.active-label {
  transform: translateY(0) !important;
}

/* line 225, app/assets/stylesheets/components/_forms.scss */
.fa-hnry-eye {
  background-image: url(/assets/invoice_read_1-5efb56456d892c00c4a2f37038f7fa86c27fd5c202e834ec722105755a1c45b2.svg);
  background-repeat: no-repeat;
  width: 22px;
  line-height: 22px;
  margin: 0 auto;
}

/* line 233, app/assets/stylesheets/components/_forms.scss */
.fa-hnry-eye-component {
  padding-right: 22px;
  height: 22px;
  margin: 5px 0 5px 0;
}

/* line 239, app/assets/stylesheets/components/_forms.scss */
.signup-line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #c8cbcb;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

/* line 246, app/assets/stylesheets/components/_forms.scss */
.signup-line span {
  background: #fff;
  padding: 0 10px;
}

@media (min-width: 989px) {
  /* line 253, app/assets/stylesheets/components/_forms.scss */
  .checkbox-indent {
    margin-left: 35px;
  }
}

/* line 259, app/assets/stylesheets/components/_forms.scss */
.toggle-indent {
  margin-left: 66px;
}

@media (max-width: 989px) {
  /* line 259, app/assets/stylesheets/components/_forms.scss */
  .toggle-indent {
    margin-left: 0;
  }
}

/* line 267, app/assets/stylesheets/components/_forms.scss */
.small-indent {
  margin-left: 15px;
}

/* line 271, app/assets/stylesheets/components/_forms.scss */
.radio-indent {
  margin-left: 20px;
}

/* line 275, app/assets/stylesheets/components/_forms.scss */
.text-indent {
  margin-left: 24px;
}

/* line 279, app/assets/stylesheets/components/_forms.scss */
.switch-content-wrapper {
  padding-left: 4rem;
}

/* line 283, app/assets/stylesheets/components/_forms.scss */
.toggle-content-wrapper {
  margin-left: 4.2rem;
}

@media (max-width: 410px) {
  /* line 283, app/assets/stylesheets/components/_forms.scss */
  .toggle-content-wrapper {
    margin-top: 1.2rem;
    margin-left: 2.2rem;
  }
}

/* line 292, app/assets/stylesheets/components/_forms.scss */
.checkbox-content-wrapper {
  margin-top: 0.6rem;
  margin-left: 2rem;
}

/* line 302, app/assets/stylesheets/components/_forms.scss */
.hnry-radio[type="radio"]:not(:checked),
.hnry-radio[type="radio"]:checked {
  position: relative;
  left: 22px;
  top: 11px;
  opacity: 0;
  visibility: visible;
}

/* line 313, app/assets/stylesheets/components/_forms.scss */
.no-pointer {
  pointer-events: none;
}

/* line 317, app/assets/stylesheets/components/_forms.scss */
button.btn-small {
  height: 48px;
  width: 48px;
  border: none;
  background: none;
  cursor: pointer;
}

/* line 324, app/assets/stylesheets/components/_forms.scss */
button.btn-small:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 329, app/assets/stylesheets/components/_forms.scss */
.form-mdb-select {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 989px) {
  /* line 334, app/assets/stylesheets/components/_forms.scss */
  .expense-category-mobile-padding {
    padding-bottom: 14rem;
  }
}

/* line 340, app/assets/stylesheets/components/_forms.scss */
.hnry-radio-btn-group {
  margin-left: 1.5rem;
}

/* line 343, app/assets/stylesheets/components/_forms.scss */
.hnry-radio-btn-group__label {
  min-width: 4.6rem;
}

/* line 348, app/assets/stylesheets/components/_forms.scss */
.md-form-dropdown .select-wrapper {
  margin-top: 0.5rem;
}

/* line 353, app/assets/stylesheets/components/_forms.scss */
input[type=text]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 357, app/assets/stylesheets/components/_forms.scss */
input[type=text]:disabled ~ svg {
  opacity: 0.5;
}

/* line 1, app/assets/stylesheets/components/_graph.scss */
rect.bar {
  fill: #33b082;
  stroke-width: 1px;
}

/* line 6, app/assets/stylesheets/components/_graph.scss */
.axis-grey line {
  stroke: #272754;
  stroke-width: 2px;
}

/* line 11, app/assets/stylesheets/components/_graph.scss */
.axis-grey path {
  stroke: #272754;
  stroke-width: 2px;
}

/* line 16, app/assets/stylesheets/components/_graph.scss */
.axis-grey text {
  fill: #767676 !important;
  stroke-width: 2px;
}

/* line 21, app/assets/stylesheets/components/_graph.scss */
.measureChart {
  height: 350px;
  display: block;
  width: 100%;
}

/* line 27, app/assets/stylesheets/components/_graph.scss */
.reference-number-span {
  cursor: pointer;
  font-size: 25px;
  color: #272754;
}

/* line 33, app/assets/stylesheets/components/_graph.scss */
.reference-number-span-active {
  color: #33b082 !important;
}

/* line 37, app/assets/stylesheets/components/_graph.scss */
.hover {
  text-align: center;
  width: 100px;
  height: 55px;
  padding: 2px;
  font: 15px sans-serif;
  stroke: white;
  fill: #333;
  pointer-events: none;
  z-index: 999;
}

/* line 49, app/assets/stylesheets/components/_graph.scss */
.boxHover {
  opacity: 0.8;
  z-index: 999;
}

/* line 54, app/assets/stylesheets/components/_graph.scss */
.boxHover rect {
  width: 80px;
  z-index: 999;
}

/* line 59, app/assets/stylesheets/components/_graph.scss */
.boxHover text {
  font: 15px sans-serif;
  z-index: 999;
  fill: #fff;
  position: relative;
}

/* line 66, app/assets/stylesheets/components/_graph.scss */
#payment-graph .bar:hover {
  fill: #272754;
}

/* line 70, app/assets/stylesheets/components/_graph.scss */
.text-no-data-graph {
  font-size: 16px;
  font-family: "Inter", "Helvetica Neue", arial, sans-serif;
  fill: #c8cbcb;
}

/* line 2, app/assets/stylesheets/components/_icon-dropdown.scss */
.hnry-icon-dropdown__menu {
  left: auto;
  right: 0;
  border-radius: 6px;
  z-index: 100;
}

/* line 9, app/assets/stylesheets/components/_icon-dropdown.scss */
.hnry-icon-dropdown__menu-item {
  display: block;
  width: 100%;
  padding: 0.8rem;
  clear: both;
  font-weight: 400;
  color: #495057;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-align: left;
}

/* line 21, app/assets/stylesheets/components/_icon-dropdown.scss */
.hnry-icon-dropdown__menu-item:hover, .hnry-icon-dropdown__menu-item:focus, .hnry-icon-dropdown__menu-item:active {
  background-color: #edf0f2;
  border-radius: 6px;
}

/* line 1, app/assets/stylesheets/components/_icons.scss */
.fa-trash-o {
  color: #c00 !important;
}

/* line 5, app/assets/stylesheets/components/_icons.scss */
.fa-trash-o-disabled {
  color: #c8cbcb !important;
}

/* line 9, app/assets/stylesheets/components/_icons.scss */
.status-icon {
  font-size: 1.75rem;
}

/* line 13, app/assets/stylesheets/components/_icons.scss */
.action-icon {
  padding-top: 6px;
}

/* line 17, app/assets/stylesheets/components/_icons.scss */
.hnry-icon {
  display: flex;
  width: 24px;
  min-width: 24px;
  line-height: 1.5rem;
  margin: 0 auto;
}

/* line 24, app/assets/stylesheets/components/_icons.scss */
.hnry-icon svg {
  height: 100%;
  width: 100%;
}

/* line 29, app/assets/stylesheets/components/_icons.scss */
.hnry-icon.icon-disabled {
  cursor: not-allowed;
}

/* line 32, app/assets/stylesheets/components/_icons.scss */
.hnry-icon.icon-disabled path {
  opacity: 0.3;
}

/* line 37, app/assets/stylesheets/components/_icons.scss */
.hnry-icon.icon-grayscale {
  filter: grayscale(1);
}

/* line 42, app/assets/stylesheets/components/_icons.scss */
.hnry-icon.admin-impersonating path {
  fill: none;
  stroke: #a6c;
}

/* line 48, app/assets/stylesheets/components/_icons.scss */
.hnry-icon__circle {
  height: 2rem;
  width: 2rem;
  background: #949494;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

/* line 58, app/assets/stylesheets/components/_icons.scss */
.hnry-icon__circle.success {
  background: #33b082;
  color: #fff;
}

/* line 63, app/assets/stylesheets/components/_icons.scss */
.hnry-icon__circle i {
  color: #fff !important;
}

/* line 67, app/assets/stylesheets/components/_icons.scss */
.hnry-icon__circle--large {
  height: 2.625rem;
  width: 2.625rem;
  border-radius: 2rem;
}

/* line 73, app/assets/stylesheets/components/_icons.scss */
.hnry-icon__circle--white {
  height: 2rem;
  width: 2rem;
  background: #fff;
}

/* line 1, app/assets/stylesheets/components/_images.scss */
img.flipped-horizontal {
  transform: scale(-1, 1);
}

/* line 8, app/assets/stylesheets/components/_images.scss */
.img-uploaded img {
  width: 100%;
}

/* line 12, app/assets/stylesheets/components/_images.scss */
img.feature-image {
  margin: 0 auto;
  height: 100px;
  padding-top: 20px;
}

/* line 18, app/assets/stylesheets/components/_images.scss */
img.custom-logo {
  max-height: 115px;
  max-width: 320px;
}

/* line 6, app/assets/stylesheets/components/_inputs.scss */
.copy-input {
  right: 0;
}

/* line 9, app/assets/stylesheets/components/_inputs.scss */
.copy-input svg {
  width: 1.75rem;
  height: 1.75rem;
}

/* line 15, app/assets/stylesheets/components/_inputs.scss */
.clear-input {
  right: 1.5rem;
}

/* line 18, app/assets/stylesheets/components/_inputs.scss */
.clear-input svg,
.clear-input img {
  width: 1rem;
  height: 1rem;
}

/* line 25, app/assets/stylesheets/components/_inputs.scss */
.copy-input,
.clear-input {
  position: absolute;
  padding: 0.5rem;
  margin-left: 1rem;
  top: 50%;
  transition: all 0.3s ease;
  transform: translate3d(0, -50%, 0);
  color: #c8cbcb;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  border-radius: 2rem;
}

/* line 42, app/assets/stylesheets/components/_inputs.scss */
.copy-input:hover,
.clear-input:hover {
  color: #333;
}

/* line 46, app/assets/stylesheets/components/_inputs.scss */
.copy-input:focus,
.clear-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 52, app/assets/stylesheets/components/_inputs.scss */
.datepicker-dob-input ~ .clear-input {
  left: auto;
  right: 0;
}

/* line 58, app/assets/stylesheets/components/_inputs.scss */
.icon {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.3s ease;
  transform: translate3d(0, -50%, 0);
  pointer-events: none;
  cursor: pointer;
}

/* line 70, app/assets/stylesheets/components/_inputs.scss */
.help {
  transform: translateY(-0.75rem);
  display: block;
}

/* line 1, app/assets/stylesheets/components/_invoice_template.scss */
.modal-preview-invoice {
  background-color: #c8cbcb;
  color: black;
}

/* line 6, app/assets/stylesheets/components/_invoice_template.scss */
.tax-invoice {
  font-size: 25px;
}

/* line 10, app/assets/stylesheets/components/_invoice_template.scss */
.inv-left {
  text-align: left;
  display: inline-block;
  width: 49%;
  left: 0;
  position: relative;
  vertical-align: top;
}

/* line 19, app/assets/stylesheets/components/_invoice_template.scss */
.inv-left-detail {
  text-align: left;
  display: inline-block;
  width: 34%;
  left: 0;
  position: relative;
  vertical-align: top;
}

/* line 28, app/assets/stylesheets/components/_invoice_template.scss */
.inv-right {
  text-align: right;
  display: inline-block;
  width: 50%;
  right: 0;
  position: relative;
}

/* line 36, app/assets/stylesheets/components/_invoice_template.scss */
.inv-right-detail {
  text-align: right;
  display: inline-block;
  width: 65%;
  right: 0;
  position: relative;
}

/* line 44, app/assets/stylesheets/components/_invoice_template.scss */
.inv-tmpl-foot {
  color: #767676;
  font-size: 12px;
}

/* line 48, app/assets/stylesheets/components/_invoice_template.scss */
.inv-tmpl-foot .inv-left {
  width: 56%;
}

/* line 52, app/assets/stylesheets/components/_invoice_template.scss */
.inv-tmpl-foot .inv-right {
  width: 43%;
}

/* line 57, app/assets/stylesheets/components/_invoice_template.scss */
.inv-tmpl-body-1 {
  position: relative;
}

/* line 61, app/assets/stylesheets/components/_invoice_template.scss */
.inv-tmpl {
  font-size: 13px;
  padding: 15px;
  margin-left: 8px;
  width: 100%;
  background-color: #fff;
}

/* line 68, app/assets/stylesheets/components/_invoice_template.scss */
.inv-tmpl hr {
  background-color: #33b082;
}

@media (max-width: 760px) {
  /* line 61, app/assets/stylesheets/components/_invoice_template.scss */
  .inv-tmpl {
    margin-top: 55px;
    margin-left: 8px;
  }
}

/* line 78, app/assets/stylesheets/components/_invoice_template.scss */
.inv-tmpl-info .inv-left {
  display: block;
}

@media (max-width: 760px) {
  /* line 78, app/assets/stylesheets/components/_invoice_template.scss */
  .inv-tmpl-info .inv-left {
    width: 100%;
  }
}

/* line 86, app/assets/stylesheets/components/_invoice_template.scss */
.inv-center {
  text-align: center;
  width: 100%;
}

/* line 91, app/assets/stylesheets/components/_invoice_template.scss */
.inv-logo {
  text-align: left;
}

/* line 95, app/assets/stylesheets/components/_invoice_template.scss */
.inv-address {
  text-align: right;
}

/* line 99, app/assets/stylesheets/components/_invoice_template.scss */
.smaller-column {
  text-align: right;
}

/* line 103, app/assets/stylesheets/components/_invoice_template.scss */
.description-column {
  text-align: left;
  max-width: 220px;
  overflow-wrap: break-word;
}

/* line 109, app/assets/stylesheets/components/_invoice_template.scss */
.empty-column {
  height: 20px;
}

/* line 113, app/assets/stylesheets/components/_invoice_template.scss */
.inv-comments-title {
  font-weight: bold;
  text-align: left;
}

/* line 118, app/assets/stylesheets/components/_invoice_template.scss */
.inv-comments {
  word-wrap: break-word;
  max-width: 400px;
  text-align: left;
  font-size: 12px;
}

/* line 125, app/assets/stylesheets/components/_invoice_template.scss */
.align_bottom {
  vertical-align: bottom;
}

/* line 129, app/assets/stylesheets/components/_invoice_template.scss */
.inv-tmpl-total-left {
  width: 47%;
}

/* line 133, app/assets/stylesheets/components/_invoice_template.scss */
.inv-tmpl-total {
  text-align: right;
  width: 52%;
}

/* line 138, app/assets/stylesheets/components/_invoice_template.scss */
.large-column {
  width: 75%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 143, app/assets/stylesheets/components/_invoice_template.scss */
.large-column input {
  height: 2rem;
}

/* line 148, app/assets/stylesheets/components/_invoice_template.scss */
.small-column {
  padding-right: 0 !important;
}

/* line 151, app/assets/stylesheets/components/_invoice_template.scss */
.small-column input {
  height: 2rem;
}

/* line 156, app/assets/stylesheets/components/_invoice_template.scss */
.remove-line {
  vertical-align: middle !important;
}

/* line 160, app/assets/stylesheets/components/_invoice_template.scss */
.form-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 320px) {
  /* line 160, app/assets/stylesheets/components/_invoice_template.scss */
  .form-footer {
    display: inline-block;
  }
}

@media (max-width: 760px) {
  /* line 170, app/assets/stylesheets/components/_invoice_template.scss */
  .form-footer .btn {
    font-size: 70%;
    padding: 0.5rem 0.9rem;
  }
}

@media (max-width: 320px) {
  /* line 170, app/assets/stylesheets/components/_invoice_template.scss */
  .form-footer .btn {
    margin: 1px;
  }
}

@media (max-width: 760px) {
  /* line 160, app/assets/stylesheets/components/_invoice_template.scss */
  .form-footer {
    margin-bottom: 130px;
  }
}

/* line 189, app/assets/stylesheets/components/_invoice_template.scss */
.btn-blue-hnry {
  background-color: #272754;
}

/* line 193, app/assets/stylesheets/components/_invoice_template.scss */
.btn-blue-hnry-secondary {
  border: 1px solid #272754 !important;
  color: #272754 !important;
  background-color: #fff;
}

/* line 199, app/assets/stylesheets/components/_invoice_template.scss */
.btn-blue-hnry:hover {
  background-color: #33367d;
}

/* line 203, app/assets/stylesheets/components/_invoice_template.scss */
.modal-invoice-custom {
  max-width: 730px;
}

/* line 207, app/assets/stylesheets/components/_invoice_template.scss */
.body-preview {
  max-width: 100%;
  overflow: auto;
  padding: 0;
  font-size: 0.8em;
}

/* line 214, app/assets/stylesheets/components/_invoice_template.scss */
.inv-prev-img {
  min-height: 8rem;
  max-height: 8rem;
}

@media (max-width: 320px) {
  /* line 214, app/assets/stylesheets/components/_invoice_template.scss */
  .inv-prev-img {
    max-width: 10rem;
    min-width: 10rem;
  }
}

/* line 224, app/assets/stylesheets/components/_invoice_template.scss */
.inv-items-line {
  text-align: right;
}

/* line 229, app/assets/stylesheets/components/_invoice_template.scss */
.form-expenses div {
  border-bottom: 2px solid #eceeef;
}

@media (max-width: 992px) {
  /* line 235, app/assets/stylesheets/components/_invoice_template.scss */
  .body-preview .inv-tmpl {
    width: 400px;
  }
}

/* line 242, app/assets/stylesheets/components/_invoice_template.scss */
.body-preview .inv-tmpl {
  padding: 0;
}

/* line 246, app/assets/stylesheets/components/_invoice_template.scss */
.modal #inv-tmpl {
  transform-origin: 0 0;
  transform: scale(0.65);
  width: 150%;
}

@media (min-width: 320px) {
  /* line 253, app/assets/stylesheets/components/_invoice_template.scss */
  .invoice-line-item-row .invoice-price-col {
    min-width: 62px;
  }
}

@media (min-width: 375px) {
  /* line 253, app/assets/stylesheets/components/_invoice_template.scss */
  .invoice-line-item-row .invoice-price-col {
    min-width: 75px;
  }
}

@media (min-width: 576px) {
  /* line 253, app/assets/stylesheets/components/_invoice_template.scss */
  .invoice-line-item-row .invoice-price-col {
    min-width: 85px;
  }
}

/* line 267, app/assets/stylesheets/components/_invoice_template.scss */
.invoice-line-item-row textarea,
.invoice-line-item-row input {
  font-size: 0.875rem;
}

@media (min-width: 375px) {
  /* line 267, app/assets/stylesheets/components/_invoice_template.scss */
  .invoice-line-item-row textarea,
.invoice-line-item-row input {
    font-size: inherit;
  }
}

/* line 4, app/assets/stylesheets/components/_invoices.scss */
.invoices.show .main-container,
.invoices.show .container,
.invoices.show .custom-card-invoices,
.quotes.show .main-container,
.quotes.show .container,
.quotes.show .custom-card-invoices,
.receipts.show .main-container,
.receipts.show .container,
.receipts.show .custom-card-invoices {
  background-color: #edf0f2;
}

/* line 10, app/assets/stylesheets/components/_invoices.scss */
.invoices.show .sidebar,
.quotes.show .sidebar,
.receipts.show .sidebar {
  display: none;
  will-change: transform;
}

/* line 15, app/assets/stylesheets/components/_invoices.scss */
.invoices.show .hui-layout--sidebar-offset,
.quotes.show .hui-layout--sidebar-offset,
.receipts.show .hui-layout--sidebar-offset {
  padding-left: 0 !important;
}

/* line 19, app/assets/stylesheets/components/_invoices.scss */
.invoices.show .custom-navbar,
.quotes.show .custom-navbar,
.receipts.show .custom-navbar {
  display: none;
}

/* line 23, app/assets/stylesheets/components/_invoices.scss */
.invoices.show .free-bird,
.quotes.show .free-bird,
.receipts.show .free-bird {
  padding-left: 15px;
}

/* line 27, app/assets/stylesheets/components/_invoices.scss */
.invoices.show .custom-card-invoices,
.quotes.show .custom-card-invoices,
.receipts.show .custom-card-invoices {
  margin: auto 0 auto 0 !important;
}

/* line 31, app/assets/stylesheets/components/_invoices.scss */
.invoices.show .inv-tmpl,
.quotes.show .inv-tmpl,
.receipts.show .inv-tmpl {
  border: solid #c8cbcb 1px;
}

/* line 36, app/assets/stylesheets/components/_invoices.scss */
.hnry-green-text {
  color: #33b082 !important;
}

/* line 40, app/assets/stylesheets/components/_invoices.scss */
.hnry-red-text {
  color: #c00;
}

@media print {
  /* line 45, app/assets/stylesheets/components/_invoices.scss */
  .hidden-on-print,
.button-download,
.hnry-footer,
.back-button,
.invoice-view-navbar {
    display: none;
  }
  /* line 53, app/assets/stylesheets/components/_invoices.scss */
  hr {
    background-color: #33b082;
  }
  /* line 57, app/assets/stylesheets/components/_invoices.scss */
  i {
    color: #33b082;
  }
  /* line 61, app/assets/stylesheets/components/_invoices.scss */
  .main-container {
    background-color: #fff;
  }
  /* line 65, app/assets/stylesheets/components/_invoices.scss */
  .container {
    min-width: auto !important;
  }
}

/* line 70, app/assets/stylesheets/components/_invoices.scss */
.hnry-footer {
  text-align: center;
}

/* line 73, app/assets/stylesheets/components/_invoices.scss */
.hnry-footer .logo-scaled {
  margin: 0 auto;
  width: 180px;
  padding: 5px;
}

/* line 80, app/assets/stylesheets/components/_invoices.scss */
.void-container {
  opacity: 0.5;
}

/* line 84, app/assets/stylesheets/components/_invoices.scss */
.payment-status-overlay {
  position: absolute;
  top: 28%;
  left: 50%;
  padding: 0 10px 0 10px;
  font-size: 35px;
  transform: rotate(-35deg);
}

/* line 93, app/assets/stylesheets/components/_invoices.scss */
.payment-status-overlay-uk {
  position: absolute;
  top: 34%;
  left: 50%;
  padding: 0 10px 0 10px;
  font-size: 35px;
  transform: rotate(-35deg);
}

/* line 102, app/assets/stylesheets/components/_invoices.scss */
.voided-invoice {
  border: #c00 5px solid;
  color: #c00;
  margin-left: -110px;
}

/* line 108, app/assets/stylesheets/components/_invoices.scss */
.payment-processing-invoice {
  border: #272754 5px solid;
  color: #272754;
  margin-left: -180px;
}

/* line 114, app/assets/stylesheets/components/_invoices.scss */
.paid-invoice {
  border: #33b082 5px solid;
  color: #33b082;
  margin-left: -60px;
}

/* line 120, app/assets/stylesheets/components/_invoices.scss */
tr.imminent-row {
  background-color: #f7f8fa;
}

/* line 125, app/assets/stylesheets/components/_invoices.scss */
.invoice-template.page {
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 0 2px 4px -2px rgba(67, 90, 111, 0.301);
  border-radius: 1rem;
}

/* line 134, app/assets/stylesheets/components/_invoices.scss */
.invoice-template.scaled {
  margin-top: 55px;
}

@media (max-width: 290px) {
  /* line 134, app/assets/stylesheets/components/_invoices.scss */
  .invoice-template.scaled {
    font-size: 10px;
  }
}

@media (max-width: 760px) {
  /* line 134, app/assets/stylesheets/components/_invoices.scss */
  .invoice-template.scaled {
    transform-origin: 0 0;
    transform: scale(0.667);
    width: 150%;
  }
}

@media (max-width: 410px) {
  /* line 134, app/assets/stylesheets/components/_invoices.scss */
  .invoice-template.scaled {
    transform-origin: 0 0;
    transform: scale(0.5);
    width: 200%;
  }
}

@media (max-width: 375px) {
  /* line 154, app/assets/stylesheets/components/_invoices.scss */
  .invoice-template__col {
    padding-right: 5px;
  }
}

@media only screen and (min-width: 411px) and (max-width: 450px) {
  /* line 154, app/assets/stylesheets/components/_invoices.scss */
  .invoice-template__col {
    padding-right: 36px;
  }
}

/* line 165, app/assets/stylesheets/components/_invoices.scss */
.create-client-wrapper {
  display: flex;
  flex-direction: column;
}

/* line 169, app/assets/stylesheets/components/_invoices.scss */
.create-client-wrapper__form {
  min-height: 320px;
}

@media (max-width: 375px) {
  /* line 169, app/assets/stylesheets/components/_invoices.scss */
  .create-client-wrapper__form {
    min-height: 300px;
  }
}

/* line 177, app/assets/stylesheets/components/_invoices.scss */
.create-client-wrapper .modal-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: -1.5rem;
}

@media (max-width: 500px) {
  /* line 177, app/assets/stylesheets/components/_invoices.scss */
  .create-client-wrapper .modal-footer {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  /* line 7, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-dialog {
    width: 100%;
    margin: 30px auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  /* line 13, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-lg {
    max-width: 600px;
  }
  /* line 17, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-md {
    max-width: 500px;
  }
  /* line 21, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-sm {
    max-width: 300px;
  }
  /* line 25, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-dialog .modal-content {
    border-radius: 0.4rem;
  }
  /* line 29, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-body.scrollable {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
  }
}

/* line 41, app/assets/stylesheets/components/_mobile_dialog.scss */
.modal-footer {
  justify-content: center;
}

/* line 44, app/assets/stylesheets/components/_mobile_dialog.scss */
.modal-footer .hnry-button {
  flex: 1;
}

/* line 48, app/assets/stylesheets/components/_mobile_dialog.scss */
.modal-footer.footer-background .hnry-button {
  flex: 0;
}

/* line 53, app/assets/stylesheets/components/_mobile_dialog.scss */
.modal-dialog .modal-content {
  border-radius: 0.4rem;
  transition: all 0.3s ease;
}

/* line 58, app/assets/stylesheets/components/_mobile_dialog.scss */
.modal-dialog .modal-body.full-size {
  min-height: 450px;
  padding: 1.25rem !important;
  background: #33367d !important;
  color: #fff !important;
}

@media (max-width: 576px) {
  /* line 58, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-dialog .modal-body.full-size {
    border-radius: 0;
  }
}

/* line 68, app/assets/stylesheets/components/_mobile_dialog.scss */
.modal-dialog .modal-body.full-size + .modal-footer {
  background: #33367d;
  border-color: transparent;
  border-radius: 0 0 0.25rem 0.25rem;
}

/* line 73, app/assets/stylesheets/components/_mobile_dialog.scss */
.modal-dialog .modal-body.full-size + .modal-footer .btn:hover {
  box-shadow: none;
}

/* line 79, app/assets/stylesheets/components/_mobile_dialog.scss */
.tour-bank-account-details {
  background: #fff;
}

@media (max-width: 576px) {
  /* line 85, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal.show .modal-dialog {
    transform: none;
    width: 100%;
    position: fixed;
  }
  /* line 93, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-open .main-container {
    overflow: hidden;
  }
  /* stylelint-disable-next-line no-descending-specificity */
  /* line 98, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-dialog {
    margin: 0;
    height: 100%;
  }
  /* line 102, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-dialog.centered {
    top: 0;
    transform: none !important;
    width: 100%;
  }
  /* line 108, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-dialog .modal-content {
    overflow: scroll;
    scroll-behavior: smooth;
    height: 100%;
    border-radius: 0;
  }
  /* line 114, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-dialog .modal-content .modal-header {
    width: 100%;
    top: 0;
    z-index: 100;
    border-radius: 0;
  }
  /* line 121, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-dialog .modal-content .modal-body {
    background-color: #fff;
    padding-bottom: 120px;
  }
  /* line 127, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-dialog .modal-content .modal-footer {
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0;
  }
  /* line 135, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal-dialog .modal-content .modal-footer .btn {
    width: 100%;
    text-align: center;
  }
}

/* line 144, app/assets/stylesheets/components/_mobile_dialog.scss */
.btn.mobile-btn {
  display: block;
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  /* line 151, app/assets/stylesheets/components/_mobile_dialog.scss */
  .modal .modal-footer .modal-skip {
    min-width: 40%;
  }
}

@media (min-width: 577px) {
  /* line 161, app/assets/stylesheets/components/_mobile_dialog.scss */
  body.modal-open {
    overflow: hidden;
  }
  /* line 164, app/assets/stylesheets/components/_mobile_dialog.scss */
  body.modal-open.ios {
    overflow: auto;
    position: static;
  }
}

/* line 6, app/assets/stylesheets/components/_modal.scss */
.sign-up-modal__header {
  background: #fff !important;
  box-shadow: none !important;
  padding-bottom: 0 !important;
}

@media (max-width: 576px) {
  /* line 6, app/assets/stylesheets/components/_modal.scss */
  .sign-up-modal__header {
    z-index: 10 !important;
  }
}

/* line 15, app/assets/stylesheets/components/_modal.scss */
.sign-up-modal__header p {
  color: #242659 !important;
  font-weight: 700 !important;
  font-size: 1.3125rem !important;
}

/* line 22, app/assets/stylesheets/components/_modal.scss */
.sign-up-modal__body {
  min-height: 350px;
  border-radius: 0.4rem;
}

@media (max-width: 510px) {
  /* line 22, app/assets/stylesheets/components/_modal.scss */
  .sign-up-modal__body {
    border-radius: 0;
  }
}

/* line 31, app/assets/stylesheets/components/_modal.scss */
.sign-up-modal .sign-up-modal__body.sign-up-modal__welcome-tour {
  background-color: #33367d;
}

/* line 35, app/assets/stylesheets/components/_modal.scss */
.sign-up-modal__footer {
  min-height: 112px;
  border-top: transparent !important;
  padding: 2.375rem 1.125rem 1.125rem;
  background-color: transparent !important;
  margin-top: -30px;
  position: relative;
}

/* line 44, app/assets/stylesheets/components/_modal.scss */
.sign-up-modal__footer.sign-up-modal__footer--dark {
  background-color: #33367d !important;
  margin-top: -5px;
}

/* line 49, app/assets/stylesheets/components/_modal.scss */
.sign-up-modal__footer a {
  color: #fff;
}

@media (max-width: 375px) {
  /* line 35, app/assets/stylesheets/components/_modal.scss */
  .sign-up-modal__footer {
    bottom: -2px !important;
  }
}

@media (min-width: 990px) {
  /* line 58, app/assets/stylesheets/components/_modal.scss */
  .sign-up-modal--fixed {
    min-height: 500px;
  }
}

/* line 64, app/assets/stylesheets/components/_modal.scss */
.sign-up-modal .footer-background {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

/* line 70, app/assets/stylesheets/components/_modal.scss */
.sign-up-modal .footer-background--first {
  background: #fff url(/assets/onboarding_tour/wave_1-b5c5880b7a36af13ba27fa43831faa45fccbf08aad787743e3883cdb325da126.svg);
}

/* line 74, app/assets/stylesheets/components/_modal.scss */
.sign-up-modal .footer-background--second {
  background: #fff url(/assets/onboarding_tour/wave_2-2e6bd993a6beceb5e9c7b797a8ac4aed02d8cc3df7977dda62ef6b9e460b6393.svg);
}

/* line 78, app/assets/stylesheets/components/_modal.scss */
.sign-up-modal .footer-background--third {
  background: #fff url(/assets/onboarding_tour/wave_3-aebf4ae21325ffcc909672140f6a908973d19361f119094aec5a2776ae7b6e3a.svg);
}

@media (min-width: 990px) {
  /* line 85, app/assets/stylesheets/components/_modal.scss */
  .signup-consolidated-modal__body {
    max-height: 730px;
    overflow-y: scroll;
  }
}

/* line 92, app/assets/stylesheets/components/_modal.scss */
.signup-consolidated-modal__question {
  margin-bottom: 2.5rem;
}

/* line 96, app/assets/stylesheets/components/_modal.scss */
.signup-consolidated-modal__header {
  background: #fff !important;
  box-shadow: none !important;
  padding-bottom: 0 !important;
}

/* line 101, app/assets/stylesheets/components/_modal.scss */
.signup-consolidated-modal__header p {
  color: #212529 !important;
  font-weight: 600 !important;
  font-size: 1.5rem !important;
}

/* line 109, app/assets/stylesheets/components/_modal.scss */
.hnry-modal-p {
  padding-bottom: 0.6rem;
}

/* line 113, app/assets/stylesheets/components/_modal.scss */
.switch-prompt-modal {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-image: url(/assets/switch/desktop-header-bff5d33845ab946bd0de9a1fb7b2c0b7ed728b86f3b3f2c6db6b84e99b3babb2.svg);
  padding: 0.2rem 1.5rem 1.5rem !important;
}

/* line 119, app/assets/stylesheets/components/_modal.scss */
.switch-prompt-modal .header {
  display: flex;
  justify-content: center;
}

/* line 124, app/assets/stylesheets/components/_modal.scss */
.switch-prompt-modal .header img {
  width: 40%;
}

/* line 129, app/assets/stylesheets/components/_modal.scss */
.switch-prompt-modal p {
  line-height: 2em;
}

/* line 135, app/assets/stylesheets/components/_modal.scss */
.tall-modal .modal-content {
  min-height: 540px;
}

/* line 140, app/assets/stylesheets/components/_modal.scss */
.tall-modal .modal-body--scrolling-table {
  max-height: 380px;
  overflow: scroll;
}

/* line 148, app/assets/stylesheets/components/_modal.scss */
.switch-modal .modal-content {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 989px) {
  /* line 148, app/assets/stylesheets/components/_modal.scss */
  .switch-modal .modal-content {
    overflow: hidden;
  }
}

/* line 155, app/assets/stylesheets/components/_modal.scss */
.switch-modal .modal-content .modal-body {
  overflow-y: auto;
}

@media (min-width: 989px) {
  /* line 155, app/assets/stylesheets/components/_modal.scss */
  .switch-modal .modal-content .modal-body {
    max-height: 500px;
    padding-bottom: 200px;
  }
}

@media (max-width: 989px) {
  /* line 155, app/assets/stylesheets/components/_modal.scss */
  .switch-modal .modal-content .modal-body {
    max-height: 100vh;
    padding-bottom: 300px;
  }
}

@media (min-width: 989px) {
  /* line 169, app/assets/stylesheets/components/_modal.scss */
  .switch-modal .modal-content .content-sizing {
    min-height: 420px;
    width: 500px;
  }
}

/* line 179, app/assets/stylesheets/components/_modal.scss */
.centered-modal .modal-content {
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 186, app/assets/stylesheets/components/_modal.scss */
.final-checks-modal__footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}

@media (max-width: 576px) {
  /* line 186, app/assets/stylesheets/components/_modal.scss */
  .final-checks-modal__footer {
    padding-bottom: 1rem;
  }
}

/* line 198, app/assets/stylesheets/components/_modal.scss */
.hnry-info-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 208, app/assets/stylesheets/components/_modal.scss */
.hnry-info-modal--show {
  display: block;
}

/* line 212, app/assets/stylesheets/components/_modal.scss */
.hnry-info-modal__content {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(67, 90, 111, 0.00415);
  background-color: #fefefe;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 730px;
  max-height: 730px;
  border-radius: 0.4rem;
  text-align: center;
}

@media (max-width: 500px) {
  /* line 212, app/assets/stylesheets/components/_modal.scss */
  .hnry-info-modal__content {
    border-radius: 0;
    height: 100%;
    width: 100%;
  }
}

/* line 233, app/assets/stylesheets/components/_modal.scss */
.hnry-info-modal__header {
  display: inline;
  width: 100%;
  height: 220px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

/* line 241, app/assets/stylesheets/components/_modal.scss */
.hnry-info-modal__header-img {
  width: 200px;
  margin-left: 1rem;
}

@media (max-width: 576px) {
  /* line 241, app/assets/stylesheets/components/_modal.scss */
  .hnry-info-modal__header-img {
    width: 210px;
  }
}

/* line 250, app/assets/stylesheets/components/_modal.scss */
.hnry-info-modal__body {
  padding: 0 1.5rem 1.5rem;
  height: calc(100% - 220px);
}

@media (max-width: 410px) {
  /* line 250, app/assets/stylesheets/components/_modal.scss */
  .hnry-info-modal__body {
    padding: 0 1.25rem 3rem 1.25rem;
  }
}

/* line 261, app/assets/stylesheets/components/_modal.scss */
.calculator-modal__tabs {
  margin: 0 -1.5rem;
  padding-bottom: 3rem;
  position: sticky;
}

/* line 269, app/assets/stylesheets/components/_modal.scss */
.referral-modal__tabs {
  margin: 0 -1.5rem;
  position: sticky;
}

/* line 274, app/assets/stylesheets/components/_modal.scss */
.referral-modal__content {
  overflow-y: auto;
  height: calc(730px - 220px - 40px);
  margin: 0 -1.5rem;
  padding: 1.3rem 1.5rem;
}

/* line 280, app/assets/stylesheets/components/_modal.scss */
.referral-modal__content.mobile-only {
  height: calc(100% - 12px);
}

/* line 285, app/assets/stylesheets/components/_modal.scss */
.referral-modal__paragraph {
  padding: 0 0.5rem 0.3rem;
}

@media (max-width: 480px) {
  /* line 285, app/assets/stylesheets/components/_modal.scss */
  .referral-modal__paragraph {
    padding: 0 0.5rem 0.5rem;
  }
}

/* line 293, app/assets/stylesheets/components/_modal.scss */
.referral-modal .referral-sharing {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 4rem;
  margin: 2rem;
}

@media (max-width: 480px) {
  /* line 293, app/assets/stylesheets/components/_modal.scss */
  .referral-modal .referral-sharing {
    padding: 0.5rem;
    margin: 0.8rem;
  }
}

/* line 307, app/assets/stylesheets/components/_modal.scss */
.referral-modal .react-share__ShareButton svg {
  width: 3rem;
  height: 3rem;
}

/* line 313, app/assets/stylesheets/components/_modal.scss */
.referral-modal .hnry-copy-button {
  text-transform: inherit;
  padding: 0;
}

/* line 318, app/assets/stylesheets/components/_modal.scss */
.referral-modal .referral-alert {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 2px 4px rgba(67, 90, 111, 0.00415);
  display: flex;
  justify-content: space-between;
  z-index: 120;
  margin: -1.3rem -1.5rem;
  position: absolute;
  width: 100%;
  background-color: #fff;
  padding: 0.8rem 1rem;
  text-align: left;
  opacity: 1;
  animation-name: FadeIn;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 300ms;
}

@media (max-width: 410px) {
  /* line 318, app/assets/stylesheets/components/_modal.scss */
  .referral-modal .referral-alert {
    margin: -1.3rem -1.25rem;
  }
}

/* line 340, app/assets/stylesheets/components/_modal.scss */
.referral-modal .referral-alert__body {
  display: flex;
  align-items: flex-start;
}

/* line 344, app/assets/stylesheets/components/_modal.scss */
.referral-modal .referral-alert__body .alert-icon {
  width: 24px;
  height: 24px;
}

/* line 350, app/assets/stylesheets/components/_modal.scss */
.referral-modal .referral-alert__content {
  padding-left: 0.8rem;
}

/* line 353, app/assets/stylesheets/components/_modal.scss */
.referral-modal .referral-alert__content p {
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
  font-size: 0.875rem;
}

/* line 363, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends .hnry-checkbox {
  padding-right: 1rem;
  min-width: 125px;
  text-align: left;
}

/* line 368, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends .hnry-checkbox label {
  font-size: 0.875rem;
}

/* line 373, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__header {
  display: flex;
  align-items: baseline;
  width: 100%;
  border-bottom: 3px solid #edf0f2;
  padding-bottom: 0.8rem;
  padding-left: 0.3rem;
  background-color: #fff;
  z-index: 119;
}

/* line 384, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__content {
  display: flex;
  justify-content: center;
  margin-bottom: 4.8rem;
}

/* line 389, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__content .send-reminder-btn {
  position: absolute;
  top: auto;
  bottom: 1.4rem;
  z-index: 100;
  background-color: #fff;
  border-radius: 100vmax;
}

/* line 399, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__list {
  width: 100%;
  padding-left: 0.3rem;
  min-height: 120px;
}

/* line 405, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__list .hnry-checkbox label {
  font-weight: 600;
}

/* line 410, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__list.loader {
  padding-top: 3rem;
  padding-bottom: 1rem;
}

/* line 416, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.7rem 0 0.5rem;
  border-bottom: 1px solid #edf0f2;
  font-size: 0.875rem;
}

/* line 424, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__list-item .list-item-icon {
  transform: translateY(0.6rem);
}

/* line 428, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__list-item .list-item-icon + .remind-friends__name {
  margin-top: -1.3rem;
}

/* line 432, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__list-item .hnry-checkbox + .remind-friends__name {
  margin-top: -0.8rem;
}

/* line 437, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__meta {
  display: flex;
  padding-left: 2.1rem;
  width: 100%;
  justify-content: space-between;
  text-align: left;
}

/* line 444, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__meta .delete-btn {
  margin-top: -1.2rem;
}

/* line 447, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__meta .delete-btn:hover {
  background-color: #edf0f2;
}

/* line 453, app/assets/stylesheets/components/_modal.scss */
.referral-modal .remind-friends__timestamp {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

/* line 460, app/assets/stylesheets/components/_modal.scss */
.allocation-select-template-body {
  height: 730px;
  overflow-y: scroll;
}

/* line 2, app/assets/stylesheets/components/_navigation.scss */
.hnry-tabs__menu {
  display: flex;
  flex-direction: row;
  background-color: #fff;
}

/* line 8, app/assets/stylesheets/components/_navigation.scss */
.hnry-tabs__tab {
  width: 100%;
  min-height: 40px;
  color: #c8cbcb;
  border-bottom: 3px solid #c8cbcb;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: 0.75rem;
  align-self: flex-end;
}

@media (max-width: 410px) {
  /* line 8, app/assets/stylesheets/components/_navigation.scss */
  .hnry-tabs__tab {
    font-size: 0.75rem;
  }
}

/* line 23, app/assets/stylesheets/components/_navigation.scss */
.hnry-tabs__btn {
  width: inherit;
  height: inherit;
  border: 0;
  background-color: transparent;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

/* line 31, app/assets/stylesheets/components/_navigation.scss */
.hnry-tabs__btn:hover {
  cursor: pointer;
}

/* line 35, app/assets/stylesheets/components/_navigation.scss */
.hnry-tabs__btn.selected {
  color: #242659;
}

/* line 40, app/assets/stylesheets/components/_navigation.scss */
.hnry-tabs__indicator {
  transition: all 0.4s ease-in-out;
  position: relative;
  width: var(--tabs-indicator-width);
  height: 3px;
  background: #242659;
  margin-top: -1.2rem;
  left: 0;
  border-radius: 5px;
}

/* line 1, app/assets/stylesheets/components/_otp_pin_input.scss */
.otp-container {
  text-align: center;
}

/* line 5, app/assets/stylesheets/components/_otp_pin_input.scss */
.otp-input {
  padding: 20px 0;
  letter-spacing: 42px;
  font-size: 32px !important;
  text-align: center;
}

@media (max-width: 375px) {
  /* line 5, app/assets/stylesheets/components/_otp_pin_input.scss */
  .otp-input {
    letter-spacing: 24px;
  }
}

/* line 16, app/assets/stylesheets/components/_otp_pin_input.scss */
.otp-secret {
  font-size: 20px;
  color: #0275d8 !important;
}

/* line 21, app/assets/stylesheets/components/_otp_pin_input.scss */
.otp-modal-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 30, app/assets/stylesheets/components/_otp_pin_input.scss */
#enable-two-factor-modal p,
#disable-two-factor-modal p,
#password-check-modal p {
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/components/_pagination.scss */
.pagination {
  display: flex;
  justify-content: center;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 5, app/assets/stylesheets/components/_pagination.scss */
.pagination .page.current,
.pagination .page.gap,
.pagination .page a,
.pagination .next a,
.pagination .prev a {
  display: inline-block;
  border-radius: 999px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  margin: 3px;
  background-color: #f7f8fa;
  color: #767676;
}

/* line 21, app/assets/stylesheets/components/_pagination.scss */
.pagination .page.current:hover,
.pagination .page.gap:hover,
.pagination .page a:hover,
.pagination .next a:hover,
.pagination .prev a:hover {
  background-color: #edf0f2;
}

/* line 28, app/assets/stylesheets/components/_pagination.scss */
.pagination .page.gap:hover {
  background-color: #f7f8fa;
}

/* line 34, app/assets/stylesheets/components/_pagination.scss */
.pagination .page.current {
  background-color: #33b082;
  color: #fff;
}

/* line 38, app/assets/stylesheets/components/_pagination.scss */
.pagination .page.current:hover {
  background-color: #33b082;
}

/* line 43, app/assets/stylesheets/components/_pagination.scss */
.pagination .page-jump {
  min-width: 38px;
}

/* line 2, app/assets/stylesheets/components/_pay_quote_instructions.scss */
.row .right-text-field {
  font-weight: bold;
  text-align: right;
}

@media (max-width: 576px) {
  /* line 2, app/assets/stylesheets/components/_pay_quote_instructions.scss */
  .row .right-text-field {
    flex-grow: 3;
  }
}

/* line 2, app/assets/stylesheets/components/_paylines.scss */
.payslip table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(67, 90, 111, 0.415), 0 2px 4px -2px rgba(67, 90, 111, 0.301);
}

/* line 9, app/assets/stylesheets/components/_paylines.scss */
.payslip table thead {
  width: 100%;
  color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
}

/* line 14, app/assets/stylesheets/components/_paylines.scss */
.payslip table thead:only-child {
  border-radius: 0.25rem;
}

/* line 19, app/assets/stylesheets/components/_paylines.scss */
.payslip table tr {
  display: flex;
  width: 100%;
}

/* line 24, app/assets/stylesheets/components/_paylines.scss */
.payslip table td,
.payslip table th {
  display: flex;
  border: none;
}

/* line 29, app/assets/stylesheets/components/_paylines.scss */
.payslip table td:first-of-type,
.payslip table th:first-of-type {
  width: 52%;
}

/* line 33, app/assets/stylesheets/components/_paylines.scss */
.payslip table td:last-of-type, .payslip table td:nth-of-type(2),
.payslip table th:last-of-type,
.payslip table th:nth-of-type(2) {
  margin-left: auto;
  justify-content: flex-end;
  width: 25%;
  min-width: 25%;
}

/* line 42, app/assets/stylesheets/components/_paylines.scss */
.payslip table.tax-rate-preview thead {
  background-color: #272754;
}

@media (max-width: 760px) {
  /* line 2, app/assets/stylesheets/components/_questionnaire.scss */
  #questionnaire h1 {
    font-size: 1.5rem;
  }
}

/* line 8, app/assets/stylesheets/components/_questionnaire.scss */
#questionnaire img.logo {
  width: 50px;
  margin-right: 1.5rem;
  margin-left: 1.25rem;
}

@media (max-width: 760px) {
  /* line 8, app/assets/stylesheets/components/_questionnaire.scss */
  #questionnaire img.logo {
    margin-right: 1.25rem;
  }
}

/* line 1, app/assets/stylesheets/components/_quotes.scss */
.expired-quote {
  border: #f07f38 5px solid;
  color: #f07f38;
  margin-left: -100px;
}

/* line 7, app/assets/stylesheets/components/_quotes.scss */
.sent-quote {
  border: #33b082 5px solid;
  color: #33b082;
  margin-left: -60px;
}

/* line 13, app/assets/stylesheets/components/_quotes.scss */
.accepted-quote,
.invoiced-quote {
  border: #33b082 5px solid;
  color: #33b082;
  margin-left: -80px;
}

/* line 20, app/assets/stylesheets/components/_quotes.scss */
.cancelled-quote {
  border: #c00 5px solid;
  color: #c00;
  margin-left: -120px;
}

/* line 26, app/assets/stylesheets/components/_quotes.scss */
.hnry-orange-text {
  color: #f07f38;
}

/* line 30, app/assets/stylesheets/components/_quotes.scss */
.tax-quote-left-text {
  flex: 2;
}

/* line 34, app/assets/stylesheets/components/_quotes.scss */
.tax-quote-right-text {
  text-align: right;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/components/_reconciliation.scss */
.transaction-card {
  background-color: #f7f8fa;
  height: 100%;
}

/* line 6, app/assets/stylesheets/components/_reconciliation.scss */
.reconciliation-card {
  height: 100%;
  padding-top: 0.5rem;
}

/* line 10, app/assets/stylesheets/components/_reconciliation.scss */
.reconciliation-card #form-buttons {
  bottom: 1rem;
  padding-left: 2rem;
  position: absolute;
  right: 1rem;
  width: 100%;
}

/* line 17, app/assets/stylesheets/components/_reconciliation.scss */
.reconciliation-card #form-buttons p {
  margin-top: 0.5rem;
  position: absolute;
}

/* line 25, app/assets/stylesheets/components/_reconciliation.scss */
#user-notes :last-child {
  margin-bottom: 0;
}

/* line 2, app/assets/stylesheets/components/_scrollbars.scss */
.custom-scrollers ::-webkit-scrollbar {
  width: 0.6rem;
}

/* line 6, app/assets/stylesheets/components/_scrollbars.scss */
.custom-scrollers ::-webkit-scrollbar-thumb {
  background-color: #777798;
  border-radius: 1rem;
}

/* line 11, app/assets/stylesheets/components/_scrollbars.scss */
.custom-scrollers ::-webkit-scrollbar-track {
  background: transparent;
}

/* line 1, app/assets/stylesheets/components/_settings.scss */
.user-jobs-table {
  width: 100%;
  margin-bottom: 2rem;
}

/* line 5, app/assets/stylesheets/components/_settings.scss */
.user-jobs-table .typedown {
  height: 48px;
}

@media (max-width: 375px) {
  /* line 8, app/assets/stylesheets/components/_settings.scss */
  .user-jobs-table .typedown .suggestions {
    width: 180% !important;
  }
}

@media (max-width: 410px) {
  /* line 8, app/assets/stylesheets/components/_settings.scss */
  .user-jobs-table .typedown .suggestions {
    width: 156% !important;
  }
}

/* line 19, app/assets/stylesheets/components/_settings.scss */
.user-jobs-table__header-group {
  border-bottom: 2px solid #c8cbcb;
}

/* line 23, app/assets/stylesheets/components/_settings.scss */
.user-jobs-table__header {
  padding: 0.8rem 0;
}

/* line 27, app/assets/stylesheets/components/_settings.scss */
.user-jobs-table__actions {
  width: 5%;
}

/* line 31, app/assets/stylesheets/components/_settings.scss */
.user-jobs-table__body {
  width: 100%;
}

/* line 35, app/assets/stylesheets/components/_settings.scss */
.user-jobs-table__body-row {
  height: 59px;
  border-bottom: 1px solid #c8cbcb;
}

/* line 40, app/assets/stylesheets/components/_settings.scss */
.user-jobs-table__radio-btn {
  margin-left: 1rem;
  margin-top: 0.5rem;
}

/* line 45, app/assets/stylesheets/components/_settings.scss */
.user-jobs-table__job-name {
  padding: 0.8rem 0;
}

/* line 49, app/assets/stylesheets/components/_settings.scss */
.user-jobs-table__bottom-text {
  font-size: 0.8rem;
  margin-top: -1.0rem;
}

/* line 1, app/assets/stylesheets/components/_sortable.scss */
a.sortable:link,
a.sortable:visited {
  color: #767676;
}

@media (max-width: 576px) {
  /* line 2, app/assets/stylesheets/components/_switch_expenses_table.scss */
  .desktop-switch-expenses-table {
    display: none;
  }
  /* line 6, app/assets/stylesheets/components/_switch_expenses_table.scss */
  .mobile-switch-expenses-table {
    display: block;
  }
}

@media (min-width: 576px) {
  /* line 12, app/assets/stylesheets/components/_switch_expenses_table.scss */
  .desktop-switch-expenses-table {
    display: block;
  }
  /* line 16, app/assets/stylesheets/components/_switch_expenses_table.scss */
  .mobile-switch-expenses-table {
    display: none;
  }
}

/* line 23, app/assets/stylesheets/components/_switch_expenses_table.scss */
.desktop-switch-expenses-table .fa,
.mobile-switch-expenses-table .fa {
  color: #0275d8 !important;
}

/* line 32, app/assets/stylesheets/components/_switch_expenses_table.scss */
.desktop-switch-expenses-table table tbody tr .month-col {
  white-space: nowrap;
}

/* line 41, app/assets/stylesheets/components/_switch_expenses_table.scss */
.mobile-switch-expenses-table table {
  table-layout: fixed;
}

/* line 12, app/assets/stylesheets/components/_switches.scss */
.switch p.toggle-note {
  font-size: 14px;
  padding-left: 64px;
}

@media (max-width: 990px) {
  /* line 12, app/assets/stylesheets/components/_switches.scss */
  .switch p.toggle-note {
    padding-top: 8px;
  }
}

/* line 21, app/assets/stylesheets/components/_switches.scss */
.switch .switch-container {
  top: 0;
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
}

/* line 29, app/assets/stylesheets/components/_switches.scss */
.switch .switch-container input[type=checkbox] {
  left: -40px;
  width: 0;
  height: 0;
  visibility: visible;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  opacity: 0;
  cursor: pointer;
  /* stylelint-disable-next-line no-descending-specificity */
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 40, app/assets/stylesheets/components/_switches.scss */
.switch .switch-container input[type=checkbox][disabled] ~ .lever {
  background-color: #c8cbcb;
}

/* line 43, app/assets/stylesheets/components/_switches.scss */
.switch .switch-container input[type=checkbox][disabled] ~ .lever::after {
  background-color: #fff;
}

/* line 48, app/assets/stylesheets/components/_switches.scss */
.switch .switch-container input[type=checkbox][disabled]:checked ~ .lever {
  background-color: #bddece;
}

/* line 51, app/assets/stylesheets/components/_switches.scss */
.switch .switch-container input[type=checkbox][disabled]:checked ~ .lever::after {
  background-color: #fff;
}

/* line 59, app/assets/stylesheets/components/_switches.scss */
.switch .switch-container input[type=checkbox]:checked ~ .lever {
  background-color: #33b082;
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 63, app/assets/stylesheets/components/_switches.scss */
.switch .switch-container input[type=checkbox]:checked ~ .lever::after {
  background-color: #fff;
  left: 0;
  transform: translate3d(24px, 0, 0);
  animation: PulseSuccess 0.8s ease forwards;
}

/* line 72, app/assets/stylesheets/components/_switches.scss */
.switch .switch-container input[type=checkbox] ~ .lever {
  height: 28px;
  width: 50px;
  min-width: 50px;
  margin: 0 16px 0 0;
  pointer-events: none;
  background-color: #949494;
  border: 1px solid #edf0f2;
  box-sizing: border-box;
  position: relative;
  border-radius: 15px;
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 85, app/assets/stylesheets/components/_switches.scss */
.switch .switch-container input[type=checkbox] ~ .lever::after {
  content: "";
  position: absolute;
  border-radius: 21px;
  transition: all 0.3s ease;
  pointer-events: none;
  background-color: #fff;
  width: 22px;
  height: 22px;
  top: 2px;
  left: 0;
  transform: translate3d(2px, 0, 0);
  will-change: transform;
  box-shadow: none;
}

/* line 105, app/assets/stylesheets/components/_switches.scss */
.switch.admin-only {
  color: #a6c;
}

/* line 108, app/assets/stylesheets/components/_switches.scss */
.switch.admin-only input[type="checkbox"] {
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 110, app/assets/stylesheets/components/_switches.scss */
.switch.admin-only input[type="checkbox"]:checked ~ .lever {
  background-color: #a6c;
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 114, app/assets/stylesheets/components/_switches.scss */
.switch.admin-only input[type="checkbox"]:checked ~ .lever::after {
  animation: PulseAdmin 0.8s ease forwards;
}

/* line 123, app/assets/stylesheets/components/_switches.scss */
.label-reversed {
  font-size: 1rem;
  text-align: right;
}

@media (max-width: 989px) {
  /* line 2, app/assets/stylesheets/components/_tables.scss */
  .table-full-width {
    margin-left: -15px;
    margin-right: -15px;
    width: inherit;
    background-color: #fff;
  }
}

/* line 10, app/assets/stylesheets/components/_tables.scss */
.table td.fixed-width-currency-column {
  width: 150px;
}

/* line 14, app/assets/stylesheets/components/_tables.scss */
.table td.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 19, app/assets/stylesheets/components/_tables.scss */
.table-containing-md-fields {
  line-height: 2em;
}

/* line 23, app/assets/stylesheets/components/_tables.scss */
.table.table-hover tbody tr:hover {
  background-color: #f7f8fa;
}

/* line 27, app/assets/stylesheets/components/_tables.scss */
table .clickable-row {
  position: relative;
}

/* line 31, app/assets/stylesheets/components/_tables.scss */
.table td.clickable-row a {
  color: inherit;
}

/* line 35, app/assets/stylesheets/components/_tables.scss */
table .clickable-row a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 45, app/assets/stylesheets/components/_tables.scss */
.table tr.open-modal-row:hover {
  cursor: pointer;
  background-color: #edf0f2;
}

/* line 51, app/assets/stylesheets/components/_tables.scss */
.scrolling-table {
  max-height: 200px;
  overflow-y: scroll;
}

/* line 58, app/assets/stylesheets/components/_tables.scss */
.fa-sort {
  color: #c8cbcb;
}

/* line 62, app/assets/stylesheets/components/_tables.scss */
.fa-stack {
  width: 0.5em;
  height: 0.5em;
  line-height: 0.3em;
}

/* line 68, app/assets/stylesheets/components/_tables.scss */
.table tr.table-total-row {
  font-weight: 700;
}

/* line 71, app/assets/stylesheets/components/_tables.scss */
.table tr.table-total-row td {
  border-top: 1px solid #949494;
}

/* line 76, app/assets/stylesheets/components/_tables.scss */
.table tr.summary-row {
  font-size: 1.188rem;
  background-color: #242659;
  color: #fff;
}

/* line 81, app/assets/stylesheets/components/_tables.scss */
.table tr.summary-row td:first-child {
  border-left-style: solid;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/* line 87, app/assets/stylesheets/components/_tables.scss */
.table tr.summary-row td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  vertical-align: bottom;
}

/* line 95, app/assets/stylesheets/components/_tables.scss */
.hnry-table-list {
  display: flex;
  flex-direction: column;
}

/* line 99, app/assets/stylesheets/components/_tables.scss */
.hnry-table-list__header {
  border-bottom: 1px solid #c8cbcb;
  padding: 1rem 0;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  /* line 99, app/assets/stylesheets/components/_tables.scss */
  .hnry-table-list__header {
    color: #767676;
    font-size: 0.75rem;
    padding-bottom: 0.4rem;
  }
}

/* line 111, app/assets/stylesheets/components/_tables.scss */
.hnry-table-list__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c8cbcb;
  padding: 1.2rem 1.5rem;
}

@media (max-width: 480px) {
  /* line 111, app/assets/stylesheets/components/_tables.scss */
  .hnry-table-list__row {
    padding: 0.8rem;
  }
}

/* line 123, app/assets/stylesheets/components/_tables.scss */
.hnry-table-list__col {
  display: flex;
  font-size: 0.875rem;
  color: #333;
}

/* line 131, app/assets/stylesheets/components/_tables.scss */
.card-transactions__amount {
  display: flex;
  align-items: baseline;
  height: -moz-fit-content;
  height: fit-content;
}

/* line 136, app/assets/stylesheets/components/_tables.scss */
.card-transactions__amount span.amount-text {
  color: #212529;
  text-align: right;
  padding: 0 0.5rem;
}

@media (min-width: 480px) {
  /* line 131, app/assets/stylesheets/components/_tables.scss */
  .card-transactions__amount {
    font-size: 1rem;
  }
}

/* line 147, app/assets/stylesheets/components/_tables.scss */
.card-transactions__description {
  width: 62%;
}

@media (max-width: 480px) {
  /* line 147, app/assets/stylesheets/components/_tables.scss */
  .card-transactions__description {
    width: 58%;
  }
}

@media (min-width: 1920px) {
  /* line 147, app/assets/stylesheets/components/_tables.scss */
  .card-transactions__description {
    width: 65%;
  }
}

/* line 158, app/assets/stylesheets/components/_tables.scss */
.card-transactions__description span.title {
  font-weight: 600;
  display: inline-block;
  width: 80%;
}

@media (max-width: 480px) {
  /* line 158, app/assets/stylesheets/components/_tables.scss */
  .card-transactions__description span.title {
    font-size: 0.75rem;
  }
}

/* line 168, app/assets/stylesheets/components/_tables.scss */
.card-transactions__description span.timestamp {
  font-size: 0.75rem;
  color: #495057;
  font-weight: 400;
  padding-left: 0.3rem;
  padding-top: 0.1rem;
}

/* line 180, app/assets/stylesheets/components/_tables.scss */
.bas-filing-table__header {
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}

/* line 186, app/assets/stylesheets/components/_tables.scss */
.bas-filing-table__col {
  border-bottom: 1px solid #bdd2dc;
  border-top: 1px solid #bdd2dc !important;
}

/* line 190, app/assets/stylesheets/components/_tables.scss */
.bas-filing-table__col:first-child {
  width: 245px;
}

/* line 1, app/assets/stylesheets/components/_tooltips.scss */
.tooltip-clickable {
  color: #767676;
}

/* line 4, app/assets/stylesheets/components/_tooltips.scss */
.tooltip-clickable:hover {
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/components/_tooltips.scss */
.tooltip-clickable:hover, .tooltip-clickable:focus {
  color: #242659;
}

/* line 13, app/assets/stylesheets/components/_tooltips.scss */
.tooltip-clickable--light {
  color: #fff !important;
}

/* line 16, app/assets/stylesheets/components/_tooltips.scss */
.tooltip-clickable--light:hover {
  color: #c8cbcb !important;
}

/* line 23, app/assets/stylesheets/components/_tooltips.scss */
.tooltip.show {
  opacity: 1;
}

/* line 27, app/assets/stylesheets/components/_tooltips.scss */
.tooltip a {
  color: #33b082;
}

/* line 31, app/assets/stylesheets/components/_tooltips.scss */
.tooltip .tooltip-content {
  margin-bottom: 0;
  text-align: left;
}

/* line 36, app/assets/stylesheets/components/_tooltips.scss */
.tooltip .tooltip-inner {
  background-color: #242659;
  border-radius: 0.4rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

/* line 43, app/assets/stylesheets/components/_tooltips.scss */
.tooltip .arrow::before {
  border-top-color: #242659;
  border-bottom-color: #242659;
}

/* line 49, app/assets/stylesheets/components/_tooltips.scss */
.tooltip-admin {
  color: #a6c !important;
}

/* line 1, app/assets/stylesheets/components/_tour.scss */
.paid-value {
  padding-bottom: 12px;
  opacity: 0;
  animation: FadeInUp 0.6s ease forwards;
  font-size: 0.825rem;
}

/* line 7, app/assets/stylesheets/components/_tour.scss */
.paid-value:nth-of-type(1) {
  animation-delay: 0;
}

/* line 11, app/assets/stylesheets/components/_tour.scss */
.paid-value:nth-of-type(2) {
  animation-delay: 500ms;
}

/* line 15, app/assets/stylesheets/components/_tour.scss */
.paid-value:nth-of-type(3) {
  animation-delay: 1000ms;
}

/* line 20, app/assets/stylesheets/components/_tour.scss */
.paid-value-img {
  margin-left: auto;
  margin-right: auto;
}

/* line 27, app/assets/stylesheets/components/_tour.scss */
.onboarding-tour__list--ordered {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-left: 1.125rem;
}

/* line 33, app/assets/stylesheets/components/_tour.scss */
.onboarding-tour__list--ordered li {
  color: #33b082;
  margin-bottom: 1rem;
}

/* line 37, app/assets/stylesheets/components/_tour.scss */
.onboarding-tour__list--ordered li p {
  color: #495057;
  padding-left: 1rem;
}

/* line 46, app/assets/stylesheets/components/_tour.scss */
.welcome-tour {
  background: #33367d;
  border-radius: 0.4rem;
  overflow-y: hidden;
}

/* line 51, app/assets/stylesheets/components/_tour.scss */
.welcome-tour .carousel-inner {
  height: 100%;
}

/* line 55, app/assets/stylesheets/components/_tour.scss */
.welcome-tour .carousel-item {
  background: #33367d;
  height: 100%;
}

@media (max-width: 576px) {
  /* line 55, app/assets/stylesheets/components/_tour.scss */
  .welcome-tour .carousel-item {
    height: 92vh;
    height: 92dvh;
    font-size: 0.875rem;
  }
}

/* line 65, app/assets/stylesheets/components/_tour.scss */
.welcome-tour .carousel-item__body {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

@media (min-width: 576px) {
  /* line 65, app/assets/stylesheets/components/_tour.scss */
  .welcome-tour .carousel-item__body {
    min-height: 500px;
  }
}

/* line 75, app/assets/stylesheets/components/_tour.scss */
.welcome-tour .carousel-item__footer {
  bottom: 0;
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  text-align: end;
  position: absolute;
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 87, app/assets/stylesheets/components/_tour.scss */
.welcome-tour .carousel-item__button-group {
  display: flex;
  flex-flow: row-reverse;
  margin-top: 1rem;
}

/* line 93, app/assets/stylesheets/components/_tour.scss */
.welcome-tour .carousel-item img {
  margin: 1.125rem auto;
  height: 200px;
  display: block;
}

@media (max-width: 375px) {
  /* line 93, app/assets/stylesheets/components/_tour.scss */
  .welcome-tour .carousel-item img {
    height: 180px;
  }
}

@media (max-width: 320px) {
  /* line 93, app/assets/stylesheets/components/_tour.scss */
  .welcome-tour .carousel-item img {
    height: 150px;
  }
}

@media (max-width: 260px) {
  /* line 93, app/assets/stylesheets/components/_tour.scss */
  .welcome-tour .carousel-item img {
    height: 100px;
  }
}

/* line 111, app/assets/stylesheets/components/_tour.scss */
.welcome-tour .carousel-item .carousel-dots {
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

/* line 119, app/assets/stylesheets/components/_tour.scss */
.welcome-tour .carousel-item .carousel-dots .carousel-dot {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0 0.25rem;
  border-radius: 1rem;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}

/* line 128, app/assets/stylesheets/components/_tour.scss */
.welcome-tour .carousel-item .carousel-dots .carousel-dot.active {
  background: #fff;
}

/* line 132, app/assets/stylesheets/components/_tour.scss */
.welcome-tour .carousel-item .carousel-dots .carousel-dot--disabled {
  cursor: not-allowed;
}

/* line 141, app/assets/stylesheets/components/_tour.scss */
.mobile-tour-modal {
  overflow-y: hidden !important;
}

/* line 145, app/assets/stylesheets/components/_tour.scss */
.mobile-tour-content {
  overflow: hidden !important;
  overscroll-behavior-y: none;
  position: fixed;
}

/* line 151, app/assets/stylesheets/components/_tour.scss */
.mobile-tour {
  background: url(/assets/header-1ec18fc4d3904d83132fa766a611b53f73d8534da62c30f8d09db2bf6dd9dd53.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 158, app/assets/stylesheets/components/_tour.scss */
.start-layout-container {
  background-color: #242659;
  padding-top: 3rem;
  text-align: center;
}

/* line 163, app/assets/stylesheets/components/_tour.scss */
.start-layout-container .container {
  max-width: 650px;
}

/* line 1, app/assets/stylesheets/components/_turbolinks_progress.scss */
.turbolinks-progress-bar {
  height: 5px;
  background: #33b082;
  background: linear-gradient(90deg, #33b082, #4bcb9c);
  border-radius: 0 5px 5px 0;
}

/* line 1, app/assets/stylesheets/components/_typedown.scss */
.typedown {
  position: relative;
  width: 100%;
}

/* line 5, app/assets/stylesheets/components/_typedown.scss */
.typedown select {
  display: contents;
  position: absolute;
}

/* line 10, app/assets/stylesheets/components/_typedown.scss */
.typedown input {
  padding-right: 3rem;
  border-left: none;
  border-top: none;
  border-right: none;
  width: calc(100% - 3rem);
}

/* line 17, app/assets/stylesheets/components/_typedown.scss */
.typedown input[value] + label, .typedown input[placeholder] + label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 24, app/assets/stylesheets/components/_typedown.scss */
.typedown input[value=""]:not([placeholder]) + label {
  transform: translateY(0);
  font-size: 1rem;
}

/* line 29, app/assets/stylesheets/components/_typedown.scss */
.typedown input:focus {
  border-color: none;
  box-shadow: none;
  border-bottom-color: #33b082;
  /* stylelint-disable-next-line no-descending-specificity */
}

/* line 34, app/assets/stylesheets/components/_typedown.scss */
.typedown input:focus ~ .icon path {
  fill: #33b082;
}

/* line 39, app/assets/stylesheets/components/_typedown.scss */
.typedown input:focus + label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 47, app/assets/stylesheets/components/_typedown.scss */
.typedown textarea {
  min-height: 2.1rem;
  max-height: 25rem;
  margin-top: 0.2rem;
  padding: 0;
  padding-bottom: 0.6rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  width: calc(100% - 3rem);
  overflow-y: scroll;
  vertical-align: text-top;
}

/* line 61, app/assets/stylesheets/components/_typedown.scss */
.typedown .suggestions.hidden {
  display: none;
}

/* line 65, app/assets/stylesheets/components/_typedown.scss */
.typedown .suggestions.active {
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  top: 100%;
  z-index: 103;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  max-height: 250px;
  overflow: auto;
}

/* line 78, app/assets/stylesheets/components/_typedown.scss */
.typedown .suggestions.active ul {
  margin: 0;
}

/* line 81, app/assets/stylesheets/components/_typedown.scss */
.typedown .suggestions.active ul li button {
  font-size: 1.2rem;
  color: #0275d8;
  display: block;
  padding: 1rem;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  background: #fff;
}

/* line 92, app/assets/stylesheets/components/_typedown.scss */
.typedown .suggestions.active ul li button:hover, .typedown .suggestions.active ul li button[aria-selected="true"] {
  background: #eeeeee;
}

/* line 100, app/assets/stylesheets/components/_typedown.scss */
.typedown .suggestions.active ul .suggestion.active button {
  background: #edf0f2;
}

/* line 107, app/assets/stylesheets/components/_typedown.scss */
.typedown .suggestions.active .no-results {
  display: block;
  padding: 1rem;
  text-align: center;
}

@media (max-width: 320px) {
  /* line 117, app/assets/stylesheets/components/_typedown.scss */
  .sign-up-typedown {
    padding-top: 1.5rem;
  }
}

/* line 1, app/assets/stylesheets/components/_visualisation.scss */
.hnry-donut-chart {
  width: 100%;
  max-height: 360px;
  height: 200px;
}

/* line 6, app/assets/stylesheets/components/_visualisation.scss */
.hnry-donut-chart--mobile {
  height: 420px;
  max-height: 420px;
  min-height: 200px;
}

/* line 2, app/assets/stylesheets/components/_win_message_modal.scss */
.submit_filing_modal {
  border-radius: 0.4rem;
}

/* line 5, app/assets/stylesheets/components/_win_message_modal.scss */
.submit_filing_modal .carousel-inner {
  height: 100%;
  overflow-y: auto;
}

/* line 10, app/assets/stylesheets/components/_win_message_modal.scss */
.submit_filing_modal .carousel-item {
  height: 100%;
}

@media (max-width: 576px) {
  /* line 10, app/assets/stylesheets/components/_win_message_modal.scss */
  .submit_filing_modal .carousel-item {
    height: 92vh;
  }
}

/* line 17, app/assets/stylesheets/components/_win_message_modal.scss */
.submit_filing_modal .carousel-item__big-image {
  margin: 0;
  display: block;
  width: 100%;
}

@media (max-width: 576px) {
  /* line 17, app/assets/stylesheets/components/_win_message_modal.scss */
  .submit_filing_modal .carousel-item__big-image {
    display: none;
  }
}

/* line 27, app/assets/stylesheets/components/_win_message_modal.scss */
.submit_filing_modal .carousel-item__small-image {
  margin-top: 2rem;
  display: block;
  width: 100%;
}

@media (min-width: 576px) {
  /* line 27, app/assets/stylesheets/components/_win_message_modal.scss */
  .submit_filing_modal .carousel-item__small-image {
    display: none;
  }
}

/* line 37, app/assets/stylesheets/components/_win_message_modal.scss */
.submit_filing_modal .carousel-item__body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px 40px 20px;
  font-size: 16px;
}

@media (min-width: 989px) {
  /* line 37, app/assets/stylesheets/components/_win_message_modal.scss */
  .submit_filing_modal .carousel-item__body {
    height: 320px;
  }
}

@media (max-width: 989px) {
  /* line 37, app/assets/stylesheets/components/_win_message_modal.scss */
  .submit_filing_modal .carousel-item__body {
    padding: 30px;
  }
}

/* line 54, app/assets/stylesheets/components/_win_message_modal.scss */
.submit_filing_modal .carousel-item__text {
  height: 220px;
}

@media (min-width: 989px) {
  /* line 54, app/assets/stylesheets/components/_win_message_modal.scss */
  .submit_filing_modal .carousel-item__text {
    height: 220px;
  }
}

/* line 62, app/assets/stylesheets/components/_win_message_modal.scss */
.submit_filing_modal .carousel-item__footer {
  height: 80px;
  margin: 10px 0;
}

/* line 67, app/assets/stylesheets/components/_win_message_modal.scss */
.submit_filing_modal .carousel-item .carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

/* line 73, app/assets/stylesheets/components/_win_message_modal.scss */
.submit_filing_modal .carousel-item .carousel-dots .carousel-dot {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0 0.25rem;
  border-radius: 1rem;
  background: transparent;
  border: 1px solid #41498B;
  cursor: pointer;
}

/* line 82, app/assets/stylesheets/components/_win_message_modal.scss */
.submit_filing_modal .carousel-item .carousel-dots .carousel-dot.active {
  background: #41498B;
}

/* line 86, app/assets/stylesheets/components/_win_message_modal.scss */
.submit_filing_modal .carousel-item .carousel-dots .carousel-dot--disabled {
  cursor: not-allowed;
}

/* line 2, app/assets/stylesheets/components/forms/_currency.scss */
.md-form.currency::before {
  content: "$";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #767676;
}

/* line 11, app/assets/stylesheets/components/forms/_currency.scss */
.md-form.currency input {
  text-align: left;
  width: calc(100% - 1rem);
  padding-left: 1rem;
  font-size: 1rem;
}

/* line 18, app/assets/stylesheets/components/forms/_currency.scss */
.md-form.currency label:not(.active) {
  left: 1rem;
}

/* line 25, app/assets/stylesheets/components/forms/_currency.scss */
.md-form input[inputmode=decimal]::-moz-placeholder {
  color: #c8cbcb;
}
.md-form input[inputmode=decimal]::placeholder {
  color: #c8cbcb;
}

/* line 29, app/assets/stylesheets/components/forms/_currency.scss */
.md-form input[inputmode=decimal]::-moz-placeholder {
  color: #c8cbcb;
}

/* line 33, app/assets/stylesheets/components/forms/_currency.scss */
.md-form input[inputmode=decimal]::-webkit-input-placeholder {
  color: #c8cbcb;
}

/* line 37, app/assets/stylesheets/components/forms/_currency.scss */
.md-form input[inputmode=decimal]:-ms-input-placeholder {
  color: #c8cbcb;
}

/* line 42, app/assets/stylesheets/components/forms/_currency.scss */
.md-form .currency-label {
  background-color: #fff;
}

/* line 1, app/assets/stylesheets/components/forms/_errors.scss */
.validation-errors {
  font-size: 0.75rem;
  color: #c00;
  margin-top: -0.4rem;
}

/* line 7, app/assets/stylesheets/components/forms/_errors.scss */
.hnry-radio-btn-group + .validation-errors {
  margin-top: 0.4rem;
}

/* line 11, app/assets/stylesheets/components/forms/_errors.scss */
.typedown + .validation-errors {
  margin-top: -0.9rem;
}

/* line 16, app/assets/stylesheets/components/forms/_errors.scss */
[data-react-class="inputs/file_upload/file_upload"] .validation-errors {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 0;
}

/* line 23, app/assets/stylesheets/components/forms/_errors.scss */
[data-react-class="inputs/file_upload/file_upload"] .drop-zone:has(input.invalid) {
  border-color: #c00;
}

/* line 29, app/assets/stylesheets/components/forms/_errors.scss */
.errors-list__item {
  list-style-type: disc;
  margin-left: 2rem;
}

/* line 3, app/assets/stylesheets/components/forms/_file_upload.scss */
[data-react-class="inputs/file_upload/file_upload"] {
  width: 100%;
  padding-left: 2rem;
}

@media (max-width: 989px) {
  /* line 3, app/assets/stylesheets/components/forms/_file_upload.scss */
  [data-react-class="inputs/file_upload/file_upload"] {
    padding: 0;
  }
}

/* line 14, app/assets/stylesheets/components/forms/_file_upload.scss */
.modal-content [data-react-class="inputs/file_upload/file_upload"] {
  padding: 0;
}

/* line 19, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone {
  border: 2px dashed #c8cbcb;
  border-radius: 4px;
  height: 250px;
  min-width: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 30, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone .file-prompt__name {
  display: none;
}

/* line 34, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 43, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone .dnd-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  color: #949494;
}

/* line 52, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.highlight {
  border-color: #33b082;
}

/* line 55, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.highlight .dnd-message {
  color: #33b082;
}

/* line 59, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.highlight .circle {
  background: #33b082;
  animation: ToastPulseSuccess 0.8s ease forwards;
}

/* line 65, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone .dz-preview {
  display: none;
}

@media (max-width: 1199px) {
  /* line 19, app/assets/stylesheets/components/forms/_file_upload.scss */
  .drop-zone {
    border: none;
  }
  /* line 72, app/assets/stylesheets/components/forms/_file_upload.scss */
  .drop-zone.persist-border {
    border: 2px dashed #c8cbcb;
    border-radius: 4px;
  }
}

/* line 78, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.slim {
  height: 80px;
}

/* line 81, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.slim .file-prompt {
  display: flex;
}

/* line 85, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.slim .hnry-icon__circle {
  display: none;
}

/* line 89, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.slim .sub-label {
  display: none;
}

/* line 93, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.slim .file-prompt__name {
  display: block;
  margin-left: 1rem;
}

/* line 98, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.slim .btn-tertiary {
  font-weight: 600;
}

/* line 102, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.slim.has-file {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 3rem;
  padding-right: 2rem;
}

/* line 109, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.slim.has-file .hnry-icon__circle {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  margin-bottom: 0;
}

/* line 117, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.slim .dnd-message {
  margin-bottom: 0;
}

/* line 120, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.slim .dnd-message .lds-ellipsis {
  margin-bottom: 1rem;
}

/* line 124, app/assets/stylesheets/components/forms/_file_upload.scss */
.drop-zone.slim .dnd-message .loader-icon-wrapper {
  display: flex;
}

/* line 131, app/assets/stylesheets/components/forms/_file_upload.scss */
.compact {
  height: 180px;
}

/* line 7, app/assets/stylesheets/components/forms/_option_buttons.scss */
.option-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 1.2rem;
}

/* line 13, app/assets/stylesheets/components/forms/_option_buttons.scss */
.option-buttons label.btn-option, .option-buttons div.btn-option,
.option-buttons input.btn-option[type="submit"] {
  position: relative;
  border: solid 1px #272754;
  max-width: 50%;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.5;
  height: auto;
  margin: 0;
  color: #272754 !important;
}

@media (max-width: 410px) {
  /* line 13, app/assets/stylesheets/components/forms/_option_buttons.scss */
  .option-buttons label.btn-option, .option-buttons div.btn-option,
.option-buttons input.btn-option[type="submit"] {
    width: 80%;
  }
}

/* line 29, app/assets/stylesheets/components/forms/_option_buttons.scss */
.option-buttons label.btn-option::before, .option-buttons label.btn-option::after, .option-buttons div.btn-option::before, .option-buttons div.btn-option::after,
.option-buttons input.btn-option[type="submit"]::before,
.option-buttons input.btn-option[type="submit"]::after {
  content: none;
}

/* line 34, app/assets/stylesheets/components/forms/_option_buttons.scss */
.option-buttons label.btn-option:last-of-type, .option-buttons div.btn-option:last-of-type,
.option-buttons input.btn-option[type="submit"]:last-of-type {
  margin-right: 0;
}

/* line 42, app/assets/stylesheets/components/forms/_option_buttons.scss */
.option-buttons .flex-column label.btn-option, .option-buttons .flex-column div.btn-option {
  max-width: 100%;
  margin: 0;
  margin-bottom: 1rem;
}

/* line 49, app/assets/stylesheets/components/forms/_option_buttons.scss */
.option-buttons :checked + label, .option-buttons :checked + div {
  background: #272754;
  color: #fff !important;
}

/* line 2, app/assets/stylesheets/components/forms/_percentage.scss */
.md-form.percentage::after {
  content: "%";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #767676;
}

/* line 11, app/assets/stylesheets/components/forms/_percentage.scss */
.md-form.percentage input {
  text-align: right;
  width: calc(100% - 1.5rem);
  padding-right: 1.5rem;
}

/* line 3, app/assets/stylesheets/components/forms/_radios.scss */
input[type="radio"]:checked, input[type="radio"]:not(:checked) {
  visibility: visible;
  position: absolute;
  top: auto;
  bottom: 12px;
  height: 1px;
  width: 1px;
  left: 12px;
  z-index: -1;
  outline: none;
  opacity: 0;
}

/* line 16, app/assets/stylesheets/components/forms/_radios.scss */
input[type="radio"]:checked + label, input[type="radio"]:not(:checked) + label {
  padding-left: 2rem;
  margin-right: 1rem;
  margin-bottom: 0;
  top: 0;
}

/* line 25, app/assets/stylesheets/components/forms/_radios.scss */
input[type="radio"]:not(:checked) + label::before {
  background: #fff;
}

/* line 29, app/assets/stylesheets/components/forms/_radios.scss */
input[type="radio"]:disabled + label {
  cursor: default !important;
}

/* line 35, app/assets/stylesheets/components/forms/_radios.scss */
legend {
  font-size: 1rem;
}
