/*!
 *  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('fontawesome-webfont.674f50d287a8c48dc19b.eot?v=4.7.0');
  src: url('fontawesome-webfont.674f50d287a8c48dc19b.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.af7ae505a9eed503f8b8.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.fee66e712a8a08eef580.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.b06871f281fee6b241d6.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.912ec66d7572ff821749.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@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-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;
}

/* exo-100normal - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 100;
  src: url('exo-latin-100.e98b7075717664dffefd.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Thin '),
    local('Exo-Thin'),
    url('exo-latin-100.e98b7075717664dffefd.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-100.86eb901a1b6a952ad4c6.woff2') format('woff2'), 
    url('exo-latin-100.7a962253b4221d26fc52.woff') format('woff'), 
    url('exo-latin-100.f60defca0bb5c4a76c36.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-100italic - latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 100;
  src: url('exo-latin-100italic.5d74bcc0fa9041da27ab.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Thin italic'),
    local('Exo-Thinitalic'),
    url('exo-latin-100italic.5d74bcc0fa9041da27ab.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-100italic.d8d1b8142312dc8661ca.woff2') format('woff2'), 
    url('exo-latin-100italic.7fd525ae6ef32ca51c2b.woff') format('woff'), 
    url('exo-latin-100italic.09b8eba1e3ca26851758.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-200normal - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 200;
  src: url('exo-latin-200.459a2b5c4d21445ecaa1.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Extra Light '),
    local('Exo-Extra Light'),
    url('exo-latin-200.459a2b5c4d21445ecaa1.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-200.6272ec972e113356a7ac.woff2') format('woff2'), 
    url('exo-latin-200.ae44adae71863b09ecbc.woff') format('woff'), 
    url('exo-latin-200.9154b96a4e182f3f6027.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-300normal - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  src: url('exo-latin-300.e0e37075b606d93a9538.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Light '),
    local('Exo-Light'),
    url('exo-latin-300.e0e37075b606d93a9538.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-300.038973967594a7dab606.woff2') format('woff2'), 
    url('exo-latin-300.3f0b3ba8796b6e7fe4bd.woff') format('woff'), 
    url('exo-latin-300.21d8997134cbc12e5153.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-200italic - latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 200;
  src: url('exo-latin-200italic.cac790357edeabf496ba.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Extra Light italic'),
    local('Exo-Extra Lightitalic'),
    url('exo-latin-200italic.cac790357edeabf496ba.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-200italic.3a8391359886bc872041.woff2') format('woff2'), 
    url('exo-latin-200italic.fff0b8fbb6361809277d.woff') format('woff'), 
    url('exo-latin-200italic.3487e875e62e19f8725a.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-300italic - latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 300;
  src: url('exo-latin-300italic.6ce1566735a3d3667090.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Light italic'),
    local('Exo-Lightitalic'),
    url('exo-latin-300italic.6ce1566735a3d3667090.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-300italic.8d40b499402fd4189be2.woff2') format('woff2'), 
    url('exo-latin-300italic.2f0f55679e620d222711.woff') format('woff'), 
    url('exo-latin-300italic.a2ca6baedb32297ce871.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-400normal - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url('exo-latin-400.6b1794f1847a277021b4.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Regular '),
    local('Exo-Regular'),
    url('exo-latin-400.6b1794f1847a277021b4.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-400.9f16e6ee1e3327b7db3a.woff2') format('woff2'), 
    url('exo-latin-400.d72d248cdbced438c110.woff') format('woff'), 
    url('exo-latin-400.3002b7531096a5092d6e.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-400italic - latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 400;
  src: url('exo-latin-400italic.92d1911bd4c5f5ef04f7.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Regular italic'),
    local('Exo-Regularitalic'),
    url('exo-latin-400italic.92d1911bd4c5f5ef04f7.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-400italic.d672d50caf856a58828c.woff2') format('woff2'), 
    url('exo-latin-400italic.9e4520097381adbfe70f.woff') format('woff'), 
    url('exo-latin-400italic.11510e4de28d62aa3aa5.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-500normal - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 500;
  src: url('exo-latin-500.c616c256d4843cc16357.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Medium '),
    local('Exo-Medium'),
    url('exo-latin-500.c616c256d4843cc16357.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-500.6d4c29b8d9640e68f812.woff2') format('woff2'), 
    url('exo-latin-500.81d3a72e86d04e574f0d.woff') format('woff'), 
    url('exo-latin-500.6596ef88679c21505494.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-500italic - latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 500;
  src: url('exo-latin-500italic.fe40c45465e6e99f006b.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Medium italic'),
    local('Exo-Mediumitalic'),
    url('exo-latin-500italic.fe40c45465e6e99f006b.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-500italic.3cb9a625a9283be01425.woff2') format('woff2'), 
    url('exo-latin-500italic.bd17cb2d62c226e06fdb.woff') format('woff'), 
    url('exo-latin-500italic.1ac05bd5dc0714e32eac.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-600italic - latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 600;
  src: url('exo-latin-600italic.b7d2928a52331a7f1f07.eot'); /* IE9 Compat Modes */
  src:
    local('Exo SemiBold italic'),
    local('Exo-SemiBolditalic'),
    url('exo-latin-600italic.b7d2928a52331a7f1f07.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-600italic.b0a8187a1614891ec57b.woff2') format('woff2'), 
    url('exo-latin-600italic.88502b7cff2e54cebf90.woff') format('woff'), 
    url('exo-latin-600italic.e711eccd1fadfcd140a0.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-600normal - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url('exo-latin-600.e0d97cf7ab8d3d75e34b.eot'); /* IE9 Compat Modes */
  src:
    local('Exo SemiBold '),
    local('Exo-SemiBold'),
    url('exo-latin-600.e0d97cf7ab8d3d75e34b.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-600.bb1d269e07b87773f1a6.woff2') format('woff2'), 
    url('exo-latin-600.ed2ff71bda38119fa682.woff') format('woff'), 
    url('exo-latin-600.ca209404a4885958c612.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-700normal - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url('exo-latin-700.7348a6cf42fcb58f0985.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Bold '),
    local('Exo-Bold'),
    url('exo-latin-700.7348a6cf42fcb58f0985.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-700.d38b55777560c246992c.woff2') format('woff2'), 
    url('exo-latin-700.734067b6563affe65beb.woff') format('woff'), 
    url('exo-latin-700.68cc7fa1f6a3184d73c2.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-800normal - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  src: url('exo-latin-800.ca084c98b9f30fcf576f.eot'); /* IE9 Compat Modes */
  src:
    local('Exo ExtraBold '),
    local('Exo-ExtraBold'),
    url('exo-latin-800.ca084c98b9f30fcf576f.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-800.1ae3922dda8cca45438a.woff2') format('woff2'), 
    url('exo-latin-800.006e7ec97fc14c6682a8.woff') format('woff'), 
    url('exo-latin-800.855ca29bb887be8df4bb.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-700italic - latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 700;
  src: url('exo-latin-700italic.dfd1344ebc20ecda89bf.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Bold italic'),
    local('Exo-Bolditalic'),
    url('exo-latin-700italic.dfd1344ebc20ecda89bf.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-700italic.36b975e60be97473a1e6.woff2') format('woff2'), 
    url('exo-latin-700italic.262dcaba2aca4a002e46.woff') format('woff'), 
    url('exo-latin-700italic.1f6a024d5a00aba4cee1.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-800italic - latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 800;
  src: url('exo-latin-800italic.0bc59516445e9a658021.eot'); /* IE9 Compat Modes */
  src:
    local('Exo ExtraBold italic'),
    local('Exo-ExtraBolditalic'),
    url('exo-latin-800italic.0bc59516445e9a658021.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-800italic.e75d9cbb1468c3156c59.woff2') format('woff2'), 
    url('exo-latin-800italic.c989d9d241c710a02bba.woff') format('woff'), 
    url('exo-latin-800italic.ba95c7ebbd3ee83362b2.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-900normal - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 900;
  src: url('exo-latin-900.c45295dd710f6c155910.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Black '),
    local('Exo-Black'),
    url('exo-latin-900.c45295dd710f6c155910.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-900.81e4c0811095cd6fbffa.woff2') format('woff2'), 
    url('exo-latin-900.5f81c4362dcb692ed3d3.woff') format('woff'), 
    url('exo-latin-900.6eb1c493737303a66b1b.svg#exo') format('svg'); /* Legacy iOS */
}
/* exo-900italic - latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 900;
  src: url('exo-latin-900italic.833cc98e0a75891eebef.eot'); /* IE9 Compat Modes */
  src:
    local('Exo Black italic'),
    local('Exo-Blackitalic'),
    url('exo-latin-900italic.833cc98e0a75891eebef.eot?#iefix') format('embedded-opentype'), 
    url('exo-latin-900italic.951a8bde845d7c17e4de.woff2') format('woff2'), 
    url('exo-latin-900italic.b64b7ad410228605c1a3.woff') format('woff'), 
    url('exo-latin-900italic.90bea911b093ad5f0cf2.svg#exo') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Thin.c25fd8d00fd9f570545d.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'), url('Roboto-Thin.c25fd8d00fd9f570545d.eot?#iefix') format('embedded-opentype'), url('Roboto-Thin.790ebf41d0214f5eda4e.woff2') format('woff2'), url('Roboto-Thin.90d3804f0231704c15cc.woff') format('woff'), url('Roboto-Thin.cc85ce37b4256966e6f3.ttf') format('truetype'), url('Roboto-Thin.ba422f71e799f3d29cbf.svg#Roboto') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('Roboto-Thin.c25fd8d00fd9f570545d.eot');
    src: local('Roboto Thin'), local('Roboto-Thin'), url('Roboto-Thin.c25fd8d00fd9f570545d.eot?#iefix') format('embedded-opentype'), url('Roboto-Thin.790ebf41d0214f5eda4e.woff2') format('woff2'), url('Roboto-Thin.90d3804f0231704c15cc.woff') format('woff'), url('Roboto-Thin.cc85ce37b4256966e6f3.ttf') format('truetype'), url('Roboto-Thin.ba422f71e799f3d29cbf.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-ThinItalic.64ca718f48db91b27e8c.eot');
    src: local('Roboto ThinItalic'), local('Roboto-ThinItalic'), url('Roboto-ThinItalic.64ca718f48db91b27e8c.eot?#iefix') format('embedded-opentype'), url('Roboto-ThinItalic.8a2c1a5de09de8bb2c45.woff2') format('woff2'), url('Roboto-ThinItalic.588293290e86dad97fcf.woff') format('woff'), url('Roboto-ThinItalic.11b5cc9584f2c007a229.ttf') format('truetype'), url('Roboto-ThinItalic.21e9a2e5ed0b0d8d1bb7.svg#Roboto') format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('Roboto-ThinItalic.64ca718f48db91b27e8c.eot');
    src: local('Roboto ThinItalic'), local('Roboto-ThinItalic'), url('Roboto-ThinItalic.64ca718f48db91b27e8c.eot?#iefix') format('embedded-opentype'), url('Roboto-ThinItalic.8a2c1a5de09de8bb2c45.woff2') format('woff2'), url('Roboto-ThinItalic.588293290e86dad97fcf.woff') format('woff'), url('Roboto-ThinItalic.11b5cc9584f2c007a229.ttf') format('truetype'), url('Roboto-ThinItalic.21e9a2e5ed0b0d8d1bb7.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light.183079184d96a491f16e.eot');
    src: local('Roboto Light'), local('Roboto-Light'), url('Roboto-Light.183079184d96a491f16e.eot?#iefix') format('embedded-opentype'), url('Roboto-Light.8e0860f3581b197e9fa4.woff2') format('woff2'), url('Roboto-Light.37fbbbad5577a95bdf05.woff') format('woff'), url('Roboto-Light.a2b8c641546c0e5a95e2.ttf') format('truetype'), url('Roboto-Light.054fa50baa6598a7bf0c.svg#Roboto') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url('Roboto-Light.183079184d96a491f16e.eot');
    src: local('Roboto Light'), local('Roboto-Light'), url('Roboto-Light.183079184d96a491f16e.eot?#iefix') format('embedded-opentype'), url('Roboto-Light.8e0860f3581b197e9fa4.woff2') format('woff2'), url('Roboto-Light.37fbbbad5577a95bdf05.woff') format('woff'), url('Roboto-Light.a2b8c641546c0e5a95e2.ttf') format('truetype'), url('Roboto-Light.054fa50baa6598a7bf0c.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-LightItalic.cdd1c486770034a6122e.eot');
    src: local('Roboto LightItalic'), local('Roboto-LightItalic'), url('Roboto-LightItalic.cdd1c486770034a6122e.eot?#iefix') format('embedded-opentype'), url('Roboto-LightItalic.879d940bccbb25f6096e.woff2') format('woff2'), url('Roboto-LightItalic.c7b4e746cf8ecbf412fc.woff') format('woff'), url('Roboto-LightItalic.056caeabe95749fe2b97.ttf') format('truetype'), url('Roboto-LightItalic.1a9e39e536aed26b863b.svg#Roboto') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('Roboto-LightItalic.cdd1c486770034a6122e.eot');
    src: local('Roboto LightItalic'), local('Roboto-LightItalic'), url('Roboto-LightItalic.cdd1c486770034a6122e.eot?#iefix') format('embedded-opentype'), url('Roboto-LightItalic.879d940bccbb25f6096e.woff2') format('woff2'), url('Roboto-LightItalic.c7b4e746cf8ecbf412fc.woff') format('woff'), url('Roboto-LightItalic.056caeabe95749fe2b97.ttf') format('truetype'), url('Roboto-LightItalic.1a9e39e536aed26b863b.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.6a561d68369fd1fb9768.eot');
    src: local('Roboto Regular'), local('Roboto-Regular'), url('Roboto-Regular.6a561d68369fd1fb9768.eot?#iefix') format('embedded-opentype'), url('Roboto-Regular.b2a6341ae7440130ec4b.woff2') format('woff2'), url('Roboto-Regular.081b11ebaca8ad30fd09.woff') format('woff'), url('Roboto-Regular.99b14f0da0591e0d7167.ttf') format('truetype'), url('Roboto-Regular.766c8926f6d9061fef24.svg#Roboto') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('Roboto-Regular.6a561d68369fd1fb9768.eot');
    src: local('Roboto Regular'), local('Roboto-Regular'), url('Roboto-Regular.6a561d68369fd1fb9768.eot?#iefix') format('embedded-opentype'), url('Roboto-Regular.b2a6341ae7440130ec4b.woff2') format('woff2'), url('Roboto-Regular.081b11ebaca8ad30fd09.woff') format('woff'), url('Roboto-Regular.99b14f0da0591e0d7167.ttf') format('truetype'), url('Roboto-Regular.766c8926f6d9061fef24.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-RegularItalic.f3660f493ea5e5206484.eot');
    src: local('Roboto RegularItalic'), local('Roboto-RegularItalic'), url('Roboto-RegularItalic.f3660f493ea5e5206484.eot?#iefix') format('embedded-opentype'), url('Roboto-RegularItalic.df8e3a9b9aed94341797.woff2') format('woff2'), url('Roboto-RegularItalic.8add1ba317c27e39b778.woff') format('woff'), url('Roboto-RegularItalic.90dbf902b8d0592e1beb.ttf') format('truetype'), url('Roboto-RegularItalic.527502d7927a41ca0b6a.svg#Roboto') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-RegularItalic';
    src: url('Roboto-RegularItalic.f3660f493ea5e5206484.eot');
    src: local('Roboto RegularItalic'), local('Roboto-RegularItalic'), url('Roboto-RegularItalic.f3660f493ea5e5206484.eot?#iefix') format('embedded-opentype'), url('Roboto-RegularItalic.df8e3a9b9aed94341797.woff2') format('woff2'), url('Roboto-RegularItalic.8add1ba317c27e39b778.woff') format('woff'), url('Roboto-RegularItalic.90dbf902b8d0592e1beb.ttf') format('truetype'), url('Roboto-RegularItalic.527502d7927a41ca0b6a.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Medium.76cad5ba6b8a38a77fe0.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'), url('Roboto-Medium.76cad5ba6b8a38a77fe0.eot?#iefix') format('embedded-opentype'), url('Roboto-Medium.2741a14e49524efa6059.woff2') format('woff2'), url('Roboto-Medium.303ded6436dcf7ea7515.woff') format('woff'), url('Roboto-Medium.c54f2a3ee42d2a58d82f.ttf') format('truetype'), url('Roboto-Medium.2b4f394ce87ea4e7a68b.svg#Roboto') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('Roboto-Medium.76cad5ba6b8a38a77fe0.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'), url('Roboto-Medium.76cad5ba6b8a38a77fe0.eot?#iefix') format('embedded-opentype'), url('Roboto-Medium.2741a14e49524efa6059.woff2') format('woff2'), url('Roboto-Medium.303ded6436dcf7ea7515.woff') format('woff'), url('Roboto-Medium.c54f2a3ee42d2a58d82f.ttf') format('truetype'), url('Roboto-Medium.2b4f394ce87ea4e7a68b.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-MediumItalic.7a49ce79b6089d4d37bf.eot');
    src: local('Roboto MediumItalic'), local('Roboto-MediumItalic'), url('Roboto-MediumItalic.7a49ce79b6089d4d37bf.eot?#iefix') format('embedded-opentype'), url('Roboto-MediumItalic.f10d1f42838680a70ac2.woff2') format('woff2'), url('Roboto-MediumItalic.da059a7386fea889c55c.woff') format('woff'), url('Roboto-MediumItalic.fa183350bf6b814ae552.ttf') format('truetype'), url('Roboto-MediumItalic.eb65fb18d4446e4ac27d.svg#Roboto') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('Roboto-MediumItalic.7a49ce79b6089d4d37bf.eot');
    src: local('Roboto MediumItalic'), local('Roboto-MediumItalic'), url('Roboto-MediumItalic.7a49ce79b6089d4d37bf.eot?#iefix') format('embedded-opentype'), url('Roboto-MediumItalic.f10d1f42838680a70ac2.woff2') format('woff2'), url('Roboto-MediumItalic.da059a7386fea889c55c.woff') format('woff'), url('Roboto-MediumItalic.fa183350bf6b814ae552.ttf') format('truetype'), url('Roboto-MediumItalic.eb65fb18d4446e4ac27d.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.c8bcb1cb78f9e45e2bcb.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'), url('Roboto-Bold.c8bcb1cb78f9e45e2bcb.eot?#iefix') format('embedded-opentype'), url('Roboto-Bold.ab96cca26751239828b8.woff2') format('woff2'), url('Roboto-Bold.ad140ff02a7091257e2b.woff') format('woff'), url('Roboto-Bold.56a76a220d9c9765946d.ttf') format('truetype'), url('Roboto-Bold.c7f4667b59b9bc95130e.svg#Roboto') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('Roboto-Bold.c8bcb1cb78f9e45e2bcb.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'), url('Roboto-Bold.c8bcb1cb78f9e45e2bcb.eot?#iefix') format('embedded-opentype'), url('Roboto-Bold.ab96cca26751239828b8.woff2') format('woff2'), url('Roboto-Bold.ad140ff02a7091257e2b.woff') format('woff'), url('Roboto-Bold.56a76a220d9c9765946d.ttf') format('truetype'), url('Roboto-Bold.c7f4667b59b9bc95130e.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-BoldItalic.4b2cc52b05e2a960c4f1.eot');
    src: local('Roboto BoldItalic'), local('Roboto-BoldItalic'), url('Roboto-BoldItalic.4b2cc52b05e2a960c4f1.eot?#iefix') format('embedded-opentype'), url('Roboto-BoldItalic.355e388740673054493c.woff2') format('woff2'), url('Roboto-BoldItalic.a7dce23c0dd99a4afa5c.woff') format('woff'), url('Roboto-BoldItalic.d23d5bdadc495f12ef69.ttf') format('truetype'), url('Roboto-BoldItalic.c2e0f75da3677f645034.svg#Roboto') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('Roboto-BoldItalic.4b2cc52b05e2a960c4f1.eot');
    src: local('Roboto BoldItalic'), local('Roboto-BoldItalic'), url('Roboto-BoldItalic.4b2cc52b05e2a960c4f1.eot?#iefix') format('embedded-opentype'), url('Roboto-BoldItalic.355e388740673054493c.woff2') format('woff2'), url('Roboto-BoldItalic.a7dce23c0dd99a4afa5c.woff') format('woff'), url('Roboto-BoldItalic.d23d5bdadc495f12ef69.ttf') format('truetype'), url('Roboto-BoldItalic.c2e0f75da3677f645034.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Black.2a82f89b0a35ee7f9d45.eot');
    src: local('Roboto Black'), local('Roboto-Black'), url('Roboto-Black.2a82f89b0a35ee7f9d45.eot?#iefix') format('embedded-opentype'), url('Roboto-Black.2b8d6922c2c9957356bc.woff2') format('woff2'), url('Roboto-Black.4c3b6229efe63a13dbb4.woff') format('woff'), url('Roboto-Black.44236ad507eddcbfd986.ttf') format('truetype'), url('Roboto-Black.ab04c7611d94b690aee3.svg#Roboto') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url('Roboto-Black.2a82f89b0a35ee7f9d45.eot');
    src: local('Roboto Black'), local('Roboto-Black'), url('Roboto-Black.2a82f89b0a35ee7f9d45.eot?#iefix') format('embedded-opentype'), url('Roboto-Black.2b8d6922c2c9957356bc.woff2') format('woff2'), url('Roboto-Black.4c3b6229efe63a13dbb4.woff') format('woff'), url('Roboto-Black.44236ad507eddcbfd986.ttf') format('truetype'), url('Roboto-Black.ab04c7611d94b690aee3.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-BlackItalic.4b7407c6740b8294d97a.eot');
    src: local('Roboto BlackItalic'), local('Roboto-BlackItalic'), url('Roboto-BlackItalic.4b7407c6740b8294d97a.eot?#iefix') format('embedded-opentype'), url('Roboto-BlackItalic.38d14dd4ff163c34e45b.woff2') format('woff2'), url('Roboto-BlackItalic.3a99796b2d8592471fcf.woff') format('woff'), url('Roboto-BlackItalic.ad0f284c7113fd0aaf39.ttf') format('truetype'), url('Roboto-BlackItalic.1f37c7545ae9f63d2279.svg#Roboto') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-BlackItalic';
    src: url('Roboto-BlackItalic.4b7407c6740b8294d97a.eot');
    src: local('Roboto BlackItalic'), local('Roboto-BlackItalic'), url('Roboto-BlackItalic.4b7407c6740b8294d97a.eot?#iefix') format('embedded-opentype'), url('Roboto-BlackItalic.38d14dd4ff163c34e45b.woff2') format('woff2'), url('Roboto-BlackItalic.3a99796b2d8592471fcf.woff') format('woff'), url('Roboto-BlackItalic.ad0f284c7113fd0aaf39.ttf') format('truetype'), url('Roboto-BlackItalic.1f37c7545ae9f63d2279.svg#Roboto') format('svg');
}

@charset "UTF-8";
/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url('ionicons.19e65b89cee273a249fb.eot?v=2.0.1');
  src: url('ionicons.19e65b89cee273a249fb.eot?v=2.0.1#iefix') format("embedded-opentype"), url('ionicons.dd4781d1acc57ba4c480.ttf?v=2.0.1') format("truetype"), url('ionicons.2c159d0d05473040b53e.woff?v=2.0.1') format("woff"), url('ionicons.28df6ee7b407fd8a14b4.svg?v=2.0.1#Ionicons') format("svg");
  font-weight: normal;
  font-style: normal; }
.ion, .ionicons,
.ion-alert:before,
.ion-alert-circled:before,
.ion-android-add:before,
.ion-android-add-circle:before,
.ion-android-alarm-clock:before,
.ion-android-alert:before,
.ion-android-apps:before,
.ion-android-archive:before,
.ion-android-arrow-back:before,
.ion-android-arrow-down:before,
.ion-android-arrow-dropdown:before,
.ion-android-arrow-dropdown-circle:before,
.ion-android-arrow-dropleft:before,
.ion-android-arrow-dropleft-circle:before,
.ion-android-arrow-dropright:before,
.ion-android-arrow-dropright-circle:before,
.ion-android-arrow-dropup:before,
.ion-android-arrow-dropup-circle:before,
.ion-android-arrow-forward:before,
.ion-android-arrow-up:before,
.ion-android-attach:before,
.ion-android-bar:before,
.ion-android-bicycle:before,
.ion-android-boat:before,
.ion-android-bookmark:before,
.ion-android-bulb:before,
.ion-android-bus:before,
.ion-android-calendar:before,
.ion-android-call:before,
.ion-android-camera:before,
.ion-android-cancel:before,
.ion-android-car:before,
.ion-android-cart:before,
.ion-android-chat:before,
.ion-android-checkbox:before,
.ion-android-checkbox-blank:before,
.ion-android-checkbox-outline:before,
.ion-android-checkbox-outline-blank:before,
.ion-android-checkmark-circle:before,
.ion-android-clipboard:before,
.ion-android-close:before,
.ion-android-cloud:before,
.ion-android-cloud-circle:before,
.ion-android-cloud-done:before,
.ion-android-cloud-outline:before,
.ion-android-color-palette:before,
.ion-android-compass:before,
.ion-android-contact:before,
.ion-android-contacts:before,
.ion-android-contract:before,
.ion-android-create:before,
.ion-android-delete:before,
.ion-android-desktop:before,
.ion-android-document:before,
.ion-android-done:before,
.ion-android-done-all:before,
.ion-android-download:before,
.ion-android-drafts:before,
.ion-android-exit:before,
.ion-android-expand:before,
.ion-android-favorite:before,
.ion-android-favorite-outline:before,
.ion-android-film:before,
.ion-android-folder:before,
.ion-android-folder-open:before,
.ion-android-funnel:before,
.ion-android-globe:before,
.ion-android-hand:before,
.ion-android-hangout:before,
.ion-android-happy:before,
.ion-android-home:before,
.ion-android-image:before,
.ion-android-laptop:before,
.ion-android-list:before,
.ion-android-locate:before,
.ion-android-lock:before,
.ion-android-mail:before,
.ion-android-map:before,
.ion-android-menu:before,
.ion-android-microphone:before,
.ion-android-microphone-off:before,
.ion-android-more-horizontal:before,
.ion-android-more-vertical:before,
.ion-android-navigate:before,
.ion-android-notifications:before,
.ion-android-notifications-none:before,
.ion-android-notifications-off:before,
.ion-android-open:before,
.ion-android-options:before,
.ion-android-people:before,
.ion-android-person:before,
.ion-android-person-add:before,
.ion-android-phone-landscape:before,
.ion-android-phone-portrait:before,
.ion-android-pin:before,
.ion-android-plane:before,
.ion-android-playstore:before,
.ion-android-print:before,
.ion-android-radio-button-off:before,
.ion-android-radio-button-on:before,
.ion-android-refresh:before,
.ion-android-remove:before,
.ion-android-remove-circle:before,
.ion-android-restaurant:before,
.ion-android-sad:before,
.ion-android-search:before,
.ion-android-send:before,
.ion-android-settings:before,
.ion-android-share:before,
.ion-android-share-alt:before,
.ion-android-star:before,
.ion-android-star-half:before,
.ion-android-star-outline:before,
.ion-android-stopwatch:before,
.ion-android-subway:before,
.ion-android-sunny:before,
.ion-android-sync:before,
.ion-android-textsms:before,
.ion-android-time:before,
.ion-android-train:before,
.ion-android-unlock:before,
.ion-android-upload:before,
.ion-android-volume-down:before,
.ion-android-volume-mute:before,
.ion-android-volume-off:before,
.ion-android-volume-up:before,
.ion-android-walk:before,
.ion-android-warning:before,
.ion-android-watch:before,
.ion-android-wifi:before,
.ion-aperture:before,
.ion-archive:before,
.ion-arrow-down-a:before,
.ion-arrow-down-b:before,
.ion-arrow-down-c:before,
.ion-arrow-expand:before,
.ion-arrow-graph-down-left:before,
.ion-arrow-graph-down-right:before,
.ion-arrow-graph-up-left:before,
.ion-arrow-graph-up-right:before,
.ion-arrow-left-a:before,
.ion-arrow-left-b:before,
.ion-arrow-left-c:before,
.ion-arrow-move:before,
.ion-arrow-resize:before,
.ion-arrow-return-left:before,
.ion-arrow-return-right:before,
.ion-arrow-right-a:before,
.ion-arrow-right-b:before,
.ion-arrow-right-c:before,
.ion-arrow-shrink:before,
.ion-arrow-swap:before,
.ion-arrow-up-a:before,
.ion-arrow-up-b:before,
.ion-arrow-up-c:before,
.ion-asterisk:before,
.ion-at:before,
.ion-backspace:before,
.ion-backspace-outline:before,
.ion-bag:before,
.ion-battery-charging:before,
.ion-battery-empty:before,
.ion-battery-full:before,
.ion-battery-half:before,
.ion-battery-low:before,
.ion-beaker:before,
.ion-beer:before,
.ion-bluetooth:before,
.ion-bonfire:before,
.ion-bookmark:before,
.ion-bowtie:before,
.ion-briefcase:before,
.ion-bug:before,
.ion-calculator:before,
.ion-calendar:before,
.ion-camera:before,
.ion-card:before,
.ion-cash:before,
.ion-chatbox:before,
.ion-chatbox-working:before,
.ion-chatboxes:before,
.ion-chatbubble:before,
.ion-chatbubble-working:before,
.ion-chatbubbles:before,
.ion-checkmark:before,
.ion-checkmark-circled:before,
.ion-checkmark-round:before,
.ion-chevron-down:before,
.ion-chevron-left:before,
.ion-chevron-right:before,
.ion-chevron-up:before,
.ion-clipboard:before,
.ion-clock:before,
.ion-close:before,
.ion-close-circled:before,
.ion-close-round:before,
.ion-closed-captioning:before,
.ion-cloud:before,
.ion-code:before,
.ion-code-download:before,
.ion-code-working:before,
.ion-coffee:before,
.ion-compass:before,
.ion-compose:before,
.ion-connection-bars:before,
.ion-contrast:before,
.ion-crop:before,
.ion-cube:before,
.ion-disc:before,
.ion-document:before,
.ion-document-text:before,
.ion-drag:before,
.ion-earth:before,
.ion-easel:before,
.ion-edit:before,
.ion-egg:before,
.ion-eject:before,
.ion-email:before,
.ion-email-unread:before,
.ion-erlenmeyer-flask:before,
.ion-erlenmeyer-flask-bubbles:before,
.ion-eye:before,
.ion-eye-disabled:before,
.ion-female:before,
.ion-filing:before,
.ion-film-marker:before,
.ion-fireball:before,
.ion-flag:before,
.ion-flame:before,
.ion-flash:before,
.ion-flash-off:before,
.ion-folder:before,
.ion-fork:before,
.ion-fork-repo:before,
.ion-forward:before,
.ion-funnel:before,
.ion-gear-a:before,
.ion-gear-b:before,
.ion-grid:before,
.ion-hammer:before,
.ion-happy:before,
.ion-happy-outline:before,
.ion-headphone:before,
.ion-heart:before,
.ion-heart-broken:before,
.ion-help:before,
.ion-help-buoy:before,
.ion-help-circled:before,
.ion-home:before,
.ion-icecream:before,
.ion-image:before,
.ion-images:before,
.ion-information:before,
.ion-information-circled:before,
.ion-ionic:before,
.ion-ios-alarm:before,
.ion-ios-alarm-outline:before,
.ion-ios-albums:before,
.ion-ios-albums-outline:before,
.ion-ios-americanfootball:before,
.ion-ios-americanfootball-outline:before,
.ion-ios-analytics:before,
.ion-ios-analytics-outline:before,
.ion-ios-arrow-back:before,
.ion-ios-arrow-down:before,
.ion-ios-arrow-forward:before,
.ion-ios-arrow-left:before,
.ion-ios-arrow-right:before,
.ion-ios-arrow-thin-down:before,
.ion-ios-arrow-thin-left:before,
.ion-ios-arrow-thin-right:before,
.ion-ios-arrow-thin-up:before,
.ion-ios-arrow-up:before,
.ion-ios-at:before,
.ion-ios-at-outline:before,
.ion-ios-barcode:before,
.ion-ios-barcode-outline:before,
.ion-ios-baseball:before,
.ion-ios-baseball-outline:before,
.ion-ios-basketball:before,
.ion-ios-basketball-outline:before,
.ion-ios-bell:before,
.ion-ios-bell-outline:before,
.ion-ios-body:before,
.ion-ios-body-outline:before,
.ion-ios-bolt:before,
.ion-ios-bolt-outline:before,
.ion-ios-book:before,
.ion-ios-book-outline:before,
.ion-ios-bookmarks:before,
.ion-ios-bookmarks-outline:before,
.ion-ios-box:before,
.ion-ios-box-outline:before,
.ion-ios-briefcase:before,
.ion-ios-briefcase-outline:before,
.ion-ios-browsers:before,
.ion-ios-browsers-outline:before,
.ion-ios-calculator:before,
.ion-ios-calculator-outline:before,
.ion-ios-calendar:before,
.ion-ios-calendar-outline:before,
.ion-ios-camera:before,
.ion-ios-camera-outline:before,
.ion-ios-cart:before,
.ion-ios-cart-outline:before,
.ion-ios-chatboxes:before,
.ion-ios-chatboxes-outline:before,
.ion-ios-chatbubble:before,
.ion-ios-chatbubble-outline:before,
.ion-ios-checkmark:before,
.ion-ios-checkmark-empty:before,
.ion-ios-checkmark-outline:before,
.ion-ios-circle-filled:before,
.ion-ios-circle-outline:before,
.ion-ios-clock:before,
.ion-ios-clock-outline:before,
.ion-ios-close:before,
.ion-ios-close-empty:before,
.ion-ios-close-outline:before,
.ion-ios-cloud:before,
.ion-ios-cloud-download:before,
.ion-ios-cloud-download-outline:before,
.ion-ios-cloud-outline:before,
.ion-ios-cloud-upload:before,
.ion-ios-cloud-upload-outline:before,
.ion-ios-cloudy:before,
.ion-ios-cloudy-night:before,
.ion-ios-cloudy-night-outline:before,
.ion-ios-cloudy-outline:before,
.ion-ios-cog:before,
.ion-ios-cog-outline:before,
.ion-ios-color-filter:before,
.ion-ios-color-filter-outline:before,
.ion-ios-color-wand:before,
.ion-ios-color-wand-outline:before,
.ion-ios-compose:before,
.ion-ios-compose-outline:before,
.ion-ios-contact:before,
.ion-ios-contact-outline:before,
.ion-ios-copy:before,
.ion-ios-copy-outline:before,
.ion-ios-crop:before,
.ion-ios-crop-strong:before,
.ion-ios-download:before,
.ion-ios-download-outline:before,
.ion-ios-drag:before,
.ion-ios-email:before,
.ion-ios-email-outline:before,
.ion-ios-eye:before,
.ion-ios-eye-outline:before,
.ion-ios-fastforward:before,
.ion-ios-fastforward-outline:before,
.ion-ios-filing:before,
.ion-ios-filing-outline:before,
.ion-ios-film:before,
.ion-ios-film-outline:before,
.ion-ios-flag:before,
.ion-ios-flag-outline:before,
.ion-ios-flame:before,
.ion-ios-flame-outline:before,
.ion-ios-flask:before,
.ion-ios-flask-outline:before,
.ion-ios-flower:before,
.ion-ios-flower-outline:before,
.ion-ios-folder:before,
.ion-ios-folder-outline:before,
.ion-ios-football:before,
.ion-ios-football-outline:before,
.ion-ios-game-controller-a:before,
.ion-ios-game-controller-a-outline:before,
.ion-ios-game-controller-b:before,
.ion-ios-game-controller-b-outline:before,
.ion-ios-gear:before,
.ion-ios-gear-outline:before,
.ion-ios-glasses:before,
.ion-ios-glasses-outline:before,
.ion-ios-grid-view:before,
.ion-ios-grid-view-outline:before,
.ion-ios-heart:before,
.ion-ios-heart-outline:before,
.ion-ios-help:before,
.ion-ios-help-empty:before,
.ion-ios-help-outline:before,
.ion-ios-home:before,
.ion-ios-home-outline:before,
.ion-ios-infinite:before,
.ion-ios-infinite-outline:before,
.ion-ios-information:before,
.ion-ios-information-empty:before,
.ion-ios-information-outline:before,
.ion-ios-ionic-outline:before,
.ion-ios-keypad:before,
.ion-ios-keypad-outline:before,
.ion-ios-lightbulb:before,
.ion-ios-lightbulb-outline:before,
.ion-ios-list:before,
.ion-ios-list-outline:before,
.ion-ios-location:before,
.ion-ios-location-outline:before,
.ion-ios-locked:before,
.ion-ios-locked-outline:before,
.ion-ios-loop:before,
.ion-ios-loop-strong:before,
.ion-ios-medical:before,
.ion-ios-medical-outline:before,
.ion-ios-medkit:before,
.ion-ios-medkit-outline:before,
.ion-ios-mic:before,
.ion-ios-mic-off:before,
.ion-ios-mic-outline:before,
.ion-ios-minus:before,
.ion-ios-minus-empty:before,
.ion-ios-minus-outline:before,
.ion-ios-monitor:before,
.ion-ios-monitor-outline:before,
.ion-ios-moon:before,
.ion-ios-moon-outline:before,
.ion-ios-more:before,
.ion-ios-more-outline:before,
.ion-ios-musical-note:before,
.ion-ios-musical-notes:before,
.ion-ios-navigate:before,
.ion-ios-navigate-outline:before,
.ion-ios-nutrition:before,
.ion-ios-nutrition-outline:before,
.ion-ios-paper:before,
.ion-ios-paper-outline:before,
.ion-ios-paperplane:before,
.ion-ios-paperplane-outline:before,
.ion-ios-partlysunny:before,
.ion-ios-partlysunny-outline:before,
.ion-ios-pause:before,
.ion-ios-pause-outline:before,
.ion-ios-paw:before,
.ion-ios-paw-outline:before,
.ion-ios-people:before,
.ion-ios-people-outline:before,
.ion-ios-person:before,
.ion-ios-person-outline:before,
.ion-ios-personadd:before,
.ion-ios-personadd-outline:before,
.ion-ios-photos:before,
.ion-ios-photos-outline:before,
.ion-ios-pie:before,
.ion-ios-pie-outline:before,
.ion-ios-pint:before,
.ion-ios-pint-outline:before,
.ion-ios-play:before,
.ion-ios-play-outline:before,
.ion-ios-plus:before,
.ion-ios-plus-empty:before,
.ion-ios-plus-outline:before,
.ion-ios-pricetag:before,
.ion-ios-pricetag-outline:before,
.ion-ios-pricetags:before,
.ion-ios-pricetags-outline:before,
.ion-ios-printer:before,
.ion-ios-printer-outline:before,
.ion-ios-pulse:before,
.ion-ios-pulse-strong:before,
.ion-ios-rainy:before,
.ion-ios-rainy-outline:before,
.ion-ios-recording:before,
.ion-ios-recording-outline:before,
.ion-ios-redo:before,
.ion-ios-redo-outline:before,
.ion-ios-refresh:before,
.ion-ios-refresh-empty:before,
.ion-ios-refresh-outline:before,
.ion-ios-reload:before,
.ion-ios-reverse-camera:before,
.ion-ios-reverse-camera-outline:before,
.ion-ios-rewind:before,
.ion-ios-rewind-outline:before,
.ion-ios-rose:before,
.ion-ios-rose-outline:before,
.ion-ios-search:before,
.ion-ios-search-strong:before,
.ion-ios-settings:before,
.ion-ios-settings-strong:before,
.ion-ios-shuffle:before,
.ion-ios-shuffle-strong:before,
.ion-ios-skipbackward:before,
.ion-ios-skipbackward-outline:before,
.ion-ios-skipforward:before,
.ion-ios-skipforward-outline:before,
.ion-ios-snowy:before,
.ion-ios-speedometer:before,
.ion-ios-speedometer-outline:before,
.ion-ios-star:before,
.ion-ios-star-half:before,
.ion-ios-star-outline:before,
.ion-ios-stopwatch:before,
.ion-ios-stopwatch-outline:before,
.ion-ios-sunny:before,
.ion-ios-sunny-outline:before,
.ion-ios-telephone:before,
.ion-ios-telephone-outline:before,
.ion-ios-tennisball:before,
.ion-ios-tennisball-outline:before,
.ion-ios-thunderstorm:before,
.ion-ios-thunderstorm-outline:before,
.ion-ios-time:before,
.ion-ios-time-outline:before,
.ion-ios-timer:before,
.ion-ios-timer-outline:before,
.ion-ios-toggle:before,
.ion-ios-toggle-outline:before,
.ion-ios-trash:before,
.ion-ios-trash-outline:before,
.ion-ios-undo:before,
.ion-ios-undo-outline:before,
.ion-ios-unlocked:before,
.ion-ios-unlocked-outline:before,
.ion-ios-upload:before,
.ion-ios-upload-outline:before,
.ion-ios-videocam:before,
.ion-ios-videocam-outline:before,
.ion-ios-volume-high:before,
.ion-ios-volume-low:before,
.ion-ios-wineglass:before,
.ion-ios-wineglass-outline:before,
.ion-ios-world:before,
.ion-ios-world-outline:before,
.ion-ipad:before,
.ion-iphone:before,
.ion-ipod:before,
.ion-jet:before,
.ion-key:before,
.ion-knife:before,
.ion-laptop:before,
.ion-leaf:before,
.ion-levels:before,
.ion-lightbulb:before,
.ion-link:before,
.ion-load-a:before,
.ion-load-b:before,
.ion-load-c:before,
.ion-load-d:before,
.ion-location:before,
.ion-lock-combination:before,
.ion-locked:before,
.ion-log-in:before,
.ion-log-out:before,
.ion-loop:before,
.ion-magnet:before,
.ion-male:before,
.ion-man:before,
.ion-map:before,
.ion-medkit:before,
.ion-merge:before,
.ion-mic-a:before,
.ion-mic-b:before,
.ion-mic-c:before,
.ion-minus:before,
.ion-minus-circled:before,
.ion-minus-round:before,
.ion-model-s:before,
.ion-monitor:before,
.ion-more:before,
.ion-mouse:before,
.ion-music-note:before,
.ion-navicon:before,
.ion-navicon-round:before,
.ion-navigate:before,
.ion-network:before,
.ion-no-smoking:before,
.ion-nuclear:before,
.ion-outlet:before,
.ion-paintbrush:before,
.ion-paintbucket:before,
.ion-paper-airplane:before,
.ion-paperclip:before,
.ion-pause:before,
.ion-person:before,
.ion-person-add:before,
.ion-person-stalker:before,
.ion-pie-graph:before,
.ion-pin:before,
.ion-pinpoint:before,
.ion-pizza:before,
.ion-plane:before,
.ion-planet:before,
.ion-play:before,
.ion-playstation:before,
.ion-plus:before,
.ion-plus-circled:before,
.ion-plus-round:before,
.ion-podium:before,
.ion-pound:before,
.ion-power:before,
.ion-pricetag:before,
.ion-pricetags:before,
.ion-printer:before,
.ion-pull-request:before,
.ion-qr-scanner:before,
.ion-quote:before,
.ion-radio-waves:before,
.ion-record:before,
.ion-refresh:before,
.ion-reply:before,
.ion-reply-all:before,
.ion-ribbon-a:before,
.ion-ribbon-b:before,
.ion-sad:before,
.ion-sad-outline:before,
.ion-scissors:before,
.ion-search:before,
.ion-settings:before,
.ion-share:before,
.ion-shuffle:before,
.ion-skip-backward:before,
.ion-skip-forward:before,
.ion-social-android:before,
.ion-social-android-outline:before,
.ion-social-angular:before,
.ion-social-angular-outline:before,
.ion-social-apple:before,
.ion-social-apple-outline:before,
.ion-social-bitcoin:before,
.ion-social-bitcoin-outline:before,
.ion-social-buffer:before,
.ion-social-buffer-outline:before,
.ion-social-chrome:before,
.ion-social-chrome-outline:before,
.ion-social-codepen:before,
.ion-social-codepen-outline:before,
.ion-social-css3:before,
.ion-social-css3-outline:before,
.ion-social-designernews:before,
.ion-social-designernews-outline:before,
.ion-social-dribbble:before,
.ion-social-dribbble-outline:before,
.ion-social-dropbox:before,
.ion-social-dropbox-outline:before,
.ion-social-euro:before,
.ion-social-euro-outline:before,
.ion-social-facebook:before,
.ion-social-facebook-outline:before,
.ion-social-foursquare:before,
.ion-social-foursquare-outline:before,
.ion-social-freebsd-devil:before,
.ion-social-github:before,
.ion-social-github-outline:before,
.ion-social-google:before,
.ion-social-google-outline:before,
.ion-social-googleplus:before,
.ion-social-googleplus-outline:before,
.ion-social-hackernews:before,
.ion-social-hackernews-outline:before,
.ion-social-html5:before,
.ion-social-html5-outline:before,
.ion-social-instagram:before,
.ion-social-instagram-outline:before,
.ion-social-javascript:before,
.ion-social-javascript-outline:before,
.ion-social-linkedin:before,
.ion-social-linkedin-outline:before,
.ion-social-markdown:before,
.ion-social-nodejs:before,
.ion-social-octocat:before,
.ion-social-pinterest:before,
.ion-social-pinterest-outline:before,
.ion-social-python:before,
.ion-social-reddit:before,
.ion-social-reddit-outline:before,
.ion-social-rss:before,
.ion-social-rss-outline:before,
.ion-social-sass:before,
.ion-social-skype:before,
.ion-social-skype-outline:before,
.ion-social-snapchat:before,
.ion-social-snapchat-outline:before,
.ion-social-tumblr:before,
.ion-social-tumblr-outline:before,
.ion-social-tux:before,
.ion-social-twitch:before,
.ion-social-twitch-outline:before,
.ion-social-twitter:before,
.ion-social-twitter-outline:before,
.ion-social-usd:before,
.ion-social-usd-outline:before,
.ion-social-vimeo:before,
.ion-social-vimeo-outline:before,
.ion-social-whatsapp:before,
.ion-social-whatsapp-outline:before,
.ion-social-windows:before,
.ion-social-windows-outline:before,
.ion-social-wordpress:before,
.ion-social-wordpress-outline:before,
.ion-social-yahoo:before,
.ion-social-yahoo-outline:before,
.ion-social-yen:before,
.ion-social-yen-outline:before,
.ion-social-youtube:before,
.ion-social-youtube-outline:before,
.ion-soup-can:before,
.ion-soup-can-outline:before,
.ion-speakerphone:before,
.ion-speedometer:before,
.ion-spoon:before,
.ion-star:before,
.ion-stats-bars:before,
.ion-steam:before,
.ion-stop:before,
.ion-thermometer:before,
.ion-thumbsdown:before,
.ion-thumbsup:before,
.ion-toggle:before,
.ion-toggle-filled:before,
.ion-transgender:before,
.ion-trash-a:before,
.ion-trash-b:before,
.ion-trophy:before,
.ion-tshirt:before,
.ion-tshirt-outline:before,
.ion-umbrella:before,
.ion-university:before,
.ion-unlocked:before,
.ion-upload:before,
.ion-usb:before,
.ion-videocamera:before,
.ion-volume-high:before,
.ion-volume-low:before,
.ion-volume-medium:before,
.ion-volume-mute:before,
.ion-wand:before,
.ion-waterdrop:before,
.ion-wifi:before,
.ion-wineglass:before,
.ion-woman:before,
.ion-wrench:before,
.ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.ion-alert:before {
  content: ""; }
.ion-alert-circled:before {
  content: ""; }
.ion-android-add:before {
  content: ""; }
.ion-android-add-circle:before {
  content: ""; }
.ion-android-alarm-clock:before {
  content: ""; }
.ion-android-alert:before {
  content: ""; }
.ion-android-apps:before {
  content: ""; }
.ion-android-archive:before {
  content: ""; }
.ion-android-arrow-back:before {
  content: ""; }
.ion-android-arrow-down:before {
  content: ""; }
.ion-android-arrow-dropdown:before {
  content: ""; }
.ion-android-arrow-dropdown-circle:before {
  content: ""; }
.ion-android-arrow-dropleft:before {
  content: ""; }
.ion-android-arrow-dropleft-circle:before {
  content: ""; }
.ion-android-arrow-dropright:before {
  content: ""; }
.ion-android-arrow-dropright-circle:before {
  content: ""; }
.ion-android-arrow-dropup:before {
  content: ""; }
.ion-android-arrow-dropup-circle:before {
  content: ""; }
.ion-android-arrow-forward:before {
  content: ""; }
.ion-android-arrow-up:before {
  content: ""; }
.ion-android-attach:before {
  content: ""; }
.ion-android-bar:before {
  content: ""; }
.ion-android-bicycle:before {
  content: ""; }
.ion-android-boat:before {
  content: ""; }
.ion-android-bookmark:before {
  content: ""; }
.ion-android-bulb:before {
  content: ""; }
.ion-android-bus:before {
  content: ""; }
.ion-android-calendar:before {
  content: ""; }
.ion-android-call:before {
  content: ""; }
.ion-android-camera:before {
  content: ""; }
.ion-android-cancel:before {
  content: ""; }
.ion-android-car:before {
  content: ""; }
.ion-android-cart:before {
  content: ""; }
.ion-android-chat:before {
  content: ""; }
.ion-android-checkbox:before {
  content: ""; }
.ion-android-checkbox-blank:before {
  content: ""; }
.ion-android-checkbox-outline:before {
  content: ""; }
.ion-android-checkbox-outline-blank:before {
  content: ""; }
.ion-android-checkmark-circle:before {
  content: ""; }
.ion-android-clipboard:before {
  content: ""; }
.ion-android-close:before {
  content: ""; }
.ion-android-cloud:before {
  content: ""; }
.ion-android-cloud-circle:before {
  content: ""; }
.ion-android-cloud-done:before {
  content: ""; }
.ion-android-cloud-outline:before {
  content: ""; }
.ion-android-color-palette:before {
  content: ""; }
.ion-android-compass:before {
  content: ""; }
.ion-android-contact:before {
  content: ""; }
.ion-android-contacts:before {
  content: ""; }
.ion-android-contract:before {
  content: ""; }
.ion-android-create:before {
  content: ""; }
.ion-android-delete:before {
  content: ""; }
.ion-android-desktop:before {
  content: ""; }
.ion-android-document:before {
  content: ""; }
.ion-android-done:before {
  content: ""; }
.ion-android-done-all:before {
  content: ""; }
.ion-android-download:before {
  content: ""; }
.ion-android-drafts:before {
  content: ""; }
.ion-android-exit:before {
  content: ""; }
.ion-android-expand:before {
  content: ""; }
.ion-android-favorite:before {
  content: ""; }
.ion-android-favorite-outline:before {
  content: ""; }
.ion-android-film:before {
  content: ""; }
.ion-android-folder:before {
  content: ""; }
.ion-android-folder-open:before {
  content: ""; }
.ion-android-funnel:before {
  content: ""; }
.ion-android-globe:before {
  content: ""; }
.ion-android-hand:before {
  content: ""; }
.ion-android-hangout:before {
  content: ""; }
.ion-android-happy:before {
  content: ""; }
.ion-android-home:before {
  content: ""; }
.ion-android-image:before {
  content: ""; }
.ion-android-laptop:before {
  content: ""; }
.ion-android-list:before {
  content: ""; }
.ion-android-locate:before {
  content: ""; }
.ion-android-lock:before {
  content: ""; }
.ion-android-mail:before {
  content: ""; }
.ion-android-map:before {
  content: ""; }
.ion-android-menu:before {
  content: ""; }
.ion-android-microphone:before {
  content: ""; }
.ion-android-microphone-off:before {
  content: ""; }
.ion-android-more-horizontal:before {
  content: ""; }
.ion-android-more-vertical:before {
  content: ""; }
.ion-android-navigate:before {
  content: ""; }
.ion-android-notifications:before {
  content: ""; }
.ion-android-notifications-none:before {
  content: ""; }
.ion-android-notifications-off:before {
  content: ""; }
.ion-android-open:before {
  content: ""; }
.ion-android-options:before {
  content: ""; }
.ion-android-people:before {
  content: ""; }
.ion-android-person:before {
  content: ""; }
.ion-android-person-add:before {
  content: ""; }
.ion-android-phone-landscape:before {
  content: ""; }
.ion-android-phone-portrait:before {
  content: ""; }
.ion-android-pin:before {
  content: ""; }
.ion-android-plane:before {
  content: ""; }
.ion-android-playstore:before {
  content: ""; }
.ion-android-print:before {
  content: ""; }
.ion-android-radio-button-off:before {
  content: ""; }
.ion-android-radio-button-on:before {
  content: ""; }
.ion-android-refresh:before {
  content: ""; }
.ion-android-remove:before {
  content: ""; }
.ion-android-remove-circle:before {
  content: ""; }
.ion-android-restaurant:before {
  content: ""; }
.ion-android-sad:before {
  content: ""; }
.ion-android-search:before {
  content: ""; }
.ion-android-send:before {
  content: ""; }
.ion-android-settings:before {
  content: ""; }
.ion-android-share:before {
  content: ""; }
.ion-android-share-alt:before {
  content: ""; }
.ion-android-star:before {
  content: ""; }
.ion-android-star-half:before {
  content: ""; }
.ion-android-star-outline:before {
  content: ""; }
.ion-android-stopwatch:before {
  content: ""; }
.ion-android-subway:before {
  content: ""; }
.ion-android-sunny:before {
  content: ""; }
.ion-android-sync:before {
  content: ""; }
.ion-android-textsms:before {
  content: ""; }
.ion-android-time:before {
  content: ""; }
.ion-android-train:before {
  content: ""; }
.ion-android-unlock:before {
  content: ""; }
.ion-android-upload:before {
  content: ""; }
.ion-android-volume-down:before {
  content: ""; }
.ion-android-volume-mute:before {
  content: ""; }
.ion-android-volume-off:before {
  content: ""; }
.ion-android-volume-up:before {
  content: ""; }
.ion-android-walk:before {
  content: ""; }
.ion-android-warning:before {
  content: ""; }
.ion-android-watch:before {
  content: ""; }
.ion-android-wifi:before {
  content: ""; }
.ion-aperture:before {
  content: ""; }
.ion-archive:before {
  content: ""; }
.ion-arrow-down-a:before {
  content: ""; }
.ion-arrow-down-b:before {
  content: ""; }
.ion-arrow-down-c:before {
  content: ""; }
.ion-arrow-expand:before {
  content: ""; }
.ion-arrow-graph-down-left:before {
  content: ""; }
.ion-arrow-graph-down-right:before {
  content: ""; }
.ion-arrow-graph-up-left:before {
  content: ""; }
.ion-arrow-graph-up-right:before {
  content: ""; }
.ion-arrow-left-a:before {
  content: ""; }
.ion-arrow-left-b:before {
  content: ""; }
.ion-arrow-left-c:before {
  content: ""; }
.ion-arrow-move:before {
  content: ""; }
.ion-arrow-resize:before {
  content: ""; }
.ion-arrow-return-left:before {
  content: ""; }
.ion-arrow-return-right:before {
  content: ""; }
.ion-arrow-right-a:before {
  content: ""; }
.ion-arrow-right-b:before {
  content: ""; }
.ion-arrow-right-c:before {
  content: ""; }
.ion-arrow-shrink:before {
  content: ""; }
.ion-arrow-swap:before {
  content: ""; }
.ion-arrow-up-a:before {
  content: ""; }
.ion-arrow-up-b:before {
  content: ""; }
.ion-arrow-up-c:before {
  content: ""; }
.ion-asterisk:before {
  content: ""; }
.ion-at:before {
  content: ""; }
.ion-backspace:before {
  content: ""; }
.ion-backspace-outline:before {
  content: ""; }
.ion-bag:before {
  content: ""; }
.ion-battery-charging:before {
  content: ""; }
.ion-battery-empty:before {
  content: ""; }
.ion-battery-full:before {
  content: ""; }
.ion-battery-half:before {
  content: ""; }
.ion-battery-low:before {
  content: ""; }
.ion-beaker:before {
  content: ""; }
.ion-beer:before {
  content: ""; }
.ion-bluetooth:before {
  content: ""; }
.ion-bonfire:before {
  content: ""; }
.ion-bookmark:before {
  content: ""; }
.ion-bowtie:before {
  content: ""; }
.ion-briefcase:before {
  content: ""; }
.ion-bug:before {
  content: ""; }
.ion-calculator:before {
  content: ""; }
.ion-calendar:before {
  content: ""; }
.ion-camera:before {
  content: ""; }
.ion-card:before {
  content: ""; }
.ion-cash:before {
  content: ""; }
.ion-chatbox:before {
  content: ""; }
.ion-chatbox-working:before {
  content: ""; }
.ion-chatboxes:before {
  content: ""; }
.ion-chatbubble:before {
  content: ""; }
.ion-chatbubble-working:before {
  content: ""; }
.ion-chatbubbles:before {
  content: ""; }
.ion-checkmark:before {
  content: ""; }
.ion-checkmark-circled:before {
  content: ""; }
.ion-checkmark-round:before {
  content: ""; }
.ion-chevron-down:before {
  content: ""; }
.ion-chevron-left:before {
  content: ""; }
.ion-chevron-right:before {
  content: ""; }
.ion-chevron-up:before {
  content: ""; }
.ion-clipboard:before {
  content: ""; }
.ion-clock:before {
  content: ""; }
.ion-close:before {
  content: ""; }
.ion-close-circled:before {
  content: ""; }
.ion-close-round:before {
  content: ""; }
.ion-closed-captioning:before {
  content: ""; }
.ion-cloud:before {
  content: ""; }
.ion-code:before {
  content: ""; }
.ion-code-download:before {
  content: ""; }
.ion-code-working:before {
  content: ""; }
.ion-coffee:before {
  content: ""; }
.ion-compass:before {
  content: ""; }
.ion-compose:before {
  content: ""; }
.ion-connection-bars:before {
  content: ""; }
.ion-contrast:before {
  content: ""; }
.ion-crop:before {
  content: ""; }
.ion-cube:before {
  content: ""; }
.ion-disc:before {
  content: ""; }
.ion-document:before {
  content: ""; }
.ion-document-text:before {
  content: ""; }
.ion-drag:before {
  content: ""; }
.ion-earth:before {
  content: ""; }
.ion-easel:before {
  content: ""; }
.ion-edit:before {
  content: ""; }
.ion-egg:before {
  content: ""; }
.ion-eject:before {
  content: ""; }
.ion-email:before {
  content: ""; }
.ion-email-unread:before {
  content: ""; }
.ion-erlenmeyer-flask:before {
  content: ""; }
.ion-erlenmeyer-flask-bubbles:before {
  content: ""; }
.ion-eye:before {
  content: ""; }
.ion-eye-disabled:before {
  content: ""; }
.ion-female:before {
  content: ""; }
.ion-filing:before {
  content: ""; }
.ion-film-marker:before {
  content: ""; }
.ion-fireball:before {
  content: ""; }
.ion-flag:before {
  content: ""; }
.ion-flame:before {
  content: ""; }
.ion-flash:before {
  content: ""; }
.ion-flash-off:before {
  content: ""; }
.ion-folder:before {
  content: ""; }
.ion-fork:before {
  content: ""; }
.ion-fork-repo:before {
  content: ""; }
.ion-forward:before {
  content: ""; }
.ion-funnel:before {
  content: ""; }
.ion-gear-a:before {
  content: ""; }
.ion-gear-b:before {
  content: ""; }
.ion-grid:before {
  content: ""; }
.ion-hammer:before {
  content: ""; }
.ion-happy:before {
  content: ""; }
.ion-happy-outline:before {
  content: ""; }
.ion-headphone:before {
  content: ""; }
.ion-heart:before {
  content: ""; }
.ion-heart-broken:before {
  content: ""; }
.ion-help:before {
  content: ""; }
.ion-help-buoy:before {
  content: ""; }
.ion-help-circled:before {
  content: ""; }
.ion-home:before {
  content: ""; }
.ion-icecream:before {
  content: ""; }
.ion-image:before {
  content: ""; }
.ion-images:before {
  content: ""; }
.ion-information:before {
  content: ""; }
.ion-information-circled:before {
  content: ""; }
.ion-ionic:before {
  content: ""; }
.ion-ios-alarm:before {
  content: ""; }
.ion-ios-alarm-outline:before {
  content: ""; }
.ion-ios-albums:before {
  content: ""; }
.ion-ios-albums-outline:before {
  content: ""; }
.ion-ios-americanfootball:before {
  content: ""; }
.ion-ios-americanfootball-outline:before {
  content: ""; }
.ion-ios-analytics:before {
  content: ""; }
.ion-ios-analytics-outline:before {
  content: ""; }
.ion-ios-arrow-back:before {
  content: ""; }
.ion-ios-arrow-down:before {
  content: ""; }
.ion-ios-arrow-forward:before {
  content: ""; }
.ion-ios-arrow-left:before {
  content: ""; }
.ion-ios-arrow-right:before {
  content: ""; }
.ion-ios-arrow-thin-down:before {
  content: ""; }
.ion-ios-arrow-thin-left:before {
  content: ""; }
.ion-ios-arrow-thin-right:before {
  content: ""; }
.ion-ios-arrow-thin-up:before {
  content: ""; }
.ion-ios-arrow-up:before {
  content: ""; }
.ion-ios-at:before {
  content: ""; }
.ion-ios-at-outline:before {
  content: ""; }
.ion-ios-barcode:before {
  content: ""; }
.ion-ios-barcode-outline:before {
  content: ""; }
.ion-ios-baseball:before {
  content: ""; }
.ion-ios-baseball-outline:before {
  content: ""; }
.ion-ios-basketball:before {
  content: ""; }
.ion-ios-basketball-outline:before {
  content: ""; }
.ion-ios-bell:before {
  content: ""; }
.ion-ios-bell-outline:before {
  content: ""; }
.ion-ios-body:before {
  content: ""; }
.ion-ios-body-outline:before {
  content: ""; }
.ion-ios-bolt:before {
  content: ""; }
.ion-ios-bolt-outline:before {
  content: ""; }
.ion-ios-book:before {
  content: ""; }
.ion-ios-book-outline:before {
  content: ""; }
.ion-ios-bookmarks:before {
  content: ""; }
.ion-ios-bookmarks-outline:before {
  content: ""; }
.ion-ios-box:before {
  content: ""; }
.ion-ios-box-outline:before {
  content: ""; }
.ion-ios-briefcase:before {
  content: ""; }
.ion-ios-briefcase-outline:before {
  content: ""; }
.ion-ios-browsers:before {
  content: ""; }
.ion-ios-browsers-outline:before {
  content: ""; }
.ion-ios-calculator:before {
  content: ""; }
.ion-ios-calculator-outline:before {
  content: ""; }
.ion-ios-calendar:before {
  content: ""; }
.ion-ios-calendar-outline:before {
  content: ""; }
.ion-ios-camera:before {
  content: ""; }
.ion-ios-camera-outline:before {
  content: ""; }
.ion-ios-cart:before {
  content: ""; }
.ion-ios-cart-outline:before {
  content: ""; }
.ion-ios-chatboxes:before {
  content: ""; }
.ion-ios-chatboxes-outline:before {
  content: ""; }
.ion-ios-chatbubble:before {
  content: ""; }
.ion-ios-chatbubble-outline:before {
  content: ""; }
.ion-ios-checkmark:before {
  content: ""; }
.ion-ios-checkmark-empty:before {
  content: ""; }
.ion-ios-checkmark-outline:before {
  content: ""; }
.ion-ios-circle-filled:before {
  content: ""; }
.ion-ios-circle-outline:before {
  content: ""; }
.ion-ios-clock:before {
  content: ""; }
.ion-ios-clock-outline:before {
  content: ""; }
.ion-ios-close:before {
  content: ""; }
.ion-ios-close-empty:before {
  content: ""; }
.ion-ios-close-outline:before {
  content: ""; }
.ion-ios-cloud:before {
  content: ""; }
.ion-ios-cloud-download:before {
  content: ""; }
.ion-ios-cloud-download-outline:before {
  content: ""; }
.ion-ios-cloud-outline:before {
  content: ""; }
.ion-ios-cloud-upload:before {
  content: ""; }
.ion-ios-cloud-upload-outline:before {
  content: ""; }
.ion-ios-cloudy:before {
  content: ""; }
.ion-ios-cloudy-night:before {
  content: ""; }
.ion-ios-cloudy-night-outline:before {
  content: ""; }
.ion-ios-cloudy-outline:before {
  content: ""; }
.ion-ios-cog:before {
  content: ""; }
.ion-ios-cog-outline:before {
  content: ""; }
.ion-ios-color-filter:before {
  content: ""; }
.ion-ios-color-filter-outline:before {
  content: ""; }
.ion-ios-color-wand:before {
  content: ""; }
.ion-ios-color-wand-outline:before {
  content: ""; }
.ion-ios-compose:before {
  content: ""; }
.ion-ios-compose-outline:before {
  content: ""; }
.ion-ios-contact:before {
  content: ""; }
.ion-ios-contact-outline:before {
  content: ""; }
.ion-ios-copy:before {
  content: ""; }
.ion-ios-copy-outline:before {
  content: ""; }
.ion-ios-crop:before {
  content: ""; }
.ion-ios-crop-strong:before {
  content: ""; }
.ion-ios-download:before {
  content: ""; }
.ion-ios-download-outline:before {
  content: ""; }
.ion-ios-drag:before {
  content: ""; }
.ion-ios-email:before {
  content: ""; }
.ion-ios-email-outline:before {
  content: ""; }
.ion-ios-eye:before {
  content: ""; }
.ion-ios-eye-outline:before {
  content: ""; }
.ion-ios-fastforward:before {
  content: ""; }
.ion-ios-fastforward-outline:before {
  content: ""; }
.ion-ios-filing:before {
  content: ""; }
.ion-ios-filing-outline:before {
  content: ""; }
.ion-ios-film:before {
  content: ""; }
.ion-ios-film-outline:before {
  content: ""; }
.ion-ios-flag:before {
  content: ""; }
.ion-ios-flag-outline:before {
  content: ""; }
.ion-ios-flame:before {
  content: ""; }
.ion-ios-flame-outline:before {
  content: ""; }
.ion-ios-flask:before {
  content: ""; }
.ion-ios-flask-outline:before {
  content: ""; }
.ion-ios-flower:before {
  content: ""; }
.ion-ios-flower-outline:before {
  content: ""; }
.ion-ios-folder:before {
  content: ""; }
.ion-ios-folder-outline:before {
  content: ""; }
.ion-ios-football:before {
  content: ""; }
.ion-ios-football-outline:before {
  content: ""; }
.ion-ios-game-controller-a:before {
  content: ""; }
.ion-ios-game-controller-a-outline:before {
  content: ""; }
.ion-ios-game-controller-b:before {
  content: ""; }
.ion-ios-game-controller-b-outline:before {
  content: ""; }
.ion-ios-gear:before {
  content: ""; }
.ion-ios-gear-outline:before {
  content: ""; }
.ion-ios-glasses:before {
  content: ""; }
.ion-ios-glasses-outline:before {
  content: ""; }
.ion-ios-grid-view:before {
  content: ""; }
.ion-ios-grid-view-outline:before {
  content: ""; }
.ion-ios-heart:before {
  content: ""; }
.ion-ios-heart-outline:before {
  content: ""; }
.ion-ios-help:before {
  content: ""; }
.ion-ios-help-empty:before {
  content: ""; }
.ion-ios-help-outline:before {
  content: ""; }
.ion-ios-home:before {
  content: ""; }
.ion-ios-home-outline:before {
  content: ""; }
.ion-ios-infinite:before {
  content: ""; }
.ion-ios-infinite-outline:before {
  content: ""; }
.ion-ios-information:before {
  content: ""; }
.ion-ios-information-empty:before {
  content: ""; }
.ion-ios-information-outline:before {
  content: ""; }
.ion-ios-ionic-outline:before {
  content: ""; }
.ion-ios-keypad:before {
  content: ""; }
.ion-ios-keypad-outline:before {
  content: ""; }
.ion-ios-lightbulb:before {
  content: ""; }
.ion-ios-lightbulb-outline:before {
  content: ""; }
.ion-ios-list:before {
  content: ""; }
.ion-ios-list-outline:before {
  content: ""; }
.ion-ios-location:before {
  content: ""; }
.ion-ios-location-outline:before {
  content: ""; }
.ion-ios-locked:before {
  content: ""; }
.ion-ios-locked-outline:before {
  content: ""; }
.ion-ios-loop:before {
  content: ""; }
.ion-ios-loop-strong:before {
  content: ""; }
.ion-ios-medical:before {
  content: ""; }
.ion-ios-medical-outline:before {
  content: ""; }
.ion-ios-medkit:before {
  content: ""; }
.ion-ios-medkit-outline:before {
  content: ""; }
.ion-ios-mic:before {
  content: ""; }
.ion-ios-mic-off:before {
  content: ""; }
.ion-ios-mic-outline:before {
  content: ""; }
.ion-ios-minus:before {
  content: ""; }
.ion-ios-minus-empty:before {
  content: ""; }
.ion-ios-minus-outline:before {
  content: ""; }
.ion-ios-monitor:before {
  content: ""; }
.ion-ios-monitor-outline:before {
  content: ""; }
.ion-ios-moon:before {
  content: ""; }
.ion-ios-moon-outline:before {
  content: ""; }
.ion-ios-more:before {
  content: ""; }
.ion-ios-more-outline:before {
  content: ""; }
.ion-ios-musical-note:before {
  content: ""; }
.ion-ios-musical-notes:before {
  content: ""; }
.ion-ios-navigate:before {
  content: ""; }
.ion-ios-navigate-outline:before {
  content: ""; }
.ion-ios-nutrition:before {
  content: ""; }
.ion-ios-nutrition-outline:before {
  content: ""; }
.ion-ios-paper:before {
  content: ""; }
.ion-ios-paper-outline:before {
  content: ""; }
.ion-ios-paperplane:before {
  content: ""; }
.ion-ios-paperplane-outline:before {
  content: ""; }
.ion-ios-partlysunny:before {
  content: ""; }
.ion-ios-partlysunny-outline:before {
  content: ""; }
.ion-ios-pause:before {
  content: ""; }
.ion-ios-pause-outline:before {
  content: ""; }
.ion-ios-paw:before {
  content: ""; }
.ion-ios-paw-outline:before {
  content: ""; }
.ion-ios-people:before {
  content: ""; }
.ion-ios-people-outline:before {
  content: ""; }
.ion-ios-person:before {
  content: ""; }
.ion-ios-person-outline:before {
  content: ""; }
.ion-ios-personadd:before {
  content: ""; }
.ion-ios-personadd-outline:before {
  content: ""; }
.ion-ios-photos:before {
  content: ""; }
.ion-ios-photos-outline:before {
  content: ""; }
.ion-ios-pie:before {
  content: ""; }
.ion-ios-pie-outline:before {
  content: ""; }
.ion-ios-pint:before {
  content: ""; }
.ion-ios-pint-outline:before {
  content: ""; }
.ion-ios-play:before {
  content: ""; }
.ion-ios-play-outline:before {
  content: ""; }
.ion-ios-plus:before {
  content: ""; }
.ion-ios-plus-empty:before {
  content: ""; }
.ion-ios-plus-outline:before {
  content: ""; }
.ion-ios-pricetag:before {
  content: ""; }
.ion-ios-pricetag-outline:before {
  content: ""; }
.ion-ios-pricetags:before {
  content: ""; }
.ion-ios-pricetags-outline:before {
  content: ""; }
.ion-ios-printer:before {
  content: ""; }
.ion-ios-printer-outline:before {
  content: ""; }
.ion-ios-pulse:before {
  content: ""; }
.ion-ios-pulse-strong:before {
  content: ""; }
.ion-ios-rainy:before {
  content: ""; }
.ion-ios-rainy-outline:before {
  content: ""; }
.ion-ios-recording:before {
  content: ""; }
.ion-ios-recording-outline:before {
  content: ""; }
.ion-ios-redo:before {
  content: ""; }
.ion-ios-redo-outline:before {
  content: ""; }
.ion-ios-refresh:before {
  content: ""; }
.ion-ios-refresh-empty:before {
  content: ""; }
.ion-ios-refresh-outline:before {
  content: ""; }
.ion-ios-reload:before {
  content: ""; }
.ion-ios-reverse-camera:before {
  content: ""; }
.ion-ios-reverse-camera-outline:before {
  content: ""; }
.ion-ios-rewind:before {
  content: ""; }
.ion-ios-rewind-outline:before {
  content: ""; }
.ion-ios-rose:before {
  content: ""; }
.ion-ios-rose-outline:before {
  content: ""; }
.ion-ios-search:before {
  content: ""; }
.ion-ios-search-strong:before {
  content: ""; }
.ion-ios-settings:before {
  content: ""; }
.ion-ios-settings-strong:before {
  content: ""; }
.ion-ios-shuffle:before {
  content: ""; }
.ion-ios-shuffle-strong:before {
  content: ""; }
.ion-ios-skipbackward:before {
  content: ""; }
.ion-ios-skipbackward-outline:before {
  content: ""; }
.ion-ios-skipforward:before {
  content: ""; }
.ion-ios-skipforward-outline:before {
  content: ""; }
.ion-ios-snowy:before {
  content: ""; }
.ion-ios-speedometer:before {
  content: ""; }
.ion-ios-speedometer-outline:before {
  content: ""; }
.ion-ios-star:before {
  content: ""; }
.ion-ios-star-half:before {
  content: ""; }
.ion-ios-star-outline:before {
  content: ""; }
.ion-ios-stopwatch:before {
  content: ""; }
.ion-ios-stopwatch-outline:before {
  content: ""; }
.ion-ios-sunny:before {
  content: ""; }
.ion-ios-sunny-outline:before {
  content: ""; }
.ion-ios-telephone:before {
  content: ""; }
.ion-ios-telephone-outline:before {
  content: ""; }
.ion-ios-tennisball:before {
  content: ""; }
.ion-ios-tennisball-outline:before {
  content: ""; }
.ion-ios-thunderstorm:before {
  content: ""; }
.ion-ios-thunderstorm-outline:before {
  content: ""; }
.ion-ios-time:before {
  content: ""; }
.ion-ios-time-outline:before {
  content: ""; }
.ion-ios-timer:before {
  content: ""; }
.ion-ios-timer-outline:before {
  content: ""; }
.ion-ios-toggle:before {
  content: ""; }
.ion-ios-toggle-outline:before {
  content: ""; }
.ion-ios-trash:before {
  content: ""; }
.ion-ios-trash-outline:before {
  content: ""; }
.ion-ios-undo:before {
  content: ""; }
.ion-ios-undo-outline:before {
  content: ""; }
.ion-ios-unlocked:before {
  content: ""; }
.ion-ios-unlocked-outline:before {
  content: ""; }
.ion-ios-upload:before {
  content: ""; }
.ion-ios-upload-outline:before {
  content: ""; }
.ion-ios-videocam:before {
  content: ""; }
.ion-ios-videocam-outline:before {
  content: ""; }
.ion-ios-volume-high:before {
  content: ""; }
.ion-ios-volume-low:before {
  content: ""; }
.ion-ios-wineglass:before {
  content: ""; }
.ion-ios-wineglass-outline:before {
  content: ""; }
.ion-ios-world:before {
  content: ""; }
.ion-ios-world-outline:before {
  content: ""; }
.ion-ipad:before {
  content: ""; }
.ion-iphone:before {
  content: ""; }
.ion-ipod:before {
  content: ""; }
.ion-jet:before {
  content: ""; }
.ion-key:before {
  content: ""; }
.ion-knife:before {
  content: ""; }
.ion-laptop:before {
  content: ""; }
.ion-leaf:before {
  content: ""; }
.ion-levels:before {
  content: ""; }
.ion-lightbulb:before {
  content: ""; }
.ion-link:before {
  content: ""; }
.ion-load-a:before {
  content: ""; }
.ion-load-b:before {
  content: ""; }
.ion-load-c:before {
  content: ""; }
.ion-load-d:before {
  content: ""; }
.ion-location:before {
  content: ""; }
.ion-lock-combination:before {
  content: ""; }
.ion-locked:before {
  content: ""; }
.ion-log-in:before {
  content: ""; }
.ion-log-out:before {
  content: ""; }
.ion-loop:before {
  content: ""; }
.ion-magnet:before {
  content: ""; }
.ion-male:before {
  content: ""; }
.ion-man:before {
  content: ""; }
.ion-map:before {
  content: ""; }
.ion-medkit:before {
  content: ""; }
.ion-merge:before {
  content: ""; }
.ion-mic-a:before {
  content: ""; }
.ion-mic-b:before {
  content: ""; }
.ion-mic-c:before {
  content: ""; }
.ion-minus:before {
  content: ""; }
.ion-minus-circled:before {
  content: ""; }
.ion-minus-round:before {
  content: ""; }
.ion-model-s:before {
  content: ""; }
.ion-monitor:before {
  content: ""; }
.ion-more:before {
  content: ""; }
.ion-mouse:before {
  content: ""; }
.ion-music-note:before {
  content: ""; }
.ion-navicon:before {
  content: ""; }
.ion-navicon-round:before {
  content: ""; }
.ion-navigate:before {
  content: ""; }
.ion-network:before {
  content: ""; }
.ion-no-smoking:before {
  content: ""; }
.ion-nuclear:before {
  content: ""; }
.ion-outlet:before {
  content: ""; }
.ion-paintbrush:before {
  content: ""; }
.ion-paintbucket:before {
  content: ""; }
.ion-paper-airplane:before {
  content: ""; }
.ion-paperclip:before {
  content: ""; }
.ion-pause:before {
  content: ""; }
.ion-person:before {
  content: ""; }
.ion-person-add:before {
  content: ""; }
.ion-person-stalker:before {
  content: ""; }
.ion-pie-graph:before {
  content: ""; }
.ion-pin:before {
  content: ""; }
.ion-pinpoint:before {
  content: ""; }
.ion-pizza:before {
  content: ""; }
.ion-plane:before {
  content: ""; }
.ion-planet:before {
  content: ""; }
.ion-play:before {
  content: ""; }
.ion-playstation:before {
  content: ""; }
.ion-plus:before {
  content: ""; }
.ion-plus-circled:before {
  content: ""; }
.ion-plus-round:before {
  content: ""; }
.ion-podium:before {
  content: ""; }
.ion-pound:before {
  content: ""; }
.ion-power:before {
  content: ""; }
.ion-pricetag:before {
  content: ""; }
.ion-pricetags:before {
  content: ""; }
.ion-printer:before {
  content: ""; }
.ion-pull-request:before {
  content: ""; }
.ion-qr-scanner:before {
  content: ""; }
.ion-quote:before {
  content: ""; }
.ion-radio-waves:before {
  content: ""; }
.ion-record:before {
  content: ""; }
.ion-refresh:before {
  content: ""; }
.ion-reply:before {
  content: ""; }
.ion-reply-all:before {
  content: ""; }
.ion-ribbon-a:before {
  content: ""; }
.ion-ribbon-b:before {
  content: ""; }
.ion-sad:before {
  content: ""; }
.ion-sad-outline:before {
  content: ""; }
.ion-scissors:before {
  content: ""; }
.ion-search:before {
  content: ""; }
.ion-settings:before {
  content: ""; }
.ion-share:before {
  content: ""; }
.ion-shuffle:before {
  content: ""; }
.ion-skip-backward:before {
  content: ""; }
.ion-skip-forward:before {
  content: ""; }
.ion-social-android:before {
  content: ""; }
.ion-social-android-outline:before {
  content: ""; }
.ion-social-angular:before {
  content: ""; }
.ion-social-angular-outline:before {
  content: ""; }
.ion-social-apple:before {
  content: ""; }
.ion-social-apple-outline:before {
  content: ""; }
.ion-social-bitcoin:before {
  content: ""; }
.ion-social-bitcoin-outline:before {
  content: ""; }
.ion-social-buffer:before {
  content: ""; }
.ion-social-buffer-outline:before {
  content: ""; }
.ion-social-chrome:before {
  content: ""; }
.ion-social-chrome-outline:before {
  content: ""; }
.ion-social-codepen:before {
  content: ""; }
.ion-social-codepen-outline:before {
  content: ""; }
.ion-social-css3:before {
  content: ""; }
.ion-social-css3-outline:before {
  content: ""; }
.ion-social-designernews:before {
  content: ""; }
.ion-social-designernews-outline:before {
  content: ""; }
.ion-social-dribbble:before {
  content: ""; }
.ion-social-dribbble-outline:before {
  content: ""; }
.ion-social-dropbox:before {
  content: ""; }
.ion-social-dropbox-outline:before {
  content: ""; }
.ion-social-euro:before {
  content: ""; }
.ion-social-euro-outline:before {
  content: ""; }
.ion-social-facebook:before {
  content: ""; }
.ion-social-facebook-outline:before {
  content: ""; }
.ion-social-foursquare:before {
  content: ""; }
.ion-social-foursquare-outline:before {
  content: ""; }
.ion-social-freebsd-devil:before {
  content: ""; }
.ion-social-github:before {
  content: ""; }
.ion-social-github-outline:before {
  content: ""; }
.ion-social-google:before {
  content: ""; }
.ion-social-google-outline:before {
  content: ""; }
.ion-social-googleplus:before {
  content: ""; }
.ion-social-googleplus-outline:before {
  content: ""; }
.ion-social-hackernews:before {
  content: ""; }
.ion-social-hackernews-outline:before {
  content: ""; }
.ion-social-html5:before {
  content: ""; }
.ion-social-html5-outline:before {
  content: ""; }
.ion-social-instagram:before {
  content: ""; }
.ion-social-instagram-outline:before {
  content: ""; }
.ion-social-javascript:before {
  content: ""; }
.ion-social-javascript-outline:before {
  content: ""; }
.ion-social-linkedin:before {
  content: ""; }
.ion-social-linkedin-outline:before {
  content: ""; }
.ion-social-markdown:before {
  content: ""; }
.ion-social-nodejs:before {
  content: ""; }
.ion-social-octocat:before {
  content: ""; }
.ion-social-pinterest:before {
  content: ""; }
.ion-social-pinterest-outline:before {
  content: ""; }
.ion-social-python:before {
  content: ""; }
.ion-social-reddit:before {
  content: ""; }
.ion-social-reddit-outline:before {
  content: ""; }
.ion-social-rss:before {
  content: ""; }
.ion-social-rss-outline:before {
  content: ""; }
.ion-social-sass:before {
  content: ""; }
.ion-social-skype:before {
  content: ""; }
.ion-social-skype-outline:before {
  content: ""; }
.ion-social-snapchat:before {
  content: ""; }
.ion-social-snapchat-outline:before {
  content: ""; }
.ion-social-tumblr:before {
  content: ""; }
.ion-social-tumblr-outline:before {
  content: ""; }
.ion-social-tux:before {
  content: ""; }
.ion-social-twitch:before {
  content: ""; }
.ion-social-twitch-outline:before {
  content: ""; }
.ion-social-twitter:before {
  content: ""; }
.ion-social-twitter-outline:before {
  content: ""; }
.ion-social-usd:before {
  content: ""; }
.ion-social-usd-outline:before {
  content: ""; }
.ion-social-vimeo:before {
  content: ""; }
.ion-social-vimeo-outline:before {
  content: ""; }
.ion-social-whatsapp:before {
  content: ""; }
.ion-social-whatsapp-outline:before {
  content: ""; }
.ion-social-windows:before {
  content: ""; }
.ion-social-windows-outline:before {
  content: ""; }
.ion-social-wordpress:before {
  content: ""; }
.ion-social-wordpress-outline:before {
  content: ""; }
.ion-social-yahoo:before {
  content: ""; }
.ion-social-yahoo-outline:before {
  content: ""; }
.ion-social-yen:before {
  content: ""; }
.ion-social-yen-outline:before {
  content: ""; }
.ion-social-youtube:before {
  content: ""; }
.ion-social-youtube-outline:before {
  content: ""; }
.ion-soup-can:before {
  content: ""; }
.ion-soup-can-outline:before {
  content: ""; }
.ion-speakerphone:before {
  content: ""; }
.ion-speedometer:before {
  content: ""; }
.ion-spoon:before {
  content: ""; }
.ion-star:before {
  content: ""; }
.ion-stats-bars:before {
  content: ""; }
.ion-steam:before {
  content: ""; }
.ion-stop:before {
  content: ""; }
.ion-thermometer:before {
  content: ""; }
.ion-thumbsdown:before {
  content: ""; }
.ion-thumbsup:before {
  content: ""; }
.ion-toggle:before {
  content: ""; }
.ion-toggle-filled:before {
  content: ""; }
.ion-transgender:before {
  content: ""; }
.ion-trash-a:before {
  content: ""; }
.ion-trash-b:before {
  content: ""; }
.ion-trophy:before {
  content: ""; }
.ion-tshirt:before {
  content: ""; }
.ion-tshirt-outline:before {
  content: ""; }
.ion-umbrella:before {
  content: ""; }
.ion-university:before {
  content: ""; }
.ion-unlocked:before {
  content: ""; }
.ion-upload:before {
  content: ""; }
.ion-usb:before {
  content: ""; }
.ion-videocamera:before {
  content: ""; }
.ion-volume-high:before {
  content: ""; }
.ion-volume-low:before {
  content: ""; }
.ion-volume-medium:before {
  content: ""; }
.ion-volume-mute:before {
  content: ""; }
.ion-wand:before {
  content: ""; }
.ion-waterdrop:before {
  content: ""; }
.ion-wifi:before {
  content: ""; }
.ion-wineglass:before {
  content: ""; }
.ion-woman:before {
  content: ""; }
.ion-wrench:before {
  content: ""; }
.ion-xbox:before {
  content: ""; }

@charset "UTF-8";

@font-face {
  font-family: "socicon";
  src:url('socicon.60e5857089e98edd8380.eot');
  src:url('socicon.60e5857089e98edd8380.eot?#iefix') format("embedded-opentype"),
    url('socicon.944f06f5f65ef84a3a36.woff') format("woff"),
    url('socicon.9a64ef938f9e55a70a4d.ttf') format("truetype"),
    url('socicon.a35b65744f557fab5424.svg#socicon') format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !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;
}

.socicon-modelmayhem:before {
  content: "\e000";
}

.socicon-mixcloud:before {
  content: "\e001";
}

.socicon-drupal:before {
  content: "\e002";
}

.socicon-swarm:before {
  content: "\e003";
}

.socicon-istock:before {
  content: "\e004";
}

.socicon-yammer:before {
  content: "\e005";
}

.socicon-ello:before {
  content: "\e006";
}

.socicon-stackoverflow:before {
  content: "\e007";
}

.socicon-persona:before {
  content: "\e008";
}

.socicon-triplej:before {
  content: "\e009";
}

.socicon-houzz:before {
  content: "\e00a";
}

.socicon-rss:before {
  content: "\e00b";
}

.socicon-paypal:before {
  content: "\e00c";
}

.socicon-odnoklassniki:before {
  content: "\e00d";
}

.socicon-airbnb:before {
  content: "\e00e";
}

.socicon-periscope:before {
  content: "\e00f";
}

.socicon-outlook:before {
  content: "\e010";
}

.socicon-coderwall:before {
  content: "\e011";
}

.socicon-tripadvisor:before {
  content: "\e012";
}

.socicon-appnet:before {
  content: "\e013";
}

.socicon-goodreads:before {
  content: "\e014";
}

.socicon-tripit:before {
  content: "\e015";
}

.socicon-lanyrd:before {
  content: "\e016";
}

.socicon-slideshare:before {
  content: "\e017";
}

.socicon-buffer:before {
  content: "\e018";
}

.socicon-disqus:before {
  content: "\e019";
}

.socicon-vkontakte:before {
  content: "\e01a";
}

.socicon-whatsapp:before {
  content: "\e01b";
}

.socicon-patreon:before {
  content: "\e01c";
}

.socicon-storehouse:before {
  content: "\e01d";
}

.socicon-pocket:before {
  content: "\e01e";
}

.socicon-mail:before {
  content: "\e01f";
}

.socicon-blogger:before {
  content: "\e020";
}

.socicon-technorati:before {
  content: "\e021";
}

.socicon-reddit:before {
  content: "\e022";
}

.socicon-dribbble:before {
  content: "\e023";
}

.socicon-stumbleupon:before {
  content: "\e024";
}

.socicon-digg:before {
  content: "\e025";
}

.socicon-envato:before {
  content: "\e026";
}

.socicon-behance:before {
  content: "\e027";
}

.socicon-delicious:before {
  content: "\e028";
}

.socicon-deviantart:before {
  content: "\e029";
}

.socicon-forrst:before {
  content: "\e02a";
}

.socicon-play:before {
  content: "\e02b";
}

.socicon-zerply:before {
  content: "\e02c";
}

.socicon-wikipedia:before {
  content: "\e02d";
}

.socicon-apple:before {
  content: "\e02e";
}

.socicon-flattr:before {
  content: "\e02f";
}

.socicon-github:before {
  content: "\e030";
}

.socicon-renren:before {
  content: "\e031";
}

.socicon-friendfeed:before {
  content: "\e032";
}

.socicon-newsvine:before {
  content: "\e033";
}

.socicon-identica:before {
  content: "\e034";
}

.socicon-bebo:before {
  content: "\e035";
}

.socicon-zynga:before {
  content: "\e036";
}

.socicon-steam:before {
  content: "\e037";
}

.socicon-xbox:before {
  content: "\e038";
}

.socicon-windows:before {
  content: "\e039";
}

.socicon-qq:before {
  content: "\e03a";
}

.socicon-douban:before {
  content: "\e03b";
}

.socicon-meetup:before {
  content: "\e03c";
}

.socicon-playstation:before {
  content: "\e03d";
}

.socicon-android:before {
  content: "\e03e";
}

.socicon-snapchat:before {
  content: "\e03f";
}

.socicon-twitter:before {
  content: "\e040";
}

.socicon-facebook:before {
  content: "\e041";
}

.socicon-googleplus:before {
  content: "\e042";
}

.socicon-pinterest:before {
  content: "\e043";
}

.socicon-foursquare:before {
  content: "\e044";
}

.socicon-yahoo:before {
  content: "\e045";
}

.socicon-skype:before {
  content: "\e046";
}

.socicon-yelp:before {
  content: "\e047";
}

.socicon-feedburner:before {
  content: "\e048";
}

.socicon-linkedin:before {
  content: "\e049";
}

.socicon-viadeo:before {
  content: "\e04a";
}

.socicon-xing:before {
  content: "\e04b";
}

.socicon-myspace:before {
  content: "\e04c";
}

.socicon-soundcloud:before {
  content: "\e04d";
}

.socicon-spotify:before {
  content: "\e04e";
}

.socicon-grooveshark:before {
  content: "\e04f";
}

.socicon-lastfm:before {
  content: "\e050";
}

.socicon-youtube:before {
  content: "\e051";
}

.socicon-vimeo:before {
  content: "\e052";
}

.socicon-dailymotion:before {
  content: "\e053";
}

.socicon-vine:before {
  content: "\e054";
}

.socicon-flickr:before {
  content: "\e055";
}

.socicon-500px:before {
  content: "\e056";
}

.socicon-wordpress:before {
  content: "\e058";
}

.socicon-tumblr:before {
  content: "\e059";
}

.socicon-twitch:before {
  content: "\e05a";
}

.socicon-8tracks:before {
  content: "\e05b";
}

.socicon-amazon:before {
  content: "\e05c";
}

.socicon-icq:before {
  content: "\e05d";
}

.socicon-smugmug:before {
  content: "\e05e";
}

.socicon-ravelry:before {
  content: "\e05f";
}

.socicon-weibo:before {
  content: "\e060";
}

.socicon-baidu:before {
  content: "\e061";
}

.socicon-angellist:before {
  content: "\e062";
}

.socicon-ebay:before {
  content: "\e063";
}

.socicon-imdb:before {
  content: "\e064";
}

.socicon-stayfriends:before {
  content: "\e065";
}

.socicon-residentadvisor:before {
  content: "\e066";
}

.socicon-google:before {
  content: "\e067";
}

.socicon-yandex:before {
  content: "\e068";
}

.socicon-sharethis:before {
  content: "\e069";
}

.socicon-bandcamp:before {
  content: "\e06a";
}

.socicon-itunes:before {
  content: "\e06b";
}

.socicon-deezer:before {
  content: "\e06c";
}

.socicon-telegram:before {
  content: "\e06e";
}

.socicon-openid:before {
  content: "\e06f";
}

.socicon-amplement:before {
  content: "\e070";
}

.socicon-viber:before {
  content: "\e071";
}

.socicon-zomato:before {
  content: "\e072";
}

.socicon-draugiem:before {
  content: "\e074";
}

.socicon-endomodo:before {
  content: "\e075";
}

.socicon-filmweb:before {
  content: "\e076";
}

.socicon-stackexchange:before {
  content: "\e077";
}

.socicon-wykop:before {
  content: "\e078";
}

.socicon-teamspeak:before {
  content: "\e079";
}

.socicon-teamviewer:before {
  content: "\e07a";
}

.socicon-ventrilo:before {
  content: "\e07b";
}

.socicon-younow:before {
  content: "\e07c";
}

.socicon-raidcall:before {
  content: "\e07d";
}

.socicon-mumble:before {
  content: "\e07e";
}

.socicon-medium:before {
  content: "\e06d";
}

.socicon-bebee:before {
  content: "\e07f";
}

.socicon-hitbox:before {
  content: "\e080";
}

.socicon-reverbnation:before {
  content: "\e081";
}

.socicon-formulr:before {
  content: "\e082";
}

.socicon-instagram:before {
  content: "\e057";
}

.socicon-battlenet:before {
  content: "\e083";
}

.socicon-chrome:before {
  content: "\e084";
}

.socicon-discord:before {
  content: "\e086";
}

.socicon-issuu:before {
  content: "\e087";
}

.socicon-macos:before {
  content: "\e088";
}

.socicon-firefox:before {
  content: "\e089";
}

.socicon-opera:before {
  content: "\e08d";
}

.socicon-keybase:before {
  content: "\e090";
}

.socicon-alliance:before {
  content: "\e091";
}

.socicon-livejournal:before {
  content: "\e092";
}

.socicon-googlephotos:before {
  content: "\e093";
}

.socicon-horde:before {
  content: "\e094";
}

.socicon-etsy:before {
  content: "\e095";
}

.socicon-zapier:before {
  content: "\e096";
}

.socicon-google-scholar:before {
  content: "\e097";
}

.socicon-researchgate:before {
  content: "\e098";
}

.socicon-wechat:before {
  content: "\e099";
}

.socicon-strava:before {
  content: "\e09a";
}

.socicon-line:before {
  content: "\e09b";
}

.socicon-lyft:before {
  content: "\e09c";
}

.socicon-uber:before {
  content: "\e09d";
}

.socicon-songkick:before {
  content: "\e09e";
}

.socicon-viewbug:before {
  content: "\e09f";
}

.socicon-googlegroups:before {
  content: "\e0a0";
}

.socicon-quora:before {
  content: "\e073";
}

.socicon-diablo:before {
  content: "\e085";
}

.socicon-blizzard:before {
  content: "\e0a1";
}

.socicon-hearthstone:before {
  content: "\e08b";
}

.socicon-heroes:before {
  content: "\e08a";
}

.socicon-overwatch:before {
  content: "\e08c";
}

.socicon-warcraft:before {
  content: "\e08e";
}

.socicon-starcraft:before {
  content: "\e08f";
}

.socicon-beam:before {
  content: "\e0a2";
}

.socicon-curse:before {
  content: "\e0a3";
}

.socicon-player:before {
  content: "\e0a4";
}

.socicon-streamjar:before {
  content: "\e0a5";
}

.socicon-nintendo:before {
  content: "\e0a6";
}

.socicon-hellocoton:before {
  content: "\e0a7";
}

/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
@font-face {
  font-family: nebular;
  src: url('nebular.85e45e2f83750a4184af.eot?4ozerq');
  src: url('nebular.85e45e2f83750a4184af.eot?4ozerq#iefix') format("embedded-opentype"), url('nebular.e5b059e952431846f8ab.ttf?4ozerq') format("truetype"), url('nebular.e7b6b47eeafe34432dca.woff?4ozerq') format("woff"), url('nebular.ee79fa432c91db08585f.svg?4ozerq#nebular') format("svg");
  font-weight: normal;
  font-style: normal; }
.nb-minimize,
.nb-maximize,
.nb-help,
.nb-fold,
.nb-danger,
.nb-collapse,
.nb-checkmark-circle,
.nb-e-commerce,
.nb-info,
.nb-expand,
.nb-drops,
.nb-drop,
.nb-volume-mute,
.nb-volume-high,
.nb-trash,
.nb-title,
.nb-tables,
.nb-sunny,
.nb-sunny-circled,
.nb-star,
.nb-square,
.nb-square-outline,
.nb-snowy-circled,
.nb-skip-forward,
.nb-skip-forward-outline,
.nb-skip-backward,
.nb-skip-backward-outline,
.nb-shuffle,
.nb-search,
.nb-roller-shades,
.nb-rainy,
.nb-power,
.nb-power-circled,
.nb-plus,
.nb-plus-circled,
.nb-play,
.nb-play-outline,
.nb-phone,
.nb-person,
.nb-pause,
.nb-pause-outline,
.nb-partlysunny,
.nb-paper-plane,
.nb-notifications,
.nb-menu,
.nb-loop,
.nb-loop-circled,
.nb-locked,
.nb-location,
.nb-list,
.nb-lightbulb,
.nb-layout-two-column,
.nb-layout-sidebar-right,
.nb-layout-sidebar-left,
.nb-layout-one-column,
.nb-layout-default,
.nb-layout-centre,
.nb-keypad,
.nb-home,
.nb-heart,
.nb-grid-b,
.nb-grid-b-outline,
.nb-grid-a,
.nb-grid-a-outline,
.nb-gear,
.nb-flame-circled,
.nb-email,
.nb-edit,
.nb-compose,
.nb-coffee-maker,
.nb-cloudy,
.nb-close,
.nb-close-circled,
.nb-chevron-up,
.nb-chevron-up-outline,
.nb-chevron-right,
.nb-chevron-right-outline,
.nb-chevron-left,
.nb-chevron-left-outline,
.nb-chevron-down,
.nb-chevron-down-outline,
.nb-checkmark,
.nb-bar-chart,
.nb-audio,
.nb-arrow-up,
.nb-arrow-thin-up,
.nb-arrow-thin-right,
.nb-arrow-thin-left,
.nb-arrow-thin-down,
.nb-arrow-right,
.nb-arrow-retweet,
.nb-arrow-left,
.nb-arrow-dropup,
.nb-arrow-dropright,
.nb-arrow-dropleft,
.nb-arrow-dropdown,
.nb-arrow-down,
.nb-angle-double-right,
.nb-angle-double-left,
.nb-alert {
  /* use !important to prevent issues with browser extensions that change ../fonts */
  font-family: nebular;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.nb-minimize::before {
  content: '\e900'; }
.nb-maximize::before {
  content: '\e901'; }
.nb-help::before {
  content: '\e902'; }
.nb-fold::before {
  content: '\e903'; }
.nb-danger::before {
  content: '\e904'; }
.nb-collapse::before {
  content: '\e905'; }
.nb-checkmark-circle::before {
  content: '\e906'; }
.nb-e-commerce::before {
  content: '\e907'; }
.nb-info::before {
  content: '\e908';
  color: #fff; }
.nb-expand::before {
  content: '\e909';
  color: #fff; }
.nb-drops::before {
  content: '\e90a'; }
.nb-drop::before {
  content: '\e90b'; }
.nb-volume-mute::before {
  content: '\e90c'; }
.nb-volume-high::before {
  content: '\e90d'; }
.nb-trash::before {
  content: '\e90e'; }
.nb-title::before {
  content: '\e90f'; }
.nb-tables::before {
  content: '\e910'; }
.nb-sunny::before {
  content: '\e911'; }
.nb-sunny-circled::before {
  content: '\e912'; }
.nb-star::before {
  content: '\e913'; }
.nb-square::before {
  content: '\e914'; }
.nb-square-outline::before {
  content: '\e915'; }
.nb-snowy-circled::before {
  content: '\e916'; }
.nb-skip-forward::before {
  content: '\e917'; }
.nb-skip-forward-outline::before {
  content: '\e918'; }
.nb-skip-backward::before {
  content: '\e919'; }
.nb-skip-backward-outline::before {
  content: '\e91a'; }
.nb-shuffle::before {
  content: '\e91b'; }
.nb-search::before {
  content: '\e91c'; }
.nb-roller-shades::before {
  content: '\e91d'; }
.nb-rainy::before {
  content: '\e91e'; }
.nb-power::before {
  content: '\e91f'; }
.nb-power-circled::before {
  content: '\e920'; }
.nb-plus::before {
  content: '\e921'; }
.nb-plus-circled::before {
  content: '\e922'; }
.nb-play::before {
  content: '\e923'; }
.nb-play-outline::before {
  content: '\e924'; }
.nb-phone::before {
  content: '\e925'; }
.nb-person::before {
  content: '\e926'; }
.nb-pause::before {
  content: '\e927'; }
.nb-pause-outline::before {
  content: '\e928'; }
.nb-partlysunny::before {
  content: '\e929'; }
.nb-paper-plane::before {
  content: '\e92a'; }
.nb-notifications::before {
  content: '\e92b'; }
.nb-menu::before {
  content: '\e92c'; }
.nb-loop::before {
  content: '\e92d'; }
.nb-loop-circled::before {
  content: '\e92e'; }
.nb-locked::before {
  content: '\e92f'; }
.nb-location::before {
  content: '\e930'; }
.nb-list::before {
  content: '\e931'; }
.nb-lightbulb::before {
  content: '\e932'; }
.nb-layout-two-column::before {
  content: '\e933'; }
.nb-layout-sidebar-right::before {
  content: '\e934'; }
.nb-layout-sidebar-left::before {
  content: '\e935'; }
.nb-layout-one-column::before {
  content: '\e936'; }
.nb-layout-default::before {
  content: '\e937'; }
.nb-layout-centre::before {
  content: '\e938'; }
.nb-keypad::before {
  content: '\e939'; }
.nb-home::before {
  content: '\e93a'; }
.nb-heart::before {
  content: '\e93b'; }
.nb-grid-b::before {
  content: '\e93c'; }
.nb-grid-b-outline::before {
  content: '\e93d'; }
.nb-grid-a::before {
  content: '\e93e'; }
.nb-grid-a-outline::before {
  content: '\e93f'; }
.nb-gear::before {
  content: '\e940'; }
.nb-flame-circled::before {
  content: '\e941'; }
.nb-email::before {
  content: '\e942'; }
.nb-edit::before {
  content: '\e943'; }
.nb-compose::before {
  content: '\e944'; }
.nb-coffee-maker::before {
  content: '\e945'; }
.nb-cloudy::before {
  content: '\e946'; }
.nb-close::before {
  content: '\e947'; }
.nb-close-circled::before {
  content: '\e948'; }
.nb-chevron-up::before {
  content: '\e949'; }
.nb-chevron-up-outline::before {
  content: '\e94a'; }
.nb-chevron-right::before {
  content: '\e94b'; }
.nb-chevron-right-outline::before {
  content: '\e94c'; }
.nb-chevron-left::before {
  content: '\e94d'; }
.nb-chevron-left-outline::before {
  content: '\e94e'; }
.nb-chevron-down::before {
  content: '\e94f'; }
.nb-chevron-down-outline::before {
  content: '\e950'; }
.nb-checkmark::before {
  content: '\e951'; }
.nb-bar-chart::before {
  content: '\e952'; }
.nb-audio::before {
  content: '\e953'; }
.nb-arrow-up::before {
  content: '\e954'; }
.nb-arrow-thin-up::before {
  content: '\e955'; }
.nb-arrow-thin-right::before {
  content: '\e956'; }
.nb-arrow-thin-left::before {
  content: '\e957'; }
.nb-arrow-thin-down::before {
  content: '\e958'; }
.nb-arrow-right::before {
  content: '\e959'; }
.nb-arrow-retweet::before {
  content: '\e95a'; }
.nb-arrow-left::before {
  content: '\e95b'; }
.nb-arrow-dropup::before {
  content: '\e95c'; }
.nb-arrow-dropright::before {
  content: '\e95d'; }
.nb-arrow-dropleft::before {
  content: '\e95e'; }
.nb-arrow-dropdown::before {
  content: '\e95f'; }
.nb-arrow-down::before {
  content: '\e960'; }
.nb-angle-double-right::before {
  content: '\e961'; }
.nb-angle-double-left::before {
  content: '\e962'; }
.nb-alert::before {
  content: '\e963'; }

.tree-children.tree-children-no-padding { padding-left: 0 }
.tree-children { padding-left: 20px; overflow: hidden }
.node-drop-slot { display: block; height: 2px }
.node-drop-slot.is-dragging-over { background: #ddffee; height: 20px; border: 2px dotted #888; }
.toggle-children-wrapper-expanded .toggle-children { transform: rotate(90deg) }
.toggle-children-wrapper-collapsed .toggle-children { transform: rotate(0); }
.toggle-children-wrapper {
  padding: 2px 3px 5px 1px;
}
/* tslint:disable */
.toggle-children {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABAhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYzRkRFQjcxODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYzRkRFQjcwODUzNTExRTU4RTQwRkQwODFEOUZEMEE3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE1IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTk5NzA1OGEtZDI3OC00NDZkLWE4ODgtNGM4MGQ4YWI1NzNmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzRkZmQxMGMtY2NlNS0xMTc4LWE5OGQtY2NkZmM5ODk5YWYwIi8+IDxkYzp0aXRsZT4gPHJkZjpBbHQ+IDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+Z2x5cGhpY29uczwvcmRmOmxpPiA8L3JkZjpBbHQ+IDwvZGM6dGl0bGU+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+5iogFwAAAGhJREFUeNpiYGBgKABigf///zOQg0EARH4A4gZyDIIZ8B/JoAJKDIDhB0CcQIkBRBtEyABkgxwoMQCGD6AbRKoBGAYxQgXIBRuZGKgAKPIC3QLxArnRSHZCIjspk52ZKMrOFBUoAAEGAKnq593MQAZtAAAAAElFTkSuQmCC');
  height: 8px;
  width: 9px;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 1px;
  background-repeat: no-repeat;
  background-position: center;
}
.toggle-children-placeholder {
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  top: 1px;
  padding-right: 3px;
}
.node-content-wrapper {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  transition: background-color .15s,box-shadow .15s;
}
.node-wrapper {display: flex; align-items: flex-start;}
.node-content-wrapper-active,
.node-content-wrapper.node-content-wrapper-active:hover,
.node-content-wrapper-active.node-content-wrapper-focused {
  background: #beebff;
}
.node-content-wrapper-focused { background: #e7f4f9 }
.node-content-wrapper:hover { background: #f7fbff }
.node-content-wrapper-active, .node-content-wrapper-focused, .node-content-wrapper:hover {
  box-shadow: inset 0 0 1px #999;
}
.node-content-wrapper.is-dragging-over { background: #ddffee; box-shadow: inset 0 0 1px #999; }
.node-content-wrapper.is-dragging-over-disabled { opacity: 0.5 }
tree-viewport {
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  overflow: auto;
  display: block;
}
.tree-children { padding-left: 20px }
.empty-tree-drop-slot .node-drop-slot { height: 20px; min-width: 100px }
.angular-tree-component {
  width: 100%;
  position:relative;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently not supported by any browser */
}
tree-root .angular-tree-component-rtl {
  direction: rtl;
}
tree-root .angular-tree-component-rtl .toggle-children-wrapper-collapsed .toggle-children {
  transform: rotate(180deg) !important;
}
tree-root .angular-tree-component-rtl .tree-children {
  padding-right: 20px;
  padding-left: 0;
}
tree-node-checkbox {
  padding: 1px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: `args.color || "#29d"`;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px `args.color || '#29d'`, 0 0 5px `args.color || '#29d'`;
  opacity: 1.0;
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: `args.color || '#29d'`;
  border-left-color: `args.color || '#29d'`;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}

.leaflet-container {
	overflow: hidden;
	}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        -ms-user-select: none;
	    user-select: none;
	  -webkit-user-drag: none;
	}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}

.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}

.leaflet-tile-loaded {
	visibility: inherit;
	}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }

.leaflet-overlay-pane { z-index: 400; }

.leaflet-shadow-pane  { z-index: 500; }

.leaflet-marker-pane  { z-index: 600; }

.leaflet-tooltip-pane   { z-index: 650; }

.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }

.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}

/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}

.leaflet-top {
	top: 0;
	}

.leaflet-right {
	right: 0;
	}

.leaflet-bottom {
	bottom: 0;
	}

.leaflet-left {
	left: 0;
	}

.leaflet-control {
	float: left;
	clear: both;
	}

.leaflet-right .leaflet-control {
	float: right;
	}

.leaflet-top .leaflet-control {
	margin-top: 10px;
	}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}

.leaflet-left .leaflet-control {
	margin-left: 10px;
	}

.leaflet-right .leaflet-control {
	margin-right: 10px;
	}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-animated {
	transform-origin: 0 0;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}

/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}

.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}

.leaflet-container a {
	color: #0078A8;
	}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}

/* general typography */

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}

/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}

.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}

.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}

/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}

.leaflet-control-layers-toggle {
	background-image: url('layers.a6137456ed160d760698.png');
	width: 36px;
	height: 36px;
	}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.4f0283c6ce28e888000e.png');
	background-size: 26px 26px;
	}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}

.leaflet-control-layers label {
	display: block;
	}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */

.leaflet-default-icon-path {
	background-image: url('marker-icon.2273e3d8ad9264b7daa5.png');
	}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}

.leaflet-control-attribution a {
	text-decoration: none;
	}

.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}

/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}

.leaflet-popup-content p {
	margin: 18px 0;
	}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}

/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}

.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

.ng-busy {
  z-index: 1002;
}
.ng-busy,
.ng-busy > *,
.ng-busy > ng-component > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.ng-busy-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: #fff;
  opacity: 0.7;
}
.ng-busy-default-wrapper {
  text-align: center;
}
.ng-busy-default-sign {
  position: relative;
  display: inline-block;
  z-index: 1003;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-top: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #f8f8f8;
  color: #333;
}
.ng-busy-default-text {
  display: inline-block;
  margin-left: 6px;
  max-width: 400px;
  font-size: 14px;
  text-align: left;
}
.ng-busy-default-spinner {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.ng-busy-default-spinner div {
  position: absolute;
  left: 44.5%;
  top: 37%;
  width: 10%;
  height: 26%;
  background: #666;
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-animation: busy-spinner-anim 1s linear infinite;
          animation: busy-spinner-anim 1s linear infinite;
}
.ng-busy-default-spinner .bar1 {
  transform: rotate(0deg) translate(0, -142%);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.ng-busy-default-spinner .bar2 {
  transform: rotate(30deg) translate(0, -142%);
  -webkit-animation-delay: -0.91666667s;
          animation-delay: -0.91666667s;
}
.ng-busy-default-spinner .bar3 {
  transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.83333333s;
          animation-delay: -0.83333333s;
}
.ng-busy-default-spinner .bar4 {
  transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
}
.ng-busy-default-spinner .bar5 {
  transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.66666667s;
          animation-delay: -0.66666667s;
}
.ng-busy-default-spinner .bar6 {
  transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.58333333s;
          animation-delay: -0.58333333s;
}
.ng-busy-default-spinner .bar7 {
  transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.ng-busy-default-spinner .bar8 {
  transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41666667s;
          animation-delay: -0.41666667s;
}
.ng-busy-default-spinner .bar9 {
  transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.33333333s;
          animation-delay: -0.33333333s;
}
.ng-busy-default-spinner .bar10 {
  transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
}
.ng-busy-default-spinner .bar11 {
  transform: rotate(300deg) translate(0, -142%);
  -webkit-animation-delay: -0.16666667s;
          animation-delay: -0.16666667s;
}
.ng-busy-default-spinner .bar12 {
  transform: rotate(330deg) translate(0, -142%);
  -webkit-animation-delay: -0.08333333s;
          animation-delay: -0.08333333s;
}
@-webkit-keyframes busy-spinner-anim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
@keyframes busy-spinner-anim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}

/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This is a starting point where we declare the maps of themes and globally available functions/mixins
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
.cdk-global-overlay-wrapper, .cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
.cdk-overlay-container {
  position: fixed;
  z-index: 1000; }
.cdk-overlay-container:empty {
  display: none; }
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000; }
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%; }
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0; }
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1; }
@media screen and (-ms-high-contrast: active) {
  .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: .6; } }
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32); }
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0; }
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px; }
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll; }
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/*
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/*!
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/*
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/*!
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/*
 * Normalization of HTML elements, manually forked from Normalize.css to remove
 * styles targeting irrelevant browsers while applying new styles.
 *
 * Normalize is licensed MIT. https://github.com/necolas/normalize.css
 */
html {
  box-sizing: border-box; }
*, *::before, *::after {
  box-sizing: inherit; }
html, body {
  margin: 0;
  padding: 0; }
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }
sub {
  bottom: -0.25em; }
sup {
  top: -0.5em; }
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/*!
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
.container,
.container-fluid,
.container-is,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 400px) {
  .container, .container-is {
    max-width: 380px; } }
@media (min-width: 576px) {
  .container, .container-is, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-is, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-is, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-is, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container, .container-is, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }
@media (min-width: 1600px) {
  .container, .container-is, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-xxxl {
    max-width: 1500px; } }
.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-is-1, .col-is-2, .col-is-3, .col-is-4, .col-is-5, .col-is-6, .col-is-7, .col-is-8, .col-is-9, .col-is-10, .col-is-11, .col-is-12, .col-is,
.col-is-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12, .col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }
.row-cols-3 > * {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }
.row-cols-6 > * {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%; }
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%; }
.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%; }
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%; }
.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%; }
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%; }
.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%; }
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%; }
.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.33333333%; }
.offset-2 {
  margin-left: 16.66666667%; }
.offset-3 {
  margin-left: 25%; }
.offset-4 {
  margin-left: 33.33333333%; }
.offset-5 {
  margin-left: 41.66666667%; }
.offset-6 {
  margin-left: 50%; }
.offset-7 {
  margin-left: 58.33333333%; }
.offset-8 {
  margin-left: 66.66666667%; }
.offset-9 {
  margin-left: 75%; }
.offset-10 {
  margin-left: 83.33333333%; }
.offset-11 {
  margin-left: 91.66666667%; }
@media (min-width: 400px) {
  .col-is {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-is-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-is-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-is-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .row-cols-is-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-is-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-is-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-is-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-is-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-is-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-is-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-is-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-is-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-is-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-is-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-is-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-is-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-is-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-is-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-is-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-is-first {
    order: -1; }
  .order-is-last {
    order: 13; }
  .order-is-0 {
    order: 0; }
  .order-is-1 {
    order: 1; }
  .order-is-2 {
    order: 2; }
  .order-is-3 {
    order: 3; }
  .order-is-4 {
    order: 4; }
  .order-is-5 {
    order: 5; }
  .order-is-6 {
    order: 6; }
  .order-is-7 {
    order: 7; }
  .order-is-8 {
    order: 8; }
  .order-is-9 {
    order: 9; }
  .order-is-10 {
    order: 10; }
  .order-is-11 {
    order: 11; }
  .order-is-12 {
    order: 12; }
  .offset-is-0 {
    margin-left: 0; }
  .offset-is-1 {
    margin-left: 8.33333333%; }
  .offset-is-2 {
    margin-left: 16.66666667%; }
  .offset-is-3 {
    margin-left: 25%; }
  .offset-is-4 {
    margin-left: 33.33333333%; }
  .offset-is-5 {
    margin-left: 41.66666667%; }
  .offset-is-6 {
    margin-left: 50%; }
  .offset-is-7 {
    margin-left: 58.33333333%; }
  .offset-is-8 {
    margin-left: 66.66666667%; }
  .offset-is-9 {
    margin-left: 75%; }
  .offset-is-10 {
    margin-left: 83.33333333%; }
  .offset-is-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .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.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .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.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .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.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .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.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; } }
@media (min-width: 1600px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxxl-3 > * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .row-cols-xxxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxxl-6 > * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%; }
  .col-xxxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%; }
  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%; }
  .col-xxxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%; }
  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%; }
  .col-xxxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%; }
  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%; }
  .col-xxxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%; }
  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxxl-first {
    order: -1; }
  .order-xxxl-last {
    order: 13; }
  .order-xxxl-0 {
    order: 0; }
  .order-xxxl-1 {
    order: 1; }
  .order-xxxl-2 {
    order: 2; }
  .order-xxxl-3 {
    order: 3; }
  .order-xxxl-4 {
    order: 4; }
  .order-xxxl-5 {
    order: 5; }
  .order-xxxl-6 {
    order: 6; }
  .order-xxxl-7 {
    order: 7; }
  .order-xxxl-8 {
    order: 8; }
  .order-xxxl-9 {
    order: 9; }
  .order-xxxl-10 {
    order: 10; }
  .order-xxxl-11 {
    order: 11; }
  .order-xxxl-12 {
    order: 12; }
  .offset-xxxl-0 {
    margin-left: 0; }
  .offset-xxxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxxl-3 {
    margin-left: 25%; }
  .offset-xxxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxxl-6 {
    margin-left: 50%; }
  .offset-xxxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxxl-9 {
    margin-left: 75%; }
  .offset-xxxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxxl-11 {
    margin-left: 91.66666667%; } }
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
html {
  font-size: 14px; }
/**
 
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This is a starting point where we declare the maps of themes and globally available functions/mixins
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */
/**
 * This mixin generates keyfames.
 * Because of all keyframes can't be scoped,
 * we need to puts unique name in each btn-pulse call.
 */
/*

According to the specification (https://www.w3.org/TR/css-scoping-1/#host-selector)
:host and :host-context are pseudo-classes. So we assume they could be combined,
like other pseudo-classes, even same ones.
For example: ':nth-of-type(2n):nth-of-type(even)'.

Ideal solution would be to prepend any selector with :host-context([dir=rtl]).
Then nebular components will behave as an html element and respond to [dir] attribute on any level,
so direction could be overridden on any component level.

Implementation code:

@mixin nb-rtl() {
  // add # to scss interpolation statement.
  // it works in comments and we can't use it here
  @at-root {selector-append(':host-context([dir=rtl])', &)} {
    @content;
  }
}

And when we call it somewhere:

:host {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}
:host-context(...) {
  .some-class {
    @include nb-rtl() {
      ...
    }
  }
}

Result will look like:

:host-context([dir=rtl]):host .some-class {
  ...
}
:host-context([dir=rtl]):host-context(...) .some-class {
  ...
}

*
  Side note:
  :host-context():host selector are valid. https://lists.w3.org/Archives/Public/www-style/2015Feb/0305.html

  :host-context([dir=rtl]):host-context(...) should match any permutation,
  so order is not important.
*


Currently, there're two problems with this approach:

First, is that we can't combine :host, :host-context. Angular bugs #14349, #19199.
For the moment of writing, the only possible way is:
:host {
  :host-context(...) {
    ...
  }
}
It doesn't work for us because mixin could be called somewhere deeper, like:
:host {
  p {
    @include nb-rtl() { ... }
  }
}
We are not able to go up to :host level to place content passed to mixin.

The second problem is that we only can be sure that we appending :host-context([dir=rtl]) to another
:host/:host-context pseudo-class when called in theme files (*.theme.scss).
  *
    Side note:
    Currently, nb-install-component uses another approach where :host prepended with the theme name
    (https://github.com/angular/angular/blob/5b96078624b0a4760f2dbcf6fdf0bd62791be5bb/packages/compiler/src/shadow_css.ts#L441),
    but it was made to be able to use current realization of rtl and it can be rewritten back to
    :host-context($theme) once we will be able to use multiple shadow selectors.
  *
But when it's called in *.component.scss we can't be sure, that selector starts with :host/:host-context,
because angular allows omitting pseudo-classes if we don't need to style :host component itself.
We can break such selectors, by just appending :host-context([dir=rtl]) to them.
  ***
    Possible solution
    check if we in theme by some theme variables and if so append, otherwise nest like
    @at-root :host-context([dir=rtl]) {
      // add # to scss interpolation statement.
      // it works in comments and we can't use it here
      {&} {
        @content;
      }
    }
    What if :host specified? Can we add space in :host-context(...) :host?
    Or maybe add :host selector anyway? If multiple :host selectors are allowed
  ***


Problems with the current approach.

1. Direction can be applied only on document level, because mixin prepends theme class,
which placed on the body.
2. *.component.scss styles should be in :host selector. Otherwise angular will add host
attribute to [dir=rtl] attribute as well.


General problems.

Ltr is default document direction, but for proper work of nb-ltr (means ltr only),
[dir=ltr] should be specified at least somewhere. ':not([dir=rtl]' not applicable here,
because it's satisfy any parent, that don't have [dir=rtl] attribute.
Previous approach was to use single rtl mixin and reset ltr properties to initial value.
But sometimes it's hard to find, what the previous value should be. And such mixin call looks too verbose.
*/
.nb-theme-default nb-layout {
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #f2f2f2; }
.nb-theme-default nb-layout ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-default nb-layout ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-default nb-layout ::-webkit-scrollbar-track {
    background: #f2f2f2; }
.nb-theme-default nb-layout.with-scroll .scrollable-container {
  overflow: auto;
  height: 100vh;
  display: block; }
@media (max-width: 767.98px) {
    .nb-theme-default nb-layout.with-scroll .scrollable-container {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }
.nb-theme-default .layout {
  min-width: 300px; }
.nb-theme-default nb-layout.window-mode {
  background: #ebeff5;
  display: block; }
.nb-theme-default nb-layout.window-mode .scrollable-container {
    max-width: 1920px;
    margin: 0 auto; }
.nb-theme-default nb-layout.window-mode .layout nb-layout-header nav {
    max-width: 1920px;
    margin: 0 auto; }
@media screen and (min-width: 1940px) {
    .nb-theme-default nb-layout.window-mode {
      padding-top: 1.1875rem; }
      .nb-theme-default nb-layout.window-mode nb-sidebar.fixed {
        left: calc((100vw - 1920px) / 2); }
      .nb-theme-default nb-layout.window-mode .layout .layout-container nb-sidebar.fixed.right {
        right: calc((100vw - 1920px) / 2); }
      .nb-theme-default nb-layout.window-mode .layout .layout-container nb-sidebar.fixed {
        top: calc(4.75rem + 1.1875rem); }
      .nb-theme-default nb-layout.window-mode .scrollable-container {
        height: calc(100vh - 1.1875rem);
        box-shadow: 0 2px 12px 0 #dfe3eb; }
      .nb-theme-default nb-layout.window-mode nb-layout.with-scroll .scrollable-container {
        height: calc(100vh - 1.1875rem); } }
@media screen and (min-width: 2070px) {
    .nb-theme-default nb-layout.window-mode {
      padding-top: 2.375rem; }
      .nb-theme-default nb-layout.window-mode nb-sidebar.fixed {
        left: calc((100vw - 1920px) / 2); }
      .nb-theme-default nb-layout.window-mode .layout .layout-container nb-sidebar.fixed.right {
        right: calc((100vw - 1920px) / 2); }
      .nb-theme-default nb-layout.window-mode .layout .layout-container nb-sidebar.fixed {
        top: calc(4.75rem + 2.375rem); }
      .nb-theme-default nb-layout.window-mode .scrollable-container {
        height: calc(100vh - 2.375rem);
        box-shadow: 0 2px 12px 0 #dfe3eb; }
      .nb-theme-default nb-layout.window-mode nb-layout.with-scroll .scrollable-container {
        height: calc(100vh - 2.375rem); } }
@media screen and (min-width: 2220px) {
    .nb-theme-default nb-layout.window-mode {
      padding-top: 4.75rem; }
      .nb-theme-default nb-layout.window-mode nb-sidebar.fixed {
        left: calc((100vw - 1920px) / 2); }
      .nb-theme-default nb-layout.window-mode .layout .layout-container nb-sidebar.fixed.right {
        right: calc((100vw - 1920px) / 2); }
      .nb-theme-default nb-layout.window-mode .layout .layout-container nb-sidebar.fixed {
        top: calc(4.75rem + 4.75rem); }
      .nb-theme-default nb-layout.window-mode .scrollable-container {
        height: calc(100vh - 4.75rem);
        box-shadow: 0 2px 12px 0 #dfe3eb; }
      .nb-theme-default nb-layout.window-mode nb-layout.with-scroll .scrollable-container {
        height: calc(100vh - 4.75rem); } }
.nb-theme-default nb-layout .layout {
  font-family: Roboto;
  font-size: 1rem;
  line-height: 1.25;
  color: #a4abb3;
  background: #ebeff5;
  min-height: 100vh; }
.nb-theme-default nb-layout .layout nb-layout-header {
    font-family: Exo;
    font-size: 1rem;
    line-height: 1.25; }
.nb-theme-default nb-layout .layout nb-layout-header nav {
      box-shadow: 0 2px 12px 0 #dfe3eb;
      height: 4.75rem;
      padding: 1.25rem;
      background: #ffffff;
      color: #2a2a2a; }
.nb-theme-default nb-layout .layout nb-layout-header nav a {
        color: #2a2a2a; }
.nb-theme-default nb-layout .layout nb-layout-header nav a:focus, .nb-theme-default nb-layout .layout nb-layout-header nav a:active, .nb-theme-default nb-layout .layout nb-layout-header nav a:hover {
          color: #2a2a2a; }
.nb-theme-default nb-layout .layout nb-layout-header ~ .layout-container {
      min-height: calc(100vh - 4.75rem); }
.nb-theme-default nb-layout .layout nb-layout-header.fixed ~ .layout-container {
      padding-top: 4.75rem;
      min-height: 100vh; }
.nb-theme-default nb-layout .layout nb-layout-header.fixed ~ .layout-container > nb-sidebar > .main-container {
      height: calc(100vh - 4.75rem); }
.nb-theme-default nb-layout .layout .layout-container nb-sidebar.fixed {
    top: 4.75rem; }
.nb-theme-default nb-layout .layout .layout-container .content nb-layout-footer {
    box-shadow: 0 2px 12px 0 #dfe3eb; }
.nb-theme-default nb-layout .layout .layout-container .content nb-layout-footer nav {
      padding: 1.25rem;
      background: #ffffff;
      color: #2a2a2a;
      border-top: 1px solid #ebeef2; }
.nb-theme-default nb-layout .layout .layout-container .content nb-layout-footer nav a {
        color: #2a2a2a; }
.nb-theme-default nb-layout .layout .layout-container .content nb-layout-footer nav a:focus, .nb-theme-default nb-layout .layout .layout-container .content nb-layout-footer nav a:active, .nb-theme-default nb-layout .layout .layout-container .content nb-layout-footer nav a:hover {
          color: #2a2a2a; }
.nb-theme-default nb-layout .layout .layout-container .content.center {
    width: 1400px;
    flex: 0 100 1400px !important; }
.nb-theme-default nb-layout .layout .layout-container .content .columns nb-layout-column {
    padding: 2.25rem 2.25rem 0.75rem; }
@media (max-width: 991.98px) {
      .nb-theme-default nb-layout .layout .layout-container .content .columns nb-layout-column {
        padding: 1.5rem 1.5rem 0.5rem; } }
@media (max-width: 767.98px) {
      .nb-theme-default nb-layout .layout .layout-container .content .columns nb-layout-column {
        padding: 1rem 1rem 0; } }
.nb-theme-default nb-layout.with-subheader nb-sidebar .main-container {
  box-shadow: none; }
.nb-theme-default nb-sidebar {
  font-size: 1rem;
  line-height: 1.25;
  box-shadow: 0 2px 12px 0 #dfe3eb;
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #f2f2f2;
  width: 16rem;
  background: #ffffff;
  color: #2a2a2a; }
.nb-theme-default nb-sidebar ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-default nb-sidebar ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-default nb-sidebar ::-webkit-scrollbar-track {
    background: #f2f2f2; }
.nb-theme-default nb-sidebar .main-container {
    height: 100vh;
    width: 16rem;
    background: #ffffff; }
.nb-theme-default nb-sidebar .scrollable {
    padding: 1.25rem;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0); }
@media (max-width: 767.98px) {
      .nb-theme-default nb-sidebar .scrollable {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }
.nb-theme-default nb-sidebar.collapsed {
    width: 0;
    padding: 0; }
.nb-theme-default nb-sidebar.collapsed .main-container {
      width: 0;
      padding: 0; }
.nb-theme-default nb-sidebar.collapsed .scrollable {
      width: 0;
      padding: 0;
      overflow: hidden; }
.nb-theme-default nb-sidebar.collapsed nb-sidebar-header, .nb-theme-default nb-sidebar.collapsed nb-sidebar-footer {
      width: 0;
      padding: 0;
      overflow: hidden; }
.nb-theme-default nb-sidebar.compacted {
    width: 3.5rem; }
.nb-theme-default nb-sidebar.compacted .main-container {
      width: 3.5rem; }
.nb-theme-default nb-sidebar.compacted nb-menu {
      width: 3.5rem; }
.nb-theme-default nb-sidebar.compacted nb-menu .menu-item a.active {
        position: relative; }
.nb-theme-default nb-sidebar.compacted nb-menu .menu-item a.active::before {
          position: absolute;
          content: '';
          top: 0;
          height: 100%;
          width: 4px;
          background: #40dc7e; }
[dir=ltr] .nb-theme-default nb-sidebar.compacted nb-menu .menu-item a.active::before {
            left: 0; }
[dir=rtl] .nb-theme-default nb-sidebar.compacted nb-menu .menu-item a.active::before {
            right: 0; }
.nb-theme-default nb-sidebar.compacted nb-menu > .menu-items > .menu-item > a span, .nb-theme-default nb-sidebar.compacted nb-menu > .menu-items > .menu-item > a .chevron {
        display: none; }
.nb-theme-default nb-sidebar.compacted nb-menu .menu-items > .menu-item {
        transition: border-color 1s ease; }
.nb-theme-default nb-sidebar.compacted nb-menu .menu-items > .menu-item.menu-group {
          display: block;
          color: transparent;
          width: 0;
          padding: 0;
          overflow: hidden; }
.nb-theme-default nb-sidebar.compacted nb-menu .menu-items > .menu-item i {
          margin-right: 0; }
.nb-theme-default nb-sidebar.compacted nb-menu .menu-items > .menu-item a {
          justify-content: center; }
.nb-theme-default nb-sidebar.compacted nb-menu .menu-items > .menu-item > .expanded {
          display: none; }
.nb-theme-default nb-sidebar.compacted.left.fixed ~ .content {
      margin-left: 3.5rem; }
.nb-theme-default nb-sidebar.compacted.fixed.right ~ .content {
      margin-left: 0;
      margin-right: 3.5rem; }
.nb-theme-default nb-sidebar.compacted.left.fixed ~ .content.center {
      padding-left: 3.5rem; }
.nb-theme-default nb-sidebar.compacted.fixed.right ~ .content.center {
      padding-left: 0;
      padding-right: 3.5rem; }
[dir=ltr] .nb-theme-default nb-sidebar.compacted.start.fixed ~ .content {
      margin-left: 3.5rem; }
[dir=rtl] .nb-theme-default nb-sidebar.compacted.start.fixed ~ .content {
      margin-right: 3.5rem; }
[dir=ltr] .nb-theme-default nb-sidebar.compacted.fixed.end ~ .content {
      margin-right: 3.5rem; }
[dir=rtl] .nb-theme-default nb-sidebar.compacted.fixed.end ~ .content {
      margin-left: 3.5rem; }
[dir=ltr] .nb-theme-default nb-sidebar.compacted.start.fixed ~ .content.center {
      padding-left: 3.5rem; }
[dir=rtl] .nb-theme-default nb-sidebar.compacted.start.fixed ~ .content.center {
      padding-right: 3.5rem; }
[dir=ltr] .nb-theme-default nb-sidebar.compacted.fixed.end ~ .content.center {
      padding-right: 3.5rem; }
[dir=rtl] .nb-theme-default nb-sidebar.compacted.fixed.end ~ .content.center {
      padding-left: 3.5rem; }
.nb-theme-default nb-sidebar.fixed.left.collapsed + .content,
  .nb-theme-default nb-sidebar.fixed.start.collapsed + .content {
    margin-left: 0; }
.nb-theme-default nb-sidebar.fixed.right.collapsed + .content,
  .nb-theme-default nb-sidebar.fixed.end.collapsed + .content {
    margin-right: 0; }
.nb-theme-default nb-sidebar.expanded {
    width: 16rem; }
.nb-theme-default nb-sidebar.expanded > .scrollable {
      width: 16rem; }
.nb-theme-default nb-sidebar nb-sidebar-header {
    padding: 1.25rem;
    height: initial; }
.nb-theme-default nb-sidebar nb-sidebar-footer {
    padding: 1.25rem;
    height: 3.5rem; }
.nb-theme-default nb-sidebar nb-menu {
    margin: 0 -1.25rem -1.25rem; }
.nb-theme-default nb-calendar-header .header {
  display: flex;
  flex-direction: column; }
.nb-theme-default nb-calendar-header .title {
  display: flex;
  align-items: center;
  color: #4b4b4b;
  font-weight: 600;
  font-size: 1.25rem; }
.nb-theme-default nb-calendar-header .title .nb-arrow-dropright {
    margin-left: 0.5rem; }
.nb-theme-default nb-calendar-header .title .nb-arrow-dropleft {
    margin-right: 0.5rem; }
.nb-theme-default nb-calendar-header .title:hover {
    color: #40dc7e;
    cursor: pointer; }
.nb-theme-default nb-calendar-header .title:active {
    color: #40dc7e; }
.nb-theme-default nb-calendar-header .sub-title {
  color: #a4abb3;
  font-weight: 200;
  font-size: 1rem; }
.nb-theme-default nb-calendar-navigation button[nbButton] {
  width: 10rem;
  background-color: #40dc7e; }
.nb-theme-default nb-calendar-navigation button[nbButton]:focus, .nb-theme-default nb-calendar-navigation button[nbButton].focus {
    color: #ffffff;
    background-color: #5be190;
    border-color: transparent;
    box-shadow: none; }
.nb-theme-default nb-calendar-navigation button[nbButton]:hover, .nb-theme-default nb-calendar-navigation button[nbButton].hover {
    color: #ffffff;
    background-color: #5be190;
    border-color: transparent; }
.nb-theme-default nb-calendar-navigation button[nbButton]:active, .nb-theme-default nb-calendar-navigation button[nbButton].active, .nb-theme-default nb-calendar-navigation button[nbButton]:active:focus {
    color: #ffffff;
    background-color: #37bd6c;
    border-color: transparent;
    box-shadow: none; }
.nb-theme-default nb-calendar-navigation button[nbButton]:disabled, .nb-theme-default nb-calendar-navigation button[nbButton].btn-disabled {
    opacity: 0.3; }
.nb-theme-default nb-calendar-navigation button[nbButton].btn-pulse {
    -webkit-animation: btn-success-pulse 1.5s infinite;
    animation: btn-success-pulse 1.5s infinite; }
@-webkit-keyframes btn-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #40dc7e;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #40dc7e;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default nb-calendar-day-picker .day-cell,
.nb-theme-default nb-calendar-month-picker .month-cell,
.nb-theme-default nb-calendar-year-picker .year-cell {
  color: #4b4b4b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px; }
.nb-theme-default nb-calendar-day-picker .day-cell:not(.empty):not(.disabled),
  .nb-theme-default nb-calendar-month-picker .month-cell:not(.empty):not(.disabled),
  .nb-theme-default nb-calendar-year-picker .year-cell:not(.empty):not(.disabled) {
    cursor: pointer; }
.nb-theme-default nb-calendar-year-picker.medium .year-cell {
  width: 4.25rem;
  height: 2.375rem; }
.nb-theme-default nb-calendar-year-picker.large .year-cell {
  width: 4.25rem;
  height: 2.375rem; }
.nb-theme-default nb-calendar-year-picker .year-cell {
  border-radius: 0.375rem; }
.nb-theme-default nb-calendar-year-picker .year-cell.disabled {
    background: #e9edf2;
    opacity: 0.3; }
.nb-theme-default nb-calendar-year-picker .year-cell.today {
    background: #e9edf2;
    font-weight: 600;
    color: #4b4b4b; }
.nb-theme-default nb-calendar-year-picker .year-cell.selected, .nb-theme-default nb-calendar-year-picker nb-calendar-day-picker .year-cell.range-cell.start, .nb-theme-default nb-calendar-day-picker nb-calendar-year-picker .year-cell.range-cell.start, .nb-theme-default nb-calendar-year-picker nb-calendar-day-picker .year-cell.range-cell.end, .nb-theme-default nb-calendar-day-picker nb-calendar-year-picker .year-cell.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-calendar-year-picker .year-cell.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-calendar-year-picker .year-cell.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-calendar-year-picker .year-cell.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-calendar-year-picker .year-cell.range-cell.end {
    background: #40dc7e;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-default nb-calendar-year-picker .year-cell:hover, .nb-theme-default nb-calendar-year-picker .year-cell:hover:active {
    background: #40dc7e;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-default nb-calendar-year-picker .year-cell:active {
    background: #40dc7e;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-default nb-calendar-month-picker.medium .month-cell {
  width: 4.25rem;
  height: 2.375rem; }
.nb-theme-default nb-calendar-month-picker.large .month-cell {
  width: 4.25rem;
  height: 2.375rem; }
.nb-theme-default nb-calendar-month-picker .month-cell {
  border-radius: 0.375rem; }
.nb-theme-default nb-calendar-month-picker .month-cell.disabled {
    background: #e9edf2;
    opacity: 0.3; }
.nb-theme-default nb-calendar-month-picker .month-cell.today {
    background: #e9edf2;
    font-weight: 600;
    color: #4b4b4b; }
.nb-theme-default nb-calendar-month-picker .month-cell.selected, .nb-theme-default nb-calendar-month-picker nb-calendar-day-picker .month-cell.range-cell.start, .nb-theme-default nb-calendar-day-picker nb-calendar-month-picker .month-cell.range-cell.start, .nb-theme-default nb-calendar-month-picker nb-calendar-day-picker .month-cell.range-cell.end, .nb-theme-default nb-calendar-day-picker nb-calendar-month-picker .month-cell.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-calendar-month-picker .month-cell.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-calendar-month-picker .month-cell.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-calendar-month-picker .month-cell.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-calendar-month-picker .month-cell.range-cell.end {
    background: #40dc7e;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-default nb-calendar-month-picker .month-cell:hover, .nb-theme-default nb-calendar-month-picker .month-cell:hover:active {
    background: #40dc7e;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-default nb-calendar-month-picker .month-cell:active {
    background: #40dc7e;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-default nb-calendar-day-picker.medium .day-cell {
  width: 2.625rem;
  height: 2.625rem; }
.nb-theme-default nb-calendar-day-picker.large .day-cell {
  width: 3rem;
  height: 3rem; }
.nb-theme-default nb-calendar-day-picker .day-cell {
  border-radius: 0.375rem; }
.nb-theme-default nb-calendar-day-picker .day-cell.today {
    background: #e9edf2;
    font-weight: 600;
    color: #4b4b4b; }
.nb-theme-default nb-calendar-day-picker .day-cell.bounding-month {
    opacity: 0.5; }
.nb-theme-default nb-calendar-day-picker .day-cell.disabled {
    background: #e9edf2;
    opacity: 0.3; }
.nb-theme-default nb-calendar-day-picker .day-cell:not(.disabled):not(.empty):hover {
    background: #40dc7e;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-default nb-calendar-day-picker .day-cell.selected, .nb-theme-default nb-calendar-day-picker .day-cell.range-cell.start, .nb-theme-default nb-calendar-day-picker .day-cell.range-cell.end {
    background: #40dc7e;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-default nb-calendar-days-names .day {
  width: 2.625rem;
  height: 1.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #a4abb3; }
.nb-theme-default nb-calendar-days-names .day.holiday {
    color: #ff4c6a; }
.nb-theme-default nb-base-calendar.medium nb-card {
  width: 21.875rem; }
.nb-theme-default nb-base-calendar.medium nb-card nb-card-body {
    height: 25.625rem; }
.nb-theme-default nb-base-calendar.large nb-card {
  width: 24.375rem; }
.nb-theme-default nb-base-calendar.large nb-card nb-card-body {
    height: 27.75rem; }
.nb-theme-default nb-base-calendar nb-card {
  margin: 0; }
.nb-theme-default nb-base-calendar nb-card-body > nb-calendar-pageable-navigation, .nb-theme-default nb-base-calendar nb-card-body > nb-calendar-navigation {
  padding: 0 1rem 1.5rem; }
.nb-theme-default nb-calendar-day-picker .range-cell {
  flex: 1;
  margin: 1px 0; }
.nb-theme-default nb-calendar-day-picker .range-cell .day-cell {
    margin: 0; }
.nb-theme-default nb-calendar-day-picker .range-cell.in-range {
    background: #ebfbf2; }
.nb-theme-default nb-calendar-day-picker .range-cell.in-range {
      border-radius: 0; }
.nb-theme-default nb-calendar-day-picker .range-cell.start, .nb-theme-default nb-calendar-day-picker .range-cell.end {
    background: #ebfbf2; }
.nb-theme-default nb-calendar-day-picker .range-cell.start {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }
.nb-theme-default nb-calendar-day-picker .range-cell.start .day-cell {
      margin-left: 0; }
.nb-theme-default nb-calendar-day-picker .range-cell.end {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem; }
.nb-theme-default nb-calendar-day-picker .range-cell.end .day-cell {
      margin-right: 0; }
.nb-theme-default nb-calendar-day-picker .range-cell:first-of-type {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem; }
.nb-theme-default nb-calendar-day-picker .range-cell:last-of-type {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem; }
.nb-theme-default nb-card {
  font-size: 1rem;
  line-height: 1.25;
  background: #ffffff;
  color: #4b4b4b;
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
  box-shadow: 0 2px 12px 0 #dfe3eb;
  font-weight: 400;
  border: 0 solid #ffffff;
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #f2f2f2; }
.nb-theme-default nb-card ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-default nb-card ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-default nb-card ::-webkit-scrollbar-track {
    background: #f2f2f2; }
.nb-theme-default nb-card.xxsmall-card {
    height: 96px; }
.nb-theme-default nb-card.xsmall-card {
    height: 216px; }
.nb-theme-default nb-card.small-card {
    height: 336px; }
.nb-theme-default nb-card.medium-card {
    height: 456px; }
.nb-theme-default nb-card.large-card {
    height: 576px; }
.nb-theme-default nb-card.xlarge-card {
    height: 696px; }
.nb-theme-default nb-card.xxlarge-card {
    height: 816px; }
.nb-theme-default nb-card.active-card nb-card-header {
    background-color: #a4abb3;
    border-bottom-color: #a4abb3;
    color: #ffffff; }
.nb-theme-default nb-card.disabled-card nb-card-header {
    background-color: rgba(255, 255, 255, 0.4);
    border-bottom-color: rgba(255, 255, 255, 0.4); }
.nb-theme-default nb-card.primary-card nb-card-header {
    background-color: #8a7fff;
    border-bottom-color: #8a7fff; }
.nb-theme-default nb-card.info-card nb-card-header {
    background-color: #4ca6ff;
    border-bottom-color: #4ca6ff; }
.nb-theme-default nb-card.success-card nb-card-header {
    background-color: #40dc7e;
    border-bottom-color: #40dc7e; }
.nb-theme-default nb-card.warning-card nb-card-header {
    background-color: #ffa100;
    border-bottom-color: #ffa100; }
.nb-theme-default nb-card.danger-card nb-card-header {
    background-color: #ff4c6a;
    border-bottom-color: #ff4c6a; }
.nb-theme-default nb-card.accent {
    border-top-style: solid;
    border-top-width: 0.375rem; }
.nb-theme-default nb-card.accent nb-card-header {
      border-radius: 0; }
.nb-theme-default nb-card.accent-active {
    border-top-color: #a4abb3; }
.nb-theme-default nb-card.accent-disabled {
    border-top-color: rgba(255, 255, 255, 0.4); }
.nb-theme-default nb-card.accent-primary {
    border-top-color: #8a7fff; }
.nb-theme-default nb-card.accent-success {
    border-top-color: #40dc7e; }
.nb-theme-default nb-card.accent-info {
    border-top-color: #4ca6ff; }
.nb-theme-default nb-card.accent-warning {
    border-top-color: #ffa100; }
.nb-theme-default nb-card.accent-danger {
    border-top-color: #ff4c6a; }
.nb-theme-default nb-card-body {
  flex: 1;
  -ms-flex: 1 1 auto;
  overflow: auto;
  padding: 1.25rem;
  position: relative;
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #f2f2f2; }
.nb-theme-default nb-card-body ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-default nb-card-body ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-default nb-card-body ::-webkit-scrollbar-track {
    background: #f2f2f2; }
.nb-theme-default nb-card-footer {
  padding: 1.25rem;
  border-top: 1px solid #ebeef2;
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem; }
.nb-theme-default nb-card-header {
  padding: 1.25rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ebeef2;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  color: #2a2a2a;
  font-family: Exo;
  font-size: 1.125rem;
  font-weight: 600; }
.nb-theme-default nb-card-header h1 {
    margin: 0; }
.nb-theme-default nb-card-header h2 {
    margin: 0; }
.nb-theme-default nb-card-header h3 {
    margin: 0; }
.nb-theme-default nb-card-header h4 {
    margin: 0; }
.nb-theme-default nb-card-header h5 {
    margin: 0; }
.nb-theme-default nb-card-header h6 {
    margin: 0; }
.nb-theme-default .second-card-container {
  height: calc(100% - 1.5rem);
  border-radius: 0.375rem; }
.nb-theme-default .reveal-button {
  line-height: 1.25;
  padding: 1.25rem;
  margin-bottom: 1.5rem; }
.nb-theme-default .flip-button {
  line-height: 1.25;
  margin-bottom: 1.5rem;
  padding: 1.25rem; }
[dir=ltr] .nb-theme-default .flipcard-body .front-container {
  margin-right: -100%; }
[dir=rtl] .nb-theme-default .flipcard-body .front-container {
  margin-left: -100%; }
.nb-theme-default nb-tabset {
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #f2f2f2; }
.nb-theme-default nb-tabset ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-default nb-tabset ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-default nb-tabset ::-webkit-scrollbar-track {
    background: #f2f2f2; }
.nb-theme-default nb-tabset .tabset {
    font-family: Exo;
    font-size: 1.125rem;
    padding: 0 1.25rem;
    border-bottom: 1px solid #ebeef2; }
.nb-theme-default nb-tabset .tabset .tab {
      background: transparent; }
.nb-theme-default nb-tabset .tabset .tab a {
        padding: 1.25rem;
        color: #a4abb3; }
.nb-theme-default nb-tabset .tabset .tab a:hover {
          color: #2a2a2a; }
.nb-theme-default nb-tabset .tabset .tab a::before {
          background: #40dc7e;
          background-image: linear-gradient(to right, #40dc7e, #40dc7e); }
.nb-theme-default nb-tabset .tabset .tab.active {
        background: transparent; }
.nb-theme-default nb-tabset .tabset .tab.active a {
          font-weight: 600;
          color: #2a2a2a; }
@media screen and (max-width: 576px) {
        .nb-theme-default nb-tabset .tabset .tab.responsive a span {
          display: none; } }
.nb-theme-default nb-tabset nb-tab {
    font-family: Roboto;
    font-size: 1rem;
    color: #4b4b4b;
    background-color: transparent;
    padding: 0; }
.nb-theme-default nb-route-tabset {
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #f2f2f2; }
.nb-theme-default nb-route-tabset ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-default nb-route-tabset ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-default nb-route-tabset ::-webkit-scrollbar-track {
    background: #f2f2f2; }
.nb-theme-default nb-route-tabset .route-tabset {
    font-family: Exo;
    font-size: 1.125rem;
    padding: 0 1.25rem;
    border-bottom: 1px solid #ebeef2; }
.nb-theme-default nb-route-tabset .route-tabset .route-tab {
      background: transparent; }
.nb-theme-default nb-route-tabset .route-tabset .route-tab a {
        padding: 1.25rem;
        color: #a4abb3; }
.nb-theme-default nb-route-tabset .route-tabset .route-tab a:hover {
          color: #2a2a2a; }
.nb-theme-default nb-route-tabset .route-tabset .route-tab a::before {
          background: #40dc7e; }
.nb-theme-default nb-route-tabset .route-tabset .route-tab.active {
        background: transparent; }
.nb-theme-default nb-route-tabset .route-tabset .route-tab.active a {
          font-weight: 600;
          color: #2a2a2a; }
@media screen and (max-width: 576px) {
        .nb-theme-default nb-route-tabset .route-tabset .route-tab.responsive a span {
          display: none; } }
.nb-theme-default nb-menu {
  font-family: Exo;
  font-size: 1rem;
  font-weight: 500;
  background: #ffffff;
  color: #4b4b4b; }
.nb-theme-default nb-menu ul.menu-items {
    margin: 0;
    padding: 0; }
.nb-theme-default nb-menu .menu-group {
    font-weight: 500;
    font-size: 0.875rem;
    color: #a4abb3;
    padding: 1rem 1.25rem; }
.nb-theme-default nb-menu .menu-item a {
    padding: 0.675rem 0.75rem;
    border-radius: 0.375rem; }
.nb-theme-default nb-menu .menu-item a:hover,
  .nb-theme-default nb-menu .menu-item a.active {
    background-color: #ffffff;
    color: #2a2a2a;
    font-weight: 600; }
.nb-theme-default nb-menu .menu-item a:hover .menu-icon,
    .nb-theme-default nb-menu .menu-item a:hover .chevron,
    .nb-theme-default nb-menu .menu-item a.active .menu-icon,
    .nb-theme-default nb-menu .menu-item a.active .chevron {
      color: #2a2a2a; }
.nb-theme-default nb-menu .menu-item .menu-icon {
    font-size: 2.5rem;
    width: 2.5rem;
    margin: 0 0.25rem 0;
    text-align: center;
    color: #a4abb3; }
.nb-theme-default nb-menu .menu-item .chevron {
    font-size: 0.875rem;
    color: #a4abb3; }
.nb-theme-default nb-menu .menu-items > .menu-item {
    border-bottom: 1px solid #ebeef2; }
.nb-theme-default nb-menu .menu-items > .menu-item:first-child {
      border-top: 1px solid #ebeef2; }
.nb-theme-default nb-menu .menu-item > .menu-items {
    background-color: #ffffff; }
.nb-theme-default nb-menu .menu-item > .menu-items > .menu-item {
    border: none;
    background: #ffffff;
    color: #4b4b4b;
    padding: 0 1.25rem; }
.nb-theme-default nb-menu .menu-item > .menu-items > .menu-item:first-child {
      margin-top: 0.5rem; }
.nb-theme-default nb-menu .menu-item > .menu-items > .menu-item:last-child {
      margin-bottom: 0.5rem; }
.nb-theme-default nb-menu .menu-item > .menu-items > .menu-item a {
      border: 0.125rem solid #ffffff;
      padding: 0.5rem 1rem; }
.nb-theme-default nb-menu .menu-item > .menu-items > .menu-item a:hover {
      color: #2a2a2a;
      background: #ffffff; }
.nb-theme-default nb-menu .menu-item > .menu-items > .menu-item a.active {
      background-color: #ffffff;
      color: #2a2a2a;
      border-color: #40dc7e;
      box-shadow: none; }
.nb-theme-default nb-menu.inverse .menu-item a {
  color: #ffffff; }
.nb-theme-default nb-menu.inverse .menu-item a:hover {
  background-color: #2a2a2a;
  color: #ffffff; }
.nb-theme-default nb-menu.inverse .menu-item a.active {
  background-color: #2a2a2a;
  color: #ffffff; }
.nb-theme-default nb-menu.inverse .menu-group {
  color: #ffffff; }
.nb-theme-default nb-user {
  font-size: 1rem;
  line-height: 1.25; }
.nb-theme-default nb-user .user-picture {
    height: 2.5rem;
    width: 2.5rem;
    background: #ffffff;
    border: solid 2px #bcc3cc; }
.nb-theme-default nb-user .user-picture.background {
      color: #a4abb3; }
.nb-theme-default nb-user .user-name {
    font-family: Exo; }
.nb-theme-default nb-user.inverse .user-picture {
    background: #a4abb3; }
.nb-theme-default nb-user.inverse .user-picture.background {
      color: #ffffff; }
.nb-theme-default nb-user.small .user-picture {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 80%; }
.nb-theme-default nb-user.medium .user-picture {
    height: 2.5rem;
    width: 2.5rem; }
.nb-theme-default nb-user.large .user-picture {
    height: 3.25rem;
    width: 3.25rem; }
.nb-theme-default nb-user.xlarge .user-picture {
    height: 4rem;
    width: 4rem; }
.nb-theme-default nb-actions {
  font-size: 1rem;
  font-family: Exo;
  line-height: 1.25; }
.nb-theme-default nb-actions nb-action {
    height: 1.5rem;
    padding: 0 1.25rem;
    background: transparent; }
[dir=ltr] .nb-theme-default nb-actions nb-action:first-child {
      border-left: none !important; }
[dir=rtl] .nb-theme-default nb-actions nb-action:first-child {
      border-right: none !important; }
.nb-theme-default nb-actions nb-action a.icon-container:hover, .nb-theme-default nb-actions nb-action a.icon-container:focus {
      text-decoration: none; }
.nb-theme-default nb-actions nb-action i.control-icon {
      color: #a4abb3;
      font-size: 1.5rem; }
[dir=ltr] .nb-theme-default nb-actions nb-action {
      border-left: 1px solid #ebeef2; }
[dir=rtl] .nb-theme-default nb-actions nb-action {
      border-right: 1px solid #ebeef2; }
.nb-theme-default nb-actions.inverse nb-action i.control-icon {
    color: #ffffff; }
[dir=ltr] .nb-theme-default nb-actions.inverse nb-action {
    border-left: 1px solid #ebeef2; }
[dir=rtl] .nb-theme-default nb-actions.inverse nb-action {
    border-right: 1px solid #ebeef2; }
.nb-theme-default nb-actions.small nb-action {
    height: 1.5rem; }
.nb-theme-default nb-actions.small nb-action i.control-icon {
      font-size: 1.5rem; }
.nb-theme-default nb-actions.medium nb-action {
    height: 2.25rem; }
.nb-theme-default nb-actions.medium nb-action i.control-icon {
      font-size: 2.25rem; }
.nb-theme-default nb-actions.large nb-action {
    height: 3.5rem; }
.nb-theme-default nb-actions.large nb-action i.control-icon {
      font-size: 3.5rem; }
.nb-theme-default nb-actions.full-width nb-action {
    display: flex;
    justify-content: center;
    width: 100%; }
.nb-theme-default nb-search-field .search {
  background: #ebeff5; }
.nb-theme-default nb-search-field .search button {
    color: #a4abb3; }
.nb-theme-default nb-search-field .search span {
    color: #a4abb3; }
.nb-theme-default nb-search-field .search input {
    color: #2a2a2a;
    border-bottom: 4px solid #a4abb3; }
.nb-theme-default nb-search-field .search input::-moz-placeholder {
      color: #a4abb3; }
.nb-theme-default nb-search-field .search input:-ms-input-placeholder {
      color: #a4abb3; }
.nb-theme-default nb-search-field .search input::placeholder {
      color: #a4abb3; }
.nb-theme-default nb-search-field .search input::-ms-clear {
      display: none; }
.nb-theme-default nb-search-field.rotate-layout {
  opacity: 0;
  background: #ebeff5; }
.nb-theme-default nb-search-field.modal-zoomin .search::before,
.nb-theme-default nb-search-field.modal-zoomin .search::after {
  border: 1.5rem solid #a4abb3; }
.nb-theme-default nb-search-field.modal-half .form-wrapper {
  background: #ebeff5; }
.nb-theme-default nb-search-field.modal-half .search::before {
  background: #a4abb3; }
.nb-theme-default nb-search-field.modal-drop .form-content::after {
  background: #a4abb3; }
.nb-theme-default nb-search-field.modal-drop .search::before {
  background: #ebeff5; }
.nb-theme-default nb-search-field.curtain .search::after {
  background: #ebeff5; }
.nb-theme-default nb-search-field.curtain .search {
  background: #ebeff5; }
.nb-theme-default nb-search-field.column-curtain::before {
  background: #ebeff5; }
.nb-theme-default nb-search-field.column-curtain::after {
  background: transparent; }
.nb-theme-default nb-search-field.column-curtain.show::after {
  background: #a4abb3; }
.nb-theme-default nb-search button {
  color: #a4abb3; }
.nb-theme-default .nb-spinner-container {
  position: relative; }
.nb-theme-default nb-spinner {
  background-color: rgba(255, 255, 255, 0.83); }
.nb-theme-default nb-spinner.active-spinner .spin-circle {
    border-right-color: #a4abb3; }
.nb-theme-default nb-spinner.disabled-spinner .spin-circle {
    border-right-color: rgba(255, 255, 255, 0.4); }
.nb-theme-default nb-spinner.primary-spinner .spin-circle {
    border-right-color: #8a7fff; }
.nb-theme-default nb-spinner.info-spinner .spin-circle {
    border-right-color: #4ca6ff; }
.nb-theme-default nb-spinner.success-spinner .spin-circle {
    border-right-color: #40dc7e; }
.nb-theme-default nb-spinner.warning-spinner .spin-circle {
    border-right-color: #ffa100; }
.nb-theme-default nb-spinner.danger-spinner .spin-circle {
    border-right-color: #ff4c6a; }
.nb-theme-default nb-spinner .spin-circle {
    border-left-color: #e9edf2;
    border-top-color: #e9edf2;
    border-bottom-color: #e9edf2; }
.nb-theme-default nb-spinner .message {
    color: #4b4b4b; }
.nb-theme-default nb-spinner.xxsmall-spinner {
    font-size: 1.25rem; }
.nb-theme-default nb-spinner.xsmall-spinner {
    font-size: 1.5rem; }
.nb-theme-default nb-spinner.small-spinner {
    font-size: 1.75rem; }
.nb-theme-default nb-spinner.medium-spinner {
    font-size: 2rem; }
.nb-theme-default nb-spinner.large-spinner {
    font-size: 2.25rem; }
.nb-theme-default nb-spinner.xlarge-spinner {
    font-size: 2.5rem; }
.nb-theme-default nb-spinner.xxlarge-spinner {
    font-size: 3rem; }
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(230deg); }
  100% {
    transform: rotate(360deg); } }
.nb-theme-default nb-checkbox .customised-control-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #dadfe6; }
.nb-theme-default nb-checkbox .customised-control-indicator::before {
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.4);
    border-color: transparent;
    border-width: 0 2px 2px 0; }
.nb-theme-default nb-checkbox .customised-control-input:checked + .customised-control-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #40dc7e; }
.nb-theme-default nb-checkbox .customised-control-input:checked + .customised-control-indicator::before {
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.4);
    border-color: #2a2a2a;
    border-width: 0 2px 2px 0; }
.nb-theme-default nb-checkbox .customised-control-input:disabled + .customised-control-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #dadfe6; }
.nb-theme-default nb-checkbox .customised-control-input:disabled + .customised-control-indicator::before {
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.4);
    border-color: transparent;
    border-width: 0 2px 2px 0; }
.nb-theme-default nb-checkbox .customised-control-input:disabled:checked + .customised-control-indicator {
  border-color: #40dc7e; }
.nb-theme-default nb-checkbox .customised-control-input:disabled:checked + .customised-control-indicator::before {
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.4);
    border-color: #2a2a2a;
    border-width: 0 2px 2px 0; }
.nb-theme-default nb-checkbox .customised-control-input:checked + .customised-control-indicator {
  border-color: #40dc7e; }
.nb-theme-default nb-checkbox:hover .customised-control-input:enabled + .customised-control-indicator,
.nb-theme-default nb-checkbox .customised-control-input:focus:enabled + .customised-control-indicator {
  border-color: #6be49b; }
.nb-theme-default nb-checkbox.success .customised-control-input:checked + .customised-control-indicator {
  border-color: #40dc7e; }
.nb-theme-default nb-checkbox.success:hover .customised-control-input:enabled + .customised-control-indicator,
.nb-theme-default nb-checkbox.success .customised-control-input:focus:enabled + .customised-control-indicator {
  border-color: #6be49b; }
.nb-theme-default nb-checkbox.warning .customised-control-input:checked + .customised-control-indicator {
  border-color: #ffa100; }
.nb-theme-default nb-checkbox.warning:hover .customised-control-input:enabled + .customised-control-indicator,
.nb-theme-default nb-checkbox.warning .customised-control-input:focus:enabled + .customised-control-indicator {
  border-color: #ffb433; }
.nb-theme-default nb-checkbox.danger .customised-control-input:checked + .customised-control-indicator {
  border-color: #ff4c6a; }
.nb-theme-default nb-checkbox.danger:hover .customised-control-input:enabled + .customised-control-indicator,
.nb-theme-default nb-checkbox.danger .customised-control-input:focus:enabled + .customised-control-indicator {
  border-color: #ff7f94; }
.nb-theme-default nb-checkbox .customised-control-description {
  color: #2a2a2a; }
.nb-theme-default .progress-container {
  height: 1.375rem;
  border-radius: 0.375rem;
  background-color: #ebeff5; }
.nb-theme-default .progress-container.xlg {
    height: 1.75rem; }
.nb-theme-default .progress-container.xlg .progress-value {
      font-size: 1.25rem; }
.nb-theme-default .progress-container.lg {
    height: 1.5rem; }
.nb-theme-default .progress-container.lg .progress-value {
      font-size: 1.125rem; }
.nb-theme-default .progress-container.sm {
    height: 1.25rem; }
.nb-theme-default .progress-container.sm .progress-value {
      font-size: 0.875rem; }
.nb-theme-default .progress-container.xs {
    height: 1rem; }
.nb-theme-default .progress-container.xs .progress-value {
      font-size: 0.75rem; }
.nb-theme-default .progress-value {
  background-color: #4ca6ff;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  transition-duration: 400ms;
  transition-property: width, background-color; }
.nb-theme-default .progress-value.primary {
    background-color: #8a7fff; }
.nb-theme-default .progress-value.info {
    background-color: #4ca6ff; }
.nb-theme-default .progress-value.success {
    background-color: #40dc7e; }
.nb-theme-default .progress-value.warning {
    background-color: #ffa100; }
.nb-theme-default .progress-value.danger {
    background-color: #ff4c6a; }
.nb-theme-default .nb-badge {
  color: #ffffff; }
.nb-theme-default .nb-badge.nb-badge-primary {
    background-color: #8a7fff; }
.nb-theme-default .nb-badge.nb-badge-info {
    background-color: #4ca6ff; }
.nb-theme-default .nb-badge.nb-badge-success {
    background-color: #40dc7e; }
.nb-theme-default .nb-badge.nb-badge-warning {
    background-color: #ffa100; }
.nb-theme-default .nb-badge.nb-badge-danger {
    background-color: #ff4c6a; }
.nb-theme-default nb-stepper.horizontal .header .step {
  width: 2rem;
  margin: 0 1rem; }
.nb-theme-default nb-stepper.horizontal .header .connector {
  margin-top: 1rem; }
.nb-theme-default nb-stepper.vertical .header .connector {
  margin: 1rem; }
.nb-theme-default nb-stepper .header .connector {
  background-color: #a4abb3; }
.nb-theme-default nb-stepper .header .connector-past {
  background-color: #8a7fff; }
.nb-theme-default nb-stepper .header .label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #a4abb3; }
.nb-theme-default nb-stepper .header .label-index {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  border: 2px solid #a4abb3;
  color: #a4abb3;
  font-weight: 500; }
.nb-theme-default nb-stepper .header .label-index .icon {
    font-size: 1.5rem;
    font-weight: 800; }
.nb-theme-default nb-stepper .header .step.selected .label-index, .nb-theme-default nb-stepper .header nb-calendar-day-picker .step.range-cell.start .label-index, .nb-theme-default nb-calendar-day-picker nb-stepper .header .step.range-cell.start .label-index, .nb-theme-default nb-stepper .header nb-calendar-day-picker .step.range-cell.end .label-index, .nb-theme-default nb-calendar-day-picker nb-stepper .header .step.range-cell.end .label-index, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-stepper .header .step.range-cell.start .label-index, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-stepper .header .step.range-cell.end .label-index, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-stepper .header .step.range-cell.start .label-index, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-stepper .header .step.range-cell.end .label-index {
  border: 2px solid #8a7fff;
  color: #8a7fff; }
.nb-theme-default nb-stepper .header .step.selected .label, .nb-theme-default nb-stepper .header nb-calendar-day-picker .step.range-cell.start .label, .nb-theme-default nb-calendar-day-picker nb-stepper .header .step.range-cell.start .label, .nb-theme-default nb-stepper .header nb-calendar-day-picker .step.range-cell.end .label, .nb-theme-default nb-calendar-day-picker nb-stepper .header .step.range-cell.end .label, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-stepper .header .step.range-cell.start .label, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-stepper .header .step.range-cell.end .label, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-stepper .header .step.range-cell.start .label, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-stepper .header .step.range-cell.end .label {
  color: #8a7fff; }
.nb-theme-default nb-stepper .header .step.completed .label-index {
  background-color: #8a7fff;
  border: 2px solid #8a7fff;
  color: #ffffff; }
.nb-theme-default nb-stepper .header .step.completed .label {
  color: #8a7fff; }
.nb-theme-default nb-stepper .step-content {
  padding: 1.25rem; }
.nb-theme-default nb-alert {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  background: #ffffff;
  color: #a4abb3;
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
  box-shadow: none;
  padding: 1rem 1.125rem;
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #f2f2f2; }
.nb-theme-default nb-alert ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-default nb-alert ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-default nb-alert ::-webkit-scrollbar-track {
    background: #f2f2f2; }
.nb-theme-default nb-alert.status {
    color: #ffffff; }
.nb-theme-default nb-alert.xxsmall-alert {
    height: 52px; }
.nb-theme-default nb-alert.xsmall-alert {
    height: 72px; }
.nb-theme-default nb-alert.small-alert {
    height: 92px; }
.nb-theme-default nb-alert.medium-alert {
    height: 112px; }
.nb-theme-default nb-alert.large-alert {
    height: 132px; }
.nb-theme-default nb-alert.xlarge-alert {
    height: 152px; }
.nb-theme-default nb-alert.xxlarge-alert {
    height: 172px; }
.nb-theme-default nb-alert.active-alert {
    background-color: #a4abb3; }
.nb-theme-default nb-alert.disabled-alert {
    background-color: rgba(255, 255, 255, 0.4);
    color: #a4abb3; }
.nb-theme-default nb-alert.primary-alert {
    background-color: #8a7fff; }
.nb-theme-default nb-alert.info-alert {
    background-color: #4ca6ff; }
.nb-theme-default nb-alert.success-alert {
    background-color: #40dc7e; }
.nb-theme-default nb-alert.warning-alert {
    background-color: #ffa100; }
.nb-theme-default nb-alert.danger-alert {
    background-color: #ff4c6a; }
.nb-theme-default nb-alert.accent {
    border-top-style: solid;
    border-top-width: 0.375rem; }
.nb-theme-default nb-alert.accent nb-alert-header {
      border-radius: 0; }
.nb-theme-default nb-alert.accent-active {
    border-top-color: #a4abb3; }
.nb-theme-default nb-alert.accent-disabled {
    border-top-color: rgba(255, 255, 255, 0.4); }
.nb-theme-default nb-alert.accent-primary {
    border-top-color: #8a7fff; }
.nb-theme-default nb-alert.accent-success {
    border-top-color: #40dc7e; }
.nb-theme-default nb-alert.accent-info {
    border-top-color: #4ca6ff; }
.nb-theme-default nb-alert.accent-warning {
    border-top-color: #ffa100; }
.nb-theme-default nb-alert.accent-danger {
    border-top-color: #ff4c6a; }
.nb-theme-default nb-alert.outline-active {
    border: 2px solid #a4abb3; }
.nb-theme-default nb-alert.outline-disabled {
    border: 2px solid rgba(255, 255, 255, 0.4); }
.nb-theme-default nb-alert.outline-primary {
    border: 2px solid #8a7fff; }
.nb-theme-default nb-alert.outline-success {
    border: 2px solid #40dc7e; }
.nb-theme-default nb-alert.outline-info {
    border: 2px solid #4ca6ff; }
.nb-theme-default nb-alert.outline-warning {
    border: 2px solid #ffa100; }
.nb-theme-default nb-alert.outline-danger {
    border: 2px solid #ff4c6a; }
.nb-theme-default nb-alert .close {
    padding: 1rem 1.125rem;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    font-family: monospace; }
.nb-theme-default nb-alert.closable {
    padding-right: 3rem; }
.nb-theme-default nb-chat {
  font-size: 1rem;
  background: #ffffff;
  border-radius: 0.375rem;
  box-shadow: 0 2px 12px 0 #dfe3eb; }
.nb-theme-default nb-chat .header {
    color: #4b4b4b;
    padding: 1.25rem;
    border-bottom: 1px solid #ebeef2;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    font-weight: 500; }
.nb-theme-default nb-chat .scrollable {
    overflow: auto;
    flex: 1;
    scrollbar-face-color: #dadada;
    scrollbar-track-color: #f2f2f2; }
.nb-theme-default nb-chat .scrollable ::-webkit-scrollbar {
      width: 5px;
      height: 5px; }
.nb-theme-default nb-chat .scrollable ::-webkit-scrollbar-thumb {
      background: #dadada;
      cursor: pointer;
      border-radius: 2.5px; }
.nb-theme-default nb-chat .scrollable ::-webkit-scrollbar-track {
      background: #f2f2f2; }
.nb-theme-default nb-chat .messages {
    padding: 1.25rem;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-shrink: 0;
    flex-direction: column; }
.nb-theme-default nb-chat .no-messages {
    font-size: 0.875rem;
    text-align: center; }
.nb-theme-default nb-chat nb-chat-message {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row; }
.nb-theme-default nb-chat nb-chat-message .message {
      flex: 1; }
.nb-theme-default nb-chat nb-chat-message .avatar {
      border-radius: 50%;
      flex-shrink: 0;
      background: #a4abb3;
      background-position: center;
      background-size: 3.4rem 2.6rem;
      background-repeat: no-repeat;
      width: 2.5rem;
      height: 2.5rem;
      text-align: center;
      line-height: 2.5rem;
      font-size: 0.875rem;
      color: white; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-text {
      display: flex;
      flex-direction: column; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-text .sender {
        font-size: 0.875rem;
        color: #a4abb3;
        margin-bottom: 0.5rem; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-text p {
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        margin-bottom: 0; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-text .text {
        padding: 1rem;
        border-radius: 0.5rem; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-file {
      display: flex;
      flex-direction: column; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-file a {
        color: #a4abb3;
        background: transparent;
        font-size: 4rem;
        text-align: center;
        border: 1px solid #a4abb3;
        width: 10rem;
        height: 10rem;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 0.5rem; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-file a:hover, .nb-theme-default nb-chat nb-chat-message nb-chat-message-file a:focus {
          text-decoration: none;
          color: #a4abb3; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-file a div {
          background-size: cover;
          width: 100%;
          height: 100%; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-file nb-chat-message-text {
        display: block;
        margin-bottom: 0.5rem; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-file .message-content-group {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-file .message-content-group a {
          margin-bottom: 1rem;
          width: 5rem;
          height: 5rem; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-message nb-chat-message-file .message-content-group a {
            margin-right: 1rem; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-message nb-chat-message-file .message-content-group a {
            margin-left: 1rem; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-quote p.quote {
      font-style: italic;
      font-size: 0.875rem;
      background: #e9edf2;
      color: #a4abb3;
      padding: 1rem;
      border-radius: 0.5rem;
      margin-bottom: 0.5rem; }
.nb-theme-default nb-chat nb-chat-message nb-chat-message-quote .sender {
      font-size: 0.875rem;
      color: #a4abb3;
      margin-bottom: 0.5rem; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-message.not-reply .message {
      margin-left: 0.5rem; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-message.not-reply .message {
      margin-right: 0.5rem; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-message.not-reply .message {
      margin-right: 3rem; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-message.not-reply .message {
      margin-left: 3rem; }
.nb-theme-default nb-chat nb-chat-message.not-reply nb-chat-message-text {
      align-items: flex-start; }
.nb-theme-default nb-chat nb-chat-message.not-reply nb-chat-message-text .text {
        background: linear-gradient(to right, #4ca6ff, #59bfff);
        color: #ffffff; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-message.not-reply nb-chat-message-text .text {
          border-top-left-radius: 0; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-message.not-reply nb-chat-message-text .text {
          border-top-right-radius: 0; }
.nb-theme-default nb-chat nb-chat-message.not-reply nb-chat-message-file {
      align-items: flex-start; }
.nb-theme-default nb-chat nb-chat-message.reply {
      flex-direction: row-reverse; }
.nb-theme-default nb-chat nb-chat-message.reply .message {
        margin-left: 0; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-message.reply .message {
          margin-right: 0.5rem; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-message.reply .message {
          margin-left: 0.5rem; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-message.reply .message {
          margin-left: 3rem; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-message.reply .message {
          margin-right: 3rem; }
.nb-theme-default nb-chat nb-chat-message.reply nb-chat-message-text {
        align-items: flex-end; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-message.reply nb-chat-message-text .sender {
          text-align: right; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-message.reply nb-chat-message-text .sender {
          text-align: left; }
.nb-theme-default nb-chat nb-chat-message.reply nb-chat-message-text .text {
          background: #e9edf2;
          color: #4b4b4b; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-message.reply nb-chat-message-text .text {
            border-top-right-radius: 0; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-message.reply nb-chat-message-text .text {
            border-top-left-radius: 0; }
.nb-theme-default nb-chat nb-chat-message.reply nb-chat-message-file {
        align-items: flex-end; }
.nb-theme-default nb-chat nb-chat-form {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    border-top: 1px solid #ebeef2; }
.nb-theme-default nb-chat nb-chat-form .message-row {
      flex-direction: row;
      display: flex; }
.nb-theme-default nb-chat nb-chat-form input {
      flex: 1;
      padding: 1.25rem 1.5rem;
      border-radius: 2rem;
      border: 1px solid #ebeef2;
      background: transparent;
      color: #2a2a2a;
      outline: none;
      box-sizing: border-box; }
.nb-theme-default nb-chat nb-chat-form input.with-button {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-form input.with-button {
          border-bottom-right-radius: 0; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-form input.with-button {
          border-top-right-radius: 0; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-form input.with-button {
          border-bottom-left-radius: 0; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-form input.with-button {
          border-top-left-radius: 0; }
.nb-theme-default nb-chat nb-chat-form input::-moz-placeholder {
        color: #a4abb3; }
.nb-theme-default nb-chat nb-chat-form input:-ms-input-placeholder {
        color: #a4abb3; }
.nb-theme-default nb-chat nb-chat-form input::placeholder {
        color: #a4abb3; }
.nb-theme-default nb-chat nb-chat-form button.btn {
      border-radius: 3rem;
      padding: 0 1.5rem; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-form button.btn {
        border-bottom-left-radius: 0; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-form button.btn {
        border-top-left-radius: 0; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-form button.btn {
        border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-form button.btn {
        border-top-right-radius: 0; }
.nb-theme-default nb-chat nb-chat-form button.btn.with-icon {
        font-size: 3rem;
        line-height: 1;
        padding: 0 1.25rem 0 0.875rem;
        text-align: center; }
.nb-theme-default nb-chat nb-chat-form.file-over input {
      border: 1px dashed #a4abb3;
      box-shadow: 0 0 0 4px transparent; }
.nb-theme-default nb-chat nb-chat-form.file-over input::-moz-placeholder {
        color: #2a2a2a; }
.nb-theme-default nb-chat nb-chat-form.file-over input:-ms-input-placeholder {
        color: #2a2a2a; }
.nb-theme-default nb-chat nb-chat-form.file-over input::placeholder {
        color: #2a2a2a; }
.nb-theme-default nb-chat nb-chat-form .dropped-files {
      display: flex;
      flex-direction: row;
      margin-bottom: 0.5rem;
      flex-wrap: wrap; }
.nb-theme-default nb-chat nb-chat-form .dropped-files div {
        background-size: cover;
        width: 3rem;
        height: 3rem;
        border-radius: 0.5rem;
        margin-bottom: 0.5rem;
        border: 1px solid #2a2a2a;
        text-align: center;
        line-height: 3rem;
        font-size: 2rem;
        color: #2a2a2a;
        position: relative; }
[dir=ltr] .nb-theme-default nb-chat nb-chat-form .dropped-files div {
          margin-right: 0.5rem; }
[dir=rtl] .nb-theme-default nb-chat nb-chat-form .dropped-files div {
          margin-left: 0.5rem; }
.nb-theme-default nb-chat nb-chat-form .dropped-files div .remove {
          position: absolute;
          right: -0.5rem;
          top: -0.875rem;
          font-size: 0.875rem;
          line-height: 1;
          cursor: pointer; }
.nb-theme-default nb-chat.xxsmall-chat {
    height: 96px; }
.nb-theme-default nb-chat.xsmall-chat {
    height: 216px; }
.nb-theme-default nb-chat.small-chat {
    height: 336px; }
.nb-theme-default nb-chat.medium-chat {
    height: 456px; }
.nb-theme-default nb-chat.large-chat {
    height: 576px; }
.nb-theme-default nb-chat.xlarge-chat {
    height: 696px; }
.nb-theme-default nb-chat.xxlarge-chat {
    height: 816px; }
.nb-theme-default nb-chat.active-chat .header {
    background-color: #a4abb3;
    color: #ffffff; }
.nb-theme-default nb-chat.active-chat nb-chat-form button.btn {
    background-color: #a4abb3; }
.nb-theme-default nb-chat.disabled-chat .header {
    background-color: rgba(255, 255, 255, 0.4);
    color: #a4abb3; }
.nb-theme-default nb-chat.disabled-chat nb-chat-form button.btn {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #ebeef2;
    color: #a4abb3; }
.nb-theme-default nb-chat.primary-chat .header {
    background-color: #8a7fff;
    color: #ffffff; }
.nb-theme-default nb-chat.primary-chat nb-chat-form button.btn {
    background-color: #8a7fff; }
.nb-theme-default nb-chat.info-chat .header {
    background-color: #4ca6ff;
    color: #ffffff; }
.nb-theme-default nb-chat.info-chat nb-chat-form button.btn {
    background-color: #4ca6ff; }
.nb-theme-default nb-chat.success-chat .header {
    background-color: #40dc7e;
    color: #ffffff; }
.nb-theme-default nb-chat.success-chat nb-chat-form button.btn {
    background-color: #40dc7e; }
.nb-theme-default nb-chat.warning-chat .header {
    background-color: #ffa100;
    color: #ffffff; }
.nb-theme-default nb-chat.warning-chat nb-chat-form button.btn {
    background-color: #ffa100; }
.nb-theme-default nb-chat.danger-chat .header {
    background-color: #ff4c6a;
    color: #ffffff; }
.nb-theme-default nb-chat.danger-chat nb-chat-form button.btn {
    background-color: #ff4c6a; }
.nb-theme-default nb-accordion {
  display: block;
  box-shadow: 0 2px 12px 0 #dfe3eb;
  border-radius: 0.375rem; }
.nb-theme-default nb-accordion nb-accordion-item-header {
    position: relative;
    padding: 1.25rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ebeef2;
    color: #2a2a2a;
    font-family: Exo;
    font-size: 1.125rem;
    font-weight: 400; }
.nb-theme-default nb-accordion nb-accordion-item-header h1 {
      margin: 0; }
.nb-theme-default nb-accordion nb-accordion-item-header h2 {
      margin: 0; }
.nb-theme-default nb-accordion nb-accordion-item-header h3 {
      margin: 0; }
.nb-theme-default nb-accordion nb-accordion-item-header h4 {
      margin: 0; }
.nb-theme-default nb-accordion nb-accordion-item-header h5 {
      margin: 0; }
.nb-theme-default nb-accordion nb-accordion-item-header h6 {
      margin: 0; }
.nb-theme-default nb-accordion nb-accordion-item-header i {
      position: absolute; }
[dir=ltr] .nb-theme-default nb-accordion nb-accordion-item-header i {
        right: 1rem; }
[dir=rtl] .nb-theme-default nb-accordion nb-accordion-item-header i {
        left: 1rem; }
.nb-theme-default nb-accordion nb-accordion-item {
    font-family: Roboto;
    font-weight: 400;
    background: #ffffff;
    color: #4b4b4b; }
.nb-theme-default nb-accordion nb-accordion-item.disabled nb-accordion-item-header {
      color: #a4abb3;
      cursor: default; }
.nb-theme-default nb-accordion nb-accordion-item:first-child {
      border-top-left-radius: 0.375rem;
      border-top-right-radius: 0.375rem; }
.nb-theme-default nb-accordion nb-accordion-item:last-child {
      border-bottom-left-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem; }
.nb-theme-default nb-accordion nb-accordion-item:last-child.collapsed nb-accordion-item-header {
        border-bottom: none; }
.nb-theme-default nb-accordion nb-accordion-item:not(.collapsed) + nb-accordion-item nb-accordion-item-header {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ebeef2; }
.nb-theme-default nb-accordion nb-accordion-item-body .item-body {
    flex: 1;
    -ms-flex: 1 1 auto;
    overflow: auto;
    padding: 1.25rem;
    position: relative; }
.nb-theme-default [nbButton] {
  color: #ffffff;
  font-weight: 500;
  font-family: Exo;
  cursor: default;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.375rem;
  background-color: #8a7fff; }
.nb-theme-default [nbButton]:focus, .nb-theme-default [nbButton] .focus, .nb-theme-default [nbButton]:hover, .nb-theme-default [nbButton] .hover, .nb-theme-default [nbButton]:active, .nb-theme-default [nbButton] .active {
    color: #ffffff;
    cursor: default; }
.nb-theme-default [nbButton]:focus, .nb-theme-default [nbButton].focus {
    color: #ffffff;
    background-color: #9a91ff;
    border-color: transparent;
    box-shadow: none; }
.nb-theme-default [nbButton]:hover, .nb-theme-default [nbButton].hover {
    color: #ffffff;
    background-color: #9a91ff;
    border-color: transparent; }
.nb-theme-default [nbButton]:active, .nb-theme-default [nbButton].active, .nb-theme-default [nbButton]:active:focus {
    color: #ffffff;
    background-color: #776ddb;
    border-color: transparent;
    box-shadow: none; }
.nb-theme-default [nbButton]:disabled, .nb-theme-default [nbButton].btn-disabled {
    opacity: 0.3; }
.nb-theme-default [nbButton].btn-pulse {
    -webkit-animation: btn-primary-pulse 1.5s infinite;
    animation: btn-primary-pulse 1.5s infinite; }
@-webkit-keyframes btn-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #8a7fff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #8a7fff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-large {
    padding: 0.875rem 1.75rem;
    font-size: 1.125rem;
    line-height: 1.25;
    border-radius: 0.375rem; }
.nb-theme-default [nbButton].btn-medium {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.375rem; }
.nb-theme-default [nbButton].btn-small {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 0.375rem; }
.nb-theme-default [nbButton].btn-xsmall {
    padding: 0.5rem 1.25rem;
    font-size: 0.75rem;
    line-height: 1.25;
    border-radius: 0.375rem; }
.nb-theme-default [nbButton].btn-primary {
    background-color: #8a7fff; }
.nb-theme-default [nbButton].btn-primary:focus, .nb-theme-default [nbButton].btn-primary.focus {
      color: #ffffff;
      background-color: #9a91ff;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-primary:hover, .nb-theme-default [nbButton].btn-primary.hover {
      color: #ffffff;
      background-color: #9a91ff;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-primary:active, .nb-theme-default [nbButton].btn-primary.active, .nb-theme-default [nbButton].btn-primary:active:focus {
      color: #ffffff;
      background-color: #776ddb;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-primary:disabled, .nb-theme-default [nbButton].btn-primary.btn-disabled {
      opacity: 0.3; }
.nb-theme-default [nbButton].btn-primary.btn-pulse {
      -webkit-animation: btn-primary-pulse 1.5s infinite;
      animation: btn-primary-pulse 1.5s infinite; }
@-webkit-keyframes btn-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #8a7fff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #8a7fff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-success {
    background-color: #40dc7e; }
.nb-theme-default [nbButton].btn-success:focus, .nb-theme-default [nbButton].btn-success.focus {
      color: #ffffff;
      background-color: #5be190;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-success:hover, .nb-theme-default [nbButton].btn-success.hover {
      color: #ffffff;
      background-color: #5be190;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-success:active, .nb-theme-default [nbButton].btn-success.active, .nb-theme-default [nbButton].btn-success:active:focus {
      color: #ffffff;
      background-color: #37bd6c;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-success:disabled, .nb-theme-default [nbButton].btn-success.btn-disabled {
      opacity: 0.3; }
.nb-theme-default [nbButton].btn-success.btn-pulse {
      -webkit-animation: btn-success-pulse 1.5s infinite;
      animation: btn-success-pulse 1.5s infinite; }
@-webkit-keyframes btn-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #40dc7e;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #40dc7e;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-warning {
    background-color: #ffa100; }
.nb-theme-default [nbButton].btn-warning:focus, .nb-theme-default [nbButton].btn-warning.focus {
      color: #ffffff;
      background-color: #ffae24;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-warning:hover, .nb-theme-default [nbButton].btn-warning.hover {
      color: #ffffff;
      background-color: #ffae24;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-warning:active, .nb-theme-default [nbButton].btn-warning.active, .nb-theme-default [nbButton].btn-warning:active:focus {
      color: #ffffff;
      background-color: #db8a00;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-warning:disabled, .nb-theme-default [nbButton].btn-warning.btn-disabled {
      opacity: 0.3; }
.nb-theme-default [nbButton].btn-warning.btn-pulse {
      -webkit-animation: btn-warning-pulse 1.5s infinite;
      animation: btn-warning-pulse 1.5s infinite; }
@-webkit-keyframes btn-warning-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ffa100;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-warning-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ffa100;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-info {
    background-color: #4ca6ff; }
.nb-theme-default [nbButton].btn-info:focus, .nb-theme-default [nbButton].btn-info.focus {
      color: #ffffff;
      background-color: #65b2ff;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-info:hover, .nb-theme-default [nbButton].btn-info.hover {
      color: #ffffff;
      background-color: #65b2ff;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-info:active, .nb-theme-default [nbButton].btn-info.active, .nb-theme-default [nbButton].btn-info:active:focus {
      color: #ffffff;
      background-color: #418fdb;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-info:disabled, .nb-theme-default [nbButton].btn-info.btn-disabled {
      opacity: 0.3; }
.nb-theme-default [nbButton].btn-info.btn-pulse {
      -webkit-animation: btn-info-pulse 1.5s infinite;
      animation: btn-info-pulse 1.5s infinite; }
@-webkit-keyframes btn-info-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #4ca6ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-info-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #4ca6ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-danger {
    background-color: #ff4c6a; }
.nb-theme-default [nbButton].btn-danger:focus, .nb-theme-default [nbButton].btn-danger.focus {
      color: #ffffff;
      background-color: #ff657f;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-danger:hover, .nb-theme-default [nbButton].btn-danger.hover {
      color: #ffffff;
      background-color: #ff657f;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-danger:active, .nb-theme-default [nbButton].btn-danger.active, .nb-theme-default [nbButton].btn-danger:active:focus {
      color: #ffffff;
      background-color: #db415b;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-danger:disabled, .nb-theme-default [nbButton].btn-danger.btn-disabled {
      opacity: 0.3; }
.nb-theme-default [nbButton].btn-danger.btn-pulse {
      -webkit-animation: btn-danger-pulse 1.5s infinite;
      animation: btn-danger-pulse 1.5s infinite; }
@-webkit-keyframes btn-danger-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ff4c6a;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-danger-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ff4c6a;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-secondary {
    border: 2px solid #dadfe6;
    color: #2a2a2a;
    background-color: transparent; }
.nb-theme-default [nbButton].btn-secondary:focus, .nb-theme-default [nbButton].btn-secondary.focus {
      color: #2a2a2a;
      border-color: #e1e5eb;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-secondary:hover, .nb-theme-default [nbButton].btn-secondary.hover {
      color: #ffffff;
      background-color: #dfe3ea;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-secondary:active, .nb-theme-default [nbButton].btn-secondary.active, .nb-theme-default [nbButton].btn-secondary:active:focus {
      color: #ffffff;
      background-color: #bbc0c6;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-secondary:disabled, .nb-theme-default [nbButton].btn-secondary.btn-disabled {
      opacity: 0.3; }
.nb-theme-default [nbButton].btn-secondary.btn-pulse {
      -webkit-animation: btn-secondary-pulse 1.5s infinite;
      animation: btn-secondary-pulse 1.5s infinite; }
@-webkit-keyframes btn-secondary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #dadfe6;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-secondary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #dadfe6;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-secondary:focus, .nb-theme-default [nbButton].btn-secondary.focus, .nb-theme-default [nbButton].btn-secondary:hover, .nb-theme-default [nbButton].btn-secondary.hover, .nb-theme-default [nbButton].btn-secondary:active, .nb-theme-default [nbButton].btn-secondary.active {
      color: #2a2a2a; }
.nb-theme-default [nbButton].btn-hero.btn-primary {
    background-image: linear-gradient(to right, #b57fff, #8a7fff);
    box-shadow: 0 0 0 0 #896ddb, 0 0 0 0 #9f7fff;
    border-radius: 0.375rem;
    text-shadow: none;
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-primary:focus,
    .nb-theme-default [nbButton].btn-hero.btn-primary .focus {
      background-image: linear-gradient(to right, #bf91ff, #9a91ff); }
.nb-theme-default [nbButton].btn-hero.btn-primary:hover,
    .nb-theme-default [nbButton].btn-hero.btn-primary .hover {
      background-image: linear-gradient(to right, #bf91ff, #9a91ff); }
.nb-theme-default [nbButton].btn-hero.btn-primary:active,
    .nb-theme-default [nbButton].btn-hero.btn-primary .active {
      background-image: linear-gradient(to right, #9b6ddb, #776ddb);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-hero.btn-primary:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-hero.btn-primary.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-primary.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-primary.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-primary.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-primary.btn-pulse {
      -webkit-animation: btn-hero-primary-pulse 1.5s infinite;
      animation: btn-hero-primary-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #8a7fff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #8a7fff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-hero.btn-success {
    background-image: linear-gradient(to right, #40dcb2, #40dc7e);
    box-shadow: 0 0 0 0 #37bd83, 0 0 0 0 #40dc98;
    border-radius: 0.375rem;
    text-shadow: none;
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-success:focus,
    .nb-theme-default [nbButton].btn-hero.btn-success .focus {
      background-image: linear-gradient(to right, #5be1bd, #5be190); }
.nb-theme-default [nbButton].btn-hero.btn-success:hover,
    .nb-theme-default [nbButton].btn-hero.btn-success .hover {
      background-image: linear-gradient(to right, #5be1bd, #5be190); }
.nb-theme-default [nbButton].btn-hero.btn-success:active,
    .nb-theme-default [nbButton].btn-hero.btn-success .active {
      background-image: linear-gradient(to right, #37bd99, #37bd6c);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-hero.btn-success:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-hero.btn-success.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-success.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-success.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-success.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-success.btn-pulse {
      -webkit-animation: btn-hero-success-pulse 1.5s infinite;
      animation: btn-hero-success-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #40dc7e;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #40dc7e;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-hero.btn-warning {
    background-image: linear-gradient(to right, #ffcc00, #ffa100);
    box-shadow: 0 0 0 0 #db9d00, 0 0 0 0 #ffb600;
    border-radius: 0.375rem;
    text-shadow: none;
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-warning:focus,
    .nb-theme-default [nbButton].btn-hero.btn-warning .focus {
      background-image: linear-gradient(to right, #ffd324, #ffae24); }
.nb-theme-default [nbButton].btn-hero.btn-warning:hover,
    .nb-theme-default [nbButton].btn-hero.btn-warning .hover {
      background-image: linear-gradient(to right, #ffd324, #ffae24); }
.nb-theme-default [nbButton].btn-hero.btn-warning:active,
    .nb-theme-default [nbButton].btn-hero.btn-warning .active {
      background-image: linear-gradient(to right, #dbaf00, #db8a00);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-hero.btn-warning:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-hero.btn-warning.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-warning.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-warning.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-warning.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-warning.btn-pulse {
      -webkit-animation: btn-hero-warning-pulse 1.5s infinite;
      animation: btn-hero-warning-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-warning-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ffa100;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-warning-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ffa100;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-hero.btn-info {
    background-image: linear-gradient(to right, #4cc4ff, #4ca6ff);
    box-shadow: 0 0 0 0 #419cdb, 0 0 0 0 #4cb5ff;
    border-radius: 0.375rem;
    text-shadow: none;
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-info:focus,
    .nb-theme-default [nbButton].btn-hero.btn-info .focus {
      background-image: linear-gradient(to right, #65ccff, #65b2ff); }
.nb-theme-default [nbButton].btn-hero.btn-info:hover,
    .nb-theme-default [nbButton].btn-hero.btn-info .hover {
      background-image: linear-gradient(to right, #65ccff, #65b2ff); }
.nb-theme-default [nbButton].btn-hero.btn-info:active,
    .nb-theme-default [nbButton].btn-hero.btn-info .active {
      background-image: linear-gradient(to right, #41a8db, #418fdb);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-hero.btn-info:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-hero.btn-info.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-info.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-info.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-info.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-info.btn-pulse {
      -webkit-animation: btn-hero-info-pulse 1.5s infinite;
      animation: btn-hero-info-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-info-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #4ca6ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-info-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #4ca6ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-hero.btn-danger {
    background-image: linear-gradient(to right, #ff4ca6, #ff4c6a);
    box-shadow: 0 0 0 0 #db4175, 0 0 0 0 #ff4c88;
    border-radius: 0.375rem;
    text-shadow: none;
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-danger:focus,
    .nb-theme-default [nbButton].btn-hero.btn-danger .focus {
      background-image: linear-gradient(to right, #ff65b2, #ff657f); }
.nb-theme-default [nbButton].btn-hero.btn-danger:hover,
    .nb-theme-default [nbButton].btn-hero.btn-danger .hover {
      background-image: linear-gradient(to right, #ff65b2, #ff657f); }
.nb-theme-default [nbButton].btn-hero.btn-danger:active,
    .nb-theme-default [nbButton].btn-hero.btn-danger .active {
      background-image: linear-gradient(to right, #db418e, #db415b);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-hero.btn-danger:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-hero.btn-danger.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-danger.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-danger.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-danger.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-default [nbButton].btn-hero.btn-danger.btn-pulse {
      -webkit-animation: btn-hero-danger-pulse 1.5s infinite;
      animation: btn-hero-danger-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-danger-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ff4c6a;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-danger-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ff4c6a;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-hero.btn-secondary {
    color: #2a2a2a;
    background-color: transparent;
    box-shadow: 0 0 0 0 #bbbec6, 0 0 0 0 #dadde6;
    border-radius: 0.375rem;
    text-shadow: none;
    border: 2px solid #dadfe6; }
.nb-theme-default [nbButton].btn-hero.btn-secondary:focus,
    .nb-theme-default [nbButton].btn-hero.btn-secondary .focus {
      border-color: #dfe3ea; }
.nb-theme-default [nbButton].btn-hero.btn-secondary:hover,
    .nb-theme-default [nbButton].btn-hero.btn-secondary .hover {
      background-color: rgba(218, 223, 230, 0.2); }
.nb-theme-default [nbButton].btn-hero.btn-secondary:active,
    .nb-theme-default [nbButton].btn-hero.btn-secondary .active {
      border-color: #bbc0c6;
      box-shadow: none;
      background: none; }
.nb-theme-default [nbButton].btn-hero.btn-secondary:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-hero.btn-secondary.btn-pulse {
      -webkit-animation: btn-hero-secondary-pulse 1.5s infinite;
      animation: btn-hero-secondary-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-secondary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #dadfe6;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-secondary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #dadfe6;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-default [nbButton].btn-outline.btn-primary {
    border: 2px solid #8a7fff;
    color: #2a2a2a;
    background-color: transparent; }
.nb-theme-default [nbButton].btn-outline.btn-primary:focus, .nb-theme-default [nbButton].btn-outline.btn-primary.focus {
      color: #2a2a2a;
      border-color: #a199ff;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-outline.btn-primary:hover, .nb-theme-default [nbButton].btn-outline.btn-primary.hover {
      color: #ffffff;
      background-color: #9a91ff;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-outline.btn-primary:active, .nb-theme-default [nbButton].btn-outline.btn-primary.active, .nb-theme-default [nbButton].btn-outline.btn-primary:active:focus {
      color: #ffffff;
      background-color: #776ddb;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-outline.btn-warning {
    border: 2px solid #ffa100;
    color: #2a2a2a;
    background-color: transparent; }
.nb-theme-default [nbButton].btn-outline.btn-warning:focus, .nb-theme-default [nbButton].btn-outline.btn-warning.focus {
      color: #2a2a2a;
      border-color: #ffb433;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-outline.btn-warning:hover, .nb-theme-default [nbButton].btn-outline.btn-warning.hover {
      color: #ffffff;
      background-color: #ffae24;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-outline.btn-warning:active, .nb-theme-default [nbButton].btn-outline.btn-warning.active, .nb-theme-default [nbButton].btn-outline.btn-warning:active:focus {
      color: #ffffff;
      background-color: #db8a00;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-outline.btn-success {
    border: 2px solid #40dc7e;
    color: #2a2a2a;
    background-color: transparent; }
.nb-theme-default [nbButton].btn-outline.btn-success:focus, .nb-theme-default [nbButton].btn-outline.btn-success.focus {
      color: #2a2a2a;
      border-color: #66e398;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-outline.btn-success:hover, .nb-theme-default [nbButton].btn-outline.btn-success.hover {
      color: #ffffff;
      background-color: #5be190;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-outline.btn-success:active, .nb-theme-default [nbButton].btn-outline.btn-success.active, .nb-theme-default [nbButton].btn-outline.btn-success:active:focus {
      color: #ffffff;
      background-color: #37bd6c;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-outline.btn-info {
    border: 2px solid #4ca6ff;
    color: #2a2a2a;
    background-color: transparent; }
.nb-theme-default [nbButton].btn-outline.btn-info:focus, .nb-theme-default [nbButton].btn-outline.btn-info.focus {
      color: #2a2a2a;
      border-color: #70b8ff;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-outline.btn-info:hover, .nb-theme-default [nbButton].btn-outline.btn-info.hover {
      color: #ffffff;
      background-color: #65b2ff;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-outline.btn-info:active, .nb-theme-default [nbButton].btn-outline.btn-info.active, .nb-theme-default [nbButton].btn-outline.btn-info:active:focus {
      color: #ffffff;
      background-color: #418fdb;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-outline.btn-danger {
    border: 2px solid #ff4c6a;
    color: #2a2a2a;
    background-color: transparent; }
.nb-theme-default [nbButton].btn-outline.btn-danger:focus, .nb-theme-default [nbButton].btn-outline.btn-danger.focus {
      color: #2a2a2a;
      border-color: #ff7088;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-outline.btn-danger:hover, .nb-theme-default [nbButton].btn-outline.btn-danger.hover {
      color: #ffffff;
      background-color: #ff657f;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-outline.btn-danger:active, .nb-theme-default [nbButton].btn-outline.btn-danger.active, .nb-theme-default [nbButton].btn-outline.btn-danger:active:focus {
      color: #ffffff;
      background-color: #db415b;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-outline.btn-secondary {
    border: 2px solid #dadfe6;
    color: #2a2a2a;
    background-color: transparent; }
.nb-theme-default [nbButton].btn-outline.btn-secondary:focus, .nb-theme-default [nbButton].btn-outline.btn-secondary.focus {
      color: #2a2a2a;
      border-color: #e1e5eb;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-outline.btn-secondary:hover, .nb-theme-default [nbButton].btn-outline.btn-secondary.hover {
      color: #ffffff;
      background-color: #dfe3ea;
      border-color: transparent; }
.nb-theme-default [nbButton].btn-outline.btn-secondary:active, .nb-theme-default [nbButton].btn-outline.btn-secondary.active, .nb-theme-default [nbButton].btn-outline.btn-secondary:active:focus {
      color: #ffffff;
      background-color: #bbc0c6;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-default [nbButton].btn-outline.btn-secondary:focus, .nb-theme-default [nbButton].btn-outline.btn-secondary.focus, .nb-theme-default [nbButton].btn-outline.btn-secondary:hover, .nb-theme-default [nbButton].btn-outline.btn-secondary.hover, .nb-theme-default [nbButton].btn-outline.btn-secondary:active, .nb-theme-default [nbButton].btn-outline.btn-secondary.active {
      color: #2a2a2a; }
.nb-theme-default [nbButton].btn-rectangle {
    border-radius: 0.25rem; }
.nb-theme-default [nbButton].btn-semi-round {
    border-radius: 0.75rem; }
.nb-theme-default [nbButton].btn-round {
    border-radius: 1.5rem; }
.nb-theme-default nb-list-item {
  border-bottom: 1px solid #ebeef2;
  padding: 1rem; }
.nb-theme-default nb-list-item:first-child {
    border-top: 1px solid #ebeef2; }
.nb-theme-default [nbInput] {
  background-color: #ffffff;
  border: 2px solid #dadfe6;
  color: #2a2a2a; }
.nb-theme-default [nbInput]:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #40dc7e; }
.nb-theme-default [nbInput][disabled]::-moz-placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput][disabled]:-ms-input-placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput][disabled]::placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput][disabled]::-webkit-input-placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput][disabled]:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-default [nbInput][disabled]::-moz-placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput][disabled]:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-default [nbInput][disabled]:-moz-placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput][disabled]:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-default [nbInput][disabled]:-ms-input-placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput][disabled]:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-default [nbInput].input-full-width {
    width: 100%; }
.nb-theme-default [nbInput].input-info {
    border-color: #4ca6ff; }
.nb-theme-default [nbInput].input-success {
    border-color: #40dc7e; }
.nb-theme-default [nbInput].input-warning {
    border-color: #ffa100; }
.nb-theme-default [nbInput].input-danger {
    border-color: #ff4c6a; }
.nb-theme-default [nbInput].input-sm {
    font-size: 0.875rem;
    padding: 0.375rem 1.125rem; }
.nb-theme-default [nbInput].input-md {
    font-size: 1rem;
    padding: 0.75rem 1.125rem; }
.nb-theme-default [nbInput].input-lg {
    font-size: 1.125rem;
    padding: 1.125rem; }
.nb-theme-default [nbInput].input-rectangle {
    border-radius: 0.375rem; }
.nb-theme-default [nbInput].input-semi-round {
    border-radius: 0.75rem; }
.nb-theme-default [nbInput].input-round {
    border-radius: 1.5rem; }
.nb-theme-default [nbInput]::-moz-placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput]:-ms-input-placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput]::placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput]::-webkit-input-placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput]:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-default [nbInput]::-moz-placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput]:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-default [nbInput]:-moz-placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput]:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-default [nbInput]:-ms-input-placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-default [nbInput]:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-default .overlay-backdrop {
  background: rgba(0, 0, 0, 0.288); }
.nb-theme-default .cdk-overlay-container {
  z-index: 1040; }
.nb-theme-default nb-popover {
  border: 2px solid #40dc7e;
  border-radius: 0.375rem;
  background: #ffffff;
  box-shadow: none; }
.nb-theme-default nb-popover .primitive-overlay {
    color: #2a2a2a; }
.nb-theme-default nb-popover .arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #40dc7e; }
.nb-theme-default nb-popover .arrow::after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      top: 3px;
      left: calc(50% - calc(11px - 2px));
      border-left: calc(11px - 2px) solid transparent;
      border-right: calc(11px - 2px) solid transparent;
      border-bottom: calc(11px - 2px) solid #ffffff; }
.nb-theme-default nb-popover.nb-overlay-bottom .arrow {
    top: calc(-11px + 1px);
    left: calc(50% - 11px); }
.nb-theme-default nb-popover.nb-overlay-left .arrow {
    right: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(90deg); }
.nb-theme-default nb-popover.nb-overlay-top .arrow {
    bottom: calc(-11px + 1px);
    left: calc(50% - 11px);
    transform: rotate(180deg); }
.nb-theme-default nb-popover.nb-overlay-right .arrow {
    left: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(270deg); }
.nb-theme-default nb-context-menu {
  border: 2px solid #40dc7e;
  border-radius: 0.375rem;
  background: #ffffff;
  box-shadow: none; }
.nb-theme-default nb-context-menu .primitive-overlay {
    color: #2a2a2a; }
.nb-theme-default nb-context-menu .arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #40dc7e; }
.nb-theme-default nb-context-menu .arrow::after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      top: 3px;
      left: calc(50% - calc(11px - 2px));
      border-left: calc(11px - 2px) solid transparent;
      border-right: calc(11px - 2px) solid transparent;
      border-bottom: calc(11px - 2px) solid #ffffff; }
.nb-theme-default nb-context-menu.nb-overlay-bottom .arrow {
    top: calc(-11px + 1px);
    left: calc(50% - 11px); }
.nb-theme-default nb-context-menu.nb-overlay-left .arrow {
    right: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(90deg); }
.nb-theme-default nb-context-menu.nb-overlay-top .arrow {
    bottom: calc(-11px + 1px);
    left: calc(50% - 11px);
    transform: rotate(180deg); }
.nb-theme-default nb-context-menu.nb-overlay-right .arrow {
    left: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(270deg); }
.nb-theme-default nb-menu.context-menu .menu-items .menu-item a {
  color: #2a2a2a;
  font-weight: 400; }
.nb-theme-default nb-menu.context-menu .menu-items .menu-item a .menu-icon {
    color: #2a2a2a; }
.nb-theme-default nb-menu.context-menu .menu-items .menu-item a:focus, .nb-theme-default nb-menu.context-menu .menu-items .menu-item a:active, .nb-theme-default nb-menu.context-menu .menu-items .menu-item a:hover {
    color: #ffffff;
    background: #40dc7e;
    font-weight: 400; }
.nb-theme-default nb-menu.context-menu .menu-items .menu-item a:focus .menu-icon, .nb-theme-default nb-menu.context-menu .menu-items .menu-item a:active .menu-icon, .nb-theme-default nb-menu.context-menu .menu-items .menu-item a:hover .menu-icon {
      color: #ffffff; }
.nb-theme-default nb-select > button[nbButton] {
  transition: all 0.1s; }
[dir=rtl] .nb-theme-default nb-select > button[nbButton]::after {
    left: 0.75rem; }
[dir=rtl] .nb-theme-default nb-select > button[nbButton]::after {
    right: auto; }
.nb-theme-default nb-select > button[nbButton].opened.top {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.nb-theme-default nb-select > button[nbButton].opened.bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.nb-theme-default nb-card.select {
  background-color: #ffffff;
  max-height: 20rem;
  margin-bottom: 0;
  box-shadow: none; }
.nb-theme-default nb-card.select nb-card-body {
    padding: 0; }
.nb-theme-default nb-card.select nb-option {
    padding: 0.75rem 1.5rem; }
.nb-theme-default nb-card.select.primary {
    border: 2px solid #8a7fff; }
.nb-theme-default nb-card.select.primary nb-option:hover, .nb-theme-default nb-card.select.primary nb-option.selected, .nb-theme-default nb-card.select.primary nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker nb-card.select.primary nb-option.range-cell.start, .nb-theme-default nb-card.select.primary nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-default nb-calendar-day-picker nb-card.select.primary nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-card.select.primary nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-card.select.primary nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-card.select.primary nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-card.select.primary nb-option.range-cell.end {
      background-color: #8a7fff;
      color: #ffffff; }
.nb-theme-default nb-card.select.danger {
    border: 2px solid #ff4c6a; }
.nb-theme-default nb-card.select.danger nb-option:hover, .nb-theme-default nb-card.select.danger nb-option.selected, .nb-theme-default nb-card.select.danger nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker nb-card.select.danger nb-option.range-cell.start, .nb-theme-default nb-card.select.danger nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-default nb-calendar-day-picker nb-card.select.danger nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-card.select.danger nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-card.select.danger nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-card.select.danger nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-card.select.danger nb-option.range-cell.end {
      background-color: #ff4c6a;
      color: #ffffff; }
.nb-theme-default nb-card.select.warning {
    border: 2px solid #ffa100; }
.nb-theme-default nb-card.select.warning nb-option:hover, .nb-theme-default nb-card.select.warning nb-option.selected, .nb-theme-default nb-card.select.warning nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker nb-card.select.warning nb-option.range-cell.start, .nb-theme-default nb-card.select.warning nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-default nb-calendar-day-picker nb-card.select.warning nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-card.select.warning nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-card.select.warning nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-card.select.warning nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-card.select.warning nb-option.range-cell.end {
      background-color: #ffa100;
      color: #ffffff; }
.nb-theme-default nb-card.select.info {
    border: 2px solid #4ca6ff; }
.nb-theme-default nb-card.select.info nb-option:hover, .nb-theme-default nb-card.select.info nb-option.selected, .nb-theme-default nb-card.select.info nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker nb-card.select.info nb-option.range-cell.start, .nb-theme-default nb-card.select.info nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-default nb-calendar-day-picker nb-card.select.info nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-card.select.info nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-card.select.info nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-card.select.info nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-card.select.info nb-option.range-cell.end {
      background-color: #4ca6ff;
      color: #ffffff; }
.nb-theme-default nb-card.select.success {
    border: 2px solid #40dc7e; }
.nb-theme-default nb-card.select.success nb-option:hover, .nb-theme-default nb-card.select.success nb-option.selected, .nb-theme-default nb-card.select.success nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker nb-card.select.success nb-option.range-cell.start, .nb-theme-default nb-card.select.success nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-default nb-calendar-day-picker nb-card.select.success nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-card.select.success nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default nb-card.select.success nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-card.select.success nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default nb-card.select.success nb-option.range-cell.end {
      background-color: #40dc7e;
      color: #ffffff; }
.nb-theme-default nb-card.select.bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.nb-theme-default nb-card.select.top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.nb-theme-default nb-card.select nb-checkbox .customised-control-description {
    color: inherit; }
.nb-theme-default nb-card.select nb-checkbox .customised-control-input:checked ~ .customised-control-indicator {
    border-color: #dadfe6; }
.nb-theme-default nb-card.select nb-checkbox .customised-control-input:checked ~ .customised-control-indicator::before {
      border-color: #dadfe6; }
.nb-theme-default nb-card.select nb-option.disabled, .nb-theme-default nb-card.select nb-option-group.disabled {
    background-color: #f2f4f7;
    opacity: 0.3; }
.nb-theme-default nb-toast {
  background-color: #ffffff;
  padding: 1.125rem;
  color: #4b4b4b;
  border: 0.125rem solid;
  border-radius: 0.375rem;
  box-shadow: 0 2px 12px 0 #dfe3eb; }
[dir=ltr] .nb-theme-default nb-toast .icon {
    margin-right: 1.25rem; }
[dir=rtl] .nb-theme-default nb-toast .icon {
    margin-left: 1.25rem; }
.nb-theme-default nb-toast i {
    border-radius: 0.25rem; }
.nb-theme-default nb-toast.default {
    border-color: #bcc3cc;
    padding: calc(1.125rem / 2) 1.125rem; }
.nb-theme-default nb-toast.success {
    border-color: #40dc7e;
    color: #40dc7e; }
.nb-theme-default nb-toast.success i {
      background-color: #40dc7e;
      color: #ffffff; }
.nb-theme-default nb-toast.info {
    border-color: #4ca6ff;
    color: #4ca6ff; }
.nb-theme-default nb-toast.info i {
      background-color: #4ca6ff;
      color: #ffffff; }
.nb-theme-default nb-toast.warning {
    border-color: #ffa100;
    color: #ffa100; }
.nb-theme-default nb-toast.warning i {
      background-color: #ffa100;
      color: #ffffff; }
.nb-theme-default nb-toast.primary {
    border-color: #8a7fff;
    color: #8a7fff; }
.nb-theme-default nb-toast.primary i {
      background-color: #8a7fff;
      color: #ffffff; }
.nb-theme-default nb-toast.danger {
    border-color: #ff4c6a;
    color: #ff4c6a; }
.nb-theme-default nb-toast.danger i {
      background-color: #ff4c6a;
      color: #ffffff; }
.nb-theme-default nb-tooltip {
  background: #4b4b4b; }
.nb-theme-default nb-tooltip .content {
    font-size: 1rem;
    color: #e9edf2; }
.nb-theme-default nb-tooltip .arrow {
    border-bottom: 5px solid #4b4b4b; }
.nb-theme-default nb-tooltip.primary-tooltip {
    background: #8a7fff; }
.nb-theme-default nb-tooltip.primary-tooltip .arrow {
      border-bottom-color: #8a7fff; }
.nb-theme-default nb-tooltip.primary-tooltip .content {
      color: #e9edf2; }
.nb-theme-default nb-tooltip.danger-tooltip {
    background: #ff4c6a; }
.nb-theme-default nb-tooltip.danger-tooltip .arrow {
      border-bottom-color: #ff4c6a; }
.nb-theme-default nb-tooltip.danger-tooltip .content {
      color: #e9edf2; }
.nb-theme-default nb-tooltip.success-tooltip {
    background: #40dc7e; }
.nb-theme-default nb-tooltip.success-tooltip .arrow {
      border-bottom-color: #40dc7e; }
.nb-theme-default nb-tooltip.success-tooltip .content {
      color: #e9edf2; }
.nb-theme-default nb-tooltip.warning-tooltip {
    background: #ffa100; }
.nb-theme-default nb-tooltip.warning-tooltip .arrow {
      border-bottom-color: #ffa100; }
.nb-theme-default nb-tooltip.warning-tooltip .content {
      color: #e9edf2; }
.nb-theme-default nb-tooltip.info-tooltip {
    background: #4ca6ff; }
.nb-theme-default nb-tooltip.info-tooltip .arrow {
      border-bottom-color: #4ca6ff; }
.nb-theme-default nb-tooltip.info-tooltip .content {
      color: #e9edf2; }
.nb-theme-default button.button > i {
  color: #2a2a2a;
  font-size: 1.5rem; }
.nb-theme-default nb-datepicker-container {
  border: 2px solid #40dc7e;
  border-radius: 0.375rem;
  background: #ffffff;
  box-shadow: none; }
.nb-theme-default nb-datepicker-container .primitive-overlay {
    color: #2a2a2a; }
.nb-theme-default nb-datepicker-container .arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #40dc7e; }
.nb-theme-default nb-datepicker-container .arrow::after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      top: 3px;
      left: calc(50% - calc(11px - 2px));
      border-left: calc(11px - 2px) solid transparent;
      border-right: calc(11px - 2px) solid transparent;
      border-bottom: calc(11px - 2px) solid #ffffff; }
.nb-theme-default nb-datepicker-container.nb-overlay-bottom .arrow {
    top: calc(-11px + 1px);
    left: calc(50% - 11px); }
.nb-theme-default nb-datepicker-container.nb-overlay-left .arrow {
    right: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(90deg); }
.nb-theme-default nb-datepicker-container.nb-overlay-top .arrow {
    bottom: calc(-11px + 1px);
    left: calc(50% - 11px);
    transform: rotate(180deg); }
.nb-theme-default nb-datepicker-container.nb-overlay-right .arrow {
    left: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(270deg); }
.nb-theme-default nb-radio .radio-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #dadfe6; }
.nb-theme-default nb-radio .radio-indicator::before {
    background-color: transparent;
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.6);
    border: solid transparent; }
.nb-theme-default nb-radio input:checked + .radio-indicator,
.nb-theme-default nb-radio input:disabled:checked + .radio-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #40dc7e; }
.nb-theme-default nb-radio input:checked + .radio-indicator::before,
  .nb-theme-default nb-radio input:disabled:checked + .radio-indicator::before {
    background-color: #40dc7e;
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.6);
    border: solid #40dc7e; }
.nb-theme-default nb-radio input:disabled + .radio-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #dadfe6; }
.nb-theme-default nb-radio input:disabled + .radio-indicator::before {
    background-color: transparent;
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.6);
    border: solid transparent; }
.nb-theme-default nb-radio input:checked + .radio-indicator,
.nb-theme-default nb-radio input:hover:not(:disabled) + .radio-indicator {
  border-color: #40dc7e; }
.nb-theme-default nb-radio.success input:checked + .radio-indicator,
.nb-theme-default nb-radio.success input:hover:not(:disabled) + .radio-indicator {
  border-color: #40dc7e; }
.nb-theme-default nb-radio.warning input:checked + .radio-indicator,
.nb-theme-default nb-radio.warning input:hover:not(:disabled) + .radio-indicator {
  border-color: #ffa100; }
.nb-theme-default nb-radio.danger input:checked + .radio-indicator,
.nb-theme-default nb-radio.danger input:hover:not(:disabled) + .radio-indicator {
  border-color: #ff4c6a; }
.nb-theme-default nb-radio .radio-description {
  color: #4b4b4b; }
.nb-theme-default .font-secondary {
  font-family: Exo; }
.nb-theme-default .font-secondary .header .name {
    font-size: 4.5rem; }
.nb-theme-default .font-main {
  font-family: Roboto; }
.nb-theme-default .font-main .header .name {
    font-size: 2.5rem; }
.nb-theme-default .font-w-light {
  font-weight: 300; }
.nb-theme-default .font-w-regular {
  font-weight: 400; }
.nb-theme-default .font-w-bold {
  font-weight: 600; }
.nb-theme-default .text-primary {
  color: #9c92ff !important; }
.nb-theme-default .text-warning {
  color: #ffaf26 !important; }
.nb-theme-default .text-success {
  color: #5de191 !important; }
.nb-theme-default .text-info {
  color: #67b3ff !important; }
.nb-theme-default .text-danger {
  color: #ff6780 !important; }
.nb-theme-default .text-heading {
  color: #2a2a2a !important; }
.nb-theme-default .text-body {
  color: #4b4b4b !important; }
.nb-theme-default .text-hint {
  color: #a4abb3 !important; }
.nb-theme-default .text-white {
  color: #ffffff !important; }
.nb-theme-default .bg-primary {
  background-color: #9c92ff !important; }
.nb-theme-default .bg-warning {
  background-color: #ffaf26 !important; }
.nb-theme-default .bg-success {
  background-color: #5de191 !important; }
.nb-theme-default .bg-info {
  background-color: #67b3ff !important; }
.nb-theme-default .bg-danger {
  background-color: #ff6780 !important; }
.nb-theme-default .bg-heading {
  background-color: #2a2a2a !important; }
.nb-theme-default .bg-body {
  background-color: #4b4b4b !important; }
.nb-theme-default .bg-hint {
  background-color: #a4abb3 !important; }
.nb-theme-default .bg-white {
  background-color: #ffffff !important; }
.nb-theme-default .text-indent {
  text-indent: 2rem; }
.nb-theme-default .blockquote {
  font-size: 1rem;
  color: #4b4b4b; }
[dir=ltr] .nb-theme-default .blockquote {
    border-left: 0.25rem solid #40dc7e; }
[dir=rtl] .nb-theme-default .blockquote {
    border-right: 0.25rem solid #40dc7e; }
.nb-theme-default .blockquote-reverse {
  font-size: 1rem;
  color: #4b4b4b; }
[dir=ltr] .nb-theme-default .blockquote-reverse {
    border-right: 0.25rem solid #40dc7e; }
[dir=rtl] .nb-theme-default .blockquote-reverse {
    border-left: 0.25rem solid #40dc7e; }
.nb-theme-default .blockquote-footer {
  color: #a4abb3;
  font-style: italic;
  font-size: 100%; }
.nb-theme-default small, .nb-theme-default .small {
  font-size: 87.5%; }
.nb-theme-default mark, .nb-theme-default .mark {
  padding: 0.05em;
  background-color: #9c92ff;
  color: #ffffff; }
.nb-theme-default h1, .nb-theme-default h2, .nb-theme-default h3, .nb-theme-default h4, .nb-theme-default h5, .nb-theme-default h6, .nb-theme-default .h1, .nb-theme-default .h2, .nb-theme-default .h3, .nb-theme-default .h4, .nb-theme-default .h5, .nb-theme-default .h6 {
  font-family: Exo;
  color: #2a2a2a;
  font-weight: 500; }
.nb-theme-default strong, .nb-theme-default b {
  font-weight: 600; }
.nb-theme-default a {
  color: #3dcc6d; }
.nb-theme-default a:hover, .nb-theme-default a:focus {
    color: #2ee56b; }
[dir=ltr] .nb-theme-default ol, [dir=ltr] .nb-theme-default ul {
  padding-left: 1.25rem; }
[dir=rtl] .nb-theme-default ol, [dir=rtl] .nb-theme-default ul {
  padding-right: 1.25rem; }
.nb-theme-default .alert {
  border: none !important; }
.nb-theme-default .alert-success {
  background-color: #ebeff5;
  border: none;
  color: #5de191; }
.nb-theme-default .alert-success h1, .nb-theme-default .alert-success h2, .nb-theme-default .alert-success h3, .nb-theme-default .alert-success h4, .nb-theme-default .alert-success h5, .nb-theme-default .alert-success h6, .nb-theme-default .alert-success .h1, .nb-theme-default .alert-success .h2, .nb-theme-default .alert-success .h3, .nb-theme-default .alert-success .h4, .nb-theme-default .alert-success .h5, .nb-theme-default .alert-success .h6 {
    color: #5de191 !important; }
.nb-theme-default .alert-success hr {
    border-top-color: #32d974; }
.nb-theme-default .alert-success .alert-link {
    color: #5de191;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #5de191; }
.nb-theme-default .alert-success .alert-link:hover, .nb-theme-default .alert-success .alert-link:focus {
      border-bottom: 1px solid #5de191; }
.nb-theme-default .alert-info {
  background-color: #ebeff5;
  border: none;
  color: #67b3ff; }
.nb-theme-default .alert-info h1, .nb-theme-default .alert-info h2, .nb-theme-default .alert-info h3, .nb-theme-default .alert-info h4, .nb-theme-default .alert-info h5, .nb-theme-default .alert-info h6, .nb-theme-default .alert-info .h1, .nb-theme-default .alert-info .h2, .nb-theme-default .alert-info .h3, .nb-theme-default .alert-info .h4, .nb-theme-default .alert-info .h5, .nb-theme-default .alert-info .h6 {
    color: #67b3ff !important; }
.nb-theme-default .alert-info hr {
    border-top-color: #349aff; }
.nb-theme-default .alert-info .alert-link {
    color: #67b3ff;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #67b3ff; }
.nb-theme-default .alert-info .alert-link:hover, .nb-theme-default .alert-info .alert-link:focus {
      border-bottom: 1px solid #67b3ff; }
.nb-theme-default .alert-warning {
  background-color: #ebeff5;
  border: none;
  color: #ffaf26; }
.nb-theme-default .alert-warning h1, .nb-theme-default .alert-warning h2, .nb-theme-default .alert-warning h3, .nb-theme-default .alert-warning h4, .nb-theme-default .alert-warning h5, .nb-theme-default .alert-warning h6, .nb-theme-default .alert-warning .h1, .nb-theme-default .alert-warning .h2, .nb-theme-default .alert-warning .h3, .nb-theme-default .alert-warning .h4, .nb-theme-default .alert-warning .h5, .nb-theme-default .alert-warning .h6 {
    color: #ffaf26 !important; }
.nb-theme-default .alert-warning hr {
    border-top-color: #f29900; }
.nb-theme-default .alert-warning .alert-link {
    color: #ffaf26;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #ffaf26; }
.nb-theme-default .alert-warning .alert-link:hover, .nb-theme-default .alert-warning .alert-link:focus {
      border-bottom: 1px solid #ffaf26; }
.nb-theme-default .alert-danger {
  background-color: #ebeff5;
  border: none;
  color: #ff6780; }
.nb-theme-default .alert-danger h1, .nb-theme-default .alert-danger h2, .nb-theme-default .alert-danger h3, .nb-theme-default .alert-danger h4, .nb-theme-default .alert-danger h5, .nb-theme-default .alert-danger h6, .nb-theme-default .alert-danger .h1, .nb-theme-default .alert-danger .h2, .nb-theme-default .alert-danger .h3, .nb-theme-default .alert-danger .h4, .nb-theme-default .alert-danger .h5, .nb-theme-default .alert-danger .h6 {
    color: #ff6780 !important; }
.nb-theme-default .alert-danger hr {
    border-top-color: #ff3455; }
.nb-theme-default .alert-danger .alert-link {
    color: #ff6780;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #ff6780; }
.nb-theme-default .alert-danger .alert-link:hover, .nb-theme-default .alert-danger .alert-link:focus {
      border-bottom: 1px solid #ff6780; }
.nb-theme-default .alert-primary {
  background-color: #ebeff5;
  border: none;
  color: #9c92ff; }
.nb-theme-default .alert-primary h1, .nb-theme-default .alert-primary h2, .nb-theme-default .alert-primary h3, .nb-theme-default .alert-primary h4, .nb-theme-default .alert-primary h5, .nb-theme-default .alert-primary h6, .nb-theme-default .alert-primary .h1, .nb-theme-default .alert-primary .h2, .nb-theme-default .alert-primary .h3, .nb-theme-default .alert-primary .h4, .nb-theme-default .alert-primary .h5, .nb-theme-default .alert-primary .h6 {
    color: #9c92ff !important; }
.nb-theme-default .alert-primary hr {
    border-top-color: #6e5fff; }
.nb-theme-default .alert-primary .alert-link {
    color: #9c92ff;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #9c92ff; }
.nb-theme-default .alert-primary .alert-link:hover, .nb-theme-default .alert-primary .alert-link:focus {
      border-bottom: 1px solid #9c92ff; }
.nb-theme-default .alert-hint {
  background-color: #ebeff5;
  border: none;
  color: #a4abb3; }
.nb-theme-default .alert-hint h1, .nb-theme-default .alert-hint h2, .nb-theme-default .alert-hint h3, .nb-theme-default .alert-hint h4, .nb-theme-default .alert-hint h5, .nb-theme-default .alert-hint h6, .nb-theme-default .alert-hint .h1, .nb-theme-default .alert-hint .h2, .nb-theme-default .alert-hint .h3, .nb-theme-default .alert-hint .h4, .nb-theme-default .alert-hint .h5, .nb-theme-default .alert-hint .h6 {
    color: #a4abb3 !important; }
.nb-theme-default .alert-hint hr {
    border-top-color: #88919c; }
.nb-theme-default .alert-hint .alert-link {
    color: #a4abb3;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #a4abb3; }
.nb-theme-default .alert-hint .alert-link:hover, .nb-theme-default .alert-hint .alert-link:focus {
      border-bottom: 1px solid #a4abb3; }
.nb-theme-default ng2-smart-table table tr th,
.nb-theme-default ng2-smart-table table tr th a {
  font-family: Exo;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  color: #2a2a2a; }
.nb-theme-default ng2-smart-table table tr td {
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #2a2a2a; }
.nb-theme-default ng2-smart-table table tr th,
.nb-theme-default ng2-smart-table table tr td {
  position: relative;
  padding: 0.875rem 1.25rem;
  border: 1px solid #ebeef2;
  vertical-align: middle; }
.nb-theme-default ng2-smart-table table tr.ng2-smart-titles th {
  padding: 0.875rem 1.25rem; }
[dir=ltr] .nb-theme-default ng2-smart-table table tr.ng2-smart-titles th {
    padding-right: 1.75rem; }
[dir=rtl] .nb-theme-default ng2-smart-table table tr.ng2-smart-titles th {
    padding-left: 1.75rem; }
.nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a:hover, .nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a:active, .nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a:visited {
  color: #2a2a2a;
  text-decoration: none; }
.nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a.sort.asc, .nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a.sort.desc {
  font-weight: 600; }
.nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a.sort.asc::after, .nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a.sort.desc::after {
    border-bottom-color: #a4abb3;
    border-width: 0.375rem;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translate(0, -50%); }
[dir=ltr] .nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a.sort.asc::after, [dir=ltr] .nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a.sort.desc::after {
      right: 0.75rem; }
[dir=rtl] .nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a.sort.asc::after, [dir=rtl] .nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a.sort.desc::after {
      left: 0.75rem; }
.nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a.sort.asc.desc::after, .nb-theme-default ng2-smart-table table tr.ng2-smart-titles th a.sort.desc.desc::after {
    transform: translate(0, -50%) rotate(180deg); }
.nb-theme-default ng2-smart-table thead tr {
  background: #ffffff; }
.nb-theme-default ng2-smart-table thead tr.ng2-smart-filters th {
    padding: 0.375rem 0.5rem; }
.nb-theme-default ng2-smart-table thead tr.ng2-smart-filters th .ng2-smart-filter input {
      line-height: 1.25; }
.nb-theme-default ng2-smart-table tbody tr.selected, .nb-theme-default ng2-smart-table tbody nb-calendar-day-picker tr.range-cell.start, .nb-theme-default nb-calendar-day-picker ng2-smart-table tbody tr.range-cell.start, .nb-theme-default ng2-smart-table tbody nb-calendar-day-picker tr.range-cell.end, .nb-theme-default nb-calendar-day-picker ng2-smart-table tbody tr.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default ng2-smart-table tbody tr.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-default ng2-smart-table tbody tr.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default ng2-smart-table tbody tr.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-default ng2-smart-table tbody tr.range-cell.end, .nb-theme-default ng2-smart-table tbody tr:hover {
  background: #e6f3ff !important; }
.nb-theme-default ng2-smart-table tbody tr:nth-child(2n) {
  background-color: #f5f7fc; }
.nb-theme-default ng2-smart-table th.ng2-smart-actions-title-add a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem !important;
  padding: 0.375rem 0.5rem;
  background: #40dc7e;
  color: #ffffff;
  border-radius: 0.375rem; }
.nb-theme-default ng2-smart-table th.ng2-smart-actions-title-add a:hover {
    text-decoration: none; }
.nb-theme-default ng2-smart-table .ng2-smart-actions {
  padding: 0;
  height: 1px; }
.nb-theme-default ng2-smart-table .ng2-smart-actions ng2-st-tbody-edit-delete, .nb-theme-default ng2-smart-table .ng2-smart-actions ng2-st-tbody-create-cancel, .nb-theme-default ng2-smart-table .ng2-smart-actions ng2-st-actions {
    display: flex;
    height: 100%; }
.nb-theme-default ng2-smart-table .ng2-smart-actions a.ng2-smart-action {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 2rem !important;
    color: #a4abb3; }
.nb-theme-default ng2-smart-table .ng2-smart-actions a.ng2-smart-action:not(:last-child) {
      border-right: 1px solid #ebeef2; }
.nb-theme-default ng2-smart-table .ng2-smart-actions a.ng2-smart-action:hover {
      text-decoration: none; }
.nb-theme-default ng2-smart-table .ng2-smart-actions .ng2-smart-action-add-create:hover,
  .nb-theme-default ng2-smart-table .ng2-smart-actions .ng2-smart-action-edit-edit:hover,
  .nb-theme-default ng2-smart-table .ng2-smart-actions .ng2-smart-action-edit-save:hover {
    color: #40dc7e; }
.nb-theme-default ng2-smart-table .ng2-smart-actions .ng2-smart-action-add-cancel:hover,
  .nb-theme-default ng2-smart-table .ng2-smart-actions .ng2-smart-action-delete-delete:hover,
  .nb-theme-default ng2-smart-table .ng2-smart-actions .ng2-smart-action-edit-cancel:hover {
    color: #ff4c6a; }
.nb-theme-default ng2-smart-table table-cell-edit-mode {
  display: block;
  margin: -7.5px -12px; }
.nb-theme-default ng2-smart-table ng2-smart-table-pager {
  display: block; }
.nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem; }
.nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .ng2-smart-pagination {
    display: flex;
    padding: 0; }
.nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .ng2-smart-pagination .page-item.disabled .page-link, .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .ng2-smart-pagination .page-item.disabled .page-link:focus, .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .ng2-smart-pagination .page-item.disabled .page-link:hover {
      background-color: rgba(0, 0, 0, 0.05);
      color: #2a2a2a; }
.nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination {
    font-family: Exo;
    font-size: 1rem;
    line-height: 1.25;
    border: #ebeef2 solid 1px;
    border-radius: 0.375rem; }
[dir=ltr] .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:not(:last-child) {
      border-right: 1px solid #ebeef2; }
[dir=rtl] .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:not(:last-child) {
      border-left: 1px solid #ebeef2; }
.nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li a.page-link-prev, .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li a.page-link-next {
      font-size: 1rem; }
.nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li a, .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li > span {
      background: transparent;
      color: #2a2a2a;
      padding: 0.75rem 1.25rem;
      border: none; }
.nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li a:hover, .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li > span:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: #2a2a2a;
        text-decoration: none; }
[dir=ltr] .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:first-child a, [dir=ltr] .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:first-child > span {
      border-top-left-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem; }
[dir=rtl] .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:first-child a, [dir=rtl] .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:first-child > span {
      border-top-right-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem; }
[dir=ltr] .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:last-child a, [dir=ltr] .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:last-child > span {
      border-top-right-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem; }
[dir=rtl] .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:last-child a, [dir=rtl] .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:last-child > span {
      border-top-left-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem; }
.nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active a, .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active a:hover, .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active a:focus, .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active > span, .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active > span:hover, .nb-theme-default ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active > span:focus {
      color: #ffffff;
      background-color: #40dc7e; }
.nb-theme-default nb-auth .navigation .link .icon {
  font-weight: 600; }
.nb-theme-default nb-auth-block .text-link {
  color: #a4abb3;
  font-weight: 600; }
.nb-theme-default nb-auth-block .error-message {
  color: #ff4c6a; }
.nb-theme-default .pace .pace-progress {
  background: #40dc7e; }
.nb-theme-default .pace .pace-progress-inner {
  box-shadow: 0 0 10px #40dc7e, 0 0 5px #40dc7e; }
.nb-theme-default .pace .pace-activity {
  display: none; }
.nb-theme-default .custom-control .custom-control-indicator {
  border-radius: 50%; }
[dir=ltr] .nb-theme-default .btn-group:not(.btn-divided-group) > .btn:not(.dropdown-toggle):first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-default .btn-group:not(.btn-divided-group) > .btn:not(.dropdown-toggle):first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem; }
[dir=ltr] .nb-theme-default .btn-group:not(.btn-divided-group) > .btn:not(.dropdown-toggle):last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem; }
[dir=rtl] .nb-theme-default .btn-group:not(.btn-divided-group) > .btn:not(.dropdown-toggle):last-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
[dir=ltr] .nb-theme-default .btn-group.dropdown > .btn:first-of-type.dropdown-toggle {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0; }
[dir=rtl] .nb-theme-default .btn-group.dropdown > .btn:first-of-type.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0.375rem; }
[dir=ltr] .nb-theme-default .btn-group.dropdown > .btn:last-of-type.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0.375rem; }
[dir=rtl] .nb-theme-default .btn-group.dropdown > .btn:last-of-type.dropdown-toggle {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0; }
[dir=ltr] .nb-theme-default .btn-group.dropdown:not(.show) > .btn:first-of-type.dropdown-toggle {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-default .btn-group.dropdown:not(.show) > .btn:first-of-type.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.375rem; }
[dir=ltr] .nb-theme-default .btn-group.dropdown:not(.show) > .btn:last-of-type.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.375rem; }
[dir=rtl] .nb-theme-default .btn-group.dropdown:not(.show) > .btn:last-of-type.dropdown-toggle {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0; }
[dir=ltr] .nb-theme-default .btn-group.dropup > .btn:first-of-type.dropdown-toggle {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-default .btn-group.dropup > .btn:first-of-type.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.375rem; }
[dir=ltr] .nb-theme-default .btn-group.dropup > .btn:last-of-type.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.375rem; }
[dir=rtl] .nb-theme-default .btn-group.dropup > .btn:last-of-type.dropdown-toggle {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0; }
[dir=ltr] .nb-theme-default .btn-group.dropup:not(.show) > .btn:first-of-type.dropdown-toggle {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0; }
[dir=rtl] .nb-theme-default .btn-group.dropup:not(.show) > .btn:first-of-type.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0.375rem; }
[dir=ltr] .nb-theme-default .btn-group.dropup:not(.show) > .btn:last-of-type.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0.375rem; }
[dir=rtl] .nb-theme-default .btn-group.dropup:not(.show) > .btn:last-of-type.dropdown-toggle {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0; }
.nb-theme-default .btn-divided-group .btn:not(:first-child) {
  border-radius: 0.375rem; }
[dir=ltr] .nb-theme-default .btn-divided-group .btn:not(:first-child) {
    margin-left: 0.5rem; }
[dir=rtl] .nb-theme-default .btn-divided-group .btn:not(:first-child) {
    margin-right: 0.5rem; }
[dir=ltr] .nb-theme-default .input-group-addon, [dir=ltr]
.nb-theme-default .input-group-icon {
  border-right: none; }
[dir=rtl] .nb-theme-default .input-group-addon, [dir=rtl]
.nb-theme-default .input-group-icon {
  border-left: none; }
[dir=ltr] .nb-theme-default .input-group .form-control:first-child:not(:only-child), [dir=ltr]
.nb-theme-default .input-group .input-group-addon:first-child, [dir=ltr]
.nb-theme-default .input-group .input-group-prepend .btn:first-child, [dir=ltr]
.nb-theme-default .input-group .input-group-btn .btn:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-default .input-group .form-control:first-child:not(:only-child), [dir=rtl]
.nb-theme-default .input-group .input-group-addon:first-child, [dir=rtl]
.nb-theme-default .input-group .input-group-prepend .btn:first-child, [dir=rtl]
.nb-theme-default .input-group .input-group-btn .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem; }
[dir=ltr] .nb-theme-default .input-group .form-control:last-child:not(:only-child), [dir=ltr]
.nb-theme-default .input-group .input-group-addon:last-child, [dir=ltr]
.nb-theme-default .input-group .input-group-append .btn:last-child, [dir=ltr]
.nb-theme-default .input-group .input-group-btn .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem; }
[dir=rtl] .nb-theme-default .input-group .form-control:last-child:not(:only-child), [dir=rtl]
.nb-theme-default .input-group .input-group-addon:last-child, [dir=rtl]
.nb-theme-default .input-group .input-group-append .btn:last-child, [dir=rtl]
.nb-theme-default .input-group .input-group-btn .btn:last-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.nb-theme-default .input-group .dropdown.show .btn.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.nb-theme-default .input-group .dropup.show .btn.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.nb-theme-cosmic nb-layout {
  scrollbar-face-color: #554db3;
  scrollbar-track-color: #332e73; }
.nb-theme-cosmic nb-layout ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-cosmic nb-layout ::-webkit-scrollbar-thumb {
    background: #554db3;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-cosmic nb-layout ::-webkit-scrollbar-track {
    background: #332e73; }
.nb-theme-cosmic nb-layout.with-scroll .scrollable-container {
  overflow: auto;
  height: 100vh;
  display: block; }
@media (max-width: 767.98px) {
    .nb-theme-cosmic nb-layout.with-scroll .scrollable-container {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }
.nb-theme-cosmic .layout {
  min-width: 300px; }
.nb-theme-cosmic nb-layout.window-mode {
  background: #2f296b;
  display: block; }
.nb-theme-cosmic nb-layout.window-mode .scrollable-container {
    max-width: 1920px;
    margin: 0 auto; }
.nb-theme-cosmic nb-layout.window-mode .layout nb-layout-header nav {
    max-width: 1920px;
    margin: 0 auto; }
@media screen and (min-width: 1940px) {
    .nb-theme-cosmic nb-layout.window-mode {
      padding-top: 1.1875rem; }
      .nb-theme-cosmic nb-layout.window-mode nb-sidebar.fixed {
        left: calc((100vw - 1920px) / 2); }
      .nb-theme-cosmic nb-layout.window-mode .layout .layout-container nb-sidebar.fixed.right {
        right: calc((100vw - 1920px) / 2); }
      .nb-theme-cosmic nb-layout.window-mode .layout .layout-container nb-sidebar.fixed {
        top: calc(4.75rem + 1.1875rem); }
      .nb-theme-cosmic nb-layout.window-mode .scrollable-container {
        height: calc(100vh - 1.1875rem);
        box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6); }
      .nb-theme-cosmic nb-layout.window-mode nb-layout.with-scroll .scrollable-container {
        height: calc(100vh - 1.1875rem); } }
@media screen and (min-width: 2070px) {
    .nb-theme-cosmic nb-layout.window-mode {
      padding-top: 2.375rem; }
      .nb-theme-cosmic nb-layout.window-mode nb-sidebar.fixed {
        left: calc((100vw - 1920px) / 2); }
      .nb-theme-cosmic nb-layout.window-mode .layout .layout-container nb-sidebar.fixed.right {
        right: calc((100vw - 1920px) / 2); }
      .nb-theme-cosmic nb-layout.window-mode .layout .layout-container nb-sidebar.fixed {
        top: calc(4.75rem + 2.375rem); }
      .nb-theme-cosmic nb-layout.window-mode .scrollable-container {
        height: calc(100vh - 2.375rem);
        box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6); }
      .nb-theme-cosmic nb-layout.window-mode nb-layout.with-scroll .scrollable-container {
        height: calc(100vh - 2.375rem); } }
@media screen and (min-width: 2220px) {
    .nb-theme-cosmic nb-layout.window-mode {
      padding-top: 4.75rem; }
      .nb-theme-cosmic nb-layout.window-mode nb-sidebar.fixed {
        left: calc((100vw - 1920px) / 2); }
      .nb-theme-cosmic nb-layout.window-mode .layout .layout-container nb-sidebar.fixed.right {
        right: calc((100vw - 1920px) / 2); }
      .nb-theme-cosmic nb-layout.window-mode .layout .layout-container nb-sidebar.fixed {
        top: calc(4.75rem + 4.75rem); }
      .nb-theme-cosmic nb-layout.window-mode .scrollable-container {
        height: calc(100vh - 4.75rem);
        box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6); }
      .nb-theme-cosmic nb-layout.window-mode nb-layout.with-scroll .scrollable-container {
        height: calc(100vh - 4.75rem); } }
.nb-theme-cosmic nb-layout .layout {
  font-family: Roboto;
  font-size: 1rem;
  line-height: 1.25;
  color: #a1a1e5;
  background: #2f296b;
  min-height: 100vh; }
.nb-theme-cosmic nb-layout .layout nb-layout-header {
    font-family: Exo;
    font-size: 1rem;
    line-height: 1.25; }
.nb-theme-cosmic nb-layout .layout nb-layout-header nav {
      box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
      height: 4.75rem;
      padding: 1.25rem;
      background: #3d3780;
      color: #ffffff; }
.nb-theme-cosmic nb-layout .layout nb-layout-header nav a {
        color: #ffffff; }
.nb-theme-cosmic nb-layout .layout nb-layout-header nav a:focus, .nb-theme-cosmic nb-layout .layout nb-layout-header nav a:active, .nb-theme-cosmic nb-layout .layout nb-layout-header nav a:hover {
          color: #ffffff; }
.nb-theme-cosmic nb-layout .layout nb-layout-header ~ .layout-container {
      min-height: calc(100vh - 4.75rem); }
.nb-theme-cosmic nb-layout .layout nb-layout-header.fixed ~ .layout-container {
      padding-top: 4.75rem;
      min-height: 100vh; }
.nb-theme-cosmic nb-layout .layout nb-layout-header.fixed ~ .layout-container > nb-sidebar > .main-container {
      height: calc(100vh - 4.75rem); }
.nb-theme-cosmic nb-layout .layout .layout-container nb-sidebar.fixed {
    top: 4.75rem; }
.nb-theme-cosmic nb-layout .layout .layout-container .content nb-layout-footer {
    box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6); }
.nb-theme-cosmic nb-layout .layout .layout-container .content nb-layout-footer nav {
      padding: 1.25rem;
      background: #3d3780;
      color: #a1a1e5;
      border-top: 1px solid #342e73; }
.nb-theme-cosmic nb-layout .layout .layout-container .content nb-layout-footer nav a {
        color: #ffffff; }
.nb-theme-cosmic nb-layout .layout .layout-container .content nb-layout-footer nav a:focus, .nb-theme-cosmic nb-layout .layout .layout-container .content nb-layout-footer nav a:active, .nb-theme-cosmic nb-layout .layout .layout-container .content nb-layout-footer nav a:hover {
          color: #ffffff; }
.nb-theme-cosmic nb-layout .layout .layout-container .content.center {
    width: 1400px;
    flex: 0 100 1400px !important; }
.nb-theme-cosmic nb-layout .layout .layout-container .content .columns nb-layout-column {
    padding: 2.25rem 2.25rem 0.75rem; }
@media (max-width: 991.98px) {
      .nb-theme-cosmic nb-layout .layout .layout-container .content .columns nb-layout-column {
        padding: 1.5rem 1.5rem 0.5rem; } }
@media (max-width: 767.98px) {
      .nb-theme-cosmic nb-layout .layout .layout-container .content .columns nb-layout-column {
        padding: 1rem 1rem 0; } }
.nb-theme-cosmic nb-layout.with-subheader nb-sidebar .main-container {
  box-shadow: none; }
.nb-theme-cosmic nb-sidebar {
  font-size: 1rem;
  line-height: 1.25;
  box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
  scrollbar-face-color: #554db3;
  scrollbar-track-color: #332e73;
  width: 16.25rem;
  background: #3d3780;
  color: color-secondary; }
.nb-theme-cosmic nb-sidebar ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-cosmic nb-sidebar ::-webkit-scrollbar-thumb {
    background: #554db3;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-cosmic nb-sidebar ::-webkit-scrollbar-track {
    background: #332e73; }
.nb-theme-cosmic nb-sidebar .main-container {
    height: 100vh;
    width: 16.25rem;
    background: #3d3780; }
.nb-theme-cosmic nb-sidebar .scrollable {
    padding: 1.25rem;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0); }
@media (max-width: 767.98px) {
      .nb-theme-cosmic nb-sidebar .scrollable {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }
.nb-theme-cosmic nb-sidebar.collapsed {
    width: 0;
    padding: 0; }
.nb-theme-cosmic nb-sidebar.collapsed .main-container {
      width: 0;
      padding: 0; }
.nb-theme-cosmic nb-sidebar.collapsed .scrollable {
      width: 0;
      padding: 0;
      overflow: hidden; }
.nb-theme-cosmic nb-sidebar.collapsed nb-sidebar-header, .nb-theme-cosmic nb-sidebar.collapsed nb-sidebar-footer {
      width: 0;
      padding: 0;
      overflow: hidden; }
.nb-theme-cosmic nb-sidebar.compacted {
    width: 3.45rem; }
.nb-theme-cosmic nb-sidebar.compacted .main-container {
      width: 3.45rem; }
.nb-theme-cosmic nb-sidebar.compacted nb-menu {
      width: 3.45rem; }
.nb-theme-cosmic nb-sidebar.compacted nb-menu .menu-item a.active {
        position: relative; }
.nb-theme-cosmic nb-sidebar.compacted nb-menu .menu-item a.active::before {
          position: absolute;
          content: '';
          top: 0;
          height: 100%;
          width: 4px;
          background: #00f9a6; }
[dir=ltr] .nb-theme-cosmic nb-sidebar.compacted nb-menu .menu-item a.active::before {
            left: 0; }
[dir=rtl] .nb-theme-cosmic nb-sidebar.compacted nb-menu .menu-item a.active::before {
            right: 0; }
.nb-theme-cosmic nb-sidebar.compacted nb-menu > .menu-items > .menu-item > a span, .nb-theme-cosmic nb-sidebar.compacted nb-menu > .menu-items > .menu-item > a .chevron {
        display: none; }
.nb-theme-cosmic nb-sidebar.compacted nb-menu .menu-items > .menu-item {
        transition: border-color 1s ease; }
.nb-theme-cosmic nb-sidebar.compacted nb-menu .menu-items > .menu-item.menu-group {
          display: block;
          color: transparent;
          width: 0;
          padding: 0;
          overflow: hidden; }
.nb-theme-cosmic nb-sidebar.compacted nb-menu .menu-items > .menu-item i {
          margin-right: 0; }
.nb-theme-cosmic nb-sidebar.compacted nb-menu .menu-items > .menu-item a {
          justify-content: center; }
.nb-theme-cosmic nb-sidebar.compacted nb-menu .menu-items > .menu-item > .expanded {
          display: none; }
.nb-theme-cosmic nb-sidebar.compacted.left.fixed ~ .content {
      margin-left: 3.45rem; }
.nb-theme-cosmic nb-sidebar.compacted.fixed.right ~ .content {
      margin-left: 0;
      margin-right: 3.45rem; }
.nb-theme-cosmic nb-sidebar.compacted.left.fixed ~ .content.center {
      padding-left: 3.45rem; }
.nb-theme-cosmic nb-sidebar.compacted.fixed.right ~ .content.center {
      padding-left: 0;
      padding-right: 3.45rem; }
[dir=ltr] .nb-theme-cosmic nb-sidebar.compacted.start.fixed ~ .content {
      margin-left: 3.45rem; }
[dir=rtl] .nb-theme-cosmic nb-sidebar.compacted.start.fixed ~ .content {
      margin-right: 3.45rem; }
[dir=ltr] .nb-theme-cosmic nb-sidebar.compacted.fixed.end ~ .content {
      margin-right: 3.45rem; }
[dir=rtl] .nb-theme-cosmic nb-sidebar.compacted.fixed.end ~ .content {
      margin-left: 3.45rem; }
[dir=ltr] .nb-theme-cosmic nb-sidebar.compacted.start.fixed ~ .content.center {
      padding-left: 3.45rem; }
[dir=rtl] .nb-theme-cosmic nb-sidebar.compacted.start.fixed ~ .content.center {
      padding-right: 3.45rem; }
[dir=ltr] .nb-theme-cosmic nb-sidebar.compacted.fixed.end ~ .content.center {
      padding-right: 3.45rem; }
[dir=rtl] .nb-theme-cosmic nb-sidebar.compacted.fixed.end ~ .content.center {
      padding-left: 3.45rem; }
.nb-theme-cosmic nb-sidebar.fixed.left.collapsed + .content,
  .nb-theme-cosmic nb-sidebar.fixed.start.collapsed + .content {
    margin-left: 0; }
.nb-theme-cosmic nb-sidebar.fixed.right.collapsed + .content,
  .nb-theme-cosmic nb-sidebar.fixed.end.collapsed + .content {
    margin-right: 0; }
.nb-theme-cosmic nb-sidebar.expanded {
    width: 16.25rem; }
.nb-theme-cosmic nb-sidebar.expanded > .scrollable {
      width: 16.25rem; }
.nb-theme-cosmic nb-sidebar nb-sidebar-header {
    padding: 1.25rem;
    height: initial; }
.nb-theme-cosmic nb-sidebar nb-sidebar-footer {
    padding: 1.25rem;
    height: 3.5rem; }
.nb-theme-cosmic nb-sidebar nb-menu {
    margin: 0 -1.25rem -1.25rem; }
.nb-theme-cosmic nb-calendar-header .header {
  display: flex;
  flex-direction: column; }
.nb-theme-cosmic nb-calendar-header .title {
  display: flex;
  align-items: center;
  color: #d1d1ff;
  font-weight: 600;
  font-size: 1.25rem; }
.nb-theme-cosmic nb-calendar-header .title .nb-arrow-dropright {
    margin-left: 0.5rem; }
.nb-theme-cosmic nb-calendar-header .title .nb-arrow-dropleft {
    margin-right: 0.5rem; }
.nb-theme-cosmic nb-calendar-header .title:hover {
    color: #7659ff;
    cursor: pointer; }
.nb-theme-cosmic nb-calendar-header .title:active {
    color: #7659ff; }
.nb-theme-cosmic nb-calendar-header .sub-title {
  color: #a1a1e5;
  font-weight: 200;
  font-size: 1rem; }
.nb-theme-cosmic nb-calendar-navigation button[nbButton] {
  width: 10rem; }
.nb-theme-cosmic nb-calendar-day-picker .day-cell,
.nb-theme-cosmic nb-calendar-month-picker .month-cell,
.nb-theme-cosmic nb-calendar-year-picker .year-cell {
  color: #d1d1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px; }
.nb-theme-cosmic nb-calendar-day-picker .day-cell:not(.empty):not(.disabled),
  .nb-theme-cosmic nb-calendar-month-picker .month-cell:not(.empty):not(.disabled),
  .nb-theme-cosmic nb-calendar-year-picker .year-cell:not(.empty):not(.disabled) {
    cursor: pointer; }
.nb-theme-cosmic nb-calendar-year-picker.medium .year-cell {
  width: 4.25rem;
  height: 2.375rem; }
.nb-theme-cosmic nb-calendar-year-picker.large .year-cell {
  width: 4.25rem;
  height: 2.375rem; }
.nb-theme-cosmic nb-calendar-year-picker .year-cell {
  border-radius: 0.5rem; }
.nb-theme-cosmic nb-calendar-year-picker .year-cell.disabled {
    background: #352f6e;
    opacity: 0.3; }
.nb-theme-cosmic nb-calendar-year-picker .year-cell.today {
    background: #352f6e;
    font-weight: 600;
    color: #d1d1ff; }
.nb-theme-cosmic nb-calendar-year-picker .year-cell.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-calendar-year-picker .year-cell.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-calendar-year-picker .year-cell.range-cell.end, .nb-theme-cosmic nb-calendar-year-picker nb-calendar-day-picker .year-cell.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker nb-calendar-year-picker .year-cell.range-cell.start, .nb-theme-cosmic nb-calendar-year-picker nb-calendar-day-picker .year-cell.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker nb-calendar-year-picker .year-cell.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-calendar-year-picker .year-cell.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-calendar-year-picker .year-cell.range-cell.end {
    background: #7659ff;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-cosmic nb-calendar-year-picker .year-cell:hover, .nb-theme-cosmic nb-calendar-year-picker .year-cell:hover:active {
    background: #7659ff;
    color: #ffffff;
    font-weight: 600;
    background-image: linear-gradient(to right, #00d9bf, #00d977); }
.nb-theme-cosmic nb-calendar-year-picker .year-cell:active {
    background: #7659ff;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-cosmic nb-calendar-month-picker.medium .month-cell {
  width: 4.25rem;
  height: 2.375rem; }
.nb-theme-cosmic nb-calendar-month-picker.large .month-cell {
  width: 4.25rem;
  height: 2.375rem; }
.nb-theme-cosmic nb-calendar-month-picker .month-cell {
  border-radius: 0.5rem; }
.nb-theme-cosmic nb-calendar-month-picker .month-cell.disabled {
    background: #352f6e;
    opacity: 0.3; }
.nb-theme-cosmic nb-calendar-month-picker .month-cell.today {
    background: #352f6e;
    font-weight: 600;
    color: #d1d1ff; }
.nb-theme-cosmic nb-calendar-month-picker .month-cell.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-calendar-month-picker .month-cell.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-calendar-month-picker .month-cell.range-cell.end, .nb-theme-cosmic nb-calendar-month-picker nb-calendar-day-picker .month-cell.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker nb-calendar-month-picker .month-cell.range-cell.start, .nb-theme-cosmic nb-calendar-month-picker nb-calendar-day-picker .month-cell.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker nb-calendar-month-picker .month-cell.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-calendar-month-picker .month-cell.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-calendar-month-picker .month-cell.range-cell.end {
    background: #7659ff;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-cosmic nb-calendar-month-picker .month-cell:hover, .nb-theme-cosmic nb-calendar-month-picker .month-cell:hover:active {
    background: #7659ff;
    color: #ffffff;
    font-weight: 600;
    background-image: linear-gradient(to right, #00d9bf, #00d977); }
.nb-theme-cosmic nb-calendar-month-picker .month-cell:active {
    background: #7659ff;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-cosmic nb-calendar-day-picker.medium .day-cell {
  width: 2.625rem;
  height: 2.625rem; }
.nb-theme-cosmic nb-calendar-day-picker.large .day-cell {
  width: 3rem;
  height: 3rem; }
.nb-theme-cosmic nb-calendar-day-picker .day-cell {
  border-radius: 0.5rem; }
.nb-theme-cosmic nb-calendar-day-picker .day-cell.today {
    background: #352f6e;
    font-weight: 600;
    color: #d1d1ff; }
.nb-theme-cosmic nb-calendar-day-picker .day-cell.bounding-month {
    opacity: 0.5; }
.nb-theme-cosmic nb-calendar-day-picker .day-cell.disabled {
    background: #352f6e;
    opacity: 0.3; }
.nb-theme-cosmic nb-calendar-day-picker .day-cell:not(.disabled):not(.empty):hover {
    background: #7659ff;
    color: #ffffff;
    font-weight: 600;
    background-image: linear-gradient(to right, #00d9bf, #00d977); }
.nb-theme-cosmic nb-calendar-day-picker .day-cell.selected, .nb-theme-cosmic nb-calendar-day-picker .day-cell.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .day-cell.range-cell.end {
    background: #7659ff;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-cosmic nb-calendar-days-names .day {
  width: 2.625rem;
  height: 1.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #a1a1e5; }
.nb-theme-cosmic nb-calendar-days-names .day.holiday {
    color: #ff386a; }
.nb-theme-cosmic nb-base-calendar.medium nb-card {
  width: 21.875rem; }
.nb-theme-cosmic nb-base-calendar.medium nb-card nb-card-body {
    height: 25.625rem; }
.nb-theme-cosmic nb-base-calendar.large nb-card {
  width: 24.375rem; }
.nb-theme-cosmic nb-base-calendar.large nb-card nb-card-body {
    height: 27.75rem; }
.nb-theme-cosmic nb-base-calendar nb-card {
  margin: 0; }
.nb-theme-cosmic nb-base-calendar nb-card-body > nb-calendar-pageable-navigation, .nb-theme-cosmic nb-base-calendar nb-card-body > nb-calendar-navigation {
  padding: 0 1rem 1.5rem; }
.nb-theme-cosmic nb-calendar-day-picker .range-cell {
  flex: 1;
  margin: 1px 0; }
.nb-theme-cosmic nb-calendar-day-picker .range-cell .day-cell {
    margin: 0; }
.nb-theme-cosmic nb-calendar-day-picker .range-cell.in-range {
    background: #4e4095; }
.nb-theme-cosmic nb-calendar-day-picker .range-cell.in-range {
      border-radius: 0; }
.nb-theme-cosmic nb-calendar-day-picker .range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .range-cell.end {
    background: #4e4095; }
.nb-theme-cosmic nb-calendar-day-picker .range-cell.start {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
.nb-theme-cosmic nb-calendar-day-picker .range-cell.start .day-cell {
      margin-left: 0; }
.nb-theme-cosmic nb-calendar-day-picker .range-cell.end {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
.nb-theme-cosmic nb-calendar-day-picker .range-cell.end .day-cell {
      margin-right: 0; }
.nb-theme-cosmic nb-calendar-day-picker .range-cell:first-of-type {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem; }
.nb-theme-cosmic nb-calendar-day-picker .range-cell:last-of-type {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem; }
.nb-theme-cosmic nb-card {
  font-size: 1rem;
  line-height: 1.25;
  background: #3d3780;
  color: #d1d1ff;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
  font-weight: 400;
  border: 0 solid #3d3780;
  scrollbar-face-color: #554db3;
  scrollbar-track-color: #332e73; }
.nb-theme-cosmic nb-card ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-cosmic nb-card ::-webkit-scrollbar-thumb {
    background: #554db3;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-cosmic nb-card ::-webkit-scrollbar-track {
    background: #332e73; }
.nb-theme-cosmic nb-card.xxsmall-card {
    height: 96px; }
.nb-theme-cosmic nb-card.xsmall-card {
    height: 216px; }
.nb-theme-cosmic nb-card.small-card {
    height: 336px; }
.nb-theme-cosmic nb-card.medium-card {
    height: 456px; }
.nb-theme-cosmic nb-card.large-card {
    height: 576px; }
.nb-theme-cosmic nb-card.xlarge-card {
    height: 696px; }
.nb-theme-cosmic nb-card.xxlarge-card {
    height: 816px; }
.nb-theme-cosmic nb-card.active-card nb-card-header {
    background-color: #a1a1e5;
    border-bottom-color: #a1a1e5;
    color: #3d3780; }
.nb-theme-cosmic nb-card.disabled-card nb-card-header {
    background-color: rgba(255, 255, 255, 0.4);
    border-bottom-color: rgba(255, 255, 255, 0.4); }
.nb-theme-cosmic nb-card.primary-card nb-card-header {
    background-color: #7659ff;
    border-bottom-color: #7659ff; }
.nb-theme-cosmic nb-card.info-card nb-card-header {
    background-color: #0088ff;
    border-bottom-color: #0088ff; }
.nb-theme-cosmic nb-card.success-card nb-card-header {
    background-color: #00d977;
    border-bottom-color: #00d977; }
.nb-theme-cosmic nb-card.warning-card nb-card-header {
    background-color: #ffa100;
    border-bottom-color: #ffa100; }
.nb-theme-cosmic nb-card.danger-card nb-card-header {
    background-color: #ff386a;
    border-bottom-color: #ff386a; }
.nb-theme-cosmic nb-card.accent {
    border-top-style: solid;
    border-top-width: 0.5rem; }
.nb-theme-cosmic nb-card.accent nb-card-header {
      border-radius: 0; }
.nb-theme-cosmic nb-card.accent-active {
    border-top-color: #a1a1e5; }
.nb-theme-cosmic nb-card.accent-disabled {
    border-top-color: rgba(255, 255, 255, 0.4); }
.nb-theme-cosmic nb-card.accent-primary {
    border-top-color: #7659ff; }
.nb-theme-cosmic nb-card.accent-success {
    border-top-color: #00d977; }
.nb-theme-cosmic nb-card.accent-info {
    border-top-color: #0088ff; }
.nb-theme-cosmic nb-card.accent-warning {
    border-top-color: #ffa100; }
.nb-theme-cosmic nb-card.accent-danger {
    border-top-color: #ff386a; }
.nb-theme-cosmic nb-card-body {
  flex: 1;
  -ms-flex: 1 1 auto;
  overflow: auto;
  padding: 1.25rem;
  position: relative;
  scrollbar-face-color: #554db3;
  scrollbar-track-color: #332e73; }
.nb-theme-cosmic nb-card-body ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-cosmic nb-card-body ::-webkit-scrollbar-thumb {
    background: #554db3;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-cosmic nb-card-body ::-webkit-scrollbar-track {
    background: #332e73; }
.nb-theme-cosmic nb-card-footer {
  padding: 1.25rem;
  border-top: 1px solid #342e73;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }
.nb-theme-cosmic nb-card-header {
  padding: 1.25rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #342e73;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  color: #ffffff;
  font-family: Exo;
  font-size: 1.125rem;
  font-weight: 500; }
.nb-theme-cosmic nb-card-header h1 {
    margin: 0; }
.nb-theme-cosmic nb-card-header h2 {
    margin: 0; }
.nb-theme-cosmic nb-card-header h3 {
    margin: 0; }
.nb-theme-cosmic nb-card-header h4 {
    margin: 0; }
.nb-theme-cosmic nb-card-header h5 {
    margin: 0; }
.nb-theme-cosmic nb-card-header h6 {
    margin: 0; }
.nb-theme-cosmic .second-card-container {
  height: calc(100% - 1.5rem);
  border-radius: 0.5rem; }
.nb-theme-cosmic .reveal-button {
  line-height: 1.25;
  padding: 1.25rem;
  margin-bottom: 1.5rem; }
.nb-theme-cosmic .flip-button {
  line-height: 1.25;
  margin-bottom: 1.5rem;
  padding: 1.25rem; }
[dir=ltr] .nb-theme-cosmic .flipcard-body .front-container {
  margin-right: -100%; }
[dir=rtl] .nb-theme-cosmic .flipcard-body .front-container {
  margin-left: -100%; }
.nb-theme-cosmic nb-tabset {
  scrollbar-face-color: #554db3;
  scrollbar-track-color: #332e73; }
.nb-theme-cosmic nb-tabset ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-cosmic nb-tabset ::-webkit-scrollbar-thumb {
    background: #554db3;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-cosmic nb-tabset ::-webkit-scrollbar-track {
    background: #332e73; }
.nb-theme-cosmic nb-tabset .tabset {
    font-family: Exo;
    font-size: 1.125rem;
    padding: 0 1.25rem;
    border-bottom: 1px solid #342e73; }
.nb-theme-cosmic nb-tabset .tabset .tab {
      background: transparent; }
.nb-theme-cosmic nb-tabset .tabset .tab a {
        padding: 1.25rem;
        color: #a1a1e5; }
.nb-theme-cosmic nb-tabset .tabset .tab a:hover {
          color: #ffffff; }
.nb-theme-cosmic nb-tabset .tabset .tab a::before {
          background: #00d977;
          background-image: linear-gradient(to right, #00d9bf, #00d977); }
.nb-theme-cosmic nb-tabset .tabset .tab.active {
        background: transparent; }
.nb-theme-cosmic nb-tabset .tabset .tab.active a {
          font-weight: 500;
          color: #ffffff; }
@media screen and (max-width: 576px) {
        .nb-theme-cosmic nb-tabset .tabset .tab.responsive a span {
          display: none; } }
.nb-theme-cosmic nb-tabset nb-tab {
    font-family: Roboto;
    font-size: 1rem;
    color: #d1d1ff;
    background-color: transparent;
    padding: 0; }
.nb-theme-cosmic nb-route-tabset {
  scrollbar-face-color: #554db3;
  scrollbar-track-color: #332e73; }
.nb-theme-cosmic nb-route-tabset ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-cosmic nb-route-tabset ::-webkit-scrollbar-thumb {
    background: #554db3;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-cosmic nb-route-tabset ::-webkit-scrollbar-track {
    background: #332e73; }
.nb-theme-cosmic nb-route-tabset .route-tabset {
    font-family: Exo;
    font-size: 1.125rem;
    padding: 0 1.25rem;
    border-bottom: 1px solid #342e73; }
.nb-theme-cosmic nb-route-tabset .route-tabset .route-tab {
      background: transparent; }
.nb-theme-cosmic nb-route-tabset .route-tabset .route-tab a {
        padding: 1.25rem;
        color: #a1a1e5; }
.nb-theme-cosmic nb-route-tabset .route-tabset .route-tab a:hover {
          color: #ffffff; }
.nb-theme-cosmic nb-route-tabset .route-tabset .route-tab a::before {
          background: #00d977;
          background-image: linear-gradient(to right, #00d9bf, #00d977);
          box-shadow: 0 0 16px -2px #00d99b; }
.nb-theme-cosmic nb-route-tabset .route-tabset .route-tab.active {
        background: transparent; }
.nb-theme-cosmic nb-route-tabset .route-tabset .route-tab.active a {
          font-weight: 500;
          color: #ffffff; }
@media screen and (max-width: 576px) {
        .nb-theme-cosmic nb-route-tabset .route-tabset .route-tab.responsive a span {
          display: none; } }
.nb-theme-cosmic nb-menu {
  font-family: Exo;
  font-size: 1rem;
  font-weight: 400;
  background: #3d3780;
  color: #a1a1e5; }
.nb-theme-cosmic nb-menu ul.menu-items {
    margin: 0;
    padding: 0; }
.nb-theme-cosmic nb-menu .menu-group {
    font-weight: 500;
    font-size: 0.875rem;
    color: #ffffff;
    padding: 1rem 1.25rem; }
.nb-theme-cosmic nb-menu .menu-item a {
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem; }
.nb-theme-cosmic nb-menu .menu-item a:hover,
  .nb-theme-cosmic nb-menu .menu-item a.active {
    background-color: #3d3780;
    color: #ffffff;
    font-weight: 500; }
.nb-theme-cosmic nb-menu .menu-item a:hover .menu-icon,
    .nb-theme-cosmic nb-menu .menu-item a:hover .chevron,
    .nb-theme-cosmic nb-menu .menu-item a.active .menu-icon,
    .nb-theme-cosmic nb-menu .menu-item a.active .chevron {
      color: #ffffff; }
.nb-theme-cosmic nb-menu .menu-item .menu-icon {
    font-size: 2.5rem;
    width: 2.5rem;
    margin: 0 0.25rem 0;
    text-align: center;
    color: #a1a1e5; }
.nb-theme-cosmic nb-menu .menu-item .chevron {
    font-size: 0.875rem;
    color: #a1a1e5; }
.nb-theme-cosmic nb-menu .menu-items > .menu-item {
    border-bottom: 1px solid transparent; }
.nb-theme-cosmic nb-menu .menu-items > .menu-item:first-child {
      border-top: 1px solid transparent; }
.nb-theme-cosmic nb-menu .menu-item > .menu-items {
    background-color: #2f296b; }
.nb-theme-cosmic nb-menu .menu-item > .menu-items > .menu-item {
    border: none;
    background: #2f296b;
    color: #a1a1e5;
    padding: 0 1.25rem; }
.nb-theme-cosmic nb-menu .menu-item > .menu-items > .menu-item:first-child {
      margin-top: 0.5rem; }
.nb-theme-cosmic nb-menu .menu-item > .menu-items > .menu-item:last-child {
      margin-bottom: 0.5rem; }
.nb-theme-cosmic nb-menu .menu-item > .menu-items > .menu-item a {
      border: 0.125rem solid #2f296b;
      padding: 0.5rem 1rem; }
.nb-theme-cosmic nb-menu .menu-item > .menu-items > .menu-item a:hover {
      color: #ffffff;
      background: #2f296b; }
.nb-theme-cosmic nb-menu .menu-item > .menu-items > .menu-item a.active {
      background-color: rgba(0, 255, 170, 0.25);
      color: #ffffff;
      border-color: #00f9a6;
      box-shadow: 0 2px 12px 0 rgba(0, 255, 170, 0.25); }
.nb-theme-cosmic nb-menu.inverse .menu-item a {
  color: #3d3780; }
.nb-theme-cosmic nb-menu.inverse .menu-item a:hover {
  background-color: #ffffff;
  color: #3d3780; }
.nb-theme-cosmic nb-menu.inverse .menu-item a.active {
  background-color: #ffffff;
  color: #3d3780; }
.nb-theme-cosmic nb-menu.inverse .menu-group {
  color: #3d3780; }
.nb-theme-cosmic nb-user {
  font-size: 1rem;
  line-height: 1.25; }
.nb-theme-cosmic nb-user .user-picture {
    height: 2.5rem;
    width: 2.5rem;
    background: #a1a1e5;
    border: solid 2px #00f9a6; }
.nb-theme-cosmic nb-user .user-picture.background {
      color: #3d3780; }
.nb-theme-cosmic nb-user .user-name {
    font-family: Exo; }
.nb-theme-cosmic nb-user.inverse .user-picture {
    background: #3d3780; }
.nb-theme-cosmic nb-user.inverse .user-picture.background {
      color: #a1a1e5; }
.nb-theme-cosmic nb-user.small .user-picture {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 80%; }
.nb-theme-cosmic nb-user.medium .user-picture {
    height: 2.5rem;
    width: 2.5rem; }
.nb-theme-cosmic nb-user.large .user-picture {
    height: 3.25rem;
    width: 3.25rem; }
.nb-theme-cosmic nb-user.xlarge .user-picture {
    height: 4rem;
    width: 4rem; }
.nb-theme-cosmic nb-actions {
  font-size: 1rem;
  font-family: Exo;
  line-height: 1.25; }
.nb-theme-cosmic nb-actions nb-action {
    height: 1.5rem;
    padding: 0 1.25rem;
    background: transparent; }
[dir=ltr] .nb-theme-cosmic nb-actions nb-action:first-child {
      border-left: none !important; }
[dir=rtl] .nb-theme-cosmic nb-actions nb-action:first-child {
      border-right: none !important; }
.nb-theme-cosmic nb-actions nb-action a.icon-container:hover, .nb-theme-cosmic nb-actions nb-action a.icon-container:focus {
      text-decoration: none; }
.nb-theme-cosmic nb-actions nb-action i.control-icon {
      color: #a1a1e5;
      font-size: 1.5rem; }
[dir=ltr] .nb-theme-cosmic nb-actions nb-action {
      border-left: 1px solid #342e73; }
[dir=rtl] .nb-theme-cosmic nb-actions nb-action {
      border-right: 1px solid #342e73; }
.nb-theme-cosmic nb-actions.inverse nb-action i.control-icon {
    color: #3d3780; }
[dir=ltr] .nb-theme-cosmic nb-actions.inverse nb-action {
    border-left: 1px solid #342e73; }
[dir=rtl] .nb-theme-cosmic nb-actions.inverse nb-action {
    border-right: 1px solid #342e73; }
.nb-theme-cosmic nb-actions.small nb-action {
    height: 1.5rem; }
.nb-theme-cosmic nb-actions.small nb-action i.control-icon {
      font-size: 1.5rem; }
.nb-theme-cosmic nb-actions.medium nb-action {
    height: 2.25rem; }
.nb-theme-cosmic nb-actions.medium nb-action i.control-icon {
      font-size: 2.25rem; }
.nb-theme-cosmic nb-actions.large nb-action {
    height: 3.5rem; }
.nb-theme-cosmic nb-actions.large nb-action i.control-icon {
      font-size: 3.5rem; }
.nb-theme-cosmic nb-actions.full-width nb-action {
    display: flex;
    justify-content: center;
    width: 100%; }
.nb-theme-cosmic nb-search-field .search {
  background: linear-gradient(to right, #171749, #413789); }
.nb-theme-cosmic nb-search-field .search button {
    color: #a1a1e5; }
.nb-theme-cosmic nb-search-field .search span {
    color: #a1a1e5; }
.nb-theme-cosmic nb-search-field .search input {
    color: #ffffff;
    border-bottom: 4px solid #a1a1e5; }
.nb-theme-cosmic nb-search-field .search input::-moz-placeholder {
      color: #a1a1e5; }
.nb-theme-cosmic nb-search-field .search input:-ms-input-placeholder {
      color: #a1a1e5; }
.nb-theme-cosmic nb-search-field .search input::placeholder {
      color: #a1a1e5; }
.nb-theme-cosmic nb-search-field .search input::-ms-clear {
      display: none; }
.nb-theme-cosmic nb-search-field.rotate-layout {
  opacity: 0;
  background: linear-gradient(to right, #171749, #413789); }
.nb-theme-cosmic nb-search-field.modal-zoomin .search::before,
.nb-theme-cosmic nb-search-field.modal-zoomin .search::after {
  border: 1.5rem solid #a1a1e5; }
.nb-theme-cosmic nb-search-field.modal-half .form-wrapper {
  background: linear-gradient(to right, #171749, #413789); }
.nb-theme-cosmic nb-search-field.modal-half .search::before {
  background: #a1a1e5; }
.nb-theme-cosmic nb-search-field.modal-drop .form-content::after {
  background: #a1a1e5; }
.nb-theme-cosmic nb-search-field.modal-drop .search::before {
  background: linear-gradient(to right, #171749, #413789); }
.nb-theme-cosmic nb-search-field.curtain .search::after {
  background: linear-gradient(to right, #171749, #413789); }
.nb-theme-cosmic nb-search-field.curtain .search {
  background: linear-gradient(to right, #171749, #413789); }
.nb-theme-cosmic nb-search-field.column-curtain::before {
  background: linear-gradient(to right, #171749, #413789); }
.nb-theme-cosmic nb-search-field.column-curtain::after {
  background: transparent; }
.nb-theme-cosmic nb-search-field.column-curtain.show::after {
  background: #a1a1e5; }
.nb-theme-cosmic nb-search button {
  color: #a1a1e5; }
.nb-theme-cosmic .nb-spinner-container {
  position: relative; }
.nb-theme-cosmic nb-spinner {
  background-color: rgba(61, 55, 128, 0.9); }
.nb-theme-cosmic nb-spinner.active-spinner .spin-circle {
    border-right-color: #a1a1e5; }
.nb-theme-cosmic nb-spinner.disabled-spinner .spin-circle {
    border-right-color: rgba(255, 255, 255, 0.4); }
.nb-theme-cosmic nb-spinner.primary-spinner .spin-circle {
    border-right-color: #7659ff; }
.nb-theme-cosmic nb-spinner.info-spinner .spin-circle {
    border-right-color: #0088ff; }
.nb-theme-cosmic nb-spinner.success-spinner .spin-circle {
    border-right-color: #00d977; }
.nb-theme-cosmic nb-spinner.warning-spinner .spin-circle {
    border-right-color: #ffa100; }
.nb-theme-cosmic nb-spinner.danger-spinner .spin-circle {
    border-right-color: #ff386a; }
.nb-theme-cosmic nb-spinner .spin-circle {
    border-left-color: #494299;
    border-top-color: #494299;
    border-bottom-color: #494299; }
.nb-theme-cosmic nb-spinner .message {
    color: #d1d1ff; }
.nb-theme-cosmic nb-spinner.xxsmall-spinner {
    font-size: 1.25rem; }
.nb-theme-cosmic nb-spinner.xsmall-spinner {
    font-size: 1.5rem; }
.nb-theme-cosmic nb-spinner.small-spinner {
    font-size: 1.75rem; }
.nb-theme-cosmic nb-spinner.medium-spinner {
    font-size: 2rem; }
.nb-theme-cosmic nb-spinner.large-spinner {
    font-size: 2.25rem; }
.nb-theme-cosmic nb-spinner.xlarge-spinner {
    font-size: 2.5rem; }
.nb-theme-cosmic nb-spinner.xxlarge-spinner {
    font-size: 3rem; }
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(230deg); }
  100% {
    transform: rotate(360deg); } }
.nb-theme-cosmic nb-checkbox .customised-control-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #a1a1e5; }
.nb-theme-cosmic nb-checkbox .customised-control-indicator::before {
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.4);
    border-color: transparent;
    border-width: 0 2px 2px 0; }
.nb-theme-cosmic nb-checkbox .customised-control-input:checked + .customised-control-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #00d977; }
.nb-theme-cosmic nb-checkbox .customised-control-input:checked + .customised-control-indicator::before {
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.4);
    border-color: #ffffff;
    border-width: 0 2px 2px 0; }
.nb-theme-cosmic nb-checkbox .customised-control-input:disabled + .customised-control-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #a1a1e5; }
.nb-theme-cosmic nb-checkbox .customised-control-input:disabled + .customised-control-indicator::before {
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.4);
    border-color: transparent;
    border-width: 0 2px 2px 0; }
.nb-theme-cosmic nb-checkbox .customised-control-input:disabled:checked + .customised-control-indicator {
  border-color: #00d977; }
.nb-theme-cosmic nb-checkbox .customised-control-input:disabled:checked + .customised-control-indicator::before {
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.4);
    border-color: #ffffff;
    border-width: 0 2px 2px 0; }
.nb-theme-cosmic nb-checkbox .customised-control-input:checked + .customised-control-indicator {
  border-color: #00d977; }
.nb-theme-cosmic nb-checkbox:hover .customised-control-input:enabled + .customised-control-indicator,
.nb-theme-cosmic nb-checkbox .customised-control-input:focus:enabled + .customised-control-indicator {
  border-color: #0dff92; }
.nb-theme-cosmic nb-checkbox.success .customised-control-input:checked + .customised-control-indicator {
  border-color: #00d977; }
.nb-theme-cosmic nb-checkbox.success:hover .customised-control-input:enabled + .customised-control-indicator,
.nb-theme-cosmic nb-checkbox.success .customised-control-input:focus:enabled + .customised-control-indicator {
  border-color: #0dff92; }
.nb-theme-cosmic nb-checkbox.warning .customised-control-input:checked + .customised-control-indicator {
  border-color: #ffa100; }
.nb-theme-cosmic nb-checkbox.warning:hover .customised-control-input:enabled + .customised-control-indicator,
.nb-theme-cosmic nb-checkbox.warning .customised-control-input:focus:enabled + .customised-control-indicator {
  border-color: #ffb433; }
.nb-theme-cosmic nb-checkbox.danger .customised-control-input:checked + .customised-control-indicator {
  border-color: #ff386a; }
.nb-theme-cosmic nb-checkbox.danger:hover .customised-control-input:enabled + .customised-control-indicator,
.nb-theme-cosmic nb-checkbox.danger .customised-control-input:focus:enabled + .customised-control-indicator {
  border-color: #ff6b90; }
.nb-theme-cosmic nb-checkbox .customised-control-description {
  color: #ffffff; }
.nb-theme-cosmic .progress-container {
  height: 1.375rem;
  border-radius: 0.5rem;
  background-color: #2f296b; }
.nb-theme-cosmic .progress-container.xlg {
    height: 1.75rem; }
.nb-theme-cosmic .progress-container.xlg .progress-value {
      font-size: 1.25rem; }
.nb-theme-cosmic .progress-container.lg {
    height: 1.5rem; }
.nb-theme-cosmic .progress-container.lg .progress-value {
      font-size: 1.125rem; }
.nb-theme-cosmic .progress-container.sm {
    height: 1.25rem; }
.nb-theme-cosmic .progress-container.sm .progress-value {
      font-size: 0.875rem; }
.nb-theme-cosmic .progress-container.xs {
    height: 1rem; }
.nb-theme-cosmic .progress-container.xs .progress-value {
      font-size: 0.75rem; }
.nb-theme-cosmic .progress-value {
  background-color: #0088ff;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  transition-duration: 400ms;
  transition-property: width, background-color; }
.nb-theme-cosmic .progress-value.primary {
    background-color: #7659ff; }
.nb-theme-cosmic .progress-value.info {
    background-color: #0088ff; }
.nb-theme-cosmic .progress-value.success {
    background-color: #00d977; }
.nb-theme-cosmic .progress-value.warning {
    background-color: #ffa100; }
.nb-theme-cosmic .progress-value.danger {
    background-color: #ff386a; }
.nb-theme-cosmic .nb-badge {
  color: #ffffff; }
.nb-theme-cosmic .nb-badge.nb-badge-primary {
    background-color: #7659ff; }
.nb-theme-cosmic .nb-badge.nb-badge-info {
    background-color: #0088ff; }
.nb-theme-cosmic .nb-badge.nb-badge-success {
    background-color: #00d977; }
.nb-theme-cosmic .nb-badge.nb-badge-warning {
    background-color: #ffa100; }
.nb-theme-cosmic .nb-badge.nb-badge-danger {
    background-color: #ff386a; }
.nb-theme-cosmic nb-stepper.horizontal .header .step {
  width: 2rem;
  margin: 0 1rem; }
.nb-theme-cosmic nb-stepper.horizontal .header .connector {
  margin-top: 1rem; }
.nb-theme-cosmic nb-stepper.vertical .header .connector {
  margin: 1rem; }
.nb-theme-cosmic nb-stepper .header .connector {
  background-color: #a1a1e5; }
.nb-theme-cosmic nb-stepper .header .connector-past {
  background-color: #00d977; }
.nb-theme-cosmic nb-stepper .header .label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #a1a1e5; }
.nb-theme-cosmic nb-stepper .header .label-index {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  border: 2px solid #a1a1e5;
  color: #a1a1e5;
  font-weight: 500; }
.nb-theme-cosmic nb-stepper .header .label-index .icon {
    font-size: 1.5rem;
    font-weight: 800; }
.nb-theme-cosmic nb-stepper .header .step.selected .label-index, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-stepper .header .step.range-cell.start .label-index, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-stepper .header .step.range-cell.end .label-index, .nb-theme-cosmic nb-stepper .header nb-calendar-day-picker .step.range-cell.start .label-index, .nb-theme-cosmic nb-calendar-day-picker nb-stepper .header .step.range-cell.start .label-index, .nb-theme-cosmic nb-stepper .header nb-calendar-day-picker .step.range-cell.end .label-index, .nb-theme-cosmic nb-calendar-day-picker nb-stepper .header .step.range-cell.end .label-index, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-stepper .header .step.range-cell.start .label-index, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-stepper .header .step.range-cell.end .label-index {
  border: 2px solid #00d977;
  color: #00d977; }
.nb-theme-cosmic nb-stepper .header .step.selected .label, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-stepper .header .step.range-cell.start .label, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-stepper .header .step.range-cell.end .label, .nb-theme-cosmic nb-stepper .header nb-calendar-day-picker .step.range-cell.start .label, .nb-theme-cosmic nb-calendar-day-picker nb-stepper .header .step.range-cell.start .label, .nb-theme-cosmic nb-stepper .header nb-calendar-day-picker .step.range-cell.end .label, .nb-theme-cosmic nb-calendar-day-picker nb-stepper .header .step.range-cell.end .label, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-stepper .header .step.range-cell.start .label, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-stepper .header .step.range-cell.end .label {
  color: #00d977; }
.nb-theme-cosmic nb-stepper .header .step.completed .label-index {
  background-color: #00d977;
  border: 2px solid #00d977;
  color: #ffffff; }
.nb-theme-cosmic nb-stepper .header .step.completed .label {
  color: #00d977; }
.nb-theme-cosmic nb-stepper .step-content {
  padding: 1.25rem; }
.nb-theme-cosmic nb-alert {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  background: #3d3780;
  color: #a1a1e5;
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: none;
  padding: 1rem 1.125rem;
  scrollbar-face-color: #554db3;
  scrollbar-track-color: #332e73; }
.nb-theme-cosmic nb-alert ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-cosmic nb-alert ::-webkit-scrollbar-thumb {
    background: #554db3;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-cosmic nb-alert ::-webkit-scrollbar-track {
    background: #332e73; }
.nb-theme-cosmic nb-alert.status {
    color: #ffffff; }
.nb-theme-cosmic nb-alert.xxsmall-alert {
    height: 52px; }
.nb-theme-cosmic nb-alert.xsmall-alert {
    height: 72px; }
.nb-theme-cosmic nb-alert.small-alert {
    height: 92px; }
.nb-theme-cosmic nb-alert.medium-alert {
    height: 112px; }
.nb-theme-cosmic nb-alert.large-alert {
    height: 132px; }
.nb-theme-cosmic nb-alert.xlarge-alert {
    height: 152px; }
.nb-theme-cosmic nb-alert.xxlarge-alert {
    height: 172px; }
.nb-theme-cosmic nb-alert.active-alert {
    background-color: #a1a1e5; }
.nb-theme-cosmic nb-alert.disabled-alert {
    background-color: rgba(255, 255, 255, 0.4);
    color: #a1a1e5; }
.nb-theme-cosmic nb-alert.primary-alert {
    background-color: #7659ff; }
.nb-theme-cosmic nb-alert.info-alert {
    background-color: #0088ff; }
.nb-theme-cosmic nb-alert.success-alert {
    background-color: #00d977; }
.nb-theme-cosmic nb-alert.warning-alert {
    background-color: #ffa100; }
.nb-theme-cosmic nb-alert.danger-alert {
    background-color: #ff386a; }
.nb-theme-cosmic nb-alert.accent {
    border-top-style: solid;
    border-top-width: 0.5rem; }
.nb-theme-cosmic nb-alert.accent nb-alert-header {
      border-radius: 0; }
.nb-theme-cosmic nb-alert.accent-active {
    border-top-color: #a1a1e5; }
.nb-theme-cosmic nb-alert.accent-disabled {
    border-top-color: rgba(255, 255, 255, 0.4); }
.nb-theme-cosmic nb-alert.accent-primary {
    border-top-color: #7659ff; }
.nb-theme-cosmic nb-alert.accent-success {
    border-top-color: #00d977; }
.nb-theme-cosmic nb-alert.accent-info {
    border-top-color: #0088ff; }
.nb-theme-cosmic nb-alert.accent-warning {
    border-top-color: #ffa100; }
.nb-theme-cosmic nb-alert.accent-danger {
    border-top-color: #ff386a; }
.nb-theme-cosmic nb-alert.outline-active {
    border: 2px solid #a1a1e5; }
.nb-theme-cosmic nb-alert.outline-disabled {
    border: 2px solid rgba(255, 255, 255, 0.4); }
.nb-theme-cosmic nb-alert.outline-primary {
    border: 2px solid #7659ff; }
.nb-theme-cosmic nb-alert.outline-success {
    border: 2px solid #00d977; }
.nb-theme-cosmic nb-alert.outline-info {
    border: 2px solid #0088ff; }
.nb-theme-cosmic nb-alert.outline-warning {
    border: 2px solid #ffa100; }
.nb-theme-cosmic nb-alert.outline-danger {
    border: 2px solid #ff386a; }
.nb-theme-cosmic nb-alert .close {
    padding: 1rem 1.125rem;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    font-family: monospace; }
.nb-theme-cosmic nb-alert.closable {
    padding-right: 3rem; }
.nb-theme-cosmic nb-chat {
  font-size: 1rem;
  background: #3d3780;
  border-radius: 0.5rem;
  box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6); }
.nb-theme-cosmic nb-chat .header {
    color: #d1d1ff;
    padding: 1.25rem;
    border-bottom: 1px solid #342e73;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-weight: 500; }
.nb-theme-cosmic nb-chat .scrollable {
    overflow: auto;
    flex: 1;
    scrollbar-face-color: #554db3;
    scrollbar-track-color: #332e73; }
.nb-theme-cosmic nb-chat .scrollable ::-webkit-scrollbar {
      width: 5px;
      height: 5px; }
.nb-theme-cosmic nb-chat .scrollable ::-webkit-scrollbar-thumb {
      background: #554db3;
      cursor: pointer;
      border-radius: 2.5px; }
.nb-theme-cosmic nb-chat .scrollable ::-webkit-scrollbar-track {
      background: #332e73; }
.nb-theme-cosmic nb-chat .messages {
    padding: 1.25rem;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-shrink: 0;
    flex-direction: column; }
.nb-theme-cosmic nb-chat .no-messages {
    font-size: 0.875rem;
    text-align: center; }
.nb-theme-cosmic nb-chat nb-chat-message {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row; }
.nb-theme-cosmic nb-chat nb-chat-message .message {
      flex: 1; }
.nb-theme-cosmic nb-chat nb-chat-message .avatar {
      border-radius: 50%;
      flex-shrink: 0;
      background: #a1a1e5;
      background-position: center;
      background-size: 3.4rem 2.6rem;
      background-repeat: no-repeat;
      width: 2.5rem;
      height: 2.5rem;
      text-align: center;
      line-height: 2.5rem;
      font-size: 0.875rem;
      color: white; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-text {
      display: flex;
      flex-direction: column; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-text .sender {
        font-size: 0.875rem;
        color: #a1a1e5;
        margin-bottom: 0.5rem; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-text p {
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        margin-bottom: 0; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-text .text {
        padding: 1rem;
        border-radius: 0.5rem; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-file {
      display: flex;
      flex-direction: column; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-file a {
        color: #a1a1e5;
        background: transparent;
        font-size: 4rem;
        text-align: center;
        border: 1px solid #a1a1e5;
        width: 10rem;
        height: 10rem;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 0.5rem; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-file a:hover, .nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-file a:focus {
          text-decoration: none;
          color: #a1a1e5; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-file a div {
          background-size: cover;
          width: 100%;
          height: 100%; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-file nb-chat-message-text {
        display: block;
        margin-bottom: 0.5rem; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-file .message-content-group {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-file .message-content-group a {
          margin-bottom: 1rem;
          width: 5rem;
          height: 5rem; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-file .message-content-group a {
            margin-right: 1rem; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-file .message-content-group a {
            margin-left: 1rem; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-quote p.quote {
      font-style: italic;
      font-size: 0.875rem;
      background: #494299;
      color: #a1a1e5;
      padding: 1rem;
      border-radius: 0.5rem;
      margin-bottom: 0.5rem; }
.nb-theme-cosmic nb-chat nb-chat-message nb-chat-message-quote .sender {
      font-size: 0.875rem;
      color: #a1a1e5;
      margin-bottom: 0.5rem; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-message.not-reply .message {
      margin-left: 0.5rem; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-message.not-reply .message {
      margin-right: 0.5rem; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-message.not-reply .message {
      margin-right: 3rem; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-message.not-reply .message {
      margin-left: 3rem; }
.nb-theme-cosmic nb-chat nb-chat-message.not-reply nb-chat-message-text {
      align-items: flex-start; }
.nb-theme-cosmic nb-chat nb-chat-message.not-reply nb-chat-message-text .text {
        background: linear-gradient(to right, #4ca6ff, #59bfff);
        color: #ffffff; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-message.not-reply nb-chat-message-text .text {
          border-top-left-radius: 0; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-message.not-reply nb-chat-message-text .text {
          border-top-right-radius: 0; }
.nb-theme-cosmic nb-chat nb-chat-message.not-reply nb-chat-message-file {
      align-items: flex-start; }
.nb-theme-cosmic nb-chat nb-chat-message.reply {
      flex-direction: row-reverse; }
.nb-theme-cosmic nb-chat nb-chat-message.reply .message {
        margin-left: 0; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-message.reply .message {
          margin-right: 0.5rem; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-message.reply .message {
          margin-left: 0.5rem; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-message.reply .message {
          margin-left: 3rem; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-message.reply .message {
          margin-right: 3rem; }
.nb-theme-cosmic nb-chat nb-chat-message.reply nb-chat-message-text {
        align-items: flex-end; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-message.reply nb-chat-message-text .sender {
          text-align: right; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-message.reply nb-chat-message-text .sender {
          text-align: left; }
.nb-theme-cosmic nb-chat nb-chat-message.reply nb-chat-message-text .text {
          background: #494299;
          color: #d1d1ff; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-message.reply nb-chat-message-text .text {
            border-top-right-radius: 0; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-message.reply nb-chat-message-text .text {
            border-top-left-radius: 0; }
.nb-theme-cosmic nb-chat nb-chat-message.reply nb-chat-message-file {
        align-items: flex-end; }
.nb-theme-cosmic nb-chat nb-chat-form {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    border-top: 1px solid #342e73; }
.nb-theme-cosmic nb-chat nb-chat-form .message-row {
      flex-direction: row;
      display: flex; }
.nb-theme-cosmic nb-chat nb-chat-form input {
      flex: 1;
      padding: 1.25rem 1.5rem;
      border-radius: 2rem;
      border: 1px solid #342e73;
      background: transparent;
      color: #ffffff;
      outline: none;
      box-sizing: border-box; }
.nb-theme-cosmic nb-chat nb-chat-form input.with-button {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-form input.with-button {
          border-bottom-right-radius: 0; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-form input.with-button {
          border-top-right-radius: 0; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-form input.with-button {
          border-bottom-left-radius: 0; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-form input.with-button {
          border-top-left-radius: 0; }
.nb-theme-cosmic nb-chat nb-chat-form input::-moz-placeholder {
        color: #a1a1e5; }
.nb-theme-cosmic nb-chat nb-chat-form input:-ms-input-placeholder {
        color: #a1a1e5; }
.nb-theme-cosmic nb-chat nb-chat-form input::placeholder {
        color: #a1a1e5; }
.nb-theme-cosmic nb-chat nb-chat-form button.btn {
      border-radius: 3rem;
      padding: 0 1.5rem; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-form button.btn {
        border-bottom-left-radius: 0; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-form button.btn {
        border-top-left-radius: 0; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-form button.btn {
        border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-form button.btn {
        border-top-right-radius: 0; }
.nb-theme-cosmic nb-chat nb-chat-form button.btn.with-icon {
        font-size: 3rem;
        line-height: 1;
        padding: 0 1.25rem 0 0.875rem;
        text-align: center; }
.nb-theme-cosmic nb-chat nb-chat-form.file-over input {
      border: 1px dashed #a1a1e5;
      box-shadow: 0 0 0 4px transparent; }
.nb-theme-cosmic nb-chat nb-chat-form.file-over input::-moz-placeholder {
        color: #ffffff; }
.nb-theme-cosmic nb-chat nb-chat-form.file-over input:-ms-input-placeholder {
        color: #ffffff; }
.nb-theme-cosmic nb-chat nb-chat-form.file-over input::placeholder {
        color: #ffffff; }
.nb-theme-cosmic nb-chat nb-chat-form .dropped-files {
      display: flex;
      flex-direction: row;
      margin-bottom: 0.5rem;
      flex-wrap: wrap; }
.nb-theme-cosmic nb-chat nb-chat-form .dropped-files div {
        background-size: cover;
        width: 3rem;
        height: 3rem;
        border-radius: 0.5rem;
        margin-bottom: 0.5rem;
        border: 1px solid #ffffff;
        text-align: center;
        line-height: 3rem;
        font-size: 2rem;
        color: #ffffff;
        position: relative; }
[dir=ltr] .nb-theme-cosmic nb-chat nb-chat-form .dropped-files div {
          margin-right: 0.5rem; }
[dir=rtl] .nb-theme-cosmic nb-chat nb-chat-form .dropped-files div {
          margin-left: 0.5rem; }
.nb-theme-cosmic nb-chat nb-chat-form .dropped-files div .remove {
          position: absolute;
          right: -0.5rem;
          top: -0.875rem;
          font-size: 0.875rem;
          line-height: 1;
          cursor: pointer; }
.nb-theme-cosmic nb-chat.xxsmall-chat {
    height: 96px; }
.nb-theme-cosmic nb-chat.xsmall-chat {
    height: 216px; }
.nb-theme-cosmic nb-chat.small-chat {
    height: 336px; }
.nb-theme-cosmic nb-chat.medium-chat {
    height: 456px; }
.nb-theme-cosmic nb-chat.large-chat {
    height: 576px; }
.nb-theme-cosmic nb-chat.xlarge-chat {
    height: 696px; }
.nb-theme-cosmic nb-chat.xxlarge-chat {
    height: 816px; }
.nb-theme-cosmic nb-chat.active-chat .header {
    background-color: #a1a1e5;
    color: #ffffff; }
.nb-theme-cosmic nb-chat.active-chat nb-chat-form button.btn {
    background-color: #a1a1e5; }
.nb-theme-cosmic nb-chat.disabled-chat .header {
    background-color: rgba(255, 255, 255, 0.4);
    color: #a1a1e5; }
.nb-theme-cosmic nb-chat.disabled-chat nb-chat-form button.btn {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #342e73;
    color: #a1a1e5; }
.nb-theme-cosmic nb-chat.primary-chat .header {
    background-color: #7659ff;
    color: #ffffff; }
.nb-theme-cosmic nb-chat.primary-chat nb-chat-form button.btn {
    background-color: #7659ff; }
.nb-theme-cosmic nb-chat.info-chat .header {
    background-color: #0088ff;
    color: #ffffff; }
.nb-theme-cosmic nb-chat.info-chat nb-chat-form button.btn {
    background-color: #0088ff; }
.nb-theme-cosmic nb-chat.success-chat .header {
    background-color: #00d977;
    color: #ffffff; }
.nb-theme-cosmic nb-chat.success-chat nb-chat-form button.btn {
    background-color: #00d977; }
.nb-theme-cosmic nb-chat.warning-chat .header {
    background-color: #ffa100;
    color: #ffffff; }
.nb-theme-cosmic nb-chat.warning-chat nb-chat-form button.btn {
    background-color: #ffa100; }
.nb-theme-cosmic nb-chat.danger-chat .header {
    background-color: #ff386a;
    color: #ffffff; }
.nb-theme-cosmic nb-chat.danger-chat nb-chat-form button.btn {
    background-color: #ff386a; }
.nb-theme-cosmic nb-accordion {
  display: block;
  box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
  border-radius: 0.5rem; }
.nb-theme-cosmic nb-accordion nb-accordion-item-header {
    position: relative;
    padding: 1.25rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #342e73;
    color: #ffffff;
    font-family: Exo;
    font-size: 1.125rem;
    font-weight: 400; }
.nb-theme-cosmic nb-accordion nb-accordion-item-header h1 {
      margin: 0; }
.nb-theme-cosmic nb-accordion nb-accordion-item-header h2 {
      margin: 0; }
.nb-theme-cosmic nb-accordion nb-accordion-item-header h3 {
      margin: 0; }
.nb-theme-cosmic nb-accordion nb-accordion-item-header h4 {
      margin: 0; }
.nb-theme-cosmic nb-accordion nb-accordion-item-header h5 {
      margin: 0; }
.nb-theme-cosmic nb-accordion nb-accordion-item-header h6 {
      margin: 0; }
.nb-theme-cosmic nb-accordion nb-accordion-item-header i {
      position: absolute; }
[dir=ltr] .nb-theme-cosmic nb-accordion nb-accordion-item-header i {
        right: 1rem; }
[dir=rtl] .nb-theme-cosmic nb-accordion nb-accordion-item-header i {
        left: 1rem; }
.nb-theme-cosmic nb-accordion nb-accordion-item {
    font-family: Roboto;
    font-weight: 400;
    background: #3d3780;
    color: #d1d1ff; }
.nb-theme-cosmic nb-accordion nb-accordion-item.disabled nb-accordion-item-header {
      color: #a1a1e5;
      cursor: default; }
.nb-theme-cosmic nb-accordion nb-accordion-item:first-child {
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem; }
.nb-theme-cosmic nb-accordion nb-accordion-item:last-child {
      border-bottom-left-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem; }
.nb-theme-cosmic nb-accordion nb-accordion-item:last-child.collapsed nb-accordion-item-header {
        border-bottom: none; }
.nb-theme-cosmic nb-accordion nb-accordion-item:not(.collapsed) + nb-accordion-item nb-accordion-item-header {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #342e73; }
.nb-theme-cosmic nb-accordion nb-accordion-item-body .item-body {
    flex: 1;
    -ms-flex: 1 1 auto;
    overflow: auto;
    padding: 1.25rem;
    position: relative; }
.nb-theme-cosmic [nbButton] {
  color: #ffffff;
  font-weight: 500;
  font-family: Exo;
  cursor: default;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.5rem;
  background-color: #7659ff; }
.nb-theme-cosmic [nbButton]:focus, .nb-theme-cosmic [nbButton] .focus, .nb-theme-cosmic [nbButton]:hover, .nb-theme-cosmic [nbButton] .hover, .nb-theme-cosmic [nbButton]:active, .nb-theme-cosmic [nbButton] .active {
    color: #ffffff;
    cursor: default; }
.nb-theme-cosmic [nbButton]:focus, .nb-theme-cosmic [nbButton].focus {
    color: #ffffff;
    background-color: #8970ff;
    border-color: transparent;
    box-shadow: none; }
.nb-theme-cosmic [nbButton]:hover, .nb-theme-cosmic [nbButton].hover {
    color: #ffffff;
    background-color: #8970ff;
    border-color: transparent; }
.nb-theme-cosmic [nbButton]:active, .nb-theme-cosmic [nbButton].active, .nb-theme-cosmic [nbButton]:active:focus {
    color: #ffffff;
    background-color: #654ddb;
    border-color: transparent;
    box-shadow: none; }
.nb-theme-cosmic [nbButton]:disabled, .nb-theme-cosmic [nbButton].btn-disabled {
    opacity: 0.3; }
.nb-theme-cosmic [nbButton].btn-pulse {
    -webkit-animation: btn-primary-pulse 1.5s infinite;
    animation: btn-primary-pulse 1.5s infinite; }
@-webkit-keyframes btn-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #7659ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #7659ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-large {
    padding: 0.875rem 1.75rem;
    font-size: 1.125rem;
    line-height: 1.25;
    border-radius: 0.5rem; }
.nb-theme-cosmic [nbButton].btn-medium {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.5rem; }
.nb-theme-cosmic [nbButton].btn-small {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 0.5rem; }
.nb-theme-cosmic [nbButton].btn-xsmall {
    padding: 0.5rem 1.25rem;
    font-size: 0.75rem;
    line-height: 1.25;
    border-radius: 0.5rem; }
.nb-theme-cosmic [nbButton].btn-primary {
    background-color: #7659ff; }
.nb-theme-cosmic [nbButton].btn-primary:focus, .nb-theme-cosmic [nbButton].btn-primary.focus {
      color: #ffffff;
      background-color: #8970ff;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-primary:hover, .nb-theme-cosmic [nbButton].btn-primary.hover {
      color: #ffffff;
      background-color: #8970ff;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-primary:active, .nb-theme-cosmic [nbButton].btn-primary.active, .nb-theme-cosmic [nbButton].btn-primary:active:focus {
      color: #ffffff;
      background-color: #654ddb;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-primary:disabled, .nb-theme-cosmic [nbButton].btn-primary.btn-disabled {
      opacity: 0.3; }
.nb-theme-cosmic [nbButton].btn-primary.btn-pulse {
      -webkit-animation: btn-primary-pulse 1.5s infinite;
      animation: btn-primary-pulse 1.5s infinite; }
@-webkit-keyframes btn-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #7659ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #7659ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-success {
    background-color: #00d977; }
.nb-theme-cosmic [nbButton].btn-success:focus, .nb-theme-cosmic [nbButton].btn-success.focus {
      color: #ffffff;
      background-color: #24de8a;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-success:hover, .nb-theme-cosmic [nbButton].btn-success.hover {
      color: #ffffff;
      background-color: #24de8a;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-success:active, .nb-theme-cosmic [nbButton].btn-success.active, .nb-theme-cosmic [nbButton].btn-success:active:focus {
      color: #ffffff;
      background-color: #00bb66;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-success:disabled, .nb-theme-cosmic [nbButton].btn-success.btn-disabled {
      opacity: 0.3; }
.nb-theme-cosmic [nbButton].btn-success.btn-pulse {
      -webkit-animation: btn-success-pulse 1.5s infinite;
      animation: btn-success-pulse 1.5s infinite; }
@-webkit-keyframes btn-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #00d977;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #00d977;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-warning {
    background-color: #ffa100; }
.nb-theme-cosmic [nbButton].btn-warning:focus, .nb-theme-cosmic [nbButton].btn-warning.focus {
      color: #ffffff;
      background-color: #ffae24;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-warning:hover, .nb-theme-cosmic [nbButton].btn-warning.hover {
      color: #ffffff;
      background-color: #ffae24;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-warning:active, .nb-theme-cosmic [nbButton].btn-warning.active, .nb-theme-cosmic [nbButton].btn-warning:active:focus {
      color: #ffffff;
      background-color: #db8a00;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-warning:disabled, .nb-theme-cosmic [nbButton].btn-warning.btn-disabled {
      opacity: 0.3; }
.nb-theme-cosmic [nbButton].btn-warning.btn-pulse {
      -webkit-animation: btn-warning-pulse 1.5s infinite;
      animation: btn-warning-pulse 1.5s infinite; }
@-webkit-keyframes btn-warning-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ffa100;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-warning-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ffa100;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-info {
    background-color: #0088ff; }
.nb-theme-cosmic [nbButton].btn-info:focus, .nb-theme-cosmic [nbButton].btn-info.focus {
      color: #ffffff;
      background-color: #2499ff;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-info:hover, .nb-theme-cosmic [nbButton].btn-info.hover {
      color: #ffffff;
      background-color: #2499ff;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-info:active, .nb-theme-cosmic [nbButton].btn-info.active, .nb-theme-cosmic [nbButton].btn-info:active:focus {
      color: #ffffff;
      background-color: #0075db;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-info:disabled, .nb-theme-cosmic [nbButton].btn-info.btn-disabled {
      opacity: 0.3; }
.nb-theme-cosmic [nbButton].btn-info.btn-pulse {
      -webkit-animation: btn-info-pulse 1.5s infinite;
      animation: btn-info-pulse 1.5s infinite; }
@-webkit-keyframes btn-info-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #0088ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-info-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #0088ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-danger {
    background-color: #ff386a; }
.nb-theme-cosmic [nbButton].btn-danger:focus, .nb-theme-cosmic [nbButton].btn-danger.focus {
      color: #ffffff;
      background-color: #ff547f;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-danger:hover, .nb-theme-cosmic [nbButton].btn-danger.hover {
      color: #ffffff;
      background-color: #ff547f;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-danger:active, .nb-theme-cosmic [nbButton].btn-danger.active, .nb-theme-cosmic [nbButton].btn-danger:active:focus {
      color: #ffffff;
      background-color: #db305b;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-danger:disabled, .nb-theme-cosmic [nbButton].btn-danger.btn-disabled {
      opacity: 0.3; }
.nb-theme-cosmic [nbButton].btn-danger.btn-pulse {
      -webkit-animation: btn-danger-pulse 1.5s infinite;
      animation: btn-danger-pulse 1.5s infinite; }
@-webkit-keyframes btn-danger-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ff386a;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-danger-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ff386a;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-secondary {
    border: 2px solid #7659ff;
    color: #ffffff;
    background-color: transparent; }
.nb-theme-cosmic [nbButton].btn-secondary:focus, .nb-theme-cosmic [nbButton].btn-secondary.focus {
      color: #ffffff;
      border-color: #917aff;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-secondary:hover, .nb-theme-cosmic [nbButton].btn-secondary.hover {
      color: #ffffff;
      background-color: #8970ff;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-secondary:active, .nb-theme-cosmic [nbButton].btn-secondary.active, .nb-theme-cosmic [nbButton].btn-secondary:active:focus {
      color: #ffffff;
      background-color: #654ddb;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-secondary:disabled, .nb-theme-cosmic [nbButton].btn-secondary.btn-disabled {
      opacity: 0.3; }
.nb-theme-cosmic [nbButton].btn-secondary.btn-pulse {
      -webkit-animation: btn-secondary-pulse 1.5s infinite;
      animation: btn-secondary-pulse 1.5s infinite; }
@-webkit-keyframes btn-secondary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #7659ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-secondary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #7659ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-secondary:focus, .nb-theme-cosmic [nbButton].btn-secondary.focus, .nb-theme-cosmic [nbButton].btn-secondary:hover, .nb-theme-cosmic [nbButton].btn-secondary.hover, .nb-theme-cosmic [nbButton].btn-secondary:active, .nb-theme-cosmic [nbButton].btn-secondary.active {
      color: #ffffff; }
.nb-theme-cosmic [nbButton].btn-hero.btn-primary {
    background-image: linear-gradient(to right, #ad59ff, #7659ff);
    box-shadow: 0 3px 0 0 #7e4ddb, 0 2px 8px 0 #9259ff, 0 4px 10px 0 rgba(33, 7, 77, 0.5);
    border-radius: 0.5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-primary:focus,
    .nb-theme-cosmic [nbButton].btn-hero.btn-primary .focus {
      background-image: linear-gradient(to right, #b970ff, #8970ff); }
.nb-theme-cosmic [nbButton].btn-hero.btn-primary:hover,
    .nb-theme-cosmic [nbButton].btn-hero.btn-primary .hover {
      background-image: linear-gradient(to right, #b970ff, #8970ff); }
.nb-theme-cosmic [nbButton].btn-hero.btn-primary:active,
    .nb-theme-cosmic [nbButton].btn-hero.btn-primary .active {
      background-image: linear-gradient(to right, #954ddb, #654ddb);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-hero.btn-primary:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-hero.btn-primary.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-primary.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-primary.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-primary.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-primary.btn-pulse {
      -webkit-animation: btn-hero-primary-pulse 1.5s infinite;
      animation: btn-hero-primary-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #7659ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #7659ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-hero.btn-success {
    background-image: linear-gradient(to right, #00d9bf, #00d977);
    box-shadow: 0 3px 0 0 #00bb85, 0 2px 8px 0 #00d99b, 0 4px 10px 0 rgba(33, 7, 77, 0.5);
    border-radius: 0.5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-success:focus,
    .nb-theme-cosmic [nbButton].btn-hero.btn-success .focus {
      background-image: linear-gradient(to right, #24dec8, #24de8a); }
.nb-theme-cosmic [nbButton].btn-hero.btn-success:hover,
    .nb-theme-cosmic [nbButton].btn-hero.btn-success .hover {
      background-image: linear-gradient(to right, #24dec8, #24de8a); }
.nb-theme-cosmic [nbButton].btn-hero.btn-success:active,
    .nb-theme-cosmic [nbButton].btn-hero.btn-success .active {
      background-image: linear-gradient(to right, #00bba5, #00bb66);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-hero.btn-success:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-hero.btn-success.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-success.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-success.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-success.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-success.btn-pulse {
      -webkit-animation: btn-hero-success-pulse 1.5s infinite;
      animation: btn-hero-success-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #00d977;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #00d977;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-hero.btn-warning {
    background-image: linear-gradient(to right, #ffcc00, #ffa100);
    box-shadow: 0 3px 0 0 #db9d00, 0 2px 8px 0 #ffb600, 0 4px 10px 0 rgba(33, 7, 77, 0.5);
    border-radius: 0.5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-warning:focus,
    .nb-theme-cosmic [nbButton].btn-hero.btn-warning .focus {
      background-image: linear-gradient(to right, #ffd324, #ffae24); }
.nb-theme-cosmic [nbButton].btn-hero.btn-warning:hover,
    .nb-theme-cosmic [nbButton].btn-hero.btn-warning .hover {
      background-image: linear-gradient(to right, #ffd324, #ffae24); }
.nb-theme-cosmic [nbButton].btn-hero.btn-warning:active,
    .nb-theme-cosmic [nbButton].btn-hero.btn-warning .active {
      background-image: linear-gradient(to right, #dbaf00, #db8a00);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-hero.btn-warning:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-hero.btn-warning.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-warning.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-warning.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-warning.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-warning.btn-pulse {
      -webkit-animation: btn-hero-warning-pulse 1.5s infinite;
      animation: btn-hero-warning-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-warning-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ffa100;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-warning-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ffa100;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-hero.btn-info {
    background-image: linear-gradient(to right, #00b3ff, #0088ff);
    box-shadow: 0 3px 0 0 #0087db, 0 2px 8px 0 #009dff, 0 4px 10px 0 rgba(33, 7, 77, 0.5);
    border-radius: 0.5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-info:focus,
    .nb-theme-cosmic [nbButton].btn-hero.btn-info .focus {
      background-image: linear-gradient(to right, #24bdff, #2499ff); }
.nb-theme-cosmic [nbButton].btn-hero.btn-info:hover,
    .nb-theme-cosmic [nbButton].btn-hero.btn-info .hover {
      background-image: linear-gradient(to right, #24bdff, #2499ff); }
.nb-theme-cosmic [nbButton].btn-hero.btn-info:active,
    .nb-theme-cosmic [nbButton].btn-hero.btn-info .active {
      background-image: linear-gradient(to right, #009adb, #0075db);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-hero.btn-info:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-hero.btn-info.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-info.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-info.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-info.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-info.btn-pulse {
      -webkit-animation: btn-hero-info-pulse 1.5s infinite;
      animation: btn-hero-info-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-info-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #0088ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-info-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #0088ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-hero.btn-danger {
    background-image: linear-gradient(to right, #ff38ac, #ff386a);
    box-shadow: 0 3px 0 0 #db3078, 0 2px 8px 0 #ff388b, 0 4px 10px 0 rgba(33, 7, 77, 0.5);
    border-radius: 0.5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-danger:focus,
    .nb-theme-cosmic [nbButton].btn-hero.btn-danger .focus {
      background-image: linear-gradient(to right, #ff54b8, #ff547f); }
.nb-theme-cosmic [nbButton].btn-hero.btn-danger:hover,
    .nb-theme-cosmic [nbButton].btn-hero.btn-danger .hover {
      background-image: linear-gradient(to right, #ff54b8, #ff547f); }
.nb-theme-cosmic [nbButton].btn-hero.btn-danger:active,
    .nb-theme-cosmic [nbButton].btn-hero.btn-danger .active {
      background-image: linear-gradient(to right, #db3094, #db305b);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-hero.btn-danger:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-hero.btn-danger.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-danger.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-danger.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-danger.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-cosmic [nbButton].btn-hero.btn-danger.btn-pulse {
      -webkit-animation: btn-hero-danger-pulse 1.5s infinite;
      animation: btn-hero-danger-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-danger-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ff386a;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-danger-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ff386a;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-hero.btn-secondary {
    color: #ffffff;
    background-color: transparent;
    box-shadow: 0 3px 0 0 #7e4ddb, 0 2px 8px 0 #9259ff, 0 4px 10px 0 rgba(33, 7, 77, 0.5);
    border-radius: 0.5rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: 2px solid #7659ff; }
.nb-theme-cosmic [nbButton].btn-hero.btn-secondary:focus,
    .nb-theme-cosmic [nbButton].btn-hero.btn-secondary .focus {
      border-color: #8970ff; }
.nb-theme-cosmic [nbButton].btn-hero.btn-secondary:hover,
    .nb-theme-cosmic [nbButton].btn-hero.btn-secondary .hover {
      background-color: rgba(118, 89, 255, 0.2); }
.nb-theme-cosmic [nbButton].btn-hero.btn-secondary:active,
    .nb-theme-cosmic [nbButton].btn-hero.btn-secondary .active {
      border-color: #654ddb;
      box-shadow: none;
      background: none; }
.nb-theme-cosmic [nbButton].btn-hero.btn-secondary:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-hero.btn-secondary.btn-pulse {
      -webkit-animation: btn-hero-secondary-pulse 1.5s infinite;
      animation: btn-hero-secondary-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-secondary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #7659ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-secondary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #7659ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-cosmic [nbButton].btn-outline.btn-primary {
    border: 2px solid #7659ff;
    color: #ffffff;
    background-color: transparent; }
.nb-theme-cosmic [nbButton].btn-outline.btn-primary:focus, .nb-theme-cosmic [nbButton].btn-outline.btn-primary.focus {
      color: #ffffff;
      border-color: #917aff;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-outline.btn-primary:hover, .nb-theme-cosmic [nbButton].btn-outline.btn-primary.hover {
      color: #ffffff;
      background-color: #8970ff;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-outline.btn-primary:active, .nb-theme-cosmic [nbButton].btn-outline.btn-primary.active, .nb-theme-cosmic [nbButton].btn-outline.btn-primary:active:focus {
      color: #ffffff;
      background-color: #654ddb;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-outline.btn-warning {
    border: 2px solid #ffa100;
    color: #ffffff;
    background-color: transparent; }
.nb-theme-cosmic [nbButton].btn-outline.btn-warning:focus, .nb-theme-cosmic [nbButton].btn-outline.btn-warning.focus {
      color: #ffffff;
      border-color: #ffb433;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-outline.btn-warning:hover, .nb-theme-cosmic [nbButton].btn-outline.btn-warning.hover {
      color: #ffffff;
      background-color: #ffae24;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-outline.btn-warning:active, .nb-theme-cosmic [nbButton].btn-outline.btn-warning.active, .nb-theme-cosmic [nbButton].btn-outline.btn-warning:active:focus {
      color: #ffffff;
      background-color: #db8a00;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-outline.btn-success {
    border: 2px solid #00d977;
    color: #ffffff;
    background-color: transparent; }
.nb-theme-cosmic [nbButton].btn-outline.btn-success:focus, .nb-theme-cosmic [nbButton].btn-outline.btn-success.focus {
      color: #ffffff;
      border-color: #33e192;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-outline.btn-success:hover, .nb-theme-cosmic [nbButton].btn-outline.btn-success.hover {
      color: #ffffff;
      background-color: #24de8a;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-outline.btn-success:active, .nb-theme-cosmic [nbButton].btn-outline.btn-success.active, .nb-theme-cosmic [nbButton].btn-outline.btn-success:active:focus {
      color: #ffffff;
      background-color: #00bb66;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-outline.btn-info {
    border: 2px solid #0088ff;
    color: #ffffff;
    background-color: transparent; }
.nb-theme-cosmic [nbButton].btn-outline.btn-info:focus, .nb-theme-cosmic [nbButton].btn-outline.btn-info.focus {
      color: #ffffff;
      border-color: #33a0ff;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-outline.btn-info:hover, .nb-theme-cosmic [nbButton].btn-outline.btn-info.hover {
      color: #ffffff;
      background-color: #2499ff;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-outline.btn-info:active, .nb-theme-cosmic [nbButton].btn-outline.btn-info.active, .nb-theme-cosmic [nbButton].btn-outline.btn-info:active:focus {
      color: #ffffff;
      background-color: #0075db;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-outline.btn-danger {
    border: 2px solid #ff386a;
    color: #ffffff;
    background-color: transparent; }
.nb-theme-cosmic [nbButton].btn-outline.btn-danger:focus, .nb-theme-cosmic [nbButton].btn-outline.btn-danger.focus {
      color: #ffffff;
      border-color: #ff6088;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-outline.btn-danger:hover, .nb-theme-cosmic [nbButton].btn-outline.btn-danger.hover {
      color: #ffffff;
      background-color: #ff547f;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-outline.btn-danger:active, .nb-theme-cosmic [nbButton].btn-outline.btn-danger.active, .nb-theme-cosmic [nbButton].btn-outline.btn-danger:active:focus {
      color: #ffffff;
      background-color: #db305b;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-outline.btn-secondary {
    border: 2px solid #7659ff;
    color: #ffffff;
    background-color: transparent; }
.nb-theme-cosmic [nbButton].btn-outline.btn-secondary:focus, .nb-theme-cosmic [nbButton].btn-outline.btn-secondary.focus {
      color: #ffffff;
      border-color: #917aff;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-outline.btn-secondary:hover, .nb-theme-cosmic [nbButton].btn-outline.btn-secondary.hover {
      color: #ffffff;
      background-color: #8970ff;
      border-color: transparent; }
.nb-theme-cosmic [nbButton].btn-outline.btn-secondary:active, .nb-theme-cosmic [nbButton].btn-outline.btn-secondary.active, .nb-theme-cosmic [nbButton].btn-outline.btn-secondary:active:focus {
      color: #ffffff;
      background-color: #654ddb;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-cosmic [nbButton].btn-outline.btn-secondary:focus, .nb-theme-cosmic [nbButton].btn-outline.btn-secondary.focus, .nb-theme-cosmic [nbButton].btn-outline.btn-secondary:hover, .nb-theme-cosmic [nbButton].btn-outline.btn-secondary.hover, .nb-theme-cosmic [nbButton].btn-outline.btn-secondary:active, .nb-theme-cosmic [nbButton].btn-outline.btn-secondary.active {
      color: #ffffff; }
.nb-theme-cosmic [nbButton].btn-rectangle {
    border-radius: 0.25rem; }
.nb-theme-cosmic [nbButton].btn-semi-round {
    border-radius: 0.75rem; }
.nb-theme-cosmic [nbButton].btn-round {
    border-radius: 1.5rem; }
.nb-theme-cosmic nb-list-item {
  border-bottom: 1px solid #342e73;
  padding: 1rem; }
.nb-theme-cosmic nb-list-item:first-child {
    border-top: 1px solid #342e73; }
.nb-theme-cosmic [nbInput] {
  background-color: #37317a;
  border: 2px solid #342e73;
  color: #ffffff; }
.nb-theme-cosmic [nbInput]:focus {
    outline: none;
    background-color: #342e73;
    border-color: #7659ff; }
.nb-theme-cosmic [nbInput][disabled]::-moz-placeholder {
    color: rgba(161, 161, 229, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput][disabled]:-ms-input-placeholder {
    color: rgba(161, 161, 229, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput][disabled]::placeholder {
    color: rgba(161, 161, 229, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput][disabled]::-webkit-input-placeholder {
    color: rgba(161, 161, 229, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput][disabled]:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-cosmic [nbInput][disabled]::-moz-placeholder {
    color: rgba(161, 161, 229, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput][disabled]:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-cosmic [nbInput][disabled]:-moz-placeholder {
    color: rgba(161, 161, 229, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput][disabled]:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-cosmic [nbInput][disabled]:-ms-input-placeholder {
    color: rgba(161, 161, 229, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput][disabled]:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-cosmic [nbInput].input-full-width {
    width: 100%; }
.nb-theme-cosmic [nbInput].input-info {
    border-color: #0088ff; }
.nb-theme-cosmic [nbInput].input-success {
    border-color: #00d977; }
.nb-theme-cosmic [nbInput].input-warning {
    border-color: #ffa100; }
.nb-theme-cosmic [nbInput].input-danger {
    border-color: #ff386a; }
.nb-theme-cosmic [nbInput].input-sm {
    font-size: 0.875rem;
    padding: 0.375rem 1.125rem; }
.nb-theme-cosmic [nbInput].input-md {
    font-size: 1rem;
    padding: 0.75rem 1.125rem; }
.nb-theme-cosmic [nbInput].input-lg {
    font-size: 1.125rem;
    padding: 1.125rem; }
.nb-theme-cosmic [nbInput].input-rectangle {
    border-radius: 0.5rem; }
.nb-theme-cosmic [nbInput].input-semi-round {
    border-radius: 0.75rem; }
.nb-theme-cosmic [nbInput].input-round {
    border-radius: 1.5rem; }
.nb-theme-cosmic [nbInput]::-moz-placeholder {
    color: #a1a1e5;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput]:-ms-input-placeholder {
    color: #a1a1e5;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput]::placeholder {
    color: #a1a1e5;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput]::-webkit-input-placeholder {
    color: #a1a1e5;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput]:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-cosmic [nbInput]::-moz-placeholder {
    color: #a1a1e5;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput]:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-cosmic [nbInput]:-moz-placeholder {
    color: #a1a1e5;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput]:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-cosmic [nbInput]:-ms-input-placeholder {
    color: #a1a1e5;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-cosmic [nbInput]:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-cosmic .overlay-backdrop {
  background: rgba(0, 0, 0, 0.288); }
.nb-theme-cosmic .cdk-overlay-container {
  z-index: 1040; }
.nb-theme-cosmic nb-popover {
  border: 2px solid #7659ff;
  border-radius: 0.5rem;
  background: #3d3780;
  box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6); }
.nb-theme-cosmic nb-popover .primitive-overlay {
    color: #ffffff; }
.nb-theme-cosmic nb-popover .arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #7659ff; }
.nb-theme-cosmic nb-popover .arrow::after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      top: 3px;
      left: calc(50% - calc(11px - 2px));
      border-left: calc(11px - 2px) solid transparent;
      border-right: calc(11px - 2px) solid transparent;
      border-bottom: calc(11px - 2px) solid #3d3780; }
.nb-theme-cosmic nb-popover.nb-overlay-bottom .arrow {
    top: calc(-11px + 1px);
    left: calc(50% - 11px); }
.nb-theme-cosmic nb-popover.nb-overlay-left .arrow {
    right: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(90deg); }
.nb-theme-cosmic nb-popover.nb-overlay-top .arrow {
    bottom: calc(-11px + 1px);
    left: calc(50% - 11px);
    transform: rotate(180deg); }
.nb-theme-cosmic nb-popover.nb-overlay-right .arrow {
    left: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(270deg); }
.nb-theme-cosmic nb-context-menu {
  border: 2px solid #7659ff;
  border-radius: 0.5rem;
  background: #3d3780;
  box-shadow: none; }
.nb-theme-cosmic nb-context-menu .primitive-overlay {
    color: #ffffff; }
.nb-theme-cosmic nb-context-menu .arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #7659ff; }
.nb-theme-cosmic nb-context-menu .arrow::after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      top: 3px;
      left: calc(50% - calc(11px - 2px));
      border-left: calc(11px - 2px) solid transparent;
      border-right: calc(11px - 2px) solid transparent;
      border-bottom: calc(11px - 2px) solid #3d3780; }
.nb-theme-cosmic nb-context-menu.nb-overlay-bottom .arrow {
    top: calc(-11px + 1px);
    left: calc(50% - 11px); }
.nb-theme-cosmic nb-context-menu.nb-overlay-left .arrow {
    right: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(90deg); }
.nb-theme-cosmic nb-context-menu.nb-overlay-top .arrow {
    bottom: calc(-11px + 1px);
    left: calc(50% - 11px);
    transform: rotate(180deg); }
.nb-theme-cosmic nb-context-menu.nb-overlay-right .arrow {
    left: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(270deg); }
.nb-theme-cosmic nb-menu.context-menu .menu-items .menu-item a {
  color: #ffffff;
  font-weight: 400; }
.nb-theme-cosmic nb-menu.context-menu .menu-items .menu-item a .menu-icon {
    color: #ffffff; }
.nb-theme-cosmic nb-menu.context-menu .menu-items .menu-item a:focus, .nb-theme-cosmic nb-menu.context-menu .menu-items .menu-item a:active, .nb-theme-cosmic nb-menu.context-menu .menu-items .menu-item a:hover {
    color: #ffffff;
    background: #7659ff;
    font-weight: 400; }
.nb-theme-cosmic nb-menu.context-menu .menu-items .menu-item a:focus .menu-icon, .nb-theme-cosmic nb-menu.context-menu .menu-items .menu-item a:active .menu-icon, .nb-theme-cosmic nb-menu.context-menu .menu-items .menu-item a:hover .menu-icon {
      color: #ffffff; }
.nb-theme-cosmic nb-select > button[nbButton] {
  transition: all 0.1s; }
[dir=rtl] .nb-theme-cosmic nb-select > button[nbButton]::after {
    left: 0.75rem; }
[dir=rtl] .nb-theme-cosmic nb-select > button[nbButton]::after {
    right: auto; }
.nb-theme-cosmic nb-select > button[nbButton].opened.top {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.nb-theme-cosmic nb-select > button[nbButton].opened.bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.nb-theme-cosmic nb-card.select {
  background-color: #3d3780;
  max-height: 20rem;
  margin-bottom: 0;
  box-shadow: none; }
.nb-theme-cosmic nb-card.select nb-card-body {
    padding: 0; }
.nb-theme-cosmic nb-card.select nb-option {
    padding: 0.75rem 1.5rem; }
.nb-theme-cosmic nb-card.select.primary {
    border: 2px solid #7659ff; }
.nb-theme-cosmic nb-card.select.primary nb-option:hover, .nb-theme-cosmic nb-card.select.primary nb-option.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-card.select.primary nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-card.select.primary nb-option.range-cell.end, .nb-theme-cosmic nb-card.select.primary nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker nb-card.select.primary nb-option.range-cell.start, .nb-theme-cosmic nb-card.select.primary nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker nb-card.select.primary nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-card.select.primary nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-card.select.primary nb-option.range-cell.end {
      background-color: #7659ff;
      color: #ffffff; }
.nb-theme-cosmic nb-card.select.danger {
    border: 2px solid #ff386a; }
.nb-theme-cosmic nb-card.select.danger nb-option:hover, .nb-theme-cosmic nb-card.select.danger nb-option.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-card.select.danger nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-card.select.danger nb-option.range-cell.end, .nb-theme-cosmic nb-card.select.danger nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker nb-card.select.danger nb-option.range-cell.start, .nb-theme-cosmic nb-card.select.danger nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker nb-card.select.danger nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-card.select.danger nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-card.select.danger nb-option.range-cell.end {
      background-color: #ff386a;
      color: #ffffff; }
.nb-theme-cosmic nb-card.select.warning {
    border: 2px solid #ffa100; }
.nb-theme-cosmic nb-card.select.warning nb-option:hover, .nb-theme-cosmic nb-card.select.warning nb-option.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-card.select.warning nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-card.select.warning nb-option.range-cell.end, .nb-theme-cosmic nb-card.select.warning nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker nb-card.select.warning nb-option.range-cell.start, .nb-theme-cosmic nb-card.select.warning nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker nb-card.select.warning nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-card.select.warning nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-card.select.warning nb-option.range-cell.end {
      background-color: #ffa100;
      color: #ffffff; }
.nb-theme-cosmic nb-card.select.info {
    border: 2px solid #0088ff; }
.nb-theme-cosmic nb-card.select.info nb-option:hover, .nb-theme-cosmic nb-card.select.info nb-option.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-card.select.info nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-card.select.info nb-option.range-cell.end, .nb-theme-cosmic nb-card.select.info nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker nb-card.select.info nb-option.range-cell.start, .nb-theme-cosmic nb-card.select.info nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker nb-card.select.info nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-card.select.info nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-card.select.info nb-option.range-cell.end {
      background-color: #0088ff;
      color: #ffffff; }
.nb-theme-cosmic nb-card.select.success {
    border: 2px solid #00d977; }
.nb-theme-cosmic nb-card.select.success nb-option:hover, .nb-theme-cosmic nb-card.select.success nb-option.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-card.select.success nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic nb-card.select.success nb-option.range-cell.end, .nb-theme-cosmic nb-card.select.success nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker nb-card.select.success nb-option.range-cell.start, .nb-theme-cosmic nb-card.select.success nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker nb-card.select.success nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-card.select.success nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic nb-card.select.success nb-option.range-cell.end {
      background-color: #00d977;
      color: #ffffff; }
.nb-theme-cosmic nb-card.select.bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.nb-theme-cosmic nb-card.select.top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.nb-theme-cosmic nb-card.select nb-checkbox .customised-control-description {
    color: inherit; }
.nb-theme-cosmic nb-card.select nb-checkbox .customised-control-input:checked ~ .customised-control-indicator {
    border-color: #a1a1e5; }
.nb-theme-cosmic nb-card.select nb-checkbox .customised-control-input:checked ~ .customised-control-indicator::before {
      border-color: #a1a1e5; }
.nb-theme-cosmic nb-card.select nb-option.disabled, .nb-theme-cosmic nb-card.select nb-option-group.disabled {
    background-color: #312e75;
    opacity: 0.3; }
.nb-theme-cosmic nb-toast {
  background-color: #3d3780;
  padding: 1.25rem;
  color: #d1d1ff;
  border: 0;
  border-radius: 0.5rem; }
[dir=ltr] .nb-theme-cosmic nb-toast .icon {
    margin-right: 1.25rem; }
[dir=rtl] .nb-theme-cosmic nb-toast .icon {
    margin-left: 1.25rem; }
.nb-theme-cosmic nb-toast i {
    border-radius: 0.25rem; }
.nb-theme-cosmic nb-toast.default {
    border-color: #bcc3cc;
    padding: calc(1.25rem / 2) 1.25rem;
    color: #ffffff;
    background-color: #bcc3cc; }
.nb-theme-cosmic nb-toast.success {
    border-color: #00d977;
    color: #00d977;
    background-image: linear-gradient(to right, #00d9bf, #00d977);
    color: #ffffff; }
.nb-theme-cosmic nb-toast.success i {
      background-color: #00d977;
      color: #ffffff; }
.nb-theme-cosmic nb-toast.success i {
      background-color: #ffffff;
      color: #00d977; }
.nb-theme-cosmic nb-toast.info {
    border-color: #0088ff;
    color: #0088ff;
    background-image: linear-gradient(to right, #00b3ff, #0088ff);
    color: #ffffff; }
.nb-theme-cosmic nb-toast.info i {
      background-color: #0088ff;
      color: #ffffff; }
.nb-theme-cosmic nb-toast.info i {
      background-color: #ffffff;
      color: #0088ff; }
.nb-theme-cosmic nb-toast.warning {
    border-color: #ffa100;
    color: #ffa100;
    background-image: linear-gradient(to right, #ffcc00, #ffa100);
    color: #ffffff; }
.nb-theme-cosmic nb-toast.warning i {
      background-color: #ffa100;
      color: #ffffff; }
.nb-theme-cosmic nb-toast.warning i {
      background-color: #ffffff;
      color: #ffa100; }
.nb-theme-cosmic nb-toast.primary {
    border-color: #7659ff;
    color: #7659ff;
    background-image: linear-gradient(to right, #ad59ff, #7659ff);
    color: #ffffff; }
.nb-theme-cosmic nb-toast.primary i {
      background-color: #7659ff;
      color: #ffffff; }
.nb-theme-cosmic nb-toast.primary i {
      background-color: #ffffff;
      color: #7659ff; }
.nb-theme-cosmic nb-toast.danger {
    border-color: #ff386a;
    color: #ff386a;
    background-image: linear-gradient(to right, #ff38ac, #ff386a);
    color: #ffffff; }
.nb-theme-cosmic nb-toast.danger i {
      background-color: #ff386a;
      color: #ffffff; }
.nb-theme-cosmic nb-toast.danger i {
      background-color: #ffffff;
      color: #ff386a; }
.nb-theme-cosmic nb-tooltip {
  background: #d1d1ff; }
.nb-theme-cosmic nb-tooltip .content {
    font-size: 1rem;
    color: #3d3780; }
.nb-theme-cosmic nb-tooltip .arrow {
    border-bottom: 5px solid #d1d1ff; }
.nb-theme-cosmic nb-tooltip.primary-tooltip {
    background: #7659ff; }
.nb-theme-cosmic nb-tooltip.primary-tooltip .arrow {
      border-bottom-color: #7659ff; }
.nb-theme-cosmic nb-tooltip.primary-tooltip .content {
      color: #ffffff; }
.nb-theme-cosmic nb-tooltip.danger-tooltip {
    background: #ff386a; }
.nb-theme-cosmic nb-tooltip.danger-tooltip .arrow {
      border-bottom-color: #ff386a; }
.nb-theme-cosmic nb-tooltip.danger-tooltip .content {
      color: #ffffff; }
.nb-theme-cosmic nb-tooltip.success-tooltip {
    background: #00d977; }
.nb-theme-cosmic nb-tooltip.success-tooltip .arrow {
      border-bottom-color: #00d977; }
.nb-theme-cosmic nb-tooltip.success-tooltip .content {
      color: #ffffff; }
.nb-theme-cosmic nb-tooltip.warning-tooltip {
    background: #ffa100; }
.nb-theme-cosmic nb-tooltip.warning-tooltip .arrow {
      border-bottom-color: #ffa100; }
.nb-theme-cosmic nb-tooltip.warning-tooltip .content {
      color: #ffffff; }
.nb-theme-cosmic nb-tooltip.info-tooltip {
    background: #0088ff; }
.nb-theme-cosmic nb-tooltip.info-tooltip .arrow {
      border-bottom-color: #0088ff; }
.nb-theme-cosmic nb-tooltip.info-tooltip .content {
      color: #ffffff; }
.nb-theme-cosmic button.button > i {
  color: #ffffff;
  font-size: 1.5rem; }
.nb-theme-cosmic nb-datepicker-container {
  border: 2px solid #7659ff;
  border-radius: 0.5rem;
  background: #3d3780;
  box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6); }
.nb-theme-cosmic nb-datepicker-container .primitive-overlay {
    color: #ffffff; }
.nb-theme-cosmic nb-datepicker-container .arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #7659ff; }
.nb-theme-cosmic nb-datepicker-container .arrow::after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      top: 3px;
      left: calc(50% - calc(11px - 2px));
      border-left: calc(11px - 2px) solid transparent;
      border-right: calc(11px - 2px) solid transparent;
      border-bottom: calc(11px - 2px) solid #3d3780; }
.nb-theme-cosmic nb-datepicker-container.nb-overlay-bottom .arrow {
    top: calc(-11px + 1px);
    left: calc(50% - 11px); }
.nb-theme-cosmic nb-datepicker-container.nb-overlay-left .arrow {
    right: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(90deg); }
.nb-theme-cosmic nb-datepicker-container.nb-overlay-top .arrow {
    bottom: calc(-11px + 1px);
    left: calc(50% - 11px);
    transform: rotate(180deg); }
.nb-theme-cosmic nb-datepicker-container.nb-overlay-right .arrow {
    left: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(270deg); }
.nb-theme-cosmic nb-radio .radio-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #342e73; }
.nb-theme-cosmic nb-radio .radio-indicator::before {
    background-color: transparent;
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.6);
    border: solid transparent; }
.nb-theme-cosmic nb-radio input:checked + .radio-indicator,
.nb-theme-cosmic nb-radio input:disabled:checked + .radio-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #7659ff; }
.nb-theme-cosmic nb-radio input:checked + .radio-indicator::before,
  .nb-theme-cosmic nb-radio input:disabled:checked + .radio-indicator::before {
    background-color: #7659ff;
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.6);
    border: solid #7659ff; }
.nb-theme-cosmic nb-radio input:disabled + .radio-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #342e73; }
.nb-theme-cosmic nb-radio input:disabled + .radio-indicator::before {
    background-color: transparent;
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.6);
    border: solid transparent; }
.nb-theme-cosmic nb-radio input:checked + .radio-indicator,
.nb-theme-cosmic nb-radio input:hover:not(:disabled) + .radio-indicator {
  border-color: #7659ff; }
.nb-theme-cosmic nb-radio.success input:checked + .radio-indicator,
.nb-theme-cosmic nb-radio.success input:hover:not(:disabled) + .radio-indicator {
  border-color: #00d977; }
.nb-theme-cosmic nb-radio.warning input:checked + .radio-indicator,
.nb-theme-cosmic nb-radio.warning input:hover:not(:disabled) + .radio-indicator {
  border-color: #ffa100; }
.nb-theme-cosmic nb-radio.danger input:checked + .radio-indicator,
.nb-theme-cosmic nb-radio.danger input:hover:not(:disabled) + .radio-indicator {
  border-color: #ff386a; }
.nb-theme-cosmic nb-radio .radio-description {
  color: #d1d1ff; }
.nb-theme-cosmic .font-secondary {
  font-family: Exo; }
.nb-theme-cosmic .font-secondary .header .name {
    font-size: 4.5rem; }
.nb-theme-cosmic .font-main {
  font-family: Roboto; }
.nb-theme-cosmic .font-main .header .name {
    font-size: 2.5rem; }
.nb-theme-cosmic .font-w-light {
  font-weight: 300; }
.nb-theme-cosmic .font-w-regular {
  font-weight: 400; }
.nb-theme-cosmic .font-w-bold {
  font-weight: 600; }
.nb-theme-cosmic .text-primary {
  color: #8b72ff !important; }
.nb-theme-cosmic .text-warning {
  color: #ffaf26 !important; }
.nb-theme-cosmic .text-success {
  color: #26df8b !important; }
.nb-theme-cosmic .text-info {
  color: #269aff !important; }
.nb-theme-cosmic .text-danger {
  color: #ff5680 !important; }
.nb-theme-cosmic .text-heading {
  color: #ffffff !important; }
.nb-theme-cosmic .text-body {
  color: #d1d1ff !important; }
.nb-theme-cosmic .text-hint {
  color: #a1a1e5 !important; }
.nb-theme-cosmic .text-white {
  color: #ffffff !important; }
.nb-theme-cosmic .bg-primary {
  background-color: #8b72ff !important; }
.nb-theme-cosmic .bg-warning {
  background-color: #ffaf26 !important; }
.nb-theme-cosmic .bg-success {
  background-color: #26df8b !important; }
.nb-theme-cosmic .bg-info {
  background-color: #269aff !important; }
.nb-theme-cosmic .bg-danger {
  background-color: #ff5680 !important; }
.nb-theme-cosmic .bg-heading {
  background-color: #ffffff !important; }
.nb-theme-cosmic .bg-body {
  background-color: #d1d1ff !important; }
.nb-theme-cosmic .bg-hint {
  background-color: #a1a1e5 !important; }
.nb-theme-cosmic .bg-white {
  background-color: #ffffff !important; }
.nb-theme-cosmic .text-indent {
  text-indent: 2rem; }
.nb-theme-cosmic .blockquote {
  font-size: 1rem;
  color: #d1d1ff; }
[dir=ltr] .nb-theme-cosmic .blockquote {
    border-left: 0.25rem solid #00f9a6; }
[dir=rtl] .nb-theme-cosmic .blockquote {
    border-right: 0.25rem solid #00f9a6; }
.nb-theme-cosmic .blockquote-reverse {
  font-size: 1rem;
  color: #d1d1ff; }
[dir=ltr] .nb-theme-cosmic .blockquote-reverse {
    border-right: 0.25rem solid #00f9a6; }
[dir=rtl] .nb-theme-cosmic .blockquote-reverse {
    border-left: 0.25rem solid #00f9a6; }
.nb-theme-cosmic .blockquote-footer {
  color: #a1a1e5;
  font-style: italic;
  font-size: 100%; }
.nb-theme-cosmic small, .nb-theme-cosmic .small {
  font-size: 87.5%; }
.nb-theme-cosmic mark, .nb-theme-cosmic .mark {
  padding: 0.05em;
  background-color: #8b72ff;
  color: #ffffff; }
.nb-theme-cosmic h1, .nb-theme-cosmic h2, .nb-theme-cosmic h3, .nb-theme-cosmic h4, .nb-theme-cosmic h5, .nb-theme-cosmic h6, .nb-theme-cosmic .h1, .nb-theme-cosmic .h2, .nb-theme-cosmic .h3, .nb-theme-cosmic .h4, .nb-theme-cosmic .h5, .nb-theme-cosmic .h6 {
  font-family: Exo;
  color: #ffffff;
  font-weight: 500; }
.nb-theme-cosmic strong, .nb-theme-cosmic b {
  font-weight: 600; }
.nb-theme-cosmic a {
  color: #00f9a6; }
.nb-theme-cosmic a:hover, .nb-theme-cosmic a:focus {
    color: #14ffbe; }
[dir=ltr] .nb-theme-cosmic ol, [dir=ltr] .nb-theme-cosmic ul {
  padding-left: 1.25rem; }
[dir=rtl] .nb-theme-cosmic ol, [dir=rtl] .nb-theme-cosmic ul {
  padding-right: 1.25rem; }
.nb-theme-cosmic .alert {
  border: none !important; }
.nb-theme-cosmic .alert-success {
  background-color: #2f296b;
  border: none;
  color: #26df8b; }
.nb-theme-cosmic .alert-success h1, .nb-theme-cosmic .alert-success h2, .nb-theme-cosmic .alert-success h3, .nb-theme-cosmic .alert-success h4, .nb-theme-cosmic .alert-success h5, .nb-theme-cosmic .alert-success h6, .nb-theme-cosmic .alert-success .h1, .nb-theme-cosmic .alert-success .h2, .nb-theme-cosmic .alert-success .h3, .nb-theme-cosmic .alert-success .h4, .nb-theme-cosmic .alert-success .h5, .nb-theme-cosmic .alert-success .h6 {
    color: #26df8b !important; }
.nb-theme-cosmic .alert-success hr {
    border-top-color: #1bb770; }
.nb-theme-cosmic .alert-success .alert-link {
    color: #26df8b;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #26df8b; }
.nb-theme-cosmic .alert-success .alert-link:hover, .nb-theme-cosmic .alert-success .alert-link:focus {
      border-bottom: 1px solid #26df8b; }
.nb-theme-cosmic .alert-info {
  background-color: #2f296b;
  border: none;
  color: #269aff; }
.nb-theme-cosmic .alert-info h1, .nb-theme-cosmic .alert-info h2, .nb-theme-cosmic .alert-info h3, .nb-theme-cosmic .alert-info h4, .nb-theme-cosmic .alert-info h5, .nb-theme-cosmic .alert-info h6, .nb-theme-cosmic .alert-info .h1, .nb-theme-cosmic .alert-info .h2, .nb-theme-cosmic .alert-info .h3, .nb-theme-cosmic .alert-info .h4, .nb-theme-cosmic .alert-info .h5, .nb-theme-cosmic .alert-info .h6 {
    color: #269aff !important; }
.nb-theme-cosmic .alert-info hr {
    border-top-color: #0081f2; }
.nb-theme-cosmic .alert-info .alert-link {
    color: #269aff;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #269aff; }
.nb-theme-cosmic .alert-info .alert-link:hover, .nb-theme-cosmic .alert-info .alert-link:focus {
      border-bottom: 1px solid #269aff; }
.nb-theme-cosmic .alert-warning {
  background-color: #2f296b;
  border: none;
  color: #ffaf26; }
.nb-theme-cosmic .alert-warning h1, .nb-theme-cosmic .alert-warning h2, .nb-theme-cosmic .alert-warning h3, .nb-theme-cosmic .alert-warning h4, .nb-theme-cosmic .alert-warning h5, .nb-theme-cosmic .alert-warning h6, .nb-theme-cosmic .alert-warning .h1, .nb-theme-cosmic .alert-warning .h2, .nb-theme-cosmic .alert-warning .h3, .nb-theme-cosmic .alert-warning .h4, .nb-theme-cosmic .alert-warning .h5, .nb-theme-cosmic .alert-warning .h6 {
    color: #ffaf26 !important; }
.nb-theme-cosmic .alert-warning hr {
    border-top-color: #f29900; }
.nb-theme-cosmic .alert-warning .alert-link {
    color: #ffaf26;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #ffaf26; }
.nb-theme-cosmic .alert-warning .alert-link:hover, .nb-theme-cosmic .alert-warning .alert-link:focus {
      border-bottom: 1px solid #ffaf26; }
.nb-theme-cosmic .alert-danger {
  background-color: #2f296b;
  border: none;
  color: #ff5680; }
.nb-theme-cosmic .alert-danger h1, .nb-theme-cosmic .alert-danger h2, .nb-theme-cosmic .alert-danger h3, .nb-theme-cosmic .alert-danger h4, .nb-theme-cosmic .alert-danger h5, .nb-theme-cosmic .alert-danger h6, .nb-theme-cosmic .alert-danger .h1, .nb-theme-cosmic .alert-danger .h2, .nb-theme-cosmic .alert-danger .h3, .nb-theme-cosmic .alert-danger .h4, .nb-theme-cosmic .alert-danger .h5, .nb-theme-cosmic .alert-danger .h6 {
    color: #ff5680 !important; }
.nb-theme-cosmic .alert-danger hr {
    border-top-color: #ff235a; }
.nb-theme-cosmic .alert-danger .alert-link {
    color: #ff5680;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #ff5680; }
.nb-theme-cosmic .alert-danger .alert-link:hover, .nb-theme-cosmic .alert-danger .alert-link:focus {
      border-bottom: 1px solid #ff5680; }
.nb-theme-cosmic .alert-primary {
  background-color: #2f296b;
  border: none;
  color: #8b72ff; }
.nb-theme-cosmic .alert-primary h1, .nb-theme-cosmic .alert-primary h2, .nb-theme-cosmic .alert-primary h3, .nb-theme-cosmic .alert-primary h4, .nb-theme-cosmic .alert-primary h5, .nb-theme-cosmic .alert-primary h6, .nb-theme-cosmic .alert-primary .h1, .nb-theme-cosmic .alert-primary .h2, .nb-theme-cosmic .alert-primary .h3, .nb-theme-cosmic .alert-primary .h4, .nb-theme-cosmic .alert-primary .h5, .nb-theme-cosmic .alert-primary .h6 {
    color: #8b72ff !important; }
.nb-theme-cosmic .alert-primary hr {
    border-top-color: #613fff; }
.nb-theme-cosmic .alert-primary .alert-link {
    color: #8b72ff;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #8b72ff; }
.nb-theme-cosmic .alert-primary .alert-link:hover, .nb-theme-cosmic .alert-primary .alert-link:focus {
      border-bottom: 1px solid #8b72ff; }
.nb-theme-cosmic .alert-hint {
  background-color: #2f296b;
  border: none;
  color: #a1a1e5; }
.nb-theme-cosmic .alert-hint h1, .nb-theme-cosmic .alert-hint h2, .nb-theme-cosmic .alert-hint h3, .nb-theme-cosmic .alert-hint h4, .nb-theme-cosmic .alert-hint h5, .nb-theme-cosmic .alert-hint h6, .nb-theme-cosmic .alert-hint .h1, .nb-theme-cosmic .alert-hint .h2, .nb-theme-cosmic .alert-hint .h3, .nb-theme-cosmic .alert-hint .h4, .nb-theme-cosmic .alert-hint .h5, .nb-theme-cosmic .alert-hint .h6 {
    color: #a1a1e5 !important; }
.nb-theme-cosmic .alert-hint hr {
    border-top-color: #7979da; }
.nb-theme-cosmic .alert-hint .alert-link {
    color: #a1a1e5;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #a1a1e5; }
.nb-theme-cosmic .alert-hint .alert-link:hover, .nb-theme-cosmic .alert-hint .alert-link:focus {
      border-bottom: 1px solid #a1a1e5; }
.nb-theme-cosmic ng2-smart-table table tr th,
.nb-theme-cosmic ng2-smart-table table tr th a {
  font-family: Exo;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff; }
.nb-theme-cosmic ng2-smart-table table tr td {
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #ffffff; }
.nb-theme-cosmic ng2-smart-table table tr th,
.nb-theme-cosmic ng2-smart-table table tr td {
  position: relative;
  padding: 0.875rem 1.25rem;
  border: 1px solid #342e73;
  vertical-align: middle; }
.nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th {
  padding: 0.875rem 1.25rem; }
[dir=ltr] .nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th {
    padding-right: 1.75rem; }
[dir=rtl] .nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th {
    padding-left: 1.75rem; }
.nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a:hover, .nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a:active, .nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a:visited {
  color: #ffffff;
  text-decoration: none; }
.nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a.sort.asc, .nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a.sort.desc {
  font-weight: 400; }
.nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a.sort.asc::after, .nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a.sort.desc::after {
    border-bottom-color: #a1a1e5;
    border-width: 0.375rem;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translate(0, -50%); }
[dir=ltr] .nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a.sort.asc::after, [dir=ltr] .nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a.sort.desc::after {
      right: 0.75rem; }
[dir=rtl] .nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a.sort.asc::after, [dir=rtl] .nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a.sort.desc::after {
      left: 0.75rem; }
.nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a.sort.asc.desc::after, .nb-theme-cosmic ng2-smart-table table tr.ng2-smart-titles th a.sort.desc.desc::after {
    transform: translate(0, -50%) rotate(180deg); }
.nb-theme-cosmic ng2-smart-table thead tr {
  background: #494299; }
.nb-theme-cosmic ng2-smart-table thead tr.ng2-smart-filters th {
    padding: 0.375rem 0.5rem; }
.nb-theme-cosmic ng2-smart-table thead tr.ng2-smart-filters th .ng2-smart-filter input {
      line-height: 1.25; }
.nb-theme-cosmic ng2-smart-table tbody tr.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic ng2-smart-table tbody tr.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-cosmic ng2-smart-table tbody tr.range-cell.end, .nb-theme-cosmic ng2-smart-table tbody nb-calendar-day-picker tr.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker ng2-smart-table tbody tr.range-cell.start, .nb-theme-cosmic ng2-smart-table tbody nb-calendar-day-picker tr.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker ng2-smart-table tbody tr.range-cell.end, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic ng2-smart-table tbody tr.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .nb-theme-cosmic ng2-smart-table tbody tr.range-cell.end, .nb-theme-cosmic ng2-smart-table tbody tr:hover {
  background: #494299 !important; }
.nb-theme-cosmic ng2-smart-table tbody tr:nth-child(2n) {
  background-color: #3a347a; }
.nb-theme-cosmic ng2-smart-table th.ng2-smart-actions-title-add a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem !important;
  padding: 0.375rem 0.5rem;
  background: #00d977;
  color: #ffffff;
  border-radius: 0.375rem; }
.nb-theme-cosmic ng2-smart-table th.ng2-smart-actions-title-add a:hover {
    text-decoration: none; }
.nb-theme-cosmic ng2-smart-table .ng2-smart-actions {
  padding: 0;
  height: 1px; }
.nb-theme-cosmic ng2-smart-table .ng2-smart-actions ng2-st-tbody-edit-delete, .nb-theme-cosmic ng2-smart-table .ng2-smart-actions ng2-st-tbody-create-cancel, .nb-theme-cosmic ng2-smart-table .ng2-smart-actions ng2-st-actions {
    display: flex;
    height: 100%; }
.nb-theme-cosmic ng2-smart-table .ng2-smart-actions a.ng2-smart-action {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 2rem !important;
    color: #a1a1e5; }
.nb-theme-cosmic ng2-smart-table .ng2-smart-actions a.ng2-smart-action:not(:last-child) {
      border-right: 1px solid #342e73; }
.nb-theme-cosmic ng2-smart-table .ng2-smart-actions a.ng2-smart-action:hover {
      text-decoration: none; }
.nb-theme-cosmic ng2-smart-table .ng2-smart-actions .ng2-smart-action-add-create:hover,
  .nb-theme-cosmic ng2-smart-table .ng2-smart-actions .ng2-smart-action-edit-edit:hover,
  .nb-theme-cosmic ng2-smart-table .ng2-smart-actions .ng2-smart-action-edit-save:hover {
    color: #00d977; }
.nb-theme-cosmic ng2-smart-table .ng2-smart-actions .ng2-smart-action-add-cancel:hover,
  .nb-theme-cosmic ng2-smart-table .ng2-smart-actions .ng2-smart-action-delete-delete:hover,
  .nb-theme-cosmic ng2-smart-table .ng2-smart-actions .ng2-smart-action-edit-cancel:hover {
    color: #ff386a; }
.nb-theme-cosmic ng2-smart-table table-cell-edit-mode {
  display: block;
  margin: -7.5px -12px; }
.nb-theme-cosmic ng2-smart-table ng2-smart-table-pager {
  display: block; }
.nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem; }
.nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .ng2-smart-pagination {
    display: flex;
    padding: 0; }
.nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .ng2-smart-pagination .page-item.disabled .page-link, .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .ng2-smart-pagination .page-item.disabled .page-link:focus, .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .ng2-smart-pagination .page-item.disabled .page-link:hover {
      background-color: rgba(0, 0, 0, 0.2);
      color: #ffffff; }
.nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination {
    font-family: Exo;
    font-size: 1rem;
    line-height: 1.25;
    border: #7659ff solid 2px;
    border-radius: 0.5rem; }
[dir=ltr] .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:not(:last-child) {
      border-right: 1px solid #342e73; }
[dir=rtl] .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:not(:last-child) {
      border-left: 1px solid #342e73; }
.nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li a.page-link-prev, .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li a.page-link-next {
      font-size: 1rem; }
.nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li a, .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li > span {
      background: transparent;
      color: #ffffff;
      padding: 0.75rem 1.25rem;
      border: none; }
.nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li a:hover, .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li > span:hover {
        background-color: rgba(0, 0, 0, 0.2);
        color: #ffffff;
        text-decoration: none; }
[dir=ltr] .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:first-child a, [dir=ltr] .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:first-child > span {
      border-top-left-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem; }
[dir=rtl] .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:first-child a, [dir=rtl] .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:first-child > span {
      border-top-right-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem; }
[dir=ltr] .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:last-child a, [dir=ltr] .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:last-child > span {
      border-top-right-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem; }
[dir=rtl] .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:last-child a, [dir=rtl] .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:last-child > span {
      border-top-left-radius: 0.5rem;
      border-bottom-left-radius: 0.5rem; }
.nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active a, .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active a:hover, .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active a:focus, .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active > span, .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active > span:hover, .nb-theme-cosmic ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active > span:focus {
      color: #ffffff;
      background-color: #7659ff; }
.nb-theme-cosmic nb-auth .navigation .link .icon {
  font-weight: 600; }
.nb-theme-cosmic nb-auth-block .text-link {
  color: #a1a1e5;
  font-weight: 600; }
.nb-theme-cosmic nb-auth-block .error-message {
  color: #ff386a; }
.nb-theme-cosmic .pace .pace-progress {
  background: #00f9a6; }
.nb-theme-cosmic .pace .pace-progress-inner {
  box-shadow: 0 0 10px #00f9a6, 0 0 5px #00f9a6; }
.nb-theme-cosmic .pace .pace-activity {
  display: none; }
.nb-theme-cosmic .custom-control .custom-control-indicator {
  border-radius: 50%; }
[dir=ltr] .nb-theme-cosmic .btn-group:not(.btn-divided-group) > .btn:not(.dropdown-toggle):first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-cosmic .btn-group:not(.btn-divided-group) > .btn:not(.dropdown-toggle):first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }
[dir=ltr] .nb-theme-cosmic .btn-group:not(.btn-divided-group) > .btn:not(.dropdown-toggle):last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }
[dir=rtl] .nb-theme-cosmic .btn-group:not(.btn-divided-group) > .btn:not(.dropdown-toggle):last-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
[dir=ltr] .nb-theme-cosmic .btn-group.dropdown > .btn:first-of-type.dropdown-toggle {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0; }
[dir=rtl] .nb-theme-cosmic .btn-group.dropdown > .btn:first-of-type.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0.5rem; }
[dir=ltr] .nb-theme-cosmic .btn-group.dropdown > .btn:last-of-type.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0.5rem; }
[dir=rtl] .nb-theme-cosmic .btn-group.dropdown > .btn:last-of-type.dropdown-toggle {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0; }
[dir=ltr] .nb-theme-cosmic .btn-group.dropdown:not(.show) > .btn:first-of-type.dropdown-toggle {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-cosmic .btn-group.dropdown:not(.show) > .btn:first-of-type.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.5rem; }
[dir=ltr] .nb-theme-cosmic .btn-group.dropdown:not(.show) > .btn:last-of-type.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.5rem; }
[dir=rtl] .nb-theme-cosmic .btn-group.dropdown:not(.show) > .btn:last-of-type.dropdown-toggle {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0; }
[dir=ltr] .nb-theme-cosmic .btn-group.dropup > .btn:first-of-type.dropdown-toggle {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-cosmic .btn-group.dropup > .btn:first-of-type.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.5rem; }
[dir=ltr] .nb-theme-cosmic .btn-group.dropup > .btn:last-of-type.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.5rem; }
[dir=rtl] .nb-theme-cosmic .btn-group.dropup > .btn:last-of-type.dropdown-toggle {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0; }
[dir=ltr] .nb-theme-cosmic .btn-group.dropup:not(.show) > .btn:first-of-type.dropdown-toggle {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0; }
[dir=rtl] .nb-theme-cosmic .btn-group.dropup:not(.show) > .btn:first-of-type.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0.5rem; }
[dir=ltr] .nb-theme-cosmic .btn-group.dropup:not(.show) > .btn:last-of-type.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0.5rem; }
[dir=rtl] .nb-theme-cosmic .btn-group.dropup:not(.show) > .btn:last-of-type.dropdown-toggle {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0; }
.nb-theme-cosmic .btn-divided-group .btn:not(:first-child) {
  border-radius: 0.5rem; }
[dir=ltr] .nb-theme-cosmic .btn-divided-group .btn:not(:first-child) {
    margin-left: 0.5rem; }
[dir=rtl] .nb-theme-cosmic .btn-divided-group .btn:not(:first-child) {
    margin-right: 0.5rem; }
[dir=ltr] .nb-theme-cosmic .input-group-addon, [dir=ltr]
.nb-theme-cosmic .input-group-icon {
  border-right: none; }
[dir=rtl] .nb-theme-cosmic .input-group-addon, [dir=rtl]
.nb-theme-cosmic .input-group-icon {
  border-left: none; }
[dir=ltr] .nb-theme-cosmic .input-group .form-control:first-child:not(:only-child), [dir=ltr]
.nb-theme-cosmic .input-group .input-group-addon:first-child, [dir=ltr]
.nb-theme-cosmic .input-group .input-group-prepend .btn:first-child, [dir=ltr]
.nb-theme-cosmic .input-group .input-group-btn .btn:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-cosmic .input-group .form-control:first-child:not(:only-child), [dir=rtl]
.nb-theme-cosmic .input-group .input-group-addon:first-child, [dir=rtl]
.nb-theme-cosmic .input-group .input-group-prepend .btn:first-child, [dir=rtl]
.nb-theme-cosmic .input-group .input-group-btn .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }
[dir=ltr] .nb-theme-cosmic .input-group .form-control:last-child:not(:only-child), [dir=ltr]
.nb-theme-cosmic .input-group .input-group-addon:last-child, [dir=ltr]
.nb-theme-cosmic .input-group .input-group-append .btn:last-child, [dir=ltr]
.nb-theme-cosmic .input-group .input-group-btn .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }
[dir=rtl] .nb-theme-cosmic .input-group .form-control:last-child:not(:only-child), [dir=rtl]
.nb-theme-cosmic .input-group .input-group-addon:last-child, [dir=rtl]
.nb-theme-cosmic .input-group .input-group-append .btn:last-child, [dir=rtl]
.nb-theme-cosmic .input-group .input-group-btn .btn:last-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.nb-theme-cosmic .input-group .dropdown.show .btn.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.nb-theme-cosmic .input-group .dropup.show .btn.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.nb-theme-corporate nb-layout {
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #e3e9ee; }
.nb-theme-corporate nb-layout ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-corporate nb-layout ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-corporate nb-layout ::-webkit-scrollbar-track {
    background: #e3e9ee; }
.nb-theme-corporate nb-layout.with-scroll .scrollable-container {
  overflow: auto;
  height: 100vh;
  display: block; }
@media (max-width: 767.98px) {
    .nb-theme-corporate nb-layout.with-scroll .scrollable-container {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; } }
.nb-theme-corporate .layout {
  min-width: 300px; }
.nb-theme-corporate nb-layout.window-mode {
  background: #f1f5f8;
  display: block; }
.nb-theme-corporate nb-layout.window-mode .scrollable-container {
    max-width: 1920px;
    margin: 0 auto; }
.nb-theme-corporate nb-layout.window-mode .layout nb-layout-header nav {
    max-width: 1920px;
    margin: 0 auto; }
@media screen and (min-width: 1940px) {
    .nb-theme-corporate nb-layout.window-mode {
      padding-top: 1.1875rem; }
      .nb-theme-corporate nb-layout.window-mode nb-sidebar.fixed {
        left: calc((100vw - 1920px) / 2); }
      .nb-theme-corporate nb-layout.window-mode .layout .layout-container nb-sidebar.fixed.right {
        right: calc((100vw - 1920px) / 2); }
      .nb-theme-corporate nb-layout.window-mode .layout .layout-container nb-sidebar.fixed {
        top: calc(4.75rem + 1.1875rem); }
      .nb-theme-corporate nb-layout.window-mode .scrollable-container {
        height: calc(100vh - 1.1875rem);
        box-shadow: 0 2px 12px 0 #dfe3eb; }
      .nb-theme-corporate nb-layout.window-mode nb-layout.with-scroll .scrollable-container {
        height: calc(100vh - 1.1875rem); } }
@media screen and (min-width: 2070px) {
    .nb-theme-corporate nb-layout.window-mode {
      padding-top: 2.375rem; }
      .nb-theme-corporate nb-layout.window-mode nb-sidebar.fixed {
        left: calc((100vw - 1920px) / 2); }
      .nb-theme-corporate nb-layout.window-mode .layout .layout-container nb-sidebar.fixed.right {
        right: calc((100vw - 1920px) / 2); }
      .nb-theme-corporate nb-layout.window-mode .layout .layout-container nb-sidebar.fixed {
        top: calc(4.75rem + 2.375rem); }
      .nb-theme-corporate nb-layout.window-mode .scrollable-container {
        height: calc(100vh - 2.375rem);
        box-shadow: 0 2px 12px 0 #dfe3eb; }
      .nb-theme-corporate nb-layout.window-mode nb-layout.with-scroll .scrollable-container {
        height: calc(100vh - 2.375rem); } }
@media screen and (min-width: 2220px) {
    .nb-theme-corporate nb-layout.window-mode {
      padding-top: 4.75rem; }
      .nb-theme-corporate nb-layout.window-mode nb-sidebar.fixed {
        left: calc((100vw - 1920px) / 2); }
      .nb-theme-corporate nb-layout.window-mode .layout .layout-container nb-sidebar.fixed.right {
        right: calc((100vw - 1920px) / 2); }
      .nb-theme-corporate nb-layout.window-mode .layout .layout-container nb-sidebar.fixed {
        top: calc(4.75rem + 4.75rem); }
      .nb-theme-corporate nb-layout.window-mode .scrollable-container {
        height: calc(100vh - 4.75rem);
        box-shadow: 0 2px 12px 0 #dfe3eb; }
      .nb-theme-corporate nb-layout.window-mode nb-layout.with-scroll .scrollable-container {
        height: calc(100vh - 4.75rem); } }
.nb-theme-corporate nb-layout .layout {
  font-family: Roboto;
  font-size: 1rem;
  line-height: 1.25;
  color: #a4abb3;
  background: #f1f5f8;
  min-height: 100vh; }
.nb-theme-corporate nb-layout .layout nb-layout-header {
    font-family: Exo;
    font-size: 1rem;
    line-height: 1.25; }
.nb-theme-corporate nb-layout .layout nb-layout-header nav {
      box-shadow: 0 2px 12px 0 #dfe3eb;
      height: 4.75rem;
      padding: 1.25rem;
      background: #111218;
      color: #f7fafb; }
.nb-theme-corporate nb-layout .layout nb-layout-header nav a {
        color: #f7fafb; }
.nb-theme-corporate nb-layout .layout nb-layout-header nav a:focus, .nb-theme-corporate nb-layout .layout nb-layout-header nav a:active, .nb-theme-corporate nb-layout .layout nb-layout-header nav a:hover {
          color: #f7fafb; }
.nb-theme-corporate nb-layout .layout nb-layout-header ~ .layout-container {
      min-height: calc(100vh - 4.75rem); }
.nb-theme-corporate nb-layout .layout nb-layout-header.fixed ~ .layout-container {
      padding-top: 4.75rem;
      min-height: 100vh; }
.nb-theme-corporate nb-layout .layout nb-layout-header.fixed ~ .layout-container > nb-sidebar > .main-container {
      height: calc(100vh - 4.75rem); }
.nb-theme-corporate nb-layout .layout .layout-container nb-sidebar.fixed {
    top: 4.75rem; }
.nb-theme-corporate nb-layout .layout .layout-container .content nb-layout-footer {
    box-shadow: none; }
.nb-theme-corporate nb-layout .layout .layout-container .content nb-layout-footer nav {
      padding: 1.25rem;
      background: #ffffff;
      color: #181818;
      border-top: 1px solid #d5dbe0; }
.nb-theme-corporate nb-layout .layout .layout-container .content nb-layout-footer nav a {
        color: #2a2a2a; }
.nb-theme-corporate nb-layout .layout .layout-container .content nb-layout-footer nav a:focus, .nb-theme-corporate nb-layout .layout .layout-container .content nb-layout-footer nav a:active, .nb-theme-corporate nb-layout .layout .layout-container .content nb-layout-footer nav a:hover {
          color: #2a2a2a; }
.nb-theme-corporate nb-layout .layout .layout-container .content.center {
    width: 1400px;
    flex: 0 100 1400px !important; }
.nb-theme-corporate nb-layout .layout .layout-container .content .columns nb-layout-column {
    padding: 2.25rem 2.25rem 0.75rem; }
@media (max-width: 991.98px) {
      .nb-theme-corporate nb-layout .layout .layout-container .content .columns nb-layout-column {
        padding: 1.5rem 1.5rem 0.5rem; } }
@media (max-width: 767.98px) {
      .nb-theme-corporate nb-layout .layout .layout-container .content .columns nb-layout-column {
        padding: 1rem 1rem 0; } }
.nb-theme-corporate nb-layout.with-subheader nb-sidebar .main-container {
  box-shadow: none; }
.nb-theme-corporate nb-sidebar {
  font-size: 1rem;
  line-height: 1.25;
  box-shadow: 0 2px 12px 0 #dfe3eb;
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #e3e9ee;
  width: 16rem;
  background: #e3e9ee;
  color: #181818; }
.nb-theme-corporate nb-sidebar ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-corporate nb-sidebar ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-corporate nb-sidebar ::-webkit-scrollbar-track {
    background: #e3e9ee; }
.nb-theme-corporate nb-sidebar .main-container {
    height: 100vh;
    width: 16rem;
    background: #e3e9ee; }
.nb-theme-corporate nb-sidebar .scrollable {
    padding: 1.25rem;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0); }
@media (max-width: 767.98px) {
      .nb-theme-corporate nb-sidebar .scrollable {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }
.nb-theme-corporate nb-sidebar.collapsed {
    width: 0;
    padding: 0; }
.nb-theme-corporate nb-sidebar.collapsed .main-container {
      width: 0;
      padding: 0; }
.nb-theme-corporate nb-sidebar.collapsed .scrollable {
      width: 0;
      padding: 0;
      overflow: hidden; }
.nb-theme-corporate nb-sidebar.collapsed nb-sidebar-header, .nb-theme-corporate nb-sidebar.collapsed nb-sidebar-footer {
      width: 0;
      padding: 0;
      overflow: hidden; }
.nb-theme-corporate nb-sidebar.compacted {
    width: 3.5rem; }
.nb-theme-corporate nb-sidebar.compacted .main-container {
      width: 3.5rem; }
.nb-theme-corporate nb-sidebar.compacted nb-menu {
      width: 3.5rem; }
.nb-theme-corporate nb-sidebar.compacted nb-menu .menu-item a.active {
        position: relative; }
.nb-theme-corporate nb-sidebar.compacted nb-menu .menu-item a.active::before {
          position: absolute;
          content: '';
          top: 0;
          height: 100%;
          width: 4px;
          background: #a4abb3; }
[dir=ltr] .nb-theme-corporate nb-sidebar.compacted nb-menu .menu-item a.active::before {
            left: 0; }
[dir=rtl] .nb-theme-corporate nb-sidebar.compacted nb-menu .menu-item a.active::before {
            right: 0; }
.nb-theme-corporate nb-sidebar.compacted nb-menu > .menu-items > .menu-item > a span, .nb-theme-corporate nb-sidebar.compacted nb-menu > .menu-items > .menu-item > a .chevron {
        display: none; }
.nb-theme-corporate nb-sidebar.compacted nb-menu .menu-items > .menu-item {
        transition: border-color 1s ease; }
.nb-theme-corporate nb-sidebar.compacted nb-menu .menu-items > .menu-item.menu-group {
          display: block;
          color: transparent;
          width: 0;
          padding: 0;
          overflow: hidden; }
.nb-theme-corporate nb-sidebar.compacted nb-menu .menu-items > .menu-item i {
          margin-right: 0; }
.nb-theme-corporate nb-sidebar.compacted nb-menu .menu-items > .menu-item a {
          justify-content: center; }
.nb-theme-corporate nb-sidebar.compacted nb-menu .menu-items > .menu-item > .expanded {
          display: none; }
.nb-theme-corporate nb-sidebar.compacted.left.fixed ~ .content {
      margin-left: 3.5rem; }
.nb-theme-corporate nb-sidebar.compacted.fixed.right ~ .content {
      margin-left: 0;
      margin-right: 3.5rem; }
.nb-theme-corporate nb-sidebar.compacted.left.fixed ~ .content.center {
      padding-left: 3.5rem; }
.nb-theme-corporate nb-sidebar.compacted.fixed.right ~ .content.center {
      padding-left: 0;
      padding-right: 3.5rem; }
[dir=ltr] .nb-theme-corporate nb-sidebar.compacted.start.fixed ~ .content {
      margin-left: 3.5rem; }
[dir=rtl] .nb-theme-corporate nb-sidebar.compacted.start.fixed ~ .content {
      margin-right: 3.5rem; }
[dir=ltr] .nb-theme-corporate nb-sidebar.compacted.fixed.end ~ .content {
      margin-right: 3.5rem; }
[dir=rtl] .nb-theme-corporate nb-sidebar.compacted.fixed.end ~ .content {
      margin-left: 3.5rem; }
[dir=ltr] .nb-theme-corporate nb-sidebar.compacted.start.fixed ~ .content.center {
      padding-left: 3.5rem; }
[dir=rtl] .nb-theme-corporate nb-sidebar.compacted.start.fixed ~ .content.center {
      padding-right: 3.5rem; }
[dir=ltr] .nb-theme-corporate nb-sidebar.compacted.fixed.end ~ .content.center {
      padding-right: 3.5rem; }
[dir=rtl] .nb-theme-corporate nb-sidebar.compacted.fixed.end ~ .content.center {
      padding-left: 3.5rem; }
.nb-theme-corporate nb-sidebar.fixed.left.collapsed + .content,
  .nb-theme-corporate nb-sidebar.fixed.start.collapsed + .content {
    margin-left: 0; }
.nb-theme-corporate nb-sidebar.fixed.right.collapsed + .content,
  .nb-theme-corporate nb-sidebar.fixed.end.collapsed + .content {
    margin-right: 0; }
.nb-theme-corporate nb-sidebar.expanded {
    width: 16rem; }
.nb-theme-corporate nb-sidebar.expanded > .scrollable {
      width: 16rem; }
.nb-theme-corporate nb-sidebar nb-sidebar-header {
    padding: 1.25rem;
    height: initial; }
.nb-theme-corporate nb-sidebar nb-sidebar-footer {
    padding: 1.25rem;
    height: 3.5rem; }
.nb-theme-corporate nb-sidebar nb-menu {
    margin: 0 -1.25rem -1.25rem; }
.nb-theme-corporate nb-calendar-header .header {
  display: flex;
  flex-direction: column; }
.nb-theme-corporate nb-calendar-header .title {
  display: flex;
  align-items: center;
  color: #4b4b4b;
  font-weight: 600;
  font-size: 1.25rem; }
.nb-theme-corporate nb-calendar-header .title .nb-arrow-dropright {
    margin-left: 0.5rem; }
.nb-theme-corporate nb-calendar-header .title .nb-arrow-dropleft {
    margin-right: 0.5rem; }
.nb-theme-corporate nb-calendar-header .title:hover {
    color: #5dcfe3;
    cursor: pointer; }
.nb-theme-corporate nb-calendar-header .title:active {
    color: #73a1ff; }
.nb-theme-corporate nb-calendar-header .sub-title {
  color: #a4abb3;
  font-weight: 200;
  font-size: 1rem; }
.nb-theme-corporate nb-calendar-navigation button[nbButton] {
  width: 10rem; }
.nb-theme-corporate nb-calendar-day-picker .day-cell,
.nb-theme-corporate nb-calendar-month-picker .month-cell,
.nb-theme-corporate nb-calendar-year-picker .year-cell {
  color: #4b4b4b;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px; }
.nb-theme-corporate nb-calendar-day-picker .day-cell:not(.empty):not(.disabled),
  .nb-theme-corporate nb-calendar-month-picker .month-cell:not(.empty):not(.disabled),
  .nb-theme-corporate nb-calendar-year-picker .year-cell:not(.empty):not(.disabled) {
    cursor: pointer; }
.nb-theme-corporate nb-calendar-year-picker.medium .year-cell {
  width: 4.25rem;
  height: 2.375rem; }
.nb-theme-corporate nb-calendar-year-picker.large .year-cell {
  width: 4.25rem;
  height: 2.375rem; }
.nb-theme-corporate nb-calendar-year-picker .year-cell {
  border-radius: 0.17rem; }
.nb-theme-corporate nb-calendar-year-picker .year-cell.disabled {
    background: #a2b2c7;
    opacity: 0.3; }
.nb-theme-corporate nb-calendar-year-picker .year-cell.today {
    background: #a2b2c7;
    font-weight: 600;
    color: #ffffff; }
.nb-theme-corporate nb-calendar-year-picker .year-cell.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-calendar-year-picker .year-cell.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-calendar-year-picker .year-cell.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-calendar-year-picker .year-cell.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-calendar-year-picker .year-cell.range-cell.end, .nb-theme-corporate nb-calendar-year-picker nb-calendar-day-picker .year-cell.range-cell.start, .nb-theme-corporate nb-calendar-day-picker nb-calendar-year-picker .year-cell.range-cell.start, .nb-theme-corporate nb-calendar-year-picker nb-calendar-day-picker .year-cell.range-cell.end, .nb-theme-corporate nb-calendar-day-picker nb-calendar-year-picker .year-cell.range-cell.end {
    background: #5dcfe3;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-corporate nb-calendar-year-picker .year-cell:hover, .nb-theme-corporate nb-calendar-year-picker .year-cell:hover:active {
    background: #5dcfe3;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-corporate nb-calendar-year-picker .year-cell:active {
    background: #73a1ff;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-corporate nb-calendar-month-picker.medium .month-cell {
  width: 4.25rem;
  height: 2.375rem; }
.nb-theme-corporate nb-calendar-month-picker.large .month-cell {
  width: 4.25rem;
  height: 2.375rem; }
.nb-theme-corporate nb-calendar-month-picker .month-cell {
  border-radius: 0.17rem; }
.nb-theme-corporate nb-calendar-month-picker .month-cell.disabled {
    background: #a2b2c7;
    opacity: 0.3; }
.nb-theme-corporate nb-calendar-month-picker .month-cell.today {
    background: #a2b2c7;
    font-weight: 600;
    color: #ffffff; }
.nb-theme-corporate nb-calendar-month-picker .month-cell.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-calendar-month-picker .month-cell.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-calendar-month-picker .month-cell.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-calendar-month-picker .month-cell.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-calendar-month-picker .month-cell.range-cell.end, .nb-theme-corporate nb-calendar-month-picker nb-calendar-day-picker .month-cell.range-cell.start, .nb-theme-corporate nb-calendar-day-picker nb-calendar-month-picker .month-cell.range-cell.start, .nb-theme-corporate nb-calendar-month-picker nb-calendar-day-picker .month-cell.range-cell.end, .nb-theme-corporate nb-calendar-day-picker nb-calendar-month-picker .month-cell.range-cell.end {
    background: #5dcfe3;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-corporate nb-calendar-month-picker .month-cell:hover, .nb-theme-corporate nb-calendar-month-picker .month-cell:hover:active {
    background: #5dcfe3;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-corporate nb-calendar-month-picker .month-cell:active {
    background: #73a1ff;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-corporate nb-calendar-day-picker.medium .day-cell {
  width: 2.625rem;
  height: 2.625rem; }
.nb-theme-corporate nb-calendar-day-picker.large .day-cell {
  width: 3rem;
  height: 3rem; }
.nb-theme-corporate nb-calendar-day-picker .day-cell {
  border-radius: 0.17rem; }
.nb-theme-corporate nb-calendar-day-picker .day-cell.today {
    background: #a2b2c7;
    font-weight: 600;
    color: #ffffff; }
.nb-theme-corporate nb-calendar-day-picker .day-cell.bounding-month {
    opacity: 0.5; }
.nb-theme-corporate nb-calendar-day-picker .day-cell.disabled {
    background: #a2b2c7;
    opacity: 0.3; }
.nb-theme-corporate nb-calendar-day-picker .day-cell:not(.disabled):not(.empty):hover {
    background: #5dcfe3;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-corporate nb-calendar-day-picker .day-cell.selected, .nb-theme-corporate nb-calendar-day-picker .day-cell.range-cell.start, .nb-theme-corporate nb-calendar-day-picker .day-cell.range-cell.end {
    background: #73a1ff;
    color: #ffffff;
    font-weight: 600; }
.nb-theme-corporate nb-calendar-days-names .day {
  width: 2.625rem;
  height: 1.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #a4abb3; }
.nb-theme-corporate nb-calendar-days-names .day.holiday {
    color: #ff6b83; }
.nb-theme-corporate nb-base-calendar.medium nb-card {
  width: 21.875rem; }
.nb-theme-corporate nb-base-calendar.medium nb-card nb-card-body {
    height: 25.625rem; }
.nb-theme-corporate nb-base-calendar.large nb-card {
  width: 24.375rem; }
.nb-theme-corporate nb-base-calendar.large nb-card nb-card-body {
    height: 27.75rem; }
.nb-theme-corporate nb-base-calendar nb-card {
  margin: 0; }
.nb-theme-corporate nb-base-calendar nb-card-body > nb-calendar-pageable-navigation, .nb-theme-corporate nb-base-calendar nb-card-body > nb-calendar-navigation {
  padding: 0 1rem 1.5rem; }
.nb-theme-corporate nb-calendar-day-picker .range-cell {
  flex: 1;
  margin: 1px 0; }
.nb-theme-corporate nb-calendar-day-picker .range-cell .day-cell {
    margin: 0; }
.nb-theme-corporate nb-calendar-day-picker .range-cell.in-range {
    background: #e3ecfe; }
.nb-theme-corporate nb-calendar-day-picker .range-cell.in-range {
      border-radius: 0; }
.nb-theme-corporate nb-calendar-day-picker .range-cell.start, .nb-theme-corporate nb-calendar-day-picker .range-cell.end {
    background: #e3ecfe; }
.nb-theme-corporate nb-calendar-day-picker .range-cell.start {
    border-top-left-radius: 0.17rem;
    border-bottom-left-radius: 0.17rem; }
.nb-theme-corporate nb-calendar-day-picker .range-cell.start .day-cell {
      margin-left: 0; }
.nb-theme-corporate nb-calendar-day-picker .range-cell.end {
    border-top-right-radius: 0.17rem;
    border-bottom-right-radius: 0.17rem; }
.nb-theme-corporate nb-calendar-day-picker .range-cell.end .day-cell {
      margin-right: 0; }
.nb-theme-corporate nb-calendar-day-picker .range-cell:first-of-type {
    border-top-left-radius: 0.17rem;
    border-bottom-left-radius: 0.17rem; }
.nb-theme-corporate nb-calendar-day-picker .range-cell:last-of-type {
    border-top-right-radius: 0.17rem;
    border-bottom-right-radius: 0.17rem; }
.nb-theme-corporate nb-card {
  font-size: 1rem;
  line-height: 1.25;
  background: #ffffff;
  color: #4b4b4b;
  margin-bottom: 1.5rem;
  border-radius: 0.17rem;
  box-shadow: none;
  font-weight: 400;
  border: 1px solid #d5dbe0;
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #e3e9ee; }
.nb-theme-corporate nb-card ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-corporate nb-card ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-corporate nb-card ::-webkit-scrollbar-track {
    background: #e3e9ee; }
.nb-theme-corporate nb-card.xxsmall-card {
    height: 96px; }
.nb-theme-corporate nb-card.xsmall-card {
    height: 216px; }
.nb-theme-corporate nb-card.small-card {
    height: 336px; }
.nb-theme-corporate nb-card.medium-card {
    height: 456px; }
.nb-theme-corporate nb-card.large-card {
    height: 576px; }
.nb-theme-corporate nb-card.xlarge-card {
    height: 696px; }
.nb-theme-corporate nb-card.xxlarge-card {
    height: 816px; }
.nb-theme-corporate nb-card.active-card nb-card-header {
    background-color: #a4abb3;
    border-bottom-color: #a4abb3;
    color: #ffffff; }
.nb-theme-corporate nb-card.disabled-card nb-card-header {
    background-color: rgba(255, 255, 255, 0.4);
    border-bottom-color: rgba(255, 255, 255, 0.4); }
.nb-theme-corporate nb-card.primary-card nb-card-header {
    background-color: #73a1ff;
    border-bottom-color: #73a1ff; }
.nb-theme-corporate nb-card.info-card nb-card-header {
    background-color: #ba7fec;
    border-bottom-color: #ba7fec; }
.nb-theme-corporate nb-card.success-card nb-card-header {
    background-color: #5dcfe3;
    border-bottom-color: #5dcfe3; }
.nb-theme-corporate nb-card.warning-card nb-card-header {
    background-color: #ffa36b;
    border-bottom-color: #ffa36b; }
.nb-theme-corporate nb-card.danger-card nb-card-header {
    background-color: #ff6b83;
    border-bottom-color: #ff6b83; }
.nb-theme-corporate nb-card.accent {
    border-top-style: solid;
    border-top-width: 0.17rem; }
.nb-theme-corporate nb-card.accent nb-card-header {
      border-radius: 0; }
.nb-theme-corporate nb-card.accent-active {
    border-top-color: #a4abb3; }
.nb-theme-corporate nb-card.accent-disabled {
    border-top-color: rgba(255, 255, 255, 0.4); }
.nb-theme-corporate nb-card.accent-primary {
    border-top-color: #73a1ff; }
.nb-theme-corporate nb-card.accent-success {
    border-top-color: #5dcfe3; }
.nb-theme-corporate nb-card.accent-info {
    border-top-color: #ba7fec; }
.nb-theme-corporate nb-card.accent-warning {
    border-top-color: #ffa36b; }
.nb-theme-corporate nb-card.accent-danger {
    border-top-color: #ff6b83; }
.nb-theme-corporate nb-card-body {
  flex: 1;
  -ms-flex: 1 1 auto;
  overflow: auto;
  padding: 1.25rem;
  position: relative;
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #e3e9ee; }
.nb-theme-corporate nb-card-body ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-corporate nb-card-body ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-corporate nb-card-body ::-webkit-scrollbar-track {
    background: #e3e9ee; }
.nb-theme-corporate nb-card-footer {
  padding: 1.25rem;
  border-top: 1px solid #cdd5dc;
  border-bottom-left-radius: 0.17rem;
  border-bottom-right-radius: 0.17rem; }
.nb-theme-corporate nb-card-header {
  padding: 1.25rem;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: #cdd5dc;
  border-top-left-radius: 0.17rem;
  border-top-right-radius: 0.17rem;
  color: #181818;
  font-family: Exo;
  font-size: 1.125rem;
  font-weight: 600; }
.nb-theme-corporate nb-card-header h1 {
    margin: 0; }
.nb-theme-corporate nb-card-header h2 {
    margin: 0; }
.nb-theme-corporate nb-card-header h3 {
    margin: 0; }
.nb-theme-corporate nb-card-header h4 {
    margin: 0; }
.nb-theme-corporate nb-card-header h5 {
    margin: 0; }
.nb-theme-corporate nb-card-header h6 {
    margin: 0; }
.nb-theme-corporate .second-card-container {
  height: calc(100% - 1.5rem);
  border-radius: 0.17rem; }
.nb-theme-corporate .reveal-button {
  line-height: 1.25;
  padding: 1.25rem;
  margin-bottom: 1.5rem; }
.nb-theme-corporate .flip-button {
  line-height: 1.25;
  margin-bottom: 1.5rem;
  padding: 1.25rem; }
[dir=ltr] .nb-theme-corporate .flipcard-body .front-container {
  margin-right: -100%; }
[dir=rtl] .nb-theme-corporate .flipcard-body .front-container {
  margin-left: -100%; }
.nb-theme-corporate nb-tabset {
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #e3e9ee; }
.nb-theme-corporate nb-tabset ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-corporate nb-tabset ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-corporate nb-tabset ::-webkit-scrollbar-track {
    background: #e3e9ee; }
.nb-theme-corporate nb-tabset .tabset {
    font-family: Exo;
    font-size: 1.125rem;
    padding: 0 1.25rem;
    border-bottom: 1px solid #ebecee; }
.nb-theme-corporate nb-tabset .tabset .tab {
      background: transparent; }
.nb-theme-corporate nb-tabset .tabset .tab a {
        padding: 1.25rem;
        color: #a4abb3; }
.nb-theme-corporate nb-tabset .tabset .tab a:hover {
          color: #181818; }
.nb-theme-corporate nb-tabset .tabset .tab a::before {
          background: #73a1ff;
          background-image: linear-gradient(to right, #73a1ff, #73a1ff); }
.nb-theme-corporate nb-tabset .tabset .tab.active {
        background: transparent; }
.nb-theme-corporate nb-tabset .tabset .tab.active a {
          font-weight: 600;
          color: #181818; }
@media screen and (max-width: 576px) {
        .nb-theme-corporate nb-tabset .tabset .tab.responsive a span {
          display: none; } }
.nb-theme-corporate nb-tabset nb-tab {
    font-family: Roboto;
    font-size: 1rem;
    color: #4b4b4b;
    background-color: transparent;
    padding: 0; }
.nb-theme-corporate nb-route-tabset {
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #e3e9ee; }
.nb-theme-corporate nb-route-tabset ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-corporate nb-route-tabset ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-corporate nb-route-tabset ::-webkit-scrollbar-track {
    background: #e3e9ee; }
.nb-theme-corporate nb-route-tabset .route-tabset {
    font-family: Exo;
    font-size: 1.125rem;
    padding: 0 1.25rem;
    border-bottom: 1px solid #cdd5dc; }
.nb-theme-corporate nb-route-tabset .route-tabset .route-tab {
      background: transparent; }
.nb-theme-corporate nb-route-tabset .route-tabset .route-tab a {
        padding: 1.25rem;
        color: #a4abb3; }
.nb-theme-corporate nb-route-tabset .route-tabset .route-tab a:hover {
          color: #181818; }
.nb-theme-corporate nb-route-tabset .route-tabset .route-tab a::before {
          background: #73a1ff; }
.nb-theme-corporate nb-route-tabset .route-tabset .route-tab.active {
        background: transparent; }
.nb-theme-corporate nb-route-tabset .route-tabset .route-tab.active a {
          font-weight: 600;
          color: #181818; }
@media screen and (max-width: 576px) {
        .nb-theme-corporate nb-route-tabset .route-tabset .route-tab.responsive a span {
          display: none; } }
.nb-theme-corporate nb-menu {
  font-family: Exo;
  font-size: 1rem;
  font-weight: 500;
  background: #e3e9ee;
  color: #4b4b4b; }
.nb-theme-corporate nb-menu ul.menu-items {
    margin: 0;
    padding: 0; }
.nb-theme-corporate nb-menu .menu-group {
    font-weight: 500;
    font-size: 0.875rem;
    color: #a4abb3;
    padding: 1rem 1.25rem; }
.nb-theme-corporate nb-menu .menu-item a {
    padding: 0.675rem 0.75rem;
    border-radius: 0.17rem; }
.nb-theme-corporate nb-menu .menu-item a:hover,
  .nb-theme-corporate nb-menu .menu-item a.active {
    background-color: #e3e9ee;
    color: #181818;
    font-weight: 600; }
.nb-theme-corporate nb-menu .menu-item a:hover .menu-icon,
    .nb-theme-corporate nb-menu .menu-item a:hover .chevron,
    .nb-theme-corporate nb-menu .menu-item a.active .menu-icon,
    .nb-theme-corporate nb-menu .menu-item a.active .chevron {
      color: #181818; }
.nb-theme-corporate nb-menu .menu-item .menu-icon {
    font-size: 2.5rem;
    width: 2.5rem;
    margin: 0 0.25rem 0;
    text-align: center;
    color: #a4abb3; }
.nb-theme-corporate nb-menu .menu-item .chevron {
    font-size: 0.875rem;
    color: #a4abb3; }
.nb-theme-corporate nb-menu .menu-items > .menu-item {
    border-bottom: 1px solid #cdd5dc; }
.nb-theme-corporate nb-menu .menu-items > .menu-item:first-child {
      border-top: 1px solid #cdd5dc; }
.nb-theme-corporate nb-menu .menu-item > .menu-items {
    background-color: #e3e9ee; }
.nb-theme-corporate nb-menu .menu-item > .menu-items > .menu-item {
    border: none;
    background: #e3e9ee;
    color: #4b4b4b;
    padding: 0 1.25rem; }
.nb-theme-corporate nb-menu .menu-item > .menu-items > .menu-item:first-child {
      margin-top: 0.5rem; }
.nb-theme-corporate nb-menu .menu-item > .menu-items > .menu-item:last-child {
      margin-bottom: 0.5rem; }
.nb-theme-corporate nb-menu .menu-item > .menu-items > .menu-item a {
      border: 0.125rem solid #e3e9ee;
      padding: 0.5rem 1rem; }
.nb-theme-corporate nb-menu .menu-item > .menu-items > .menu-item a:hover {
      color: #181818;
      background: #e3e9ee; }
.nb-theme-corporate nb-menu .menu-item > .menu-items > .menu-item a.active {
      background-color: #cdd5dc;
      color: #181818;
      border-color: #cdd5dc;
      box-shadow: none; }
.nb-theme-corporate nb-menu.inverse .menu-item a {
  color: #e3e9ee; }
.nb-theme-corporate nb-menu.inverse .menu-item a:hover {
  background-color: #181818;
  color: #e3e9ee; }
.nb-theme-corporate nb-menu.inverse .menu-item a.active {
  background-color: #181818;
  color: #e3e9ee; }
.nb-theme-corporate nb-menu.inverse .menu-group {
  color: #e3e9ee; }
.nb-theme-corporate nb-user {
  font-size: 1rem;
  line-height: 1.25; }
.nb-theme-corporate nb-user .user-picture {
    height: 2.5rem;
    width: 2.5rem;
    background: #ffffff;
    border: solid 2px #bcc3cc; }
.nb-theme-corporate nb-user .user-picture.background {
      color: #a4abb3; }
.nb-theme-corporate nb-user .user-name {
    font-family: Exo; }
.nb-theme-corporate nb-user.inverse .user-picture {
    background: #a4abb3; }
.nb-theme-corporate nb-user.inverse .user-picture.background {
      color: #ffffff; }
.nb-theme-corporate nb-user.small .user-picture {
    height: 1.5rem;
    width: 1.5rem;
    font-size: 80%; }
.nb-theme-corporate nb-user.medium .user-picture {
    height: 2.5rem;
    width: 2.5rem; }
.nb-theme-corporate nb-user.large .user-picture {
    height: 3.25rem;
    width: 3.25rem; }
.nb-theme-corporate nb-user.xlarge .user-picture {
    height: 4rem;
    width: 4rem; }
.nb-theme-corporate nb-actions {
  font-size: 1rem;
  font-family: Exo;
  line-height: 1.25; }
.nb-theme-corporate nb-actions nb-action {
    height: 1.5rem;
    padding: 0 1.25rem;
    background: transparent; }
[dir=ltr] .nb-theme-corporate nb-actions nb-action:first-child {
      border-left: none !important; }
[dir=rtl] .nb-theme-corporate nb-actions nb-action:first-child {
      border-right: none !important; }
.nb-theme-corporate nb-actions nb-action a.icon-container:hover, .nb-theme-corporate nb-actions nb-action a.icon-container:focus {
      text-decoration: none; }
.nb-theme-corporate nb-actions nb-action i.control-icon {
      color: #d3dbe5;
      font-size: 1.5rem; }
[dir=ltr] .nb-theme-corporate nb-actions nb-action {
      border-left: 1px solid #f1f4f5; }
[dir=rtl] .nb-theme-corporate nb-actions nb-action {
      border-right: 1px solid #f1f4f5; }
.nb-theme-corporate nb-actions.inverse nb-action i.control-icon {
    color: #ffffff; }
[dir=ltr] .nb-theme-corporate nb-actions.inverse nb-action {
    border-left: 1px solid #f1f4f5; }
[dir=rtl] .nb-theme-corporate nb-actions.inverse nb-action {
    border-right: 1px solid #f1f4f5; }
.nb-theme-corporate nb-actions.small nb-action {
    height: 1.5rem; }
.nb-theme-corporate nb-actions.small nb-action i.control-icon {
      font-size: 1.5rem; }
.nb-theme-corporate nb-actions.medium nb-action {
    height: 2.25rem; }
.nb-theme-corporate nb-actions.medium nb-action i.control-icon {
      font-size: 2.25rem; }
.nb-theme-corporate nb-actions.large nb-action {
    height: 3.5rem; }
.nb-theme-corporate nb-actions.large nb-action i.control-icon {
      font-size: 3.5rem; }
.nb-theme-corporate nb-actions.full-width nb-action {
    display: flex;
    justify-content: center;
    width: 100%; }
.nb-theme-corporate nb-search-field .search {
  background: #f1f5f8; }
.nb-theme-corporate nb-search-field .search button {
    color: #a4abb3; }
.nb-theme-corporate nb-search-field .search span {
    color: #a4abb3; }
.nb-theme-corporate nb-search-field .search input {
    color: #181818;
    border-bottom: 4px solid #a4abb3; }
.nb-theme-corporate nb-search-field .search input::-moz-placeholder {
      color: #a4abb3; }
.nb-theme-corporate nb-search-field .search input:-ms-input-placeholder {
      color: #a4abb3; }
.nb-theme-corporate nb-search-field .search input::placeholder {
      color: #a4abb3; }
.nb-theme-corporate nb-search-field .search input::-ms-clear {
      display: none; }
.nb-theme-corporate nb-search-field.rotate-layout {
  opacity: 0;
  background: #f1f5f8; }
.nb-theme-corporate nb-search-field.modal-zoomin .search::before,
.nb-theme-corporate nb-search-field.modal-zoomin .search::after {
  border: 1.5rem solid #a4abb3; }
.nb-theme-corporate nb-search-field.modal-half .form-wrapper {
  background: #f1f5f8; }
.nb-theme-corporate nb-search-field.modal-half .search::before {
  background: #a4abb3; }
.nb-theme-corporate nb-search-field.modal-drop .form-content::after {
  background: #a4abb3; }
.nb-theme-corporate nb-search-field.modal-drop .search::before {
  background: #f1f5f8; }
.nb-theme-corporate nb-search-field.curtain .search::after {
  background: #f1f5f8; }
.nb-theme-corporate nb-search-field.curtain .search {
  background: #f1f5f8; }
.nb-theme-corporate nb-search-field.column-curtain::before {
  background: #f1f5f8; }
.nb-theme-corporate nb-search-field.column-curtain::after {
  background: transparent; }
.nb-theme-corporate nb-search-field.column-curtain.show::after {
  background: #a4abb3; }
.nb-theme-corporate nb-search button {
  color: #a4abb3; }
.nb-theme-corporate .nb-spinner-container {
  position: relative; }
.nb-theme-corporate nb-spinner {
  background-color: rgba(255, 255, 255, 0.83); }
.nb-theme-corporate nb-spinner.active-spinner .spin-circle {
    border-right-color: #a4abb3; }
.nb-theme-corporate nb-spinner.disabled-spinner .spin-circle {
    border-right-color: rgba(255, 255, 255, 0.4); }
.nb-theme-corporate nb-spinner.primary-spinner .spin-circle {
    border-right-color: #73a1ff; }
.nb-theme-corporate nb-spinner.info-spinner .spin-circle {
    border-right-color: #ba7fec; }
.nb-theme-corporate nb-spinner.success-spinner .spin-circle {
    border-right-color: #5dcfe3; }
.nb-theme-corporate nb-spinner.warning-spinner .spin-circle {
    border-right-color: #ffa36b; }
.nb-theme-corporate nb-spinner.danger-spinner .spin-circle {
    border-right-color: #ff6b83; }
.nb-theme-corporate nb-spinner .spin-circle {
    border-left-color: #e9edf2;
    border-top-color: #e9edf2;
    border-bottom-color: #e9edf2; }
.nb-theme-corporate nb-spinner .message {
    color: #4b4b4b; }
.nb-theme-corporate nb-spinner.xxsmall-spinner {
    font-size: 1.25rem; }
.nb-theme-corporate nb-spinner.xsmall-spinner {
    font-size: 1.5rem; }
.nb-theme-corporate nb-spinner.small-spinner {
    font-size: 1.75rem; }
.nb-theme-corporate nb-spinner.medium-spinner {
    font-size: 2rem; }
.nb-theme-corporate nb-spinner.large-spinner {
    font-size: 2.25rem; }
.nb-theme-corporate nb-spinner.xlarge-spinner {
    font-size: 2.5rem; }
.nb-theme-corporate nb-spinner.xxlarge-spinner {
    font-size: 3rem; }
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(230deg); }
  100% {
    transform: rotate(360deg); } }
.nb-theme-corporate nb-checkbox .customised-control-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #dadfe6; }
.nb-theme-corporate nb-checkbox .customised-control-indicator::before {
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.4);
    border-color: transparent;
    border-width: 0 2px 2px 0; }
.nb-theme-corporate nb-checkbox .customised-control-input:checked + .customised-control-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #5dcfe3; }
.nb-theme-corporate nb-checkbox .customised-control-input:checked + .customised-control-indicator::before {
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.4);
    border-color: #181818;
    border-width: 0 2px 2px 0; }
.nb-theme-corporate nb-checkbox .customised-control-input:disabled + .customised-control-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #dadfe6; }
.nb-theme-corporate nb-checkbox .customised-control-input:disabled + .customised-control-indicator::before {
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.4);
    border-color: transparent;
    border-width: 0 2px 2px 0; }
.nb-theme-corporate nb-checkbox .customised-control-input:disabled:checked + .customised-control-indicator {
  border-color: #5dcfe3; }
.nb-theme-corporate nb-checkbox .customised-control-input:disabled:checked + .customised-control-indicator::before {
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.4);
    border-color: #181818;
    border-width: 0 2px 2px 0; }
.nb-theme-corporate nb-checkbox .customised-control-input:checked + .customised-control-indicator {
  border-color: #5dcfe3; }
.nb-theme-corporate nb-checkbox:hover .customised-control-input:enabled + .customised-control-indicator,
.nb-theme-corporate nb-checkbox .customised-control-input:focus:enabled + .customised-control-indicator {
  border-color: #88dceb; }
.nb-theme-corporate nb-checkbox.success .customised-control-input:checked + .customised-control-indicator {
  border-color: #5dcfe3; }
.nb-theme-corporate nb-checkbox.success:hover .customised-control-input:enabled + .customised-control-indicator,
.nb-theme-corporate nb-checkbox.success .customised-control-input:focus:enabled + .customised-control-indicator {
  border-color: #88dceb; }
.nb-theme-corporate nb-checkbox.warning .customised-control-input:checked + .customised-control-indicator {
  border-color: #ffa36b; }
.nb-theme-corporate nb-checkbox.warning:hover .customised-control-input:enabled + .customised-control-indicator,
.nb-theme-corporate nb-checkbox.warning .customised-control-input:focus:enabled + .customised-control-indicator {
  border-color: #ffc39e; }
.nb-theme-corporate nb-checkbox.danger .customised-control-input:checked + .customised-control-indicator {
  border-color: #ff6b83; }
.nb-theme-corporate nb-checkbox.danger:hover .customised-control-input:enabled + .customised-control-indicator,
.nb-theme-corporate nb-checkbox.danger .customised-control-input:focus:enabled + .customised-control-indicator {
  border-color: #ff9eae; }
.nb-theme-corporate nb-checkbox .customised-control-description {
  color: #181818; }
.nb-theme-corporate .progress-container {
  height: 1.375rem;
  border-radius: 0.17rem;
  background-color: #f1f5f8; }
.nb-theme-corporate .progress-container.xlg {
    height: 1.75rem; }
.nb-theme-corporate .progress-container.xlg .progress-value {
      font-size: 1.25rem; }
.nb-theme-corporate .progress-container.lg {
    height: 1.5rem; }
.nb-theme-corporate .progress-container.lg .progress-value {
      font-size: 1.125rem; }
.nb-theme-corporate .progress-container.sm {
    height: 1.25rem; }
.nb-theme-corporate .progress-container.sm .progress-value {
      font-size: 0.875rem; }
.nb-theme-corporate .progress-container.xs {
    height: 1rem; }
.nb-theme-corporate .progress-container.xs .progress-value {
      font-size: 0.75rem; }
.nb-theme-corporate .progress-value {
  background-color: #ba7fec;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  transition-duration: 400ms;
  transition-property: width, background-color; }
.nb-theme-corporate .progress-value.primary {
    background-color: #73a1ff; }
.nb-theme-corporate .progress-value.info {
    background-color: #ba7fec; }
.nb-theme-corporate .progress-value.success {
    background-color: #5dcfe3; }
.nb-theme-corporate .progress-value.warning {
    background-color: #ffa36b; }
.nb-theme-corporate .progress-value.danger {
    background-color: #ff6b83; }
.nb-theme-corporate .nb-badge {
  color: #ffffff; }
.nb-theme-corporate .nb-badge.nb-badge-primary {
    background-color: #73a1ff; }
.nb-theme-corporate .nb-badge.nb-badge-info {
    background-color: #ba7fec; }
.nb-theme-corporate .nb-badge.nb-badge-success {
    background-color: #5dcfe3; }
.nb-theme-corporate .nb-badge.nb-badge-warning {
    background-color: #ffa36b; }
.nb-theme-corporate .nb-badge.nb-badge-danger {
    background-color: #ff6b83; }
.nb-theme-corporate nb-stepper.horizontal .header .step {
  width: 2rem;
  margin: 0 1rem; }
.nb-theme-corporate nb-stepper.horizontal .header .connector {
  margin-top: 1rem; }
.nb-theme-corporate nb-stepper.vertical .header .connector {
  margin: 1rem; }
.nb-theme-corporate nb-stepper .header .connector {
  background-color: #a4abb3; }
.nb-theme-corporate nb-stepper .header .connector-past {
  background-color: #73a1ff; }
.nb-theme-corporate nb-stepper .header .label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #a4abb3; }
.nb-theme-corporate nb-stepper .header .label-index {
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  border: 2px solid #a4abb3;
  color: #a4abb3;
  font-weight: 500; }
.nb-theme-corporate nb-stepper .header .label-index .icon {
    font-size: 1.5rem;
    font-weight: 800; }
.nb-theme-corporate nb-stepper .header .step.selected .label-index, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-stepper .header .step.range-cell.start .label-index, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-stepper .header .step.range-cell.end .label-index, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-stepper .header .step.range-cell.start .label-index, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-stepper .header .step.range-cell.end .label-index, .nb-theme-corporate nb-stepper .header nb-calendar-day-picker .step.range-cell.start .label-index, .nb-theme-corporate nb-calendar-day-picker nb-stepper .header .step.range-cell.start .label-index, .nb-theme-corporate nb-stepper .header nb-calendar-day-picker .step.range-cell.end .label-index, .nb-theme-corporate nb-calendar-day-picker nb-stepper .header .step.range-cell.end .label-index {
  border: 2px solid #73a1ff;
  color: #73a1ff; }
.nb-theme-corporate nb-stepper .header .step.selected .label, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-stepper .header .step.range-cell.start .label, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-stepper .header .step.range-cell.end .label, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-stepper .header .step.range-cell.start .label, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-stepper .header .step.range-cell.end .label, .nb-theme-corporate nb-stepper .header nb-calendar-day-picker .step.range-cell.start .label, .nb-theme-corporate nb-calendar-day-picker nb-stepper .header .step.range-cell.start .label, .nb-theme-corporate nb-stepper .header nb-calendar-day-picker .step.range-cell.end .label, .nb-theme-corporate nb-calendar-day-picker nb-stepper .header .step.range-cell.end .label {
  color: #73a1ff; }
.nb-theme-corporate nb-stepper .header .step.completed .label-index {
  background-color: #73a1ff;
  border: 2px solid #73a1ff;
  color: #ffffff; }
.nb-theme-corporate nb-stepper .header .step.completed .label {
  color: #73a1ff; }
.nb-theme-corporate nb-stepper .step-content {
  padding: 1.25rem; }
.nb-theme-corporate nb-alert {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  background: #ffffff;
  color: #a4abb3;
  margin-bottom: 1.5rem;
  border-radius: 0.17rem;
  box-shadow: none;
  padding: 1rem 1.125rem;
  scrollbar-face-color: #dadada;
  scrollbar-track-color: #e3e9ee; }
.nb-theme-corporate nb-alert ::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
.nb-theme-corporate nb-alert ::-webkit-scrollbar-thumb {
    background: #dadada;
    cursor: pointer;
    border-radius: 2.5px; }
.nb-theme-corporate nb-alert ::-webkit-scrollbar-track {
    background: #e3e9ee; }
.nb-theme-corporate nb-alert.status {
    color: #ffffff; }
.nb-theme-corporate nb-alert.xxsmall-alert {
    height: 52px; }
.nb-theme-corporate nb-alert.xsmall-alert {
    height: 72px; }
.nb-theme-corporate nb-alert.small-alert {
    height: 92px; }
.nb-theme-corporate nb-alert.medium-alert {
    height: 112px; }
.nb-theme-corporate nb-alert.large-alert {
    height: 132px; }
.nb-theme-corporate nb-alert.xlarge-alert {
    height: 152px; }
.nb-theme-corporate nb-alert.xxlarge-alert {
    height: 172px; }
.nb-theme-corporate nb-alert.active-alert {
    background-color: #a4abb3; }
.nb-theme-corporate nb-alert.disabled-alert {
    background-color: rgba(255, 255, 255, 0.4);
    color: #a4abb3; }
.nb-theme-corporate nb-alert.primary-alert {
    background-color: #73a1ff; }
.nb-theme-corporate nb-alert.info-alert {
    background-color: #ba7fec; }
.nb-theme-corporate nb-alert.success-alert {
    background-color: #5dcfe3; }
.nb-theme-corporate nb-alert.warning-alert {
    background-color: #ffa36b; }
.nb-theme-corporate nb-alert.danger-alert {
    background-color: #ff6b83; }
.nb-theme-corporate nb-alert.accent {
    border-top-style: solid;
    border-top-width: 0.17rem; }
.nb-theme-corporate nb-alert.accent nb-alert-header {
      border-radius: 0; }
.nb-theme-corporate nb-alert.accent-active {
    border-top-color: #a4abb3; }
.nb-theme-corporate nb-alert.accent-disabled {
    border-top-color: rgba(255, 255, 255, 0.4); }
.nb-theme-corporate nb-alert.accent-primary {
    border-top-color: #73a1ff; }
.nb-theme-corporate nb-alert.accent-success {
    border-top-color: #5dcfe3; }
.nb-theme-corporate nb-alert.accent-info {
    border-top-color: #ba7fec; }
.nb-theme-corporate nb-alert.accent-warning {
    border-top-color: #ffa36b; }
.nb-theme-corporate nb-alert.accent-danger {
    border-top-color: #ff6b83; }
.nb-theme-corporate nb-alert.outline-active {
    border: 2px solid #a4abb3; }
.nb-theme-corporate nb-alert.outline-disabled {
    border: 2px solid rgba(255, 255, 255, 0.4); }
.nb-theme-corporate nb-alert.outline-primary {
    border: 2px solid #73a1ff; }
.nb-theme-corporate nb-alert.outline-success {
    border: 2px solid #5dcfe3; }
.nb-theme-corporate nb-alert.outline-info {
    border: 2px solid #ba7fec; }
.nb-theme-corporate nb-alert.outline-warning {
    border: 2px solid #ffa36b; }
.nb-theme-corporate nb-alert.outline-danger {
    border: 2px solid #ff6b83; }
.nb-theme-corporate nb-alert .close {
    padding: 1rem 1.125rem;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    font-family: monospace; }
.nb-theme-corporate nb-alert.closable {
    padding-right: 3rem; }
.nb-theme-corporate nb-chat {
  font-size: 1rem;
  background: #ffffff;
  border-radius: 0.17rem;
  box-shadow: 0 2px 12px 0 #dfe3eb; }
.nb-theme-corporate nb-chat .header {
    color: #4b4b4b;
    padding: 1.25rem;
    border-bottom: 1px solid #cdd5dc;
    border-top-left-radius: 0.17rem;
    border-top-right-radius: 0.17rem;
    font-weight: 500; }
.nb-theme-corporate nb-chat .scrollable {
    overflow: auto;
    flex: 1;
    scrollbar-face-color: #dadada;
    scrollbar-track-color: #e3e9ee; }
.nb-theme-corporate nb-chat .scrollable ::-webkit-scrollbar {
      width: 5px;
      height: 5px; }
.nb-theme-corporate nb-chat .scrollable ::-webkit-scrollbar-thumb {
      background: #dadada;
      cursor: pointer;
      border-radius: 2.5px; }
.nb-theme-corporate nb-chat .scrollable ::-webkit-scrollbar-track {
      background: #e3e9ee; }
.nb-theme-corporate nb-chat .messages {
    padding: 1.25rem;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-shrink: 0;
    flex-direction: column; }
.nb-theme-corporate nb-chat .no-messages {
    font-size: 0.875rem;
    text-align: center; }
.nb-theme-corporate nb-chat nb-chat-message {
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: row; }
.nb-theme-corporate nb-chat nb-chat-message .message {
      flex: 1; }
.nb-theme-corporate nb-chat nb-chat-message .avatar {
      border-radius: 50%;
      flex-shrink: 0;
      background: #a4abb3;
      background-position: center;
      background-size: 3.4rem 2.6rem;
      background-repeat: no-repeat;
      width: 2.5rem;
      height: 2.5rem;
      text-align: center;
      line-height: 2.5rem;
      font-size: 0.875rem;
      color: white; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-text {
      display: flex;
      flex-direction: column; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-text .sender {
        font-size: 0.875rem;
        color: #a4abb3;
        margin-bottom: 0.5rem; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-text p {
        word-wrap: break-word;
        word-break: break-all;
        max-width: 100%;
        margin-bottom: 0; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-text .text {
        padding: 1rem;
        border-radius: 0.5rem; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-file {
      display: flex;
      flex-direction: column; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-file a {
        color: #a4abb3;
        background: transparent;
        font-size: 4rem;
        text-align: center;
        border: 1px solid #a4abb3;
        width: 10rem;
        height: 10rem;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 0.5rem; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-file a:hover, .nb-theme-corporate nb-chat nb-chat-message nb-chat-message-file a:focus {
          text-decoration: none;
          color: #a4abb3; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-file a div {
          background-size: cover;
          width: 100%;
          height: 100%; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-file nb-chat-message-text {
        display: block;
        margin-bottom: 0.5rem; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-file .message-content-group {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-file .message-content-group a {
          margin-bottom: 1rem;
          width: 5rem;
          height: 5rem; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-message nb-chat-message-file .message-content-group a {
            margin-right: 1rem; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-message nb-chat-message-file .message-content-group a {
            margin-left: 1rem; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-quote p.quote {
      font-style: italic;
      font-size: 0.875rem;
      background: #e9edf2;
      color: #a4abb3;
      padding: 1rem;
      border-radius: 0.5rem;
      margin-bottom: 0.5rem; }
.nb-theme-corporate nb-chat nb-chat-message nb-chat-message-quote .sender {
      font-size: 0.875rem;
      color: #a4abb3;
      margin-bottom: 0.5rem; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-message.not-reply .message {
      margin-left: 0.5rem; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-message.not-reply .message {
      margin-right: 0.5rem; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-message.not-reply .message {
      margin-right: 3rem; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-message.not-reply .message {
      margin-left: 3rem; }
.nb-theme-corporate nb-chat nb-chat-message.not-reply nb-chat-message-text {
      align-items: flex-start; }
.nb-theme-corporate nb-chat nb-chat-message.not-reply nb-chat-message-text .text {
        background: linear-gradient(to right, #4ca6ff, #59bfff);
        color: #ffffff; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-message.not-reply nb-chat-message-text .text {
          border-top-left-radius: 0; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-message.not-reply nb-chat-message-text .text {
          border-top-right-radius: 0; }
.nb-theme-corporate nb-chat nb-chat-message.not-reply nb-chat-message-file {
      align-items: flex-start; }
.nb-theme-corporate nb-chat nb-chat-message.reply {
      flex-direction: row-reverse; }
.nb-theme-corporate nb-chat nb-chat-message.reply .message {
        margin-left: 0; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-message.reply .message {
          margin-right: 0.5rem; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-message.reply .message {
          margin-left: 0.5rem; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-message.reply .message {
          margin-left: 3rem; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-message.reply .message {
          margin-right: 3rem; }
.nb-theme-corporate nb-chat nb-chat-message.reply nb-chat-message-text {
        align-items: flex-end; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-message.reply nb-chat-message-text .sender {
          text-align: right; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-message.reply nb-chat-message-text .sender {
          text-align: left; }
.nb-theme-corporate nb-chat nb-chat-message.reply nb-chat-message-text .text {
          background: #e9edf2;
          color: #4b4b4b; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-message.reply nb-chat-message-text .text {
            border-top-right-radius: 0; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-message.reply nb-chat-message-text .text {
            border-top-left-radius: 0; }
.nb-theme-corporate nb-chat nb-chat-message.reply nb-chat-message-file {
        align-items: flex-end; }
.nb-theme-corporate nb-chat nb-chat-form {
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    border-top: 1px solid #cdd5dc; }
.nb-theme-corporate nb-chat nb-chat-form .message-row {
      flex-direction: row;
      display: flex; }
.nb-theme-corporate nb-chat nb-chat-form input {
      flex: 1;
      padding: 1.25rem 1.5rem;
      border-radius: 2rem;
      border: 1px solid #cdd5dc;
      background: transparent;
      color: #181818;
      outline: none;
      box-sizing: border-box; }
.nb-theme-corporate nb-chat nb-chat-form input.with-button {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-form input.with-button {
          border-bottom-right-radius: 0; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-form input.with-button {
          border-top-right-radius: 0; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-form input.with-button {
          border-bottom-left-radius: 0; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-form input.with-button {
          border-top-left-radius: 0; }
.nb-theme-corporate nb-chat nb-chat-form input::-moz-placeholder {
        color: #a4abb3; }
.nb-theme-corporate nb-chat nb-chat-form input:-ms-input-placeholder {
        color: #a4abb3; }
.nb-theme-corporate nb-chat nb-chat-form input::placeholder {
        color: #a4abb3; }
.nb-theme-corporate nb-chat nb-chat-form button.btn {
      border-radius: 3rem;
      padding: 0 1.5rem; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-form button.btn {
        border-bottom-left-radius: 0; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-form button.btn {
        border-top-left-radius: 0; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-form button.btn {
        border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-form button.btn {
        border-top-right-radius: 0; }
.nb-theme-corporate nb-chat nb-chat-form button.btn.with-icon {
        font-size: 3rem;
        line-height: 1;
        padding: 0 1.25rem 0 0.875rem;
        text-align: center; }
.nb-theme-corporate nb-chat nb-chat-form.file-over input {
      border: 1px dashed #a4abb3;
      box-shadow: 0 0 0 4px transparent; }
.nb-theme-corporate nb-chat nb-chat-form.file-over input::-moz-placeholder {
        color: #181818; }
.nb-theme-corporate nb-chat nb-chat-form.file-over input:-ms-input-placeholder {
        color: #181818; }
.nb-theme-corporate nb-chat nb-chat-form.file-over input::placeholder {
        color: #181818; }
.nb-theme-corporate nb-chat nb-chat-form .dropped-files {
      display: flex;
      flex-direction: row;
      margin-bottom: 0.5rem;
      flex-wrap: wrap; }
.nb-theme-corporate nb-chat nb-chat-form .dropped-files div {
        background-size: cover;
        width: 3rem;
        height: 3rem;
        border-radius: 0.5rem;
        margin-bottom: 0.5rem;
        border: 1px solid #181818;
        text-align: center;
        line-height: 3rem;
        font-size: 2rem;
        color: #181818;
        position: relative; }
[dir=ltr] .nb-theme-corporate nb-chat nb-chat-form .dropped-files div {
          margin-right: 0.5rem; }
[dir=rtl] .nb-theme-corporate nb-chat nb-chat-form .dropped-files div {
          margin-left: 0.5rem; }
.nb-theme-corporate nb-chat nb-chat-form .dropped-files div .remove {
          position: absolute;
          right: -0.5rem;
          top: -0.875rem;
          font-size: 0.875rem;
          line-height: 1;
          cursor: pointer; }
.nb-theme-corporate nb-chat.xxsmall-chat {
    height: 96px; }
.nb-theme-corporate nb-chat.xsmall-chat {
    height: 216px; }
.nb-theme-corporate nb-chat.small-chat {
    height: 336px; }
.nb-theme-corporate nb-chat.medium-chat {
    height: 456px; }
.nb-theme-corporate nb-chat.large-chat {
    height: 576px; }
.nb-theme-corporate nb-chat.xlarge-chat {
    height: 696px; }
.nb-theme-corporate nb-chat.xxlarge-chat {
    height: 816px; }
.nb-theme-corporate nb-chat.active-chat .header {
    background-color: #a4abb3;
    color: #ffffff; }
.nb-theme-corporate nb-chat.active-chat nb-chat-form button.btn {
    background-color: #a4abb3; }
.nb-theme-corporate nb-chat.disabled-chat .header {
    background-color: rgba(255, 255, 255, 0.4);
    color: #a4abb3; }
.nb-theme-corporate nb-chat.disabled-chat nb-chat-form button.btn {
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid #cdd5dc;
    color: #a4abb3; }
.nb-theme-corporate nb-chat.primary-chat .header {
    background-color: #73a1ff;
    color: #ffffff; }
.nb-theme-corporate nb-chat.primary-chat nb-chat-form button.btn {
    background-color: #73a1ff; }
.nb-theme-corporate nb-chat.info-chat .header {
    background-color: #ba7fec;
    color: #ffffff; }
.nb-theme-corporate nb-chat.info-chat nb-chat-form button.btn {
    background-color: #ba7fec; }
.nb-theme-corporate nb-chat.success-chat .header {
    background-color: #5dcfe3;
    color: #ffffff; }
.nb-theme-corporate nb-chat.success-chat nb-chat-form button.btn {
    background-color: #5dcfe3; }
.nb-theme-corporate nb-chat.warning-chat .header {
    background-color: #ffa36b;
    color: #ffffff; }
.nb-theme-corporate nb-chat.warning-chat nb-chat-form button.btn {
    background-color: #ffa36b; }
.nb-theme-corporate nb-chat.danger-chat .header {
    background-color: #ff6b83;
    color: #ffffff; }
.nb-theme-corporate nb-chat.danger-chat nb-chat-form button.btn {
    background-color: #ff6b83; }
.nb-theme-corporate nb-accordion {
  display: block;
  box-shadow: 0 2px 12px 0 #dfe3eb;
  border-radius: 0.17rem; }
.nb-theme-corporate nb-accordion nb-accordion-item-header {
    position: relative;
    padding: 1.25rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cdd5dc;
    color: #181818;
    font-family: Exo;
    font-size: 1.125rem;
    font-weight: 400; }
.nb-theme-corporate nb-accordion nb-accordion-item-header h1 {
      margin: 0; }
.nb-theme-corporate nb-accordion nb-accordion-item-header h2 {
      margin: 0; }
.nb-theme-corporate nb-accordion nb-accordion-item-header h3 {
      margin: 0; }
.nb-theme-corporate nb-accordion nb-accordion-item-header h4 {
      margin: 0; }
.nb-theme-corporate nb-accordion nb-accordion-item-header h5 {
      margin: 0; }
.nb-theme-corporate nb-accordion nb-accordion-item-header h6 {
      margin: 0; }
.nb-theme-corporate nb-accordion nb-accordion-item-header i {
      position: absolute; }
[dir=ltr] .nb-theme-corporate nb-accordion nb-accordion-item-header i {
        right: 1rem; }
[dir=rtl] .nb-theme-corporate nb-accordion nb-accordion-item-header i {
        left: 1rem; }
.nb-theme-corporate nb-accordion nb-accordion-item {
    font-family: Roboto;
    font-weight: 400;
    background: #ffffff;
    color: #4b4b4b; }
.nb-theme-corporate nb-accordion nb-accordion-item.disabled nb-accordion-item-header {
      color: #a4abb3;
      cursor: default; }
.nb-theme-corporate nb-accordion nb-accordion-item:first-child {
      border-top-left-radius: 0.17rem;
      border-top-right-radius: 0.17rem; }
.nb-theme-corporate nb-accordion nb-accordion-item:last-child {
      border-bottom-left-radius: 0.17rem;
      border-bottom-right-radius: 0.17rem; }
.nb-theme-corporate nb-accordion nb-accordion-item:last-child.collapsed nb-accordion-item-header {
        border-bottom: none; }
.nb-theme-corporate nb-accordion nb-accordion-item:not(.collapsed) + nb-accordion-item nb-accordion-item-header {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cdd5dc; }
.nb-theme-corporate nb-accordion nb-accordion-item-body .item-body {
    flex: 1;
    -ms-flex: 1 1 auto;
    overflow: auto;
    padding: 1.25rem;
    position: relative; }
.nb-theme-corporate [nbButton] {
  color: #ffffff;
  font-weight: 500;
  font-family: Exo;
  cursor: default;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.75rem;
  background-color: #73a1ff; }
.nb-theme-corporate [nbButton]:focus, .nb-theme-corporate [nbButton] .focus, .nb-theme-corporate [nbButton]:hover, .nb-theme-corporate [nbButton] .hover, .nb-theme-corporate [nbButton]:active, .nb-theme-corporate [nbButton] .active {
    color: #ffffff;
    cursor: default; }
.nb-theme-corporate [nbButton]:focus, .nb-theme-corporate [nbButton].focus {
    color: #ffffff;
    background-color: #87aeff;
    border-color: transparent;
    box-shadow: none; }
.nb-theme-corporate [nbButton]:hover, .nb-theme-corporate [nbButton].hover {
    color: #ffffff;
    background-color: #87aeff;
    border-color: transparent; }
.nb-theme-corporate [nbButton]:active, .nb-theme-corporate [nbButton].active, .nb-theme-corporate [nbButton]:active:focus {
    color: #ffffff;
    background-color: #638adb;
    border-color: transparent;
    box-shadow: none; }
.nb-theme-corporate [nbButton]:disabled, .nb-theme-corporate [nbButton].btn-disabled {
    opacity: 0.3; }
.nb-theme-corporate [nbButton].btn-pulse {
    -webkit-animation: btn-primary-pulse 1.5s infinite;
    animation: btn-primary-pulse 1.5s infinite; }
@-webkit-keyframes btn-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #73a1ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #73a1ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-large {
    padding: 0.875rem 1.75rem;
    font-size: 1.125rem;
    line-height: 1.25;
    border-radius: 0.75rem; }
.nb-theme-corporate [nbButton].btn-medium {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: 0.75rem; }
.nb-theme-corporate [nbButton].btn-small {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25;
    border-radius: 0.75rem; }
.nb-theme-corporate [nbButton].btn-xsmall {
    padding: 0.5rem 1.25rem;
    font-size: 0.75rem;
    line-height: 1.25;
    border-radius: 0.75rem; }
.nb-theme-corporate [nbButton].btn-primary {
    background-color: #73a1ff; }
.nb-theme-corporate [nbButton].btn-primary:focus, .nb-theme-corporate [nbButton].btn-primary.focus {
      color: #ffffff;
      background-color: #87aeff;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-primary:hover, .nb-theme-corporate [nbButton].btn-primary.hover {
      color: #ffffff;
      background-color: #87aeff;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-primary:active, .nb-theme-corporate [nbButton].btn-primary.active, .nb-theme-corporate [nbButton].btn-primary:active:focus {
      color: #ffffff;
      background-color: #638adb;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-primary:disabled, .nb-theme-corporate [nbButton].btn-primary.btn-disabled {
      opacity: 0.3; }
.nb-theme-corporate [nbButton].btn-primary.btn-pulse {
      -webkit-animation: btn-primary-pulse 1.5s infinite;
      animation: btn-primary-pulse 1.5s infinite; }
@-webkit-keyframes btn-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #73a1ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #73a1ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-success {
    background-color: #5dcfe3; }
.nb-theme-corporate [nbButton].btn-success:focus, .nb-theme-corporate [nbButton].btn-success.focus {
      color: #ffffff;
      background-color: #74d6e7;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-success:hover, .nb-theme-corporate [nbButton].btn-success.hover {
      color: #ffffff;
      background-color: #74d6e7;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-success:active, .nb-theme-corporate [nbButton].btn-success.active, .nb-theme-corporate [nbButton].btn-success:active:focus {
      color: #ffffff;
      background-color: #50b2c3;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-success:disabled, .nb-theme-corporate [nbButton].btn-success.btn-disabled {
      opacity: 0.3; }
.nb-theme-corporate [nbButton].btn-success.btn-pulse {
      -webkit-animation: btn-success-pulse 1.5s infinite;
      animation: btn-success-pulse 1.5s infinite; }
@-webkit-keyframes btn-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #5dcfe3;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #5dcfe3;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-warning {
    background-color: #ffa36b; }
.nb-theme-corporate [nbButton].btn-warning:focus, .nb-theme-corporate [nbButton].btn-warning.focus {
      color: #ffffff;
      background-color: #ffb080;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-warning:hover, .nb-theme-corporate [nbButton].btn-warning.hover {
      color: #ffffff;
      background-color: #ffb080;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-warning:active, .nb-theme-corporate [nbButton].btn-warning.active, .nb-theme-corporate [nbButton].btn-warning:active:focus {
      color: #ffffff;
      background-color: #db8c5c;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-warning:disabled, .nb-theme-corporate [nbButton].btn-warning.btn-disabled {
      opacity: 0.3; }
.nb-theme-corporate [nbButton].btn-warning.btn-pulse {
      -webkit-animation: btn-warning-pulse 1.5s infinite;
      animation: btn-warning-pulse 1.5s infinite; }
@-webkit-keyframes btn-warning-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ffa36b;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-warning-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ffa36b;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-info {
    background-color: #ba7fec; }
.nb-theme-corporate [nbButton].btn-info:focus, .nb-theme-corporate [nbButton].btn-info.focus {
      color: #ffffff;
      background-color: #c491ef;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-info:hover, .nb-theme-corporate [nbButton].btn-info.hover {
      color: #ffffff;
      background-color: #c491ef;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-info:active, .nb-theme-corporate [nbButton].btn-info.active, .nb-theme-corporate [nbButton].btn-info:active:focus {
      color: #ffffff;
      background-color: #a06dcb;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-info:disabled, .nb-theme-corporate [nbButton].btn-info.btn-disabled {
      opacity: 0.3; }
.nb-theme-corporate [nbButton].btn-info.btn-pulse {
      -webkit-animation: btn-info-pulse 1.5s infinite;
      animation: btn-info-pulse 1.5s infinite; }
@-webkit-keyframes btn-info-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ba7fec;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-info-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ba7fec;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-danger {
    background-color: #ff6b83; }
.nb-theme-corporate [nbButton].btn-danger:focus, .nb-theme-corporate [nbButton].btn-danger.focus {
      color: #ffffff;
      background-color: #ff8094;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-danger:hover, .nb-theme-corporate [nbButton].btn-danger.hover {
      color: #ffffff;
      background-color: #ff8094;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-danger:active, .nb-theme-corporate [nbButton].btn-danger.active, .nb-theme-corporate [nbButton].btn-danger:active:focus {
      color: #ffffff;
      background-color: #db5c71;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-danger:disabled, .nb-theme-corporate [nbButton].btn-danger.btn-disabled {
      opacity: 0.3; }
.nb-theme-corporate [nbButton].btn-danger.btn-pulse {
      -webkit-animation: btn-danger-pulse 1.5s infinite;
      animation: btn-danger-pulse 1.5s infinite; }
@-webkit-keyframes btn-danger-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ff6b83;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-danger-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ff6b83;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-secondary {
    border: 2px solid #edf2f5;
    color: #181818;
    background-color: #edf2f5; }
.nb-theme-corporate [nbButton].btn-secondary:focus, .nb-theme-corporate [nbButton].btn-secondary.focus {
      color: #181818;
      border-color: #f1f5f7;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-secondary:hover, .nb-theme-corporate [nbButton].btn-secondary.hover {
      color: #ffffff;
      background-color: #f0f4f6;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-secondary:active, .nb-theme-corporate [nbButton].btn-secondary.active, .nb-theme-corporate [nbButton].btn-secondary:active:focus {
      color: #ffffff;
      background-color: #ccd0d3;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-secondary:disabled, .nb-theme-corporate [nbButton].btn-secondary.btn-disabled {
      opacity: 0.3; }
.nb-theme-corporate [nbButton].btn-secondary.btn-pulse {
      -webkit-animation: btn-secondary-pulse 1.5s infinite;
      animation: btn-secondary-pulse 1.5s infinite; }
@-webkit-keyframes btn-secondary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #edf2f5;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-secondary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #edf2f5;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-secondary:focus, .nb-theme-corporate [nbButton].btn-secondary.focus, .nb-theme-corporate [nbButton].btn-secondary:hover, .nb-theme-corporate [nbButton].btn-secondary.hover, .nb-theme-corporate [nbButton].btn-secondary:active, .nb-theme-corporate [nbButton].btn-secondary.active {
      color: #181818; }
.nb-theme-corporate [nbButton].btn-hero.btn-primary {
    background-image: linear-gradient(to right, #73a1ff, #73a1ff);
    box-shadow: 0 0 0 0 #638adb, 0 0 20px 0 #73a1ff;
    border-radius: 0.75rem;
    text-shadow: none;
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-primary:focus,
    .nb-theme-corporate [nbButton].btn-hero.btn-primary .focus {
      background-image: linear-gradient(to right, #87aeff, #87aeff); }
.nb-theme-corporate [nbButton].btn-hero.btn-primary:hover,
    .nb-theme-corporate [nbButton].btn-hero.btn-primary .hover {
      background-image: linear-gradient(to right, #87aeff, #87aeff); }
.nb-theme-corporate [nbButton].btn-hero.btn-primary:active,
    .nb-theme-corporate [nbButton].btn-hero.btn-primary .active {
      background-image: linear-gradient(to right, #638adb, #638adb);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-hero.btn-primary:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-hero.btn-primary.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-primary.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-primary.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-primary.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-primary.btn-pulse {
      -webkit-animation: btn-hero-primary-pulse 1.5s infinite;
      animation: btn-hero-primary-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #73a1ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-primary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #73a1ff;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-hero.btn-success {
    background-image: linear-gradient(to right, #5dcfe3, #5dcfe3);
    box-shadow: 0 0 0 0 #50b2c3, 0 0 20px 0 #5dcfe3;
    border-radius: 0.75rem;
    text-shadow: none;
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-success:focus,
    .nb-theme-corporate [nbButton].btn-hero.btn-success .focus {
      background-image: linear-gradient(to right, #74d6e7, #74d6e7); }
.nb-theme-corporate [nbButton].btn-hero.btn-success:hover,
    .nb-theme-corporate [nbButton].btn-hero.btn-success .hover {
      background-image: linear-gradient(to right, #74d6e7, #74d6e7); }
.nb-theme-corporate [nbButton].btn-hero.btn-success:active,
    .nb-theme-corporate [nbButton].btn-hero.btn-success .active {
      background-image: linear-gradient(to right, #50b2c3, #50b2c3);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-hero.btn-success:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-hero.btn-success.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-success.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-success.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-success.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-success.btn-pulse {
      -webkit-animation: btn-hero-success-pulse 1.5s infinite;
      animation: btn-hero-success-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #5dcfe3;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-success-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #5dcfe3;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-hero.btn-warning {
    background-image: linear-gradient(to right, #ffa36b, #ffa36b);
    box-shadow: 0 0 0 0 #db8c5c, 0 0 20px 0 #ffa36b;
    border-radius: 0.75rem;
    text-shadow: none;
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-warning:focus,
    .nb-theme-corporate [nbButton].btn-hero.btn-warning .focus {
      background-image: linear-gradient(to right, #ffb080, #ffb080); }
.nb-theme-corporate [nbButton].btn-hero.btn-warning:hover,
    .nb-theme-corporate [nbButton].btn-hero.btn-warning .hover {
      background-image: linear-gradient(to right, #ffb080, #ffb080); }
.nb-theme-corporate [nbButton].btn-hero.btn-warning:active,
    .nb-theme-corporate [nbButton].btn-hero.btn-warning .active {
      background-image: linear-gradient(to right, #db8c5c, #db8c5c);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-hero.btn-warning:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-hero.btn-warning.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-warning.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-warning.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-warning.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-warning.btn-pulse {
      -webkit-animation: btn-hero-warning-pulse 1.5s infinite;
      animation: btn-hero-warning-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-warning-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ffa36b;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-warning-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ffa36b;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-hero.btn-info {
    background-image: linear-gradient(to right, #ba7fec, #ba7fec);
    box-shadow: 0 0 0 0 #a06dcb, 0 0 20px 0 #ba7fec;
    border-radius: 0.75rem;
    text-shadow: none;
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-info:focus,
    .nb-theme-corporate [nbButton].btn-hero.btn-info .focus {
      background-image: linear-gradient(to right, #c491ef, #c491ef); }
.nb-theme-corporate [nbButton].btn-hero.btn-info:hover,
    .nb-theme-corporate [nbButton].btn-hero.btn-info .hover {
      background-image: linear-gradient(to right, #c491ef, #c491ef); }
.nb-theme-corporate [nbButton].btn-hero.btn-info:active,
    .nb-theme-corporate [nbButton].btn-hero.btn-info .active {
      background-image: linear-gradient(to right, #a06dcb, #a06dcb);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-hero.btn-info:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-hero.btn-info.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-info.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-info.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-info.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-info.btn-pulse {
      -webkit-animation: btn-hero-info-pulse 1.5s infinite;
      animation: btn-hero-info-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-info-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ba7fec;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-info-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ba7fec;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-hero.btn-danger {
    background-image: linear-gradient(to right, #ff6b83, #ff6b83);
    box-shadow: 0 0 0 0 #db5c71, 0 0 20px 0 #ff6b83;
    border-radius: 0.75rem;
    text-shadow: none;
    border: none;
    line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-danger:focus,
    .nb-theme-corporate [nbButton].btn-hero.btn-danger .focus {
      background-image: linear-gradient(to right, #ff8094, #ff8094); }
.nb-theme-corporate [nbButton].btn-hero.btn-danger:hover,
    .nb-theme-corporate [nbButton].btn-hero.btn-danger .hover {
      background-image: linear-gradient(to right, #ff8094, #ff8094); }
.nb-theme-corporate [nbButton].btn-hero.btn-danger:active,
    .nb-theme-corporate [nbButton].btn-hero.btn-danger .active {
      background-image: linear-gradient(to right, #db5c71, #db5c71);
      box-shadow: none;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-hero.btn-danger:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-hero.btn-danger.btn.btn-lg {
      line-height: calc((1.125rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-danger.btn.btn-md {
      line-height: calc((1rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-danger.btn.btn-sm {
      line-height: calc((0.875rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-danger.btn.btn-tn {
      line-height: calc((0.75rem * 1.25) + 4px); }
.nb-theme-corporate [nbButton].btn-hero.btn-danger.btn-pulse {
      -webkit-animation: btn-hero-danger-pulse 1.5s infinite;
      animation: btn-hero-danger-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-danger-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ff6b83;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-danger-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #ff6b83;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-hero.btn-secondary {
    color: #181818;
    background-color: #edf2f5;
    box-shadow: 0 0 0 0 #ccd0d3, 0 0 0 0 #edf2f5;
    border-radius: 0.75rem;
    text-shadow: none;
    border: 2px solid #edf2f5;
    border: none; }
.nb-theme-corporate [nbButton].btn-hero.btn-secondary:focus,
    .nb-theme-corporate [nbButton].btn-hero.btn-secondary .focus {
      border-color: #f0f4f6; }
.nb-theme-corporate [nbButton].btn-hero.btn-secondary:hover,
    .nb-theme-corporate [nbButton].btn-hero.btn-secondary .hover {
      background-color: rgba(237, 242, 245, 0.2); }
.nb-theme-corporate [nbButton].btn-hero.btn-secondary:active,
    .nb-theme-corporate [nbButton].btn-hero.btn-secondary .active {
      border-color: #ccd0d3;
      box-shadow: none;
      background: none; }
.nb-theme-corporate [nbButton].btn-hero.btn-secondary:disabled {
      opacity: 0.3;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-hero.btn-secondary.btn-pulse {
      -webkit-animation: btn-hero-secondary-pulse 1.5s infinite;
      animation: btn-hero-secondary-pulse 1.5s infinite; }
@-webkit-keyframes btn-hero-secondary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #edf2f5;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
@keyframes btn-hero-secondary-pulse {
  0% {
    box-shadow: none;
    opacity: 0.3; }
  50% {
    box-shadow: 0 0 1rem 0 #edf2f5;
    opacity: 0.8; }
  100% {
    box-shadow: none;
    opacity: 0.3; } }
.nb-theme-corporate [nbButton].btn-outline.btn-primary {
    border: 2px solid #73a1ff;
    color: #181818;
    background-color: transparent; }
.nb-theme-corporate [nbButton].btn-outline.btn-primary:focus, .nb-theme-corporate [nbButton].btn-outline.btn-primary.focus {
      color: #181818;
      border-color: #8fb4ff;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-outline.btn-primary:hover, .nb-theme-corporate [nbButton].btn-outline.btn-primary.hover {
      color: #ffffff;
      background-color: #87aeff;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-outline.btn-primary:active, .nb-theme-corporate [nbButton].btn-outline.btn-primary.active, .nb-theme-corporate [nbButton].btn-outline.btn-primary:active:focus {
      color: #ffffff;
      background-color: #638adb;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-outline.btn-warning {
    border: 2px solid #ffa36b;
    color: #181818;
    background-color: transparent; }
.nb-theme-corporate [nbButton].btn-outline.btn-warning:focus, .nb-theme-corporate [nbButton].btn-outline.btn-warning.focus {
      color: #181818;
      border-color: #ffb589;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-outline.btn-warning:hover, .nb-theme-corporate [nbButton].btn-outline.btn-warning.hover {
      color: #ffffff;
      background-color: #ffb080;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-outline.btn-warning:active, .nb-theme-corporate [nbButton].btn-outline.btn-warning.active, .nb-theme-corporate [nbButton].btn-outline.btn-warning:active:focus {
      color: #ffffff;
      background-color: #db8c5c;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-outline.btn-success {
    border: 2px solid #5dcfe3;
    color: #181818;
    background-color: transparent; }
.nb-theme-corporate [nbButton].btn-outline.btn-success:focus, .nb-theme-corporate [nbButton].btn-outline.btn-success.focus {
      color: #181818;
      border-color: #7dd9e9;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-outline.btn-success:hover, .nb-theme-corporate [nbButton].btn-outline.btn-success.hover {
      color: #ffffff;
      background-color: #74d6e7;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-outline.btn-success:active, .nb-theme-corporate [nbButton].btn-outline.btn-success.active, .nb-theme-corporate [nbButton].btn-outline.btn-success:active:focus {
      color: #ffffff;
      background-color: #50b2c3;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-outline.btn-info {
    border: 2px solid #ba7fec;
    color: #181818;
    background-color: transparent; }
.nb-theme-corporate [nbButton].btn-outline.btn-info:focus, .nb-theme-corporate [nbButton].btn-outline.btn-info.focus {
      color: #181818;
      border-color: #c899f0;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-outline.btn-info:hover, .nb-theme-corporate [nbButton].btn-outline.btn-info.hover {
      color: #ffffff;
      background-color: #c491ef;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-outline.btn-info:active, .nb-theme-corporate [nbButton].btn-outline.btn-info.active, .nb-theme-corporate [nbButton].btn-outline.btn-info:active:focus {
      color: #ffffff;
      background-color: #a06dcb;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-outline.btn-danger {
    border: 2px solid #ff6b83;
    color: #181818;
    background-color: transparent; }
.nb-theme-corporate [nbButton].btn-outline.btn-danger:focus, .nb-theme-corporate [nbButton].btn-outline.btn-danger.focus {
      color: #181818;
      border-color: #ff899c;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-outline.btn-danger:hover, .nb-theme-corporate [nbButton].btn-outline.btn-danger.hover {
      color: #ffffff;
      background-color: #ff8094;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-outline.btn-danger:active, .nb-theme-corporate [nbButton].btn-outline.btn-danger.active, .nb-theme-corporate [nbButton].btn-outline.btn-danger:active:focus {
      color: #ffffff;
      background-color: #db5c71;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-outline.btn-secondary {
    border: 2px solid #edf2f5;
    color: #181818;
    background-color: transparent; }
.nb-theme-corporate [nbButton].btn-outline.btn-secondary:focus, .nb-theme-corporate [nbButton].btn-outline.btn-secondary.focus {
      color: #181818;
      border-color: #f1f5f7;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-outline.btn-secondary:hover, .nb-theme-corporate [nbButton].btn-outline.btn-secondary.hover {
      color: #ffffff;
      background-color: #f0f4f6;
      border-color: transparent; }
.nb-theme-corporate [nbButton].btn-outline.btn-secondary:active, .nb-theme-corporate [nbButton].btn-outline.btn-secondary.active, .nb-theme-corporate [nbButton].btn-outline.btn-secondary:active:focus {
      color: #ffffff;
      background-color: #ccd0d3;
      border-color: transparent;
      box-shadow: none; }
.nb-theme-corporate [nbButton].btn-outline.btn-secondary:focus, .nb-theme-corporate [nbButton].btn-outline.btn-secondary.focus, .nb-theme-corporate [nbButton].btn-outline.btn-secondary:hover, .nb-theme-corporate [nbButton].btn-outline.btn-secondary.hover, .nb-theme-corporate [nbButton].btn-outline.btn-secondary:active, .nb-theme-corporate [nbButton].btn-outline.btn-secondary.active {
      color: #181818; }
.nb-theme-corporate [nbButton].btn-rectangle {
    border-radius: 0.25rem; }
.nb-theme-corporate [nbButton].btn-semi-round {
    border-radius: 0.75rem; }
.nb-theme-corporate [nbButton].btn-round {
    border-radius: 1.5rem; }
.nb-theme-corporate nb-list-item {
  border-bottom: 1px solid #ebecee;
  padding: 1rem; }
.nb-theme-corporate nb-list-item:first-child {
    border-top: 1px solid #ebecee; }
.nb-theme-corporate [nbInput] {
  background-color: #ffffff;
  border: 2px solid #dadfe6;
  color: #181818; }
.nb-theme-corporate [nbInput]:focus {
    outline: none;
    background-color: #ffffff;
    border-color: #5dcfe3; }
.nb-theme-corporate [nbInput][disabled]::-moz-placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput][disabled]:-ms-input-placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput][disabled]::placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput][disabled]::-webkit-input-placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput][disabled]:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-corporate [nbInput][disabled]::-moz-placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput][disabled]:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-corporate [nbInput][disabled]:-moz-placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput][disabled]:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-corporate [nbInput][disabled]:-ms-input-placeholder {
    color: rgba(164, 171, 179, 0.5);
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput][disabled]:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-corporate [nbInput].input-full-width {
    width: 100%; }
.nb-theme-corporate [nbInput].input-info {
    border-color: #ba7fec; }
.nb-theme-corporate [nbInput].input-success {
    border-color: #5dcfe3; }
.nb-theme-corporate [nbInput].input-warning {
    border-color: #ffa36b; }
.nb-theme-corporate [nbInput].input-danger {
    border-color: #ff6b83; }
.nb-theme-corporate [nbInput].input-sm {
    font-size: 0.875rem;
    padding: 0.375rem 1.125rem; }
.nb-theme-corporate [nbInput].input-md {
    font-size: 1rem;
    padding: 0.75rem 1.125rem; }
.nb-theme-corporate [nbInput].input-lg {
    font-size: 1.125rem;
    padding: 1.125rem; }
.nb-theme-corporate [nbInput].input-rectangle {
    border-radius: 0.17rem; }
.nb-theme-corporate [nbInput].input-semi-round {
    border-radius: 0.75rem; }
.nb-theme-corporate [nbInput].input-round {
    border-radius: 1.5rem; }
.nb-theme-corporate [nbInput]::-moz-placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput]:-ms-input-placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput]::placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput]::-webkit-input-placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput]:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-corporate [nbInput]::-moz-placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput]:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-corporate [nbInput]:-moz-placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput]:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-corporate [nbInput]:-ms-input-placeholder {
    color: #a4abb3;
    font-size: 1rem;
    opacity: 1;
    transition: opacity 0.3s ease;
    text-overflow: ellipsis; }
.nb-theme-corporate [nbInput]:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease; }
.nb-theme-corporate .overlay-backdrop {
  background: rgba(0, 0, 0, 0.288); }
.nb-theme-corporate .cdk-overlay-container {
  z-index: 1040; }
.nb-theme-corporate nb-popover {
  border: 2px solid #73a1ff;
  border-radius: 0.17rem;
  background: #ffffff;
  box-shadow: none; }
.nb-theme-corporate nb-popover .primitive-overlay {
    color: #181818; }
.nb-theme-corporate nb-popover .arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #73a1ff; }
.nb-theme-corporate nb-popover .arrow::after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      top: 3px;
      left: calc(50% - calc(11px - 2px));
      border-left: calc(11px - 2px) solid transparent;
      border-right: calc(11px - 2px) solid transparent;
      border-bottom: calc(11px - 2px) solid #ffffff; }
.nb-theme-corporate nb-popover.nb-overlay-bottom .arrow {
    top: calc(-11px + 1px);
    left: calc(50% - 11px); }
.nb-theme-corporate nb-popover.nb-overlay-left .arrow {
    right: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(90deg); }
.nb-theme-corporate nb-popover.nb-overlay-top .arrow {
    bottom: calc(-11px + 1px);
    left: calc(50% - 11px);
    transform: rotate(180deg); }
.nb-theme-corporate nb-popover.nb-overlay-right .arrow {
    left: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(270deg); }
.nb-theme-corporate nb-context-menu {
  border: 2px solid #5dcfe3;
  border-radius: 0.17rem;
  background: #ffffff;
  box-shadow: none; }
.nb-theme-corporate nb-context-menu .primitive-overlay {
    color: #181818; }
.nb-theme-corporate nb-context-menu .arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #5dcfe3; }
.nb-theme-corporate nb-context-menu .arrow::after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      top: 3px;
      left: calc(50% - calc(11px - 2px));
      border-left: calc(11px - 2px) solid transparent;
      border-right: calc(11px - 2px) solid transparent;
      border-bottom: calc(11px - 2px) solid #ffffff; }
.nb-theme-corporate nb-context-menu.nb-overlay-bottom .arrow {
    top: calc(-11px + 1px);
    left: calc(50% - 11px); }
.nb-theme-corporate nb-context-menu.nb-overlay-left .arrow {
    right: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(90deg); }
.nb-theme-corporate nb-context-menu.nb-overlay-top .arrow {
    bottom: calc(-11px + 1px);
    left: calc(50% - 11px);
    transform: rotate(180deg); }
.nb-theme-corporate nb-context-menu.nb-overlay-right .arrow {
    left: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(270deg); }
.nb-theme-corporate nb-menu.context-menu .menu-items .menu-item a {
  color: #181818;
  font-weight: 400; }
.nb-theme-corporate nb-menu.context-menu .menu-items .menu-item a .menu-icon {
    color: #181818; }
.nb-theme-corporate nb-menu.context-menu .menu-items .menu-item a:focus, .nb-theme-corporate nb-menu.context-menu .menu-items .menu-item a:active, .nb-theme-corporate nb-menu.context-menu .menu-items .menu-item a:hover {
    color: #ffffff;
    background: #5dcfe3;
    font-weight: 400; }
.nb-theme-corporate nb-menu.context-menu .menu-items .menu-item a:focus .menu-icon, .nb-theme-corporate nb-menu.context-menu .menu-items .menu-item a:active .menu-icon, .nb-theme-corporate nb-menu.context-menu .menu-items .menu-item a:hover .menu-icon {
      color: #ffffff; }
.nb-theme-corporate nb-select > button[nbButton] {
  transition: all 0.1s; }
[dir=rtl] .nb-theme-corporate nb-select > button[nbButton]::after {
    left: 0.75rem; }
[dir=rtl] .nb-theme-corporate nb-select > button[nbButton]::after {
    right: auto; }
.nb-theme-corporate nb-select > button[nbButton].opened.top {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.nb-theme-corporate nb-select > button[nbButton].opened.bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.nb-theme-corporate nb-card.select {
  background-color: #ffffff;
  max-height: 20rem;
  margin-bottom: 0;
  box-shadow: none; }
.nb-theme-corporate nb-card.select nb-card-body {
    padding: 0; }
.nb-theme-corporate nb-card.select nb-option {
    padding: 0.75rem 1.5rem; }
.nb-theme-corporate nb-card.select.primary {
    border: 2px solid #73a1ff; }
.nb-theme-corporate nb-card.select.primary nb-option:hover, .nb-theme-corporate nb-card.select.primary nb-option.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-card.select.primary nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-card.select.primary nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-card.select.primary nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-card.select.primary nb-option.range-cell.end, .nb-theme-corporate nb-card.select.primary nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker nb-card.select.primary nb-option.range-cell.start, .nb-theme-corporate nb-card.select.primary nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker nb-card.select.primary nb-option.range-cell.end {
      background-color: #73a1ff;
      color: #ffffff; }
.nb-theme-corporate nb-card.select.danger {
    border: 2px solid #ff6b83; }
.nb-theme-corporate nb-card.select.danger nb-option:hover, .nb-theme-corporate nb-card.select.danger nb-option.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-card.select.danger nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-card.select.danger nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-card.select.danger nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-card.select.danger nb-option.range-cell.end, .nb-theme-corporate nb-card.select.danger nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker nb-card.select.danger nb-option.range-cell.start, .nb-theme-corporate nb-card.select.danger nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker nb-card.select.danger nb-option.range-cell.end {
      background-color: #ff6b83;
      color: #ffffff; }
.nb-theme-corporate nb-card.select.warning {
    border: 2px solid #ffa36b; }
.nb-theme-corporate nb-card.select.warning nb-option:hover, .nb-theme-corporate nb-card.select.warning nb-option.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-card.select.warning nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-card.select.warning nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-card.select.warning nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-card.select.warning nb-option.range-cell.end, .nb-theme-corporate nb-card.select.warning nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker nb-card.select.warning nb-option.range-cell.start, .nb-theme-corporate nb-card.select.warning nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker nb-card.select.warning nb-option.range-cell.end {
      background-color: #ffa36b;
      color: #ffffff; }
.nb-theme-corporate nb-card.select.info {
    border: 2px solid #ba7fec; }
.nb-theme-corporate nb-card.select.info nb-option:hover, .nb-theme-corporate nb-card.select.info nb-option.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-card.select.info nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-card.select.info nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-card.select.info nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-card.select.info nb-option.range-cell.end, .nb-theme-corporate nb-card.select.info nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker nb-card.select.info nb-option.range-cell.start, .nb-theme-corporate nb-card.select.info nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker nb-card.select.info nb-option.range-cell.end {
      background-color: #ba7fec;
      color: #ffffff; }
.nb-theme-corporate nb-card.select.success {
    border: 2px solid #5dcfe3; }
.nb-theme-corporate nb-card.select.success nb-option:hover, .nb-theme-corporate nb-card.select.success nb-option.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-card.select.success nb-option.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate nb-card.select.success nb-option.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-card.select.success nb-option.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate nb-card.select.success nb-option.range-cell.end, .nb-theme-corporate nb-card.select.success nb-calendar-day-picker nb-option.range-cell.start, .nb-theme-corporate nb-calendar-day-picker nb-card.select.success nb-option.range-cell.start, .nb-theme-corporate nb-card.select.success nb-calendar-day-picker nb-option.range-cell.end, .nb-theme-corporate nb-calendar-day-picker nb-card.select.success nb-option.range-cell.end {
      background-color: #5dcfe3;
      color: #ffffff; }
.nb-theme-corporate nb-card.select.bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
.nb-theme-corporate nb-card.select.top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
.nb-theme-corporate nb-card.select nb-checkbox .customised-control-description {
    color: inherit; }
.nb-theme-corporate nb-card.select nb-checkbox .customised-control-input:checked ~ .customised-control-indicator {
    border-color: #dadfe6; }
.nb-theme-corporate nb-card.select nb-checkbox .customised-control-input:checked ~ .customised-control-indicator::before {
      border-color: #dadfe6; }
.nb-theme-corporate nb-card.select nb-option.disabled, .nb-theme-corporate nb-card.select nb-option-group.disabled {
    background-color: #f2f4f7;
    opacity: 0.3; }
.nb-theme-corporate nb-toast {
  background-color: #ffffff;
  padding: 1.125rem;
  color: #4b4b4b;
  border: 0.125rem solid;
  border-radius: 0.17rem;
  box-shadow: 0 2px 12px 0 #dfe3eb; }
[dir=ltr] .nb-theme-corporate nb-toast .icon {
    margin-right: 1.25rem; }
[dir=rtl] .nb-theme-corporate nb-toast .icon {
    margin-left: 1.25rem; }
.nb-theme-corporate nb-toast i {
    border-radius: 0.17rem; }
.nb-theme-corporate nb-toast.default {
    border-color: #bcc3cc;
    padding: calc(1.125rem / 2) 1.125rem; }
.nb-theme-corporate nb-toast.success {
    border-color: #5dcfe3;
    color: #5dcfe3; }
.nb-theme-corporate nb-toast.success i {
      background-color: #5dcfe3;
      color: #ffffff; }
.nb-theme-corporate nb-toast.info {
    border-color: #ba7fec;
    color: #ba7fec; }
.nb-theme-corporate nb-toast.info i {
      background-color: #ba7fec;
      color: #ffffff; }
.nb-theme-corporate nb-toast.warning {
    border-color: #ffa36b;
    color: #ffa36b; }
.nb-theme-corporate nb-toast.warning i {
      background-color: #ffa36b;
      color: #ffffff; }
.nb-theme-corporate nb-toast.primary {
    border-color: #73a1ff;
    color: #73a1ff; }
.nb-theme-corporate nb-toast.primary i {
      background-color: #73a1ff;
      color: #ffffff; }
.nb-theme-corporate nb-toast.danger {
    border-color: #ff6b83;
    color: #ff6b83; }
.nb-theme-corporate nb-toast.danger i {
      background-color: #ff6b83;
      color: #ffffff; }
.nb-theme-corporate nb-tooltip {
  background: #4b4b4b; }
.nb-theme-corporate nb-tooltip .content {
    font-size: 1rem;
    color: #e9edf2; }
.nb-theme-corporate nb-tooltip .arrow {
    border-bottom: 5px solid #4b4b4b; }
.nb-theme-corporate nb-tooltip.primary-tooltip {
    background: #73a1ff; }
.nb-theme-corporate nb-tooltip.primary-tooltip .arrow {
      border-bottom-color: #73a1ff; }
.nb-theme-corporate nb-tooltip.primary-tooltip .content {
      color: #e9edf2; }
.nb-theme-corporate nb-tooltip.danger-tooltip {
    background: #ff6b83; }
.nb-theme-corporate nb-tooltip.danger-tooltip .arrow {
      border-bottom-color: #ff6b83; }
.nb-theme-corporate nb-tooltip.danger-tooltip .content {
      color: #e9edf2; }
.nb-theme-corporate nb-tooltip.success-tooltip {
    background: #5dcfe3; }
.nb-theme-corporate nb-tooltip.success-tooltip .arrow {
      border-bottom-color: #5dcfe3; }
.nb-theme-corporate nb-tooltip.success-tooltip .content {
      color: #e9edf2; }
.nb-theme-corporate nb-tooltip.warning-tooltip {
    background: #ffa36b; }
.nb-theme-corporate nb-tooltip.warning-tooltip .arrow {
      border-bottom-color: #ffa36b; }
.nb-theme-corporate nb-tooltip.warning-tooltip .content {
      color: #e9edf2; }
.nb-theme-corporate nb-tooltip.info-tooltip {
    background: #ba7fec; }
.nb-theme-corporate nb-tooltip.info-tooltip .arrow {
      border-bottom-color: #ba7fec; }
.nb-theme-corporate nb-tooltip.info-tooltip .content {
      color: #e9edf2; }
.nb-theme-corporate button.button > i {
  color: #181818;
  font-size: 1.5rem; }
.nb-theme-corporate nb-datepicker-container {
  border: 2px solid #73a1ff;
  border-radius: 0.17rem;
  background: #ffffff;
  box-shadow: none; }
.nb-theme-corporate nb-datepicker-container .primitive-overlay {
    color: #181818; }
.nb-theme-corporate nb-datepicker-container .arrow {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #73a1ff; }
.nb-theme-corporate nb-datepicker-container .arrow::after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      top: 3px;
      left: calc(50% - calc(11px - 2px));
      border-left: calc(11px - 2px) solid transparent;
      border-right: calc(11px - 2px) solid transparent;
      border-bottom: calc(11px - 2px) solid #ffffff; }
.nb-theme-corporate nb-datepicker-container.nb-overlay-bottom .arrow {
    top: calc(-11px + 1px);
    left: calc(50% - 11px); }
.nb-theme-corporate nb-datepicker-container.nb-overlay-left .arrow {
    right: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(90deg); }
.nb-theme-corporate nb-datepicker-container.nb-overlay-top .arrow {
    bottom: calc(-11px + 1px);
    left: calc(50% - 11px);
    transform: rotate(180deg); }
.nb-theme-corporate nb-datepicker-container.nb-overlay-right .arrow {
    left: -15px;
    top: calc(50% - 5.5px);
    transform: rotate(270deg); }
.nb-theme-corporate nb-radio .radio-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #dadfe6; }
.nb-theme-corporate nb-radio .radio-indicator::before {
    background-color: transparent;
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.6);
    border: solid transparent; }
.nb-theme-corporate nb-radio input:checked + .radio-indicator,
.nb-theme-corporate nb-radio input:disabled:checked + .radio-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #5dcfe3; }
.nb-theme-corporate nb-radio input:checked + .radio-indicator::before,
  .nb-theme-corporate nb-radio input:disabled:checked + .radio-indicator::before {
    background-color: #5dcfe3;
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.6);
    border: solid #5dcfe3; }
.nb-theme-corporate nb-radio input:disabled + .radio-indicator {
  background-color: transparent;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #dadfe6; }
.nb-theme-corporate nb-radio input:disabled + .radio-indicator::before {
    background-color: transparent;
    height: calc(1.25rem * 0.6);
    width: calc(1.25rem * 0.6);
    border: solid transparent; }
.nb-theme-corporate nb-radio input:checked + .radio-indicator,
.nb-theme-corporate nb-radio input:hover:not(:disabled) + .radio-indicator {
  border-color: #5dcfe3; }
.nb-theme-corporate nb-radio.success input:checked + .radio-indicator,
.nb-theme-corporate nb-radio.success input:hover:not(:disabled) + .radio-indicator {
  border-color: #5dcfe3; }
.nb-theme-corporate nb-radio.warning input:checked + .radio-indicator,
.nb-theme-corporate nb-radio.warning input:hover:not(:disabled) + .radio-indicator {
  border-color: #ffa36b; }
.nb-theme-corporate nb-radio.danger input:checked + .radio-indicator,
.nb-theme-corporate nb-radio.danger input:hover:not(:disabled) + .radio-indicator {
  border-color: #ff6b83; }
.nb-theme-corporate nb-radio .radio-description {
  color: #4b4b4b; }
.nb-theme-corporate .font-secondary {
  font-family: Exo; }
.nb-theme-corporate .font-secondary .header .name {
    font-size: 4.5rem; }
.nb-theme-corporate .font-main {
  font-family: Roboto; }
.nb-theme-corporate .font-main .header .name {
    font-size: 2.5rem; }
.nb-theme-corporate .font-w-light {
  font-weight: 300; }
.nb-theme-corporate .font-w-regular {
  font-weight: 400; }
.nb-theme-corporate .font-w-bold {
  font-weight: 600; }
.nb-theme-corporate .text-primary {
  color: #88afff !important; }
.nb-theme-corporate .text-warning {
  color: #ffb181 !important; }
.nb-theme-corporate .text-success {
  color: #75d6e7 !important; }
.nb-theme-corporate .text-info {
  color: #c492ef !important; }
.nb-theme-corporate .text-danger {
  color: #ff8196 !important; }
.nb-theme-corporate .text-heading {
  color: #181818 !important; }
.nb-theme-corporate .text-body {
  color: #4b4b4b !important; }
.nb-theme-corporate .text-hint {
  color: #a4abb3 !important; }
.nb-theme-corporate .text-white {
  color: #ffffff !important; }
.nb-theme-corporate .bg-primary {
  background-color: #88afff !important; }
.nb-theme-corporate .bg-warning {
  background-color: #ffb181 !important; }
.nb-theme-corporate .bg-success {
  background-color: #75d6e7 !important; }
.nb-theme-corporate .bg-info {
  background-color: #c492ef !important; }
.nb-theme-corporate .bg-danger {
  background-color: #ff8196 !important; }
.nb-theme-corporate .bg-heading {
  background-color: #181818 !important; }
.nb-theme-corporate .bg-body {
  background-color: #4b4b4b !important; }
.nb-theme-corporate .bg-hint {
  background-color: #a4abb3 !important; }
.nb-theme-corporate .bg-white {
  background-color: #ffffff !important; }
.nb-theme-corporate .text-indent {
  text-indent: 2rem; }
.nb-theme-corporate .blockquote {
  font-size: 1rem;
  color: #4b4b4b; }
[dir=ltr] .nb-theme-corporate .blockquote {
    border-left: 0.25rem solid #a4abb3; }
[dir=rtl] .nb-theme-corporate .blockquote {
    border-right: 0.25rem solid #a4abb3; }
.nb-theme-corporate .blockquote-reverse {
  font-size: 1rem;
  color: #4b4b4b; }
[dir=ltr] .nb-theme-corporate .blockquote-reverse {
    border-right: 0.25rem solid #a4abb3; }
[dir=rtl] .nb-theme-corporate .blockquote-reverse {
    border-left: 0.25rem solid #a4abb3; }
.nb-theme-corporate .blockquote-footer {
  color: #a4abb3;
  font-style: italic;
  font-size: 100%; }
.nb-theme-corporate small, .nb-theme-corporate .small {
  font-size: 87.5%; }
.nb-theme-corporate mark, .nb-theme-corporate .mark {
  padding: 0.05em;
  background-color: #88afff;
  color: #ffffff; }
.nb-theme-corporate h1, .nb-theme-corporate h2, .nb-theme-corporate h3, .nb-theme-corporate h4, .nb-theme-corporate h5, .nb-theme-corporate h6, .nb-theme-corporate .h1, .nb-theme-corporate .h2, .nb-theme-corporate .h3, .nb-theme-corporate .h4, .nb-theme-corporate .h5, .nb-theme-corporate .h6 {
  font-family: Exo;
  color: #181818;
  font-weight: 500; }
.nb-theme-corporate strong, .nb-theme-corporate b {
  font-weight: 600; }
.nb-theme-corporate a {
  color: #5dcfe3; }
.nb-theme-corporate a:hover, .nb-theme-corporate a:focus {
    color: #7dcfe3; }
[dir=ltr] .nb-theme-corporate ol, [dir=ltr] .nb-theme-corporate ul {
  padding-left: 1.25rem; }
[dir=rtl] .nb-theme-corporate ol, [dir=rtl] .nb-theme-corporate ul {
  padding-right: 1.25rem; }
.nb-theme-corporate .alert {
  border: none !important; }
.nb-theme-corporate .alert-success {
  background-color: #f1f5f8;
  border: none;
  color: #75d6e7; }
.nb-theme-corporate .alert-success h1, .nb-theme-corporate .alert-success h2, .nb-theme-corporate .alert-success h3, .nb-theme-corporate .alert-success h4, .nb-theme-corporate .alert-success h5, .nb-theme-corporate .alert-success h6, .nb-theme-corporate .alert-success .h1, .nb-theme-corporate .alert-success .h2, .nb-theme-corporate .alert-success .h3, .nb-theme-corporate .alert-success .h4, .nb-theme-corporate .alert-success .h5, .nb-theme-corporate .alert-success .h6 {
    color: #75d6e7 !important; }
.nb-theme-corporate .alert-success hr {
    border-top-color: #4ac9df; }
.nb-theme-corporate .alert-success .alert-link {
    color: #75d6e7;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #75d6e7; }
.nb-theme-corporate .alert-success .alert-link:hover, .nb-theme-corporate .alert-success .alert-link:focus {
      border-bottom: 1px solid #75d6e7; }
.nb-theme-corporate .alert-info {
  background-color: #f1f5f8;
  border: none;
  color: #c492ef; }
.nb-theme-corporate .alert-info h1, .nb-theme-corporate .alert-info h2, .nb-theme-corporate .alert-info h3, .nb-theme-corporate .alert-info h4, .nb-theme-corporate .alert-info h5, .nb-theme-corporate .alert-info h6, .nb-theme-corporate .alert-info .h1, .nb-theme-corporate .alert-info .h2, .nb-theme-corporate .alert-info .h3, .nb-theme-corporate .alert-info .h4, .nb-theme-corporate .alert-info .h5, .nb-theme-corporate .alert-info .h6 {
    color: #c492ef !important; }
.nb-theme-corporate .alert-info hr {
    border-top-color: #ac66e8; }
.nb-theme-corporate .alert-info .alert-link {
    color: #c492ef;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #c492ef; }
.nb-theme-corporate .alert-info .alert-link:hover, .nb-theme-corporate .alert-info .alert-link:focus {
      border-bottom: 1px solid #c492ef; }
.nb-theme-corporate .alert-warning {
  background-color: #f1f5f8;
  border: none;
  color: #ffb181; }
.nb-theme-corporate .alert-warning h1, .nb-theme-corporate .alert-warning h2, .nb-theme-corporate .alert-warning h3, .nb-theme-corporate .alert-warning h4, .nb-theme-corporate .alert-warning h5, .nb-theme-corporate .alert-warning h6, .nb-theme-corporate .alert-warning .h1, .nb-theme-corporate .alert-warning .h2, .nb-theme-corporate .alert-warning .h3, .nb-theme-corporate .alert-warning .h4, .nb-theme-corporate .alert-warning .h5, .nb-theme-corporate .alert-warning .h6 {
    color: #ffb181 !important; }
.nb-theme-corporate .alert-warning hr {
    border-top-color: #ff914e; }
.nb-theme-corporate .alert-warning .alert-link {
    color: #ffb181;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #ffb181; }
.nb-theme-corporate .alert-warning .alert-link:hover, .nb-theme-corporate .alert-warning .alert-link:focus {
      border-bottom: 1px solid #ffb181; }
.nb-theme-corporate .alert-danger {
  background-color: #f1f5f8;
  border: none;
  color: #ff8196; }
.nb-theme-corporate .alert-danger h1, .nb-theme-corporate .alert-danger h2, .nb-theme-corporate .alert-danger h3, .nb-theme-corporate .alert-danger h4, .nb-theme-corporate .alert-danger h5, .nb-theme-corporate .alert-danger h6, .nb-theme-corporate .alert-danger .h1, .nb-theme-corporate .alert-danger .h2, .nb-theme-corporate .alert-danger .h3, .nb-theme-corporate .alert-danger .h4, .nb-theme-corporate .alert-danger .h5, .nb-theme-corporate .alert-danger .h6 {
    color: #ff8196 !important; }
.nb-theme-corporate .alert-danger hr {
    border-top-color: #ff4e6c; }
.nb-theme-corporate .alert-danger .alert-link {
    color: #ff8196;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #ff8196; }
.nb-theme-corporate .alert-danger .alert-link:hover, .nb-theme-corporate .alert-danger .alert-link:focus {
      border-bottom: 1px solid #ff8196; }
.nb-theme-corporate .alert-primary {
  background-color: #f1f5f8;
  border: none;
  color: #88afff; }
.nb-theme-corporate .alert-primary h1, .nb-theme-corporate .alert-primary h2, .nb-theme-corporate .alert-primary h3, .nb-theme-corporate .alert-primary h4, .nb-theme-corporate .alert-primary h5, .nb-theme-corporate .alert-primary h6, .nb-theme-corporate .alert-primary .h1, .nb-theme-corporate .alert-primary .h2, .nb-theme-corporate .alert-primary .h3, .nb-theme-corporate .alert-primary .h4, .nb-theme-corporate .alert-primary .h5, .nb-theme-corporate .alert-primary .h6 {
    color: #88afff !important; }
.nb-theme-corporate .alert-primary hr {
    border-top-color: #558dff; }
.nb-theme-corporate .alert-primary .alert-link {
    color: #88afff;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #88afff; }
.nb-theme-corporate .alert-primary .alert-link:hover, .nb-theme-corporate .alert-primary .alert-link:focus {
      border-bottom: 1px solid #88afff; }
.nb-theme-corporate .alert-hint {
  background-color: #f1f5f8;
  border: none;
  color: #a4abb3; }
.nb-theme-corporate .alert-hint h1, .nb-theme-corporate .alert-hint h2, .nb-theme-corporate .alert-hint h3, .nb-theme-corporate .alert-hint h4, .nb-theme-corporate .alert-hint h5, .nb-theme-corporate .alert-hint h6, .nb-theme-corporate .alert-hint .h1, .nb-theme-corporate .alert-hint .h2, .nb-theme-corporate .alert-hint .h3, .nb-theme-corporate .alert-hint .h4, .nb-theme-corporate .alert-hint .h5, .nb-theme-corporate .alert-hint .h6 {
    color: #a4abb3 !important; }
.nb-theme-corporate .alert-hint hr {
    border-top-color: #88919c; }
.nb-theme-corporate .alert-hint .alert-link {
    color: #a4abb3;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px dashed #a4abb3; }
.nb-theme-corporate .alert-hint .alert-link:hover, .nb-theme-corporate .alert-hint .alert-link:focus {
      border-bottom: 1px solid #a4abb3; }
.nb-theme-corporate ng2-smart-table table tr th,
.nb-theme-corporate ng2-smart-table table tr th a {
  font-family: Exo;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
  color: #181818; }
.nb-theme-corporate ng2-smart-table table tr td {
  font-family: Roboto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #181818; }
.nb-theme-corporate ng2-smart-table table tr th,
.nb-theme-corporate ng2-smart-table table tr td {
  position: relative;
  padding: 0.875rem 1.25rem;
  border: 1px solid #cdd5dc;
  vertical-align: middle; }
.nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th {
  padding: 0.875rem 1.25rem; }
[dir=ltr] .nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th {
    padding-right: 1.75rem; }
[dir=rtl] .nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th {
    padding-left: 1.75rem; }
.nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a:hover, .nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a:active, .nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a:visited {
  color: #181818;
  text-decoration: none; }
.nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a.sort.asc, .nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a.sort.desc {
  font-weight: 600; }
.nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a.sort.asc::after, .nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a.sort.desc::after {
    border-bottom-color: #a4abb3;
    border-width: 0.375rem;
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translate(0, -50%); }
[dir=ltr] .nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a.sort.asc::after, [dir=ltr] .nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a.sort.desc::after {
      right: 0.75rem; }
[dir=rtl] .nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a.sort.asc::after, [dir=rtl] .nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a.sort.desc::after {
      left: 0.75rem; }
.nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a.sort.asc.desc::after, .nb-theme-corporate ng2-smart-table table tr.ng2-smart-titles th a.sort.desc.desc::after {
    transform: translate(0, -50%) rotate(180deg); }
.nb-theme-corporate ng2-smart-table thead tr {
  background: #ffffff; }
.nb-theme-corporate ng2-smart-table thead tr.ng2-smart-filters th {
    padding: 0.375rem 0.5rem; }
.nb-theme-corporate ng2-smart-table thead tr.ng2-smart-filters th .ng2-smart-filter input {
      line-height: 1.25; }
.nb-theme-corporate ng2-smart-table tbody tr.selected, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate ng2-smart-table tbody tr.range-cell.start, .nb-theme-default nb-calendar-day-picker .nb-theme-corporate ng2-smart-table tbody tr.range-cell.end, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate ng2-smart-table tbody tr.range-cell.start, .nb-theme-cosmic nb-calendar-day-picker .nb-theme-corporate ng2-smart-table tbody tr.range-cell.end, .nb-theme-corporate ng2-smart-table tbody nb-calendar-day-picker tr.range-cell.start, .nb-theme-corporate nb-calendar-day-picker ng2-smart-table tbody tr.range-cell.start, .nb-theme-corporate ng2-smart-table tbody nb-calendar-day-picker tr.range-cell.end, .nb-theme-corporate nb-calendar-day-picker ng2-smart-table tbody tr.range-cell.end, .nb-theme-corporate ng2-smart-table tbody tr:hover {
  background: #e6f3ff !important; }
.nb-theme-corporate ng2-smart-table tbody tr:nth-child(2n) {
  background-color: #f5f7fc; }
.nb-theme-corporate ng2-smart-table th.ng2-smart-actions-title-add a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem !important;
  padding: 0.375rem 0.5rem;
  background: #5dcfe3;
  color: #ffffff;
  border-radius: 0.375rem; }
.nb-theme-corporate ng2-smart-table th.ng2-smart-actions-title-add a:hover {
    text-decoration: none; }
.nb-theme-corporate ng2-smart-table .ng2-smart-actions {
  padding: 0;
  height: 1px; }
.nb-theme-corporate ng2-smart-table .ng2-smart-actions ng2-st-tbody-edit-delete, .nb-theme-corporate ng2-smart-table .ng2-smart-actions ng2-st-tbody-create-cancel, .nb-theme-corporate ng2-smart-table .ng2-smart-actions ng2-st-actions {
    display: flex;
    height: 100%; }
.nb-theme-corporate ng2-smart-table .ng2-smart-actions a.ng2-smart-action {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 2rem !important;
    color: #a4abb3; }
.nb-theme-corporate ng2-smart-table .ng2-smart-actions a.ng2-smart-action:not(:last-child) {
      border-right: 1px solid #cdd5dc; }
.nb-theme-corporate ng2-smart-table .ng2-smart-actions a.ng2-smart-action:hover {
      text-decoration: none; }
.nb-theme-corporate ng2-smart-table .ng2-smart-actions .ng2-smart-action-add-create:hover,
  .nb-theme-corporate ng2-smart-table .ng2-smart-actions .ng2-smart-action-edit-edit:hover,
  .nb-theme-corporate ng2-smart-table .ng2-smart-actions .ng2-smart-action-edit-save:hover {
    color: #5dcfe3; }
.nb-theme-corporate ng2-smart-table .ng2-smart-actions .ng2-smart-action-add-cancel:hover,
  .nb-theme-corporate ng2-smart-table .ng2-smart-actions .ng2-smart-action-delete-delete:hover,
  .nb-theme-corporate ng2-smart-table .ng2-smart-actions .ng2-smart-action-edit-cancel:hover {
    color: #ff6b83; }
.nb-theme-corporate ng2-smart-table table-cell-edit-mode {
  display: block;
  margin: -7.5px -12px; }
.nb-theme-corporate ng2-smart-table ng2-smart-table-pager {
  display: block; }
.nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem; }
.nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .ng2-smart-pagination {
    display: flex;
    padding: 0; }
.nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .ng2-smart-pagination .page-item.disabled .page-link, .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .ng2-smart-pagination .page-item.disabled .page-link:focus, .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .ng2-smart-pagination .page-item.disabled .page-link:hover {
      background-color: rgba(0, 0, 0, 0.05);
      color: #181818; }
.nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination {
    font-family: Exo;
    font-size: 1rem;
    line-height: 1.25;
    border: #cdd5dc solid 1px;
    border-radius: 0.17rem; }
[dir=ltr] .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:not(:last-child) {
      border-right: 1px solid #cdd5dc; }
[dir=rtl] .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:not(:last-child) {
      border-left: 1px solid #cdd5dc; }
.nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li a.page-link-prev, .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li a.page-link-next {
      font-size: 1rem; }
.nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li a, .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li > span {
      background: transparent;
      color: #181818;
      padding: 0.75rem 1.25rem;
      border: none; }
.nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li a:hover, .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li > span:hover {
        background-color: rgba(0, 0, 0, 0.05);
        color: #181818;
        text-decoration: none; }
[dir=ltr] .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:first-child a, [dir=ltr] .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:first-child > span {
      border-top-left-radius: 0.17rem;
      border-bottom-left-radius: 0.17rem; }
[dir=rtl] .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:first-child a, [dir=rtl] .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:first-child > span {
      border-top-right-radius: 0.17rem;
      border-bottom-right-radius: 0.17rem; }
[dir=ltr] .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:last-child a, [dir=ltr] .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:last-child > span {
      border-top-right-radius: 0.17rem;
      border-bottom-right-radius: 0.17rem; }
[dir=rtl] .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:last-child a, [dir=rtl] .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li:last-child > span {
      border-top-left-radius: 0.17rem;
      border-bottom-left-radius: 0.17rem; }
.nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active a, .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active a:hover, .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active a:focus, .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active > span, .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active > span:hover, .nb-theme-corporate ng2-smart-table nav.ng2-smart-pagination-nav .pagination li.active > span:focus {
      color: #ffffff;
      background-color: #73a1ff; }
.nb-theme-corporate nb-auth .navigation .link .icon {
  font-weight: 600; }
.nb-theme-corporate nb-auth-block .text-link {
  color: #a4abb3;
  font-weight: 600; }
.nb-theme-corporate nb-auth-block .error-message {
  color: #ff6b83; }
.nb-theme-corporate .pace .pace-progress {
  background: #a4abb3; }
.nb-theme-corporate .pace .pace-progress-inner {
  box-shadow: 0 0 10px #a4abb3, 0 0 5px #a4abb3; }
.nb-theme-corporate .pace .pace-activity {
  display: none; }
.nb-theme-corporate .custom-control .custom-control-indicator {
  border-radius: 50%; }
[dir=ltr] .nb-theme-corporate .btn-group:not(.btn-divided-group) > .btn:not(.dropdown-toggle):first-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-corporate .btn-group:not(.btn-divided-group) > .btn:not(.dropdown-toggle):first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem; }
[dir=ltr] .nb-theme-corporate .btn-group:not(.btn-divided-group) > .btn:not(.dropdown-toggle):last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem; }
[dir=rtl] .nb-theme-corporate .btn-group:not(.btn-divided-group) > .btn:not(.dropdown-toggle):last-child {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
[dir=ltr] .nb-theme-corporate .btn-group.dropdown > .btn:first-of-type.dropdown-toggle {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0; }
[dir=rtl] .nb-theme-corporate .btn-group.dropdown > .btn:first-of-type.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0.75rem; }
[dir=ltr] .nb-theme-corporate .btn-group.dropdown > .btn:last-of-type.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0.75rem; }
[dir=rtl] .nb-theme-corporate .btn-group.dropdown > .btn:last-of-type.dropdown-toggle {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0; }
[dir=ltr] .nb-theme-corporate .btn-group.dropdown:not(.show) > .btn:first-of-type.dropdown-toggle {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-corporate .btn-group.dropdown:not(.show) > .btn:first-of-type.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.75rem; }
[dir=ltr] .nb-theme-corporate .btn-group.dropdown:not(.show) > .btn:last-of-type.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.75rem; }
[dir=rtl] .nb-theme-corporate .btn-group.dropdown:not(.show) > .btn:last-of-type.dropdown-toggle {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0; }
[dir=ltr] .nb-theme-corporate .btn-group.dropup > .btn:first-of-type.dropdown-toggle {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-corporate .btn-group.dropup > .btn:first-of-type.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.75rem; }
[dir=ltr] .nb-theme-corporate .btn-group.dropup > .btn:last-of-type.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0.75rem; }
[dir=rtl] .nb-theme-corporate .btn-group.dropup > .btn:last-of-type.dropdown-toggle {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0; }
[dir=ltr] .nb-theme-corporate .btn-group.dropup:not(.show) > .btn:first-of-type.dropdown-toggle {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0; }
[dir=rtl] .nb-theme-corporate .btn-group.dropup:not(.show) > .btn:first-of-type.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0.75rem; }
[dir=ltr] .nb-theme-corporate .btn-group.dropup:not(.show) > .btn:last-of-type.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0.75rem; }
[dir=rtl] .nb-theme-corporate .btn-group.dropup:not(.show) > .btn:last-of-type.dropdown-toggle {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0; }
.nb-theme-corporate .btn-divided-group .btn:not(:first-child) {
  border-radius: 0.75rem; }
[dir=ltr] .nb-theme-corporate .btn-divided-group .btn:not(:first-child) {
    margin-left: 0.5rem; }
[dir=rtl] .nb-theme-corporate .btn-divided-group .btn:not(:first-child) {
    margin-right: 0.5rem; }
[dir=ltr] .nb-theme-corporate .input-group-addon, [dir=ltr]
.nb-theme-corporate .input-group-icon {
  border-right: none; }
[dir=rtl] .nb-theme-corporate .input-group-addon, [dir=rtl]
.nb-theme-corporate .input-group-icon {
  border-left: none; }
[dir=ltr] .nb-theme-corporate .input-group .form-control:first-child:not(:only-child), [dir=ltr]
.nb-theme-corporate .input-group .input-group-addon:first-child, [dir=ltr]
.nb-theme-corporate .input-group .input-group-prepend .btn:first-child, [dir=ltr]
.nb-theme-corporate .input-group .input-group-btn .btn:first-child {
  border-top-left-radius: 0.17rem;
  border-bottom-left-radius: 0.17rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
[dir=rtl] .nb-theme-corporate .input-group .form-control:first-child:not(:only-child), [dir=rtl]
.nb-theme-corporate .input-group .input-group-addon:first-child, [dir=rtl]
.nb-theme-corporate .input-group .input-group-prepend .btn:first-child, [dir=rtl]
.nb-theme-corporate .input-group .input-group-btn .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.17rem;
  border-bottom-right-radius: 0.17rem; }
[dir=ltr] .nb-theme-corporate .input-group .form-control:last-child:not(:only-child), [dir=ltr]
.nb-theme-corporate .input-group .input-group-addon:last-child, [dir=ltr]
.nb-theme-corporate .input-group .input-group-append .btn:last-child, [dir=ltr]
.nb-theme-corporate .input-group .input-group-btn .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.17rem;
  border-bottom-right-radius: 0.17rem; }
[dir=rtl] .nb-theme-corporate .input-group .form-control:last-child:not(:only-child), [dir=rtl]
.nb-theme-corporate .input-group .input-group-addon:last-child, [dir=rtl]
.nb-theme-corporate .input-group .input-group-append .btn:last-child, [dir=rtl]
.nb-theme-corporate .input-group .input-group-btn .btn:last-child {
  border-top-left-radius: 0.17rem;
  border-bottom-left-radius: 0.17rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.nb-theme-corporate .input-group .dropdown.show .btn.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.nb-theme-corporate .input-group .dropup.show .btn.dropdown-toggle {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: 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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.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%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: 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: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: 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,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.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: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: 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: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: 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, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: 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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
      user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */ }
.bs-datepicker:after {
    clear: both;
    content: '';
    display: block; }
.bs-datepicker bs-day-picker {
    float: left; }
.bs-datepicker button:hover,
  .bs-datepicker button:focus,
  .bs-datepicker button:active,
  .bs-datepicker input:hover,
  .bs-datepicker input:focus,
  .bs-datepicker input:active,
  .bs-datepicker-btns button:hover,
  .bs-datepicker-btns button:focus,
  .bs-datepicker-btns button:active,
  .bs-datepicker-predefined-btns button:active,
  .bs-datepicker-predefined-btns button:focus {
    outline: none; }
.bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify;
    /* .bs-datepicker-head button */ }
.bs-datepicker-head:after {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 100%; }
.bs-datepicker-head button {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      height: 30px;
      line-height: 30px;
      border: 0;
      background: transparent;
      text-align: center;
      cursor: pointer;
      color: #fff;
      transition: 0.3s; }
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
        background: rgba(221, 221, 221, 0.3);
        color: #f5f5f5;
        cursor: not-allowed; }
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
        border-radius: 50%;
        width: 30px;
        height: 30px; }
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
          font-size: 28px;
          line-height: 1;
          display: inline-block;
          position: relative;
          height: 100%;
          width: 100%;
          border-radius: 50%; }
.bs-datepicker-head button.current {
        border-radius: 15px;
        max-width: 155px;
        padding: 0 13px; }
.bs-datepicker-head button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
.bs-datepicker-head button:active {
    background-color: rgba(0, 0, 0, 0.2); }
.bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0;
    /* .bs-datepicker-body table */ }
.bs-datepicker-body .days.weeks {
      position: relative;
      z-index: 1; }
.bs-datepicker-body table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      /* .bs-datepicker-body table.days */
      /* .bs-datepicker-body table.weeks */ }
.bs-datepicker-body table th {
        font-size: 13px;
        color: #9aaec1;
        font-weight: 400;
        text-align: center; }
.bs-datepicker-body table td {
        color: #54708b;
        text-align: center;
        position: relative;
        padding: 0; }
.bs-datepicker-body table td span {
          display: block;
          margin: 0 auto;
          font-size: 13px;
          border-radius: 50%;
          position: relative;
          /*z-index: 1;*/
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none; }
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
          cursor: pointer; }
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s; }
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s;
          cursor: pointer; }
.bs-datepicker-body table td span.disabled,
        .bs-datepicker-body table td.disabled span {
          color: #9aaec1; }
.bs-datepicker-body table td span.selected,
        .bs-datepicker-body table td.selected span {
          color: #fff; }
.bs-datepicker-body table td span.is-other-month,
        .bs-datepicker-body table td.is-other-month span {
          color: rgba(0, 0, 0, 0.25); }
.bs-datepicker-body table td.active {
          position: relative; }
.bs-datepicker-body table td.active.select-start:before {
            left: 35%; }
.bs-datepicker-body table td.active.select-end:before {
            left: -85%; }
.bs-datepicker-body table td span.active.select-start:after,
        .bs-datepicker-body table td span.active.select-end:after,
        .bs-datepicker-body table td.active.select-start span:after,
        .bs-datepicker-body table td.active.select-end span:after {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          width: 100%;
          height: 100%;
          transition: 0.3s;
          top: 0;
          border-radius: 50%; }
.bs-datepicker-body table td:before,
        .bs-datepicker-body table td span:before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          top: 6px;
          bottom: 6px;
          left: -2px;
          right: -2px;
          box-sizing: content-box;
          background: transparent; }
.bs-datepicker-body table td.active.select-start + td.active:before {
          left: -20%; }
.bs-datepicker-body table td:last-child.active:before {
          border-radius: 0 3px 3px 0;
          width: 125%;
          left: -25%; }
.bs-datepicker-body table td span[class*="select-"],
        .bs-datepicker-body table td[class*="select-"] span {
          border-radius: 50%;
          color: #fff; }
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
      .bs-datepicker-body table.days span.active:not(.select-start):before,
      .bs-datepicker-body table.days span.in-range:not(.select-start):before {
        background: #e9edf0; }
.bs-datepicker-body table.days span {
        width: 32px;
        height: 32px;
        line-height: 32px; }
.bs-datepicker-body table.days span.select-start {
          z-index: 2; }
.bs-datepicker-body table.days span.is-highlighted.in-range:before, .bs-datepicker-body table.days span.in-range.select-end:before {
          background: none;
          right: 0;
          left: 0; }
.bs-datepicker-body table.days td.select-start + td.select-end:before,
      .bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.select-end:before,
      .bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
      .bs-datepicker-body table.days td.in-range + td.select-end:before {
        background: #e9edf0;
        width: 100%; }
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
        border-radius: 3px 0 0 3px;
        left: 0;
        width: 100%; }
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
        border-radius: 3px 0 0 3px; }
.bs-datepicker-body table.years td span {
        width: 46px;
        height: 46px;
        line-height: 45px;
        margin: 0 auto; }
.bs-datepicker-body table.years tr:not(:last-child) td span {
        margin-bottom: 8px; }
.bs-datepicker-body table.months td {
        height: 52px; }
.bs-datepicker-body table.months td span {
          padding: 6px;
          border-radius: 15px; }
.bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
.bs-datepicker .current-timedate span:not(:empty):before {
      content: "";
      width: 15px;
      height: 16px;
      display: inline-block;
      margin-right: 4px;
      vertical-align: text-bottom;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC); }
.bs-datepicker-multiple {
    border-radius: 4px 0 0 4px; }
.bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-left: 10px; }
.bs-datepicker-multiple .bs-datepicker {
      box-shadow: none;
      position: relative; }
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
        padding-right: 10px; }
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
        content: "";
        display: block;
        width: 14px;
        height: 10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
        position: absolute;
        top: 25px;
        left: -8px; }
.bs-datepicker-multiple .bs-datepicker .left {
        float: left; }
.bs-datepicker-multiple .bs-datepicker .right {
        float: right; }
.bs-datepicker-container {
    padding: 15px; }
.bs-datepicker .bs-media-container {
    display: flex; }
@media (max-width: 768px) {
      .bs-datepicker .bs-media-container {
        flex-direction: column; } }
.bs-datepicker-custom-range {
    padding: 15px;
    background: #eee; }
.bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s; }
.bs-datepicker-predefined-btns button:active, .bs-datepicker-predefined-btns button:hover {
      background-color: #54708b; }
.bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0; }
.bs-datepicker-buttons .btn-default {
      margin-left: 10px; }
/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0; }
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px; }
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
.bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s; }
.bs-timepicker-controls button:hover {
      background-color: #d5dadd; }
.bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0; }
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px; }
.bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px; }
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080; }
/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-top: 10px;
      margin-left: 0; } }
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777; }
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*="select-"]:after,
.theme-default .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #777; }
.theme-default .bs-datepicker-body table td.week span {
  color: #777; }
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-green .bs-datepicker-head {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c; }
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-red .bs-datepicker-head {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*="select-"]:after,
.theme-red .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f; }
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
.theme-orange .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
/**
 ****************************
 * Generic Styles
 ****************************
*/
ag-grid, ag-grid-angular, ag-grid-ng2, ag-grid-polymer, ag-grid-aurelia {
  display: block; }
.ag-hidden {
  display: none !important; }
.ag-invisible {
  visibility: hidden !important; }
.ag-faded {
  opacity: 0.3; }
.ag-width-half {
  display: inline-block;
  width: 50% !important; }
.ag-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important; }
.ag-selectable {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important; }
.ag-select-agg-func-popup {
  position: absolute; }
.ag-input-text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: normal;
  position: relative; }
.ag-shake-left-to-right {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ag-shake-left-to-right;
  animation-name: ag-shake-left-to-right; }
@-webkit-keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px; }
  to {
    padding-left: 2px;
    padding-right: 6px; } }
@keyframes ag-shake-left-to-right {
  from {
    padding-left: 6px;
    padding-right: 2px; }
  to {
    padding-left: 2px;
    padding-right: 6px; } }
/* icons are used outside of the grid root (in the ghost) */
.ag-icon-aggregation {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNSAyLjVoLTZsMiAzLjUtMiAzLjVoNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-arrows {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2IDZsLTEuNDEgMS40MUwxNi4xNyA5SDR2MmgxMi4xN2wtMS41OCAxLjU5TDE2IDE0bDQtNHoiLz48cGF0aCBkPSJNNCA2bDEuNDEgMS40MUwzLjgzIDlIMTZ2MkgzLjgzbDEuNTggMS41OUw0IDE0bC00LTR6Ii8+PHBhdGggZD0iTTYgMTZsMS40MS0xLjQxTDkgMTYuMTdWNGgydjEyLjE3bDEuNTktMS41OEwxNCAxNmwtNCA0eiIvPjxwYXRoIGQ9Ik0xNCA0bC0xLjQxIDEuNDFMMTEgMy44M1YxNkg5VjMuODNMNy40MSA1LjQxIDYgNGw0LTR6Ii8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-asc {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA1LjJWMy40OTNoLTZ2Nkg0LjdWNS4yaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNS41IDMuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNS45OTMgNi40OTMpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOC40OTMgNC43di0uNzA3aC01djVINC4yVjQuN2g0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-checkbox-checked-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-checkbox-checked {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-checkbox-indeterminate-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTQgNWg0djJINHoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-checkbox-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTQgNWg0djJINHoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-checkbox-unchecked-readonly {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-checkbox-unchecked {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-column {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptMCAzaDR2N0gxeiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-columns {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptNiAwaDR2Mkg3ek0xIDVoNHYySDF6bTYgMGg0djJIN3pNMSA5aDR2Mkgxem02IDBoNHYySDd6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-contracted {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzAwMCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkgNXYySDNWNXoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-copy {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjUgNC41aDV2NWgtNXoiLz48cGF0aCBkPSJNNy41IDIuNWgtNXY1aDJ2Mmg1di01aC0ydi0yeiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-cut {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zIDMuMTJjLjY2Ny4wNzggMyAxLjc0NSA3IDUtLjMyNi4yMDQtLjY1OS4yMDQtMSAwLS4zNDEtLjIwNi0xLjY3NC0xLjIwNi00LTMgMCAuNjY2LS42NjcuNjY2LTIgMC0yLTEtMS0yLjEyIDAtMnoiLz48cGF0aCBkPSJNMyA4LjI2NGMuNjY3LS4wOCAzLTEuNzQ2IDctNS0uMzI2LS4yMDUtLjY1OS0uMjA1LTEgMC0uMzQxLjIwNC0xLjY3NCAxLjIwNC00IDMgMC0uNjY3LS42NjctLjY2Ny0yIDAtMiAxLTEgMi4xMTkgMCAyeiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-desc {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAyaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA2LjFWNC4zOTNoLTZ2Nkg0LjdWNi4xaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNS41IDIuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1Ljk5MyA3LjM5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik04LjQ5MyA1LjZ2LS43MDdoLTV2NUg0LjJWNS42aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-expanded {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzAwMCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTUgM2gydjZINXoiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNOSA1djJIM1Y1eiIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-eye-slash {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wMDEgMy45MDhMMyA0YTMgMyAwIDEgMCA1Ljk5OS0uMDkyQTUuMjQ4IDUuMjQ4IDAgMCAwIDYgM2MtMS4xIDAtMi4xLjMwMy0yLjk5OS45MDh6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTQgNC41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTIgMy0zIDUtM3MzLjY2NyAxIDUgM0M5LjY2NyA4IDggOSA2IDlTMi4zMzMgOCAxIDZ6IiBzdHJva2U9IiMwMDAiLz48cGF0aCBkPSJNNC4wMDQgMi44MzVsNC45OTIgNi4zMyIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTMuMDA0IDIuODM1bDQuOTkyIDYuMzMiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-eye {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wMDEgMy45MDhMMyA0YTMgMyAwIDEgMCA1Ljk5OS0uMDkyQTUuMjQ4IDUuMjQ4IDAgMCAwIDYgM2MtMS4xIDAtMi4xLjMwMy0yLjk5OS45MDh6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTQgNC41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTIgMy0zIDUtM3MzLjY2NyAxIDUgM0M5LjY2NyA4IDggOSA2IDlTMi4zMzMgOCAxIDZ6IiBzdHJva2U9IiMwMDAiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-filter {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMmgxMEw3IDZ2NUw1IDlWNkwxIDJ6bTQgNHYxaDJWNkg1eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-group {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik03LjUgMS41aDN2MmgtM3ptMCA0aDN2MmgtM3ptMCA0aDN2MmgtM3oiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMiAzaDF2OEgyem0xIDNoNHYxSDN6bTItNGgzdjFINXoiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMiAxMGg1djFIMnoiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik0xLjUgMS41aDN2MmgtM3oiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wNTYgNC41ODFhMy4wMDEgMy4wMDEgMCAwIDAgNS44ODggMEM4LjA1OSA0LjE5NCA3LjA3OCA0IDYgNGMtMS4wNzggMC0yLjA2LjE5NC0yLjk0NC41ODF6IiBmaWxsPSIjMDAwIi8+PHBhdGggZD0iTTQgNS41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTEuMzMzIDMtMiA1LTJzMy42NjcuNjY3IDUgMkM5LjY2NyA3LjMzMyA4IDggNiA4cy0zLjY2Ny0uNjY3LTUtMnoiIHN0cm9rZT0iIzAwMCIvPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-left {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNS41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTcuOTkzIDQuN1YyLjk5M2gtNnY2SDMuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDYuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTYgMmgxdjhINnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDQuOTkzIDUuOTkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTcuNDkzIDQuMnYtLjcwN2gtNXY1SDMuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-loading {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAxaDJ2M0g1eiIvPjxwYXRoIGlkPSJiIiBkPSJNNSA4aDJ2M0g1eiIvPjxwYXRoIGlkPSJjIiBkPSJNMSA1aDN2MkgxeiIvPjxwYXRoIGlkPSJkIiBkPSJNOCA1aDN2Mkg4eiIvPjxwYXRoIGlkPSJlIiBkPSJNNCAwaDJ2M0g0eiIvPjxwYXRoIGlkPSJmIiBkPSJNNCA3aDJ2M0g0eiIvPjxwYXRoIGlkPSJnIiBkPSJNMCA0aDN2MkgweiIvPjxwYXRoIGlkPSJoIiBkPSJNNyA0aDN2Mkg3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik01LjUgMS41aDF2MmgtMXoiLz48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNS41IDguNWgxdjJoLTF6Ii8+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYyIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTEuNSA1LjVoMnYxaC0yeiIvPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2QiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik04LjUgNS41aDJ2MWgtMnoiLz48ZyBvcGFjaXR5PSIuNzE0Ij48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2UiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik00LjUuNWgxdjJoLTF6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZiIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTQuNSA3LjVoMXYyaC0xeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2ciLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik0uNSA0LjVoMnYxaC0yeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2giLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik03LjUgNC41aDJ2MWgtMnoiLz48L2c+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-menu {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWgxMHYySDF6bTAgNGgxMHYySDF6bTAgNGgxMHYySDF6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-minus {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4djJIMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-none {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2Nkg1eiIvPjxwYXRoIGQ9Ik04LjE0NiA4LjE4MlY2LjQ3NWgtNXY1aDEuNzA4VjguMTgyaDMuMjkyeiIgaWQ9ImIiLz48cGF0aCBkPSJNOC41IDIuOTE0VjEuMjA3aC01djVoMS43MDdWMi45MTRIOC41eiIgaWQ9ImMiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNNS41IDMuNWgxdjVoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1LjY0NiA4LjQ3NSkiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMwMDAiIGQ9Ik03LjY0NiA3LjY4MnYtLjcwN2gtNHY0aC43MDhWNy42ODJoMy4yOTJ6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDYgMy43MDcpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOCAyLjQxNHYtLjcwN0g0djRoLjcwN1YyLjQxNEg4eiIvPjwvZz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-not-allowed {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI0Ii8+PHBhdGggZD0iTTguNSAzLjVMMy40MDEgOC41OTkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-paste {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjUgMi41aDd2N2gtN3oiLz48cGF0aCBkPSJNNi41IDEuNWgtMXYyaC0xdjFoM3YtMWgtMXYtMnoiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-pin {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMyAyaDZ2MUg4djRsMiAxSDdsLTEgMy0xLTNIMmwyLTFWM0gzeiIvPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjUiIGZpbGw9IiNGRkYiIGQ9Ik01IDNoMXY0SDV6Ii8+PHBhdGggZmlsbC1vcGFjaXR5PSIuMjgiIGZpbGw9IiNGRkYiIGQ9Ik00IDNoMXYzSDR6Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-pivot {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMDAwIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiByeD0iMSIvPjxwYXRoIGQ9Ik0xMC41IDMuNWgtOW0yLTJ2OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik03LjUgNi41bDEtMSAxIDFtLTMgMWwtMSAxIDEgMSIvPjxwYXRoIGQ9Ik04LjUgNS41djNoLTMiLz48L2c+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-plus {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNSAyaDJ2OEg1eiIvPjxwYXRoIGQ9Ik0yIDVoOHYySDJ6Ii8+PC9nPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-right {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNC41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTkuOTkzIDQuN1YyLjk5M2gtNnY2SDUuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDUuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTUgMmgxdjhINXoiLz48L2c+PGcgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSByb3RhdGUoLTQ1IDAgMjIuODc0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzAwMCIgZD0iTTkuNDkzIDQuMnYtLjcwN2gtNXY1SDUuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-small-left {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNmw0LTR2OHoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-small-right {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMmw0IDQtNCA0eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-small-up {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgN2w0LTQgNCA0eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-small-down {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-tick {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNSA1LjVsMyAzIDYtNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiLz48L3N2Zz4=) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-cross {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMTBsOC04bTAgOEwyIDIiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-tree-open {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-tree-closed {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMmw0IDQtNCA0eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-icon-tree-indeterminate {
  display: inline-block;
  background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4djJIMnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) center no-repeat;
  background-size: 12px 12px;
  filter: "initial";
  height: 12px;
  width: 12px; }
.ag-root-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden; }
.ag-root-wrapper *, .ag-root-wrapper *:before, .ag-root-wrapper *:after {
    box-sizing: border-box; }
.ag-root-wrapper.ag-layout-normal {
    height: 100%; }
.ag-root-wrapper .ag-watermark {
    position: absolute;
    bottom: 10px;
    right: 25px;
    opacity: 0.5;
    transition: opacity 1s ease-out 3s; }
.ag-root-wrapper .ag-watermark:before {
      content: '';
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDk0cHgiIGhlaWdodD0iMjM5cHgiIHZpZXdCb3g9IjAgMCA0OTQgMjM5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA0Ny4xICg0NTQyMikgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+TG9nbzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPgogICAgICAgIDxwYXRoIGQ9Ik0wLjYxMjg0OTkzMSwxMDggTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgTDAuNjEyODQ5OTMxLDY3LjQ1OTYzNzQgQzAuNjEyODQ5OTMxLDYyLjEwMDY1MzYgMy40NzE4MzM3OCw1Ny4xNDg3NDgzIDguMTEyODQ5OTMsNTQuNDY5MjU2NCBMOTguMzA2NDI1LDIuMzk1OTcxNTcgTDk4LjMwNjQyNSwyLjM5NTk3MTU3IEMxMDIuOTQ3NDQxLC0wLjI4MzUyMDM1OCAxMDguNjY1NDA5LC0wLjI4MzUyMDM1OCAxMTMuMzA2NDI1LDIuMzk1OTcxNTcgTDExMy4zMDY0MjUsMi4zOTU5NzE1NyBMMjAzLjUsNTQuNDY5MjU2NCBMMjAzLjUsNTQuNDY5MjU2NCBDMjA4LjE0MTAxNiw1Ny4xNDg3NDgzIDIxMSw2Mi4xMDA2NTM2IDIxMSw2Ny40NTk2Mzc0IEwyMTEsMTM4IEwxODEsMTM4IEwxODAuOTk3MDQxLDkzLjk5OTk5OTggTDE4MC45OTYwMzIsOTMuOTk5OTk5OSBDMTgwLjk5NTQ3NSw4NS43MTYxMjI2IDE3NC4yNzk5MDksNzkuMDAxMDA4NyAxNjUuOTk2MDMyLDc5LjAwMTAwODcgTDEyMiw3OC45OTk5OTk5IEMxMTMuNzE1NzI5LDc4Ljk5OTk5OTkgMTA3LDg1LjcxNTcyODYgMTA3LDkzLjk5OTk5OTkgTDEwNywxMzYuMDE1NjIzIEwxMDcsMTM2LjAxNTYyMyBDMTA3LDE0NC4yOTk4OTUgMTEzLjcxNTcyOSwxNTEuMDE1NjIzIDEyMiwxNTEuMDE1NjIzIEwxNjgsMTUxLjAxNTYyMyBMMTY4LDE2MyBDMTY4LDE2NC42NTY4NTQgMTY2LjY1Njg1NCwxNjYgMTY1LDE2NiBMMTIwLDE2NiBMMTIwLDE3OSBMMTY1Ljk5NjAzMiwxNzkgTDE2NS45OTYwMzIsMTc4Ljk5Nzg3NyBDMTc0LjI3OTQ3NCwxNzguOTk3ODc3IDE4MC45OTQ4NiwxNzIuMjgzNDQyIDE4MC45OTYwMzIsMTY0IEwxODEsMTUwLjk2MDU1NCBMMjExLDE1MC45NjA1NTQgTDIxMSwxNzEuNjA2MjA3IEwyMTEsMTcxLjYwNjIwNyBDMjExLDE3Ni45NjUxOTEgMjA4LjE0MTAxNiwxODEuOTE3MDk2IDIwMy41LDE4NC41OTY1ODggTDExMy4zMDY0MjUsMjM2LjY2OTg3MyBMMTEzLjMwNjQyNSwyMzYuNjY5ODczIEMxMDguNjY1NDA5LDIzOS4zNDkzNjUgMTAyLjk0NzQ0MSwyMzkuMzQ5MzY1IDk4LjMwNjQyNSwyMzYuNjY5ODczIEw4LjExMjg0OTkzLDE4NC41OTY1ODggTDguMTEyODQ5OTMsMTg0LjU5NjU4OCBDMy40NzE4MzM3OCwxODEuOTE3MDk2IDAuNjEyODQ5OTMxLDE3Ni45NjUxOTEgMC42MTI4NDk5MzEsMTcxLjYwNjIwNyBMMC42MTI4NDk5MzEsMTIxIEwyNywxMjEgTDI3LDEzNiBDMjcsMTQ0LjI4NDI3MSAzMy43MTU3Mjg3LDE1MSA0MiwxNTEgTDQyLDE1MSBMMTAwLDE1MSBMMTAwLDk0IEMxMDAsODUuNzE1NzI4OCA5My4yODQyNzEyLDc5IDg1LDc5IEwyNyw3OSBMMjcsOTIgTDg0LDkyIEM4NS42NTY4NTQyLDkyIDg3LDkzLjM0MzE0NTggODcsOTUgTDg3LDk1IEw4NywxMDggTDAuNjEyODQ5OTMxLDEwOCBaIiBpZD0icGF0aC0xIj48L3BhdGg+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkxvZ28iPgogICAgICAgICAgICA8cGF0aCBkPSJNNDc3LDU1IEw0OTQsNTUgTDQ5NCwxNTEgTDQzNSwxNTEgQzQyNi43MTU3MjksMTUxIDQyMCwxNDQuMjg0MjcxIDQyMCwxMzYgTDQyMCw5NiBDNDIwLDg3LjcxNTcyODggNDI2LjcxNTcyOSw4MSA0MzUsODEgTDQzNSw4MSBMNDc3LDgxIEw0NzcsNTUgWiBNNDQwLDk4IEM0MzguMzQzMTQ2LDk4IDQzNyw5OS4zNDMxNDU4IDQzNywxMDEgTDQzNywxMzEgQzQzNywxMzIuNjU2ODU0IDQzOC4zNDMxNDYsMTM0IDQ0MCwxMzQgTDQ3NywxMzQgTDQ3Nyw5OCBMNDQwLDk4IFoiIGlkPSJkIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJpIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzOTYuMDAwMDAwLCA1NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoLTYiIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMCAyNiAxNyAyNiAxNyA5NiAwIDk2Ij48L3BvbHlnb24+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUGF0aC03IiBmaWxsPSIjRTExRjIyIiBwb2ludHM9IjAgMS4xMzY4NjgzOGUtMTMgMTcgMS4xMzY4NjgzOGUtMTMgMTcgMTcgMCAxNyI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMzEsMTUxIEwzNDgsMTUxIEwzNDgsMTAxIEwzNDgsMTAxIEMzNDgsOTkuMzQzMTQ1OCAzNDkuMzQzMTQ2LDk4IDM1MSw5OCBMMzg5LDk4IEwzODksODEgTDM0Niw4MSBMMzQ2LDgxIEMzMzcuNzE1NzI5LDgxIDMzMSw4Ny43MTU3Mjg4IDMzMSw5NiBMMzMxLDE1MSBaIiBpZD0iciIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMzI0LDg2IEwzMjQsNzYgTDMyNCw3NiBDMzI0LDY3LjcxNTcyODggMzE3LjI4NDI3MSw2MSAzMDksNjEgTDI0OSw2MSBMMjQ5LDYxIEMyNDAuNzE1NzI5LDYxIDIzNCw2Ny43MTU3Mjg4IDIzNCw3NiBMMjM0LDEzNiBMMjM0LDEzNiBDMjM0LDE0NC4yODQyNzEgMjQwLjcxNTcyOSwxNTEgMjQ5LDE1MSBMMzA5LDE1MSBMMzA5LDE1MSBDMzE3LjI4NDI3MSwxNTEgMzI0LDE0NC4yODQyNzEgMzI0LDEzNiBMMzI0LDEwMCBMMjg3LDEwMCBMMjg3LDExNyBMMzA3LDExNyBMMzA3LDEzMSBMMzA3LDEzMSBDMzA3LDEzMi42NTY4NTQgMzA1LjY1Njg1NCwxMzQgMzA0LDEzNCBMMjU0LDEzNCBMMjU0LDEzNCBDMjUyLjM0MzE0NiwxMzQgMjUxLDEzMi42NTY4NTQgMjUxLDEzMSBMMjUxLDgxIEwyNTEsODEgQzI1MSw3OS4zNDMxNDU4IDI1Mi4zNDMxNDYsNzggMjU0LDc4IEwzMDQsNzggTDMwNCw3OCBDMzA1LjY1Njg1NCw3OCAzMDcsNzkuMzQzMTQ1OCAzMDcsODEgTDMwNyw4NiBMMzI0LDg2IFoiIGlkPSJHIiBmaWxsPSIjRkZGRkZGIj48L3BhdGg+CiAgICAgICAgICAgIDxnIGlkPSJhZyI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tYmluZWQtU2hhcGUiPgogICAgICAgICAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8L21hc2s+CiAgICAgICAgICAgICAgICAgICAgPHVzZSBmaWxsPSIjRTExRjIyIiB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJnIiBmaWxsPSIjRTExRjIyIiB4PSIxMjAiIHk9IjkyIiB3aWR0aD0iNDgiIGhlaWdodD0iNDYiIHJ4PSIzIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNDAsMTIxIEw4NywxMjEgTDg3LDEzOCBMNDMsMTM4IEw0MywxMzggQzQxLjM0MzE0NTgsMTM4IDQwLDEzNi42NTY4NTQgNDAsMTM1IEw0MCwxMjEgWiIgaWQ9IkNvbWJpbmVkLVNoYXBlIiBmaWxsPSIjRTExRjIyIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
      filter: invert(50%);
      background-repeat: no-repeat;
      background-size: 110px 60px;
      display: block;
      height: 60px;
      width: 110px; }
.ag-root-wrapper .ag-watermark:after {
      content: 'Invalid License Key';
      font-weight: bold;
      font-family: Impact;
      font-size: 19px; }
.ag-root-wrapper-body {
  display: flex;
  flex-direction: row; }
.ag-root-wrapper-body.ag-layout-normal {
    flex: 1 1 auto;
    height: 0;
    min-height: 0; }
.ag-root {
  cursor: default;
  position: relative;
  display: flex;
  flex-direction: column; }
.ag-root.ag-layout-normal, .ag-root.ag-layout-auto-height {
    overflow: hidden;
    flex: 1 1 auto;
    width: 0; }
.ag-root.ag-layout-normal {
    height: 100%; }
/**
 ****************************
 * Viewports
 ****************************
*/
.ag-header-viewport,
.ag-floating-top-viewport,
.ag-body-viewport,
.ag-pinned-left-cols-viewport,
.ag-center-cols-viewport,
.ag-pinned-right-cols-viewport,
.ag-floating-bottom-viewport,
.ag-body-horizontal-scroll-viewport,
.ag-virtual-list-viewport {
  position: relative;
  height: 100%;
  min-width: 0px;
  overflow: hidden;
  flex: 1 1 auto; }
.ag-body-viewport {
  display: flex; }
.ag-body-viewport.ag-layout-normal {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
.ag-body-viewport:not(.ag-layout-print).ag-force-vertical-scroll {
    overflow-y: scroll; }
.ag-pinned-left-cols-viewport, .ag-pinned-right-cols-viewport {
  flex-grow: 1000; }
.ag-center-cols-viewport {
  width: 100%;
  overflow-x: auto; }
.ag-body-horizontal-scroll-viewport {
  overflow-x: scroll; }
.ag-virtual-list-viewport {
  overflow: auto;
  width: 100%; }
/**
 ****************************
 * Containers
 ****************************
*/
.ag-header-container,
.ag-floating-top-container,
.ag-body-container,
.ag-pinned-right-cols-container,
.ag-center-cols-container,
.ag-pinned-left-cols-container,
.ag-floating-bottom-container,
.ag-body-horizontal-scroll-container,
.ag-full-width-container,
.ag-floating-bottom-full-width-container,
.ag-virtual-list-container {
  position: relative; }
.ag-header-container, .ag-floating-top-container, .ag-floating-bottom-container {
  height: 100%;
  white-space: nowrap; }
.ag-body-viewport .ag-center-cols-clipper {
  min-height: 100%; }
.ag-body-viewport.ag-layout-auto-height .ag-center-cols-clipper, .ag-body-viewport.ag-layout-auto-height .ag-center-cols-container {
  min-height: 50px; }
.ag-body-viewport .ag-center-cols-container {
  display: block; }
.ag-body-viewport.ag-layout-print {
  flex: none; }
.ag-body-viewport.ag-layout-print .ag-center-cols-clipper {
    min-width: 100%; }
.ag-pinned-right-cols-container {
  display: block; }
.ag-body-horizontal-scroll-container {
  height: 100%; }
.ag-full-width-container,
.ag-floating-top-full-width-container,
.ag-floating-bottom-full-width-container {
  position: absolute;
  top: 0px;
  left: 0px;
  pointer-events: none; }
.ag-full-width-container {
  width: 100%; }
.ag-floating-bottom-full-width-container, .ag-floating-top-full-width-container {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%; }
.ag-virtual-list-container {
  overflow: hidden; }
/**
 ****************************
 * Scrollers
 ****************************
*/
.ag-center-cols-clipper {
  flex: 1;
  min-width: 0;
  overflow: hidden; }
.ag-body-horizontal-scroll {
  min-height: 0;
  min-width: 0;
  width: 100%;
  display: flex;
  position: relative; }
.ag-layout-print .ag-body-horizontal-scroll {
  display: none; }
.ag-horizontal-left-spacer, .ag-horizontal-right-spacer {
  height: 100%;
  min-width: 0;
  flex-grow: 1000;
  overflow-x: scroll; }
.ag-horizontal-left-spacer.ag-scroller-corner, .ag-horizontal-right-spacer.ag-scroller-corner {
    overflow-x: hidden; }
/**
 ****************************
 * Headers
 ****************************
*/
.ag-header, .ag-pinned-left-header, .ag-pinned-right-header {
  display: inline-block;
  overflow: hidden; }
.ag-header .ag-header-cell-sortable, .ag-pinned-left-header .ag-header-cell-sortable, .ag-pinned-right-header .ag-header-cell-sortable {
    cursor: pointer; }
.ag-header {
  display: flex;
  width: 100%;
  white-space: nowrap; }
.ag-pinned-left-header {
  height: 100%; }
.ag-pinned-right-header {
  height: 100%; }
.ag-header-row {
  position: absolute; }
.ag-header-overlay {
  display: block;
  position: absolute; }
.ag-header-cell {
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: bottom; }
.ag-header-group-cell-label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex; }
.ag-header-cell-label {
  overflow: hidden;
  text-overflow: ellipsis; }
.ag-header-cell-resize {
  position: absolute;
  z-index: 4;
  cursor: col-resize;
  height: 100%;
  width: 4px; }
.ag-header-expand-icon {
  padding-left: 4px; }
.ag-header-cell-menu-button {
  float: right; }
.ag-primary-cols-header-panel .ag-column-name-filter {
  flex-grow: 1;
  flex-shrink: 1; }
.ag-primary-cols-header-panel .ag-primary-cols-filter-wrapper {
  width: 100%; }
.ag-primary-cols-header-panel {
  display: flex;
  flex-direction: row; }
/**
 ****************************
 * Columns
 ****************************
*/
.ag-column-moving .ag-cell {
  transition: left 0.2s; }
.ag-column-moving .ag-header-cell {
  transition: left 0.2s; }
.ag-column-moving .ag-header-group-cell {
  transition: left 0.2s, width 0.2s; }
.ag-column-drop {
  width: 100%; }
.ag-column-drop-vertical {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 50px;
  overflow: hidden; }
.ag-column-drop-vertical .ag-column-drop-list {
    flex-grow: 1;
    height: 20px;
    overflow-x: auto; }
.ag-column-drop-vertical .ag-column-drop-cell {
    display: flex; }
.ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
      overflow: hidden;
      flex: 1;
      text-overflow: ellipsis;
      white-space: nowrap; }
.ag-column-drop-vertical .ag-column-drop-empty-message {
    display: block; }
.ag-column-drop-vertical .ag-column-drop-cell-button {
    line-height: 16px; }
.ag-ltr .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: right; }
.ag-rtl .ag-column-drop-vertical .ag-column-drop-cell-button {
  float: left; }
.ag-column-drop-horizontal {
  white-space: nowrap;
  overflow: hidden; }
.ag-column-drop-horizontal .ag-column-drop-cell {
    display: inline-block; }
.ag-column-drop-horizontal .ag-column-drop-empty-message {
    display: inline-block; }
.ag-column-drop-horizontal .ag-column-drop-list {
    height: 100%; }
.ag-column-select-indent {
  display: inline-block; }
.ag-column-panel {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: hidden;
  max-height: 100vh; }
/**
 ****************************
 * Rows
 ****************************
*/
.ag-row-animation .ag-row {
  transition: transform 0.4s, top 0.4s, height 0.4s, background-color 0.1s, opacity 0.2s; }
.ag-row-no-animation .ag-row {
  transition: background-color 0.1s; }
.ag-row {
  white-space: nowrap;
  width: 100%; }
.ag-row-position-absolute {
  position: absolute; }
.ag-row-position-relative {
  position: relative; }
.ag-full-width-row {
  overflow: hidden;
  pointer-events: all; }
.ag-row-inline-editing {
  z-index: 1; }
/**
 ****************************
 * Cells
 ****************************
*/
.ag-cell {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap; }
.ag-cell-with-height {
  height: 100%; }
.ag-cell-edit-input {
  height: 100%;
  width: 100%;
  line-height: normal; }
.ag-group-cell-entire-row {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }
.ag-footer-cell-entire-row {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; }
/**
 ****************************
 * Filters
 ****************************
*/
.ag-set-filter-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.ag-filter-filter {
  width: 100%; }
.ag-filter .ag-filter-checkbox {
  pointer-events: none; }
.ag-filter-select {
  margin: 4px 4px 0 4px;
  width: 110px; }
/**
 ****************************
 * Floating Filter
 ****************************
*/
.ag-floating-filter-full-body .ag-react-container, .ag-floating-filter-body .ag-react-container {
  height: 100%; }
.ag-floating-filter-body input {
  height: 19px;
  margin: 0;
  width: 100%; }
.ag-floating-filter-full-body input {
  height: 19px;
  margin: 0;
  width: 100%; }
.ag-floating-filter-full-body input[type="range"] {
  height: 100%; }
.ag-floating-filter {
  display: inline-block;
  position: absolute; }
.ag-floating-filter-body {
  height: 20px;
  margin-right: 25px; }
.ag-floating-filter-full-body {
  height: 100%;
  width: 100%; }
.ag-floating-filter-input {
  width: 100%; }
.ag-floating-filter-input:-moz-read-only {
  background-color: #eee; }
.ag-floating-filter-input:read-only {
  background-color: #eee; }
.ag-floating-filter-menu {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
/**
 ****************************
 * Drag & Drop
 ****************************
*/
.ag-dnd-ghost {
  background: #e5e5e5;
  border: 1px solid black;
  cursor: move;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.ag-dnd-ghost-icon {
  display: inline-block;
  padding: 2px; }
.ag-dnd-ghost-label {
  display: inline-block; }
/**
 ****************************
 * Overlay
 ****************************
*/
.ag-overlay {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%; }
.ag-overlay-panel {
  display: flex;
  height: 100%;
  pointer-events: none;
  width: 100%; }
.ag-overlay-wrapper {
  display: flex;
  flex: none;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center; }
.ag-overlay-wrapper.ag-overlay-loading-wrapper {
    pointer-events: all; }
.ag-overlay-no-rows-wrapper.ag-layout-auto-height {
  padding-top: 30px; }
/**
 ****************************
 * Popup
 ****************************
*/
.ag-popup-backdrop {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }
.ag-popup-editor {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
/**
 ****************************
 * Virtual Lists
 ****************************
*/
.ag-virtual-list-item {
  position: absolute;
  width: 100%; }
.ag-virtual-list-item span:empty:not(.ag-icon) {
    border-left: 1px solid transparent; }
/**
 ****************************
 * Floating Top and Bottom
 ****************************
*/
.ag-floating-top {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex; }
.ag-pinned-left-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  flex-grow: 1000; }
.ag-pinned-right-floating-top {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  flex-grow: 1000; }
.ag-floating-bottom {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  position: relative;
  display: flex; }
.ag-pinned-left-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  flex-grow: 1000; }
.ag-pinned-right-floating-bottom {
  display: inline-block;
  overflow: hidden;
  position: relative;
  min-width: 0px;
  flex-grow: 1000; }
/**
 ****************************
 * Tooltip
 ****************************
*/
.ag-tooltip {
  position: absolute;
  pointer-events: none;
  z-index: 99999; }
/**
 ****************************
 * Animations
 ****************************
*/
.ag-value-slide-out {
  margin-right: 5px;
  opacity: 1;
  transition: opacity 3s, margin-right 3s;
  transition-timing-function: linear; }
.ag-value-slide-out-end {
  margin-right: 10px;
  opacity: 0; }
.ag-opacity-zero {
  opacity: 0 !important; }
/**
 ****************************
 * Menu
 ****************************
*/
.ag-menu {
  max-height: 100%;
  overflow-y: auto;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.ag-tab {
  box-sizing: content-box; }
.ag-menu-column-select-wrapper {
  height: 265px;
  overflow: auto;
  width: 200px; }
.ag-menu-list {
  border-collapse: collapse;
  display: table; }
.ag-menu-option {
  display: table-row; }
.ag-menu-option-text {
  display: table-cell;
  white-space: nowrap; }
.ag-menu-option-shortcut {
  display: table-cell; }
.ag-menu-option-icon {
  display: table-cell; }
.ag-menu-option-popup-pointer {
  display: table-cell; }
.ag-menu-separator {
  display: table-row; }
.ag-menu-separator-cell {
  display: table-cell; }
.ag-menu-column-select-wrapper .ag-column-select-panel {
  height: 100%; }
/**
 ****************************
 * Rich Select
 ****************************
*/
.ag-rich-select {
  cursor: default;
  outline: none; }
.ag-rich-select-row {
  white-space: nowrap; }
.ag-rich-select-list {
  height: 200px;
  width: 200px; }
.ag-set-filter-list {
  height: 200px;
  width: 200px; }
/**
 ****************************
 * Tool Panel
 ****************************
*/
.ag-tool-panel-wrapper {
  display: flex;
  overflow-y: auto;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 200px; }
.ag-tool-panel-wrapper .ag-filter-toolpanel-header {
    cursor: pointer; }
.ag-primary-cols-list-panel {
  flex-grow: 1;
  height: 50px;
  overflow: auto; }
.ag-ltr .ag-column-tool-panel-column {
  margin-left: 16px; }
.ag-rtl .ag-column-tool-panel-column {
  margin-right: 16px; }
.ag-column-tool-panel-column,
.ag-column-tool-panel-column-group {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-overflow: ellipsis;
  white-space: nowrap; }
.ag-column-tool-panel-column .ag-column-tool-panel-column,
  .ag-column-tool-panel-column .ag-column-tool-panel-column-group,
  .ag-column-tool-panel-column-group .ag-column-tool-panel-column,
  .ag-column-tool-panel-column-group .ag-column-tool-panel-column-group {
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
.ag-column-tool-panel-column .ag-column-drag,
  .ag-column-tool-panel-column-group .ag-column-drag {
    min-width: 16px;
    flex-grow: 0;
    flex-shrink: 0; }
.ag-column-select-panel {
  display: flex;
  flex-direction: column;
  overflow: hidden; }
.ag-side-bar .ag-column-select-panel {
  flex-grow: 4; }
.ag-tool-panel-horizontal-resize {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 1; }
.ag-rtl .ag-tool-panel-horizontal-resize {
  float: right;
  transform: translateX(3px); }
.ag-ltr .ag-tool-panel-horizontal-resize {
  float: left;
  transform: translateX(-3px); }
.loading-filter {
  background-color: #e6e6e6;
  height: 100%;
  padding: 5px;
  position: absolute;
  top: 34px;
  width: 100%;
  z-index: 1; }
.ag-details-row {
  height: 100%;
  width: 100%; }
.ag-details-grid {
  height: 100%;
  width: 100%; }
.ag-header-group-cell {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis; }
/**
 ****************************
 * Side Bar
 ****************************
*/
.ag-side-bar {
  display: flex;
  flex-direction: row-reverse; }
.ag-side-bar .ag-side-buttons {
    width: 20px; }
.ag-side-bar .ag-side-buttons div button {
      display: block;
      white-space: nowrap;
      outline: none;
      cursor: pointer; }
.ag-side-bar .ag-side-buttons div button span {
        -ms-writing-mode: tb;
        writing-mode: tb;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr; }
.ag-side-bar .panel-container {
    width: 180px; }
.ag-side-bar.full-width .panel-container {
    width: 200px; }
.ag-rtl .ag-side-bar .ag-side-buttons button span {
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
/**
 ****************************
 * Status Bar
 ****************************
*/
.ag-status-bar {
  display: flex;
  justify-content: space-between;
  overflow: hidden; }
.ag-status-bar .ag-status-panel {
    display: inline-flex; }
.ag-status-bar-left {
  display: inline-flex; }
.ag-status-bar-center {
  display: inline-flex; }
.ag-status-bar-right {
  display: inline-flex; }
.ag-ltr .ag-toolpanel-indent-1 {
  padding-left: 10px; }
.ag-rtl .ag-toolpanel-indent-1 {
  padding-right: 10px; }
.ag-ltr .ag-row-group-indent-1 {
  padding-left: 10px; }
.ag-rtl .ag-row-group-indent-1 {
  padding-right: 10px; }
.ag-ltr .ag-toolpanel-indent-2 {
  padding-left: 20px; }
.ag-rtl .ag-toolpanel-indent-2 {
  padding-right: 20px; }
.ag-ltr .ag-row-group-indent-2 {
  padding-left: 20px; }
.ag-rtl .ag-row-group-indent-2 {
  padding-right: 20px; }
.ag-ltr .ag-toolpanel-indent-3 {
  padding-left: 30px; }
.ag-rtl .ag-toolpanel-indent-3 {
  padding-right: 30px; }
.ag-ltr .ag-row-group-indent-3 {
  padding-left: 30px; }
.ag-rtl .ag-row-group-indent-3 {
  padding-right: 30px; }
.ag-ltr .ag-toolpanel-indent-4 {
  padding-left: 40px; }
.ag-rtl .ag-toolpanel-indent-4 {
  padding-right: 40px; }
.ag-ltr .ag-row-group-indent-4 {
  padding-left: 40px; }
.ag-rtl .ag-row-group-indent-4 {
  padding-right: 40px; }
.ag-ltr .ag-toolpanel-indent-5 {
  padding-left: 50px; }
.ag-rtl .ag-toolpanel-indent-5 {
  padding-right: 50px; }
.ag-ltr .ag-row-group-indent-5 {
  padding-left: 50px; }
.ag-rtl .ag-row-group-indent-5 {
  padding-right: 50px; }
.ag-ltr .ag-toolpanel-indent-6 {
  padding-left: 60px; }
.ag-rtl .ag-toolpanel-indent-6 {
  padding-right: 60px; }
.ag-ltr .ag-row-group-indent-6 {
  padding-left: 60px; }
.ag-rtl .ag-row-group-indent-6 {
  padding-right: 60px; }
.ag-ltr .ag-toolpanel-indent-7 {
  padding-left: 70px; }
.ag-rtl .ag-toolpanel-indent-7 {
  padding-right: 70px; }
.ag-ltr .ag-row-group-indent-7 {
  padding-left: 70px; }
.ag-rtl .ag-row-group-indent-7 {
  padding-right: 70px; }
.ag-ltr .ag-toolpanel-indent-8 {
  padding-left: 80px; }
.ag-rtl .ag-toolpanel-indent-8 {
  padding-right: 80px; }
.ag-ltr .ag-row-group-indent-8 {
  padding-left: 80px; }
.ag-rtl .ag-row-group-indent-8 {
  padding-right: 80px; }
.ag-ltr .ag-toolpanel-indent-9 {
  padding-left: 90px; }
.ag-rtl .ag-toolpanel-indent-9 {
  padding-right: 90px; }
.ag-ltr .ag-row-group-indent-9 {
  padding-left: 90px; }
.ag-rtl .ag-row-group-indent-9 {
  padding-right: 90px; }
.ag-ltr .ag-toolpanel-indent-10 {
  padding-left: 100px; }
.ag-rtl .ag-toolpanel-indent-10 {
  padding-right: 100px; }
.ag-ltr .ag-row-group-indent-10 {
  padding-left: 100px; }
.ag-rtl .ag-row-group-indent-10 {
  padding-right: 100px; }
.ag-ltr .ag-toolpanel-indent-11 {
  padding-left: 110px; }
.ag-rtl .ag-toolpanel-indent-11 {
  padding-right: 110px; }
.ag-ltr .ag-row-group-indent-11 {
  padding-left: 110px; }
.ag-rtl .ag-row-group-indent-11 {
  padding-right: 110px; }
.ag-ltr .ag-toolpanel-indent-12 {
  padding-left: 120px; }
.ag-rtl .ag-toolpanel-indent-12 {
  padding-right: 120px; }
.ag-ltr .ag-row-group-indent-12 {
  padding-left: 120px; }
.ag-rtl .ag-row-group-indent-12 {
  padding-right: 120px; }
.ag-ltr .ag-toolpanel-indent-13 {
  padding-left: 130px; }
.ag-rtl .ag-toolpanel-indent-13 {
  padding-right: 130px; }
.ag-ltr .ag-row-group-indent-13 {
  padding-left: 130px; }
.ag-rtl .ag-row-group-indent-13 {
  padding-right: 130px; }
.ag-ltr .ag-toolpanel-indent-14 {
  padding-left: 140px; }
.ag-rtl .ag-toolpanel-indent-14 {
  padding-right: 140px; }
.ag-ltr .ag-row-group-indent-14 {
  padding-left: 140px; }
.ag-rtl .ag-row-group-indent-14 {
  padding-right: 140px; }
.ag-ltr .ag-toolpanel-indent-15 {
  padding-left: 150px; }
.ag-rtl .ag-toolpanel-indent-15 {
  padding-right: 150px; }
.ag-ltr .ag-row-group-indent-15 {
  padding-left: 150px; }
.ag-rtl .ag-row-group-indent-15 {
  padding-right: 150px; }
.ag-ltr .ag-toolpanel-indent-16 {
  padding-left: 160px; }
.ag-rtl .ag-toolpanel-indent-16 {
  padding-right: 160px; }
.ag-ltr .ag-row-group-indent-16 {
  padding-left: 160px; }
.ag-rtl .ag-row-group-indent-16 {
  padding-right: 160px; }
.ag-ltr .ag-toolpanel-indent-17 {
  padding-left: 170px; }
.ag-rtl .ag-toolpanel-indent-17 {
  padding-right: 170px; }
.ag-ltr .ag-row-group-indent-17 {
  padding-left: 170px; }
.ag-rtl .ag-row-group-indent-17 {
  padding-right: 170px; }
.ag-ltr .ag-toolpanel-indent-18 {
  padding-left: 180px; }
.ag-rtl .ag-toolpanel-indent-18 {
  padding-right: 180px; }
.ag-ltr .ag-row-group-indent-18 {
  padding-left: 180px; }
.ag-rtl .ag-row-group-indent-18 {
  padding-right: 180px; }
.ag-ltr .ag-toolpanel-indent-19 {
  padding-left: 190px; }
.ag-rtl .ag-toolpanel-indent-19 {
  padding-right: 190px; }
.ag-ltr .ag-row-group-indent-19 {
  padding-left: 190px; }
.ag-rtl .ag-row-group-indent-19 {
  padding-right: 190px; }
.ag-ltr .ag-toolpanel-indent-20 {
  padding-left: 200px; }
.ag-rtl .ag-toolpanel-indent-20 {
  padding-right: 200px; }
.ag-ltr .ag-row-group-indent-20 {
  padding-left: 200px; }
.ag-rtl .ag-row-group-indent-20 {
  padding-right: 200px; }
.ag-ltr .ag-toolpanel-indent-21 {
  padding-left: 210px; }
.ag-rtl .ag-toolpanel-indent-21 {
  padding-right: 210px; }
.ag-ltr .ag-row-group-indent-21 {
  padding-left: 210px; }
.ag-rtl .ag-row-group-indent-21 {
  padding-right: 210px; }
.ag-ltr .ag-toolpanel-indent-22 {
  padding-left: 220px; }
.ag-rtl .ag-toolpanel-indent-22 {
  padding-right: 220px; }
.ag-ltr .ag-row-group-indent-22 {
  padding-left: 220px; }
.ag-rtl .ag-row-group-indent-22 {
  padding-right: 220px; }
.ag-ltr .ag-toolpanel-indent-23 {
  padding-left: 230px; }
.ag-rtl .ag-toolpanel-indent-23 {
  padding-right: 230px; }
.ag-ltr .ag-row-group-indent-23 {
  padding-left: 230px; }
.ag-rtl .ag-row-group-indent-23 {
  padding-right: 230px; }
.ag-ltr .ag-toolpanel-indent-24 {
  padding-left: 240px; }
.ag-rtl .ag-toolpanel-indent-24 {
  padding-right: 240px; }
.ag-ltr .ag-row-group-indent-24 {
  padding-left: 240px; }
.ag-rtl .ag-row-group-indent-24 {
  padding-right: 240px; }
.ag-ltr .ag-toolpanel-indent-25 {
  padding-left: 250px; }
.ag-rtl .ag-toolpanel-indent-25 {
  padding-right: 250px; }
.ag-ltr .ag-row-group-indent-25 {
  padding-left: 250px; }
.ag-rtl .ag-row-group-indent-25 {
  padding-right: 250px; }
.ag-ltr .ag-toolpanel-indent-26 {
  padding-left: 260px; }
.ag-rtl .ag-toolpanel-indent-26 {
  padding-right: 260px; }
.ag-ltr .ag-row-group-indent-26 {
  padding-left: 260px; }
.ag-rtl .ag-row-group-indent-26 {
  padding-right: 260px; }
.ag-ltr .ag-toolpanel-indent-27 {
  padding-left: 270px; }
.ag-rtl .ag-toolpanel-indent-27 {
  padding-right: 270px; }
.ag-ltr .ag-row-group-indent-27 {
  padding-left: 270px; }
.ag-rtl .ag-row-group-indent-27 {
  padding-right: 270px; }
.ag-ltr .ag-toolpanel-indent-28 {
  padding-left: 280px; }
.ag-rtl .ag-toolpanel-indent-28 {
  padding-right: 280px; }
.ag-ltr .ag-row-group-indent-28 {
  padding-left: 280px; }
.ag-rtl .ag-row-group-indent-28 {
  padding-right: 280px; }
.ag-ltr .ag-toolpanel-indent-29 {
  padding-left: 290px; }
.ag-rtl .ag-toolpanel-indent-29 {
  padding-right: 290px; }
.ag-ltr .ag-row-group-indent-29 {
  padding-left: 290px; }
.ag-rtl .ag-row-group-indent-29 {
  padding-right: 290px; }
.ag-ltr .ag-toolpanel-indent-30 {
  padding-left: 300px; }
.ag-rtl .ag-toolpanel-indent-30 {
  padding-right: 300px; }
.ag-ltr .ag-row-group-indent-30 {
  padding-left: 300px; }
.ag-rtl .ag-row-group-indent-30 {
  padding-right: 300px; }
.ag-ltr .ag-toolpanel-indent-31 {
  padding-left: 310px; }
.ag-rtl .ag-toolpanel-indent-31 {
  padding-right: 310px; }
.ag-ltr .ag-row-group-indent-31 {
  padding-left: 310px; }
.ag-rtl .ag-row-group-indent-31 {
  padding-right: 310px; }
.ag-ltr .ag-toolpanel-indent-32 {
  padding-left: 320px; }
.ag-rtl .ag-toolpanel-indent-32 {
  padding-right: 320px; }
.ag-ltr .ag-row-group-indent-32 {
  padding-left: 320px; }
.ag-rtl .ag-row-group-indent-32 {
  padding-right: 320px; }
.ag-ltr .ag-toolpanel-indent-33 {
  padding-left: 330px; }
.ag-rtl .ag-toolpanel-indent-33 {
  padding-right: 330px; }
.ag-ltr .ag-row-group-indent-33 {
  padding-left: 330px; }
.ag-rtl .ag-row-group-indent-33 {
  padding-right: 330px; }
.ag-ltr .ag-toolpanel-indent-34 {
  padding-left: 340px; }
.ag-rtl .ag-toolpanel-indent-34 {
  padding-right: 340px; }
.ag-ltr .ag-row-group-indent-34 {
  padding-left: 340px; }
.ag-rtl .ag-row-group-indent-34 {
  padding-right: 340px; }
.ag-ltr .ag-toolpanel-indent-35 {
  padding-left: 350px; }
.ag-rtl .ag-toolpanel-indent-35 {
  padding-right: 350px; }
.ag-ltr .ag-row-group-indent-35 {
  padding-left: 350px; }
.ag-rtl .ag-row-group-indent-35 {
  padding-right: 350px; }
.ag-ltr .ag-toolpanel-indent-36 {
  padding-left: 360px; }
.ag-rtl .ag-toolpanel-indent-36 {
  padding-right: 360px; }
.ag-ltr .ag-row-group-indent-36 {
  padding-left: 360px; }
.ag-rtl .ag-row-group-indent-36 {
  padding-right: 360px; }
.ag-ltr .ag-toolpanel-indent-37 {
  padding-left: 370px; }
.ag-rtl .ag-toolpanel-indent-37 {
  padding-right: 370px; }
.ag-ltr .ag-row-group-indent-37 {
  padding-left: 370px; }
.ag-rtl .ag-row-group-indent-37 {
  padding-right: 370px; }
.ag-ltr .ag-toolpanel-indent-38 {
  padding-left: 380px; }
.ag-rtl .ag-toolpanel-indent-38 {
  padding-right: 380px; }
.ag-ltr .ag-row-group-indent-38 {
  padding-left: 380px; }
.ag-rtl .ag-row-group-indent-38 {
  padding-right: 380px; }
.ag-ltr .ag-toolpanel-indent-39 {
  padding-left: 390px; }
.ag-rtl .ag-toolpanel-indent-39 {
  padding-right: 390px; }
.ag-ltr .ag-row-group-indent-39 {
  padding-left: 390px; }
.ag-rtl .ag-row-group-indent-39 {
  padding-right: 390px; }
.ag-ltr .ag-toolpanel-indent-40 {
  padding-left: 400px; }
.ag-rtl .ag-toolpanel-indent-40 {
  padding-right: 400px; }
.ag-ltr .ag-row-group-indent-40 {
  padding-left: 400px; }
.ag-rtl .ag-row-group-indent-40 {
  padding-right: 400px; }
.ag-ltr .ag-toolpanel-indent-41 {
  padding-left: 410px; }
.ag-rtl .ag-toolpanel-indent-41 {
  padding-right: 410px; }
.ag-ltr .ag-row-group-indent-41 {
  padding-left: 410px; }
.ag-rtl .ag-row-group-indent-41 {
  padding-right: 410px; }
.ag-ltr .ag-toolpanel-indent-42 {
  padding-left: 420px; }
.ag-rtl .ag-toolpanel-indent-42 {
  padding-right: 420px; }
.ag-ltr .ag-row-group-indent-42 {
  padding-left: 420px; }
.ag-rtl .ag-row-group-indent-42 {
  padding-right: 420px; }
.ag-ltr .ag-toolpanel-indent-43 {
  padding-left: 430px; }
.ag-rtl .ag-toolpanel-indent-43 {
  padding-right: 430px; }
.ag-ltr .ag-row-group-indent-43 {
  padding-left: 430px; }
.ag-rtl .ag-row-group-indent-43 {
  padding-right: 430px; }
.ag-ltr .ag-toolpanel-indent-44 {
  padding-left: 440px; }
.ag-rtl .ag-toolpanel-indent-44 {
  padding-right: 440px; }
.ag-ltr .ag-row-group-indent-44 {
  padding-left: 440px; }
.ag-rtl .ag-row-group-indent-44 {
  padding-right: 440px; }
.ag-ltr .ag-toolpanel-indent-45 {
  padding-left: 450px; }
.ag-rtl .ag-toolpanel-indent-45 {
  padding-right: 450px; }
.ag-ltr .ag-row-group-indent-45 {
  padding-left: 450px; }
.ag-rtl .ag-row-group-indent-45 {
  padding-right: 450px; }
.ag-ltr .ag-toolpanel-indent-46 {
  padding-left: 460px; }
.ag-rtl .ag-toolpanel-indent-46 {
  padding-right: 460px; }
.ag-ltr .ag-row-group-indent-46 {
  padding-left: 460px; }
.ag-rtl .ag-row-group-indent-46 {
  padding-right: 460px; }
.ag-ltr .ag-toolpanel-indent-47 {
  padding-left: 470px; }
.ag-rtl .ag-toolpanel-indent-47 {
  padding-right: 470px; }
.ag-ltr .ag-row-group-indent-47 {
  padding-left: 470px; }
.ag-rtl .ag-row-group-indent-47 {
  padding-right: 470px; }
.ag-ltr .ag-toolpanel-indent-48 {
  padding-left: 480px; }
.ag-rtl .ag-toolpanel-indent-48 {
  padding-right: 480px; }
.ag-ltr .ag-row-group-indent-48 {
  padding-left: 480px; }
.ag-rtl .ag-row-group-indent-48 {
  padding-right: 480px; }
.ag-ltr .ag-toolpanel-indent-49 {
  padding-left: 490px; }
.ag-rtl .ag-toolpanel-indent-49 {
  padding-right: 490px; }
.ag-ltr .ag-row-group-indent-49 {
  padding-left: 490px; }
.ag-rtl .ag-row-group-indent-49 {
  padding-right: 490px; }
.ag-ltr {
  direction: ltr; }
.ag-ltr .ag-body, .ag-ltr .ag-floating-top, .ag-ltr .ag-floating-bottom, .ag-ltr .ag-header, .ag-ltr .ag-body-viewport, .ag-ltr .ag-body-horizontal-scroll {
    flex-direction: row; }
.ag-ltr .ag-header-cell-resize {
    right: -4px; }
.ag-ltr .ag-pinned-right-header .ag-header-cell-resize {
    left: -4px; }
.ag-ltr .ag-header-select-all {
    float: left; }
.ag-rtl {
  direction: rtl; }
.ag-rtl .ag-body, .ag-rtl .ag-floating-top, .ag-rtl .ag-floating-bottom, .ag-rtl .ag-header, .ag-rtl .ag-body-viewport, .ag-rtl .ag-body-horizontal-scroll {
    flex-direction: row-reverse; }
.ag-rtl .ag-header-cell-resize {
    left: -4px; }
.ag-rtl .ag-pinned-left-header .ag-header-cell-resize {
    right: -4px; }
.ag-rtl .ag-header-select-all {
    float: right; }
@media print {
  .ag-body-viewport {
    display: block; }
  .ag-row {
    page-break-inside: avoid; } }
.ag-body .ag-pinned-left-cols-viewport, .ag-body .ag-body-viewport, .ag-body .ag-pinned-right-cols-viewport {
  -webkit-overflow-scrolling: touch; }


.ag-theme-balham {
  background-color: white;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 12px; }
  .ag-theme-balham .ag-menu, .ag-theme-balham .ag-theme-balham.ag-dnd-ghost, .ag-theme-balham .ag-cell-inline-editing, .ag-theme-balham .ag-popup-editor, .ag-theme-balham .ag-select-agg-func-popup, .ag-theme-balham .ag-overlay-loading-center {
    border: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-tab-header .ag-tab {
    border: 1px solid transparent;
    border-bottom-width: 0;
    display: inline-block;
    margin: 4px;
    margin-bottom: 0;
    padding: 4px 8px; }
  .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
    background-color: white;
    border-bottom: 2px solid #0091EA;
    border-bottom: 2px solid white;
    border-color: #BDC3C7; }
  .ag-theme-balham *:focus {
    outline: none; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-1 {
    padding-left: 20px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-1 {
    padding-right: 20px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-1 {
    padding-left: 28px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-1 {
    padding-right: 28px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-2 {
    padding-left: 40px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-2 {
    padding-right: 40px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-2 {
    padding-left: 56px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-2 {
    padding-right: 56px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-3 {
    padding-left: 60px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-3 {
    padding-right: 60px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-3 {
    padding-left: 84px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-3 {
    padding-right: 84px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-4 {
    padding-left: 80px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-4 {
    padding-right: 80px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-4 {
    padding-left: 112px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-4 {
    padding-right: 112px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-5 {
    padding-left: 100px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-5 {
    padding-right: 100px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-5 {
    padding-left: 140px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-5 {
    padding-right: 140px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-6 {
    padding-left: 120px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-6 {
    padding-right: 120px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-6 {
    padding-left: 168px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-6 {
    padding-right: 168px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-7 {
    padding-left: 140px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-7 {
    padding-right: 140px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-7 {
    padding-left: 196px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-7 {
    padding-right: 196px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-8 {
    padding-left: 160px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-8 {
    padding-right: 160px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-8 {
    padding-left: 224px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-8 {
    padding-right: 224px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-9 {
    padding-left: 180px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-9 {
    padding-right: 180px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-9 {
    padding-left: 252px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-9 {
    padding-right: 252px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-10 {
    padding-left: 200px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-10 {
    padding-right: 200px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-10 {
    padding-left: 280px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-10 {
    padding-right: 280px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-11 {
    padding-left: 220px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-11 {
    padding-right: 220px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-11 {
    padding-left: 308px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-11 {
    padding-right: 308px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-12 {
    padding-left: 240px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-12 {
    padding-right: 240px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-12 {
    padding-left: 336px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-12 {
    padding-right: 336px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-13 {
    padding-left: 260px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-13 {
    padding-right: 260px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-13 {
    padding-left: 364px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-13 {
    padding-right: 364px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-14 {
    padding-left: 280px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-14 {
    padding-right: 280px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-14 {
    padding-left: 392px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-14 {
    padding-right: 392px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-15 {
    padding-left: 300px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-15 {
    padding-right: 300px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-15 {
    padding-left: 420px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-15 {
    padding-right: 420px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-16 {
    padding-left: 320px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-16 {
    padding-right: 320px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-16 {
    padding-left: 448px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-16 {
    padding-right: 448px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-17 {
    padding-left: 340px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-17 {
    padding-right: 340px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-17 {
    padding-left: 476px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-17 {
    padding-right: 476px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-18 {
    padding-left: 360px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-18 {
    padding-right: 360px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-18 {
    padding-left: 504px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-18 {
    padding-right: 504px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-19 {
    padding-left: 380px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-19 {
    padding-right: 380px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-19 {
    padding-left: 532px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-19 {
    padding-right: 532px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-20 {
    padding-left: 400px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-20 {
    padding-right: 400px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-20 {
    padding-left: 560px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-20 {
    padding-right: 560px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-21 {
    padding-left: 420px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-21 {
    padding-right: 420px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-21 {
    padding-left: 588px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-21 {
    padding-right: 588px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-22 {
    padding-left: 440px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-22 {
    padding-right: 440px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-22 {
    padding-left: 616px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-22 {
    padding-right: 616px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-23 {
    padding-left: 460px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-23 {
    padding-right: 460px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-23 {
    padding-left: 644px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-23 {
    padding-right: 644px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-24 {
    padding-left: 480px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-24 {
    padding-right: 480px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-24 {
    padding-left: 672px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-24 {
    padding-right: 672px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-25 {
    padding-left: 500px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-25 {
    padding-right: 500px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-25 {
    padding-left: 700px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-25 {
    padding-right: 700px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-26 {
    padding-left: 520px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-26 {
    padding-right: 520px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-26 {
    padding-left: 728px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-26 {
    padding-right: 728px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-27 {
    padding-left: 540px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-27 {
    padding-right: 540px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-27 {
    padding-left: 756px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-27 {
    padding-right: 756px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-28 {
    padding-left: 560px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-28 {
    padding-right: 560px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-28 {
    padding-left: 784px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-28 {
    padding-right: 784px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-29 {
    padding-left: 580px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-29 {
    padding-right: 580px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-29 {
    padding-left: 812px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-29 {
    padding-right: 812px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-30 {
    padding-left: 600px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-30 {
    padding-right: 600px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-30 {
    padding-left: 840px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-30 {
    padding-right: 840px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-31 {
    padding-left: 620px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-31 {
    padding-right: 620px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-31 {
    padding-left: 868px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-31 {
    padding-right: 868px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-32 {
    padding-left: 640px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-32 {
    padding-right: 640px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-32 {
    padding-left: 896px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-32 {
    padding-right: 896px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-33 {
    padding-left: 660px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-33 {
    padding-right: 660px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-33 {
    padding-left: 924px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-33 {
    padding-right: 924px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-34 {
    padding-left: 680px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-34 {
    padding-right: 680px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-34 {
    padding-left: 952px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-34 {
    padding-right: 952px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-35 {
    padding-left: 700px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-35 {
    padding-right: 700px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-35 {
    padding-left: 980px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-35 {
    padding-right: 980px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-36 {
    padding-left: 720px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-36 {
    padding-right: 720px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-36 {
    padding-left: 1008px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-36 {
    padding-right: 1008px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-37 {
    padding-left: 740px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-37 {
    padding-right: 740px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-37 {
    padding-left: 1036px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-37 {
    padding-right: 1036px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-38 {
    padding-left: 760px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-38 {
    padding-right: 760px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-38 {
    padding-left: 1064px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-38 {
    padding-right: 1064px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-39 {
    padding-left: 780px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-39 {
    padding-right: 780px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-39 {
    padding-left: 1092px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-39 {
    padding-right: 1092px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-40 {
    padding-left: 800px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-40 {
    padding-right: 800px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-40 {
    padding-left: 1120px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-40 {
    padding-right: 1120px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-41 {
    padding-left: 820px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-41 {
    padding-right: 820px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-41 {
    padding-left: 1148px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-41 {
    padding-right: 1148px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-42 {
    padding-left: 840px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-42 {
    padding-right: 840px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-42 {
    padding-left: 1176px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-42 {
    padding-right: 1176px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-43 {
    padding-left: 860px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-43 {
    padding-right: 860px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-43 {
    padding-left: 1204px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-43 {
    padding-right: 1204px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-44 {
    padding-left: 880px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-44 {
    padding-right: 880px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-44 {
    padding-left: 1232px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-44 {
    padding-right: 1232px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-45 {
    padding-left: 900px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-45 {
    padding-right: 900px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-45 {
    padding-left: 1260px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-45 {
    padding-right: 1260px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-46 {
    padding-left: 920px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-46 {
    padding-right: 920px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-46 {
    padding-left: 1288px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-46 {
    padding-right: 1288px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-47 {
    padding-left: 940px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-47 {
    padding-right: 940px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-47 {
    padding-left: 1316px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-47 {
    padding-right: 1316px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-48 {
    padding-left: 960px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-48 {
    padding-right: 960px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-48 {
    padding-left: 1344px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-48 {
    padding-right: 1344px; }
  .ag-theme-balham .ag-ltr .ag-toolpanel-indent-49 {
    padding-left: 980px; }
  .ag-theme-balham .ag-rtl .ag-toolpanel-indent-49 {
    padding-right: 980px; }
  .ag-theme-balham .ag-ltr .ag-row-group-indent-49 {
    padding-left: 1372px; }
  .ag-theme-balham .ag-rtl .ag-row-group-indent-49 {
    padding-right: 1372px; }
  .ag-theme-balham .ag-ltr .ag-row-group-leaf-indent {
    margin-left: 28px; }
  .ag-theme-balham .ag-ltr .ag-cell {
    border-right: none; }
  .ag-theme-balham .ag-ltr .ag-row.ag-cell-first-right-pinned, .ag-theme-balham .ag-ltr .ag-cell:not(.ag-cell-focus).ag-cell-first-right-pinned {
    border-left: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-ltr .ag-row.ag-cell-last-left-pinned, .ag-theme-balham .ag-ltr .ag-cell:not(.ag-cell-focus).ag-cell-last-left-pinned {
    border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-rtl .ag-row-group-leaf-indent {
    margin-right: 28px; }
  .ag-theme-balham .ag-rtl .ag-cell {
    border-left: none; }
  .ag-theme-balham .ag-rtl .ag-row.ag-cell-first-right-pinned, .ag-theme-balham .ag-rtl .ag-cell:not(.ag-cell-focus).ag-cell-first-right-pinned {
    border-left: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-rtl .ag-row.ag-cell-last-left-pinned, .ag-theme-balham .ag-rtl .ag-cell:not(.ag-cell-focus).ag-cell-last-left-pinned {
    border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-value-change-delta {
    padding-right: 2px; }
  .ag-theme-balham .ag-value-change-delta-up {
    color: #43a047; }
  .ag-theme-balham .ag-value-change-delta-down {
    color: #e53935; }
  .ag-theme-balham .ag-value-change-value {
    background-color: transparent;
    border-radius: 1px;
    padding-left: 1px;
    padding-right: 1px;
    transition: background-color 1s; }
  .ag-theme-balham .ag-value-change-value-highlight {
    background-color: rgba(22, 160, 133, 0.5);
    transition: background-color 0.1s; }
  .ag-theme-balham .ag-header {
    background-color: #f5f7f7;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 600;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-pinned-right-header {
    border-left: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-pinned-left-header {
    border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-header-row {
    border: none; }
  .ag-theme-balham .ag-row {
    border-style: solid;
    border-color: #BDC3C7;
    border-width: 0; }
  .ag-theme-balham .ag-row:not(.ag-row-first) {
      border-width: 1px 0 0; }
  .ag-theme-balham .ag-row.ag-row-last {
      border-bottom-width: 1px; }
  .ag-theme-balham .ag-row-odd {
    background-color: #fcfdfe; }
  .ag-theme-balham .ag-row-even {
    background-color: white; }
  .ag-theme-balham .ag-horizontal-left-spacer {
    border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-horizontal-left-spacer.ag-scroller-corner {
      border-right: none; }
  .ag-theme-balham .ag-horizontal-right-spacer {
    border-left: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-horizontal-right-spacer.ag-scroller-corner {
      border-left: none; }
  .ag-theme-balham .ag-row-hover {
    background-color: #ECF0F1; }
  .ag-theme-balham .ag-numeric-cell {
    text-align: right; }
  .ag-theme-balham .ag-header-cell-label {
    display: flex;
    height: 100%; }
  .ag-theme-balham .ag-header-cell-label > span {
      float: left; }
  .ag-theme-balham .ag-header-cell-label .ag-header-icon {
      background-position-y: 10px;
      background-size: 14px 14px;
      height: 100%;
      margin: 0;
      margin-left: 4px;
      opacity: 0.87; }
  .ag-theme-balham .ag-header-cell-label .ag-header-cell-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .ag-theme-balham .ag-numeric-header .ag-header-cell-label {
    flex-direction: row-reverse;
    float: right; }
  .ag-theme-balham .ag-numeric-header .ag-header-cell-label > span {
      float: right; }
  .ag-theme-balham .ag-numeric-header .ag-header-cell-menu-button {
    float: left; }
  .ag-theme-balham .ag-header-group-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ag-theme-balham .ag-header-cell,
  .ag-theme-balham .ag-header-group-cell {
    border-style: solid;
    border-color: #BDC3C7;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
    border-width: 0; }
  .ag-theme-balham .ag-header-cell.ag-header-cell-moving,
    .ag-theme-balham .ag-header-group-cell.ag-header-cell-moving {
      background-color: white; }
  .ag-theme-balham .ag-header-cell:not(.ag-header-group-cell-no-group),
    .ag-theme-balham .ag-header-group-cell:not(.ag-header-group-cell-no-group) {
      border-top-width: 1px; }
  .ag-theme-balham .ag-header-row:first-child .ag-header-cell, .ag-theme-balham .ag-header-row:first-child .ag-header-group-cell {
    border-top-width: 0; }
  .ag-theme-balham .ag-cell {
    line-height: 26px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid transparent;
    padding-left: 11px;
    padding-right: 11px; }
  .ag-theme-balham .ag-row-drag {
    float: left;
    height: 100%;
    width: 28px;
    cursor: -webkit-grab;
    cursor: grab; }
  .ag-theme-balham .ag-row-drag .ag-icon-row-drag {
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAyLjV2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MSIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px;
      background-position-x: left;
      background-position-y: 4px; }
  .ag-theme-balham .ag-row-dragging, .ag-theme-balham .ag-row-dragging .ag-row-drag {
    cursor: move; }
  .ag-theme-balham .ag-rtl .ag-row-drag {
    float: right; }
  .ag-theme-balham .ag-rtl .ag-row-drag .ag-icon-row-drag {
      background-position-x: right; }
  .ag-theme-balham .ag-column-drag {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAyLjV2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MW0zLTd2MW0wIDJ2MW0wIDJ2MSIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    background-position-x: left;
    background-position-y: 4px !important;
    height: 100%;
    min-width: 20px;
    cursor: -webkit-grab;
    cursor: grab; }
  .ag-theme-balham .ag-row-dragging {
    opacity: 0.5;
    z-index: 10000; }
  .ag-theme-balham .ag-ltr .ag-has-focus .ag-cell-focus, .ag-theme-balham .ag-rtl .ag-has-focus .ag-cell-focus {
    border: 1px solid #0091EA;
    outline: initial; }
  .ag-theme-balham .ag-header-cell-resize {
    width: 8px; }
  .ag-theme-balham .ag-icon-aggregation {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMC41IDZWNC41aC01di41MzJhMSAxIDAgMCAwIC4zNi43NjhsMS43MTggMS40MzJhMSAxIDAgMCAxIDAgMS41MzZMNS44NiAxMC4yYTEgMSAwIDAgMC0uMzYuNzY4di41MzJoNVYxMCIvPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-arrows {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxNFYzTTIgOC41aDExbS03LjUgNGwyIDIgMi0ybTAtOGwtMi0yLTIgMm0tMiAybC0yIDIgMiAybTggMGwyLTItMi0yIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-asc {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMlY0bTMgMi41bC0zLTMtMyAzIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-checked-readonly {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiM3RjhDOEQiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PHBhdGggc3Ryb2tlPSIjN0Y4QzhEIiBkPSJNMTIgNWwtNS41IDUuNUw0IDgiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-checked {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBzdHJva2U9IiM3RjhDOEQiIGQ9Ik0xMiA1bC01LjUgNS41TDQgOCIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-indeterminate-readonly {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiM3RjhDOEQiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PHBhdGggZD0iTTQgOC41aDgiIHN0cm9rZT0iIzdGOEM4RCIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-indeterminate {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBkPSJNNCA4LjVoOCIgc3Ryb2tlPSIjN0Y4QzhEIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-unchecked-readonly {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iLjUiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48cmVjdCBzdHJva2U9IiM3RjhDOEQiIHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-checkbox-unchecked {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzdGOEM4RCIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-column {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjV2OGgzdi04eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-columns {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNSAzLjV2OG0zLTh2OG0zLTh2OG0tOS04djgiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-contracted {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-copy {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHg9IjQuNSIgeT0iNC41IiB3aWR0aD0iOCIgaGVpZ2h0PSI5IiByeD0iMiIvPjxwYXRoIGQ9Ik0xMSAyLjVINC41YTIgMiAwIDAgMC0yIDJWMTMiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-cut {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMzQ4IDQuOTQ4Yy4xNjEtLjM1LjI1Mi0uNzM1LjI1Mi0xLjE0OGEyLjggMi44IDAgMSAwLTUuNiAwIDIuOCAyLjggMCAwIDAgMi44IDIuOGMuNDEzIDAgLjc5OC0uMDkxIDEuMTQ4LS4yNTJMNi42IDggNC45NDggOS42NTJBMi43MjggMi43MjggMCAwIDAgMy44IDkuNGEyLjggMi44IDAgMSAwIDAgNS42IDIuOCAyLjggMCAwIDAgMi44LTIuOGMwLS40MTMtLjA5MS0uNzk4LS4yNTItMS4xNDhMOCA5LjRsNC45IDQuOUgxNXYtLjdMNi4zNDggNC45NDh6TTMuOCA1LjJhMS40IDEuNCAwIDEgMSAwLTIuOCAxLjQgMS40IDAgMCAxIDAgMi44em0wIDguNGExLjQgMS40IDAgMSAxIDAtMi44IDEuNCAxLjQgMCAwIDEgMCAyLjh6TTggOC4zNUEuMzQ3LjM0NyAwIDAgMSA3LjY1IDhjMC0uMTk2LjE1NC0uMzUuMzUtLjM1LjE5NiAwIC4zNS4xNTQuMzUuMzUgMCAuMTk2LS4xNTQuMzUtLjM1LjM1em00LjktNi42NUw4LjcgNS45bDEuNCAxLjRMMTUgMi40di0uN2gtMi4xeiIgZmlsbD0iIzdGOEM4RCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-desc {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMVYzbS0zIDUuNWwzIDMgMy0zIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-expanded {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-eye-slash {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04IDMuNjI1QTYuODk5IDYuODk5IDAgMCAwIDEuNTgzIDggNi44OTkgNi44OTkgMCAwIDAgOCAxMi4zNzUgNi44OTkgNi44OTkgMCAwIDAgMTQuNDE3IDggNi44OTkgNi44OTkgMCAwIDAgOCAzLjYyNXoiLz48cGF0aCBkPSJNOCAxMC45MTdhMi45MTggMi45MTggMCAwIDEgMC01LjgzNCAyLjkxOCAyLjkxOCAwIDAgMSAwIDUuODM0eiIvPjxwYXRoIGQ9Ik0zLjUgMy41bDkgOSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-eye {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04IDMuNjI1QTYuODk5IDYuODk5IDAgMCAwIDEuNTgzIDggNi44OTkgNi44OTkgMCAwIDAgOCAxMi4zNzUgNi44OTkgNi44OTkgMCAwIDAgMTQuNDE3IDggNi44OTkgNi44OTkgMCAwIDAgOCAzLjYyNXoiLz48cGF0aCBkPSJNOCAxMC45MTdhMi45MTggMi45MTggMCAwIDEgMC01LjgzNCAyLjkxOCAyLjkxOCAwIDAgMSAwIDUuODM0eiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-filter {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjVoOXYuNTg2YTEgMSAwIDAgMS0uMjkzLjcwN0w5LjI5MyA3LjcwN0ExIDEgMCAwIDAgOSA4LjQxNFYxMGwtMiAxLjVWOC40MTRhMSAxIDAgMCAwLS4yOTMtLjcwN0wzLjc5MyA0Ljc5M2ExIDEgMCAwIDEtLjI5My0uNzA3VjMuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-group {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zLjUgNS41aDFtMSAyaDFtMiAwaDRtLTcgMmgxbTIgMGg0bS02LTRoNiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-indeterminate {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04IDQuNjI1Yy0yLjkxNyAwLTUuNDA4LjgxNC02LjQxNyAzLjM3NSAxLjAxIDIuNTYgMy41IDMuMzc1IDYuNDE3IDMuMzc1czUuNDA4LS44MTQgNi40MTctMy4zNzVjLTEuMDEtMi41Ni0zLjUtMy4zNzUtNi40MTctMy4zNzV6Ii8+PHBhdGggZD0iTTggOS45MTdDNi4zOSA5LjkxNyA1LjA4MyA5LjYxIDUuMDgzIDhTNi4zOSA2LjA4MyA4IDYuMDgzYzEuNjEgMCAyLjkxNy4zMDcgMi45MTcgMS45MTdTOS42MSA5LjkxNyA4IDkuOTE3eiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-left {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA4LjVsNC00TDggNiA2LjUgNy41aDd2MmgtN0w4IDExbC0xLjUgMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-loading {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPjxwYXRoIGQ9Ik03LjUgMTAuNXYzIiBvcGFjaXR5PSIuOCIvPjxwYXRoIGQ9Ik0xMC41IDcuNWgzIiBvcGFjaXR5PSIuNiIvPjxwYXRoIGQ9Ik0xLjUgNy41aDMiLz48cGF0aCBkPSJNNy41IDEuNXYzIiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Ik05LjUgNS41TDEyIDMiIG9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTkuNSA5LjVMMTIgMTIiIG9wYWNpdHk9Ii43Ii8+PHBhdGggZD0iTTUuNSA5LjVMMyAxMiIgb3BhY2l0eT0iLjkiLz48cGF0aCBkPSJNNS41IDUuNUwzIDMiIG9wYWNpdHk9Ii4zIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-menu {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSA0LjVoOW0tOSAzaDltLTkgM2g5IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-minus {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA2LjVoMTF2MmgtMTF6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-none {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMTJWNG0zIDIuNWwtMy0zLTMgM20tNCA0LjVWM20tMyA1LjVsMyAzIDMtMyIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-not-allowed {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuOSAxMS4wMTJBMy43NSAzLjc1IDAgMCAwIDExLjAxMiA1LjlsLTUuMTE0IDUuMTEzek00LjQ4NyA5LjYwMUw5LjYgNC40ODhBMy43NSAzLjc1IDAgMCAwIDQuNDg4IDkuNnpNNy43NSAxMy41YTUuNzUgNS43NSAwIDEgMSAwLTExLjUgNS43NSA1Ljc1IDAgMCAxIDAgMTEuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-paste {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwIDNjMC0uNS0uNS0xLjUtMi0xLjVTNiAyLjUgNiAzSDRhMiAyIDAgMCAwLTIgMnY3YTIgMiAwIDAgMCAyIDJoOGEyIDIgMCAwIDAgMi0yVjVhMiAyIDAgMCAwLTItMmgtMnptLTIgLjI3M2MuMzY3IDAgLjY2Ny4yODYuNjY3LjYzNiAwIC4zNS0uMy42MzYtLjY2Ny42MzYtLjM2NyAwLS42NjctLjI4Ni0uNjY3LS42MzYgMC0uMzUuMy0uNjM2LjY2Ny0uNjM2ek0xMiAxM0g0YTEgMSAwIDAgMS0xLTFWNWExIDEgMCAwIDEgMS0xaDF2Mmg2VjRoMWExIDEgMCAwIDEgMSAxdjdhMSAxIDAgMCAxLTEgMXoiIGZpbGw9IiM3RjhDOEQiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-pin {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSAxMy41bDQtNE0xNCA2Yy0uMzkuNTI5LS43MjQuODYyLTEgMXMtLjYxLjEzOC0xIDBsLTIgMmMuMTM4LjkyLjEzOCAxLjU4NiAwIDItLjEzOC40MTQtLjQ3MS43NDgtMSAxTDQgN2MuMDgtLjQ3MS40MTQtLjgwNSAxLTEgLjU4Ni0uMTk1IDEuMjUyLS4xOTUgMiAwbDItMmMtLjE5NS0uMjc2LS4xOTUtLjYxIDAtMXMuNTI5LS43MjQgMS0xbDQgNHoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-pivot {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMy41IDQuNWgtOW0wIDB2OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik03LjUgMTIuNWwtMS0xIDEtMW01LTNsLTEtMS0xIDEiLz48cGF0aCBkPSJNNC41IDExLjVoLTJtNi05djJtLTMtMnYybTYtMnYyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTExLjUgNi41djNhMiAyIDAgMCAxLTIgMmgtMyIvPjxwYXRoIGQ9Ik00LjUgOC41aC0ybTItM2gtMiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHJ4PSIyIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-plus {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA2LjVoNHYtNGgydjRoNHYyaC00djRoLTJ2LTRoLTR6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-right {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41bC00IDRMOCAxMGwxLjUtMS41aC03di0yaDdMOCA1bDEuNS0xLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-small-left {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggNEw0IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-small-right {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-small-up {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDhMOCA0IDQgOCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-small-down {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgOGw0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-tick {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDZsLTUuNSA1LjVMNCA5IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-cross {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgNS41bC02IDZtMC02bDYgNiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-tree-open {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN2w0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-tree-closed {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-icon-tree-indeterminate {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSA3LjVoOSIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    display: inline-block; }
  .ag-theme-balham .ag-header-cell-menu-button .ag-icon-menu {
    display: block;
    height: 32px; }
  .ag-theme-balham .ag-icon-checkbox-checked:empty {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIxIiB5PSIxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwOTFFQSIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgcng9IjIiLz48cGF0aCBzdHJva2U9IiMwMDkxRUEiIGQ9Ik0xMiA1bC01LjUgNS41TDQgOCIvPjwvZz48L3N2Zz4=); }
  .ag-theme-balham .ag-menu {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    padding: 0;
    z-index: 5; }
  .ag-theme-balham .ag-menu .ag-menu-list {
      cursor: default;
      margin-bottom: 4px;
      margin-top: 4px;
      width: 100%; }
  .ag-theme-balham .ag-menu .ag-menu-option {
      line-height: 16px;
      padding-left: 8px;
      padding-right: 8px; }
  .ag-theme-balham .ag-menu .ag-menu-option > span {
        display: table-cell;
        vertical-align: middle; }
  .ag-theme-balham .ag-menu .ag-menu-option-active {
      background-color: #ECF0F1; }
  .ag-theme-balham .ag-menu .ag-menu-option-disabled {
      opacity: 0.5; }
  .ag-theme-balham .ag-menu .ag-menu-option-icon {
      padding-left: 4px;
      padding-right: 4px; }
  .ag-theme-balham .ag-menu .ag-menu-option-icon span {
        height: 16px;
        line-height: 0;
        margin-top: 4px; }
  .ag-theme-balham .ag-menu .ag-menu-option-shortcut {
      padding-left: 8px; }
  .ag-theme-balham .ag-menu .ag-menu-separator {
      margin-left: -4px; }
  .ag-theme-balham .ag-menu .ag-menu-separator > span {
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D'1'%20height%3D'8px'%20viewBox%3D'0%200%201%208px'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cline%20x1%3D'0'%20y1%3D'4px'%20x2%3D'1'%20y2%3D'4px'%20stroke-width%3D'1'%20stroke%3D'%23BDC3C7'%2F%3E%3C%2Fsvg%3E");
        height: 8px; }
  .ag-theme-balham .ag-menu .ag-menu-option-popup-pointer {
      width: 24px; }
  .ag-theme-balham.ag-dnd-ghost {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    border: 1px solid #BDC3C7;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 600;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    height: 32px !important;
    line-height: 32px;
    margin: 0;
    padding: 0 8px;
    transform: translateY(8px);
    z-index: 10000; }
  .ag-theme-balham.ag-dnd-ghost span,
    .ag-theme-balham.ag-dnd-ghost div {
      float: left;
      height: 100%;
      margin: 0;
      padding: 0; }
  .ag-theme-balham.ag-dnd-ghost .ag-dnd-ghost-icon {
      margin-right: 4px;
      opacity: 0.87; }
  .ag-theme-balham .ag-tab-header {
    background: #f5f7f7;
    min-width: 220px;
    width: 100%; }
  .ag-theme-balham .ag-tab-header .ag-tab {
      border-bottom: 2px solid transparent;
      height: 16px;
      text-align: center;
      vertical-align: middle; }
  .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-filter {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjVoOXYuNTg2YTEgMSAwIDAgMS0uMjkzLjcwN0w5LjI5MyA3LjcwN0ExIDEgMCAwIDAgOSA4LjQxNFYxMGwtMiAxLjVWOC40MTRhMSAxIDAgMCAwLS4yOTMtLjcwN0wzLjc5MyA0Ljc5M2ExIDEgMCAwIDEtLjI5My0uNzA3VjMuNXoiIHN0cm9rZT0iIzAwOTFFQSIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
        display: inline-block; }
  .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-columns {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNSAzLjV2OG0zLTh2OG0zLTh2OG0tOS04djgiIHN0cm9rZT0iIzAwOTFFQSIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvc3ZnPg==);
        display: inline-block; }
  .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-menu {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSA0LjVoOW0tOSAzaDltLTkgM2g5IiBzdHJva2U9IiMwMDkxRUEiIGZpbGw9Im5vbmUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L3N2Zz4=);
        display: inline-block; }
  .ag-theme-balham .ag-tab-body {
    padding: 4px 0; }
  .ag-theme-balham .ag-tab-body .ag-filter-select {
      margin: 4px;
      width: calc(100% - 8px); }
  .ag-theme-balham .ag-tab-body .ag-menu-list {
      margin-bottom: 0;
      margin-top: 0; }
  .ag-theme-balham .ag-tab-body .ag-menu-list > div:first-child > span {
        padding-top: 0; }
  .ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > span {
        padding-bottom: 0; }
  .ag-theme-balham .ag-tab-body .ag-menu-list > div:last-child > .ag-menu-option-popup-pointer {
        background-position-y: 0; }
  .ag-theme-balham .ag-filter-select {
    margin: 4px;
    width: calc(100% - 8px); }
  .ag-theme-balham .ag-filter input[type="radio"] {
    margin: 0 3px 0 6px;
    width: 12px;
    height: 17px;
    vertical-align: top; }
  .ag-theme-balham .ag-filter input[type="text"],
  .ag-theme-balham .ag-filter input[type="date"] {
    padding-left: 4px; }
  .ag-theme-balham .ag-filter input[type="text"]:disabled,
    .ag-theme-balham .ag-filter input[type="date"]:disabled {
      color: rgba(0, 0, 0, 0.38);
      background-color: #ebebeb; }
  .ag-theme-balham .ag-filter label {
    display: block;
    padding-left: 4px; }
  .ag-theme-balham .ag-filter .ag-set-filter-list {
    height: 182px;
    padding-top: 4px; }
  .ag-theme-balham .ag-filter .ag-filter-header-container {
    height: 28px; }
  .ag-theme-balham .ag-filter .ag-filter-header-container:nth-child(2) {
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-filter .ag-filter-checkbox {
    float: left;
    height: 28px;
    margin-right: 4px;
    padding-top: 2px; }
  .ag-theme-balham .ag-filter .ag-filter-value {
    height: 28px;
    line-height: 14px; }
  .ag-theme-balham .ag-filter .ag-filter-apply-panel {
    display: flex;
    justify-content: flex-end;
    padding: 4px;
    padding-top: 8px; }
  .ag-theme-balham .ag-filter .ag-filter-apply-panel button + button {
      margin-left: 8px; }
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group,
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column {
    height: 16px;
    line-height: 16px;
    margin-left: 0; }
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group span,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column span {
      float: left;
      height: 100%; }
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-indent,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-indent {
      width: 8px; }
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
    .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-balham .ag-column-select-panel .ag-primary-cols-list-panel {
    padding-top: 4px; }
  .ag-theme-balham .ag-column-select-panel .ag-primary-cols-list-panel > div {
      cursor: pointer; }
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
    margin-left: 24px; }
  .ag-theme-balham .ag-filter-filter {
    margin-bottom: 4px; }
  .ag-theme-balham .ag-primary-cols-header-panel {
    border-bottom: 1px solid #BDC3C7;
    height: 32px;
    padding-top: 4px; }
  .ag-theme-balham .ag-primary-cols-header-panel > div {
      cursor: pointer;
      margin: 0 4px;
      padding-top: 2px; }
  .ag-theme-balham .ag-primary-cols-header-panel .ag-filter-body {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-balham .ag-group-child-count::before {
    content: " "; }
  .ag-theme-balham .ag-tool-panel-wrapper {
    border-right: 0; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel {
      width: 100%; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance {
        color: rgba(0, 0, 0, 0.54);
        font-weight: 600;
        flex: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        display: flex;
        flex-flow: column nowrap; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header {
          padding: 5px 0 5px 5px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header > div {
            margin: auto 0; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-body-wrapper {
        padding-top: 5px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-air {
        border: 1px solid #BDC3C7;
        border-left: 0;
        border-right: 0;
        padding: 4px 0; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel {
      border-bottom: 1px solid #BDC3C7;
      height: 32px;
      line-height: 32px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
        float: left;
        height: 100%; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
        margin-left: 4px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select .ag-checkbox-label {
          margin-left: 4px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel {
      border-bottom: 1px solid #BDC3C7;
      padding-bottom: 3px;
      padding-top: 0; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
      border-bottom: 1px solid #BDC3C7;
      clear: both;
      overflow: auto;
      padding: 4px 0;
      padding-bottom: 8px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
        float: left;
        height: 20px;
        margin: 0 4px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
        clear: right;
        float: left;
        height: 20px;
        line-height: 20px;
        width: calc(100% - 24px); }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
        clear: both;
        color: rgba(0, 0, 0, 0.38);
        font-weight: 600;
        font-size: 12px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
        line-height: 8px;
        padding-left: 16px;
        padding-right: 4px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop:last-child {
        border-bottom: 0; }
  .ag-theme-balham .ag-filter-icon:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNSAzLjVoOXYuNTg2YTEgMSAwIDAgMS0uMjkzLjcwN0w5LjI5MyA3LjcwN0ExIDEgMCAwIDAgOSA4LjQxNFYxMGwtMiAxLjVWOC40MTRhMSAxIDAgMCAwLS4yOTMtLjcwN0wzLjc5MyA0Ljc5M2ExIDEgMCAwIDEtLjI5My0uNzA3VjMuNXoiIHN0cm9rZT0iIzdGOEM4RCIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-sort-ascending-icon:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMlY0bTMgMi41bC0zLTMtMyAzIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-sort-descending-icon:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNSAxMVYzbS0zIDUuNWwzIDMgMy0zIiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-sort-none-icon:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjUgMTJWNG0zIDIuNWwtMy0zLTMgM20tNCA0LjVWM20tMyA1LjVsMyAzIDMtMyIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-numeric-header .ag-header-cell-label .ag-header-icon {
    margin-left: 0;
    margin-right: 4px; }
  .ag-theme-balham .ag-paging-panel {
    align-items: center;
    border-top: 1px solid #BDC3C7;
    color: rgba(0, 0, 0, 0.54);
    display: flex;
    height: 32px;
    justify-content: flex-end;
    padding: 0 12px; }
  .ag-theme-balham .ag-paging-panel > span {
      margin-left: 16px; }
  .ag-theme-balham button[ref="btFirst"] {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDRMOCA4bDQgNE00LjUgNHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    overflow: hidden;
    text-indent: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
  .ag-theme-balham button[ref="btFirst"][disabled] {
      opacity: 0.38; }
  .ag-theme-balham button[ref="btPrevious"] {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    overflow: hidden;
    text-indent: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
  .ag-theme-balham button[ref="btPrevious"][disabled] {
      opacity: 0.38; }
  .ag-theme-balham button[ref="btLast"] {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTJsNC00LTQtNG03LjUgMHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    overflow: hidden;
    text-indent: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
  .ag-theme-balham button[ref="btLast"][disabled] {
      opacity: 0.38; }
  .ag-theme-balham button[ref="btNext"] {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px;
    overflow: hidden;
    text-indent: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    opacity: 0.54;
    padding: 0; }
  .ag-theme-balham button[ref="btNext"][disabled] {
      opacity: 0.38; }
  .ag-theme-balham .ag-rtl button[ref="btFirst"] {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMTJsNC00LTQtNG03LjUgMHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-rtl button[ref="btPrevious"] {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYgMTJsNC00LTQtNCIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-rtl button[ref="btLast"] {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDRMOCA4bDQgNE00LjUgNHY4IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-rtl button[ref="btNext"] {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-row-selected {
    background-color: #b7e4ff; }
  .ag-theme-balham .ag-cell-range-selected:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.2); }
  .ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.3); }
  .ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.4); }
  .ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.5); }
  .ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.6); }
  .ag-theme-balham .ag-cell-inline-editing {
    padding: 12px;
    height: 40px;
    z-index: 2; }
  .ag-theme-balham .ag-cell-inline-editing, .ag-theme-balham .ag-popup-editor {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background-color: #f5f7f7; }
  .ag-theme-balham .ag-cell-inline-editing input[type="text"]:disabled,
    .ag-theme-balham .ag-cell-inline-editing input[type="tel"]:disabled,
    .ag-theme-balham .ag-cell-inline-editing input[type="date"]:disabled,
    .ag-theme-balham .ag-cell-inline-editing input[type="datetime-local"]:disabled, .ag-theme-balham .ag-popup-editor input[type="text"]:disabled,
    .ag-theme-balham .ag-popup-editor input[type="tel"]:disabled,
    .ag-theme-balham .ag-popup-editor input[type="date"]:disabled,
    .ag-theme-balham .ag-popup-editor input[type="datetime-local"]:disabled {
      color: rgba(0, 0, 0, 0.38);
      background-color: #ebebeb; }
  .ag-theme-balham .ag-cell-inline-editing select, .ag-theme-balham .ag-popup-editor select {
      height: auto; }
  .ag-theme-balham .ag-popup-editor {
    z-index: 1;
    padding: 0; }
  .ag-theme-balham .ag-popup-editor .ag-large-textarea textarea {
      height: auto;
      padding: 12px; }
  .ag-theme-balham .ag-popup-editor .ag-large-textarea textarea:disabled {
        color: rgba(0, 0, 0, 0.38);
        background-color: #ebebeb; }
  .ag-theme-balham .ag-rich-select {
    background-color: #f5f7f7;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN2w0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position-x: calc(100% - 4px);
    background-position-y: 8px;
    background-repeat: no-repeat; }
  .ag-theme-balham .ag-rich-select .ag-rich-select-list {
      height: 182px; }
  .ag-theme-balham .ag-rich-select .ag-rich-select-value {
      height: 28px;
      line-height: 28px;
      padding-left: 12px; }
  .ag-theme-balham .ag-rich-select .ag-virtual-list-item {
      cursor: default;
      height: 28px;
      line-height: 28px; }
  .ag-theme-balham .ag-rich-select .ag-virtual-list-item:hover {
        background-color: #ECF0F1; }
  .ag-theme-balham .ag-rich-select .ag-rich-select-row {
      padding-left: 12px; }
  .ag-theme-balham .ag-rich-select .ag-rich-select-row-selected {
      background-color: #b7e4ff; }
  .ag-theme-balham .ag-floating-filter-body {
    float: left;
    height: 100%;
    margin-right: 0;
    width: calc(100% - 24px); }
  .ag-theme-balham .ag-floating-filter-body input:disabled {
      color: rgba(0, 0, 0, 0.38);
      background-color: #ebebeb; }
  .ag-theme-balham .ag-floating-filter-full-body input:disabled {
    color: rgba(0, 0, 0, 0.38);
    background-color: #ebebeb; }
  .ag-theme-balham .ag-floating-filter-button {
    float: right;
    line-height: 16px;
    margin-top: 10px; }
  .ag-theme-balham .ag-floating-filter-button button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: transparent;
      border: 0;
      height: 16px;
      padding: 0;
      width: 16px; }
  .ag-theme-balham .ag-cell-label-container {
    height: 100%; }
  .ag-theme-balham .ag-tooltip {
    background-color: #cbd0d3;
    color: #000;
    border-radius: 2px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #cbd0d3;
    transition: opacity 1s; }
  .ag-theme-balham .ag-tooltip.ag-tooltip-hiding {
      opacity: 0; }
  .ag-theme-balham .ag-header-group-cell-label {
    height: 100%; }
  .ag-theme-balham .ag-header-group-cell-label span {
      float: left;
      height: 100%; }
  .ag-theme-balham .ag-header-select-all {
    height: 100%;
    margin-right: 12px; }
  .ag-theme-balham .ag-header-select-all span {
      height: 100%; }
  .ag-theme-balham .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
    float: left;
    width: calc(100% - 16px - 12px); }
  .ag-theme-balham .ag-selection-checkbox ~ .ag-cell-value:not(:empty), .ag-theme-balham .ag-selection-checkbox + .ag-group-value:not(:empty),
  .ag-theme-balham .ag-group-checkbox:not(.ag-invisible) ~ .ag-cell-value:not(:empty),
  .ag-theme-balham .ag-group-checkbox:not(.ag-invisible) + .ag-group-value:not(:empty),
  .ag-theme-balham .ag-group-expanded:not(.ag-hidden) ~ .ag-cell-value:not(:empty),
  .ag-theme-balham .ag-group-expanded:not(.ag-hidden) + .ag-group-value:not(:empty),
  .ag-theme-balham .ag-group-contracted:not(.ag-hidden) ~ .ag-cell-value:not(:empty),
  .ag-theme-balham .ag-group-contracted:not(.ag-hidden) + .ag-group-value:not(:empty) {
    display: inline-block;
    margin-left: 12px; }
  .ag-theme-balham .ag-selection-checkbox ~ .ag-group-checkbox,
  .ag-theme-balham .ag-group-checkbox:not(.ag-invisible) ~ .ag-group-checkbox,
  .ag-theme-balham .ag-group-expanded:not(.ag-hidden) ~ .ag-group-checkbox,
  .ag-theme-balham .ag-group-contracted:not(.ag-hidden) ~ .ag-group-checkbox {
    margin-left: 12px; }
  .ag-theme-balham .ag-selection-checkbox span {
    position: relative;
    top: 2px; }
  .ag-theme-balham .ag-group-expanded .ag-icon-contracted:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgN2w0IDQgNC00IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    height: 16px;
    opacity: 0.87;
    width: 16px; }
  .ag-theme-balham .ag-column-drop-horizontal {
    background-color: #f5f7f7;
    height: 28px;
    line-height: 16px;
    padding-left: 12px; }
  .ag-theme-balham .ag-column-drop-horizontal.ag-width-half {
      margin-bottom: -5px; }
  .ag-theme-balham .ag-column-drop-horizontal span {
      float: left;
      height: 100%; }
  .ag-theme-balham .ag-column-drop-horizontal > div:first-child {
      float: left;
      height: 100%; }
  .ag-theme-balham .ag-column-drop-horizontal .ag-icon-group,
    .ag-theme-balham .ag-column-drop-horizontal .ag-icon-pivot {
      margin-right: 12px; }
  .ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41bC00IDRMOCAxMGwxLjUtMS41aC03di0yaDdMOCA1bDEuNS0xLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px; }
  .ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow {
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA4LjVsNC00TDggNiA2LjUgNy41aDd2MmgtN0w4IDExbC0xLjUgMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px; }
  .ag-theme-balham .ag-column-drop-horizontal .ag-left-arrow,
    .ag-theme-balham .ag-column-drop-horizontal .ag-right-arrow {
      overflow: hidden;
      text-indent: 100%;
      height: 100%;
      margin: 0 4px;
      opacity: 0.54; }
  .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
      height: 100%;
      line-height: 28px;
      opacity: 0.38; }
  .ag-theme-balham .ag-column-drop-cell {
    background: #dde4e6;
    border-radius: 16px;
    height: 16px !important;
    margin-top: 4px;
    padding: 0 2px; }
  .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-text {
      height: 100%;
      line-height: 16px;
      margin: 0 4px; }
  .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMC41IDQuNWwtNiA2Ii8+PGNpcmNsZSBjeD0iNy41IiBjeT0iNy41IiByPSI1LjUiLz48cGF0aCBkPSJNNC41IDQuNWw2IDYiLz48L2c+PC9zdmc+);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px;
      overflow: hidden;
      text-indent: 100%;
      min-width: 16px;
      height: 100%;
      margin: 0 2px;
      opacity: 0.54; }
  .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
        opacity: 0.87; }
  .ag-theme-balham .ag-column-drop-cell .ag-column-drag {
      margin-left: 8px;
      margin-top: 2px;
      width: 16px; }
  .ag-theme-balham .ag-select-agg-func-popup {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px;
    background: white;
    height: 70px;
    padding: 0; }
  .ag-theme-balham .ag-select-agg-func-popup .ag-virtual-list-item {
      cursor: default;
      line-height: 20px;
      padding-left: 8px; }
  .ag-theme-balham .ag-set-filter-list,
  .ag-theme-balham .ag-menu-column-select-wrapper {
    width: auto; }
  .ag-theme-balham .ag-column-drop-vertical > .ag-column-drop-cell {
    float: left;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-top: 0; }
  .ag-theme-balham .ag-cell-data-changed {
    background-color: rgba(22, 160, 133, 0.5) !important; }
  .ag-theme-balham .ag-cell-data-changed-animation {
    background-color: transparent;
    transition: background-color 1s; }
  .ag-theme-balham .ag-row-stub {
    background-color: inherit; }
  .ag-theme-balham .ag-stub-cell {
    padding-left: 12px;
    padding-top: 4px; }
  .ag-theme-balham .ag-stub-cell .ag-loading-icon {
      float: left;
      height: 100%; }
  .ag-theme-balham .ag-stub-cell .ag-loading-text {
      float: left;
      height: 100%;
      margin-left: 4px;
      margin-top: 4px; }
  .ag-theme-balham .ag-floating-top {
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-floating-bottom {
    border-top: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-floating-top, .ag-theme-balham .ag-floating-bottom {
    background-color: inherit; }
  .ag-theme-balham .ag-floating-top .ag-row, .ag-theme-balham .ag-floating-bottom .ag-row {
      background-color: inherit; }
  .ag-theme-balham .ag-rtl {
    text-align: right; }
  .ag-theme-balham .ag-rtl .ag-numeric-cell {
      text-align: left; }
  .ag-theme-balham .ag-rtl .ag-header-cell-menu-button {
      float: left; }
  .ag-theme-balham .ag-rtl .ag-header-cell-label > span {
      float: right; }
  .ag-theme-balham .ag-rtl .ag-header-cell-label .ag-header-icon {
      margin-top: 2px; }
  .ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-menu-button {
      float: right; }
  .ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-label {
      float: left; }
  .ag-theme-balham .ag-rtl .ag-numeric-header .ag-header-cell-label > span {
        float: left; }
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
      float: right; }
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
      margin-right: 4px; }
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select .ag-checkbox-label {
        margin-right: 4px; }
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
      float: right; }
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
      clear: left;
      float: right; }
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
      padding-left: 4px;
      padding-right: 16px; }
  .ag-theme-balham .ag-rtl .ag-filter-checkbox {
      float: right;
      margin-left: 4px; }
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group span,
    .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column span {
      float: right; }
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
    .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
    .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
    .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-balham .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
      margin-left: 0;
      margin-right: 24px; }
  .ag-theme-balham .ag-rtl .ag-icon-tree-closed {
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgNEw1IDhsNCA0IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 16px 16px;
      height: 16px;
      opacity: 0.87;
      width: 16px; }
  .ag-theme-balham .ag-rtl .ag-header-group-cell-label {
      height: 100%; }
  .ag-theme-balham .ag-rtl .ag-header-group-cell-label span {
        float: right;
        height: 100%; }
  .ag-theme-balham .ag-rtl .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
      float: right; }
  .ag-theme-balham .ag-rtl .ag-header-select-all {
      margin-left: 12px;
      margin-right: 0; }
  .ag-theme-balham .ag-rtl .ag-selection-checkbox + .ag-cell-value:not(:empty), .ag-theme-balham .ag-rtl .ag-selection-checkbox + .ag-group-value:not(:empty),
    .ag-theme-balham .ag-rtl .ag-group-checkbox + .ag-cell-value:not(:empty),
    .ag-theme-balham .ag-rtl .ag-group-checkbox + .ag-group-value:not(:empty),
    .ag-theme-balham .ag-rtl .ag-group-expanded + .ag-cell-value:not(:empty),
    .ag-theme-balham .ag-rtl .ag-group-expanded + .ag-group-value:not(:empty),
    .ag-theme-balham .ag-rtl .ag-group-contracted + .ag-cell-value:not(:empty),
    .ag-theme-balham .ag-rtl .ag-group-contracted + .ag-group-value:not(:empty) {
      display: inline-block;
      margin-right: 12px;
      margin-left: initial; }
  .ag-theme-balham .ag-rtl .ag-selection-checkbox + .ag-group-checkbox,
    .ag-theme-balham .ag-rtl .ag-group-checkbox + .ag-group-checkbox,
    .ag-theme-balham .ag-rtl .ag-group-expanded + .ag-group-checkbox,
    .ag-theme-balham .ag-rtl .ag-group-contracted + .ag-group-checkbox {
      margin-right: 12px;
      margin-left: initial; }
  .ag-theme-balham .ag-rtl .ag-column-drop-horizontal {
      padding-right: 12px; }
  .ag-theme-balham .ag-rtl .ag-column-drop-horizontal span {
        float: right; }
  .ag-theme-balham .ag-rtl .ag-column-drop-horizontal > div:first-child {
        float: right; }
  .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
      .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
        margin-left: 12px;
        margin-right: 0; }
  .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-right-arrow {
        background-color: transparent;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjUgNy41bC00IDRMOCAxMGwxLjUtMS41aC03di0yaDdMOCA1bDEuNS0xLjV6IiBzdHJva2U9IiM3RjhDOEQiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        height: 16px;
        opacity: 0.87;
        width: 16px;
        height: 100%; }
  .ag-theme-balham .ag-rtl .ag-column-drop-horizontal .ag-left-arrow {
        background-color: transparent;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIuNSA4LjVsNC00TDggNiA2LjUgNy41aDd2MmgtN0w4IDExbC0xLjUgMS41eiIgc3Ryb2tlPSIjN0Y4QzhEIiBmaWxsPSJub25lIi8+PC9zdmc+);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        height: 16px;
        opacity: 0.87;
        width: 16px;
        height: 100%; }
  .ag-theme-balham .ag-rtl .ag-floating-filter-body {
      float: right;
      margin-left: 0; }
  .ag-theme-balham .ag-rtl .ag-floating-filter-button {
      float: left; }
  .ag-theme-balham .ag-rtl .ag-header .ag-header-cell-resize::after {
      border-left: 1px solid #BDC3C7;
      border-right: 0; }
  .ag-theme-balham .ag-rtl .ag-column-drag {
      background-position-x: right; }
  .ag-theme-balham .ag-status-bar {
    background: white;
    border: 1px solid #BDC3C7;
    border-top: 0;
    color: rgba(0, 0, 0, 0.38);
    font-weight: 600;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    padding-right: 16px;
    padding-left: 16px; }
  .ag-theme-balham .ag-name-value-value {
    color: #000; }
  .ag-theme-balham .ag-status-bar-center {
    text-align: center; }
  .ag-theme-balham .ag-name-value {
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .ag-theme-balham .ag-details-row {
    padding: 20px; }
  .ag-theme-balham .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-balham .ag-overlay-loading-center {
    background: white;
    border-radius: 2px;
    box-shadow: none;
    padding: 4px; }
  .ag-theme-balham .ag-side-bar {
    background-color: #f5f7f7;
    border-right: 1px solid #BDC3C7;
    border-top: 1px solid #BDC3C7;
    position: relative; }
  .ag-theme-balham .ag-side-bar .ag-side-buttons {
      padding-top: 16px;
      background: white;
      border-bottom: 1px solid #BDC3C7;
      position: relative; }
  .ag-theme-balham .ag-side-bar .ag-side-buttons .ag-side-button button {
        background: transparent;
        border: 0;
        color: #000;
        padding: 8px 0 8px 0;
        width: 100%;
        margin: 0;
        min-height: 72px;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: transparent;
        background-position-y: 4px;
        background-position-x: center;
        background-repeat: no-repeat; }
  .ag-theme-balham .ag-side-bar .ag-side-buttons .ag-selected button {
        background-color: #f5f7f7;
        margin-left: -1px;
        padding-left: 1px;
        width: calc(100% + 1px);
        border-color: #BDC3C7; }
  .ag-theme-balham .ag-side-bar .ag-panel-container {
      border-right: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-side-bar.full-width .ag-panel-container {
      border-right: 0; }
  .ag-theme-balham .ag-side-bar .ag-column-drop {
      min-height: 50px; }
  .ag-theme-balham .ag-rtl .ag-side-bar .ag-panel-container {
    border-left: 1px solid #BDC3C7;
    border-right: 0; }
  .ag-theme-balham .ag-rtl .ag-side-bar.full-width .ag-panel-container {
    border-left: 0; }
  .ag-theme-balham .ag-primary-cols-filter {
    width: 100%; }
  .ag-theme-balham .ag-primary-cols-filter:disabled {
      color: rgba(0, 0, 0, 0.38);
      background-color: #ebebeb; }
  .ag-theme-balham .ag-primary-cols-filter-wrapper {
    margin-left: 4px;
    margin-right: 4px; }
  .ag-theme-balham .sass-variables::after {
    content: '{ "autoSizePadding": "12px", "headerHeight": "32px", "groupPaddingSize": "28px", "footerPaddingAddition": "16px", "virtualItemHeight": "28px", "aggFuncPopupHeight": "98px", "checkboxIndentWidth": "20px", "leafNodePadding": "12px", "rowHeight": "28px", "gridSize": "4px", "iconSize": "16px" }';
    display: none; }
  .ag-theme-balham .ag-cell-highlight {
    background-color: #0091EA !important; }
  .ag-theme-balham .ag-header-cell-resize::after {
    height: 80%;
    margin-top: 8px; }
  .ag-theme-balham .ag-header-cell::after,
  .ag-theme-balham .ag-header-group-cell::after {
    border-right: 1px solid rgba(189, 195, 199, 0.5);
    content: " ";
    height: 16px;
    margin-top: 8px;
    position: absolute;
    text-indent: -2000px;
    top: 0; }
  .ag-theme-balham .ag-ltr .ag-header-cell::after,
  .ag-theme-balham .ag-ltr .ag-header-group-cell::after {
    right: 0; }
  .ag-theme-balham .ag-rtl .ag-header-cell::after,
  .ag-theme-balham .ag-rtl .ag-header-group-cell::after {
    left: 0; }
  .ag-theme-balham .ag-column-drop-horizontal.ag-column-drop {
    border: 1px solid #BDC3C7;
    border-bottom: 0; }
  .ag-theme-balham .ag-ltr .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
    border-right: 0; }
  .ag-theme-balham .ag-rtl .ag-column-drop-horizontal.ag-column-drop.ag-width-half:first-child {
    border-left: 0; }
  .ag-theme-balham .ag-row {
    border-color: #d9dcde; }
  .ag-theme-balham .ag-row-selected {
    border-color: #b7e4ff; }
  .ag-theme-balham .ag-icon-row-drag {
    background-position-y: center; }
  .ag-theme-balham .ag-column-drag {
    background-position-y: center; }
  .ag-theme-balham .ag-column-drop-cell {
    height: 24px !important; }
  .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button {
      height: calc(100% - 4px);
      margin-bottom: 2px;
      margin-top: 2px; }
  .ag-theme-balham .ag-column-drop-cell .ag-column-drop-cell-button:hover {
      opacity: 1; }
  .ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell {
    margin-left: 8px;
    margin-right: 8px; }
  .ag-theme-balham .ag-column-drop-vertical .ag-column-drop-cell .ag-column-drop-cell-text {
      line-height: 24px;
      margin-left: 8px; }
  .ag-theme-balham .ag-column-drop-horizontal {
    background-color: #f5f7f7;
    height: 32px; }
  .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-empty-message {
      line-height: 32px; }
  .ag-theme-balham .ag-column-drop-horizontal .ag-column-drop-cell-text {
      line-height: 24px;
      margin-left: 8px; }
  .ag-theme-balham .ag-filter .ag-filter-header-container {
    height: 24px; }
  .ag-theme-balham .ag-root {
    border: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-filter .ag-filter-value {
    line-height: 20px; }
  .ag-theme-balham .ag-tool-panel-wrapper {
    border-right: 1px solid #BDC3C7;
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel {
      padding-bottom: 8px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel .ag-column-tool-panel-column-group,
      .ag-theme-balham .ag-tool-panel-wrapper .ag-column-select-panel .ag-column-tool-panel-column {
        height: 20px;
        line-height: 20px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop {
      padding-bottom: 8px;
      padding-top: 8px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
        margin-bottom: 4px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
        display: inline-block;
        float: none;
        margin-bottom: 4px; }
  .ag-theme-balham .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
        height: 16px;
        line-height: 16px;
        padding-left: 24px; }
  .ag-theme-balham .ag-rtl .ag-side-bar,
  .ag-theme-balham .ag-rtl .ag-tool-panel-wrapper {
    border-left: 1px solid #BDC3C7;
    border-right: 0; }
  .ag-theme-balham .ag-icon-expanded,
  .ag-theme-balham .ag-icon-contracted {
    transform: translateY(2px); }
  .ag-theme-balham .ag-rtl .ag-icon-expanded {
    transform: translateY(2px) rotate(180deg); }
  .ag-theme-balham .ag-menu-option {
    height: 28px;
    line-height: 28px; }
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column-group,
  .ag-theme-balham .ag-column-select-panel .ag-column-tool-panel-column {
    height: 20px;
    line-height: 20px; }
  .ag-theme-balham .ag-filter-filter {
    margin-left: 4px;
    margin-right: 4px;
    width: calc(100% - 8px); }
  .ag-theme-balham .ag-tab-header {
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-tab-header .ag-tab {
      margin-bottom: -2px; }
  .ag-theme-balham .ag-tab-header .ag-tab.ag-tab-selected {
      background-color: white;
      border-bottom-color: transparent; }
  .ag-theme-balham .ag-tab-body,
  .ag-theme-balham .ag-popup-editor,
  .ag-theme-balham .ag-menu {
    background-color: white;
    color: #000; }
  .ag-theme-balham .ag-cell-inline-editing {
    height: 28px;
    padding: 0; }
  .ag-theme-balham .ag-details-row {
    background-color: white; }
  .ag-theme-balham .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-balham .ag-overlay-loading-center {
    background-color: white;
    border: 1px solid #BDC3C7;
    color: #000;
    padding: 16px; }
  .ag-theme-balham .ag-cell-range-selected-1:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.3); }
  .ag-theme-balham .ag-cell-range-selected-2:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.4); }
  .ag-theme-balham .ag-cell-range-selected-3:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.5); }
  .ag-theme-balham .ag-cell-range-selected-4:not(.ag-cell-focus) {
    background-color: rgba(0, 145, 234, 0.6); }
  .ag-theme-balham .ag-rich-select-value {
    border-bottom: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-filter-apply-panel {
    border-top: 1px solid #BDC3C7; }
  .ag-theme-balham .ag-filter-toolpanel-body {
    background-color: white; }


.ag-theme-fresh {
  background-color: white;
  color: black;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px; }
  .ag-theme-fresh .ag-body-viewport {
    background-color: #f6f6f6; }
  .ag-theme-fresh .ag-menu, .ag-theme-fresh .ag-theme-fresh.ag-dnd-ghost, .ag-theme-fresh .ag-cell-inline-editing, .ag-theme-fresh .ag-popup-editor, .ag-theme-fresh .ag-select-agg-func-popup, .ag-theme-fresh .ag-overlay-loading-center {
    background-color: #f6f6f6;
    border: 1px solid darkgrey; }
  .ag-theme-fresh .ag-tab-header .ag-tab {
    border: 1px solid transparent;
    border-bottom-width: 0;
    display: inline-block;
    margin: 4px;
    margin-bottom: 0;
    padding: 4px 8px; }
  .ag-theme-fresh .ag-tab-header .ag-tab.ag-tab-selected {
    background-color: #f6f6f6;
    border-bottom: 2px solid #f6f6f6 !important;
    border-color: darkgrey; }
  .ag-theme-fresh *:focus {
    outline: none; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-1 {
    padding-left: 16px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-1 {
    padding-right: 16px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-1 {
    padding-left: 24px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-1 {
    padding-right: 24px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-2 {
    padding-left: 32px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-2 {
    padding-right: 32px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-2 {
    padding-left: 48px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-2 {
    padding-right: 48px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-3 {
    padding-left: 48px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-3 {
    padding-right: 48px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-3 {
    padding-left: 72px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-3 {
    padding-right: 72px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-4 {
    padding-left: 64px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-4 {
    padding-right: 64px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-4 {
    padding-left: 96px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-4 {
    padding-right: 96px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-5 {
    padding-left: 80px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-5 {
    padding-right: 80px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-5 {
    padding-left: 120px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-5 {
    padding-right: 120px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-6 {
    padding-left: 96px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-6 {
    padding-right: 96px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-6 {
    padding-left: 144px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-6 {
    padding-right: 144px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-7 {
    padding-left: 112px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-7 {
    padding-right: 112px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-7 {
    padding-left: 168px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-7 {
    padding-right: 168px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-8 {
    padding-left: 128px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-8 {
    padding-right: 128px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-8 {
    padding-left: 192px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-8 {
    padding-right: 192px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-9 {
    padding-left: 144px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-9 {
    padding-right: 144px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-9 {
    padding-left: 216px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-9 {
    padding-right: 216px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-10 {
    padding-left: 160px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-10 {
    padding-right: 160px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-10 {
    padding-left: 240px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-10 {
    padding-right: 240px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-11 {
    padding-left: 176px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-11 {
    padding-right: 176px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-11 {
    padding-left: 264px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-11 {
    padding-right: 264px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-12 {
    padding-left: 192px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-12 {
    padding-right: 192px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-12 {
    padding-left: 288px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-12 {
    padding-right: 288px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-13 {
    padding-left: 208px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-13 {
    padding-right: 208px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-13 {
    padding-left: 312px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-13 {
    padding-right: 312px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-14 {
    padding-left: 224px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-14 {
    padding-right: 224px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-14 {
    padding-left: 336px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-14 {
    padding-right: 336px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-15 {
    padding-left: 240px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-15 {
    padding-right: 240px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-15 {
    padding-left: 360px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-15 {
    padding-right: 360px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-16 {
    padding-left: 256px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-16 {
    padding-right: 256px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-16 {
    padding-left: 384px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-16 {
    padding-right: 384px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-17 {
    padding-left: 272px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-17 {
    padding-right: 272px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-17 {
    padding-left: 408px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-17 {
    padding-right: 408px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-18 {
    padding-left: 288px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-18 {
    padding-right: 288px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-18 {
    padding-left: 432px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-18 {
    padding-right: 432px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-19 {
    padding-left: 304px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-19 {
    padding-right: 304px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-19 {
    padding-left: 456px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-19 {
    padding-right: 456px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-20 {
    padding-left: 320px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-20 {
    padding-right: 320px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-20 {
    padding-left: 480px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-20 {
    padding-right: 480px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-21 {
    padding-left: 336px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-21 {
    padding-right: 336px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-21 {
    padding-left: 504px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-21 {
    padding-right: 504px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-22 {
    padding-left: 352px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-22 {
    padding-right: 352px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-22 {
    padding-left: 528px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-22 {
    padding-right: 528px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-23 {
    padding-left: 368px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-23 {
    padding-right: 368px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-23 {
    padding-left: 552px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-23 {
    padding-right: 552px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-24 {
    padding-left: 384px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-24 {
    padding-right: 384px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-24 {
    padding-left: 576px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-24 {
    padding-right: 576px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-25 {
    padding-left: 400px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-25 {
    padding-right: 400px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-25 {
    padding-left: 600px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-25 {
    padding-right: 600px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-26 {
    padding-left: 416px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-26 {
    padding-right: 416px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-26 {
    padding-left: 624px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-26 {
    padding-right: 624px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-27 {
    padding-left: 432px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-27 {
    padding-right: 432px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-27 {
    padding-left: 648px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-27 {
    padding-right: 648px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-28 {
    padding-left: 448px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-28 {
    padding-right: 448px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-28 {
    padding-left: 672px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-28 {
    padding-right: 672px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-29 {
    padding-left: 464px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-29 {
    padding-right: 464px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-29 {
    padding-left: 696px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-29 {
    padding-right: 696px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-30 {
    padding-left: 480px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-30 {
    padding-right: 480px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-30 {
    padding-left: 720px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-30 {
    padding-right: 720px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-31 {
    padding-left: 496px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-31 {
    padding-right: 496px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-31 {
    padding-left: 744px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-31 {
    padding-right: 744px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-32 {
    padding-left: 512px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-32 {
    padding-right: 512px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-32 {
    padding-left: 768px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-32 {
    padding-right: 768px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-33 {
    padding-left: 528px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-33 {
    padding-right: 528px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-33 {
    padding-left: 792px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-33 {
    padding-right: 792px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-34 {
    padding-left: 544px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-34 {
    padding-right: 544px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-34 {
    padding-left: 816px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-34 {
    padding-right: 816px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-35 {
    padding-left: 560px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-35 {
    padding-right: 560px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-35 {
    padding-left: 840px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-35 {
    padding-right: 840px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-36 {
    padding-left: 576px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-36 {
    padding-right: 576px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-36 {
    padding-left: 864px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-36 {
    padding-right: 864px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-37 {
    padding-left: 592px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-37 {
    padding-right: 592px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-37 {
    padding-left: 888px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-37 {
    padding-right: 888px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-38 {
    padding-left: 608px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-38 {
    padding-right: 608px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-38 {
    padding-left: 912px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-38 {
    padding-right: 912px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-39 {
    padding-left: 624px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-39 {
    padding-right: 624px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-39 {
    padding-left: 936px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-39 {
    padding-right: 936px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-40 {
    padding-left: 640px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-40 {
    padding-right: 640px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-40 {
    padding-left: 960px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-40 {
    padding-right: 960px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-41 {
    padding-left: 656px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-41 {
    padding-right: 656px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-41 {
    padding-left: 984px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-41 {
    padding-right: 984px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-42 {
    padding-left: 672px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-42 {
    padding-right: 672px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-42 {
    padding-left: 1008px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-42 {
    padding-right: 1008px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-43 {
    padding-left: 688px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-43 {
    padding-right: 688px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-43 {
    padding-left: 1032px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-43 {
    padding-right: 1032px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-44 {
    padding-left: 704px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-44 {
    padding-right: 704px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-44 {
    padding-left: 1056px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-44 {
    padding-right: 1056px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-45 {
    padding-left: 720px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-45 {
    padding-right: 720px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-45 {
    padding-left: 1080px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-45 {
    padding-right: 1080px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-46 {
    padding-left: 736px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-46 {
    padding-right: 736px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-46 {
    padding-left: 1104px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-46 {
    padding-right: 1104px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-47 {
    padding-left: 752px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-47 {
    padding-right: 752px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-47 {
    padding-left: 1128px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-47 {
    padding-right: 1128px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-48 {
    padding-left: 768px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-48 {
    padding-right: 768px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-48 {
    padding-left: 1152px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-48 {
    padding-right: 1152px; }
  .ag-theme-fresh .ag-ltr .ag-toolpanel-indent-49 {
    padding-left: 784px; }
  .ag-theme-fresh .ag-rtl .ag-toolpanel-indent-49 {
    padding-right: 784px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-indent-49 {
    padding-left: 1176px; }
  .ag-theme-fresh .ag-rtl .ag-row-group-indent-49 {
    padding-right: 1176px; }
  .ag-theme-fresh .ag-ltr .ag-row-group-leaf-indent {
    margin-left: 24px; }
  .ag-theme-fresh .ag-ltr .ag-cell {
    border-right: 1px dotted silver; }
  .ag-theme-fresh .ag-ltr .ag-row.ag-cell-first-right-pinned, .ag-theme-fresh .ag-ltr .ag-cell:not(.ag-cell-focus).ag-cell-first-right-pinned {
    border-left: 1px solid darkgrey; }
  .ag-theme-fresh .ag-ltr .ag-row.ag-cell-last-left-pinned, .ag-theme-fresh .ag-ltr .ag-cell:not(.ag-cell-focus).ag-cell-last-left-pinned {
    border-right: 1px solid darkgrey; }
  .ag-theme-fresh .ag-rtl .ag-row-group-leaf-indent {
    margin-right: 24px; }
  .ag-theme-fresh .ag-rtl .ag-cell {
    border-left: 1px dotted silver; }
  .ag-theme-fresh .ag-rtl .ag-row.ag-cell-first-right-pinned, .ag-theme-fresh .ag-rtl .ag-cell:not(.ag-cell-focus).ag-cell-first-right-pinned {
    border-left: 1px solid darkgrey; }
  .ag-theme-fresh .ag-rtl .ag-row.ag-cell-last-left-pinned, .ag-theme-fresh .ag-rtl .ag-cell:not(.ag-cell-focus).ag-cell-last-left-pinned {
    border-right: 1px solid darkgrey; }
  .ag-theme-fresh .ag-value-change-delta {
    padding-right: 2px; }
  .ag-theme-fresh .ag-value-change-delta-up {
    color: darkgreen; }
  .ag-theme-fresh .ag-value-change-delta-down {
    color: darkred; }
  .ag-theme-fresh .ag-value-change-value {
    background-color: transparent;
    border-radius: 1px;
    padding-left: 1px;
    padding-right: 1px;
    transition: background-color 1s; }
  .ag-theme-fresh .ag-value-change-value-highlight {
    background-color: #cec;
    transition: background-color 0.1s; }
  .ag-theme-fresh .ag-header {
    background-color: transparent;
    background-image: linear-gradient(white, lightgrey);
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    font-family: "Helvetica Neue", sans-serif;
    border-bottom: 1px solid darkgrey; }
  .ag-theme-fresh .ag-pinned-right-header {
    border-left: 1px solid darkgrey; }
  .ag-theme-fresh .ag-pinned-left-header {
    border-right: 1px solid darkgrey; }
  .ag-theme-fresh .ag-header-row {
    border: none; }
  .ag-theme-fresh .ag-row {
    border-style: solid;
    border-color: darkgrey;
    border-width: 0; }
  .ag-theme-fresh .ag-row:not(.ag-row-first) {
      border-width: 0 0 0; }
  .ag-theme-fresh .ag-row.ag-row-last {
      border-bottom-width: 0; }
  .ag-theme-fresh .ag-row-odd {
    background-color: #f6f6f6; }
  .ag-theme-fresh .ag-row-even {
    background-color: white; }
  .ag-theme-fresh .ag-horizontal-left-spacer {
    border-right: 1px solid darkgrey; }
  .ag-theme-fresh .ag-horizontal-left-spacer.ag-scroller-corner {
      border-right: none; }
  .ag-theme-fresh .ag-horizontal-right-spacer {
    border-left: 1px solid darkgrey; }
  .ag-theme-fresh .ag-horizontal-right-spacer.ag-scroller-corner {
      border-left: none; }
  .ag-theme-fresh .ag-row-hover {
    background-color: ""; }
  .ag-theme-fresh .ag-numeric-cell {
    text-align: right; }
  .ag-theme-fresh .ag-header-cell-label {
    display: flex;
    height: 100%; }
  .ag-theme-fresh .ag-header-cell-label > span {
      float: left; }
  .ag-theme-fresh .ag-header-cell-label .ag-header-icon {
      background-position-y: 10px;
      background-size: 14px 14px;
      height: 100%;
      margin: 0;
      margin-left: 4px;
      opacity: 1; }
  .ag-theme-fresh .ag-header-cell-label .ag-header-cell-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .ag-theme-fresh .ag-numeric-header .ag-header-cell-label {
    flex-direction: row-reverse;
    float: right; }
  .ag-theme-fresh .ag-numeric-header .ag-header-cell-label > span {
      float: right; }
  .ag-theme-fresh .ag-numeric-header .ag-header-cell-menu-button {
    float: left; }
  .ag-theme-fresh .ag-header-group-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ag-theme-fresh .ag-header-cell,
  .ag-theme-fresh .ag-header-group-cell {
    border-style: solid;
    border-color: darkgrey;
    line-height: 25px;
    padding-left: 12px;
    padding-right: 12px;
    border-width: 0; }
  .ag-theme-fresh .ag-header-cell.ag-header-cell-moving,
    .ag-theme-fresh .ag-header-group-cell.ag-header-cell-moving {
      background-color: #bebebe; }
  .ag-theme-fresh .ag-header-cell:not(.ag-header-group-cell-no-group),
    .ag-theme-fresh .ag-header-group-cell:not(.ag-header-group-cell-no-group) {
      border-top-width: 1px; }
  .ag-theme-fresh .ag-header-row:first-child .ag-header-cell, .ag-theme-fresh .ag-header-row:first-child .ag-header-group-cell {
    border-top-width: 0; }
  .ag-theme-fresh .ag-cell {
    line-height: 23px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid transparent;
    padding-left: 11px;
    padding-right: 11px; }
  .ag-theme-fresh .ag-row-drag {
    float: left;
    height: 100%;
    width: 24px;
    cursor: -webkit-grab;
    cursor: grab; }
  .ag-theme-fresh .ag-row-drag .ag-icon-row-drag {
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMiAxaDJ2Mkgyem0zIDBoMnYySDV6bTMgMGgydjJIOHoiLz48cGF0aCBkPSJNOCAxaDJ2Mkg4ek0yIDRoMnYySDJ6bTMgMGgydjJINXptMyAwaDJ2Mkg4ek0yIDdoMnYySDJ6bTMgMGgydjJINXptMyAwaDJ2Mkg4em0tNiAzaDJ2Mkgyem0zIDBoMnYySDV6bTMgMGgydjJIOHoiLz48L2c+PC9zdmc+);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 12px;
      height: 12px;
      opacity: 1;
      width: 12px;
      background-position-x: left;
      background-position-y: 4px; }
  .ag-theme-fresh .ag-row-dragging, .ag-theme-fresh .ag-row-dragging .ag-row-drag {
    cursor: move; }
  .ag-theme-fresh .ag-rtl .ag-row-drag {
    float: right; }
  .ag-theme-fresh .ag-rtl .ag-row-drag .ag-icon-row-drag {
      background-position-x: right; }
  .ag-theme-fresh .ag-column-drag {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMiAxaDJ2Mkgyem0zIDBoMnYySDV6bTMgMGgydjJIOHoiLz48cGF0aCBkPSJNOCAxaDJ2Mkg4ek0yIDRoMnYySDJ6bTMgMGgydjJINXptMyAwaDJ2Mkg4ek0yIDdoMnYySDJ6bTMgMGgydjJINXptMyAwaDJ2Mkg4em0tNiAzaDJ2Mkgyem0zIDBoMnYySDV6bTMgMGgydjJIOHoiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    background-position-x: left;
    background-position-y: 4px !important;
    height: 100%;
    min-width: 16px;
    cursor: -webkit-grab;
    cursor: grab; }
  .ag-theme-fresh .ag-row-dragging {
    opacity: 0.5;
    z-index: 10000; }
  .ag-theme-fresh .ag-ltr .ag-has-focus .ag-cell-focus, .ag-theme-fresh .ag-rtl .ag-has-focus .ag-cell-focus {
    border: 1px solid black;
    outline: initial; }
  .ag-theme-fresh .ag-header-cell-resize {
    width: 8px; }
  .ag-theme-fresh .ag-icon-aggregation {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNSAyLjVoLTZsMiAzLjUtMiAzLjVoNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMzMzMiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-arrows {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzMzMyI+PHBhdGggZD0iTTE2IDZsLTEuNDEgMS40MUwxNi4xNyA5SDR2MmgxMi4xN2wtMS41OCAxLjU5TDE2IDE0bDQtNHoiLz48cGF0aCBkPSJNNCA2bDEuNDEgMS40MUwzLjgzIDlIMTZ2MkgzLjgzbDEuNTggMS41OUw0IDE0bC00LTR6Ii8+PHBhdGggZD0iTTYgMTZsMS40MS0xLjQxTDkgMTYuMTdWNGgydjEyLjE3bDEuNTktMS41OEwxNCAxNmwtNCA0eiIvPjxwYXRoIGQ9Ik0xNCA0bC0xLjQxIDEuNDFMMTEgMy44M1YxNkg5VjMuODNMNy40MSA1LjQxIDYgNGw0LTR6Ii8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-asc {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA1LjJWMy40OTNoLTZ2Nkg0LjdWNS4yaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNNS41IDMuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNS45OTMgNi40OTMpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNOC40OTMgNC43di0uNzA3aC01djVINC4yVjQuN2g0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-checkbox-checked-readonly {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzMzMyIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-checkbox-checked {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzMzMyIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-checkbox-indeterminate-readonly {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzMzMyIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTQgNWg0djJINHoiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-checkbox-indeterminate {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzMzMyIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTQgNWg0djJINHoiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-checkbox-unchecked-readonly {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzMzMyIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-checkbox-unchecked {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzMzMyIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-column {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptMCAzaDR2N0gxeiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-columns {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptNiAwaDR2Mkg3ek0xIDVoNHYySDF6bTYgMGg0djJIN3pNMSA5aDR2Mkgxem02IDBoNHYySDd6IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-contracted {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzMzMyIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTkgNXYySDNWNXoiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-copy {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMzMzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjUgNC41aDV2NWgtNXoiLz48cGF0aCBkPSJNNy41IDIuNWgtNXY1aDJ2Mmg1di01aC0ydi0yeiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-cut {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMzMzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zIDMuMTJjLjY2Ny4wNzggMyAxLjc0NSA3IDUtLjMyNi4yMDQtLjY1OS4yMDQtMSAwLS4zNDEtLjIwNi0xLjY3NC0xLjIwNi00LTMgMCAuNjY2LS42NjcuNjY2LTIgMC0yLTEtMS0yLjEyIDAtMnoiLz48cGF0aCBkPSJNMyA4LjI2NGMuNjY3LS4wOCAzLTEuNzQ2IDctNS0uMzI2LS4yMDUtLjY1OS0uMjA1LTEgMC0uMzQxLjIwNC0xLjY3NCAxLjIwNC00IDMgMC0uNjY3LS42NjctLjY2Ny0yIDAtMiAxLTEgMi4xMTkgMCAyeiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-desc {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAyaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA2LjFWNC4zOTNoLTZ2Nkg0LjdWNi4xaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNNS41IDIuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1Ljk5MyA3LjM5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMzMzMiIGQ9Ik04LjQ5MyA1LjZ2LS43MDdoLTV2NUg0LjJWNS42aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-expanded {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzMzMyIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTUgM2gydjZINXoiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNOSA1djJIM1Y1eiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-eye-slash {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wMDEgMy45MDhMMyA0YTMgMyAwIDEgMCA1Ljk5OS0uMDkyQTUuMjQ4IDUuMjQ4IDAgMCAwIDYgM2MtMS4xIDAtMi4xLjMwMy0yLjk5OS45MDh6IiBmaWxsPSIjMzMzIi8+PHBhdGggZD0iTTQgNC41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTIgMy0zIDUtM3MzLjY2NyAxIDUgM0M5LjY2NyA4IDggOSA2IDlTMi4zMzMgOCAxIDZ6IiBzdHJva2U9IiMzMzMiLz48cGF0aCBkPSJNNC4wMDQgMi44MzVsNC45OTIgNi4zMyIgc3Ryb2tlPSIjMzMzIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTMuMDA0IDIuODM1bDQuOTkyIDYuMzMiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-eye {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wMDEgMy45MDhMMyA0YTMgMyAwIDEgMCA1Ljk5OS0uMDkyQTUuMjQ4IDUuMjQ4IDAgMCAwIDYgM2MtMS4xIDAtMi4xLjMwMy0yLjk5OS45MDh6IiBmaWxsPSIjMzMzIi8+PHBhdGggZD0iTTQgNC41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTIgMy0zIDUtM3MzLjY2NyAxIDUgM0M5LjY2NyA4IDggOSA2IDlTMi4zMzMgOCAxIDZ6IiBzdHJva2U9IiMzMzMiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-filter {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMmgxMEw3IDZ2NUw1IDlWNkwxIDJ6bTQgNHYxaDJWNkg1eiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-group {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBzdHJva2U9IiMzMzMiIGQ9Ik03LjUgMS41aDN2MmgtM3ptMCA0aDN2MmgtM3ptMCA0aDN2MmgtM3oiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMiAzaDF2OEgyem0xIDNoNHYxSDN6bTItNGgzdjFINXoiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMiAxMGg1djFIMnoiLz48cGF0aCBzdHJva2U9IiMzMzMiIGQ9Ik0xLjUgMS41aDN2MmgtM3oiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-indeterminate {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wNTYgNC41ODFhMy4wMDEgMy4wMDEgMCAwIDAgNS44ODggMEM4LjA1OSA0LjE5NCA3LjA3OCA0IDYgNGMtMS4wNzggMC0yLjA2LjE5NC0yLjk0NC41ODF6IiBmaWxsPSIjMzMzIi8+PHBhdGggZD0iTTQgNS41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTEuMzMzIDMtMiA1LTJzMy42NjcuNjY3IDUgMkM5LjY2NyA3LjMzMyA4IDggNiA4cy0zLjY2Ny0uNjY3LTUtMnoiIHN0cm9rZT0iIzMzMyIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-left {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNS41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTcuOTkzIDQuN1YyLjk5M2gtNnY2SDMuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDYuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTYgMmgxdjhINnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDQuOTkzIDUuOTkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTcuNDkzIDQuMnYtLjcwN2gtNXY1SDMuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-loading {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAxaDJ2M0g1eiIvPjxwYXRoIGlkPSJiIiBkPSJNNSA4aDJ2M0g1eiIvPjxwYXRoIGlkPSJjIiBkPSJNMSA1aDN2MkgxeiIvPjxwYXRoIGlkPSJkIiBkPSJNOCA1aDN2Mkg4eiIvPjxwYXRoIGlkPSJlIiBkPSJNNCAwaDJ2M0g0eiIvPjxwYXRoIGlkPSJmIiBkPSJNNCA3aDJ2M0g0eiIvPjxwYXRoIGlkPSJnIiBkPSJNMCA0aDN2MkgweiIvPjxwYXRoIGlkPSJoIiBkPSJNNyA0aDN2Mkg3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik01LjUgMS41aDF2MmgtMXoiLz48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNS41IDguNWgxdjJoLTF6Ii8+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYyIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTEuNSA1LjVoMnYxaC0yeiIvPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2QiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik04LjUgNS41aDJ2MWgtMnoiLz48ZyBvcGFjaXR5PSIuNzE0Ij48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2UiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik00LjUuNWgxdjJoLTF6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZiIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTQuNSA3LjVoMXYyaC0xeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2ciLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik0uNSA0LjVoMnYxaC0yeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2giLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik03LjUgNC41aDJ2MWgtMnoiLz48L2c+PC9nPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-menu {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWgxMHYySDF6bTAgNGgxMHYySDF6bTAgNGgxMHYySDF6IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-minus {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4djJIMnoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-none {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2Nkg1eiIvPjxwYXRoIGQ9Ik04LjE0NiA4LjE4MlY2LjQ3NWgtNXY1aDEuNzA4VjguMTgyaDMuMjkyeiIgaWQ9ImIiLz48cGF0aCBkPSJNOC41IDIuOTE0VjEuMjA3aC01djVoMS43MDdWMi45MTRIOC41eiIgaWQ9ImMiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNNS41IDMuNWgxdjVoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1LjY0NiA4LjQ3NSkiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMzMzMiIGQ9Ik03LjY0NiA3LjY4MnYtLjcwN2gtNHY0aC43MDhWNy42ODJoMy4yOTJ6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDYgMy43MDcpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNOCAyLjQxNHYtLjcwN0g0djRoLjcwN1YyLjQxNEg4eiIvPjwvZz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-not-allowed {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMzMzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI0Ii8+PHBhdGggZD0iTTguNSAzLjVMMy40MDEgOC41OTkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-paste {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMzMzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjUgMi41aDd2N2gtN3oiLz48cGF0aCBkPSJNNi41IDEuNWgtMXYyaC0xdjFoM3YtMWgtMXYtMnoiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-pin {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMyAyaDZ2MUg4djRsMiAxSDdsLTEgMy0xLTNIMmwyLTFWM0gzeiIvPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjUiIGZpbGw9IiNGRkYiIGQ9Ik01IDNoMXY0SDV6Ii8+PHBhdGggZmlsbC1vcGFjaXR5PSIuMjgiIGZpbGw9IiNGRkYiIGQ9Ik00IDNoMXYzSDR6Ii8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-pivot {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMzMzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiByeD0iMSIvPjxwYXRoIGQ9Ik0xMC41IDMuNWgtOW0yLTJ2OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik03LjUgNi41bDEtMSAxIDFtLTMgMWwtMSAxIDEgMSIvPjxwYXRoIGQ9Ik04LjUgNS41djNoLTMiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-plus {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNSAyaDJ2OEg1eiIvPjxwYXRoIGQ9Ik0yIDVoOHYySDJ6Ii8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-right {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNC41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTkuOTkzIDQuN1YyLjk5M2gtNnY2SDUuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDUuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTUgMmgxdjhINXoiLz48L2c+PGcgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSByb3RhdGUoLTQ1IDAgMjIuODc0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTkuNDkzIDQuMnYtLjcwN2gtNXY1SDUuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-small-left {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNmw0LTR2OHoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-small-right {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMmw0IDQtNCA0eiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-small-up {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgN2w0LTQgNCA0eiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-small-down {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-tick {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNSA1LjVsMyAzIDYtNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMzMzMiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-cross {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMTBsOC04bTAgOEwyIDIiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-tree-open {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-tree-closed {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMmw0IDQtNCA0eiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-icon-tree-indeterminate {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4djJIMnoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-fresh .ag-header-cell-menu-button .ag-icon-menu {
    display: block;
    height: 25px; }
  .ag-theme-fresh .ag-icon-checkbox-checked:empty {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=); }
  .ag-theme-fresh .ag-menu {
    background: #f6f6f6;
    border-radius: 0;
    box-shadow: none;
    padding: 4px;
    padding: 0;
    z-index: 5; }
  .ag-theme-fresh .ag-menu .ag-menu-list {
      cursor: default;
      margin-bottom: 4px;
      margin-top: 4px;
      width: 100%; }
  .ag-theme-fresh .ag-menu .ag-menu-option {
      line-height: 16px;
      padding-left: 8px;
      padding-right: 8px; }
  .ag-theme-fresh .ag-menu .ag-menu-option > span {
        display: table-cell;
        vertical-align: middle; }
  .ag-theme-fresh .ag-menu .ag-menu-option-active {
      background-color: ""; }
  .ag-theme-fresh .ag-menu .ag-menu-option-disabled {
      opacity: 0.5; }
  .ag-theme-fresh .ag-menu .ag-menu-option-icon {
      padding-left: 4px;
      padding-right: 4px; }
  .ag-theme-fresh .ag-menu .ag-menu-option-icon span {
        height: 12px;
        line-height: 0;
        margin-top: 4px; }
  .ag-theme-fresh .ag-menu .ag-menu-option-shortcut {
      padding-left: 8px; }
  .ag-theme-fresh .ag-menu .ag-menu-separator {
      margin-left: -4px; }
  .ag-theme-fresh .ag-menu .ag-menu-separator > span {
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D'1'%20height%3D'8px'%20viewBox%3D'0%200%201%208px'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cline%20x1%3D'0'%20y1%3D'4px'%20x2%3D'1'%20y2%3D'4px'%20stroke-width%3D'1'%20stroke%3D'%23A9A9A9'%2F%3E%3C%2Fsvg%3E");
        height: 8px; }
  .ag-theme-fresh .ag-menu .ag-menu-option-popup-pointer {
      width: 20px; }
  .ag-theme-fresh.ag-dnd-ghost {
    background: #f6f6f6;
    border-radius: 0;
    box-shadow: none;
    padding: 4px;
    border: 1px solid darkgrey;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    font-family: "Helvetica Neue", sans-serif;
    height: 25px !important;
    line-height: 25px;
    margin: 0;
    padding: 0 8px;
    transform: translateY(8px);
    z-index: 10000; }
  .ag-theme-fresh.ag-dnd-ghost span,
    .ag-theme-fresh.ag-dnd-ghost div {
      float: left;
      height: 100%;
      margin: 0;
      padding: 0; }
  .ag-theme-fresh.ag-dnd-ghost .ag-dnd-ghost-icon {
      margin-right: 4px;
      opacity: 1; }
  .ag-theme-fresh .ag-tab-header {
    background: #f6f6f6;
    min-width: 220px;
    width: 100%; }
  .ag-theme-fresh .ag-tab-header .ag-tab {
      border-bottom: 2px solid transparent;
      height: 16px;
      text-align: center;
      vertical-align: middle; }
  .ag-theme-fresh .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-filter {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMmgxMEw3IDZ2NUw1IDlWNkwxIDJ6bTQgNHYxaDJWNkg1eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
        display: inline-block; }
  .ag-theme-fresh .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-columns {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptNiAwaDR2Mkg3ek0xIDVoNHYySDF6bTYgMGg0djJIN3pNMSA5aDR2Mkgxem02IDBoNHYySDd6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
        display: inline-block; }
  .ag-theme-fresh .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-menu {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWgxMHYySDF6bTAgNGgxMHYySDF6bTAgNGgxMHYySDF6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
        display: inline-block; }
  .ag-theme-fresh .ag-tab-body {
    padding: 4px 0; }
  .ag-theme-fresh .ag-tab-body .ag-filter-select {
      margin: 4px;
      width: calc(100% - 8px); }
  .ag-theme-fresh .ag-tab-body .ag-menu-list {
      margin-bottom: 0;
      margin-top: 0; }
  .ag-theme-fresh .ag-tab-body .ag-menu-list > div:first-child > span {
        padding-top: 0; }
  .ag-theme-fresh .ag-tab-body .ag-menu-list > div:last-child > span {
        padding-bottom: 0; }
  .ag-theme-fresh .ag-tab-body .ag-menu-list > div:last-child > .ag-menu-option-popup-pointer {
        background-position-y: 0; }
  .ag-theme-fresh .ag-filter-select {
    margin: 4px;
    width: calc(100% - 8px); }
  .ag-theme-fresh .ag-filter input[type="radio"] {
    margin: 0 3px 0 6px;
    width: 12px;
    height: 17px;
    vertical-align: top; }
  .ag-theme-fresh .ag-filter input[type="text"],
  .ag-theme-fresh .ag-filter input[type="date"] {
    padding-left: 4px; }
  .ag-theme-fresh .ag-filter input[type="text"]:disabled,
    .ag-theme-fresh .ag-filter input[type="date"]:disabled {
      color: rgba(0, 0, 0, 0.5);
      background-color: #ebebeb; }
  .ag-theme-fresh .ag-filter label {
    display: block;
    padding-left: 4px; }
  .ag-theme-fresh .ag-filter .ag-set-filter-list {
    height: 130px;
    padding-top: 4px; }
  .ag-theme-fresh .ag-filter .ag-filter-header-container {
    height: 20px; }
  .ag-theme-fresh .ag-filter .ag-filter-header-container:nth-child(2) {
    border-bottom: 1px solid darkgrey; }
  .ag-theme-fresh .ag-filter .ag-filter-checkbox {
    float: left;
    height: 20px;
    margin-right: 4px;
    padding-top: 2px; }
  .ag-theme-fresh .ag-filter .ag-filter-value {
    height: 20px;
    line-height: 14px; }
  .ag-theme-fresh .ag-filter .ag-filter-apply-panel {
    display: flex;
    justify-content: flex-end;
    padding: 4px;
    padding-top: 8px; }
  .ag-theme-fresh .ag-filter .ag-filter-apply-panel button + button {
      margin-left: 8px; }
  .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column-group,
  .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column {
    height: 16px;
    line-height: 16px;
    margin-left: 0; }
  .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column-group span,
    .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column span {
      float: left;
      height: 100%; }
  .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-indent,
    .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-indent {
      width: 8px; }
  .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
    .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
    .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
    .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-fresh .ag-column-select-panel .ag-primary-cols-list-panel {
    padding-top: 4px; }
  .ag-theme-fresh .ag-column-select-panel .ag-primary-cols-list-panel > div {
      cursor: pointer; }
  .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
    margin-left: 20px; }
  .ag-theme-fresh .ag-filter-filter {
    margin-bottom: 4px; }
  .ag-theme-fresh .ag-primary-cols-header-panel {
    border-bottom: 1px solid darkgrey;
    height: 25px;
    padding-top: 4px; }
  .ag-theme-fresh .ag-primary-cols-header-panel > div {
      cursor: pointer;
      margin: 0 4px;
      padding-top: 2px; }
  .ag-theme-fresh .ag-primary-cols-header-panel .ag-filter-body {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-fresh .ag-group-child-count::before {
    content: " "; }
  .ag-theme-fresh .ag-tool-panel-wrapper {
    border-right: 0; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-filter-panel {
      width: 100%; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance {
        color: #333333;
        font-weight: 600;
        flex: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        display: flex;
        flex-flow: column nowrap; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header {
          padding: 5px 0 5px 5px; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header > div {
            margin: auto 0; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-body-wrapper {
        padding-top: 5px; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-air {
        border: 1px solid darkgrey;
        border-left: 0;
        border-right: 0;
        padding: 4px 0; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-pivot-mode-panel {
      border-bottom: 1px solid darkgrey;
      height: 25px;
      line-height: 25px; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
        float: left;
        height: 100%; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
        margin-left: 4px; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select .ag-checkbox-label {
          margin-left: 4px; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-column-select-panel {
      border-bottom: 1px solid darkgrey;
      padding-bottom: 3px;
      padding-top: 0; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-column-drop {
      border-bottom: 1px solid darkgrey;
      clear: both;
      overflow: auto;
      padding: 4px 0;
      padding-bottom: 8px; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
        float: left;
        height: 20px;
        margin: 0 4px; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
        clear: right;
        float: left;
        height: 20px;
        line-height: 20px;
        width: calc(100% - 20px); }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
        clear: both;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 400;
        font-size: 14px;
        font-family: "Helvetica Neue", sans-serif;
        line-height: 8px;
        padding-left: 16px;
        padding-right: 4px; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-column-drop:last-child {
        border-bottom: 0; }
  .ag-theme-fresh .ag-filter-icon:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMmgxMEw3IDZ2NUw1IDlWNkwxIDJ6bTQgNHYxaDJWNkg1eiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-fresh .ag-sort-ascending-icon:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA1LjJWMy40OTNoLTZ2Nkg0LjdWNS4yaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNNS41IDMuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNS45OTMgNi40OTMpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNOC40OTMgNC43di0uNzA3aC01djVINC4yVjQuN2g0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-fresh .ag-sort-descending-icon:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAyaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA2LjFWNC4zOTNoLTZ2Nkg0LjdWNi4xaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNNS41IDIuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1Ljk5MyA3LjM5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMzMzMiIGQ9Ik04LjQ5MyA1LjZ2LS43MDdoLTV2NUg0LjJWNS42aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-fresh .ag-sort-none-icon:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2Nkg1eiIvPjxwYXRoIGQ9Ik04LjE0NiA4LjE4MlY2LjQ3NWgtNXY1aDEuNzA4VjguMTgyaDMuMjkyeiIgaWQ9ImIiLz48cGF0aCBkPSJNOC41IDIuOTE0VjEuMjA3aC01djVoMS43MDdWMi45MTRIOC41eiIgaWQ9ImMiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNNS41IDMuNWgxdjVoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1LjY0NiA4LjQ3NSkiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMzMzMiIGQ9Ik03LjY0NiA3LjY4MnYtLjcwN2gtNHY0aC43MDhWNy42ODJoMy4yOTJ6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDYgMy43MDcpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNOCAyLjQxNHYtLjcwN0g0djRoLjcwN1YyLjQxNEg4eiIvPjwvZz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-fresh .ag-numeric-header .ag-header-cell-label .ag-header-icon {
    margin-left: 0;
    margin-right: 4px; }
  .ag-theme-fresh .ag-paging-panel {
    align-items: center;
    border-top: 1px solid darkgrey;
    color: #333333;
    display: flex;
    height: 25px;
    justify-content: flex-end;
    padding: 0 12px; }
  .ag-theme-fresh .ag-paging-panel > span {
      margin-left: 16px; }
  .ag-theme-fresh .ag-row-selected {
    background-color: #bde2e5; }
  .ag-theme-fresh .ag-cell-range-selected:not(.ag-cell-focus) {
    background-color: rgba(120, 120, 120, 0.4); }
  .ag-theme-fresh .ag-cell-range-selected-1:not(.ag-cell-focus) {
    background-color: rgba(120, 120, 120, 0.4); }
  .ag-theme-fresh .ag-cell-range-selected-2:not(.ag-cell-focus) {
    background-color: rgba(80, 80, 80, 0.4); }
  .ag-theme-fresh .ag-cell-range-selected-3:not(.ag-cell-focus) {
    background-color: rgba(40, 40, 40, 0.4); }
  .ag-theme-fresh .ag-cell-range-selected-4:not(.ag-cell-focus) {
    background-color: rgba(0, 0, 0, 0.4); }
  .ag-theme-fresh .ag-cell-inline-editing {
    padding: 12px;
    height: 37px;
    z-index: 2; }
  .ag-theme-fresh .ag-cell-inline-editing, .ag-theme-fresh .ag-popup-editor {
    background: #f6f6f6;
    border-radius: 0;
    box-shadow: none;
    padding: 4px; }
  .ag-theme-fresh .ag-cell-inline-editing input[type="text"]:disabled,
    .ag-theme-fresh .ag-cell-inline-editing input[type="tel"]:disabled,
    .ag-theme-fresh .ag-cell-inline-editing input[type="date"]:disabled,
    .ag-theme-fresh .ag-cell-inline-editing input[type="datetime-local"]:disabled, .ag-theme-fresh .ag-popup-editor input[type="text"]:disabled,
    .ag-theme-fresh .ag-popup-editor input[type="tel"]:disabled,
    .ag-theme-fresh .ag-popup-editor input[type="date"]:disabled,
    .ag-theme-fresh .ag-popup-editor input[type="datetime-local"]:disabled {
      color: rgba(0, 0, 0, 0.5);
      background-color: #ebebeb; }
  .ag-theme-fresh .ag-cell-inline-editing select, .ag-theme-fresh .ag-popup-editor select {
      height: auto; }
  .ag-theme-fresh .ag-popup-editor {
    z-index: 1;
    padding: 0; }
  .ag-theme-fresh .ag-popup-editor .ag-large-textarea textarea {
      height: auto;
      padding: 12px; }
  .ag-theme-fresh .ag-popup-editor .ag-large-textarea textarea:disabled {
        color: rgba(0, 0, 0, 0.5);
        background-color: #ebebeb; }
  .ag-theme-fresh .ag-rich-select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position-x: calc(100% - 4px);
    background-position-y: 8px;
    background-repeat: no-repeat; }
  .ag-theme-fresh .ag-rich-select .ag-rich-select-list {
      height: 162.5px; }
  .ag-theme-fresh .ag-rich-select .ag-rich-select-value {
      height: 25px;
      line-height: 25px;
      padding-left: 12px; }
  .ag-theme-fresh .ag-rich-select .ag-virtual-list-item {
      cursor: default;
      height: 25px;
      line-height: 25px; }
  .ag-theme-fresh .ag-rich-select .ag-virtual-list-item:hover {
        background-color: ""; }
  .ag-theme-fresh .ag-rich-select .ag-rich-select-row {
      padding-left: 12px; }
  .ag-theme-fresh .ag-rich-select .ag-rich-select-row-selected {
      background-color: #bde2e5; }
  .ag-theme-fresh .ag-floating-filter-body {
    float: left;
    height: 100%;
    margin-right: 0;
    width: calc(100% - 20px); }
  .ag-theme-fresh .ag-floating-filter-body input:disabled {
      color: rgba(0, 0, 0, 0.5);
      background-color: #ebebeb; }
  .ag-theme-fresh .ag-floating-filter-full-body input:disabled {
    color: rgba(0, 0, 0, 0.5);
    background-color: #ebebeb; }
  .ag-theme-fresh .ag-floating-filter-button {
    float: right;
    line-height: 12px;
    margin-top: 10px; }
  .ag-theme-fresh .ag-floating-filter-button button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: transparent;
      border: 0;
      height: 12px;
      padding: 0;
      width: 12px; }
  .ag-theme-fresh .ag-cell-label-container {
    height: 100%; }
  .ag-theme-fresh .ag-tooltip {
    background-color: #535353;
    color: white;
    border-radius: 2px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #ebebeb;
    transition: opacity 1s; }
  .ag-theme-fresh .ag-tooltip.ag-tooltip-hiding {
      opacity: 0; }
  .ag-theme-fresh .ag-header-group-cell-label {
    height: 100%; }
  .ag-theme-fresh .ag-header-group-cell-label span {
      float: left;
      height: 100%; }
  .ag-theme-fresh .ag-header-select-all {
    height: 100%;
    margin-right: 12px; }
  .ag-theme-fresh .ag-header-select-all span {
      height: 100%; }
  .ag-theme-fresh .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
    float: left;
    width: calc(100% - 12px - 12px); }
  .ag-theme-fresh .ag-selection-checkbox ~ .ag-cell-value:not(:empty), .ag-theme-fresh .ag-selection-checkbox + .ag-group-value:not(:empty),
  .ag-theme-fresh .ag-group-checkbox:not(.ag-invisible) ~ .ag-cell-value:not(:empty),
  .ag-theme-fresh .ag-group-checkbox:not(.ag-invisible) + .ag-group-value:not(:empty),
  .ag-theme-fresh .ag-group-expanded:not(.ag-hidden) ~ .ag-cell-value:not(:empty),
  .ag-theme-fresh .ag-group-expanded:not(.ag-hidden) + .ag-group-value:not(:empty),
  .ag-theme-fresh .ag-group-contracted:not(.ag-hidden) ~ .ag-cell-value:not(:empty),
  .ag-theme-fresh .ag-group-contracted:not(.ag-hidden) + .ag-group-value:not(:empty) {
    display: inline-block;
    margin-left: 12px; }
  .ag-theme-fresh .ag-selection-checkbox ~ .ag-group-checkbox,
  .ag-theme-fresh .ag-group-checkbox:not(.ag-invisible) ~ .ag-group-checkbox,
  .ag-theme-fresh .ag-group-expanded:not(.ag-hidden) ~ .ag-group-checkbox,
  .ag-theme-fresh .ag-group-contracted:not(.ag-hidden) ~ .ag-group-checkbox {
    margin-left: 12px; }
  .ag-theme-fresh .ag-selection-checkbox span {
    position: relative;
    top: 2px; }
  .ag-theme-fresh .ag-group-expanded .ag-icon-contracted:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-fresh .ag-column-drop-horizontal {
    background-color: #f6f6f6;
    height: 25px;
    line-height: 16px;
    padding-left: 12px; }
  .ag-theme-fresh .ag-column-drop-horizontal.ag-width-half {
      margin-bottom: -5px; }
  .ag-theme-fresh .ag-column-drop-horizontal span {
      float: left;
      height: 100%; }
  .ag-theme-fresh .ag-column-drop-horizontal > div:first-child {
      float: left;
      height: 100%; }
  .ag-theme-fresh .ag-column-drop-horizontal .ag-icon-group,
    .ag-theme-fresh .ag-column-drop-horizontal .ag-icon-pivot {
      margin-right: 12px; }
  .ag-theme-fresh .ag-column-drop-horizontal .ag-right-arrow {
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNC41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTkuOTkzIDQuN1YyLjk5M2gtNnY2SDUuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDUuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTUgMmgxdjhINXoiLz48L2c+PGcgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSByb3RhdGUoLTQ1IDAgMjIuODc0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTkuNDkzIDQuMnYtLjcwN2gtNXY1SDUuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 12px;
      height: 12px;
      opacity: 1;
      width: 12px; }
  .ag-theme-fresh .ag-column-drop-horizontal .ag-left-arrow {
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNS41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTcuOTkzIDQuN1YyLjk5M2gtNnY2SDMuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDYuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTYgMmgxdjhINnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDQuOTkzIDUuOTkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTcuNDkzIDQuMnYtLjcwN2gtNXY1SDMuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 12px;
      height: 12px;
      opacity: 1;
      width: 12px; }
  .ag-theme-fresh .ag-column-drop-horizontal .ag-left-arrow,
    .ag-theme-fresh .ag-column-drop-horizontal .ag-right-arrow {
      overflow: hidden;
      text-indent: 100%;
      height: 100%;
      margin: 0 4px;
      opacity: 1; }
  .ag-theme-fresh .ag-column-drop-horizontal .ag-column-drop-empty-message {
      height: 100%;
      line-height: 25px;
      opacity: 0.5; }
  .ag-theme-fresh .ag-column-drop-cell {
    background: #ecf0f1;
    border-radius: 16px;
    height: 16px !important;
    margin-top: 4px;
    padding: 0 2px; }
  .ag-theme-fresh .ag-column-drop-cell .ag-column-drop-cell-text {
      height: 100%;
      line-height: 16px;
      margin: 0 4px; }
  .ag-theme-fresh .ag-column-drop-cell .ag-column-drop-cell-button {
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgOC4xNTRMOC4xNTQgOSA2IDYuODQ2IDMuODQ2IDkgMyA4LjE1NCA1LjE1NCA2IDMgMy44NDYgMy44NDYgMyA2IDUuMTU0IDguMTU0IDMgOSAzLjg0NiA2Ljg0NiA2eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 12px;
      height: 12px;
      opacity: 1;
      width: 12px;
      overflow: hidden;
      text-indent: 100%;
      min-width: 16px;
      height: 100%;
      margin: 0 2px;
      opacity: 1; }
  .ag-theme-fresh .ag-column-drop-cell .ag-column-drop-cell-button:hover {
        opacity: 1; }
  .ag-theme-fresh .ag-column-drop-cell .ag-column-drag {
      margin-left: 8px;
      margin-top: 2px;
      width: 12px; }
  .ag-theme-fresh .ag-select-agg-func-popup {
    background: #f6f6f6;
    border-radius: 0;
    box-shadow: none;
    padding: 4px;
    background: white;
    height: 70px;
    padding: 0; }
  .ag-theme-fresh .ag-select-agg-func-popup .ag-virtual-list-item {
      cursor: default;
      line-height: 20px;
      padding-left: 8px; }
  .ag-theme-fresh .ag-select-agg-func-popup .ag-virtual-list-item:hover {
      background-color: #bde2e5; }
  .ag-theme-fresh .ag-set-filter-list,
  .ag-theme-fresh .ag-menu-column-select-wrapper {
    width: auto; }
  .ag-theme-fresh .ag-column-drop-vertical > .ag-column-drop-cell {
    float: left;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-top: 0; }
  .ag-theme-fresh .ag-cell-data-changed {
    background-color: #cec !important; }
  .ag-theme-fresh .ag-cell-data-changed-animation {
    background-color: transparent;
    transition: background-color 1s; }
  .ag-theme-fresh .ag-row-stub {
    background-color: #f0f0f0; }
  .ag-theme-fresh .ag-stub-cell {
    padding-left: 12px;
    padding-top: 4px; }
  .ag-theme-fresh .ag-stub-cell .ag-loading-icon {
      float: left;
      height: 100%; }
  .ag-theme-fresh .ag-stub-cell .ag-loading-text {
      float: left;
      height: 100%;
      margin-left: 4px;
      margin-top: 4px; }
  .ag-theme-fresh .ag-floating-top {
    border-bottom: 1px solid darkgrey; }
  .ag-theme-fresh .ag-floating-bottom {
    border-top: 1px solid darkgrey; }
  .ag-theme-fresh .ag-floating-top, .ag-theme-fresh .ag-floating-bottom {
    background-color: #f0f0f0; }
  .ag-theme-fresh .ag-floating-top .ag-row, .ag-theme-fresh .ag-floating-bottom .ag-row {
      background-color: #f0f0f0; }
  .ag-theme-fresh .ag-rtl {
    text-align: right; }
  .ag-theme-fresh .ag-rtl .ag-numeric-cell {
      text-align: left; }
  .ag-theme-fresh .ag-rtl .ag-header-cell-menu-button {
      float: left; }
  .ag-theme-fresh .ag-rtl .ag-header-cell-label > span {
      float: right; }
  .ag-theme-fresh .ag-rtl .ag-header-cell-label .ag-header-icon {
      margin-top: 2px; }
  .ag-theme-fresh .ag-rtl .ag-numeric-header .ag-header-cell-menu-button {
      float: right; }
  .ag-theme-fresh .ag-rtl .ag-numeric-header .ag-header-cell-label {
      float: left; }
  .ag-theme-fresh .ag-rtl .ag-numeric-header .ag-header-cell-label > span {
        float: left; }
  .ag-theme-fresh .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
      float: right; }
  .ag-theme-fresh .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
      margin-right: 4px; }
  .ag-theme-fresh .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select .ag-checkbox-label {
        margin-right: 4px; }
  .ag-theme-fresh .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
      float: right; }
  .ag-theme-fresh .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
      clear: left;
      float: right; }
  .ag-theme-fresh .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
      padding-left: 4px;
      padding-right: 16px; }
  .ag-theme-fresh .ag-rtl .ag-filter-checkbox {
      float: right;
      margin-left: 4px; }
  .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group span,
    .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column span {
      float: right; }
  .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
    .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
    .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
    .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-fresh .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
      margin-left: 0;
      margin-right: 20px; }
  .ag-theme-fresh .ag-rtl .ag-icon-tree-closed {
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzMzMyIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTkgNXYySDNWNXoiLz48L2c+PC9zdmc+);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 12px;
      height: 12px;
      opacity: 1;
      width: 12px; }
  .ag-theme-fresh .ag-rtl .ag-header-group-cell-label {
      height: 100%; }
  .ag-theme-fresh .ag-rtl .ag-header-group-cell-label span {
        float: right;
        height: 100%; }
  .ag-theme-fresh .ag-rtl .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
      float: right; }
  .ag-theme-fresh .ag-rtl .ag-header-select-all {
      margin-left: 12px;
      margin-right: 0; }
  .ag-theme-fresh .ag-rtl .ag-selection-checkbox + .ag-cell-value:not(:empty), .ag-theme-fresh .ag-rtl .ag-selection-checkbox + .ag-group-value:not(:empty),
    .ag-theme-fresh .ag-rtl .ag-group-checkbox + .ag-cell-value:not(:empty),
    .ag-theme-fresh .ag-rtl .ag-group-checkbox + .ag-group-value:not(:empty),
    .ag-theme-fresh .ag-rtl .ag-group-expanded + .ag-cell-value:not(:empty),
    .ag-theme-fresh .ag-rtl .ag-group-expanded + .ag-group-value:not(:empty),
    .ag-theme-fresh .ag-rtl .ag-group-contracted + .ag-cell-value:not(:empty),
    .ag-theme-fresh .ag-rtl .ag-group-contracted + .ag-group-value:not(:empty) {
      display: inline-block;
      margin-right: 12px;
      margin-left: initial; }
  .ag-theme-fresh .ag-rtl .ag-selection-checkbox + .ag-group-checkbox,
    .ag-theme-fresh .ag-rtl .ag-group-checkbox + .ag-group-checkbox,
    .ag-theme-fresh .ag-rtl .ag-group-expanded + .ag-group-checkbox,
    .ag-theme-fresh .ag-rtl .ag-group-contracted + .ag-group-checkbox {
      margin-right: 12px;
      margin-left: initial; }
  .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal {
      padding-right: 12px; }
  .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal span {
        float: right; }
  .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal > div:first-child {
        float: right; }
  .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
      .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
        margin-left: 12px;
        margin-right: 0; }
  .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal .ag-right-arrow {
        background-color: transparent;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNC41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTkuOTkzIDQuN1YyLjk5M2gtNnY2SDUuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDUuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTUgMmgxdjhINXoiLz48L2c+PGcgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSByb3RhdGUoLTQ1IDAgMjIuODc0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTkuNDkzIDQuMnYtLjcwN2gtNXY1SDUuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        height: 12px;
        opacity: 1;
        width: 12px;
        height: 100%; }
  .ag-theme-fresh .ag-rtl .ag-column-drop-horizontal .ag-left-arrow {
        background-color: transparent;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNS41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTcuOTkzIDQuN1YyLjk5M2gtNnY2SDMuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDYuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTYgMmgxdjhINnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDQuOTkzIDUuOTkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTcuNDkzIDQuMnYtLjcwN2gtNXY1SDMuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        height: 12px;
        opacity: 1;
        width: 12px;
        height: 100%; }
  .ag-theme-fresh .ag-rtl .ag-floating-filter-body {
      float: right;
      margin-left: 0; }
  .ag-theme-fresh .ag-rtl .ag-floating-filter-button {
      float: left; }
  .ag-theme-fresh .ag-rtl .ag-header .ag-header-cell-resize::after {
      border-left: 1px solid darkgrey;
      border-right: 0; }
  .ag-theme-fresh .ag-rtl .ag-column-drag {
      background-position-x: right; }
  .ag-theme-fresh .ag-status-bar {
    background: white;
    border: 1px solid darkgrey;
    border-top: 0;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 14px;
    font-family: "Helvetica Neue", sans-serif;
    padding-right: 16px;
    padding-left: 16px; }
  .ag-theme-fresh .ag-name-value-value {
    color: black; }
  .ag-theme-fresh .ag-status-bar-center {
    text-align: center; }
  .ag-theme-fresh .ag-name-value {
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .ag-theme-fresh .ag-details-row {
    padding: 20px; }
  .ag-theme-fresh .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-fresh .ag-overlay-loading-center {
    background: #f6f6f6;
    border-radius: 0;
    box-shadow: none;
    padding: 4px; }
  .ag-theme-fresh .ag-side-bar {
    background-color: #f6f6f6;
    border-right: 1px solid darkgrey;
    border-top: 1px solid darkgrey;
    position: relative; }
  .ag-theme-fresh .ag-side-bar .ag-side-buttons {
      padding-top: 16px;
      background: white;
      border-bottom: 1px solid darkgrey;
      position: relative; }
  .ag-theme-fresh .ag-side-bar .ag-side-buttons .ag-side-button button {
        background: transparent;
        border: 0;
        color: black;
        padding: 8px 0 8px 0;
        width: 100%;
        margin: 0;
        min-height: 72px;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: transparent;
        background-position-y: 4px;
        background-position-x: center;
        background-repeat: no-repeat; }
  .ag-theme-fresh .ag-side-bar .ag-side-buttons .ag-selected button {
        background-color: #f6f6f6;
        margin-left: -1px;
        padding-left: 1px;
        width: calc(100% + 1px);
        border-color: darkgrey; }
  .ag-theme-fresh .ag-side-bar .ag-panel-container {
      border-right: 1px solid darkgrey; }
  .ag-theme-fresh .ag-side-bar.full-width .ag-panel-container {
      border-right: 0; }
  .ag-theme-fresh .ag-side-bar .ag-column-drop {
      min-height: 50px; }
  .ag-theme-fresh .ag-rtl .ag-side-bar .ag-panel-container {
    border-left: 1px solid darkgrey;
    border-right: 0; }
  .ag-theme-fresh .ag-rtl .ag-side-bar.full-width .ag-panel-container {
    border-left: 0; }
  .ag-theme-fresh .ag-primary-cols-filter {
    width: 100%; }
  .ag-theme-fresh .ag-primary-cols-filter:disabled {
      color: rgba(0, 0, 0, 0.5);
      background-color: #ebebeb; }
  .ag-theme-fresh .ag-primary-cols-filter-wrapper {
    margin-left: 4px;
    margin-right: 4px; }
  .ag-theme-fresh .sass-variables::after {
    content: '{ "autoSizePadding": "12px", "headerHeight": "25px", "groupPaddingSize": "24px", "footerPaddingAddition": "16px", "virtualItemHeight": "20px", "aggFuncPopupHeight": "70px", "checkboxIndentWidth": "16px", "leafNodePadding": "12px", "rowHeight": "25px", "gridSize": "4px", "iconSize": "12px" }';
    display: none; }
  .ag-theme-fresh .ag-tab-header {
    background-color: #e6e6e6; }
  .ag-theme-fresh .ag-faded {
    opacity: 0.3; }
  .ag-theme-fresh .ag-column-drop-horizontal.ag-column-drop {
    border: 1px solid darkgrey;
    border-bottom: 0; }
  .ag-theme-fresh .ag-column-drop-horizontal.ag-column-drop:last-child {
    border-left: 0; }
  .ag-theme-fresh .ag-header-cell-resize::after {
    height: 25px;
    margin-top: 0; }
  .ag-theme-fresh .ag-header-cell {
    border-right: 1px solid darkgrey; }
  .ag-theme-fresh .ag-header-group-cell {
    border-right: 1px solid darkgrey; }
  .ag-theme-fresh .ag-root {
    border: 1px solid darkgrey; }
  .ag-theme-fresh .ag-tool-panel-wrapper {
    border-right: 1px solid darkgrey; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
    line-height: 25px; }
  .ag-theme-fresh .ag-floating-filter-button {
    margin-top: 8px; }
  .ag-theme-fresh .ag-filter .ag-filter-apply-panel {
    border-top: 1px solid darkgrey;
    justify-content: flex-start; }
  .ag-theme-fresh .ag-cell-focus {
    border: 1px solid darkgrey; }
  .ag-theme-fresh .ag-menu .ag-menu-option-active {
    background-color: #bde2e5; }
  .ag-theme-fresh .ag-menu .ag-menu-option {
    line-height: 24px; }
  .ag-theme-fresh .ag-column-drop-cell {
    background: #ecf0f1;
    background-image: linear-gradient(white, lightgrey);
    border: 1px solid darkgrey;
    border-radius: 0;
    height: 18px !important; }
  .ag-theme-fresh .ag-column-drop-cell .ag-column-drop-cell-button {
      height: calc(100% - 4px);
      margin-bottom: 2px;
      margin-top: 2px; }
  .ag-theme-fresh .ag-column-drop-cell .ag-column-drop-cell-button:hover {
      border: 1px solid darkgrey; }
  .ag-theme-fresh .ag-cell-highlight {
    background-color: rgba(120, 120, 120, 0.4);
    border-bottom: 2px solid darkgreen; }
  .ag-theme-fresh .ag-cell-highlight-animation {
    transition: all 1s; }
  .ag-theme-fresh .ag-group-expanded .ag-icon-contracted:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzMzMyIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTkgNXYySDNWNXoiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-fresh .ag-rtl .ag-icon-tree-closed {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNmw0LTR2OHoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-fresh .ag-cell-inline-editing {
    height: 25px;
    padding: 0; }
  .ag-theme-fresh .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
    float: none; }
  .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column-group,
  .ag-theme-fresh .ag-column-select-panel .ag-column-tool-panel-column {
    height: 20px;
    line-height: 20px; }
  .ag-theme-fresh .ag-filter .ag-filter-header-container {
    height: 24px; }
  .ag-theme-fresh .ag-tab {
    box-sizing: initial; }
  .ag-theme-fresh .ag-filter .ag-filter-value {
    line-height: 16px; }
  .ag-theme-fresh .ag-selection-checkbox span {
    position: relative;
    top: 0; }
  .ag-theme-fresh .ag-rich-select-value {
    border-bottom: 1px solid darkgrey; }
  .ag-theme-fresh .ag-header-cell-moving .ag-header-cell-label {
    opacity: 0.5; }
  .ag-theme-fresh .ag-header-cell-moving {
    background-color: #bebebe; }
  .ag-theme-fresh .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-fresh .ag-overlay-loading-center {
    background-color: #fff;
    border: 1px solid darkgrey;
    border-radius: 10px;
    color: black;
    padding: 10px; }
  .ag-theme-fresh .ag-column-name-filter {
    height: 16px; }
  .ag-theme-fresh .ag-column-drop-cell .ag-column-drag {
    background-position-y: 0 !important; }


.ag-theme-bootstrap {
  background-color: white;
  color: black;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 14px; }
  .ag-theme-bootstrap .ag-body-viewport {
    background-color: #f6f6f6; }
  .ag-theme-bootstrap .ag-menu, .ag-theme-bootstrap .ag-theme-bootstrap.ag-dnd-ghost, .ag-theme-bootstrap .ag-cell-inline-editing, .ag-theme-bootstrap .ag-popup-editor, .ag-theme-bootstrap .ag-select-agg-func-popup, .ag-theme-bootstrap .ag-overlay-loading-center {
    background-color: #f6f6f6;
    border: 1px solid transparent; }
  .ag-theme-bootstrap .ag-tab-header .ag-tab {
    border: 1px solid transparent;
    border-bottom-width: 0;
    display: inline-block;
    margin: 4px;
    margin-bottom: 0;
    padding: 4px 8px; }
  .ag-theme-bootstrap .ag-tab-header .ag-tab.ag-tab-selected {
    background-color: #f6f6f6;
    border-bottom: 2px solid #f6f6f6 !important;
    border-color: transparent; }
  .ag-theme-bootstrap *:focus {
    outline: none; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-1 {
    padding-left: 16px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-1 {
    padding-right: 16px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-1 {
    padding-left: 24px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-1 {
    padding-right: 24px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-2 {
    padding-left: 32px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-2 {
    padding-right: 32px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-2 {
    padding-left: 48px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-2 {
    padding-right: 48px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-3 {
    padding-left: 48px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-3 {
    padding-right: 48px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-3 {
    padding-left: 72px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-3 {
    padding-right: 72px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-4 {
    padding-left: 64px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-4 {
    padding-right: 64px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-4 {
    padding-left: 96px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-4 {
    padding-right: 96px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-5 {
    padding-left: 80px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-5 {
    padding-right: 80px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-5 {
    padding-left: 120px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-5 {
    padding-right: 120px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-6 {
    padding-left: 96px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-6 {
    padding-right: 96px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-6 {
    padding-left: 144px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-6 {
    padding-right: 144px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-7 {
    padding-left: 112px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-7 {
    padding-right: 112px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-7 {
    padding-left: 168px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-7 {
    padding-right: 168px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-8 {
    padding-left: 128px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-8 {
    padding-right: 128px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-8 {
    padding-left: 192px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-8 {
    padding-right: 192px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-9 {
    padding-left: 144px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-9 {
    padding-right: 144px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-9 {
    padding-left: 216px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-9 {
    padding-right: 216px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-10 {
    padding-left: 160px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-10 {
    padding-right: 160px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-10 {
    padding-left: 240px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-10 {
    padding-right: 240px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-11 {
    padding-left: 176px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-11 {
    padding-right: 176px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-11 {
    padding-left: 264px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-11 {
    padding-right: 264px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-12 {
    padding-left: 192px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-12 {
    padding-right: 192px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-12 {
    padding-left: 288px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-12 {
    padding-right: 288px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-13 {
    padding-left: 208px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-13 {
    padding-right: 208px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-13 {
    padding-left: 312px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-13 {
    padding-right: 312px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-14 {
    padding-left: 224px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-14 {
    padding-right: 224px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-14 {
    padding-left: 336px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-14 {
    padding-right: 336px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-15 {
    padding-left: 240px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-15 {
    padding-right: 240px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-15 {
    padding-left: 360px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-15 {
    padding-right: 360px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-16 {
    padding-left: 256px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-16 {
    padding-right: 256px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-16 {
    padding-left: 384px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-16 {
    padding-right: 384px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-17 {
    padding-left: 272px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-17 {
    padding-right: 272px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-17 {
    padding-left: 408px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-17 {
    padding-right: 408px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-18 {
    padding-left: 288px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-18 {
    padding-right: 288px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-18 {
    padding-left: 432px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-18 {
    padding-right: 432px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-19 {
    padding-left: 304px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-19 {
    padding-right: 304px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-19 {
    padding-left: 456px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-19 {
    padding-right: 456px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-20 {
    padding-left: 320px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-20 {
    padding-right: 320px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-20 {
    padding-left: 480px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-20 {
    padding-right: 480px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-21 {
    padding-left: 336px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-21 {
    padding-right: 336px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-21 {
    padding-left: 504px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-21 {
    padding-right: 504px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-22 {
    padding-left: 352px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-22 {
    padding-right: 352px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-22 {
    padding-left: 528px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-22 {
    padding-right: 528px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-23 {
    padding-left: 368px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-23 {
    padding-right: 368px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-23 {
    padding-left: 552px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-23 {
    padding-right: 552px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-24 {
    padding-left: 384px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-24 {
    padding-right: 384px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-24 {
    padding-left: 576px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-24 {
    padding-right: 576px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-25 {
    padding-left: 400px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-25 {
    padding-right: 400px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-25 {
    padding-left: 600px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-25 {
    padding-right: 600px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-26 {
    padding-left: 416px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-26 {
    padding-right: 416px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-26 {
    padding-left: 624px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-26 {
    padding-right: 624px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-27 {
    padding-left: 432px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-27 {
    padding-right: 432px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-27 {
    padding-left: 648px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-27 {
    padding-right: 648px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-28 {
    padding-left: 448px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-28 {
    padding-right: 448px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-28 {
    padding-left: 672px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-28 {
    padding-right: 672px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-29 {
    padding-left: 464px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-29 {
    padding-right: 464px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-29 {
    padding-left: 696px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-29 {
    padding-right: 696px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-30 {
    padding-left: 480px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-30 {
    padding-right: 480px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-30 {
    padding-left: 720px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-30 {
    padding-right: 720px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-31 {
    padding-left: 496px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-31 {
    padding-right: 496px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-31 {
    padding-left: 744px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-31 {
    padding-right: 744px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-32 {
    padding-left: 512px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-32 {
    padding-right: 512px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-32 {
    padding-left: 768px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-32 {
    padding-right: 768px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-33 {
    padding-left: 528px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-33 {
    padding-right: 528px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-33 {
    padding-left: 792px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-33 {
    padding-right: 792px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-34 {
    padding-left: 544px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-34 {
    padding-right: 544px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-34 {
    padding-left: 816px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-34 {
    padding-right: 816px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-35 {
    padding-left: 560px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-35 {
    padding-right: 560px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-35 {
    padding-left: 840px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-35 {
    padding-right: 840px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-36 {
    padding-left: 576px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-36 {
    padding-right: 576px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-36 {
    padding-left: 864px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-36 {
    padding-right: 864px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-37 {
    padding-left: 592px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-37 {
    padding-right: 592px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-37 {
    padding-left: 888px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-37 {
    padding-right: 888px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-38 {
    padding-left: 608px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-38 {
    padding-right: 608px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-38 {
    padding-left: 912px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-38 {
    padding-right: 912px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-39 {
    padding-left: 624px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-39 {
    padding-right: 624px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-39 {
    padding-left: 936px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-39 {
    padding-right: 936px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-40 {
    padding-left: 640px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-40 {
    padding-right: 640px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-40 {
    padding-left: 960px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-40 {
    padding-right: 960px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-41 {
    padding-left: 656px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-41 {
    padding-right: 656px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-41 {
    padding-left: 984px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-41 {
    padding-right: 984px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-42 {
    padding-left: 672px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-42 {
    padding-right: 672px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-42 {
    padding-left: 1008px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-42 {
    padding-right: 1008px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-43 {
    padding-left: 688px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-43 {
    padding-right: 688px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-43 {
    padding-left: 1032px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-43 {
    padding-right: 1032px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-44 {
    padding-left: 704px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-44 {
    padding-right: 704px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-44 {
    padding-left: 1056px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-44 {
    padding-right: 1056px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-45 {
    padding-left: 720px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-45 {
    padding-right: 720px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-45 {
    padding-left: 1080px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-45 {
    padding-right: 1080px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-46 {
    padding-left: 736px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-46 {
    padding-right: 736px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-46 {
    padding-left: 1104px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-46 {
    padding-right: 1104px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-47 {
    padding-left: 752px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-47 {
    padding-right: 752px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-47 {
    padding-left: 1128px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-47 {
    padding-right: 1128px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-48 {
    padding-left: 768px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-48 {
    padding-right: 768px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-48 {
    padding-left: 1152px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-48 {
    padding-right: 1152px; }
  .ag-theme-bootstrap .ag-ltr .ag-toolpanel-indent-49 {
    padding-left: 784px; }
  .ag-theme-bootstrap .ag-rtl .ag-toolpanel-indent-49 {
    padding-right: 784px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-indent-49 {
    padding-left: 1176px; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-indent-49 {
    padding-right: 1176px; }
  .ag-theme-bootstrap .ag-ltr .ag-row-group-leaf-indent {
    margin-left: 24px; }
  .ag-theme-bootstrap .ag-ltr .ag-cell {
    border-right: none; }
  .ag-theme-bootstrap .ag-ltr .ag-row.ag-cell-first-right-pinned, .ag-theme-bootstrap .ag-ltr .ag-cell:not(.ag-cell-focus).ag-cell-first-right-pinned {
    border-left: 1px solid transparent; }
  .ag-theme-bootstrap .ag-ltr .ag-row.ag-cell-last-left-pinned, .ag-theme-bootstrap .ag-ltr .ag-cell:not(.ag-cell-focus).ag-cell-last-left-pinned {
    border-right: 1px solid transparent; }
  .ag-theme-bootstrap .ag-rtl .ag-row-group-leaf-indent {
    margin-right: 24px; }
  .ag-theme-bootstrap .ag-rtl .ag-cell {
    border-left: none; }
  .ag-theme-bootstrap .ag-rtl .ag-row.ag-cell-first-right-pinned, .ag-theme-bootstrap .ag-rtl .ag-cell:not(.ag-cell-focus).ag-cell-first-right-pinned {
    border-left: 1px solid transparent; }
  .ag-theme-bootstrap .ag-rtl .ag-row.ag-cell-last-left-pinned, .ag-theme-bootstrap .ag-rtl .ag-cell:not(.ag-cell-focus).ag-cell-last-left-pinned {
    border-right: 1px solid transparent; }
  .ag-theme-bootstrap .ag-value-change-delta {
    padding-right: 2px; }
  .ag-theme-bootstrap .ag-value-change-delta-up {
    color: darkgreen; }
  .ag-theme-bootstrap .ag-value-change-delta-down {
    color: darkred; }
  .ag-theme-bootstrap .ag-value-change-value {
    background-color: transparent;
    border-radius: 1px;
    padding-left: 1px;
    padding-right: 1px;
    transition: background-color 1s; }
  .ag-theme-bootstrap .ag-value-change-value-highlight {
    background-color: #cec;
    transition: background-color 0.1s; }
  .ag-theme-bootstrap .ag-header {
    background-color: transparent;
    background-image: none;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    font-family: "Helvetica Neue", sans-serif;
    border-bottom: 1px solid transparent; }
  .ag-theme-bootstrap .ag-pinned-right-header {
    border-left: 1px solid transparent; }
  .ag-theme-bootstrap .ag-pinned-left-header {
    border-right: 1px solid transparent; }
  .ag-theme-bootstrap .ag-header-row {
    border: none; }
  .ag-theme-bootstrap .ag-row {
    border-style: solid;
    border-color: transparent;
    border-width: 0; }
  .ag-theme-bootstrap .ag-row:not(.ag-row-first) {
      border-width: 0 0 0; }
  .ag-theme-bootstrap .ag-row.ag-row-last {
      border-bottom-width: 0; }
  .ag-theme-bootstrap .ag-row-odd {
    background-color: #f6f6f6; }
  .ag-theme-bootstrap .ag-row-even {
    background-color: white; }
  .ag-theme-bootstrap .ag-horizontal-left-spacer {
    border-right: 1px solid transparent; }
  .ag-theme-bootstrap .ag-horizontal-left-spacer.ag-scroller-corner {
      border-right: none; }
  .ag-theme-bootstrap .ag-horizontal-right-spacer {
    border-left: 1px solid transparent; }
  .ag-theme-bootstrap .ag-horizontal-right-spacer.ag-scroller-corner {
      border-left: none; }
  .ag-theme-bootstrap .ag-row-hover {
    background-color: inherit; }
  .ag-theme-bootstrap .ag-numeric-cell {
    text-align: right; }
  .ag-theme-bootstrap .ag-header-cell-label {
    display: flex;
    height: 100%; }
  .ag-theme-bootstrap .ag-header-cell-label > span {
      float: left; }
  .ag-theme-bootstrap .ag-header-cell-label .ag-header-icon {
      background-position-y: 10px;
      background-size: 14px 14px;
      height: 100%;
      margin: 0;
      margin-left: 4px;
      opacity: 1; }
  .ag-theme-bootstrap .ag-header-cell-label .ag-header-cell-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .ag-theme-bootstrap .ag-numeric-header .ag-header-cell-label {
    flex-direction: row-reverse;
    float: right; }
  .ag-theme-bootstrap .ag-numeric-header .ag-header-cell-label > span {
      float: right; }
  .ag-theme-bootstrap .ag-numeric-header .ag-header-cell-menu-button {
    float: left; }
  .ag-theme-bootstrap .ag-header-group-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .ag-theme-bootstrap .ag-header-cell,
  .ag-theme-bootstrap .ag-header-group-cell {
    border-style: solid;
    border-color: transparent;
    line-height: 25px;
    padding-left: 12px;
    padding-right: 12px;
    border-width: 0; }
  .ag-theme-bootstrap .ag-header-cell.ag-header-cell-moving,
    .ag-theme-bootstrap .ag-header-group-cell.ag-header-cell-moving {
      background-color: #bebebe; }
  .ag-theme-bootstrap .ag-header-cell:not(.ag-header-group-cell-no-group),
    .ag-theme-bootstrap .ag-header-group-cell:not(.ag-header-group-cell-no-group) {
      border-top-width: 1px; }
  .ag-theme-bootstrap .ag-header-row:first-child .ag-header-cell, .ag-theme-bootstrap .ag-header-row:first-child .ag-header-group-cell {
    border-top-width: 0; }
  .ag-theme-bootstrap .ag-cell {
    line-height: 23px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid transparent;
    padding-left: 11px;
    padding-right: 11px; }
  .ag-theme-bootstrap .ag-row-drag {
    float: left;
    height: 100%;
    width: 24px;
    cursor: -webkit-grab;
    cursor: grab; }
  .ag-theme-bootstrap .ag-row-drag .ag-icon-row-drag {
      display: block;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMiAxaDJ2Mkgyem0zIDBoMnYySDV6bTMgMGgydjJIOHoiLz48cGF0aCBkPSJNOCAxaDJ2Mkg4ek0yIDRoMnYySDJ6bTMgMGgydjJINXptMyAwaDJ2Mkg4ek0yIDdoMnYySDJ6bTMgMGgydjJINXptMyAwaDJ2Mkg4em0tNiAzaDJ2Mkgyem0zIDBoMnYySDV6bTMgMGgydjJIOHoiLz48L2c+PC9zdmc+);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 12px;
      height: 12px;
      opacity: 1;
      width: 12px;
      background-position-x: left;
      background-position-y: 4px; }
  .ag-theme-bootstrap .ag-row-dragging, .ag-theme-bootstrap .ag-row-dragging .ag-row-drag {
    cursor: move; }
  .ag-theme-bootstrap .ag-rtl .ag-row-drag {
    float: right; }
  .ag-theme-bootstrap .ag-rtl .ag-row-drag .ag-icon-row-drag {
      background-position-x: right; }
  .ag-theme-bootstrap .ag-column-drag {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMiAxaDJ2Mkgyem0zIDBoMnYySDV6bTMgMGgydjJIOHoiLz48cGF0aCBkPSJNOCAxaDJ2Mkg4ek0yIDRoMnYySDJ6bTMgMGgydjJINXptMyAwaDJ2Mkg4ek0yIDdoMnYySDJ6bTMgMGgydjJINXptMyAwaDJ2Mkg4em0tNiAzaDJ2Mkgyem0zIDBoMnYySDV6bTMgMGgydjJIOHoiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    background-position-x: left;
    background-position-y: 4px !important;
    height: 100%;
    min-width: 16px;
    cursor: -webkit-grab;
    cursor: grab; }
  .ag-theme-bootstrap .ag-row-dragging {
    opacity: 0.5;
    z-index: 10000; }
  .ag-theme-bootstrap .ag-ltr .ag-has-focus .ag-cell-focus, .ag-theme-bootstrap .ag-rtl .ag-has-focus .ag-cell-focus {
    border: 1px solid black;
    outline: initial; }
  .ag-theme-bootstrap .ag-header-cell-resize {
    width: 8px; }
  .ag-theme-bootstrap .ag-icon-aggregation {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNSAyLjVoLTZsMiAzLjUtMiAzLjVoNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMzMzMiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-arrows {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzMzMyI+PHBhdGggZD0iTTE2IDZsLTEuNDEgMS40MUwxNi4xNyA5SDR2MmgxMi4xN2wtMS41OCAxLjU5TDE2IDE0bDQtNHoiLz48cGF0aCBkPSJNNCA2bDEuNDEgMS40MUwzLjgzIDlIMTZ2MkgzLjgzbDEuNTggMS41OUw0IDE0bC00LTR6Ii8+PHBhdGggZD0iTTYgMTZsMS40MS0xLjQxTDkgMTYuMTdWNGgydjEyLjE3bDEuNTktMS41OEwxNCAxNmwtNCA0eiIvPjxwYXRoIGQ9Ik0xNCA0bC0xLjQxIDEuNDFMMTEgMy44M1YxNkg5VjMuODNMNy40MSA1LjQxIDYgNGw0LTR6Ii8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-asc {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA1LjJWMy40OTNoLTZ2Nkg0LjdWNS4yaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNNS41IDMuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNS45OTMgNi40OTMpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNOC40OTMgNC43di0uNzA3aC01djVINC4yVjQuN2g0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-checkbox-checked-readonly {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzMzMyIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-checkbox-checked {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzMzMyIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-checkbox-indeterminate-readonly {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzMzMyIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTQgNWg0djJINHoiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-checkbox-indeterminate {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzMzMyIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTQgNWg0djJINHoiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-checkbox-unchecked-readonly {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzMzMyIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-checkbox-unchecked {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzMzMyIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-column {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptMCAzaDR2N0gxeiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-columns {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptNiAwaDR2Mkg3ek0xIDVoNHYySDF6bTYgMGg0djJIN3pNMSA5aDR2Mkgxem02IDBoNHYySDd6IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-contracted {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzMzMyIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTkgNXYySDNWNXoiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-copy {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMzMzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjUgNC41aDV2NWgtNXoiLz48cGF0aCBkPSJNNy41IDIuNWgtNXY1aDJ2Mmg1di01aC0ydi0yeiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-cut {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMzMzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0zIDMuMTJjLjY2Ny4wNzggMyAxLjc0NSA3IDUtLjMyNi4yMDQtLjY1OS4yMDQtMSAwLS4zNDEtLjIwNi0xLjY3NC0xLjIwNi00LTMgMCAuNjY2LS42NjcuNjY2LTIgMC0yLTEtMS0yLjEyIDAtMnoiLz48cGF0aCBkPSJNMyA4LjI2NGMuNjY3LS4wOCAzLTEuNzQ2IDctNS0uMzI2LS4yMDUtLjY1OS0uMjA1LTEgMC0uMzQxLjIwNC0xLjY3NCAxLjIwNC00IDMgMC0uNjY3LS42NjctLjY2Ny0yIDAtMiAxLTEgMi4xMTkgMCAyeiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-desc {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAyaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA2LjFWNC4zOTNoLTZ2Nkg0LjdWNi4xaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNNS41IDIuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1Ljk5MyA3LjM5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMzMzMiIGQ9Ik04LjQ5MyA1LjZ2LS43MDdoLTV2NUg0LjJWNS42aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-expanded {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzMzMyIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTUgM2gydjZINXoiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNOSA1djJIM1Y1eiIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-eye-slash {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wMDEgMy45MDhMMyA0YTMgMyAwIDEgMCA1Ljk5OS0uMDkyQTUuMjQ4IDUuMjQ4IDAgMCAwIDYgM2MtMS4xIDAtMi4xLjMwMy0yLjk5OS45MDh6IiBmaWxsPSIjMzMzIi8+PHBhdGggZD0iTTQgNC41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTIgMy0zIDUtM3MzLjY2NyAxIDUgM0M5LjY2NyA4IDggOSA2IDlTMi4zMzMgOCAxIDZ6IiBzdHJva2U9IiMzMzMiLz48cGF0aCBkPSJNNC4wMDQgMi44MzVsNC45OTIgNi4zMyIgc3Ryb2tlPSIjMzMzIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+PHBhdGggZD0iTTMuMDA0IDIuODM1bDQuOTkyIDYuMzMiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-eye {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wMDEgMy45MDhMMyA0YTMgMyAwIDEgMCA1Ljk5OS0uMDkyQTUuMjQ4IDUuMjQ4IDAgMCAwIDYgM2MtMS4xIDAtMi4xLjMwMy0yLjk5OS45MDh6IiBmaWxsPSIjMzMzIi8+PHBhdGggZD0iTTQgNC41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTIgMy0zIDUtM3MzLjY2NyAxIDUgM0M5LjY2NyA4IDggOSA2IDlTMi4zMzMgOCAxIDZ6IiBzdHJva2U9IiMzMzMiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-filter {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMmgxMEw3IDZ2NUw1IDlWNkwxIDJ6bTQgNHYxaDJWNkg1eiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-group {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBzdHJva2U9IiMzMzMiIGQ9Ik03LjUgMS41aDN2MmgtM3ptMCA0aDN2MmgtM3ptMCA0aDN2MmgtM3oiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMiAzaDF2OEgyem0xIDNoNHYxSDN6bTItNGgzdjFINXoiLz48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMiAxMGg1djFIMnoiLz48cGF0aCBzdHJva2U9IiMzMzMiIGQ9Ik0xLjUgMS41aDN2MmgtM3oiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-indeterminate {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMy4wNTYgNC41ODFhMy4wMDEgMy4wMDEgMCAwIDAgNS44ODggMEM4LjA1OSA0LjE5NCA3LjA3OCA0IDYgNGMtMS4wNzggMC0yLjA2LjE5NC0yLjk0NC41ODF6IiBmaWxsPSIjMzMzIi8+PHBhdGggZD0iTTQgNS41Yy42NjctLjMzMyAxLjY2Ny0uNSAzLS41IiBzdHJva2U9IiM5Nzk3OTciLz48cGF0aCBkPSJNMSA2YzEuMzMzLTEuMzMzIDMtMiA1LTJzMy42NjcuNjY3IDUgMkM5LjY2NyA3LjMzMyA4IDggNiA4cy0zLjY2Ny0uNjY3LTUtMnoiIHN0cm9rZT0iIzMzMyIvPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-left {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNS41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTcuOTkzIDQuN1YyLjk5M2gtNnY2SDMuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDYuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTYgMmgxdjhINnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDQuOTkzIDUuOTkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTcuNDkzIDQuMnYtLjcwN2gtNXY1SDMuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-loading {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAxaDJ2M0g1eiIvPjxwYXRoIGlkPSJiIiBkPSJNNSA4aDJ2M0g1eiIvPjxwYXRoIGlkPSJjIiBkPSJNMSA1aDN2MkgxeiIvPjxwYXRoIGlkPSJkIiBkPSJNOCA1aDN2Mkg4eiIvPjxwYXRoIGlkPSJlIiBkPSJNNCAwaDJ2M0g0eiIvPjxwYXRoIGlkPSJmIiBkPSJNNCA3aDJ2M0g0eiIvPjxwYXRoIGlkPSJnIiBkPSJNMCA0aDN2MkgweiIvPjxwYXRoIGlkPSJoIiBkPSJNNyA0aDN2Mkg3eiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2EiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik01LjUgMS41aDF2MmgtMXoiLz48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjOTc5Nzk3IiBkPSJNNS41IDguNWgxdjJoLTF6Ii8+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYyIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTEuNSA1LjVoMnYxaC0yeiIvPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2QiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik04LjUgNS41aDJ2MWgtMnoiLz48ZyBvcGFjaXR5PSIuNzE0Ij48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2UiLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik00LjUuNWgxdjJoLTF6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDQuMjkzIDYuNzA3KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjZiIvPjxwYXRoIHN0cm9rZT0iIzk3OTc5NyIgZD0iTTQuNSA3LjVoMXYyaC0xeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2ciLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik0uNSA0LjVoMnYxaC0yeiIvPjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg0NSA0LjI5MyA2LjcwNykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2giLz48cGF0aCBzdHJva2U9IiM5Nzk3OTciIGQ9Ik03LjUgNC41aDJ2MWgtMnoiLz48L2c+PC9nPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-menu {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWgxMHYySDF6bTAgNGgxMHYySDF6bTAgNGgxMHYySDF6IiBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-minus {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4djJIMnoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-none {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2Nkg1eiIvPjxwYXRoIGQ9Ik04LjE0NiA4LjE4MlY2LjQ3NWgtNXY1aDEuNzA4VjguMTgyaDMuMjkyeiIgaWQ9ImIiLz48cGF0aCBkPSJNOC41IDIuOTE0VjEuMjA3aC01djVoMS43MDdWMi45MTRIOC41eiIgaWQ9ImMiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNNS41IDMuNWgxdjVoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1LjY0NiA4LjQ3NSkiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMzMzMiIGQ9Ik03LjY0NiA3LjY4MnYtLjcwN2gtNHY0aC43MDhWNy42ODJoMy4yOTJ6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDYgMy43MDcpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNOCAyLjQxNHYtLjcwN0g0djRoLjcwN1YyLjQxNEg4eiIvPjwvZz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-not-allowed {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMzMzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI0Ii8+PHBhdGggZD0iTTguNSAzLjVMMy40MDEgOC41OTkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-paste {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMzMzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjUgMi41aDd2N2gtN3oiLz48cGF0aCBkPSJNNi41IDEuNWgtMXYyaC0xdjFoM3YtMWgtMXYtMnoiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-pin {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMyAyaDZ2MUg4djRsMiAxSDdsLTEgMy0xLTNIMmwyLTFWM0gzeiIvPjxwYXRoIGZpbGwtb3BhY2l0eT0iLjUiIGZpbGw9IiNGRkYiIGQ9Ik01IDNoMXY0SDV6Ii8+PHBhdGggZmlsbC1vcGFjaXR5PSIuMjgiIGZpbGw9IiNGRkYiIGQ9Ik00IDNoMXYzSDR6Ii8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-pivot {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjMzMzIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxyZWN0IHg9IjEuNSIgeT0iMS41IiB3aWR0aD0iOSIgaGVpZ2h0PSI5IiByeD0iMSIvPjxwYXRoIGQ9Ik0xMC41IDMuNWgtOW0yLTJ2OSIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjxwYXRoIGQ9Ik03LjUgNi41bDEtMSAxIDFtLTMgMWwtMSAxIDEgMSIvPjxwYXRoIGQ9Ik04LjUgNS41djNoLTMiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-plus {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNNSAyaDJ2OEg1eiIvPjxwYXRoIGQ9Ik0yIDVoOHYySDJ6Ii8+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-right {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNC41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTkuOTkzIDQuN1YyLjk5M2gtNnY2SDUuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDUuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTUgMmgxdjhINXoiLz48L2c+PGcgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSByb3RhdGUoLTQ1IDAgMjIuODc0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTkuNDkzIDQuMnYtLjcwN2gtNXY1SDUuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-small-left {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNmw0LTR2OHoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-small-right {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMmw0IDQtNCA0eiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-small-up {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgN2w0LTQgNCA0eiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-small-down {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-tick {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNSA1LjVsMyAzIDYtNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMzMzMiIGZpbGw9Im5vbmUiLz48L3N2Zz4=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-cross {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgMTBsOC04bTAgOEwyIDIiIHN0cm9rZT0iIzMzMyIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-tree-open {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-tree-closed {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgMmw0IDQtNCA0eiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-icon-tree-indeterminate {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4djJIMnoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px;
    display: inline-block; }
  .ag-theme-bootstrap .ag-header-cell-menu-button .ag-icon-menu {
    display: block;
    height: 25px; }
  .ag-theme-bootstrap .ag-icon-checkbox-checked:empty {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxyZWN0IGlkPSJhIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHJ4PSIxIi8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjxyZWN0IHN0cm9rZT0iIzAwMCIgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHJ4PSIxIi8+PHBhdGggc3Ryb2tlPSIjMDAwIiBkPSJNOSAzTDYgOC41bC0yLjUtMiIvPjwvZz48L3N2Zz4=); }
  .ag-theme-bootstrap .ag-menu {
    background: #f6f6f6;
    border-radius: 0;
    box-shadow: none;
    padding: 4px;
    padding: 0;
    z-index: 5; }
  .ag-theme-bootstrap .ag-menu .ag-menu-list {
      cursor: default;
      margin-bottom: 4px;
      margin-top: 4px;
      width: 100%; }
  .ag-theme-bootstrap .ag-menu .ag-menu-option {
      line-height: 16px;
      padding-left: 8px;
      padding-right: 8px; }
  .ag-theme-bootstrap .ag-menu .ag-menu-option > span {
        display: table-cell;
        vertical-align: middle; }
  .ag-theme-bootstrap .ag-menu .ag-menu-option-active {
      background-color: inherit; }
  .ag-theme-bootstrap .ag-menu .ag-menu-option-disabled {
      opacity: 0.5; }
  .ag-theme-bootstrap .ag-menu .ag-menu-option-icon {
      padding-left: 4px;
      padding-right: 4px; }
  .ag-theme-bootstrap .ag-menu .ag-menu-option-icon span {
        height: 12px;
        line-height: 0;
        margin-top: 4px; }
  .ag-theme-bootstrap .ag-menu .ag-menu-option-shortcut {
      padding-left: 8px; }
  .ag-theme-bootstrap .ag-menu .ag-menu-separator {
      margin-left: -4px; }
  .ag-theme-bootstrap .ag-menu .ag-menu-separator > span {
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D'1'%20height%3D'8px'%20viewBox%3D'0%200%201%208px'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cline%20x1%3D'0'%20y1%3D'4px'%20x2%3D'1'%20y2%3D'4px'%20stroke-width%3D'1'%20stroke%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
        height: 8px; }
  .ag-theme-bootstrap .ag-menu .ag-menu-option-popup-pointer {
      width: 20px; }
  .ag-theme-bootstrap.ag-dnd-ghost {
    background: #f6f6f6;
    border-radius: 0;
    box-shadow: none;
    padding: 4px;
    border: 1px solid transparent;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    font-family: "Helvetica Neue", sans-serif;
    height: 25px !important;
    line-height: 25px;
    margin: 0;
    padding: 0 8px;
    transform: translateY(8px);
    z-index: 10000; }
  .ag-theme-bootstrap.ag-dnd-ghost span,
    .ag-theme-bootstrap.ag-dnd-ghost div {
      float: left;
      height: 100%;
      margin: 0;
      padding: 0; }
  .ag-theme-bootstrap.ag-dnd-ghost .ag-dnd-ghost-icon {
      margin-right: 4px;
      opacity: 1; }
  .ag-theme-bootstrap .ag-tab-header {
    background: #f6f6f6;
    min-width: 220px;
    width: 100%; }
  .ag-theme-bootstrap .ag-tab-header .ag-tab {
      border-bottom: 2px solid transparent;
      height: 16px;
      text-align: center;
      vertical-align: middle; }
  .ag-theme-bootstrap .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-filter {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMmgxMEw3IDZ2NUw1IDlWNkwxIDJ6bTQgNHYxaDJWNkg1eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
        display: inline-block; }
  .ag-theme-bootstrap .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-columns {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWg0djJIMXptNiAwaDR2Mkg3ek0xIDVoNHYySDF6bTYgMGg0djJIN3pNMSA5aDR2Mkgxem02IDBoNHYySDd6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
        display: inline-block; }
  .ag-theme-bootstrap .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-menu {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWgxMHYySDF6bTAgNGgxMHYySDF6bTAgNGgxMHYySDF6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
        display: inline-block; }
  .ag-theme-bootstrap .ag-tab-body {
    padding: 4px 0; }
  .ag-theme-bootstrap .ag-tab-body .ag-filter-select {
      margin: 4px;
      width: calc(100% - 8px); }
  .ag-theme-bootstrap .ag-tab-body .ag-menu-list {
      margin-bottom: 0;
      margin-top: 0; }
  .ag-theme-bootstrap .ag-tab-body .ag-menu-list > div:first-child > span {
        padding-top: 0; }
  .ag-theme-bootstrap .ag-tab-body .ag-menu-list > div:last-child > span {
        padding-bottom: 0; }
  .ag-theme-bootstrap .ag-tab-body .ag-menu-list > div:last-child > .ag-menu-option-popup-pointer {
        background-position-y: 0; }
  .ag-theme-bootstrap .ag-filter-select {
    margin: 4px;
    width: calc(100% - 8px); }
  .ag-theme-bootstrap .ag-filter input[type="radio"] {
    margin: 0 3px 0 6px;
    width: 12px;
    height: 17px;
    vertical-align: top; }
  .ag-theme-bootstrap .ag-filter input[type="text"],
  .ag-theme-bootstrap .ag-filter input[type="date"] {
    padding-left: 4px; }
  .ag-theme-bootstrap .ag-filter input[type="text"]:disabled,
    .ag-theme-bootstrap .ag-filter input[type="date"]:disabled {
      color: rgba(0, 0, 0, 0.5);
      background-color: #ebebeb; }
  .ag-theme-bootstrap .ag-filter label {
    display: block;
    padding-left: 4px; }
  .ag-theme-bootstrap .ag-filter .ag-set-filter-list {
    height: 130px;
    padding-top: 4px; }
  .ag-theme-bootstrap .ag-filter .ag-filter-header-container {
    height: 20px; }
  .ag-theme-bootstrap .ag-filter .ag-filter-header-container:nth-child(2) {
    border-bottom: 1px solid transparent; }
  .ag-theme-bootstrap .ag-filter .ag-filter-checkbox {
    float: left;
    height: 20px;
    margin-right: 4px;
    padding-top: 2px; }
  .ag-theme-bootstrap .ag-filter .ag-filter-value {
    height: 20px;
    line-height: 14px; }
  .ag-theme-bootstrap .ag-filter .ag-filter-apply-panel {
    display: flex;
    justify-content: flex-end;
    padding: 4px;
    padding-top: 8px; }
  .ag-theme-bootstrap .ag-filter .ag-filter-apply-panel button + button {
      margin-left: 8px; }
  .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column-group,
  .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column {
    height: 16px;
    line-height: 16px;
    margin-left: 0; }
  .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column-group span,
    .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column span {
      float: left;
      height: 100%; }
  .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-indent,
    .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-indent {
      width: 8px; }
  .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
    .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
    .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
    .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-bootstrap .ag-column-select-panel .ag-primary-cols-list-panel {
    padding-top: 4px; }
  .ag-theme-bootstrap .ag-column-select-panel .ag-primary-cols-list-panel > div {
      cursor: pointer; }
  .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
    margin-left: 20px; }
  .ag-theme-bootstrap .ag-filter-filter {
    margin-bottom: 4px; }
  .ag-theme-bootstrap .ag-primary-cols-header-panel {
    border-bottom: 1px solid transparent;
    height: 25px;
    padding-top: 4px; }
  .ag-theme-bootstrap .ag-primary-cols-header-panel > div {
      cursor: pointer;
      margin: 0 4px;
      padding-top: 2px; }
  .ag-theme-bootstrap .ag-primary-cols-header-panel .ag-filter-body {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-bootstrap .ag-group-child-count::before {
    content: " "; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper {
    border-right: 0; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-filter-panel {
      width: 100%; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance {
        color: #333333;
        font-weight: 600;
        flex: auto;
        flex-direction: column;
        flex-wrap: nowrap;
        display: flex;
        flex-flow: column nowrap; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header {
          padding: 5px 0 5px 5px; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-toolpanel-instance .ag-filter-toolpanel-header > div {
            margin: auto 0; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-body-wrapper {
        padding-top: 5px; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-filter-panel .ag-filter-air {
        border: 1px solid transparent;
        border-left: 0;
        border-right: 0;
        padding: 4px 0; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-pivot-mode-panel {
      border-bottom: 1px solid transparent;
      height: 25px;
      line-height: 25px; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
        float: left;
        height: 100%; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
        margin-left: 4px; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select .ag-checkbox-label {
          margin-left: 4px; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-column-select-panel {
      border-bottom: 1px solid transparent;
      padding-bottom: 3px;
      padding-top: 0; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-column-drop {
      border-bottom: 1px solid transparent;
      clear: both;
      overflow: auto;
      padding: 4px 0;
      padding-bottom: 8px; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
        float: left;
        height: 20px;
        margin: 0 4px; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
        clear: right;
        float: left;
        height: 20px;
        line-height: 20px;
        width: calc(100% - 20px); }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
        clear: both;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 400;
        font-size: 14px;
        font-family: "Helvetica Neue", sans-serif;
        line-height: 8px;
        padding-left: 16px;
        padding-right: 4px; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-column-drop:last-child {
        border-bottom: 0; }
  .ag-theme-bootstrap .ag-filter-icon:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMmgxMEw3IDZ2NUw1IDlWNkwxIDJ6bTQgNHYxaDJWNkg1eiIgZmlsbD0iIzMzMyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-bootstrap .ag-sort-ascending-icon:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA1LjJWMy40OTNoLTZ2Nkg0LjdWNS4yaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNNS41IDMuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUgNS45OTMgNi40OTMpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNiIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNOC40OTMgNC43di0uNzA3aC01djVINC4yVjQuN2g0LjI5M3oiLz48L2c+PC9nPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-bootstrap .ag-sort-descending-icon:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAyaDJ2OUg1eiIvPjxwYXRoIGQ9Ik04Ljk5MyA2LjFWNC4zOTNoLTZ2Nkg0LjdWNi4xaDQuMjkzeiIgaWQ9ImIiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNNS41IDIuNWgxdjhoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1Ljk5MyA3LjM5MykiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMzMzMiIGQ9Ik04LjQ5MyA1LjZ2LS43MDdoLTV2NUg0LjJWNS42aDQuMjkzeiIvPjwvZz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-bootstrap .ag-sort-none-icon:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNSAzaDJ2Nkg1eiIvPjxwYXRoIGQ9Ik04LjE0NiA4LjE4MlY2LjQ3NWgtNXY1aDEuNzA4VjguMTgyaDMuMjkyeiIgaWQ9ImIiLz48cGF0aCBkPSJNOC41IDIuOTE0VjEuMjA3aC01djVoMS43MDdWMi45MTRIOC41eiIgaWQ9ImMiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNhIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNNS41IDMuNWgxdjVoLTF6Ii8+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA1LjY0NiA4LjQ3NSkiPjx1c2UgZmlsbD0iI0Q4RDhEOCIgeGxpbms6aHJlZj0iI2IiLz48cGF0aCBzdHJva2U9IiMzMzMiIGQ9Ik03LjY0NiA3LjY4MnYtLjcwN2gtNHY0aC43MDhWNy42ODJoMy4yOTJ6Ii8+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1IDYgMy43MDcpIj48dXNlIGZpbGw9IiNEOEQ4RDgiIHhsaW5rOmhyZWY9IiNjIi8+PHBhdGggc3Ryb2tlPSIjMzMzIiBkPSJNOCAyLjQxNHYtLjcwN0g0djRoLjcwN1YyLjQxNEg4eiIvPjwvZz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-bootstrap .ag-numeric-header .ag-header-cell-label .ag-header-icon {
    margin-left: 0;
    margin-right: 4px; }
  .ag-theme-bootstrap .ag-paging-panel {
    align-items: center;
    border-top: 1px solid transparent;
    color: #333333;
    display: flex;
    height: 25px;
    justify-content: flex-end;
    padding: 0 12px; }
  .ag-theme-bootstrap .ag-paging-panel > span {
      margin-left: 16px; }
  .ag-theme-bootstrap .ag-row-selected {
    background-color: #bde2e5; }
  .ag-theme-bootstrap .ag-cell-range-selected:not(.ag-cell-focus) {
    background-color: rgba(120, 120, 120, 0.4); }
  .ag-theme-bootstrap .ag-cell-range-selected-1:not(.ag-cell-focus) {
    background-color: rgba(120, 120, 120, 0.4); }
  .ag-theme-bootstrap .ag-cell-range-selected-2:not(.ag-cell-focus) {
    background-color: rgba(80, 80, 80, 0.4); }
  .ag-theme-bootstrap .ag-cell-range-selected-3:not(.ag-cell-focus) {
    background-color: rgba(40, 40, 40, 0.4); }
  .ag-theme-bootstrap .ag-cell-range-selected-4:not(.ag-cell-focus) {
    background-color: rgba(0, 0, 0, 0.4); }
  .ag-theme-bootstrap .ag-cell-inline-editing {
    padding: 12px;
    height: 37px;
    z-index: 2; }
  .ag-theme-bootstrap .ag-cell-inline-editing, .ag-theme-bootstrap .ag-popup-editor {
    background: #f6f6f6;
    border-radius: 0;
    box-shadow: none;
    padding: 4px; }
  .ag-theme-bootstrap .ag-cell-inline-editing input[type="text"]:disabled,
    .ag-theme-bootstrap .ag-cell-inline-editing input[type="tel"]:disabled,
    .ag-theme-bootstrap .ag-cell-inline-editing input[type="date"]:disabled,
    .ag-theme-bootstrap .ag-cell-inline-editing input[type="datetime-local"]:disabled, .ag-theme-bootstrap .ag-popup-editor input[type="text"]:disabled,
    .ag-theme-bootstrap .ag-popup-editor input[type="tel"]:disabled,
    .ag-theme-bootstrap .ag-popup-editor input[type="date"]:disabled,
    .ag-theme-bootstrap .ag-popup-editor input[type="datetime-local"]:disabled {
      color: rgba(0, 0, 0, 0.5);
      background-color: #ebebeb; }
  .ag-theme-bootstrap .ag-cell-inline-editing select, .ag-theme-bootstrap .ag-popup-editor select {
      height: auto; }
  .ag-theme-bootstrap .ag-popup-editor {
    z-index: 1;
    padding: 0; }
  .ag-theme-bootstrap .ag-popup-editor .ag-large-textarea textarea {
      height: auto;
      padding: 12px; }
  .ag-theme-bootstrap .ag-popup-editor .ag-large-textarea textarea:disabled {
        color: rgba(0, 0, 0, 0.5);
        background-color: #ebebeb; }
  .ag-theme-bootstrap .ag-rich-select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position-x: calc(100% - 4px);
    background-position-y: 8px;
    background-repeat: no-repeat; }
  .ag-theme-bootstrap .ag-rich-select .ag-rich-select-list {
      height: 162.5px; }
  .ag-theme-bootstrap .ag-rich-select .ag-rich-select-value {
      height: 25px;
      line-height: 25px;
      padding-left: 12px; }
  .ag-theme-bootstrap .ag-rich-select .ag-virtual-list-item {
      cursor: default;
      height: 25px;
      line-height: 25px; }
  .ag-theme-bootstrap .ag-rich-select .ag-virtual-list-item:hover {
        background-color: inherit; }
  .ag-theme-bootstrap .ag-rich-select .ag-rich-select-row {
      padding-left: 12px; }
  .ag-theme-bootstrap .ag-rich-select .ag-rich-select-row-selected {
      background-color: #bde2e5; }
  .ag-theme-bootstrap .ag-floating-filter-body {
    float: left;
    height: 100%;
    margin-right: 0;
    width: calc(100% - 20px); }
  .ag-theme-bootstrap .ag-floating-filter-body input:disabled {
      color: rgba(0, 0, 0, 0.5);
      background-color: #ebebeb; }
  .ag-theme-bootstrap .ag-floating-filter-full-body input:disabled {
    color: rgba(0, 0, 0, 0.5);
    background-color: #ebebeb; }
  .ag-theme-bootstrap .ag-floating-filter-button {
    float: right;
    line-height: 12px;
    margin-top: 10px; }
  .ag-theme-bootstrap .ag-floating-filter-button button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background: transparent;
      border: 0;
      height: 12px;
      padding: 0;
      width: 12px; }
  .ag-theme-bootstrap .ag-cell-label-container {
    height: 100%; }
  .ag-theme-bootstrap .ag-tooltip {
    background-color: #535353;
    color: white;
    border-radius: 2px;
    padding: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #ebebeb;
    transition: opacity 1s; }
  .ag-theme-bootstrap .ag-tooltip.ag-tooltip-hiding {
      opacity: 0; }
  .ag-theme-bootstrap .ag-header-group-cell-label {
    height: 100%; }
  .ag-theme-bootstrap .ag-header-group-cell-label span {
      float: left;
      height: 100%; }
  .ag-theme-bootstrap .ag-header-select-all {
    height: 100%;
    margin-right: 12px; }
  .ag-theme-bootstrap .ag-header-select-all span {
      height: 100%; }
  .ag-theme-bootstrap .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
    float: left;
    width: calc(100% - 12px - 12px); }
  .ag-theme-bootstrap .ag-selection-checkbox ~ .ag-cell-value:not(:empty), .ag-theme-bootstrap .ag-selection-checkbox + .ag-group-value:not(:empty),
  .ag-theme-bootstrap .ag-group-checkbox:not(.ag-invisible) ~ .ag-cell-value:not(:empty),
  .ag-theme-bootstrap .ag-group-checkbox:not(.ag-invisible) + .ag-group-value:not(:empty),
  .ag-theme-bootstrap .ag-group-expanded:not(.ag-hidden) ~ .ag-cell-value:not(:empty),
  .ag-theme-bootstrap .ag-group-expanded:not(.ag-hidden) + .ag-group-value:not(:empty),
  .ag-theme-bootstrap .ag-group-contracted:not(.ag-hidden) ~ .ag-cell-value:not(:empty),
  .ag-theme-bootstrap .ag-group-contracted:not(.ag-hidden) + .ag-group-value:not(:empty) {
    display: inline-block;
    margin-left: 12px; }
  .ag-theme-bootstrap .ag-selection-checkbox ~ .ag-group-checkbox,
  .ag-theme-bootstrap .ag-group-checkbox:not(.ag-invisible) ~ .ag-group-checkbox,
  .ag-theme-bootstrap .ag-group-expanded:not(.ag-hidden) ~ .ag-group-checkbox,
  .ag-theme-bootstrap .ag-group-contracted:not(.ag-hidden) ~ .ag-group-checkbox {
    margin-left: 12px; }
  .ag-theme-bootstrap .ag-selection-checkbox span {
    position: relative;
    top: 2px; }
  .ag-theme-bootstrap .ag-group-expanded .ag-icon-contracted:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIgNWg4TDYgOXoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-bootstrap .ag-column-drop-horizontal {
    background-color: #f6f6f6;
    height: 25px;
    line-height: 16px;
    padding-left: 12px; }
  .ag-theme-bootstrap .ag-column-drop-horizontal.ag-width-half {
      margin-bottom: -5px; }
  .ag-theme-bootstrap .ag-column-drop-horizontal span {
      float: left;
      height: 100%; }
  .ag-theme-bootstrap .ag-column-drop-horizontal > div:first-child {
      float: left;
      height: 100%; }
  .ag-theme-bootstrap .ag-column-drop-horizontal .ag-icon-group,
    .ag-theme-bootstrap .ag-column-drop-horizontal .ag-icon-pivot {
      margin-right: 12px; }
  .ag-theme-bootstrap .ag-column-drop-horizontal .ag-right-arrow {
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNC41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTkuOTkzIDQuN1YyLjk5M2gtNnY2SDUuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDUuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTUgMmgxdjhINXoiLz48L2c+PGcgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSByb3RhdGUoLTQ1IDAgMjIuODc0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTkuNDkzIDQuMnYtLjcwN2gtNXY1SDUuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 12px;
      height: 12px;
      opacity: 1;
      width: 12px; }
  .ag-theme-bootstrap .ag-column-drop-horizontal .ag-left-arrow {
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNS41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTcuOTkzIDQuN1YyLjk5M2gtNnY2SDMuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDYuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTYgMmgxdjhINnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDQuOTkzIDUuOTkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTcuNDkzIDQuMnYtLjcwN2gtNXY1SDMuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 12px;
      height: 12px;
      opacity: 1;
      width: 12px; }
  .ag-theme-bootstrap .ag-column-drop-horizontal .ag-left-arrow,
    .ag-theme-bootstrap .ag-column-drop-horizontal .ag-right-arrow {
      overflow: hidden;
      text-indent: 100%;
      height: 100%;
      margin: 0 4px;
      opacity: 1; }
  .ag-theme-bootstrap .ag-column-drop-horizontal .ag-column-drop-empty-message {
      height: 100%;
      line-height: 25px;
      opacity: 0.5; }
  .ag-theme-bootstrap .ag-column-drop-cell {
    background: #ecf0f1;
    border-radius: 16px;
    height: 16px !important;
    margin-top: 4px;
    padding: 0 2px; }
  .ag-theme-bootstrap .ag-column-drop-cell .ag-column-drop-cell-text {
      height: 100%;
      line-height: 16px;
      margin: 0 4px; }
  .ag-theme-bootstrap .ag-column-drop-cell .ag-column-drop-cell-button {
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkgOC4xNTRMOC4xNTQgOSA2IDYuODQ2IDMuODQ2IDkgMyA4LjE1NCA1LjE1NCA2IDMgMy44NDYgMy44NDYgMyA2IDUuMTU0IDguMTU0IDMgOSAzLjg0NiA2Ljg0NiA2eiIgZmlsbD0iIzMzMyIvPjwvc3ZnPg==);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 12px;
      height: 12px;
      opacity: 1;
      width: 12px;
      overflow: hidden;
      text-indent: 100%;
      min-width: 16px;
      height: 100%;
      margin: 0 2px;
      opacity: 1; }
  .ag-theme-bootstrap .ag-column-drop-cell .ag-column-drop-cell-button:hover {
        opacity: 1; }
  .ag-theme-bootstrap .ag-column-drop-cell .ag-column-drag {
      margin-left: 8px;
      margin-top: 2px;
      width: 12px; }
  .ag-theme-bootstrap .ag-select-agg-func-popup {
    background: #f6f6f6;
    border-radius: 0;
    box-shadow: none;
    padding: 4px;
    background: white;
    height: 70px;
    padding: 0; }
  .ag-theme-bootstrap .ag-select-agg-func-popup .ag-virtual-list-item {
      cursor: default;
      line-height: 20px;
      padding-left: 8px; }
  .ag-theme-bootstrap .ag-select-agg-func-popup .ag-virtual-list-item:hover {
      background-color: #bde2e5; }
  .ag-theme-bootstrap .ag-set-filter-list,
  .ag-theme-bootstrap .ag-menu-column-select-wrapper {
    width: auto; }
  .ag-theme-bootstrap .ag-column-drop-vertical > .ag-column-drop-cell {
    float: left;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-top: 0; }
  .ag-theme-bootstrap .ag-cell-data-changed {
    background-color: #cec !important; }
  .ag-theme-bootstrap .ag-cell-data-changed-animation {
    background-color: transparent;
    transition: background-color 1s; }
  .ag-theme-bootstrap .ag-row-stub {
    background-color: #f0f0f0; }
  .ag-theme-bootstrap .ag-stub-cell {
    padding-left: 12px;
    padding-top: 4px; }
  .ag-theme-bootstrap .ag-stub-cell .ag-loading-icon {
      float: left;
      height: 100%; }
  .ag-theme-bootstrap .ag-stub-cell .ag-loading-text {
      float: left;
      height: 100%;
      margin-left: 4px;
      margin-top: 4px; }
  .ag-theme-bootstrap .ag-floating-top {
    border-bottom: 1px solid transparent; }
  .ag-theme-bootstrap .ag-floating-bottom {
    border-top: 1px solid transparent; }
  .ag-theme-bootstrap .ag-floating-top, .ag-theme-bootstrap .ag-floating-bottom {
    background-color: #f0f0f0; }
  .ag-theme-bootstrap .ag-floating-top .ag-row, .ag-theme-bootstrap .ag-floating-bottom .ag-row {
      background-color: #f0f0f0; }
  .ag-theme-bootstrap .ag-rtl {
    text-align: right; }
  .ag-theme-bootstrap .ag-rtl .ag-numeric-cell {
      text-align: left; }
  .ag-theme-bootstrap .ag-rtl .ag-header-cell-menu-button {
      float: left; }
  .ag-theme-bootstrap .ag-rtl .ag-header-cell-label > span {
      float: right; }
  .ag-theme-bootstrap .ag-rtl .ag-header-cell-label .ag-header-icon {
      margin-top: 2px; }
  .ag-theme-bootstrap .ag-rtl .ag-numeric-header .ag-header-cell-menu-button {
      float: right; }
  .ag-theme-bootstrap .ag-rtl .ag-numeric-header .ag-header-cell-label {
      float: left; }
  .ag-theme-bootstrap .ag-rtl .ag-numeric-header .ag-header-cell-label > span {
        float: left; }
  .ag-theme-bootstrap .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel span {
      float: right; }
  .ag-theme-bootstrap .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select {
      margin-right: 4px; }
  .ag-theme-bootstrap .ag-rtl .ag-tool-panel-wrapper .ag-pivot-mode-panel .ag-pivot-mode-select .ag-checkbox-label {
        margin-right: 4px; }
  .ag-theme-bootstrap .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-icon {
      float: right; }
  .ag-theme-bootstrap .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
      clear: left;
      float: right; }
  .ag-theme-bootstrap .ag-rtl .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
      padding-left: 4px;
      padding-right: 16px; }
  .ag-theme-bootstrap .ag-rtl .ag-filter-checkbox {
      float: right;
      margin-left: 4px; }
  .ag-theme-bootstrap .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group span,
    .ag-theme-bootstrap .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column span {
      float: right; }
  .ag-theme-bootstrap .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-select-checkbox,
    .ag-theme-bootstrap .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column-group .ag-column-group-icons,
    .ag-theme-bootstrap .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-select-checkbox,
    .ag-theme-bootstrap .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column .ag-column-group-icons {
      margin-left: 4px;
      margin-right: 4px; }
  .ag-theme-bootstrap .ag-rtl .ag-column-select-panel .ag-column-tool-panel-column.ag-toolpanel-add-group-indent {
      margin-left: 0;
      margin-right: 20px; }
  .ag-theme-bootstrap .ag-rtl .ag-icon-tree-closed {
      background-color: transparent;
      background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzMzMyIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTkgNXYySDNWNXoiLz48L2c+PC9zdmc+);
      background-position: center;
      background-repeat: no-repeat;
      background-size: 12px 12px;
      height: 12px;
      opacity: 1;
      width: 12px; }
  .ag-theme-bootstrap .ag-rtl .ag-header-group-cell-label {
      height: 100%; }
  .ag-theme-bootstrap .ag-rtl .ag-header-group-cell-label span {
        float: right;
        height: 100%; }
  .ag-theme-bootstrap .ag-rtl .ag-header-select-all:not(.ag-hidden) + .ag-cell-label-container {
      float: right; }
  .ag-theme-bootstrap .ag-rtl .ag-header-select-all {
      margin-left: 12px;
      margin-right: 0; }
  .ag-theme-bootstrap .ag-rtl .ag-selection-checkbox + .ag-cell-value:not(:empty), .ag-theme-bootstrap .ag-rtl .ag-selection-checkbox + .ag-group-value:not(:empty),
    .ag-theme-bootstrap .ag-rtl .ag-group-checkbox + .ag-cell-value:not(:empty),
    .ag-theme-bootstrap .ag-rtl .ag-group-checkbox + .ag-group-value:not(:empty),
    .ag-theme-bootstrap .ag-rtl .ag-group-expanded + .ag-cell-value:not(:empty),
    .ag-theme-bootstrap .ag-rtl .ag-group-expanded + .ag-group-value:not(:empty),
    .ag-theme-bootstrap .ag-rtl .ag-group-contracted + .ag-cell-value:not(:empty),
    .ag-theme-bootstrap .ag-rtl .ag-group-contracted + .ag-group-value:not(:empty) {
      display: inline-block;
      margin-right: 12px;
      margin-left: initial; }
  .ag-theme-bootstrap .ag-rtl .ag-selection-checkbox + .ag-group-checkbox,
    .ag-theme-bootstrap .ag-rtl .ag-group-checkbox + .ag-group-checkbox,
    .ag-theme-bootstrap .ag-rtl .ag-group-expanded + .ag-group-checkbox,
    .ag-theme-bootstrap .ag-rtl .ag-group-contracted + .ag-group-checkbox {
      margin-right: 12px;
      margin-left: initial; }
  .ag-theme-bootstrap .ag-rtl .ag-column-drop-horizontal {
      padding-right: 12px; }
  .ag-theme-bootstrap .ag-rtl .ag-column-drop-horizontal span {
        float: right; }
  .ag-theme-bootstrap .ag-rtl .ag-column-drop-horizontal > div:first-child {
        float: right; }
  .ag-theme-bootstrap .ag-rtl .ag-column-drop-horizontal .ag-icon-group,
      .ag-theme-bootstrap .ag-rtl .ag-column-drop-horizontal .ag-icon-pivot {
        margin-left: 12px;
        margin-right: 0; }
  .ag-theme-bootstrap .ag-rtl .ag-column-drop-horizontal .ag-right-arrow {
        background-color: transparent;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNC41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTkuOTkzIDQuN1YyLjk5M2gtNnY2SDUuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDUuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTUgMmgxdjhINXoiLz48L2c+PGcgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSByb3RhdGUoLTQ1IDAgMjIuODc0KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTkuNDkzIDQuMnYtLjcwN2gtNXY1SDUuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        height: 12px;
        opacity: 1;
        width: 12px;
        height: 100%; }
  .ag-theme-bootstrap .ag-rtl .ag-column-drop-horizontal .ag-left-arrow {
        background-color: transparent;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNNS41IDEuNWgydjloLTJ6Ii8+PHBhdGggZD0iTTcuOTkzIDQuN1YyLjk5M2gtNnY2SDMuN1Y0LjdoNC4yOTN6IiBpZD0iYiIvPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0icm90YXRlKDkwIDYuNSA2KSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYSIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTYgMmgxdjhINnoiLz48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDQuOTkzIDUuOTkzKSI+PHVzZSBmaWxsPSIjRDhEOEQ4IiB4bGluazpocmVmPSIjYiIvPjxwYXRoIHN0cm9rZT0iIzMzMyIgZD0iTTcuNDkzIDQuMnYtLjcwN2gtNXY1SDMuMlY0LjJoNC4yOTN6Ii8+PC9nPjwvZz48L3N2Zz4=);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px 12px;
        height: 12px;
        opacity: 1;
        width: 12px;
        height: 100%; }
  .ag-theme-bootstrap .ag-rtl .ag-floating-filter-body {
      float: right;
      margin-left: 0; }
  .ag-theme-bootstrap .ag-rtl .ag-floating-filter-button {
      float: left; }
  .ag-theme-bootstrap .ag-rtl .ag-header .ag-header-cell-resize::after {
      border-left: 1px solid transparent;
      border-right: 0; }
  .ag-theme-bootstrap .ag-rtl .ag-column-drag {
      background-position-x: right; }
  .ag-theme-bootstrap .ag-status-bar {
    background: white;
    border: 1px solid transparent;
    border-top: 0;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 14px;
    font-family: "Helvetica Neue", sans-serif;
    padding-right: 16px;
    padding-left: 16px; }
  .ag-theme-bootstrap .ag-name-value-value {
    color: black; }
  .ag-theme-bootstrap .ag-status-bar-center {
    text-align: center; }
  .ag-theme-bootstrap .ag-name-value {
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .ag-theme-bootstrap .ag-details-row {
    padding: 20px; }
  .ag-theme-bootstrap .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-bootstrap .ag-overlay-loading-center {
    background: #f6f6f6;
    border-radius: 0;
    box-shadow: none;
    padding: 4px; }
  .ag-theme-bootstrap .ag-side-bar {
    background-color: #f6f6f6;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    position: relative; }
  .ag-theme-bootstrap .ag-side-bar .ag-side-buttons {
      padding-top: 16px;
      background: white;
      border-bottom: 1px solid transparent;
      position: relative; }
  .ag-theme-bootstrap .ag-side-bar .ag-side-buttons .ag-side-button button {
        background: transparent;
        border: 0;
        color: black;
        padding: 8px 0 8px 0;
        width: 100%;
        margin: 0;
        min-height: 72px;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: transparent;
        background-position-y: 4px;
        background-position-x: center;
        background-repeat: no-repeat; }
  .ag-theme-bootstrap .ag-side-bar .ag-side-buttons .ag-selected button {
        background-color: #f6f6f6;
        margin-left: -1px;
        padding-left: 1px;
        width: calc(100% + 1px);
        border-color: transparent; }
  .ag-theme-bootstrap .ag-side-bar .ag-panel-container {
      border-right: 1px solid transparent; }
  .ag-theme-bootstrap .ag-side-bar.full-width .ag-panel-container {
      border-right: 0; }
  .ag-theme-bootstrap .ag-side-bar .ag-column-drop {
      min-height: 50px; }
  .ag-theme-bootstrap .ag-rtl .ag-side-bar .ag-panel-container {
    border-left: 1px solid transparent;
    border-right: 0; }
  .ag-theme-bootstrap .ag-rtl .ag-side-bar.full-width .ag-panel-container {
    border-left: 0; }
  .ag-theme-bootstrap .ag-primary-cols-filter {
    width: 100%; }
  .ag-theme-bootstrap .ag-primary-cols-filter:disabled {
      color: rgba(0, 0, 0, 0.5);
      background-color: #ebebeb; }
  .ag-theme-bootstrap .ag-primary-cols-filter-wrapper {
    margin-left: 4px;
    margin-right: 4px; }
  .ag-theme-bootstrap .sass-variables::after {
    content: '{ "autoSizePadding": "12px", "headerHeight": "25px", "groupPaddingSize": "24px", "footerPaddingAddition": "16px", "virtualItemHeight": "20px", "aggFuncPopupHeight": "70px", "checkboxIndentWidth": "16px", "leafNodePadding": "12px", "rowHeight": "25px", "gridSize": "4px", "iconSize": "12px" }';
    display: none; }
  .ag-theme-bootstrap .ag-tab-header {
    background-color: #e6e6e6; }
  .ag-theme-bootstrap .ag-faded {
    opacity: 0.3; }
  .ag-theme-bootstrap .ag-column-drop-horizontal.ag-column-drop {
    border: 1px solid transparent;
    border-bottom: 0; }
  .ag-theme-bootstrap .ag-column-drop-horizontal.ag-column-drop:last-child {
    border-left: 0; }
  .ag-theme-bootstrap .ag-header-cell-resize::after {
    height: 25px;
    margin-top: 0; }
  .ag-theme-bootstrap .ag-header-cell {
    border-right: 1px solid transparent; }
  .ag-theme-bootstrap .ag-header-group-cell {
    border-right: 1px solid transparent; }
  .ag-theme-bootstrap .ag-root {
    border: 1px solid transparent; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper {
    border-right: 1px solid transparent; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-empty-message {
    line-height: 25px; }
  .ag-theme-bootstrap .ag-floating-filter-button {
    margin-top: 8px; }
  .ag-theme-bootstrap .ag-filter .ag-filter-apply-panel {
    border-top: 1px solid transparent;
    justify-content: flex-start; }
  .ag-theme-bootstrap .ag-cell-focus {
    border: 1px solid darkgrey; }
  .ag-theme-bootstrap .ag-menu .ag-menu-option-active {
    background-color: #bde2e5; }
  .ag-theme-bootstrap .ag-menu .ag-menu-option {
    line-height: 24px; }
  .ag-theme-bootstrap .ag-column-drop-cell {
    background: #ecf0f1;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    height: 18px !important; }
  .ag-theme-bootstrap .ag-column-drop-cell .ag-column-drop-cell-button {
      height: calc(100% - 4px);
      margin-bottom: 2px;
      margin-top: 2px; }
  .ag-theme-bootstrap .ag-column-drop-cell .ag-column-drop-cell-button:hover {
      border: 1px solid transparent; }
  .ag-theme-bootstrap .ag-cell-highlight {
    background-color: rgba(120, 120, 120, 0.4);
    border-bottom: 2px solid darkgreen; }
  .ag-theme-bootstrap .ag-cell-highlight-animation {
    transition: all 1s; }
  .ag-theme-bootstrap .ag-group-expanded .ag-icon-contracted:empty {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZT0iIzMzMyIgeD0iMS41IiB5PSIxLjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjkiIHJ4PSIxIi8+PHBhdGggZmlsbD0iIzMzMyIgZD0iTTkgNXYySDNWNXoiLz48L2c+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-bootstrap .ag-rtl .ag-icon-tree-closed {
    background-color: transparent;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMgNmw0LTR2OHoiIGZpbGw9IiMzMzMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    height: 12px;
    opacity: 1;
    width: 12px; }
  .ag-theme-bootstrap .ag-cell-inline-editing {
    height: 25px;
    padding: 0; }
  .ag-theme-bootstrap .ag-tool-panel-wrapper .ag-column-drop .ag-column-drop-title {
    float: none; }
  .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column-group,
  .ag-theme-bootstrap .ag-column-select-panel .ag-column-tool-panel-column {
    height: 20px;
    line-height: 20px; }
  .ag-theme-bootstrap .ag-filter .ag-filter-header-container {
    height: 24px; }
  .ag-theme-bootstrap .ag-tab {
    box-sizing: initial; }
  .ag-theme-bootstrap .ag-filter .ag-filter-value {
    line-height: 16px; }
  .ag-theme-bootstrap .ag-selection-checkbox span {
    position: relative;
    top: 0; }
  .ag-theme-bootstrap .ag-rich-select-value {
    border-bottom: 1px solid transparent; }
  .ag-theme-bootstrap .ag-header-cell-moving .ag-header-cell-label {
    opacity: 0.5; }
  .ag-theme-bootstrap .ag-header-cell-moving {
    background-color: #bebebe; }
  .ag-theme-bootstrap .ag-overlay-loading-wrapper {
    background-color: rgba(255, 255, 255, 0.5); }
  .ag-theme-bootstrap .ag-overlay-loading-center {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    color: black;
    padding: 10px; }
  .ag-theme-bootstrap .ag-column-name-filter {
    height: 16px; }
  .ag-theme-bootstrap .ag-column-drop-cell .ag-column-drag {
    background-position-y: 0 !important; }
  .ag-theme-bootstrap .ag-menu, .ag-theme-bootstrap .ag-theme-bootstrap.ag-dnd-ghost, .ag-theme-bootstrap .ag-cell-inline-editing, .ag-theme-bootstrap .ag-popup-editor, .ag-theme-bootstrap .ag-select-agg-func-popup, .ag-theme-bootstrap .ag-overlay-loading-center {
    border: 1px solid #ccc; }





.dropdown-menu {
  border-radius: 0;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

  .dropdown-menu.dropdown-menu-right {
    left: auto;
    right: 0;
  }

  .dropdown-item .fa,
.dropdown-item .icon {
  margin-right: 5px;
  vertical-align: middle;
}

  .btn {
  cursor: pointer;
}

  .btn:not([disabled]):not(.disabled):not(.btn-link):hover, .btn:not([disabled]):not(.disabled):not(.btn-link):focus {
    text-decoration: none;
    transform:unset;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
  }

  .btn[disabled] {
    cursor: not-allowed;
  }

  .btn .icon,
  .btn .fa {
    font-size: 14px;
    margin-right: 5px;
  /*  width: 20px; */
  /*  vertical-align: middle; */
  }

  .app-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background-color: #203a43;
  margin: -30px -30px 30px;
  padding: 20px 30px;
  background-color: #14377e8f;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

  @media print {
  .app-title {
    display: none;
  }
}

  @media (max-width: 480px) {
  .app-title {
    margin: -15px -15px 15px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

  .app-title h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}

  .app-title p {
  margin-bottom: 0;
  font-style: italic;
}

  @media (max-width: 480px) {
  .app-title p {
    display: none;
  }
}

  .tile {
  position: relative;
  color: black;
  background: #e9ebee;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  /* margin-bottom: 30px; */
  transition: all 0.3s ease-in-out;
}

  @media print {
  .tile {
    border: 1px solid #ddd;
  }
}

  .tile.small {
  padding: 0;
}

  .tile .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  color: #555;
  border-radius: 3px;
}

  .tile .overlay .l-text {
    font-size: 24px;
    margin-top: 15px;
  }

  .tile .tile-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

  .tile .tile-title-w-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

  .tile .tile-title-w-btn p {
    margin: 0;
  }

  .tile .tile-title-w-btn .title {
    margin: 0;
  }

  .tile .tile-title-w-btn .side {
    margin-bottom: 0;
    padding-left: 0;
  }

  .tile .tile-title-w-btn .btn-group {
    flex: 0 0 auto;
  }

  .tile .tile-footer {
  border-top: 1px solid #ddd;
  padding: 20px 0 0 0;
  margin-top: 10px;
}

  .tile .tile-footer::after {
    display: block;
    content: "";
    clear: both;
  }

  .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

  .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

  .nav-link:hover, .nav-link:focus {
    text-decoration: none;
  }

  .nav-link.disabled {
    color: #6c757d;
  }

  .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: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
    }

  .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent;
    }

  .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
      color: #495057;
      background-color: #FFF;
      border-color: #dee2e6 #dee2e6 #FFF;
    }

  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .tab-content > .tab-pane {
  display: none;
}

  .tab-content > .active {
  display: block;
}

  .view-img-modal {
  max-width: 80% !important;
}

  .form-group {
  margin-bottom: 0.5rem !important;
}

  .btn.input-group-append {
 /* padding: 0px 15px !important; */
}

  .btn.input-group-append .fa {
    margin-right: 0px !important;
  }

  .btn .fa {
  margin-right: 0 !important;
}

  span.form-control {
  min-height: 30px;
}

  span.form-control[disabled=""] {
    background-color: #e9ecef;
    opacity: 1;
  }

  .dropdown-menu.dropdown-menu-right {
  right: auto !important;
}

  .app-title p {
  font-size: 12pt;
}

  .app-title {
  animation-name: app-title;
  -webkit-animation-name: app-title;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

  @-webkit-keyframes app-title {
  from {
    transform: translateY(-80px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

  @keyframes app-title {
  from {
    transform: translateY(-80px);
    opacity: 0;
  }

  to {
    transform: translateY(0px);
    opacity: 1;
  }
}

  /*+NG_SELECT+*/

  .ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9
}

  .ng-select.ng-select-opened > .ng-select-container:hover {
    box-shadow: none
  }

  .ng-select.ng-select-opened > .ng-select-container .ng-arrow {
    top: -2px;
    border-color: transparent transparent #999;
    border-width: 0 5px 5px
  }

  .ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
      border-color: transparent transparent #666
    }

  .ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

  .ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

  .ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)
}

  .ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9
}

  .ng-select .ng-has-value .ng-placeholder {
  display: none
}

  .ng-select .ng-select-container {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center
}

  .ng-select .ng-select-container:hover {
    box-shadow: 0 1px 0 rgba(0,0,0,0.06)
  }

  .ng-select .ng-select-container .ng-value-container {
    align-items: center;
    padding-left: 10px
  }

  .ng-select .ng-select-container .ng-value-container .ng-placeholder {
      color: #aaa
    }

  .ng-select.ng-select-single .ng-select-container {
  height: 36px
}

  .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
    left: 0;
    padding-left: 10px;
    padding-right: 50px;
    top: 5px
  }

  .ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3
}

  .ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
    padding: 0px 5px
  }

  .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-left: 7px;
  padding-top: 5px
}

  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
    font-size: 0.9em;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #f5faff;
    border-radius: 2px;
    border: 1px solid #c2e0ff
  }

  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-select-disabled {
      background-color: #f9f9f9;
      border: 1px solid #e3e3e3
    }

  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
      display: inline-block;
      padding: 0px 5px 0px 1px
    }

  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
      display: inline-block;
      padding: 0px 5px
    }

  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
        background-color: #d8eafd
      }

  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
        border-right: 1px solid #c2e0ff
      }

  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
        border-left: 1px solid #c2e0ff
      }

  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
    padding-bottom: 3px;
    padding-left: 3px
  }

  .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
    top: 5px;
    padding-bottom: 5px;
    padding-left: 3px
  }

  .ng-select .ng-clear-wrapper {
  color: #999
}

  .ng-select .ng-clear-wrapper .ng-clear:hover {
    color: #D0021B
  }

  .ng-select .ng-spinner-zone {
  padding-right: 5px;
  padding-top: 5px
}

  .ng-select .ng-arrow-wrapper {
  padding-right: 5px;
  width: 25px
}

  .ng-select .ng-arrow-wrapper .ng-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px
  }

  .ng-select .ng-arrow-wrapper .ng-arrow:hover {
      border-top-color: #666
    }

  .ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0,0,0,0.06)
}

  .ng-dropdown-panel.ng-select-bottom {
    top: 100%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: 1px;
   
    width: auto;
    border-top-color: #e6e6e6;
  /*  margin-top: -1px */
  }

  .ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px
    }

  .ng-dropdown-panel.ng-select-top {
    bottom: 100%;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-color: #e6e6e6;
    margin-bottom: -1px
  }

  .ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px
    }

  .ng-dropdown-panel .ng-dropdown-header {
    border-bottom: 1px solid #ccc;
    padding: 5px 7px
  }

  .ng-dropdown-panel .ng-dropdown-footer {
    border-top: 1px solid #ccc;
    padding: 5px 7px
  }

  .ng-dropdown-panel .ng-dropdown-panel-items {
    margin-bottom: 1px
  }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      cursor: default;
      padding: 8px 10px
    }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-select-disabled {
        color: rgba(0,0,0,0.54)
      }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
        background-color: #ebf5ff;
        color: #333
      }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected {
        color: #333;
        background-color: #f5faff;
        font-weight: 600
      }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
      background-color: #fff;
      color: rgba(0,0,0,0.87);
      padding: 8px 10px
    }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
        color: #333;
        background-color: #f5faff
      }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label {
          font-weight: 600
        }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
        background-color: #ebf5ff;
        color: #333
      }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
        color: #cccccc
      }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
        padding-left: 22px
      }

  .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
        padding-right: 5px;
        font-size: 80%;
        font-weight: 400
      }

  /*-NG_SELECT-*/

  /*+VALIDATION+*/

  .ng-untouched > div.med-errors {
  display: none;
}

  .ng-touched > div.med-errors,
.ng-dirty > div.med-errors {
  display: block;
}

  dic-search-empty
.ng-touched.ng-invalid > div.form-group > input, .ng-dirty.ng-invalid > div.form-group > input,
.ng-touched.ng-invalid > div.form-group > select, .ng-dirty.ng-invalid > div.form-group > select,
.ng-touched.ng-invalid > med-edit > div.form-group > input, .ng-dirty.ng-invalid > med-edit > div.form-group > input,
.ng-touched.ng-invalid > med-edit > div.form-group > select, .ng-dirty.ng-invalid > med-edit > div.form-group > select,
.ng-touched.ng-invalid > med-edit > div.form-group > .input-group > input,
.ng-dirty.ng-invalid > med-edit > div.form-group > .input-group > input,
.ng-invalid > med-edit > div.form-group > .input-group> input.ng-touched {
  border-color: red !important;
}

  .ng-touched.ng-valid > dir.form-group > input, .ng-touched.ng-dirty > dir.form-group > input,
.ng-touched.ng-valid > dir.form-group > select, .ng-touched.ng-dirty > dir.form-group > select,
.ng-touched.ng-valid > med-edit > div.form-group > input, .ng-dirty.ng-valid > med-edit > div.form-group > input,
.ng-touched.ng-valid > med-edit > div.form-group > select, .ng-dirty.ng-valid > med-edit > div.form-group > select,
.ng-touched.ng-valid > med-edit > div.form-group > .input-group > input,
.ng-touched.ng-valid > med-edit > div.form-group > .input-group > input {
  /*border-color: green !important;*/
}

  .error {
  color: red !important;
}

  .style-for-curent-dt-in-bs {
  /*color: red !important;
  background-color: darkgray;*/
  font-weight: 900;
  /*color: red !important;*/
  border: 1px solid red;
}

  .ng-touched.ng-invalid > div.form-group > ng-select > .ng-select-container, .ng-dirty.ng-invalid > div.form-group > ng-select > .ng-select-container,
.ng-touched.ng-invalid > div.form-group > ng-select > .ng-select-container, .ng-dirty.ng-invalid > div.form-group > ng-select > .ng-select-container,
.ng-touched.ng-invalid > med-edit > div.form-group > ng-select > .ng-select-container, .ng-dirty.ng-invalid > med-edit > div.form-group > ng-select > .ng-select-container,
.ng-touched.ng-invalid > med-edit > div.form-group > select, .ng-dirty.ng-invalid > med-edit > div.form-group > ng-select > .ng-select-container,
.ng-touched.ng-invalid > med-edit > div.form-group > .input-group > ng-select > .ng-select-container,
.ng-dirty.ng-invalid > med-edit > div.form-group > .input-group > ng-select > .ng-select-container {
  border-color: red !important; 
}

  span.baseReviewer {
  /*  padding-right:400px !important;*/
  color: white;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  display: content !important;
}

  span.login-info-header {
  font-size: 1.2rem;
  font-weight: 600;
}

  span.logo-text {
  background-color: unset !important;
}

  .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #676558a3 !important;
  color: white;
  text-align: center;
}

  .bs-datepicker-head {
  background-color: #676558a3 !important;
}

  a:hover, a:focus {
  outline: none !important;
  text-decoration: none !important;
}

  small {
  margin-right: auto !important;
  font-size: 95% !important;
  font-style: italic !important;
  font-weight: 600 !important;
}

  .ag-theme-fresh {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

  .ag-theme-fresh .ag-header {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }

  .dropdown-menu.dropdown-menu-right.show {
  overflow: auto;
  height: auto;
 /* transform: translate3d(-303px, 36px, 0px) !important; */
}

  .footer {
  z-index: 10;
}

  .tile {
  background: #e9ebee;
}

  button.btn.btn-primary.btn-sm, button.btn.btn-default.btn-sm.ng-star-inserted, button.btn.btn-default.dropdown-toggle.btn-sm, button.btn.btn-default.btn-sm {
  background: linear-gradient(to bottom,#2e4761, #497bb3eb);
  font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

  h3.tile-title {
  font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

  #enterbtn {
  width: 100%;
  margin-top: 20px;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  text-decoration: none;
  background: -moz-linear-gradient( top, #2e4761 0%, #497bb3eb);
  background: -webkit-gradient( linear, left top, left bottom, from(#2e4761), to(#497bb3eb));
  border-radius: 5px;
  border: 1px solid #737b8d;
  box-shadow: 0px 5px 5px rgba(000,000,000,0.1), inset 0px 1px 0px rgba(255,255,255,0.5);
  text-shadow: 0px 1px 3px rgba(000,000,000,0.3), 0px 0px 0px rgba(255,255,255,0);
  display: table;
  position: static;
  clear: both;
}

  .selcls {
  border: solid 1px #517B97;
  outline: 0;
  background: -moz-linear-gradient(top, #FFFFFF, #CAD9E3 1px, #FFFFFF 25px);
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  height: unset;
}

  span.baseReviewer {
  display: inline-block;
  /*margin-top: 22px; */
}

  li .glyphicon {
  margin-right: 10px;
}

  /* Highlighting rules for nav menu items */

  li.link-active a,
li.link-active a:hover,
li.link-active a:focus {
  background-color: #4189C7;
  color: white;
}

  .med-ag-header {
  font-style: italic;
  background-color: #E5E5E5;
}

  /* NEW*/

  body > app-root > nb-layout > div.scrollable-container > div > nb-layout-header > .fixed {
  background-color: #14377e !important;
  font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif !important;
  box-shadow: 0 10px 20px rgba(0,0,0,.5) !important;
  padding-top:0;
}

  .main-container.main-container-fixed {
  background-color:  #dee2e6  !important;
}

  .nb-theme-cosmic > nb-sidebar > .main-container {
  height: 100vh;
  width: 20.25rem;
  background:  #c0dbf3  !important;
}

  .nb-theme-cosmic > nb-menu {
  font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  background:  #c0dbf3 !important;
  color: #7395A1;
}

  body > app-root > nb-layout > div.scrollable-container > div > div > nb-sidebar > div > div > nav-menu > nb-sidebar-header > nb-menu {
  font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  background: #dee2e6  !important;
  color: black;
}

  body > app-root > nb-layout > div.scrollable-container > div > div > nb-sidebar > div > div {
  
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

  body > app-root > nb-layout > div.scrollable-container > div > div > div > nb-layout-footer > .fixed {
 
  background-color: #14377e !important;
  color: #a1a1e5;
  border-top: 1px solid #59586d;
}

  .nb-theme-cosmic > nb-layout > .layout .layout-container .content > nb-layout-footer > .fixed {
  padding: 0rem;
  background-image: linear-gradient(to right, #203A43, #203A43,#2C5364) !important;
  color: #a1a1e5;
  border-top: 1px solid #59586d;
}

  body > app-root > nb-layout > div.scrollable-container > div > div > div > div > nb-layout-column {
  background-image: url('rzo-bg.669904ccb2f627b76311.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

  .nb-theme-cosmic > select {
  height: calc(1rem + 15px);
}

  .nb-theme-cosmic select.form-control:not([size]):not([multiple]) {
  height: calc(1rem + 15px) !important;
}

  input::-moz-placeholder {
  color: red;
}

  input:-ms-input-placeholder {
  color: red;
}

  input::placeholder {
  color: red;
}

  .nb-theme-cosmic nb-menu .menu-item a {
  padding: 0.25rem 0.2rem;
  border-radius: 0.5rem;
}

  .nb-theme-cosmic .form-control {
  padding: 0.25rem 0.5rem !important;
  color: black !important;
  /* background-color: white ; */
  border: 1px solid #212529;
  font-family: Roboto;
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#FFFFFF));
}

  .form-control:disabled {
  border-color: #212529 !important;
  background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #CAD9E3), to(#a4abb3));
}

  .nb-theme-cosmic .form-control:focus {
  border: 2px solid #212529;
  background-color: white !important;
  box-shadow: none;
}

  .nb-theme-cosmic .btn.btn-primary {
  background-color: #6c757d !important;
  /*font-size: .765625rem !important; */
  line-height: initial !important; 
  border-radius: 3px !important;
  margin-left: 5px ! important;
}

  .nb-theme-cosmic nb-layout .layout .layout-container .content .columns nb-layout-column {
  /*padding: 0;*/
}

  .nb-theme-cosmic nb-layout .layout {
  font-family: Roboto;
  font-size: 1rem;
  line-height: 1.25;
  color: #a1a1e5;
  background: #f8f9fa;
  min-height: 100vh;
}

  nb-menu .menu-item a.active {
  background-color: #878b90;
  color: #ffffff;
  font-weight: 500;
}

  .nb-theme-cosmic > nb-menu > .menu-item .menu-icon {
  font-size: 2rem !important;
  width: 2.5rem;
  margin: 0 0.25rem 0;
  text-align: center;
  color: #7395A1 !important;
}

  .menu-item a.active {
  background-color: #777e86 !important;
  color: #ffffff;
  font-weight: 500;
}

  .nb-theme-cosmic nb-menu .menu-group {
  font-weight: bold;
  font-size: 2 rem;
  color: #7395A1;
  padding: 1rem 1.25rem;
}

  .nb-theme-cosmic nb-menu .menu-item .menu-icon {
  font-size: 2rem !important;
  width: 2.5rem;
  margin: 0 0.25rem 0;
  text-align: center;
  color: #0f3863 !important;
}

  .nb-theme-cosmic nb-menu .menu-item a:hover, .nb-theme-cosmic nb-menu .menu-item a.active {
  background-color: #76a3cd !important;
  color: #ffffff;
  /*font-weight: 500; */
}

  .nb-theme-cosmic nb-sidebar.compacted nb-menu .menu-item a.active::before {
  position: absolute;
  content: '';
  top: 0;
  height: 100%;
  width: 4px;
  background: #14377e !important;
}

  .loader {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

  .loader__img {
  width: 128px;
  height: 128px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  -webkit-user-select: none;
}

  .loader__text {
  padding: 0 10px;
  display: inline-block;
  -webkit-user-select: none;
}

  .mdSizeCard {
  margin: auto;
  width: 60%;
}

  .smSizeCard {
  margin: auto;
  width: 40%;
}

  .lgSizeCard {
  margin: auto;
  width: 100%;
}

  button.btn.btn-success.btn-sm {
  background: linear-gradient(to bottom,#2e4761, #497bb3eb);
  font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

  button.btn.btn-warning.btn-sm.ng-star-inserted {
  background: linear-gradient(to bottom,#2e4761, #497bb3eb);
  font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

  .nb-theme-cosmic nb-menu .menu-item > .menu-items > .menu-item {
  border: none;
  background: #c0dbf3;
  color: #181818;
 padding: 0px;
}

  .nb-theme-cosmic nb-menu .menu-item > .menu-items {
  background-color: transparent;
}

  .nb-theme-cosmic nb-menu .menu-item > .menu-items > .menu-item a {
    border: none;
    padding: .5rem 1rem;
    padding-left: 0rem;
  }

  .nb-theme-cosmic nb-menu .menu-item > .menu-items > .menu-item a.active {
      background-color: rgba(0, 255, 170, 0.25);
      color: #ffffff;
      border-color: #dadfe6;
      box-shadow: 0 2px 12px 0 #a4abb3;
      /* box-shadow: 0 2px 12px 0 rgba(0, 255, 170, 0.25); */
    }

  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #FFF;
  background: linear-gradient(to bottom,#2e4761, #497bb3eb);
  font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  border-color: linear-gradient(to bottom,#2e4761, #497bb3eb);
}

  .nb-theme-cosmic .btn {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
 
  border: 2px solid transparent;
  transition: none;
  cursor: default;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.5rem;
}

  i.menu-icon.fa.fa-circle.ng-star-inserted {
  font-size: .7rem !important;
}

  i.menu-icon.ion-android-radio-button-off.ng-star-inserted {
  font-size: 1rem !important;
}

  span.menu-title {
  padding-left: 0rem;
}

  a[title^="Наглядова пробація   "] > span.menu-title::after {
  content: " 🔔";
  filter: invert(1) hue-rotate(135deg);
  font-size: 100%;
}

  a[href^="/regDossier?transfer=1"] > span.menu-title::after {
  content: " 🔔";
  filter: invert(1) hue-rotate(135deg);
  font-size: 100%;
}

  i.menu-icon.fa.fa-minus.ng-star-inserted {
  font-size: 1rem !important;
  padding-left: 2.5rem;
}

  .nb-theme-cosmic .btn.btn-secondary:active, .nb-theme-cosmic .btn.btn-secondary.active, .nb-theme-cosmic .btn.btn-secondary:active:focus {
  color: #ffffff;
  background-color: #dee2e6;
  border-color: transparent;
  box-shadow: none;
}

  .nb-theme-cosmic .btn.btn-secondary:hover, .nb-theme-cosmic .btn.btn-secondary.hover {
  color: #ffffff;
  background-color: #a4abb3;
  border-color: transparent;
}

  .opaco {
  background-color: #000000;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 70);
  filter: alpha(opacity=70);
  moz-opacity: 0.55;
  -khtml-opacity: 0.55;
  opacity: 0.55;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9000;
}

  .Form {
  top: 30px;
  position: fixed;
  display: block;
  border: 2px solid #0C234B;
  background-color: #FFFFFF
}

  .Form .button {
    border: 0px solid #000000;
    background: #0C234B; /*url('Button.png')*/
    color: #FFFFFF;
    height: 24px;
    width: 72px;
    font-size: 12px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    margin: 10px 0px 5px 5px;
  }

  .Form .edit {
    border: 1px solid #000000;
    background: #FFFFFF;
    color: #000000;
    width: 260px;
    height: 16px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 1px 0px 0px 0px;
  }

  .Form .select {
    border: 1px solid #000000;
    background: #FFFFFF;
    color: #000000;
    width: 264px;
    height: 20px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .FormHeader {
  color: #0C234B;
  text-align: left;
  font-size: 12pt;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 15px;
}

  button.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}

  .tooltips {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

  .tooltips .tooltiptexts {
    visibility: hidden;
    width: 240px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -120px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .tooltips .tooltiptexts::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent;
    }

  .tooltips:hover .tooltiptexts {
    visibility: visible;
    opacity: 1;
  }

  i.far.fa-question-circle {
  font: normal normal normal 14px/1 FontAwesome !important;
  color: mediumblue;
  margin-left: 5px;
}

  i.far.fa-info-circle {
  font: normal normal normal 16px/1 FontAwesome !important;
  color: mediumblue;
  margin-left: 5px;
}

  .nb-theme-cosmic nb-sidebar {
  width: 20.25rem;
}

  .nb-theme-cosmic nb-sidebar.expanded {
    width: 20.25rem;
  }

  .nb-theme-cosmic nb-sidebar .main-container {
    height: 100vh;
    width: 20.25rem;
    /* background: #3d3780; */
  }

  ::-moz-placeholder {
  color: black;
}

  :-ms-input-placeholder {
  color: black;
}

  ::placeholder {
  color: black;
}

  .nb-theme-cosmic nb-accordion nb-accordion-item {
  font-family: Roboto;
  font-weight: 400;
  background: #e9ebee;
  color: black;
}

  .nb-theme-cosmic nb-accordion nb-accordion-item:not(.collapsed) + nb-accordion-item nb-accordion-item-header {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f8f9fa;
  }

  .nb-theme-cosmic nb-accordion nb-accordion-item-header {
  position: relative;
  padding: 1.25rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f8f9fa !important;
  color: black;
  /* font-family: Exo; */
  font-size: 1.125rem;
  font-weight: 400;
}

  .nb-theme-cosmic nb-accordion nb-accordion-item-header h1,
  .nb-theme-cosmic nb-accordion nb-accordion-item-header h2,
  .nb-theme-cosmic nb-accordion nb-accordion-item-header h3,
  .nb-theme-cosmic nb-accordion nb-accordion-item-header h4,
  .nb-theme-cosmic nb-accordion nb-accordion-item-header h5,
  .nb-theme-cosmic nb-accordion nb-accordion-item-header h6 {
    color: black;
  }

  .nb-theme-cosmic [nbInput][disabled]:-ms-input-placeholder {
  color: black;
  font-size: 1rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-overflow: ellipsis;
}

  .nb-theme-cosmic [nbInput][disabled]::-moz-placeholder {
  color: black;
  font-size: 1rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-overflow: ellipsis;
}

  .nb-theme-cosmic [nbInput][disabled]::placeholder {
  color: black;
  font-size: 1rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-overflow: ellipsis;
}

  .nb-theme-cosmic [nbInput][disabled]::-webkit-input-placeholder {
  color: black;
  font-size: 1rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-overflow: ellipsis;
}

  .nb-theme-cosmic [nbInput][disabled]:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

  .nb-theme-cosmic [nbInput][disabled]::-moz-placeholder {
  color: black;
  font-size: 1rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-overflow: ellipsis;
}

  .nb-theme-cosmic [nbInput][disabled]:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

  .nb-theme-cosmic [nbInput][disabled]:-moz-placeholder {
  color: black;
  font-size: 1rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-overflow: ellipsis;
}

  .nb-theme-cosmic [nbInput][disabled]:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

  .nb-theme-cosmic [nbInput][disabled]:-ms-input-placeholder {
  color: black;
  font-size: 1rem;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-overflow: ellipsis;
}

  [dir=ltr] .nb-theme-cosmic .input-group-addon, [dir=ltr] .nb-theme-cosmic .input-group-icon {
  border-left: 1px solid #212529;
  border-right: none;
}

  .nb-theme-cosmic .input-group-addon, .nb-theme-cosmic .input-group-icon {
  font-size: 1rem;
  padding: 0.25rem 1rem;
  color: #f8f9fa;
}

  .nb-theme-cosmic .input-group-addon, .nb-theme-cosmic .form-control {
  padding: 0.75rem 1.125rem;
  color: #ffffff;
  background-color: #6c757d;
  font-family: Roboto;
  border-radius: 0.5rem;
}

  .dic-search-has-value .input-group-addon {
  color: #18ee8d;
  background-color: #768494;
}

  .nb-theme-cosmic a {
  color: #73a1ff;
}

  fieldset {
  font-family: sans-serif;
  border: 2px solid #1F497D;
  background: #e9ecef;
  border-radius: 5px;
  padding: 5px;
}

  legend {
  /* background: #1F497D; */
  /* color: #fff; */
 /* padding: 5px 10px;*/
 padding-left: 5px;
 padding-right: 5px;
  /* font-size: 32px; */
  border-radius: 5px;
  /* box-shadow: 0 0 0 5px #ddd; */
  /* margin-left: 20px; */
  margin-bottom: .0rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

  typeahead-container.dropdown.open.dropdown-menu {
  height: 40vh !important;
  overflow: scroll;
  transform: translate3d(0px, 28px, 0px) !important;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

  bs-datepicker-container {
  transform: translate3d(-18%, 27px, 0px) !important;
  /*will-change: transform !important;*/
}

  button.btn {
  padding: .3rem .5rem !important;
  background: linear-gradient(to bottom,#2e4761, #497bb3eb);
  font-family: Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

  span.input-group-addon {
  padding: 0.25rem 1rem !important;
}

  .nb-theme-cosmic .btn.btn-primary:disabled, .nb-theme-cosmic .btn.btn-primary.btn-disabled {
  opacity: 0.8 !important;
}

  .nb-theme-cosmic .input-group-addon, .nb-theme-cosmic .form-control {
  padding: 0.75rem 1.125rem;
  color: #ffffff;
  border: 1px solid #44434e !important;
  font-family: Roboto;
  border-radius: 0.5rem;
}

  .nb-theme-cosmic ::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
}

  .nb-theme-cosmic {
  scrollbar-face-color: #d3d2df !important;
  scrollbar-track-color: #72717a !important;
}

  .nb-theme-cosmic ::-webkit-scrollbar-thumb {
    background: #6c6b74 !important;
    cursor: pointer !important;
    border-radius: 2.5px !important;
  }

  .nb-theme-cosmic ::-webkit-scrollbar-track {
    background: #d2d0dd !important;
  }

  .nb-theme-cosmic nb-card {
    font-size: 1rem;
    line-height: 1.25;
    background: #6c6b74 !important;
    color: #d1d1ff;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 8px 20px 0 rgba(133, 132, 150, 0.6) !important;
    font-weight: 400;
    border: 0 solid #6c6b74 !important;
  }

  .nb-theme-cosmic nb-card-body {
    flex: 1;
    -ms-flex: 1 1 auto;
    overflow: auto;
    padding: 1.25rem;
    position: relative;
  }

  .nb-theme-cosmic nb-alert {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    background: #6c6b74 !important;
    color: #a1a1e5;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: none;
    padding: 1rem 1.125rem;
  }

  .nb-theme-cosmic nb-chat .scrollable {
    overflow: auto;
    flex: 1;
  }

  .nb-theme-cosmic .modal-body {
    font-family: Roboto;
    font-weight: 400;
    font-size: 1rem;
    padding: 1.25rem;
  }

  .nb-theme-cosmic nb-sidebar {
    font-size: 1rem;
    line-height: 1.25;
    box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
    scrollbar-face-color: #d3d2df !important;
    scrollbar-track-color: #72717a !important;
    width: 20.25rem;
    background: #d2d0dd !important;
    color: color-secondary;
  }

  .nb-theme-cosmic nb-card {
    font-size: 1rem;
    line-height: 1.25;
    background: #d2d0dd !important;
    color: #d1d1ff;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
    font-weight: 400;
    border: 0 solid #3d3780;
  }

  .nb-theme-cosmic nb-card-body {
    flex: 1;
    -ms-flex: 1 1 auto;
    overflow: auto;
    padding: 1.25rem;
    position: relative;
  }

  .nb-theme-cosmic nb-alert {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    background: #d2d0dd !important;
    color: #a1a1e5;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: none;
    padding: 1rem 1.125rem;
  }

  .ng-busy-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: unset;
  opacity: 0.7;
}

  nb-sidebar-header {
  padding:  0px !important;
  padding-left: 5% !important;
  padding-top: 5% !important;
  padding-right: 5% !important;
}

  .nb-theme-cosmic nb-card-header {
  padding: 1.25rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #4b4b4b !important;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  color: black !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-size: 1.125rem;
  font-weight: 500;
}

  .nb-theme-cosmic nb-card-header div:first-child {
    width: -webkit-min-content !important;
    width: -moz-min-content !important;
    width: min-content !important;
    white-space: normal !important;
  }

  .nb-theme-cosmic nb-card {
    font-size: 1rem;
    line-height: 1.25;
    background: #dadfe6 !important;
    color: black;
    margin-bottom: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 8px 20px 0 rgba(40, 37, 89, 0.6);
    font-weight: 400;
    border: 0 solid black !important;
  }

  .nb-theme-cosmic nb-card-body {
  flex: 1;
  -ms-flex: 1 1 auto;
  overflow: inherit !important;
  padding: 0 !important;
  position: relative;
}

  .nb-fold::before {
  content: unset;
}

  .nb-minimize::before {
  content: unset;
}

  i.nb-minimize {
  display: none !important;
}

  i.nb-fold {
  display: none !important;
}

  i.nb-close {
  color: black !important;
  font-size: 2rem !important;
}

  .nb-theme-cosmic a:hover, .nb-theme-cosmic a:focus {
  /*color: black !important;*/
}

  .nb-theme-cosmic a {
  /* color: #14377e !important; */
}

  .nav-tabs .nav-link {
  float: right;
  margin: 1px 1px 0;
  border-top-right-radius: 25px 170px;
  border-top-left-radius: 20px 90px;
 /* padding: 0 30px 0 25px; */ 
  height: auto;
  
  background:#dee2e6;
  position: relative;
  box-shadow: 0 10px 20px rgba(0,0,0,.5);
  max-width: inherit;
}

  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057 !important;
    background-color: #fcfcfc !important;
    /* border-color: #dee2e6 #dee2e6 #fff; */
    /* border: 2px solid #2595df; */
    border-top-right-radius: 30px 80px;
    border-top-left-radius: 30px 80px;
    /* border-bottom-left-radius: 33px; */
  }

  .nb-theme-cosmic a {
  color: #14377e;
}

  a.nav-link {
  color: black;
}

  .nb-theme-cosmic a:hover, .nb-theme-cosmic a:focus {
  color: black;
}

  .MedFixedModal {
  min-width: 80% !important;
  min-height: 80%;
  width: 80%;
}

  .ModalWithYScroll {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 80% !important;
  min-height: 80%;
  width: 80%;
}

  .ModalWithYScroll > nb-card > nb-card-body > .ng-star-inserted > div > div > div > div > div > form > div > div > med2-edit-datepicker > med-edit > .form-group > div > bs-datepicker-container {
    transform: translate3d(0px, 27px, 0px) !important;
  }

  .ModalWithYScroll > nb-card > nb-card-body > .ng-star-inserted > div > div > div > form > div > div > med2-edit-datepicker > med-edit > .form-group > div > bs-datepicker-container {
    transform: translate3d(0px, 27px, 0px) !important;
  }

  .nb-MedLargeModal {
    min-width: 80% !important;
    min-height: 80%;
    overflow-x: scroll !important;
    max-height: 100vh !important;
  }

  .userCardTile {
  min-width: -webkit-fill-available;
  width: -moz-available;
 
}

  .btn-group-sm>.btn, .btn-sm {
  padding: .25rem .5rem !important; 
  font-size: .765625rem !important;
  line-height: initial !important;
  border-radius: 3px !important;
  margin-left: 5px ! important;
}

  button.btn.btn-danger {
  margin-left: 5px ! important;
}

  .btn-info {

  margin-left: 5px !important;
}

  i.menu-icon.fa.fa-check.checkFontClass.ng-star-inserted {
  font-size:  14px !important;
  margin-left: 15% !important;
}

  i.menu-icon.fa.fa-minus.dicright.ng-star-inserted {
  padding-right: 25px;
}

  i.menu-icon.divideLine.ng-star-inserted {
  padding: 1%;
  width: 100%;
  border: dotted;
  border-top: unset;
  border-right: unset;
  border-left: unset;
}

  .modal-footer {
  display: flex;
  /* align-items: center; */
  justify-content: inherit !important;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

  ul.nav.nav-tabs {
  margin: 0;
  list-style-type: none;
 /* line-height: 35px; */
 /* max-height: 35px;*/
  overflow: hidden;
  display: flex;
  padding-right: 20px;
}

  .margin-for-one-file {
  margin-bottom: 0px;
  margin-top: 19px;
}

  .tab-container{
  background: #dee2e6;
  margin: 0;
  padding: 0;
  max-height: inherit;
}

  ul.tabs{
  margin: 0;
  list-style-type : none;
  line-height : 35px;
  max-height: 35px;
  overflow: hidden;
  display: inline-block;
  padding-right: 20px
}

  ul.tabs > li.active{
  z-index: 2;
  background: #efefef;
}

  ul.tabs > li.active:before{
  border-color : transparent #efefef transparent transparent;
}

  ul.tabs > li.active:after{
  border-color : transparent transparent transparent #efefef;
}

  ul.tabs > li{
  float : right;
  margin : 5px -10px 0;
  border-top-right-radius: 25px 170px;
  border-top-left-radius: 20px 90px;
  padding : 0 30px 0 25px;
  height: 170px;
  background: #ddd;
  position : relative;
  box-shadow: 0 10px 20px rgba(0,0,0,.5);
  max-width : 200px;
}

  ul.tabs > li > a{
  display: inline-block;
  max-width:100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #222;
}

  ul.tabs > li:before, ul.tabs > li:after{
  content : '';
  background : transparent;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  border-width: 10px;
  top: 0px;
  border-style : solid;
  position : absolute;
}

  ul.tabs > li:before{
  border-color : transparent #ddd transparent transparent;
  -webkit-transform : rotate(48deg);
  left: -23px;
}

  ul.tabs > li:after{
  border-color : transparent transparent transparent #ddd;
  -webkit-transform : rotate(-48deg);
  right: -17px;
}

  /* Clear Fix took for HTML 5 Boilerlate*/

  .clearfix:before, .clearfix:after { content: ""; display: table; }

  .clearfix:after { clear: both; }

  .clearfix { zoom: 1; }

  .nb-theme-cosmic h1, .nb-theme-cosmic h2, .nb-theme-cosmic h3, .nb-theme-cosmic h4, .nb-theme-cosmic h5, .nb-theme-cosmic h6, .nb-theme-cosmic .h1, .nb-theme-cosmic .h2, .nb-theme-cosmic .h3, .nb-theme-cosmic .h4, .nb-theme-cosmic .h5, .nb-theme-cosmic .h6 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
  font-weight: 500;
}

  .nb-theme-cosmic nb-actions {
  font-size: 1rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.25;
}

  .nb-theme-cosmic nb-layout .layout {
  /* font-family: Roboto; */
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: #a1a1e5;
  background: #f8f9fa;
  min-height: 100vh;
}

  .nb-theme-cosmic .input-group-addon, .nb-theme-cosmic .form-control {
  padding: 0.75rem 1.125rem;
  color: #ffffff;
  border: 1px solid #44434e !important;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border-radius: 0.5rem;
}

  .dropdown-menu-left {
    left: auto !important;
    right: 0px !important;
    top: 100%;
    transform: translateY(0px);
    bottom: auto;
}

  .dropdown-menu-empty:empty {
  display: none;
}

  .modal-dialog.midModal {
  max-width: 70rem;
}

  .tab-content {
  background: transparent;
}

  .nb-theme-cosmic nb-accordion nb-accordion-item-body .item-body {
  flex: 1;
  -ms-flex: 1 1 auto;
  overflow: inherit !important;
  padding: 1.25rem;
  position: relative;
}

  .ng-trigger-accordionItemBody {
  overflow: unset !important;
  visibility: visible !important;
}

  nb-accordion-item.expanded {
  overflow: inherit;
}

  nb-accordion-item.collapsed {
  overflow: hidden;
}

  med2-edit-select.ng-invalid.ng-touched > med-edit > .form-group > ng-select.ng-pristine.ng-select.ng-select-single.ng-untouched.ng-valid {
  border-color: red;
}

  med2-edit-select.ng-invalid.ng-touched > med-edit > .form-group > ng-select.ng-pristine.ng-select.ng-select-single.ng-touched.ng-valid {
  border-color: red;
}

  .font-size-1-5-rem-headers {
  font-size: 1.5rem;
  font-family: sans-serif;
}

  .div-to-bottom {
  position: absolute;
  bottom: 0;
}

  .div-to-bottom-5px {
  position: absolute;
  bottom: -5px;
}

  .element-to-top {
  position: absolute;
  top: 0;
}

  .close[aria-label="Close"] span {
  font-size: 22px !important;
  color: black !important;
}

  button.close[aria-label="Close"] {
  opacity: 1 !important;
}

  .pseudolink {
  color: blue;
  text-decoration: underline;
  cursor: pointer;
}

  .ag-watermark{
    display: none !important;
}

  .mt-input-1 {
  margin-top: 16px;
}

  @media (min-width: 2250px) {
  .mt-rd-xxl-input-0{
      margin-top: 0;
  }
}

  @media (max-width: 1853px) {
  .mt-rd-lg-input-0 {
    margin-top: 0;
  }
}

  @media (max-width: 1494px) {
  .mt-rd-md-input-0 {
    margin-top: 0;
  }
}

  @media (max-width: 1853px) {
  .mt-rasi-xxl-input-0 {
    margin-top: 0 !important;
  }
  .mt-rasi-xxl-input-1 {
    margin-top: 16px;
  }
}

  @media (max-width: 1520px) {
  .mt-rasi-lg-input-0 {
    margin-top: 0;
  }
}

  @media (max-width: 1334px) {
  .mt-rasi-md-input-0 {
    margin-top: 0 !important;
  }
}

  @media (max-width: 1269px) {
  .mt-rasi-md2-input-1 {
    margin-top: 16px;
  }
  .mt-rasi-md2-input-2 {
    margin-top: 32px;
  }
}

  @media (max-width: 2110px) {
  .mt-arcj-xxl-input-1 {
    margin-top: 16px;
  }
}

  @media (max-width: 1397px) {
  .mt-arcj-lg-input-1 {
    margin-top: 16px !important;
  }

  .mt-arcj-lg-input-2 {
    margin-top: 32px;
  }
}

  @media (max-width: 1334px) {
  .mt-rasi-md-input-1 {
    margin-top: 16px;
  }
}

  @media (max-width: 1264px) {
  .mt-arcj-md2-input-0 {
    margin-top: 0 !important;
  }
}

