@charset "UTF-8";

/* projects/desktop/src/assets/scss/styles.scss */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont-FMJ3VJ65.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfont-FMJ3VJ65.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont-5GKVPAEF.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont-Z4ARLA73.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont-RJ6LE7IU.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont-3KIJVIEY.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.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;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 1.5cm 0.5cm;
  }
  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
  body {
    color: #000;
    font-size: 10pt;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    color: #333 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    color: #555;
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    border: 0;
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  .ir a:after {
    content: "";
  }
  q {
    quotes: none;
  }
  q:before,
  q:after {
    content: "";
  }
  q:after {
    content: " (" attr(cite) ")";
  }
  blockquote {
    font-size: 9pt;
    font-style: italic;
    font-weight: normal;
    border: 0;
  }
  body {
    font-size: 10pt;
    line-height: 1.3;
  }
  header:after {
    display: block;
    content: "www.imothership.com";
    margin-left: 5%;
  }
}
.chat-area .sidemenu .history .mat-mdc-form-field.fullwidth input,
.chat-area .sidemenu .history .mat-mdc-select {
  border: 0;
  background-color: #e9edf3;
}
.chat-area .sidemenu .history .mat-mdc-select {
  padding-left: 1.3rem;
}
.chat-area .sidemenu .history hr {
  margin-bottom: 0;
}
html markdown h1,
html markdown h2,
html markdown h3,
html markdown h4,
html markdown h5,
html markdown h6 {
  font-weight: bold;
  margin-bottom: 1rem;
}
html markdown table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
html markdown table tr th {
  text-align: left;
}
html markdown table tr td,
html markdown table tr th {
  padding: 5px;
  line-height: 1.5;
}
html markdown table tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.54);
}
html markdown table tr td {
  border: 1px solid #f1f2f3;
}
html work-file-code {
  display: flex;
  flex-direction: column;
  height: 80vh;
}
html .json-structure {
  margin-top: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid light-dark(#eaecef, #4d4d4d);
  padding: 8px;
}
html code {
  font-size: 12px;
  font-size: 0.75rem;
  background: light-dark(#f6f6f6, #222222);
  font-family:
    "Consolas",
    "Monaco",
    "Courier New",
    monospace;
  line-height: 1.5;
  margin: 0;
  white-space: pre-wrap;
  display: inline-block;
  width: 100%;
}
html .type-string {
  color: light-dark(#01830e, #4ec9b0);
}
html .type-number {
  color: light-dark(#4361ee, #9cdcfe);
}
html .type-boolean {
  color: light-dark(#cc10cc, #be76be);
}
html .type-date {
  color: light-dark(#0000ff, #569cd6);
}
html .type-object {
  color: light-dark(#267f99, #4ec9b0);
}
html .type-array {
  color: light-dark(#811f3f, #c586c0);
}
html {
}
html .type-keyword {
  color: light-dark(#0000ff, #569cd6);
}
html .type-variable {
  color: light-dark(#001080, #9cdcfe);
}
html .type-function {
  color: light-dark(#795e26, #dcdcaa);
}
html .type-comment {
  color: light-dark(#008000, #6a9955);
}
.breadcrumbs {
  min-height: 36px;
}
.flex-container {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 250px);
  overflow: hidden;
}
.flex-container .top-div {
  flex-grow: 1;
  overflow-y: auto;
}
.flex-container .bottom-div {
  height: auto;
  flex-shrink: 0;
}
.flex-container .ai-menu,
.flex-container .ai-voice,
.flex-container .ai-send {
  position: absolute;
  z-index: 1;
  top: 10px;
}
.flex-container .ai-menu {
  left: 10px;
}
.flex-container .ai-voice,
.flex-container .ai-send {
  right: 10px;
}
.flex-container textarea:not(.composer-textarea) {
  text-indent: 50px;
  padding-right: 50px !important;
}
.flex-container .textarea-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.flex-container .textarea-wrapper textarea:not(.composer-textarea) {
  width: 100%;
  padding-right: 40px;
}
.flex-container .floating-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
}
.result {
  padding: 3px;
}
.result .question {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  background: light-dark(#f3f3f3, #2f2f2f);
  padding: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  line-height: 1.5;
  text-align: left;
  word-break: break-word;
}
.result .answer {
  text-align: left;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.result .answer h1,
.result .answer h2,
.result .answer h3,
.result .answer h4,
.result .answer h5,
.result .answer h6 {
  font-weight: 500;
}
.result .answer h1 {
  font-size: 24px;
  font-size: 1.5rem;
}
.result .answer h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
.result .answer h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.result .answer h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.result .answer h5 {
  font-size: 16px;
  font-size: 1rem;
}
.result .answer h6 {
  font-size: 15px;
  font-size: 0.9375rem;
}
.result .answer table {
  font-size: 14px;
  font-size: 0.875rem;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
}
.result .answer table th {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
}
.result .answer ul {
  margin-bottom: 2rem;
}
.result .answer li p {
  margin-bottom: 0.5rem;
}
.result .answer code {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  border-radius: 20px;
  padding: 1rem;
  margin-bottom: 0.5rem;
  white-space: break-spaces;
}
.ai-filters-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 16px;
}
.flex-container.widget-mode {
  height: 100%;
  min-height: 0;
}
.flex-container.widget-mode .top-div {
  min-height: 0;
}
.flex-container.widget-mode .bottom-div {
  margin-top: auto;
}
@media (max-width: 900px) {
  .ai-filters-grid {
    grid-template-columns: 1fr;
  }
}
.work-area .editor .child {
  position: relative;
}
.work-area .editor .main {
  margin: 0;
}
.work-area .editor img {
  max-width: 100%;
}
.work-area .editor .code-editor .cm-editor {
  min-height: calc(100vh - 209px);
}
.work-area .mat-mdc-table.table {
  max-height: none;
}
.work-area .entry .content .mat-mdc-card {
  background-color: light-dark(#faf9fd, #13161d);
  min-height: calc(100vh - 176px);
}
.work-area .entry .content .mat-mdc-card-content {
  min-height: calc(100vh - 176px);
}
.work-area .entry .content work-header .mat-mdc-card {
  height: auto;
  min-height: auto;
}
.work-area .entry .content work-header .mat-mdc-card-content {
  height: auto;
  min-height: 0;
}
.work-area .entry .content command-detail .compact-height-card {
  min-height: 0;
  height: auto;
}
.work-area .entry .content command-detail .compact-height-card .mat-mdc-card-content {
  min-height: 0;
}
.work-area.files work-header {
  position: fixed;
  left: 330px;
  right: 0;
  width: auto;
  z-index: 3000;
  background: light-dark(#faf9fd, #13161d);
  top: 70px;
  padding: 15px 0;
  pointer-events: auto;
}
.work-area.files work-header .grid-x {
  position: relative;
  z-index: 3001;
}
.work-area.files work-file-editor-detail {
  position: relative;
  z-index: 1;
}
.work-area.files work-file-editor-detail .editor {
  margin-top: 40px;
}
.upload-files .center {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #d5d9e0;
  width: 100%;
  padding: 2rem 0;
  line-height: 1.7;
}
.agent-area .table {
  width: 100%;
}
.agent-area .table .mdc-data-table__cell.mat-column-actions,
.agent-area .table .mdc-data-table__header-cell.mat-column-actions {
  max-width: 8rem;
}
.agent-area .table .mdc-data-table__cell.mat-column-tag,
.agent-area .table .mdc-data-table__header-cell.mat-column-tag {
  max-width: 12rem;
}
.agent-area .table .mdc-data-table__cell.mat-column-agentModel,
.agent-area .table .mdc-data-table__header-cell.mat-column-agentModel {
  max-width: 14rem;
}
.agent-area .table .mdc-data-table__cell.mat-column-aiPrompt,
.agent-area .table .mdc-data-table__header-cell.mat-column-aiPrompt {
  min-width: 32rem;
  max-width: none;
}
.agent-area .integration .table {
  max-height: 100%;
}
.agent-area .dialog ng-scrollbar.scrollbar {
  max-height: 600px;
}
.agent-split-handle {
  width: 14px;
  min-width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: col-resize;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  color: light-dark(#a8adb9, #8e94a3);
}
.agent-split-handle .material-symbols-outlined {
  font-size: 18px;
  line-height: 1;
}
.steps-split-row.no-wrap {
  flex-wrap: nowrap;
}
.agent-area.embedded .content > form > .grid-x > .cell.large-3.pad-right {
  display: none;
}
.agent-area.embedded .content > form > .grid-x > .cell.large-auto {
  flex: 0 0 100%;
  max-width: 100%;
}
.data-tags-dialog.cdk-overlay-pane {
  overflow-x: hidden !important;
  max-width: 95vw !important;
}
.data-tags-dialog {
  overflow-x: hidden !important;
}
.data-tags-dialog .mat-mdc-dialog-container,
.data-tags-dialog .mat-mdc-dialog-surface,
.data-tags-dialog .mdc-dialog__surface,
.data-tags-dialog .mat-mdc-dialog-content {
  overflow-x: hidden !important;
}
.data-tags-dialog .mat-mdc-dialog-surface,
.data-tags-dialog .mdc-dialog__surface {
  max-width: 100%;
}
.data-tags-dialog .mat-mdc-dialog-content {
  margin: 0 !important;
  padding: 0 24px 24px !important;
  overflow-y: auto !important;
}
.data-tags-dialog .mat-mdc-dialog-content > *,
.data-tags-dialog .mat-mdc-dialog-content ul,
.data-tags-dialog .mat-mdc-dialog-content li {
  max-width: 100%;
  box-sizing: border-box;
}
.data-tags-dialog .mat-mdc-dialog-content * {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.data-tags-dialog .mat-mdc-dialog-content .mat-mdc-form-field {
  width: 100%;
  min-width: 0;
}
.schedule-toggle-green.mat-mdc-slide-toggle,
.schedule-toggle-green.mat-mdc-slide-toggle .mdc-switch {
  --mat-slide-toggle-selected-track-color: #eaf5ea !important;
  --mat-slide-toggle-selected-hover-track-color: #eaf5ea !important;
  --mat-slide-toggle-selected-focus-track-color: #eaf5ea !important;
  --mat-slide-toggle-selected-pressed-track-color: #eaf5ea !important;
  --mat-slide-toggle-selected-handle-color: #ffffff !important;
  --mat-slide-toggle-selected-hover-handle-color: #ffffff !important;
  --mat-slide-toggle-selected-focus-handle-color: #ffffff !important;
  --mat-slide-toggle-selected-pressed-handle-color: #ffffff !important;
  --mat-slide-toggle-selected-icon-color: #2e7d32 !important;
  --mat-slide-toggle-selected-hover-state-layer-color: #2e7d32 !important;
  --mat-slide-toggle-selected-focus-state-layer-color: #2e7d32 !important;
  --mat-slide-toggle-selected-pressed-state-layer-color: #2e7d32 !important;
}
.settings-area .log .action {
  font-size: 14px;
  font-size: 0.875rem;
}
.settings-area .log .action h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.settings-area .log .action h3 {
  color: #4face7;
}
.settings-area .billing .price {
  font-size: 40px;
  font-size: 2.5rem;
}
.settings-area .billing .mat-mdc-card .mat-mdc-card {
  background-color: light-dark(#ffffff, #282841);
  border: 0;
}
.settings-area .billing .popular .mat-mdc-card {
  background-color: light-dark(#f1f4f9, #494969);
}
.settings-area .billing .popular .badge {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: white;
  padding: 10px;
  background: light-dark(#5e89c9, #444378);
  position: absolute;
  right: 16px;
}
.home a.button.green {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  zoom: 1;
  padding: 1rem 3rem;
  font-weight: 600;
}
.home a.button.green span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-weight: normal;
}
.home .integration .content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.home .trust {
  margin-top: 6rem;
}
.home h1,
.home h2 {
  font-weight: bold;
}
.home h1 {
  font-size: 70px;
  font-size: 4.375rem;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
  line-height: 1.1;
}
.home h2 {
  font-size: 50px;
  font-size: 3.125rem;
}
.home h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 1.3rem;
  font-weight: bold;
}
.home .button-area {
  padding: 2rem 0;
}
h1 {
  font-size: 50px;
  font-size: 3.125rem;
}
p.thin {
  font-weight: 300;
}
p.mar-b {
  margin-bottom: 2rem;
}
.border-radius {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.border-radius.zero {
  margin-top: -3rem;
}
.border-radius.one {
  right: -6%;
  top: 31%;
  width: 375px;
  opacity: 0.9;
}
.border-radius.two {
  right: 45%;
  top: 52%;
  width: 265px;
  opacity: 0.9;
}
.abstract {
  background: #f0f2f6 url(/assets/images/page/abstract.png) repeat 50% 0;
}
.abstract a.button.green {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  zoom: 1;
  padding: 1rem 3rem;
  font-weight: 600;
}
.abstract a.button.green span {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-weight: normal;
}
.mar-top-bottom {
  margin: 5rem 0;
}
.divider {
  border-bottom: 1px dashed #747b8d;
}
.about h1,
.signin h1,
.contact h1,
.ai-agents h1 {
  font-size: 48px;
  font-size: 3rem;
}
.about .hero-media,
.signin .hero-media,
.contact .hero-media,
.ai-agents .hero-media {
  position: relative;
  height: 100vh;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.about .hero-media h1,
.signin .hero-media h1,
.contact .hero-media h1,
.ai-agents .hero-media h1 {
  font-size: 60px;
  font-size: 3.75rem;
  color: #e6f7ff;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
}
.about .hero-overlay,
.signin .hero-overlay,
.contact .hero-overlay,
.ai-agents .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: white;
  text-align: center;
}
.about .hero-overlay::before,
.signin .hero-overlay::before,
.contact .hero-overlay::before,
.ai-agents .hero-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.about .background-gif,
.signin .background-gif,
.contact .background-gif,
.ai-agents .background-gif {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.contact .content {
  background: light-dark(rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.5));
  padding: 3rem;
  border-radius: 10px;
}
.animated-text-section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  text-align: center;
}
.animated-text-section h2 {
  position: relative;
  z-index: 2;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1.4;
  margin: 0;
}
.animated-text-section .container {
  position: relative;
  z-index: 2;
}
.animated-text-section .background-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  opacity: 0.05;
  object-fit: cover;
}
.animated-text-section .animate-word {
  display: inline-block;
  position: relative;
  color: #1976d2;
}
.ai-agents .hero-media,
.ai-agents .background-gif {
  height: 250px;
}
.ai-agents .img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  width: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.ai-agents .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ai-agents .img mat-icon {
  font-size: 80px;
  width: 80px;
  height: 80px;
  color: #ccc;
}
.ai-agents .grid-x .cell mat-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ai-agents mat-card {
  display: flex;
  flex-direction: column;
}
.ai-agents mat-card-content {
  flex-grow: 1;
}
.ai-agents .max .img {
  height: 180px;
}
.ai-agents .max h6 {
  margin: 1rem 0;
  line-height: 1.4;
}
.ai-agents .paragraph {
  line-height: 1.4;
}
.ai-agents .paragraph img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 2rem;
}
.ai-agents .paragraph figure {
  margin: 0;
}
.sidemenu-title {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 14px 22px;
}
.child {
  --mat-sys-body-large-size: 14px;
}
.child .form {
  margin-left: 8px;
}
.child .mat-mdc-paginator .mat-mdc-paginator-container {
  justify-content: flex-start;
  padding: 0 14px;
}
.app-header {
  background-color: light-dark(#fff, #000);
}
.app-header .icon-menu {
  display: none;
}
.app-header .pad {
  padding: 0 24px;
}
.app-header .company-logo {
  display: inline-block;
  zoom: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 1;
  height: 40px;
  max-width: 250px;
  padding: 9px 0;
  overflow: hidden;
  vertical-align: middle;
}
.app-header .company-logo h1 {
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  zoom: 1;
  font-weight: bold;
  margin: 0;
}
.app-header .company-logo img {
  object-fit: scale-down;
  max-width: 100%;
  height: 100%;
}
.app-header .company-logo .absolute {
  bottom: 0;
  right: 0;
}
.app-header .company-logo a {
  vertical-align: inherit;
  color: light-dark(#000, #fff);
}
.app-header .company-logo .material-symbols-outlined {
  color: #87b33c;
}
.app-header .mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding-top: 0;
  min-height: 50px;
}
.app-header .mat-mdc-select {
  padding: 12px 10px;
}
.app-header nav {
  display: inline-block;
  zoom: 1;
}
.app-header nav ul {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: normal;
  padding-top: 4px;
}
.app-header nav a {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  padding: 1rem 0;
  color: light-dark(#656565, rgb(187, 187, 187));
}
.app-header nav a:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  color: light-dark(#000, #fff);
  border-bottom-color: light-dark(#000, #fff);
}
.app-header nav li {
  margin: 0 0.625rem;
  vertical-align: middle;
}
.app-header nav li.border {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 1rem;
  margin-right: 0.2rem;
  vertical-align: middle;
}
.app-header nav li.border a {
  display: inline-block;
  zoom: 1;
}
.app-header nav li.link {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 11px;
  vertical-align: inherit;
}
.app-header nav li:last-child {
  margin-right: 0;
}
.app-header nav li.active a {
  border-bottom: 2px solid #747b8d;
  padding-bottom: 15px;
  color: light-dark(#000, #fff);
}
.app-header nav li.active .mat-mdc-button > .mat-mdc-button-persistent-ripple::before {
  opacity: 0.2;
}
.app-header .mdc-text-field--no-label:not(.mdc-text-field--textarea) .mat-mdc-autocomplete-trigger.mat-mdc-form-field-input-control.mdc-text-field__input {
  height: 100%;
}
.dialog .close-btn,
ion-modal .close-btn,
ion-popover .close-btn {
  top: 12px;
  right: 12px;
  z-index: 9999;
  position: absolute;
}
.dialog .grid-padding-x,
ion-modal .grid-padding-x,
ion-popover .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}
.dialog .code-snippet,
ion-modal .code-snippet,
ion-popover .code-snippet {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-break: break-all;
  max-height: 60vh;
}
.dialog .response-data-json,
ion-modal .response-data-json,
ion-popover .response-data-json {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
  white-space: pre-wrap;
  word-break: break-all;
}
.mdc-button {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mdc-button.full {
  width: 100%;
}
.mdc-button.large {
  padding: 1.5rem;
}
.mdc-button.text-left {
  justify-content: left;
  text-align: left;
}
.mdc-button.maticon .material-symbols-outlined {
  vertical-align: middle;
}
.mdc-button.alertf .mdc-button__label {
  color: #e35c74;
}
.mdc-button.alertf .mat-mdc-button-persistent-ripple::before {
  background-color: #e35c74;
}
.mdc-button.green.mat-mdc-unelevated-button:not(:disabled) {
  --mat-sys-primary: rgba(135, 179, 60, 1);
  color: #fff;
}
.mdc-button.blue.mat-mdc-unelevated-button:not(:disabled) {
  --mat-sys-primary: rgba(34, 108, 214, 1);
  color: #fff;
}
.mdc-button.neutral.mat-mdc-unelevated-button:not(:disabled) {
  background-color: light-dark(#939393, #cfcfcf);
}
.mdc-button.round {
  min-width: auto;
  padding: 8px;
}
.mdc-button.round .mdc-button__label {
  display: flex;
}
.mdc-icon-button.selected .mat-mdc-button-persistent-ripple::before {
  background-color: light-dark(#44474e, #e0e2ec);
  opacity: 0.08;
}
.empty-btn {
  width: 40px;
  height: 40px;
}
.alertf {
  color: #e35c74;
}
.silver {
  color: rgba(0, 0, 0, 0.54);
}
.greenf {
  color: light-dark(#6b8c31, #87b33c);
}
.fa.alert,
.mat-icon.alert,
.material-symbols-outlined.alert,
.material-icons-outlined.alert,
.material-icons.alert {
  color: #e35c74;
}
.icon {
  display: inline-block;
  zoom: 1;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-color: transparent;
}
.icon:focus {
  outline: none;
}
.round-icon {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  border: 1px solid;
  border-color: light-dark(#dadeeb, #242939);
  padding: 5px;
}
.icon-align {
  display: flex;
  align-items: center;
  gap: 4px;
}
.icon-google {
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/auth/google_32x32.png);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.icon-microsoft {
  width: 20px;
  height: 20px;
  background-image: url(/assets/images/auth/microsoft_32x32.png);
}
.table {
  overflow: auto;
  max-height: 500px;
}
.table .mdc-data-table__cell.text-right,
.table .mdc-data-table__header-cell.text-right {
  justify-content: flex-end;
}
.table .mdc-data-table__cell.mat-column-actions,
.table .mdc-data-table__header-cell.mat-column-actions {
  max-width: 5rem;
}
.table .mat-mdc-cell {
  border-bottom-color: light-dark(#e2e6eb, #2a2b2f);
}
.table .mat-mdc-cell p {
  margin: 0;
}
.form label,
form label {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 12px;
  font-size: 0.75rem;
  color: light-dark(#44474e, #e0e2ec);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}
.form label a,
form label a {
  color: #5e89c9;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.form .date-time .mat-mdc-form-field-icon-suffix,
form .date-time .mat-mdc-form-field-icon-suffix {
  position: absolute;
  right: 0;
  top: 32px;
}
.form .date-time .mat-mdc-form-field .mdc-text-field__input,
form .date-time .mat-mdc-form-field .mdc-text-field__input {
  padding-right: 40px;
}
.form .float-icon .mat-mdc-form-field-icon-suffix,
form .float-icon .mat-mdc-form-field-icon-suffix {
  position: absolute;
  right: 7px;
  top: 31px;
}
.radio-group {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  align-items: flex-start;
}
.mat-mdc-form-field.fullwidth input {
  padding-left: 1.3rem;
}
.command-filters-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr 1fr 44px;
  gap: 12px 16px;
  width: 100%;
}
.command-filters-grid.with-type {
  grid-template-columns: 1fr 0.8fr 1fr 1.2fr 1fr 44px;
}
@media (max-width: 1100px) {
  .command-filters-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .command-filters-grid {
    grid-template-columns: 1fr;
  }
}
.command-filters-delete-col {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.command-display-source {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.command-display-as {
  flex: 1 1 200px;
}
.command-display-source-select {
  flex: 1 1 260px;
}
@media (max-width: 1100px) {
  .command-display-source {
    flex-direction: column;
  }
}
html {
  --mat-tooltip-supporting-text-size: 12px;
}
html .mdc-text-field,
html .mat-mdc-form-field-hint-wrapper,
html .mat-mdc-form-field-error-wrapper {
  padding: 0;
}
html .mdc-floating-label {
  text-transform: uppercase;
  letter-spacing: 1px !important;
}
html .mdc-text-field__input,
html .mat-mdc-select {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border: 1px solid;
  border-color: light-dark(#e6e7ee, #25272d);
  background-color: light-dark(#f1f4f9, #000);
  padding: 15px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html .mdc-text-field__input:focus,
html .mat-mdc-select:focus {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}
html .mdc-text-field__input:hover,
html .mdc-text-field__input:focus,
html .mat-mdc-select:hover,
html .mat-mdc-select:focus {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: light-dark(#f1f4f9, #000);
  border: 1px solid;
  border-color: light-dark(#d3d6e0, #25272d);
}
html .mat-mdc-form-field-input-control.mat-mdc-form-field-input-control {
  border: 1px solid;
  border-color: light-dark(#e6e7ee, #25272d);
}
html .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background: transparent;
}
html .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
  color: #929aac;
}
html .mdc-text-field--filled.mdc-text-field--disabled {
  background: transparent;
}
html .mdc-text-field--filled.mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: transparent;
}
html .mat-mdc-text-field-wrapper:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0;
}
html .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
html .mdc-text-field--filled:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-line-ripple::before {
  border-bottom-color: transparent;
}
html .mat-mdc-form-field-infix,
html .mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-bottom: 0px;
}
html .mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding-top: 0;
  padding-bottom: 0;
}
html .mat-mdc-form-field-icon-prefix,
html .mat-mdc-form-field-icon-suffix {
  align-self: auto;
  top: 6px;
}
html .mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper {
  transform: none;
}
html .mat-mdc-menu-content {
  padding: 0;
}
html .mat-mdc-menu-panel .mat-divider {
  margin: 0;
}
html .mdc-list {
  padding: 4px;
}
html .mdc-list-item.selected {
  background-color: rgba(0, 0, 0, 0.08);
}
html .mat-nested-tree-node.selected .mat-tree-node {
  background-color: rgba(0, 0, 0, 0.08);
}
html .mat-tree {
  padding: 4px;
  background-color: transparent;
}
html .mat-tree-node {
  display: flex;
  position: relative;
  justify-content: flex-start;
  overflow: hidden;
  cursor: pointer;
  height: 48px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
}
html .mat-tree-node div {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  align-self: center;
  flex: 1;
}
html .mat-tree-node::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  opacity: 0;
  pointer-events: none;
  border-radius: inherit;
}
html .mat-tree-node:hover::before {
  opacity: 0.08;
  background-color: light-dark(#1a1b1f, #e3e2e6);
}
html .mat-tree-node.selected {
  background-color: rgba(0, 0, 0, 0.08);
}
html .mat-tree-node .mat-mdc-icon-button[disabled],
html .mat-tree-node .mat-mdc-icon-button.mat-mdc-button-disabled {
  width: 20px;
}
html .mat-nested-tree-node.children .mat-nested-tree-node {
  padding: 0px !important;
  display: block;
  margin-left: 20px;
}
html .mat-mdc-standard-chip.added:not(.mdc-evolution-chip--disabled) {
  background-color: light-dark(#cadfa7, #4a5538);
}
html .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__action--secondary.alert {
  color: #e35c74;
}
html mat-cell:first-of-type,
html mat-header-cell:first-of-type,
html mat-footer-cell:first-of-type {
  padding-left: 0;
}
html mat-cell:last-of-type,
html mat-header-cell:last-of-type,
html mat-footer-cell:last-of-type {
  padding-right: 0;
}
html .mat-mdc-paginator {
  background: transparent;
}
html .mat-mdc-paginator-page-size-select {
  width: 70px;
}
html .mat-mdc-dialog-content {
  min-height: 7vh;
}
html .mat-mdc-dialog-container-with-actions .mat-mdc-dialog-content {
  padding: 20px;
}
.mat-mdc-form-field {
  width: 100%;
}
.mat-mdc-form-field.round textarea {
  -webkit-border-radius: 26px;
  border-radius: 26px;
  background-clip: padding-box;
}
.mat-mdc-form-field textarea {
  min-height: 56px;
  height: 56px;
}
.float-error .mat-mdc-form-field-subscript-wrapper {
  font-size: 10px;
  font-size: 0.625rem;
  position: absolute;
  bottom: 5px;
  left: 3px;
  height: 8px;
}
.float-error .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align::before,
.float-error .mat-mdc-form-field-subscript-wrapper .mat-mdc-form-field-bottom-align::before {
  height: 8px;
}
.hide-error .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-mdc-paginator {
  padding-top: 0.625rem;
}
.mat-mdc-paginator .mat-mdc-select {
  padding: 7px;
}
.mat-mdc-paginator .mat-mdc-paginator-page-size-label {
  display: none;
}
.mat-mdc-paginator .mat-mdc-paginator-range-label {
  margin: 0 32px 0 6px;
}
.drag-handle {
  cursor: move;
}
.cdk-drag-preview {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  box-sizing: border-box;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: white;
}
.cdk-drag-placeholder {
  opacity: 0;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.cdk-drop-list-dragging .mat-row:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper,
.cdk-overlay-pane {
  z-index: 12000 !important;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
a,
a:hover,
img,
img:hover,
.button,
.button:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1;
}
small,
code {
  font: var(--mat-sys-body-large);
}
strong,
b {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
ul,
ol,
dl {
  list-style-position: outside;
  margin-left: 1rem;
}
ul li,
ol li,
dl li {
  margin-bottom: 0.5rem;
}
ul {
  list-style-type: disc;
}
ul.inline {
  list-style: none;
  margin: 0;
}
ul.inline li {
  display: inline-block;
  zoom: 1;
}
ul.no-bullet {
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
}
ul.no-bullet li {
  margin: 10px 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.smooth {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -35px;
  position: relative;
  z-index: 1;
}
.app-footer,
.push {
  height: 35px;
  clear: both;
}
.app-footer {
  position: relative;
  letter-spacing: 1px;
  z-index: 1;
}
.app-footer a {
  display: inline-block;
  zoom: 1;
  margin: 10px;
}
.text-10 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
}
.text-11 {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.1;
}
.text-12 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
}
.text-13 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
}
.text-14 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.text-15 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.text-16 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.text-17 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7;
}
.text-18 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}
.text-20 {
  font-size: 20px;
  font-size: 1.25rem;
}
.text-22 {
  font-size: 22px;
  font-size: 1.375rem;
}
.absolute {
  position: absolute;
}
.bold {
  font-weight: 600;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexl {
  display: flex;
  align-items: center;
}
.full {
  width: 100%;
}
.height {
  height: 100%;
}
.hidden {
  visibility: hidden;
}
.hide {
  display: none;
}
.inline-block,
.inline {
  display: inline-block;
  zoom: 1;
}
.italic {
  font-style: italic;
}
.link {
  cursor: pointer;
}
.lineh-one {
  line-height: 1;
}
.mar-right {
  margin-right: 0.625rem;
}
.mar-left {
  margin-left: 0.625rem;
}
.mar-bottom {
  margin-bottom: 0.625rem;
}
.mar-top {
  margin-top: 0.625rem;
}
.nom {
  margin: 0;
}
.no-pad-top {
  padding-top: 0;
}
.no-pad-bottom {
  padding-bottom: 0;
}
.no-pad-left {
  padding-left: 0;
}
.no-pad-right {
  padding-right: 0;
}
.no-padding,
.no-pad {
  padding: 0;
}
.no-mar-top {
  margin-top: 0;
}
.no-uppercase {
  text-transform: none !important;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.object-fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.pad-right {
  padding-right: 0.625rem;
}
.pad-left {
  padding-left: 0.625rem;
}
.pad-top {
  padding-top: 0.625rem;
}
.pad-bottom {
  padding-bottom: 0.625rem;
}
.padding {
  padding: 0.625rem;
}
.round {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.relative {
  position: relative;
}
.spacer {
  height: 1rem;
  width: 100%;
}
.text-right {
  text-align: right;
}
.upper {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.vertical {
  vertical-align: middle;
}
.wrap {
  white-space: normal;
  word-wrap: break-word;
}
hr {
  border: none;
  border-top: 1px solid light-dark(#dde0e5, #3b4050);
  margin-top: 14px;
  margin-bottom: 14px;
}
a {
  color: #5e89c9;
}
a:hover {
  color: light-dark(#0b5caf, #b2c5e1);
}
a.link {
  display: inline-block;
  zoom: 1;
  text-transform: none;
  letter-spacing: 0;
  text-shadow: none;
  font-weight: normal;
}
a.blackf {
  color: #000;
}
a.blackf:hover {
  color: #0b5caf;
}
iframe {
  width: 100%;
  flex: 1;
  border: none;
  height: calc(100vh - 210px);
}
.row {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row::before,
.row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
  clear: both;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.row.short {
  max-width: 75rem;
  padding: 0 1rem;
}
.sidemenu {
  height: calc(100vh - 60px);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  z-index: 2000;
  background-color: light-dark(#f1f4f9, #000);
}
.child {
  background-color: transparent;
}
.content {
  padding: 14px;
}
.content h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-wrap: break-word;
}
.content h3 .edit {
  color: #e35c74;
}
.msg-box {
  min-height: 100px !important;
}
.widget {
  position: fixed;
  z-index: 9999;
  bottom: 16px;
  right: 16px;
  overflow: visible;
  transition: all 0.5s;
  padding: 0px;
  box-sizing: border-box;
  height: 60px;
  width: 64px;
}
.widget.expanded {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
  width: 27vw;
  height: calc(100vh - 160px);
  display: flex;
  flex-direction: column;
  background-color: light-dark(#fff, #000);
  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.widget .robot {
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget .robot button {
  padding: 1.5rem 1.8rem;
  width: 60px;
  height: 60px;
}
.widget .head {
  padding: 10px 10px 0;
  flex-shrink: 0;
}
.widget .content {
  flex-grow: 1;
  overflow-y: auto;
  position: relative;
}
.widget .search-box {
  bottom: 20px;
  right: 20px;
  width: calc(100% - 40px);
}
.widget .result mat-nav-list a {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  padding: 0.5rem;
}
.widget .result code {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-clip: padding-box;
  font-size: 12px;
  font-size: 0.75rem;
}
.loading {
  padding: 1rem;
}
.loading.absolute {
  margin-left: -36px;
  left: 50%;
  top: 30%;
}
.loading.no-pad {
  padding: 0;
}
.spinner {
  margin: 1rem auto;
  width: 40px;
  text-align: center;
}
.spinner > div {
  margin: 0 2px;
  background-color: #929aac;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -o-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.spinner.index > div {
  margin: 0;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
ng-scrollbar.scrollbar {
  max-height: calc(100vh - 100px);
  --scrollbar-border-radius: 10px;
  --scrollbar-thickness: 6;
  --scrollbar-offset: 2;
  --scrollbar-hover-thickness: 12;
  --scrollbar-thumb-min-size: 20;
}
ng-scrollbar.scrollbar .scrollbar-control {
  justify-content: flex-end;
  padding-right: 2px;
}
.nob .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.align-middle {
  align-items: center;
}
.align-top {
  align-items: flex-start;
}
.align-bottom {
  align-items: flex-end;
}
.align-stretch {
  align-items: stretch;
}
.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.shrink {
  flex: 0 0 auto;
}
.cell.auto {
  flex: 1 1 0;
}
.grid-x {
  display: flex;
  flex-flow: row wrap;
}
.grid-x .auto {
  width: auto;
}
.grid-x > .shrink,
.grid-x > .auto {
  width: auto;
}
.grid-x > .small-12 {
  width: 100%;
}
.grid-x > .small-11 {
  width: 91.6666666667%;
}
.grid-x > .small-10 {
  width: 83.3333333333%;
}
.grid-x > .small-9 {
  width: 75%;
}
.grid-x > .small-8 {
  width: 66.6666666667%;
}
.grid-x > .small-7 {
  width: 58.3333333333%;
}
.grid-x > .small-6 {
  width: 50%;
}
.grid-x > .small-5 {
  width: 41.6666666667%;
}
.grid-x > .small-4 {
  width: 33.3333333333%;
}
.grid-x > .small-3 {
  width: 25%;
}
.grid-x > .small-2 {
  width: 16.6666666667%;
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}
.grid-x > .small-12,
.grid-x > .small-11,
.grid-x > .small-10,
.grid-x > .small-9,
.grid-x > .small-8,
.grid-x > .small-7,
.grid-x > .small-6,
.grid-x > .small-5,
.grid-x > .small-4,
.grid-x > .small-3,
.grid-x > .small-2,
.grid-x > .small-1 {
  flex: 0 0 auto;
}
.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  flex-basis: auto;
}
.grid-x > .small-shrink {
  width: auto;
}
.grid-x > .small-auto {
  flex: 1 1 0;
  width: auto;
}
.column,
.columns {
  float: left;
  width: 100%;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.column,
.columns,
.column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.columns,
.cell {
  position: relative;
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.small-1 {
  width: 8.3333333333%;
}
.small-2 {
  width: 16.6666666667%;
}
.small-3 {
  width: 25%;
}
.small-4 {
  width: 33.3333333333%;
}
.small-5 {
  width: 41.6666666667%;
}
.small-6 {
  width: 50%;
}
.small-7 {
  width: 58.3333333333%;
}
.small-8 {
  width: 66.6666666667%;
}
.small-9 {
  width: 75%;
}
.small-10 {
  width: 83.3333333333%;
}
.small-11 {
  width: 91.6666666667%;
}
.small-12 {
  width: 100%;
}
.small-up-1 > .cell {
  width: 100%;
}
.small-up-2 > .cell {
  width: 50%;
}
.small-up-3 > .cell {
  width: 33.3333333333%;
}
.small-up-4 > .cell {
  width: 25%;
}
.small-up-5 > .cell {
  width: 20%;
}
.small-up-6 > .cell {
  width: 16.6666666667%;
}
.small-up-7 > .cell {
  width: 14.2857142857%;
}
.small-up-8 > .cell {
  width: 12.5%;
}
@media only screen and (min-width: 47.5em) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.425rem;
  }
  h3 {
    font-size: 1.375rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-12,
  .grid-x > .medium-11,
  .grid-x > .medium-10,
  .grid-x > .medium-9,
  .grid-x > .medium-8,
  .grid-x > .medium-7,
  .grid-x > .medium-6,
  .grid-x > .medium-5,
  .grid-x > .medium-4,
  .grid-x > .medium-3,
  .grid-x > .medium-2,
  .grid-x > .medium-1,
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex-basis: auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-1 > .cell {
    width: 100%;
  }
}
@media only screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-12,
  .grid-x > .large-11,
  .grid-x > .large-10,
  .grid-x > .large-9,
  .grid-x > .large-8,
  .grid-x > .large-7,
  .grid-x > .large-6,
  .grid-x > .large-5,
  .grid-x > .large-4,
  .grid-x > .large-3,
  .grid-x > .large-2,
  .grid-x > .large-1,
  .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    flex-basis: auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .large-12 {
    width: 100%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-1 {
    width: 8.3333333333%;
  }
}
@media only screen and (max-width: 1280px) {
  .widget.expanded {
    width: 50vw;
  }
}
@media only screen and (max-width: 930px) {
  .widget.expanded {
    width: 92vw;
  }
}
@media only screen and (max-width: 759px) {
  .settings-area .log .mat-expansion-panel-body {
    padding: 0 0 16px;
  }
  .settings-area .log .mat-expansion-panel-header {
    padding: 0;
  }
  .ai-type-tabs {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
  }
  .ai-type-tabs .ai-type-tab-btn {
    width: 100% !important;
    display: block !important;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .MQmar-top {
    margin-top: 1rem;
  }
  .wrapper {
    margin: 0 auto -80px;
  }
  .app-footer,
  .push {
    height: 80px;
  }
  .widget.expanded {
    height: calc(100vh - 170px);
  }
  .animated-text-section h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .about h1,
  .signin h1,
  .contact h1,
  .ai-agents h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .about .text-20,
  .signin .text-20,
  .contact .text-20,
  .ai-agents .text-20 {
    line-height: 1.2;
  }
  .app-header nav li:last-child {
    margin: 0;
    padding: 0;
  }
}
html {
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);
  --mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);
  --mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#343dff, #bec2ff);
  --mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);
  --mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
  color-scheme: light;
  background-color: var(--mat-sys-surface);
  color: var(--mat-sys-on-surface);
}
html.dark {
  color-scheme: dark;
}
html.dark .mdc-list-item.selected {
  background-color: rgba(255, 255, 255, 0.08);
}
html.dark .silver {
  color: rgba(255, 255, 255, 0.5);
}
html {
  --mat-sys-error: #e35c74;
  --mat-sys-primary:light-dark(#5e89c9, #abc7ff);
  --mat-sys-outline:light-dark(#d5d9e0, #4c4d53);
  --mat-sys-surface-container: light-dark(#f2f1f9, #1f2022);
  --mat-sys-secondary-container: light-dark(rgba(26, 27, 31, .08), #3e4759);
}
body:last-child {
  border: 0;
}
@media only screen and (min-width: 1211px) {
  .app-header {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    z-index: 999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  main {
    padding-top: 55px;
  }
  .child {
    position: fixed;
    width: 300px !important;
    transform: translateX(0);
  }
  .main {
    margin-left: 300px;
  }
}
@media only screen and (min-width: 760px) {
  .sidemenu {
    position: fixed;
    width: 300px;
    transform: translateX(0);
  }
  .entry {
    margin-left: 300px;
  }
  .agent-area.embedded .entry {
    margin-left: 0;
  }
  .sidemenu-toggle {
    display: none;
  }
  .page-menu-toggle {
    display: none;
  }
  .app-header nav ul {
    height: 55px;
  }
}
@media only screen and (max-width: 759px) {
  .app-header {
    position: relative;
    z-index: 9003;
  }
  .app-header .sidemenu-toggle {
    padding-right: 4px !important;
    margin-left: -6px;
  }
  .app-header .sidemenu-toggle .mat-mdc-icon-button {
    --mdc-icon-button-state-layer-size: 36px;
    margin-left: -4px;
  }
  .app-header .grid-x.align-middle {
    flex-wrap: nowrap;
  }
  .app-header nav li.link {
    margin: 0 8px;
  }
  .project-filter-top {
    display: none;
  }
  .page-menu-toggle {
    display: block;
    margin-left: auto;
  }
  .desktop-main-nav {
    display: none;
  }
  .mobile-logged-out-nav li.link {
    display: none;
  }
  .mobile-logged-out-nav {
    margin-left: auto;
    flex: 1 1 auto;
    min-width: 0;
    text-align: right;
  }
  .mobile-logged-out-nav ul.inline {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
  }
  .mobile-logged-out-nav li.border {
    margin: 0;
  }
  .mobile-logged-out-nav + .page-menu-toggle {
    display: none;
  }
  .mobile-logged-out-nav signin-button .large.maticon {
    min-height: 32px;
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 32px;
  }
  .mobile-logged-out-nav signin-button .large.maticon .material-symbols-outlined {
    font-size: 16px;
    margin-right: 4px;
  }
  .mobile-left-drawer {
    z-index: 9005;
    background: #ffffff;
    color: #1f2937;
    display: flex;
    flex-direction: column;
  }
  .dark .mobile-left-drawer {
    background: #0f1520;
    color: #e5e7eb;
  }
  .mobile-left-drawer-backdrop {
    z-index: 9004;
  }
  .mobile-left-drawer .mobile-left-drawer-header {
    flex: 0 0 auto;
    border-bottom: 1px solid light-dark(#eceff3, #263244);
  }
  .mobile-left-drawer .mobile-left-drawer-body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-left-drawer .mat-menu-item,
  .mobile-left-drawer button[mat-menu-item] {
    color: light-dark(#202734, #e5e7eb);
  }
  .mobile-left-drawer .material-symbols-outlined {
    color: inherit;
  }
  .mobile-left-drawer .mat-divider {
    border-top-color: light-dark(#d9dee8, #2a3649);
  }
  .mobile-left-drawer filter-project .project-filter-wrap {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .mobile-left-drawer filter-project .project-filter-divider {
    display: none;
  }
  .mobile-left-drawer filter-project .project-filter-field {
    min-width: 0;
    width: 100%;
  }
  .mobile-left-drawer filter-project .project-shortcuts {
    justify-content: flex-end;
  }
  .mobile-drawer-copyright {
    padding: 10px 16px 12px;
    color: light-dark(#566273, #9fb0c4);
    line-height: 1.4;
  }
  .mobile-drawer-copyright a {
    color: inherit;
    text-decoration: underline;
  }
  .sidemenu {
    position: fixed;
    transform: translateX(-100%);
  }
  .sidemenu.open {
    transform: translateX(0);
  }
  .work-area .sidemenu,
  .chat-area .sidemenu,
  .agent-area .sidemenu,
  .settings-area .sidemenu {
    left: auto;
    right: 0;
    top: 0;
    height: 100vh;
    max-height: 100vh;
    z-index: 9002;
    width: min(84vw, 320px);
    transform: translateX(100%);
  }
  .work-area .sidemenu.open,
  .chat-area .sidemenu.open,
  .agent-area .sidemenu.open,
  .settings-area .sidemenu.open {
    transform: translateX(0);
  }
  .child {
    transform: initial;
  }
  .child .sidemenu-title {
    padding: 14px 18px;
  }
  .app-footer {
    display: none;
  }
  .push {
    height: 0 !important;
  }
  .entry {
    margin-left: 0;
  }
  .content {
    padding-left: 18px;
  }
}

/* angular:styles/global:styles */
